@charset "utf-8";

/*
	page template
*/

body{
	font-size: 16px;
	font-family: 'Roboto', YuGothic, "Yu Gothic Medium", "Yu Gothic","Hiragino Kaku Gothic Pro","メイリオ", sans-serif;
	letter-spacing: 1px;
	}
p{
	font-size: 18px;
	line-height: 1.5em;
	}
a{
	text-decoration: none;
	color: #e4007f;
	}
img{
	max-width: 100%;
	width: auto;
	}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
input, select{
	font-family: 'Roboto', YuGothic, "Yu Gothic Medium", "Yu Gothic","Hiragino Kaku Gothic Pro","メイリオ", sans-serif;
	letter-spacing: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	color: #595959;
	padding: 1em 1.3em;
	border: none;
	width: auto;
	}
/*---h系---*/
h1{ font-size: 24px;}

.h1_lb_bg{
	text-align: center;
	padding: 0.5em 1em;
	color: #03004c;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 2px;
	background: #eaf7ff;
	}

	.h1_lb_bg .fuki_r {
		position: relative;
		display: inline-block;
		margin: 0 0 0 30px;
		padding: 7px 12px;
		/*min-width: 120px;*/
		max-width: 100%;
		color: #03004c;
		font-size: 16px;
		background: #FFF;
		border: solid 1px #03004c;
		box-sizing: border-box;
		font-weight: bold;
		letter-spacing: 1px;
		
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.h1_lb_bg .fuki_r:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -22px;
		margin-top: -6px;
		border: 6px solid transparent;
		border-right: 16px solid #FFF;
		z-index: 2;
	}
	.h1_lb_bg .fuki_r:after {
		content: "";
		position: absolute;
		top: 50%;
		left: -26px;
		margin-top: -7px;
		border: 7px solid transparent;
		border-right: 19px solid #03004c;
		z-index: 1;
	}
	.h1_lb_bg .fuki_r strong{
		font-size: 1.5em;
		color: #e4007f;
		display: inline-block;
		}


h2{ font-size: 20px;}

h3{ font-size: 18px;}
.h3_title{
	/*position: absolute;*/
	/*z-index: 3;*/
	font-size: 35px;
	color: #03004c;
	text-align: center;
	display: block;
	width: 100%;
	}
.h3_title b{
	display: inline-block;
	font-weight: 800;
	margin: 70px 0;
	padding: 0.25em 0.65em;
	letter-spacing: 2px;
	min-width: 450px;
	}
.h3_title b.bgw{
	background: #FFFFFF;
	}
.h3_title b.bor_w{
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}
.h3_title b.b_bgw{
	background: #FFFFFF;
	border: 1px solid #03004c;
	}

h4{ font-size: 16px;}

h5{ font-size: 15px;}

.comment{
	padding: 0 0 0 1em !important;
	text-indent: -1em;
	}
.comment15{
	padding: 0 0 0 1.5em !important;
	text-indent: -1.5em;
	}
.comment2{
	padding: 0 0 0 2em !important;
	text-indent: -2em;
	}
.comment3{
	padding: 0 0 0 3em !important;
	text-indent: -3em;
	}
.comment35{
	padding: 0 0 0 3.5em !important;
	text-indent: -3.5em;
	}
.comment4{
	padding: 0 0 0 4em !important;
	text-indent: -4em;
	}
.mincho{ font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif !important;}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.blank{
	display: inline-block;
	background: url(../img/parts/blank.gif) no-repeat right center;
	padding-right: 25px;
	}

select {
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
	}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
	display: none;
	}	

/*---/h系---*/
@media screen and (max-width: 1280px) {
	body{
		font-size: 16px;
		}
	p{
		}
	.h3_title{
		font-size: 29px;
		}
	.h3_title b{
		margin: 45px 0 55px;
		min-width: 410px;
		}
}
@media screen and (max-width: 990px) {
	p{
		font-size: 17px;
		line-height: 1.45em;
		}
	.h1_lb_bg{
		font-size: 25px;
		padding: 0.7em;
		font-weight: 500;
		letter-spacing: 1px;
		}
}
/*---スマホ用h系---*/
@media screen and (max-width: 681px) {
	p{
		font-size: 15px;
		line-height: 1.35em;
		}
	.h1_lb_bg{
		font-size: 18px;
		padding: 0.5em 0.7em;
		}
	.h1_lb_bg .fuki_r{
		font-size: 14px;
		margin-top: 10px;
		font-weight: normal;
		}
	
	.h3_title{
		font-size: 18px;
		}
	.h3_title b{
		margin: 1em 0 1em;
		min-width: auto;
		}

/*---下記に記述---*/
}
@media screen and (max-width: 414px) {
	.h1_lb_bg{
		font-size: 17px;
		}
	.h1_lb_bg .fuki_r{
		font-size: 12px;
		margin-top: 8px;
		padding: 4px 8px;
		}
	.h1_lb_bg .fuki_r strong{
		font-size: 1.3em;
		}
	
	.h3_title{
		font-size: 17px;
		}
	.h3_title b{
		letter-spacing: 1.5px;
		}
}
/*---/スマホ用h系---*/

.t_right{
	text-align: right;
	}
.t_left{
	text-align: left;
	}
.t_center{
	text-align: center;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}

.pcnone{
	display: none;
	}
.tabblock{
	display: none;
	}
	
.clearfix::after {
	clear: both; 
	content: " "; 
	display: block;
	}

.title{
	font-weight: 500;
	margin-bottom: 1em;
	display: block;
	}

input, select{
	padding: 0.85em 2em;
	}
	
header,
footer{
	width: 100%;
	margin: 0 auto;
	}
header::after,
footer::after { clear: both; content: " "; display: block;}


header{
	/*position: relative;*/
	position: fixed;
	top: 0;
	z-index: 10;
	background: #03004c;
	color: #FFFFFF;
	}
.header_fix{
	width: 100%;
	}
.header_fix::after { clear: both; content: " "; display: block;}

.head_area{
	float: left;
	width: 20%;
	height: 70px;
	/*display: table;*/
	}
.head_area::after { clear: both; content: " "; display: block;}
.head_area .smt_btn {
	display: none;
	
	/*background: #eee;*/
	/*height: 36px;*/
	/*padding: 10px;*/
	top: 14px;
	right: 15px;
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/parts/smt_menu.png) no-repeat center bottom / auto 100%;
	cursor: pointer;
}

.head_area>a {
	color:#fff;
}

.head_area .logo{
	display: table;
	height: 100%;
	
	font-size: 25px;
	padding-left: 20px;
	letter-spacing: 2px;
	font-weight: 500;
	}
.head_area .logo span{
	display: table-cell;
	vertical-align: middle;
	}
.head_area .logo strong{
	font-size: 35px;
	padding-left: 1.5%;
	letter-spacing: 3px;
	}


.g_navi{
	float: right;
	width: 70%;
	height: 70px;
	/*display: table;*/
	}
.g_navi::after { clear: both; content: " "; display: block;}
.g_navi nav{
	display: table;
	height: 100%;
	}
.g_navi ul{
	display: table-cell;
	vertical-align: middle;
	}
header ul::after { clear: both; content: " "; display: block;}
.g_navi ul li{
	display: inline-block;
	margin: 0 1em;
	font-weight: 600;
	}
.g_navi ul li a{
	color: #FFFFFF;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
.g_navi ul li a:hover{
	color: #e4007f;
	}

.g_navi .lang{
	display: table-cell;
	vertical-align: middle;
	}
.g_navi select{
	display: table-cell;
	vertical-align: middle;
	width: auto;
	max-width: 10em;
	margin-right: 10px;
	background: #FFFFFF url(../img/parts/arrow_b.png) no-repeat right 12px center;
	cursor: pointer;
	}
.g_navi select option:nth-child(1){display: none;}

header .sns_box{
	display: table-cell;
	vertical-align: middle;
	}
header .sns_box a{
	display: inline-block;
	margin: 0 5px;
	width: 25px;
	}

#container{
	margin: 0 auto;
	}
#container::after { clear: both; content: " "; display: block;}


section{
	position: relative;
	}
.cont{
	width: 1200px;
	margin: 0 auto;
	}
.cont::after { clear: both; content: " "; display: block;}

.btn_area{
	display: block;
	text-align: center;
	margin: 40px auto 55px;
	}
.btn_area .morebtn{
	position: relative;
	z-index: 0;
	display: inline-block;
	cursor: pointer;
	}
	.btn_area .morebtn span{
		position: relative;
		display: inline-block;
		padding: 1em 0;
		letter-spacing: 3px;
		font-weight: 600;
		font-size: 16px;
		min-width: 220px;
		background: #FFFFFF url(../img/parts/btn_arrow.gif) no-repeat right 20px center;
		border: 1px solid #e4007f;
		z-index: 1;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		}
		.btn_area .morebtn:hover span{
			background: #e4007f url(../img/parts/w_btn_arrow.gif) no-repeat right 20px center;
			color: #FFFFFF; 
			}
			
.btn_area .morebtn::after{
	position: absolute;
	content: '';/*何も入れない*/
	display: block;/*忘れずに！*/
	background: #e4007f;
	width: 220px;
	height: 53px;
	top: 60%;
	left: 53%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 0;
	border: 1px solid #e4007f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
.btn_area .morebtn:hover::after{
	background: #FFFFFF;
	border: 1px solid #e4007f;
	}

footer{
	padding: 35px 0 45px;
	text-align: center;
	}
footer p{
	font-size: 15px;
	}
.copyright{
	font-size: 10px;
	}

#page-top {
	bottom: 35px;
	position: fixed;
	right: 35px;
	z-index: 5;
}
#page-top:hover {
	cursor: pointer;
}
#page-top img {
	max-width: 65px;
}

@media screen and (max-width: 1280px) {
	.cont{
		width: 90%;
		}
	.head_area .logo{
		font-size: 20px;
		padding-left: 15px;
		}
	.head_area .logo strong{
		font-size: 29px;
		letter-spacing: 2px;
		}
	.g_navi{
		width: 75%;
		}
	.g_navi ul li{
		font-size: 15px;
		margin: 0 1em;
		}
	
	.btn_area{
		}
}
@media screen and (max-width: 990px) {
	img{ height: auto; max-width: 100%;}
	.tabnone{ display: none;}
	.tabblock{ display: block;}
	
	#container{ width: 100%;}
	header, footer{ width: 100%;}
	
	.head_area .logo{
		padding-left: 20px;
		}
	#page-top {
		bottom: 10px;
		right: 15px;
	}
	#page-top img {
		max-width: 40px;
	}
	
	/*---------headerここから----------*/
	header{}
	.head_area,
	.g_navi{
		float: none;
		width: 100%;
		}
	.head_area{
		background: #03004c;
		/*position: fixed;
		z-index: 100;*/
		}
	.head_area .smt_btn{
		display: block;
		}
	.g_navi {
		/*background: #fff;*/
		background: #f2f2ee;
		height: 100%;
		/*overflow-y: scroll;*/
		/*overflow: scroll;*/
		/*-webkit-overflow-scrolling: touch;*/
		}
	.g_navi nav{
		display: block;
		}
	.g_navi ul{
		display: block;
		}
	.g_navi ul li {
		display: block;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		width: 100%;
		}
	.g_navi ul li a {
		color: #e4007f;
		display: block;
		padding: 15px 10px;
		text-decoration: none;
		}
	.g_navi .lang,
	header .sns_box{
		display: block;
		}
	.g_navi .lang{
		padding: 15px 15px;
		}
	.g_navi input, .g_navi select{
		display: block;
		max-width: auto;
		margin-right: 0;
		max-width: auto;
		}
	header .sns_box{
		text-align: center;
		background: #03004c;
		padding: 15px 0;
		}
	header .sns_box a{
		margin: 0 3%;
		width: 10%;
		}
	/*---------headerここまで----------*/

}
@media screen and (max-width: 990px) {
	p{}
	.pcnone{ display: block;}
	.smtnone{ display: none;}
	
	/*---h系---*/
	h1{}
	.gray_bg_title{ margin-bottom: 25px;}
	.gray_bg_title img{ max-height: 15px; width: auto;}
	h2{}
	h3{}
	
	/*---/h系---*/
	
	/*header .sub_main{ padding: 40px 0 30px;}
	header .sub_main img{ width: 60%;}
	
	header ul li{}
	header ul li a{}
	header ul li a:hover{ text-decoration: none;}*/
	
	.head_area{
		height: 50px;
		}
	.head_area .logo{
		font-size: 15px;
		padding-left: 15px;
		}
	.head_area .logo strong{
		font-size: 22px;
		}
	.head_area .smt_btn{
		top: 8px;
		right: 10px;
		width: 45px;
		height: 32px;
		background: url(../img/parts/smt_menu.png) no-repeat right bottom / auto 100%;
		}
	
	.g_navi ul li{
		font-weight: 500;
		}
	.g_navi ul li a{
		padding: 12px 10px;
		}
	
	.btn_area{
		margin: 15px auto 40px;
		}
	.btn_area .morebtn span{
		padding: 0.8em 0;
		font-size: 14px;
		min-width: 140px;
		background: #FFFFFF url(../img/parts/btn_arrow.gif) no-repeat right 10px center / auto 9px;
		}
		.btn_area .morebtn:hover span{
			background: #e4007f url(../img/parts/w_btn_arrow.gif) no-repeat right 10px center / auto 9px;
			}
	.btn_area .morebtn::after{
		width: 140px;
		height: 43px;
		top: 60%;
		left: 53%;
		}
	footer{
		padding: 20px 0 60px;
		}
	footer p{
		font-size: 12px;
		margin: 0 1em;
		line-height: 1.45em;
		}
	.copyright{
		display: block;
		font-size: 9px;
		line-height: 1.6em;
		}
	
	
}



/*-----使いまわし用-----*/

ul.menu_triple{}
ul.menu_triple::after { clear: both; content: " "; display: block;}
ul.menu_triple li{
	float: left;
	background: #FFFFFF;
	width: 30.3%;
	margin: 0 1.5% 30px;
	}
ul.menu_triple li h4{
	text-align: center;
	display: block;
	padding: 0.7em;
	color: #03004c;
	font-size: 23px;
	font-weight: 500;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}


ul.menu_triple li a{
	display: block;
	position: relative;
	}
ul.menu_triple li a:hover h4{
	color: #e4007f;
	}
ul.menu_triple li a::after{
	position: absolute;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	background: url(../img/top/bg_menuli.png) no-repeat right bottom / auto 100%;
	width: 31px;
	height: 31px;
	right: 0;
	bottom: 0;
	}


#bnr_area{
	padding: 60px 0;
	}
ul.quadruple{
	/*後消す*/
	text-align: center;
	}
ul.quadruple::after { clear: both; content: " "; display: block;}

ul.quadruple li{
	/*float: left;
	width: 23%;*/
	width: auto;
	margin: 0 1%;
	}

#bnr_area a{}

#foot_nav{
	background: #03004c;
	text-align: center;
	color: #FFFFFF;
	padding: 1em;
	font-size: 18px;
	}
#foot_nav a{
	color: #FFFFFF;
	}
#foot_nav a:hover{
	text-decoration: underline;
	}


@media screen and (max-width: 1280px) {
	ul.menu_triple li h4{
		padding: 0.7em;
		font-size: 18px;
		letter-spacing: 1px;
		}

}
@media screen and (max-width: 990px) {
	#bnr_area{
		padding: 45px 0;
		}
	ul.menu_triple li{
		width: 47%;
		margin: 0 1.5% 40px;
		}
	ul.quadruple li{
		/*width: 48%;
		margin: 0 1% 2%;*/
		text-align: center;
		width: 70%;
		margin: 0 auto 2%;
		}

}
@media screen and (max-width: 681px) {
	#bnr_area{
		padding: 20px 0;
		}
	ul.menu_triple li{
		width: 48%;
		margin: 0 1% 25px;
		}
	ul.menu_triple li h4{
		font-size: 15px;
		padding: 0.6em 0.5em;
		letter-spacing: 0.5px;
		}
	ul.menu_triple li a::after{
		width: 14px;
		height: 14px;
		}
	ul.quadruple li{
		/*margin: 2% 1% 2%;*/
		margin: 2% auto 2%;
		}
	#foot_nav{
		padding: 0.8em;
		font-size: 14px;
		line-height: 1.7em;
		}
	#foot_nav a{
		display: inline-block;
		}
}
@media screen and (max-width: 414px) {
	#foot_nav{
		font-size: 14px;
		}


}





@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 990px) {



}
@media screen and (max-width: 681px) {



}
@media screen and (max-width: 414px) {



}
