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

/* ---------------------------------------------------------
index
----------------------------------------------------------*/
article h1 {
	background:none;
}

#sec1 p {
	font-size: 18px;
	line-height: 1.87;
	margin-bottom: 56px;
}

h3 {
	position: relative;
	width: 840px;
	height: 65px;
	font-size: 20px;
	box-sizing: border-box;
	padding: 16px 0 0 22px;
	margin-bottom: 15px;
	background: lightskyblue;
}

.wrapper {	
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	flex-direction: column;
	margin-top:50px;
}
#sec1 .wrapper {
	width: 741px;
	margin: 0 auto 100px;
}
.wrapper .border {
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 355px;
	height: 77px;
	background-color: #fff;
	background: url(../../common/img/bg_line.svg) no-repeat left center;
	background-size: 100%;	
	box-sizing: border-box;
	padding: 7px;
	margin: 0 auto;
}

.wrapper .border a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #008A44;
	background: #fff url(../../common/img/icon_pdf.svg) no-repeat 290px center;
	background-size: 38px 44px;
	box-sizing: border-box;
	padding: 16px 0 0 23px;
}

@media all and (-ms-high-contrast:none){
	section .border a {
		padding-top: 19px;
	}
}

#main {
	margin-bottom: 40px;
}

.sec_body {
	margin-left: 20px;
	padding-left: 20px;
	font-size: 16pt;
	line-height: 1.8;
	margin-bottom:30px;
}
.h_head {
	background: antiquewhite;
}
.h_body {
	margin-bottom:20px;
}


.tri_right {
	position: relative;
	padding-left: 25px;
}
.tri_right::before { /* くの字の表示設定 */
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid black;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#sec2 .btnwrp{
	display: inline-block;
	margin-left: 20px;
}
#sec2 a{
	display: block;
	width: 141px;
	height: 37px;
	font-size: 16px;
	line-height: 37px;
	color: #fff;
	background: #0092F0;
	border-radius: 18px;
	box-sizing: border-box;
	padding-left: 21px;
}
/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	margin-bottom: 40px;
}
.block {
	font-size: 1.5em;
	margin-left: 30px;
}
/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 {
	margin-bottom: 40px;
}
#sec3 .wrapper {
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction: row-reverse;
}
#sec3 .txt {
	width: 580px;
	font-size: 16px;
	line-height: 1.87;
}
#sec3 .pic {
	width: 244px;
}

.dn_box {
	margin: 30px 180px;
}
.dn_box .dn_1 {
	text-align: center;
	padding: 0px 10px;
	font-size: x-large;
	border-top: thick double black;
	border-left: thick double black;
	border-right: thick double black;
	border-bottom: solid black;
}
.dn_box .dn_2 {
	text-align: center;
	padding: 0px 10px;
	font-size: x-large;
	border-bottom: thick double black;
	border-left: thick double black;
	border-right: thick double black;
}
.dn_box .dn_2 div {
	margin: 0px 20px;
}
.dn_box .dn_2 div span:nth-of-type(1){
	font-size:xx-large;
}
.dn_box .dn_2 div span:nth-of-type(2){
	margin-left:3px;
	font-size:x-large;
}
.dn_box p {
	text-align: right;
	font-size: initial;
}
.furi {
	margin-left: 265px;
	font-size: large;
}


.btn-inquiry a {
	display: block;
	width: 369px;
	height: 55px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	background-color: #40210F;
	box-sizing: border-box;
	border-radius: 24px;
	margin: 50px auto 100px;
}
@media all and (-ms-high-contrast:none){
	.btn-inquiry a {
		padding-top: 3px;
	}
}
