@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: #dbe2f0;
}
.topimg
{
	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(41,87,167,1) 0%, rgba(40,81,162,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(41,87,167,1) 0%, rgba(40,81,162,1) 100% );
}
.topimg_bg
{
	background-image: url(../images/topimg_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
.topimg .wrapper
{
	display: flex;

	max-width: 1600px;
	box-sizing: border-box;
	padding: 10px;
}
.topimg_title
{
	position: relative;
	z-index: 20;
	right: -5%;
	width: 45%;
	max-width: 720px;
}
.topimg_r
{
	position: relative;
	z-index: 0;
	width: 53%;
	max-width: 840px;
}
.topimg_1
{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	animation: alt 1s linear infinite alternate;
}
@keyframes alt {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media all and (min-width: 768px)
{
	.topimg .wrapper
	{
		justify-content: space-between;
		align-items: center;
	}
}
@media all and (max-width: 767px)
{
	.topimg .wrapper
	{
		flex-wrap: wrap;
		justify-content: center;
	}
	.topimg_title
	{
		right: auto;
		width: 100%;
		margin: 30px auto;
	}
	.topimg_r
	{
		position: relative;
		z-index: 0;
		width: 100%;
	}
}


.sect
{
	padding: 20px 0;
}
.sect .wrapper
{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}


.secthd
{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.25;
	color: #fff100;
	text-align: center;
	padding: 0.5em 1em;
	background-color: #1956a6;
}
.secthd_bug
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
}
.secthd_bug_ic
{
	max-width: 120px;
	margin-right: 8px;
}
.secthd_bug_title
{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.25;
}
@media all and (max-width: 999px)
{
	.secthd
	{
		font-size: 32px;
	}
	.secthd_bug_ic
	{
		max-width: 60px;
	}
	.secthd_bug_title
	{
		font-size: 20px;
	}
}
@media all and (max-width: 639px)
{
	.secthd
	{
		font-size: 18px;
	}
	.secthd_bug_ic
	{
		max-width: 48px;
	}
	.secthd_bug_title
	{
		font-size: 16px;
	}
}


.sectbd
{
	background-color: #FFFFFF;
	padding: 20px;
	margin: 30px auto;
}


.sect1_inner
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sect1_l
{
	box-sizing: border-box;
	width: 50%;
	padding: 0 10px;
}
.sect1_r
{
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
}
.reason
{
	padding: 20px 0;
	margin: 0 auto;
}
.reason1
{
	border-bottom: 1px dashed #b60005;
}
.reason_ic
{
	width: 80px;
	margin-right: 20px;
}
.reasonmark
{
	width: 80px;
	height: 80px;
	border-radius: 40px;
	overflow: hidden;
	background-color: #b60005;
	text-align: center;
	font-size: 0;
	line-height: 0;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.reasonmark_t
{
	display: inline-block;
	overflow: hidden;
	width: 100%;
	font-size: 24px;
	line-height: 1;
	height: 1em;
	text-align: center;
	color: #FFFFFF;
}
.reasonmark_n
{
	display: inline-block;
	overflow: hidden;
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	height: 1em;
	text-align: center;
	color: #FFFFFF;
}
.reason_hd
{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #b60005;
	margin: 10px auto 20px auto;
}

@media all and (min-width: 768px)
{
	.reason
	{
		display: flex;
		flex-wrap: wrap;
	}
	.reason_tx
	{
		width: calc(100% - 100px);
	}
}
@media all and (max-width: 767px)
{
	.sectbd
	{
		padding: 10px;
	}
	.sect1_l
	{
		width: auto;
	}
	.sect1_r
	{
		width: auto;
	}
	.reason
	{
		padding-top: 0;
	}
	.reason_ic
	{
		margin: 20px auto;
	}
	.reason_hd
	{
		text-align: center;
	}
}

.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 40px solid #1956a6;
	border-bottom: 0;
	margin: 0 auto;
}

.subsect
{
	background-color: #e3ebf4;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
	margin: 30px auto;
	width: 90%;
}
.subsecthd
{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin: 30px auto;
}
.subsecthd span
{
	color: #1956a6;
}
.subsects
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.subsects .subsect
{
	width: calc(50% - 10px);
	box-sizing: border-box;
	margin: 20px auto;
}
.subsects .subsecthd
{
	display: flex;
	text-align: left;
	font-size: 24px;
}
.subsects .subsecthd_ic
{
	margin-right: 10px;
}

@media all and (max-width: 767px)
{
	.subsect
	{
		padding: 10px;
		margin: 10px auto;
	}
	.subsecthd
	{
		font-size: 24px;
	}
	.subsects .subsect
	{
		width: 100%;
		margin: 10px auto;
	}
	.subsects .subsecthd
	{
		flex-wrap: wrap;
		margin-top: 5px;
		font-size: 20px;
	}
}

.flow
{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 30px auto 60px auto;
	max-width: 560px;
}

.flow_tx
{
	font-size: 16px;
	line-height: 20px;
	padding: 12px 16px 12px 40px;
	white-space: nowrap;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.flow_l
{
	position: absolute;
	z-index: 10;
	top: -2px;
	left: -20px;
	width: 50px;
}
.flow_r
{
	position: absolute;
	z-index: 10;
	bottom: -50px;
	right: -100px;
	width: 180px;
}
@media all and (max-width: 999px)
{
	.flow_r
	{
		right: -60px;
	}
}
@media all and (max-width: 767px)
{
	.flow
	{
		max-width: 450px;
	}
	.flow_tx
	{
		font-size: 13px;
	}
	.flow_r
	{
		right: -40px;
		width: 120px;
	}
}
@media all and (max-width: 639px)
{
	.flow
	{
		max-width: 270px;
	}
	.flow_tx
	{
		white-space: normal;
		font-size: 13px;
		line-height: 16px;
		height: 50px;
		padding: 9px 16px 9px 40px;
	}
	.flow_l
	{
		position: absolute;
		z-index: 10;
		top: 0px;
		left: -20px;
		width: 55px;
	}
	.flow_r
	{
		right: -30px;
		bottom: -60px;
		width: 90px;
	}
}

.tags
{
	margin: 20px auto;
}
.tag
{
	display: inline-block;
	background-color: #1956a6;
	font-size: 16px;
	white-space: nowrap;
	line-height: 1;
	color: #FFFFFF;
	padding: 8px 12px;
	margin: 2px;
	border-radius: 4px;
	overflow: hidden;
	min-width: 200px;
}

.spectbl
{
	margin: 30px auto 10px auto;
	text-align: center;
}
.spectbl table
{
	margin: 0 auto;
}
.spectbl th
{
	padding: 4px 8px;
	border: 1px solid #c8c8c8;
	text-align: left;
	min-width: 75px;
}
.spectbl thead th
{
	background-color: #262626;
	color: #FFFFFF;
}
.spectbl td
{
	padding: 4px 8px;
	border: 1px solid #c8c8c8;
	text-align: left;
}










.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: #2547FE;
	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: 240px;
}

.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;
	}
}


