@charset "utf-8";

/*===============================================
●common_sp.css  画面の横幅が750px以下
===============================================*/
@media print , screen and (max-width : 750px ){

/*--------------------------------------------
		サイト基本設定
--------------------------------------------*/

body {
    height: auto;
	color:#333;
    font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
    line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
a {
	color:#333333;
	text-decoration:none;
	display:inline-block;
}
img {
	border: 0;
	max-width:100%;
	height:auto
}

/*--------------------------------------------
		共通クラス／共通コンテンツ
--------------------------------------------*/

.for_pc {
	display:none;
}
#main_cts .ttl_ctr {
	font-size: 28px;
    text-align: center;
    letter-spacing: 0.08em;
	margin-bottom:8%;
	line-height:30px;
}
#main_cts .ttl_ctr span {
	color: #7a7b7e;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.12em;
    display: block;
}

/*--------------------------------------------
		header / ヘッダー
--------------------------------------------*/

#header {
	width: 94%;
    height: 68px;
    padding: 5px 3% 10px;
}
#header h1 {
	float:left;
    color: #aaa;
    font-size: 10px;
    font-weight: normal;
	margin:3px 0 5px;
	width:84%;
}
#header .hdr_sp {
	position:relative;
}
#header .hdr_inner {
	padding: 12px 3% 10px;
	border-bottom:#1974fe 2px solid;
}
#header .hdr_logo {
	width: 133px;
}
#header #sp_nav a {
	display:block;
}

/*--------------------------------------------
    共通クラス／共通コンテンツ
--------------------------------------------*/

.under #mainimage {
  width:100%;
}
.under #mainimage .cover {
  background-color:rgba(51, 51, 51,0.7);
}
.under #mainimage .cover h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 83px 0;
  letter-spacing: 0.08em;
}
.under #mainimage .cover h2 span {
  color: #ddd;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.12em;
  display: block;
  margin-top: 10px;
}

/*--------------------------------------------
	Contents / コンテンツ大枠
--------------------------------------------*/

#contents {
	width:100%;
}
#main_cts {
  width: 92%;
  margin: 0 auto;
}
#side_cts {
	display:none;
}

/*--------------------------------------------
		breadcrumb / ぱんくず
--------------------------------------------*/

#breadcrumb {
  display:none;
}

/*--------------------------------------------
		side_cts / サイドコンテンツ
--------------------------------------------*/

/*--------------------------------------------
		footer / フッター
--------------------------------------------*/

#footer {
	width:100%;
	padding:15% 5% 20%;
	box-sizing:border-box;
	position:relative;
	background:#f6f6f6;
}
#footer .ftr_left dt{
	width:50%;
	margin-bottom:20px;
}
#footer .ftr_left dd{
	font-size:13px;
	line-height:1.8;
	font-weight:bold;
}
#footer .ftr_right{
	position:absolute;
	right:5%;
	top:16%;
	width:40%;
}
#footer #copyright {
	text-align: center;
    background-color: #2439a2;
    padding: 2px 0 5px;
    position: absolute;
    bottom: 0;
	left:0;
    width: 100%;
}
#footer #copyright small {
	color: #fff;
    font-size: 10px;
    font-weight: normal;
}
#footer #copyright a {
	color:#fff;
	text-decoration:underline;
}
.fixmenu_sp {
    width: 98%;
    padding: 1%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    background-color: rgba(30, 27, 27, 0.8);
}
.fixmenu_sp li {
    width: 48%;
    padding: 1%;
    float: left;
    list-style: none;
}
.fixmenu_sp li:last-child {
    margin-right: 0;
    padding-right: 0;
}

/*-------------------------------------
      ページナビ
--------------------------------------*/

.wp-pagenavi {
  text-align: center;
  padding: 10px 0;
  margin-bottom:50px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display:inline-block;
  margin-left:10px;
}
.wp-pagenavi a {
  background: #003366;
  color: #fff;
  text-align: center;
  border: 2px solid #003366;
  box-sizing: border-box;
  transition: all 300ms ease;
  width:25px;
}
.wp-pagenavi .current,
.wp-pagenavi .extend {
  color: #003366;
  background: #fff;
  text-align: center;
  border: 2px solid #003366;
  box-sizing: border-box;
  width:25px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: #003366;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  background:none;
  border:none;
}
.wp-pagenavi a:hover,
.wp-pagenavi a.pagelink:hover {
  color:#003366;
  background:#fff;
  border:2px solid #003366;
  box-sizing:border-box;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  background:none;
  border:none;
}
#pageNav {
  margin-bottom:40px;
}
#pageNav ul {
  text-align:center;
  padding:5px 0;
}
#pageNav li {
  display:inline-block;
  font-size:13px;
}
#pageNav li a {
  color: #1C5D9F;
}
#pageNav li a:hover {
  color: #4a84b0;
}
#pageNav .to_blog {
  margin: 0 7%;
}
}