@charset "UTF-8";

/*共通書式*/

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  一般・共通設定
 ================================================*/
 
 /* Noto Sans  100/300/400/500/700/900 */
 /* Noto serif  200/300/400/500/600/700/900 */
 /* 基本色：赤#af3014　青#00478a　黄#ffe100　緑#009a53　紺#21307a 薄白#fbfbfb*/

/*メイン赤　#B60005  暗い赤 #850000　青緑 #009D96  */




/* font-size clamp  縮小係数x  拡大係数 +1px */

/* font-size: clamp(15.5px, 1.23vw, 17.5px); /*解像度1300での16px*/
/* font-size: clamp(16px, 1.31vw, 18.5px); /*解像度1300での17px*/
/* font-size: clamp(17px, 1.38vw, 19px); /*解像度1300での18px*/
/* font-size: clamp(18px, 1.46vw, 20px); /*解像度1300での19px*/
/* font-size: clamp(18.5px, 1.54vw, 20.5px); /*画面1300で 20 px*/
/* font-size: clamp(19px, 1.69vw, 22px); /*画面1300で 22 px*/
/* font-size: clamp(20px, 1.85vw, 24px); /*画面1300で 24 px*/
/* font-size: clamp(21px, 2vw, 26px); /*画面1300で 26 px*/
/* font-size: clamp(22px, 2.15vw, 28px); /*画面1300で 28 px*/
/* font-size: clamp(23px, 2.31vw, 30px); /*画面1300で 30 px*/
/* font-size: clamp(26px, 2.69vw, 35px); /*画面1300で 35 px*/
/* font-size: clamp(28px, 3.08vw, 40px); /*画面1300で 40 px*/
/* font-size: clamp(31px, 3.46vw, 45px); /*画面1300で 45 px*/
/* font-size: clamp(34px, 3.85vw, 50px); /*画面1300で 50 px*/
/* font-size: clamp(37px, 3.85vw, 55px); /*画面1300で 55 px*/
/* font-size: clamp(40px, 3.85vw, 60px); /*画面1300で 60 px*/




html { 
	font-size: 16.5px;
	background-color: #fdfdfd;
	}

body {
	color: #000;
	line-height: 1.75;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}





/*================================================
 *  タグ
 ================================================*/

a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration:underline;
}
p {
	margin:0 0 0 0;
}
img {
	vertical-align:bottom;
}
em {
	font-weight:bold;
	font-style:normal;
}
strong {
	font-weight:bold;
}
small{
	font-size:85%;
	}
b {
	font-weight:bold;
}
ul,ol,dl {
	margin:0;
}
ul li {
	list-style-type: none;
}
ul.disc li{
	margin-left:2em;
	list-style-type:disc;
}
ol li {
	margin-left:2em;
	list-style-type: decimal;
}
dl {} dt {} dd {}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #888;
}
th {
	padding:10px;
	text-align:left;
	vertical-align:top;
	border:1px solid #888;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #888;
}

del {font-weight:inherit;}



/*================================================
 *  見出し
 ================================================*/

/*見出し リセット済*/ 



h1 { }/*サイトタイトル*/

h2 { }/*ページタイトル*/


h3 {/*赤帯　ページ内カテゴリ区切り*/
	font-size:19px;
	font-weight:normal;
	margin:2em 0 1em;
	padding:8px 0.5em;
	background-color:#850000;
	color:#fff;
	border-left:12px solid #B60005;
	border-radius:2px;
	line-height:110%;
}

	
h4{
	font-size:18px;
	font-weight:bold;
	/*padding:0 0.75em;*/
	padding:0;
	margin:1.8em 0 1em;
	border-bottom:2px solid #B60005;
	}


h4 small{
	font-size:16.5px;
	padding:0;
	font-weight:bold;
	}



h5 {
	font-size:17px;
	font-weight:bold;
	/*margin:1em 0 0.5em 1em;*/
	margin:1em 0 0.5em;
	}
	
h6 {/*h6はパーツ毎に使用*/
	font-size:1rem;
	font-weight:bold;
	margin:0;padding:0;
	}




/*************　見出し転用　*************/ 

	/*単帯*/
	.heading_obi{
	font-size:30px;
	background-color:#039;
	color:#eee;
	font-weight:bold;
	margin:3em 0 1em;
	padding:0.5em 1.2em;
	border-radius:4px;
	}
	
	/*下線二色*/
	.heading_twoton{
	font-size:30px;
	font-weight:bold;
	margin:3em 0 1em;
	border-bottom: solid 2px #aaa;
	position: relative;
	}
	.heading_twoton:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #21307a;
	bottom: -2px;
	width: 35%;
	}
	
	/*短下線*/
	.heading_shortunderline {
	font-size:30px;
	position: relative;
	margin:3em 0 3em;
	text-align: center;
	}
	.heading_shortunderline:before {
	content: '';
	position: absolute;
	bottom: -30px;
	display: inline-block;
	width: 8%;
	min-width:55px;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #00478a;
	border-radius: 1px;
	}
	
	/*グレ背景青線*/
	.heading_grayback_navyline {
	margin:3em 0 3em;
	font-size:30px;
	color:#fff;
	background-color:#666;
	border-left:10px solid #314977;
	padding:5px 0 5px 15px;
	}


/*************　センタータイトル　*************/ 

.center_title{
	display:block;
	font-size:27px;
	font-weight:bold;
	text-align:center;	
	}



/*************　キャッチコピー用　*************/ 

.voice1{
	font-size:40px;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-weight:700;
	line-height:120%;
	}
		@media screen and (max-width:999px) {
		.voice1{font-size:30px;}
		}



.voice_italic{
	font-size:40px;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-weight:700;
	line-height:120%;
	transform: skewX(-10deg);
	}
		@media screen and (max-width:999px) {
		.voice_italic{font-size:30px;}
		}




/*================================================
 *  レイアウト用 
 ================================================*/
 
section{
	width:100%;
	overflow:hidden;
	clear:both;
	} 
 
 .wrap_full {
	width: 100%;
	overflow: hidden;
	}
	
	
.block{
	display:block;
	}	
	
/*block要素中央*/
.block_center{
	display:block;
	margin:0 auto;
	overflow:hidden;
	}




.padding0{padding:0 !important;}
.margin0{margin:0 !important;}


/*================================================
 *  レイアウト用 box 標準幅指定
 ================================================*/

/*box PC時もレスポンシブ SP時はpadding左右*/
 .box{
	 width:100%;
	 max-width:1200px;/*contents幅*/
	 margin:0 auto;
	 overflow:hidden;
	 }
		@media screen and (max-width:999px) {
		  .box {width:100%;
		  		box-sizing:border-box;
				padding-left:16px;
				padding-right:16px;
		 		}/*SP左右空き共通値*/
		}


/*box SP時に左右余白なし*/
 .box_fit{
	 width:100%;
	 max-width:1200px;/*contents幅*/
	 margin:0 auto;
	 overflow:hidden;
	 }



 /*pc時 幅完全固定*/
 
 .box_static{
	 width:1200px;/*contents w*/
	 margin:0 auto;
	 overflow:hidden;
	 }
		@media screen and (max-width:999px) {
		  .box_static {width:100%;}
		}


/*================================================
 *  Float（画面分割用）
 ================================================*/

.clear{clear:both; overflow:hidden;}

.float_5-5_l {
	float:left;
	width:50%;
}
.float_5-5_r {
	float:left;
	width:50%;
}

.float_7-3_l {
	box-sizing:border-box;
	float:left;
	width:68%;
	margin-right:4%;
	padding:20px;	
}
.float_7-3_r {
	box-sizing:border-box;
	float:left;
	width:28%;
	padding:20px;	
}


.float_5-5m_l {
	box-sizing:border-box;
	float:left;
	width:48%;
	margin-right:4%;
	padding-bottom:10px;
}
.float_5-5m_r {
	box-sizing:border-box;
	float:left;
	width:48%;
	padding-bottom:10px;
}


/*	モバイル用 共通float解除 */
@media screen and (max-width:999px) {
  .sp_floatoff{
  float:none;
  width:100%;
  margin-right:0;
  }		
}

/*================================================
 *  Flex（画面分割用）
 ================================================*/



/*************　flex ２分割　*************/

.flex_5-5{
	display:flex;
	}
.flex_5-5 .item{
	width:50%;
	}
		@media screen and (max-width:999px) {
		.flex_5-5{flex-direction: column;}
		.flex_5-5 .item{width:100%;}	
		}


/*************　flex 7-3分割 隙間4%　*************/

.flex_7-3{
	display:flex;
	justify-content:space-between;
	}
.flex_7-3 .item_l{
	width:68%;
	}
.flex_7-3 .item_r{
	width:28%;
	}		
		@media screen and (max-width:999px) {
		.flex_7-3{flex-direction: column;}
		.flex_7-3 .item_l , .flex_7-3 .item_r{width:100%;}	
		}



/*************　flex 6-4分割 隙間4%　*************/

.flex_6-4{
	display:flex;
	justify-content:space-between;
	}
.flex_6-4 .item_l{
	width:58%;
	}
.flex_6-4 .item_r{
	width:38%;
	}	
		@media screen and (max-width:999px) {
		.flex_6-4{flex-direction: column;}
		.flex_6-4 .item_l , .flex_6-4 .item_r{width:100%;}	
		}
		


/*************　3分割  *************/

.flex_3col{
	display:flex;
	justify-content:space-between;
	}
.flex_3col .item{
	width:calc(100% / 3);	
	}
		@media screen and (max-width:999px) {
		.flex_3col{flex-direction: column;}
		.flex_3col .item{width:100%;}	
		}



/*************　flexの順序リバース *************/

.flex_reverse{ flex-direction:row-reverse; }






 /*================================================
 * 画像
 ================================================*/
 
 
/*画像100% img用*/
 img.full{
	width:100%;
	height:auto;
	}
 
/*画像100%-親用*/
 .img_full img{
	width:100%;
	height:auto;
	} 
 
 /*マウスオーバー透明*/
.mo_opacity:hover {opacity: 0.85; filter: alpha(opacity=85);}

/*マウスオーバー輝度UP*/
.mo_bright:hover {
	filter: brightness(1.05);
	-webkit-filter: brightness(1.05);
	-moz-filter: brightness(1.05);
	-o-filter: brightness(1.05);
	-ms-filter: brightness(1.05);
	}

/*巻きボーダー*/
 img.border{
	border:1px solid #bbb;
	}



/*************　画像ホバー拡大　*************/

.img_zoom {
  overflow: hidden;
  width: 100%;
}
.img_zoom img{
  height: auto;
  transition: transform .3s ease;
}
.img_zoom:hover img {
  transform: scale(1.2);
}


/*================================================
 *  文字書式
 ================================================*/

.text_c{text-align:center;}
.text_l{text-align:left;}
.text_r{text-align:right;}


/*ゴ*/
.gothic{font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
/*ゴ＋Noto*/
.notog{font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
/*明*/
.mincho{font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
/*明＋Noto serif*/
.notom{font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}



.indent_1{padding-left:1em;}
.indent_2{padding-left:2em;}
.indent_3{padding-left:3em;}

.indent_-1{padding-left:1em; text-indent:-1em;}
.indent_-2{padding-left:2em; text-indent:-2em;}
.indent_-3{padding-left:3em; text-indent:-3em;}


.indent_2-1{padding-left:2em; text-indent:-1em;}

.indent_3-2{padding-left:3em; text-indent:-2em;}



.underline{
	text-decoration:underline;}




/*文字色*/
.white{color:#fff;}
.black{color:#000;}
.red{color:#af3014;}
.blue{color: #00478a;}
.yellow{color: #ffe100;}
/*.green{color: #009a53;}*/
.navy{color: #21307a;}
.offwhite{color:#fbfbfb;}


/*文字サイズ調整*/
.txt70per{font-size:70%;}
.txt80per{font-size:80%;}
.txt90per{font-size:90%;}
.txt100per{font-size:100%;}
.txt110per{font-size:110%;}
.txt120per{font-size:120%;}
.txt130per{font-size:130%;}
.txt140per{font-size:140%;}
.txt150per{font-size:150%;}
.txt200per{font-size:200%;}
.txt250per{font-size:250%;}
.txt300per{font-size:300%;}


/*字詰め調整*/
.txtnarrow02{letter-spacing: -0.02em;}



/*背景色*/
.bg_white{background-color:#fff;}
.bg_black{background-color:#000;}
.bg_red{background-color:#af3014;}
.bg_blue{background-color: #00478a;}
.bg_yellow{background-color: #ffe100;}
.bg_green{background-color: #009a53;}
.bg_navy{background-color: #21307a;}
.bg_offwhite{background-color:#fbfbfb;}






/*================================================
 *  数値指定
 ================================================*/


/*幅調整％*/
.w100per {width: 100%;}
.w90per {width: 90%;}
.w80per {width: 80%;}
.w70per {width: 70%;}
.w60per {width: 60%;}
.w50per {width: 50%;}
.w40per {width: 40%;}
.w30per {width: 30%;}
.w20per {width: 20%;}
.w10per {width: 10%;}

/*最大幅指定*/
.maxw100per {width:100%; max-width: 100%;}
.maxw90per {width:100%; max-width: 90%;}
.maxw80per {width:100%; max-width: 80%;}
.maxw70per {width:100%; max-width: 70%;}
.maxw60per {width:100%; max-width: 60%;}
.maxw50per {width:100%; max-width: 50%;}
.maxw40per {width:100%; max-width: 40%;}
.maxw30per {width:100%; max-width: 30%;}


.maxw1600px {width:100%; max-width: 1500px;}
.maxw1500px {width:100%; max-width: 1500px;}
.maxw1400px {width:100%; max-width: 1400px;}
.maxw1300px {width:100%; max-width: 1300px;}
.maxw1200px {width:100%; max-width: 1200px;}
.maxw1100px {width:100%; max-width: 1100px;}
.maxw1000px {width:100%; max-width: 1000px;}
.maxw900px {width:100%; max-width: 900px;}
.maxw800px {width:100%; max-width: 800px;}
.maxw700px {width:100%; max-width: 700px;}
.maxw600px {width:100%; max-width: 600px;}
.maxw500px {width:100%; max-width: 500px;}
.maxw400px {width:100%; max-width: 400px;}
.maxw300px {width:100%; max-width: 300px;}



/*マージン調整 */
.m_b200 {margin-bottom: 200px;}
.m_b180 {margin-bottom: 180px;}
.m_b160 {margin-bottom: 160px;}
.m_b140 {margin-bottom: 140px;}
.m_b120 {margin-bottom: 120px;}
.m_b100 {margin-bottom: 100px;}
.m_b90 {margin-bottom: 90px;}
.m_b80 {margin-bottom: 80px;}
.m_b70 {margin-bottom: 70px;}
.m_b60 {margin-bottom: 60px;}
.m_b50 {margin-bottom: 50px;}
.m_b40 {margin-bottom: 40px;}
.m_b30 {margin-bottom: 30px;}
.m_b20 {margin-bottom: 20px;}
.m_b10 {margin-bottom: 10px;}
.m_b7 {margin-bottom: 7px;}
.m_b0 {margin-bottom: 0px;}


.m_t200 {margin-top: 200px;}
.m_t180 {margin-top: 180px;}
.m_t160 {margin-top: 160px;}
.m_t140 {margin-top: 140px;}
.m_t120 {margin-top: 120px;}
.m_t100 {margin-top: 100px;}
.m_t90 {margin-top: 90px;}
.m_t80 {margin-top: 80px;}
.m_t70 {margin-top: 70px;}
.m_t60 {margin-top: 60px;}
.m_t50 {margin-top: 50px;}
.m_t40 {margin-top: 40px;}
.m_t30 {margin-top: 30px;}
.m_t20 {margin-top: 20px;}
.m_t10 {margin-top: 10px;}
	
.m_t-20 {margin-top: -20px;}
	


/*================================================
 *  その他クラス
 ================================================*/

borderbox{
	box-sizing:border-box;}






/* =================================================================================

■ PCサイズ限定

================================================================================= */
@media only screen and (min-width:1000px) {
	
	.pc_off {display: none;}
	
	
	
	a[href^="tel:"] { pointer-events: none; color:inherit;} /*電話リンク tel: の無効化*/
	
	
	/* PCのみ 幅調整％*/
	.pc_w100per {width: 100%;}
	.pc_w90per {width: 90%;}
	.pc_w80per {width: 80%;}
	.pc_w70per {width: 70%;}
	.pc_w60per {width: 60%;}
	.pc_w50per {width: 50%;}
	.pc_w40per {width: 40%;}
	.pc_w30per {width: 30%;}
	
	
	/* PCのみ 最大幅指定（％）*/
	.pc_maxw100per {width:100%; max-width: 100%;}
	.pc_maxw90per {width:100%; max-width: 90%;}
	.pc_maxw80per {width:100%; max-width: 80%;}
	.pc_maxw70per {width:100%; max-width: 70%;}
	.pc_maxw60per {width:100%; max-width: 60%;}
	.pc_maxw50per {width:100%; max-width: 50%;}
	.pc_maxw40per {width:100%; max-width: 40%;}
	.pc_maxw30per {width:100%; max-width: 30%;}
	
	
	/* PCのみ 最大幅指定（ピクセル）*/
	
	.pc_maxw1600px {width:100%; max-width: 1500px;}
	.pc_maxw1500px {width:100%; max-width: 1500px;}
	.pc_maxw1400px {width:100%; max-width: 1400px;}
	.pc_maxw1300px {width:100%; max-width: 1300px;}
	.pc_maxw1200px {width:100%; max-width: 1200px;}
	.pc_maxw1100px {width:100%; max-width: 1100px;}
	.pc_maxw1000px {width:100%; max-width: 1000px;}
	.pc_maxw900px {width:100%; max-width: 900px;}
	.pc_maxw800px {width:100%; max-width: 800px;}
	.pc_maxw700px {width:100%; max-width: 700px;}
	.pc_maxw600px {width:100%; max-width: 600px;}
	.pc_maxw500px {width:100%; max-width: 500px;}
	.pc_maxw400px {width:100%; max-width: 400px;}
	.pc_maxw300px {width:100%; max-width: 300px;}

	

}



/* =================================================================================

■ スマートフォン用

================================================================================= */
@media screen and (max-width:999px) {
	
	/*sp非表示*/
	.sp_off{display:none;}	
	
	/*sp用padding付与*/
	.sp_pd{
		box-sizing:border-box;
		padding-left:16px;
		padding-right:16px;}
	
		
	/*************　数値指定　*************/
	
	/*sp時の幅を直接指定*/
	.sp_w100per{width:100%; height:auto;}
	.sp_w90per{width:90%; height:auto;}
	.sp_w80per{width:80%; height:auto;}
	.sp_w70per{width:70%; height:auto;}
	.sp_w60per{width:60%; height:auto;}
	.sp_w50per{width:50%; height:auto;}
	.sp_w40per{width:40%; height:auto;}
	.sp_w30per{width:30%; height:auto;}
	
		
 }





/* =================================================================================
■ 管理用
================================================================================= */


big{display:block;font-size:30px; background:#68683C;color:#fff; text-align:center; padding:33px;}









