@charset "utf-8";
/* CSS Document */

section > .inn{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

section > .inn h2{
	margin-top: 35px;
}

section > .inn h3{
	font-size: 18px;
	font-weight: 700;
	color: #0a3c8c;
	text-align: center;
}

/*-----------------------------------*/
section#a01{
	width: 100%;
	height: 421px;
	background: url("index/img01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#a01 .inn > dl{
	width: 100%;
	height: 265px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0.90);
	text-align: center;
}
section#a01 .inn > dl dt{
	border-bottom: 3px solid #0a3c8c;
	padding: 0 5px 13px;
	font-weight: 700;
}
section#a01 .inn > dl dt span{
	font-size: 17px;
}
section#a01 .inn > dl dt div{
	margin-top: 18px;
	font-size: 20px;
	letter-spacing: 0.1em;
}
section#a01 .inn > dl dd{
	margin-top: 20px;
	font-weight: 500;
}

/*-----------------------------------*/
section#a02{
}

section#a02 .inn > .txts{
	text-align: center;
	line-height: 181%;
}
section#a02 .inn > .txts span{
	color: #0a3c8c;
	font-weight: 700;
}

section#a02 .inn > .lists{
	margin: 30px auto 45px;
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
section#a02 .inn > .lists dl{
	background-color: #0a3c8c;
	color: #fff;
	padding: 20px;
	font-weight: 700;
}
section#a02 .inn > .lists dl dt{
	font-size: 17px;
	letter-spacing: 0.05em;
}
section#a02 .inn > .lists dl dd{
	margin-top: 10px;
}

/*-----------------------------------*/
section#a03{
	margin-top: 35px;
	background-color: #f2f2f2;
}

section#a03 > .inn{
	padding: 10px 0 100px;
}

section#a03 > .inn .table{
	margin: 0 auto;
	border-top: 1px solid;
	border-left: 1px solid;
}

section#a03 > .inn .table table{
	width: 100%;
}
section#a03 > .inn .table table th, section#a03 > .inn .table table td{
	width: calc( 100% - 40px );
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 20px;
	display: block;
}
section#a03 > .inn .table table th{
	background-color: #18499d;
	font-size: 17px;
	color: #fff;
	letter-spacing: 0.05em;
}
section#a03 > .inn .table table td{
	background-color: #fff;
}
section#a03 > .inn .table table td ul{
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}
section#a03 > .inn .table table td ul li{
	margin-left: 1em;
	text-indent: -1em;
}
section#a03 > .inn .table table td ul.first li:first-child{
	margin-bottom: 10px;
}

section#a03 > .inn .txts{
	margin: 20px auto 0;
}

/*-----------------------------------*/
section#a04{
}

/*-----------------------------------*/
section#a05{
	margin-top: 65px;
	background-color: #f2f2f2;
}

section#a05 > .inn{
	padding: 10px 0 100px;
}

section#a05 > .inn .flows{
	display: flex;
	flex-direction: column;
	gap: 55px 0;
}

section#a05 > .inn .flows > dl{
	background-color: #fff;
	position: relative;
}
section#a05 > .inn .flows > dl:not(:last-of-type)::before{
	content: '';
	display: block;
	background: url("index/icon01.png") no-repeat;
	background-size: contain;
	width: 41px;
	height: 20px;
	position: absolute;
	bottom: -39px;
	right: 0;
	left: 0;
	margin: auto;
}

section#a05 > .inn .flows > dl dt{
	background-color: #e5eef9;
	display: flex;
	align-items: center;
	gap: 0 20px;
	padding: 15px 20px;
	font-size: 20px;
	color: #0a3c8c;
}
section#a05 > .inn .flows > dl dt .counter{
	background-color: #0a3c8c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 43px;
	height: 43px;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#a05 > .inn .flows > dl dd{
	padding: 15px 20px;
	display: flex;
	align-items: center;
	font-size: 17px;
}

section#a05 > .inn h3{
	margin-top: 90px;
}

section#a05 > .inn .table{
	margin: 25px auto 0;
	border-top: 1px solid;
	border-left: 1px solid;
}

section#a05 > .inn .table table{
	width: 100%;
}
section#a05 > .inn .table table th, section#a05 > .inn .table table td{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 20px;
}
section#a05 > .inn .table table th{
	width: 34.8%;
	background-color: #18499d;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.05em;
}
section#a05 > .inn .table table td{
	width: 67.2%;
	background-color: #fff;
}

/*-----------------------------------*/
section#a06{
}

section#a06 .txts{
	text-align: center;
}

section#a06 .tels{
	margin: 40px auto 0;
	background-color: #e5eef9;
	padding: 10px 0 0;
	display: flex;
	flex-direction: column;
}
section#a06 .tels > dl{
	width: 90%;
	margin: 0 auto;
	padding: 25px 0;
}
section#a06 .tels > dl:not(:last-of-type){
	border-bottom: 1px solid #0a3c8c;
}

section#a06 .tels > dl dt{
	color: #0a3c8c;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
section#a06 .tels > dl dd{
	margin: 15px auto 0;
	text-align: center;
}
section#a06 .tels > dl dd a{
	text-decoration: none;
	font-size: 30px;
	color: #333;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 100%;
}
section#a06 .tels > dl dd > div{
	margin-top: 10px;
}

section#a06 .inn > h3{
	margin: 30px auto 0;
}
section#a06 .inn > h3, section#a06 .inn > h3 span{
	color: #e81c24;
}

section#a06 .caution ul{
	width: 90%;
	margin: 25px auto 0;
	list-style-type: none;
}
section#a06 .caution ul li{
	padding-left: 30px;
	position: relative;
}
section#a06 .caution ul li:not(:first-child){
	margin-top: 16px;
}
section#a06 .caution ul li::before{
	content: '';
	width: 16px;
	height: 16px;
	background-color: #e81c24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
}

/*-----------------------------------*/
section#a07{
}
section#a07 > .inn{
	padding: 0 0 255px;
}

section#a07 .sitelink{
	background-color: #e5eef9;
	padding: 25px 0 30px;
}
section#a07 .sitelink dl{
	text-align: center;
}
section#a07 .sitelink dl dt{
	font-size: 18px;
	color: #0a3c8c;
	font-weight: 700;
	letter-spacing: 0.05em;
}
section#a07 .sitelink dl dd{
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#a07 .sitelink dl dd a{
	width: 90%;
	height: 65px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #18499d;
	font-weight: 700;
	position: relative;
}
section#a07 .sitelink dl dd a::before{
	content: '';
	display: block;
	background: url("index/icon02.png") no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

section#a07 .inn > h3{
	margin-top: 40px;
	font-size: 18px;
	color: #0a3c8c;
}

section#a07 .inn > .images{
	margin-top: 18px;
	display: flex;
	justify-content: center;
	gap: 0 10px;
}

section#a07 .inn > .downloadbtn{
	width: 100%;
	height: 65px;
	margin: 30px auto 0;
}
section#a07 .inn > .downloadbtn > a{
	text-decoration: none;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	border: 2px solid #18499d;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
	padding-left: 20px;
}
section#a07 .inn > .downloadbtn > a::before{
	content: '';
	display: block;
	background: url("index/icon03.png") no-repeat;
	background-size: contain;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

/*-----------------------------------*/
#offer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e5eef9;
	z-index: 1000;
}

#offer_area > dl{
    width: 100%;
	margin: 15px auto 16px;
}
#offer_area > dl dt{
    font-size: 18px;
	color: #0a3c8c;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
#offer_area > dl dd{
	margin-top: 15px;
    display: flex;
	justify-content: center;
	gap: 15px 0;
}

#offer_area > dl dd > a{
	text-decoration: none;
	width: 90%;
	height: 84px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}
#offer_area > dl dd > a.blue{
	background-color: #0071b7;
}
#offer_area > dl dd > a.green{
	background-color: #39b04a;
}
#offer_area > dl dd > a::before{
	content: '';
	display: block;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}
#offer_area > dl dd > a.blue::before{
	background: url("index/icon04.png") no-repeat;
	background-size: contain;
}
#offer_area > dl dd > a.green::before{
	background: url("index/icon05.png") no-repeat;
	background-size: contain;
}

/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
