@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

.err{
	color: #FF0000;
	padding-top: 5px;
}

.container,
.rows,
header,
section,
footer {
	width: 100%;
	float: left;
}

.cont {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

* {
	box-sizing: border-box;
}

*::after {
	box-sizing: border-box;
}

*::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

a:hover,
a:visited,
a:focus {
	outline: none;
	border: none;
}

.ow{
	overflow:hidden;
	width:100%;
}

/*
=================
=	HEADER		=
=================
*/
.wrapHeader{
	background-color: #fff;	
	padding-top: 25px;
	padding-bottom: 25px;
}
.heRows{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-start;
}
.heLeftR{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.heLang.langSp{
	display: none;
}
.logo h2 a img{
	max-width: 320px;
	width: 100%;
}
.logo h2 a img.imgSp{
	max-width: 213px;
	width: 100%;
}
.heLang ul li{
	float: left;
	width: 100%;
	max-width: 156px;
	text-align: center;
	height: 32px;
	border: 1px solid #D70A2A;
	border-radius: 50px;
	opacity: 1;
	transition: ease all 0.35s;
	margin-bottom: 10px;
}
.heLang ul li:last-child{
	margin-bottom: 0;
}
.heLang ul li:hover{
	opacity: 0.5;
}
.heLang ul li a{
	display: block;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #D70A2A;
	line-height: 32px;
}
.heLang{
	padding-left: 35px;
	padding-top: 12px;
}
.heR01{
	text-align: right;
}
.heR01 a{
	display: inline-block;
	opacity: 1;
	transition: ease all 0.35s;
}
.heR01 a:hover{
	opacity: 0.5;
}
.heR02 ul{
	font-size: 0;
	max-width: 520px;
	width: 100%;
	text-align: right;
}
.heR02 ul li{
	display: inline-block;
	vertical-align: middle;
	padding-right: 57px;
	padding-bottom: 10px;
}
.heR02 ul li:nth-child(4),
.heR02 ul li:nth-child(5),
.heR02 ul li:nth-child(6){
	padding-bottom: 0;
}
.heR02 ul li:nth-child(3n){
	padding-right: 0;
}
.heR02 ul li.nvSp{
	display: none;
}
.heR02 ul li:nth-last-of-type(2){
	padding-right: 0;
}
.heR02 ul li a{
	font-size: 17px;
	line-height: 170%;
	font-weight: bold;
	color: #4D4D4D;
	text-decoration: none;
}
.heR02 ul li.active a, .heR02 ul li:hover a{
	color: #D70A2A;
}
.heR02{
	padding-top: 20px;
}
.grid-960{
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
span.btnStyle00{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: 1px solid #D70A2A;
	border-radius: 50px;
	text-align: center;
	opacity: 1;
	transition: ease all 0.35s;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
span.btnStyle00:hover{
	opacity: 0.5;
}
span.btnStyle00 a{
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #D70A2A;
	line-height: 48px;
	display: block;
	width: 100%;
	height: 100%;
}
.btnContact{
	text-align: center;
}
.btnContact a{
	display: block;
	font-size: 35px;
	font-weight: bold;
	color: #D70A2A;
	line-height: 160%;
	text-decoration: none;
	background-color: #F0F0F0;
	/* min-height: 100px; */
    padding-top: 23px;
	padding-bottom: 21px;
	transition: ease all 0.35s;
}
.btnContact a:hover{
	opacity: 0.6;
}
.amp-moblie{
	display: none;
}
span.txtSp{
	display: none;
}
.br-sp{
	display: none;
}
/*
=================
=	FOOTER		=
=================
*/
.wrapFt{
	background-color: #FFE5E6;
}
.ftRows{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 35px;
}
.ftLeft ul{
	font-size: 0;
}
.ftLeft ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #4D4D4D;
	line-height: 150%;
	padding-right: 45px;
}
.ftLeft ul li:last-child{
	padding-right: 0;
}
.ftLeft ul li h3{
	font-size: 20px;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 175%;
}
.ftLeft ul li span{
	display: inline-block;
    padding-top: 6px;
}
.ftRight ul{
	font-size: 0;
}
.ftRight ul li{
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
}
.ftRight ul li:last-child{
	padding-right: 0;
}
.ftRight ul li span{
	display: block;
	padding-bottom: 7px;
}
.ftRight ul li span a{
	font-size: 16px;
	color: #4D4D4D;
	font-weight: bold;
	line-height: 175%;
	text-decoration: none;
}
.ftRight ul li span a:hover{
	/* text-decoration: underline; */
	color: #D70A2A;
}
.ftRows01{
	text-align: center;
	font-size: 12px;
	color: #4D4D4D;
	padding-top: 35px;
	padding-bottom: 12px;
}
.scrolltop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	transition: ease all 0.35s;
}
.scrolltop:hover,
.scrolltop:focus{
	/* color: #D70A2A;
	border: 1px solid #D70A2A; */
	opacity: 0.75;
}
.ftLeft ul li span.ftCt{
	display: none;
}
.imgSp{
	display: none;
}

/*
=================
=	PAGE		=
=================
*/
#bannerPage{
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bannerPo{
	position: relative;
	min-height: 300px;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:center;
}
.bannerPo h2 span{
	display: block;
}
.bannerPo h2 span.ttJp{
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	line-height: 175%;
}
.bannerPo h2 span.ttEn{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 3px;
	line-height: 170%;
	font-family: 'Futura';
}
.grid-1000{
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ttStyle00{
	font-size: 30px;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 170%;
	background-color: #FFEEEF;
	border-top: 2px solid #EB8494;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 6px;
	/* margin-bottom: 30px; */
}
table.tbStyle00{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}
table.tbStyle00 tr td{
	font-size: 20px;
	color: #4D4D4D;
	line-height: 150%;
	background-color: #F0F0F0;
	font-weight: 400;
	padding-top: 20px;
    padding-bottom: 18px;
}
table.tbStyle00 tr td:first-child{
	font-weight: bold;
	color: #D70A2A;
	width: 280px;
	padding-left: 45px;
}

@media all and (-ms-high-contrast:none) {
	span.btnStyle00{
		padding-top: 2px;
	}
	.bannerPo h2{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.ttStyle00{
		padding-top: 8px;
		padding-bottom: 0;
	}
	.heLang ul li a{
		line-height: 34px;
	}
}
