@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: メイリオ, Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	word-break: normal;
	word-wrap: break-word;
    height: 100%;
	background-color: #FFFFFF;
	color: #323232;
	font-size: 14px;
	line-height: 1.5;
}
img
{
	margin: 0;
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #47459A;
	text-decoration: underline;
}

#head {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.head_l
{
	position: relative;
	float: left;
}
.head_r
{
	position: relative;
	float: right;
}

#head .logo
{
	float: left;
	margin: 18px 10px 10px 18px;
}
#head .logo:hover
{
	opacity: 0.75;
}


.contact {
	margin: 10px 20px 15px 20px;
}
.contact a {
	display: block;
}
.contact a:hover {
	opacity: 0.8;
}

.snsbtn
{
	display: inline-block;
/*
	height: 20px;
*/
	min-height: 20px;
	overflow: hidden;
	margin: 5px;
	vertical-align: top;
}
.snsbtn_pc
{
	padding: 10px 5px 5px 10px;
	line-height: 0;
}
.snsbtn_mb
{
	float: right;
	margin: 10px 5px 0  5px;
}
.snsbtn_mb a
{
	display: inline-block;
	margin: 0 5px 10px 0;
}

.pdf_dl {
	font-weight: normal;
	text-align: right;
	font-size: 10px;
	padding: 0 20px 10px 10px;
}

@media all and (min-width: 768px)
{
	#head
	{
		min-height: 102px;
	}
}


.main
{
	background-color: #000000;
	color: #ffffff;
	padding-bottom: 100px;
}
.sect
{
	position: relative;
}
.sect_inner
{
	max-width: 1400px;
	margin: 0 auto;
}

#sect1
{
	background-image: url(../images/sect1bg_l.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#sect1 .sect_inner
{
	max-width: 1200px;
}
@media all and (min-width: 1900px)
{
	#sect1
	{
		background-image: url(../images/sect1bg.png);
	}
}



.topimg
{
	display: flex;
	justify-content: flex-end;
}
.topimg .pagetitle
{
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	width: 70%;
	padding: 70px 10px 10px 10px;
}
.topimg .pagetitle_p
{
	width: 90%;
	max-width: 360px;
}

.topimg .topimg_face
{
	position: relative;
	box-sizing: border-box;
	width: 55%;
	margin-left: -15%;
}
.topimg .topimg_face_0
{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;

	opacity: 0.75;
}
.topimg .topimg_face_2
{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 20;
/*
	animation: faceflash 3s linear infinite;
*/
	animation: faceflash2 2s linear infinite alternate;
}

@keyframes faceflash2
{
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes faceflash
{
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.25;
	}

	70% {
		opacity: 0.25;
	}
	71% {
		opacity: 1;
	}
	72% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}
	76% {
		opacity: 1;
	}
	77% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}
	81% {
		opacity: 1;
	}
	82% {
		opacity: 0;
	}

	85% {
		opacity: 0;
	}
	86% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}



.topimg .deadline
{
	margin: 20px 0 15px 10px;
}
.topimg .deadline span
{
	display: inline-block;
	background-color: #eeeeee;
	color: #222222;
	padding: 6px 12px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
}
.topimg .lead
{
	display: inline-block;
	color: #c5c5c6;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25;
	margin: 10px 10px;
	padding: 15px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

@media all and (max-width: 1199px)
{
	.topimg .lead
	{
		font-size: 30px;
	}
}
@media all and (max-width: 999px)
{
	.topimg .lead
	{
		font-size: 24px;
	}
}
@media all and (max-width: 767px)
{
	.topimg .pagetitle
	{
		width: 100%;
	}
	.topimg .pagetitle_p
	{
		margin: 0 auto;
	}
	.topimg .topimg_face
	{
		width: 50%;
		margin-left: -50%;
		top: calc(40vw + 80px);
	}
	.topimg .deadline span
	{
		padding: 4px 8px;
		font-size: 20px;
	}
}

.grad
{
	background: linear-gradient( to right, #920000 0%, #e50014 100% );
}

.what
{
	position: relative;
	z-index: 60;
	border: 1px solid #ffffff;
	margin: 50px auto;
	padding: 0 15px 20px 15px;
	width: 98%;
	max-width: 1200px;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(0,0,0,0.75);
}
.what_tx
{
	font-size: 24px;
	font-weight: bold;
	max-width: 600px;
	margin: 0 auto 5px auto;
}
.what_hd
{
	position: relative;
	top: -25px;
	text-align: center;
}
.what_hd .grad
{
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	padding: 12px 24px;
}
@media all and (max-width: 767px)
{
	.what_tx
	{
		font-size: 18px;
	}
	.what_hd .grad
	{
		font-size: 24px;
	}
}


#sect2
{
	background-color: #3b3b3b;
	padding: 30px 0;
}
#sect2 .sect_inner
{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.sect2bg_1
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50px;
	background-image: url(../images/sect2bg_1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sect2bg_2
{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/sect2bg_2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.sect2hd
{
	margin: 30px auto;
	font-weight: bold;
	text-align: center;
}
.sect2hd h2
{
	font-size: 28px;
	line-height: 1.25;
	margin-bottom: 10px;
}
.sect2hd p
{
	font-size: 16px;
	line-height: 1.25;
}
.sect2hd span
{
	font-size: 28px;
	color: #fff100;
}

@media all and (max-width: 767px)
{
	.sect2hd h2
	{
		font-size: 20px;
	}
	.sect2hd p
	{
		font-size: 14px;
	}
	.sect2hd span
	{
		font-size: 20px;
	}
}


.feats
{
	position: relative;
	z-index: 20;
	background-color: #004e6d;
	border: 1px solid #ffffff;
	padding: 15px 30px;
	box-sizing: border-box;
	margin: 30px auto;
}
.feat
{
	margin: 10px 0;
	padding: 4px 16px;
	font-size: 18px;
	font-weight: bold;
	background-color: #c8cad3;
	color: #004e6d;
}
.feat.grad
{
	color: #ffffff;
}
#sect2 ul
{
	margin-bottom: 20px;
}
#sect2 li
{
	list-style: disc;
	margin: 15px 0 15px 30px;
	line-height: 1.25;
}
#sect2 li .feat_sub
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#sect2 li .feat_sub a
{
	color: #FFFFFF;
	text-decoration: underline;
}

#sect3
{
	padding: 30px 0;

	background-image: url(../images/sect3bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#sect3 .sect_inner
{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.sect3bg_1
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50px;
	background-image: url(../images/sect3bg_1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sect3bg_2
{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/sect3bg_2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.sect3hd
{
	margin: 50px auto 30px auto;
	text-align: center;
}
.sect3hd p
{
	font-size: 20px;
	margin: 30px auto;
}
@media all and (max-width: 767px)
{
	.sect3hd p
	{
		font-size: 16px;
	}
}


.update
{
	margin: 30px auto;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.update_inner
{
	position: relative;
	z-index: 20;
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.update_inner .imgbox
{
	width: 130px;
	margin: 0 30px 30px 0;
}
.update_tx
{
	flex: 1;
	text-align: left;
	min-width: 300px;
}
.update_hd
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.points
{
	position: relative;
	z-index: 20;
	margin: 30px auto;
	padding: 30px 8%;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #004e6d;
}
.points_hd span
{
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	color: #004e6d;
	padding-bottom: 5px;
	border-bottom: 6px solid #0078c3;
}
.points ul
{
	margin: 15px 0;
}
.points li
{
	list-style: disc;
	margin: 10px 0 10px 30px;
	line-height: 1.25;
	color: #222222;
}
.points li span
{
	color: #0078c3;
}

a.linkbtn
{
	display: inline-block;
	padding: 12px 24px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 6px 0 rgba(0,0,0,0.35);
	font-size: 20px;
	line-height: 1;
	background-color: #004e6d;
	color: #fff8cc;
	text-decoration: underline;
}
a.linkbtn:hover
{
	opacity: 0.75;
}
@media all and (max-width: 767px)
{
	a.linkbtn
	{
		padding: 12px 0;
		width: 100%;
	}
}


#sect4
{
	padding: 30px 0;
}
#sect4 .sect_inner
{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.sect4hd
{
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 28px;
	font-weight: bold;
	line-height: 1.25;
}
.sect4hd .imgbox
{
	width: 40px;
	margin-left: 20px;
}
@media all and (max-width: 767px)
{
	.sect4hd
	{
		font-size: 20px;
	}
	.sect4hd h2
	{
		display: inline-block;
	}
}

.cases
{
	position: relative;
	max-width: 1200px;
}
.case
{
	background-color: #FFFFFF;
	margin: 30px auto;
}
.case_hd
{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	padding: 16px 0;
	text-align: center;
}
.case_bd
{
	color: #222222;
	padding: 20px 10%;
}
.case_lead
{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 20px;
	text-align: center;
}
.case_bd .imgbox
{
	margin: 10px auto;
}
.fig3
{
	overflow-x: auto;
	font-size: 0;
	margin: 10px auto;
}
.fig3 .imgbox
{
	min-width: 500px;
	margin: 0;
}

@media all and (min-width: 768px)
{
	.cases
	{
		display: flex;
		justify-content: space-between;
	}
	.case
	{
		width: 48%;
	}
	.fig2
	{
		display: flex;
		justify-content: space-between;
	}
	.fig2 > *
	{
		width: 48%;
	}
}














.btBlock {
	text-align:center;
	padding: 50px 0;
	clear:both;
}
.btBlock #btn_caution {
	font-size: 12px;
	line-height: 1.25;
	color: #666666;
	margin: 10px auto;
	max-width: 80%;
}
.btBlock .formBt {
	display: inline-block;
	font-weight: bold;
	border-radius: 8px;
	overflow: hidden;
	margin: 10px;

	background-color: #c8161d;
	color: #FFFFFF;
}
.btBlock .formBt:hover {
	opacity: 0.8;
	cursor: pointer;
}
.btBlock .formBt a {
	display: inline-block;
	padding: 20px 30px;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;

	min-width: 210px;
}

.company {
	margin: 0 auto;
	line-height: 1.5;
	max-width: 730px;
	padding: 0 10px;
}
.company h2 {
	padding: 8px 10px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	color: #000;
	border: 1px solid #CCCCCC;
	border-radius: 4px;

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100% );
}
.company h2 span {
	border-left: 4px solid #CC0000;
	padding: 4px 8px;
	display: inline-block;
	line-height: 1;
}
.company table {
	border-left: #CCC solid 1px;
	border-top: #CCC solid 1px;
	font-size: 12px;
}
.company th {
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 6px 10px;
	width: 20%;
	white-space: nowrap;
	background-color: #F3F4F1;
}
.company td {
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 6px 10px;
}


.nwlinks
{
	margin: 20px auto;
	text-align: center;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 5px 0;
}
.nwlinks ul
{
	text-align: center;
	font-size: 0;
}
.nwlinks li
{
	list-style: none;
	color: #999999;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}
.nwlinks li a
{
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: #999999;
}
.nwlinks li a:hover
{
	color: #3366CC;
	text-decoration: underline;
}
@media all and (min-width: 768px)
{
	.nwlinks li
	{
		display: inline-block;
	}
	.nwlinks li:not(:last-of-type)::after
	{
	    content: "｜";
	    margin: 0 5px;
	}
}



#footer {
	text-align: center;
	padding: 40px 0 60px;
	font-size: 11px;
	color: #999;
}




.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}

@media all and (max-width: 1599px)
{
	.lgonly
	{
		display: none;
	}
}
@media all and (min-width: 1600px)
{
	.mdonly
	{
		display: none;
	}
}

@media all and (max-width: 767px)
{
	.lgonly,
	.mdonly,
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}


