@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {margin:0;padding:0;}
h1,h2,h3,h4,h5 {font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
ul,li {list-style:none;list-style-type:none;}
img{border-style:none;vertical-align:bottom;}
a{overflow:hidden;outline:none;}
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
* { box-sizing: border-box; }


/* -------------- initial setting -------------- */
@media screen and (min-width: 737px) {
	.pc_hidden { display: none !important; }
	.sp_hidden { display: block !important; }
}
@media screen and (max-width: 736px) {
	.pc_hidden { display: block !important; }
	.sp_hidden { display: none !important; }
}
.sp_short {
	display: none;
}
@media screen and (max-width: 440px) {
	.sp_short {
		display: block;
	}
}
body {
	font-size: 14px;
	line-height: 1.7em;
	font-style: normal;
	font-weight: normal;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: black;
	-webkit-text-size-adjust: 100%; /* ios */
	min-width: 1200px;
}

/* YuGothic */
b, strong, .bold { font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

.container {
	position: relative;
	width: 1200px;
	margin: 0px auto;
	text-align: center;
}
@media screen and (max-width: 736px) {
	body {
		max-width: 736px;
		min-width: 320px;
	}
	.container {
		width: 100%;
		padding: 0px 20px;
	}
}
body.lang_jpn .eng,
body.lang_eng .jpn {
	display: none;
}


/* -------------- navi -------------- */
nav {
	border-bottom: 6px solid #AC1120;
}
nav .container {
	text-align: left;
	padding: 16px 20px;
}
nav .cont_left {
	width: 50%;
	float: left;
}
nav .cont_left .logo2 {
	width: 260px;
	display: inline-block;
	margin-right: 90px;
}
nav .cont_right {
	float: right;
}
nav .cont_right span.report {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 360px;
	display: none;
}
nav .cont_right span.report a {
	text-decoration: none;
	color: black;
}
nav .cont_right ul,
nav .cont_right ul li {
	display: inline-block;
}
nav .cont_right ul.mode li {
	margin-right: 36px;
}
nav .cont_right span.report a:hover,
nav .cont_right ul.mode li:hover {
	cursor: pointer;
	opacity: 0.7;
}
nav .cont_right ul.mode li img {
	width: 24px;
	margin-right: 8px;
}
nav .cont_right ul.mode li span {
	font-size: 13px;
	font-weight: bold;
	color: black;
	position: relative;
	top: 4px;
}
nav .cont_right ul.social li img {
	width: 30px;
	margin-left: 24px;
	position: relative;
	top: 7px;
}
nav .cont_right ul.social li img:hover {
	cursor: pointer;
	opacity: 0.7;
}
@media screen and (max-width: 736px) {
	nav {
		border-bottom: none;
	}
	nav .container {
		text-align: center;
		padding: 10px 0px;
	}
	nav .cont_left {
		width: 100%;
		float: none;
	}
	nav .cont_left .logo2 {
		margin-right: 0px;
	}
	nav .cont_right {
		margin-top: 2px;
		float: none;
	}
	nav .cont_right span.report {
		position: relative;
		top: 5px;
		left: 0px;
		margin-right: 45px;
	}
	nav .cont_right ul.mode li {
		margin-right: 10px;
	}
	nav .cont_right ul.mode li:last-child() {
		margin-right: 0px;
	}
	nav .cont_right ul.social {
		display: none;
	}
}


/* -------------- slider -------------- */
.slider_wrapper {
	position: relative;
}
.slider {
	width: 100%;
	min-width: 976px;
}
.slider .slick-track img {
	height: 536px;
}
.slider_sp {
	width: 100%;
	min-width: 320px;
}
.slider_sp .slick-track img {
	height: 507px;
}

/* dots */
.slider button,
.slider_sp button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.slider .slide_dots,
.slider_sp .slide_dots {
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.slider_sp .slide_dots {
	bottom: 20px;
}
.slider .slide_dots li,
.slider_sp .slide_dots li {
	display: inline-block;
	width: 28px;
}
.slider_sp .slide_dots li {
	width: 22px;
}
.slider .slide_dots li button,
.slider_sp .slide_dots li button {
	position: relative;
	text-indent: -9999px;
}
.slider .slide_dots li button:before,
.slider_sp .slide_dots li button:before {
	content: url( '../../images/img_slider_btn_off.png' );
	display: inline-block;
    vertical-align: middle;
	text-indent: 0px;
	position: absolute;
	top: 0;
	left: -10px;
    transform: scale(0.7);
	-webkit-transform: scale(0.7);
	z-index: 9999;
}
.slider_sp .slide_dots li button:before {
    transform: scale(0.55);
	-webkit-transform: scale(0.55);
}
.slider .slide_dots li.slick-active button:before,
.slider_sp .slide_dots li.slick-active button:before {
	content: url( '../../images/img_slider_btn_on.png' );
}
.slider .slide_dots li button:hover,
.slider_sp .slide_dots li button:hover {
	cursor: pointer;
}
/* navi */
.slider .slick-arrow,
.slider_sp .slick-arrow {
	position: absolute;
	top: 249px;
	z-index: 9999;
	cursor: pointer;
}
.slider .slick-arrow.prev {
	left: calc( 50% - 13px - 460px );
}
.slider_sp .slick-arrow.prev {
	left: 10px;
}
.slider .slick-arrow.next {
	right: calc( 50% - 13px - 460px );
}
.slider_sp .slick-arrow.next {
	right: 10px;
}
.slider_sp .slick-arrow img {
	width: 13px;
	height: 18px;
}
/* bkgnd */
.slider_wrapper .slider_bk {
	width: 100%;
	height: 92px;
	position: absolute;
	bottom: -1px;
}
.slider_wrapper .slider_bk img {
	width: 100%;
	height: 92px;
}
/* logo */
.slider_wrapper .slider_logo {
	width: 364px;
	position: absolute;
	top: 70px;
	left: 0px;
	right: 0px;
	margin: auto;
}
@media screen and (max-width: 736px) {
	.slider_wrapper .slider_logo {
		width: 308px;
		top: 100px;
	}
}


/* -------------- header -------------- */
header {
	background-color: #AC1120;
}
header .container {
	width: 574px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	color: white;
	padding: 56px 0px 66px;
	margin-bottom: 30px;
}
header .container h1 {
	margin-bottom: 60px;
}
header .container h1 img {
	width: 438px;
}
header .container .mtop_1em {
	margin-top: 2em;
}
@media screen and (max-width: 736px) {
	header .container {
		width: 100%;
		font-size: 14px;
		line-height: 1.8em;
		padding: 40px 18px 40px;
		margin-bottom: 0px;
	}
	header .container h1 img {
		width: 306px;
	}
}
@media screen and (max-width: 320px) {
	header .container h1 img {
		width: 285px;
	}
}

/* -------------- contents -------------- */
.contents {
	background-color: #F7E7E9;
}
.contents .cont_left {
	position: relative;
	width: calc( 50% - 300px );
	min-width: 300px;
	float: left;
	text-align: right;
}
.contents .cont_left #fb_wrapper {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 276px;
	height: 500px;
}
.contents .cont_right {
	width: calc( 50% + 300px );
	min-width: 900px;
	background-color: white;
	float: right;
	text-align: left;
}
.contents .cont_right .intro {
	display: inline-block;
}
.contents .cont_right .intro_wrapper {
	padding-top: 40px;
	padding-left: 112px;
	padding-bottom: 80px;
	width: 788px;
}
.contents .intro .intro_wrapper h2 {
	font-size: 32px;
	line-height: 1.3em;
	letter-spacing: 4px;
	margin-bottom: 60px;
	text-align: center;
}
.contents .cont_wrapper {
	margin-bottom: 80px;
}
.contents .cont_wrapper:last-child {
	margin-bottom: 0px;
}
.contents .cont_wrapper img {
	width: 376px;
}
.contents .cont_wrapper h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	padding: 104px 0px 6px;
	background-image: url( '../../images/img_icon_header01.png' );
	background-repeat: no-repeat;
	background-size: 79px auto;
	background-position: top 3px center;
}
.contents .cont_wrapper h3.eng {
	font-size: 24px;
}
.contents .cont_wrapper.cont2 h3 { background-image: url( '../../images/img_icon_header02.png' ); }
.contents .cont_wrapper.cont3 h3 { background-image: url( '../../images/img_icon_header03.png' ); }
.contents .cont_wrapper.cont4 h3 { background-image: url( '../../images/img_icon_header04.png' ); }
.contents .cont_wrapper.cont5 h3 { background-image: url( '../../images/img_icon_header05.png' ); }
.contents .cont_wrapper.cont6 h3 { background-image: url( '../../images/img_icon_header06.png' ); }
.contents .cont_wrapper.cont7 h3 { background-image: url( '../../images/img_icon_header07.png' ); }
.contents .cont_wrapper.cont8 h3 { background-image: url( '../../images/img_icon_header08.png' ); }
.contents .cont_wrapper p {
	font-weight: bold;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.contents .cont_wrapper p.eng {
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	text-justify: auto;
}
@media screen and (max-width: 736px) {
	.contents .cont_left {
		display: none;
	}
	.contents .cont_right {
		width: 100%;
		min-width: initial;
		min-width: auto;
		float: none;
	}
	.contents .cont_right .intro_wrapper {
		padding: 46px 20px 0px;
		width: 100%;
	}
	.contents .intro .intro_wrapper h2 {
		font-size: 22.5px;
		letter-spacing: 1px;
		margin-bottom: 30px;
	}
	.contents .cont_wrapper {
		margin-bottom: 50px;
	}
	.contents .cont_wrapper img {
		width: 100%;
		margin-top: 25px;
	}
	.contents .cont_wrapper h3 {
		font-size: 21px;
		padding: 80px 0px 10px;
		background-size: 55px auto;
	}
}
/* contents float */
.contents .cont_wrapper.text_right img {
	float: left;
}
.contents .cont_wrapper.text_right .text_wrapper {
	width: 278px;
	float: right;
}
.contents .cont_wrapper.text_left img {
	float: right;
}
.contents .cont_wrapper.text_left .text_wrapper {
	width: 278px;
	float: left;
}
@media screen and (max-width: 736px) {
	.contents .cont_wrapper.text_right img,
	.contents .cont_wrapper.text_left img {
		float: none;
	}
	.contents .cont_wrapper.text_right .text_wrapper,
	.contents .cont_wrapper.text_left .text_wrapper {
		width: 100%;
		float: none;
	}
}
/* contents report */
.contents .report {
	background-color: #F7E7E9;
}
.contents .report_wrapper,
.contents .btn_wrapper {
	width: 788px;
	text-align: center;
}
.contents .report_wrapper {
	display: none;
}
.contents .report h2 {
	font-size: 30px;
	font-weight: bold;
	padding: 40px 0px 30px ;
}
.contents .report li {
	display: inline-block;
	width: 318px;
	height: 558px;
	margin-right: 36px;
	margin-bottom: 36px;
	background-color: #ddd;
}
.contents .report li:nth-child(2n) {
	margin-right: 0px;
}
@media screen and (max-width: 736px) {
	.contents .report_wrapper {
		width: 100%;
	}
	.contents .report h2 {
		font-size: 22.5px;
		padding: 50px 0px 40px ;
	}
	.contents .report ul {
		padding-bottom: 20px;
	}
	.contents .report li {
		width: 276px;
		display: block;
		margin: 0px auto 15px;
	}
	.contents .report li:nth-child(2n) {
		margin: 0px auto 15px;
	}
}
/* contents button */
.contents .report a.btn {
	display: inline-block;
	width: 476px;
	height: 70px;
	background-color: white;
	border: 4px solid #AC1120;
	border-radius: 35px;
	-webkit-border-radius: 35px;	/* Safari, Chrome */
	-moz-border-radius: 35px;		/* Firefox */
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	color: black;
	padding-top: 18px;
/*	margin: 24px 0px 60px;*/
	margin: 60px 0px 60px;
}
.contents .report a.btn:after {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 25px;
	background: url( '../../images/img_icon_btn_off.png' );    
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 8px;
	position: relative;
	top: -3px;
}
.contents .report a.btn:hover {
	color: white;
	background-color: #AC1120;
	cursor: pointer;
}
.contents .report a.btn:hover:after {
	background: url( '../../images/img_icon_btn_on.png' );    
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 736px) {
	.contents .report .btn_wrapper {
		width: 100%;
		background-color: white;
	}
	.contents .report a.btn {
		width: 322px;
		height: 46px;
		border: 2px solid #AC1120;
		border-radius: 23px;
		-webkit-border-radius: 23px;	/* Safari, Chrome */
		-moz-border-radius: 23px;		/* Firefox */
		font-size: 20px;
		padding-top: 11px;
		margin: 30px 0px 30px;
	}
	.contents .report a.btn:after {
		content: " ";
		width: 10px;
		height: 16px;
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: 5px;
		position: relative;
		top: -3px;
	}
}
@media screen and (max-width: 320px) {
	.contents .report a.btn {
		width: 300px;
	}
}


/* -------------- sp fb -------------- */
.contents.fb_wrapper {
	background-color: #AC1120;
	padding-top: 28px;
}
.contents.fb_wrapper .sp_fb {
	width: 276px;
	height: 500px;
	background-color: #ddd;
	margin: 0px auto;
}


/* -------------- footer -------------- */
footer {
	height: 60px;
	color: white;
	padding-top: 20px;
	background-color: #AC1120;
}


/* -------------- jump wrapper -------------- */
.jump_wrapper {
	width: 46px;
	height: 46px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index: 9999;
	opacity: 0.7;
}
.jump_wrapper:hover {
	opacity: 1;
}


