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

/* ---------------------------------------------------------
index
----------------------------------------------------------*/
article h1 {
	background:none;
	font-size: 1.6rem;
	padding-left:0;
}
section {	
	font-feature-settings: 'palt';
}
section h2 {
	margin-bottom: 10px;
}
#sec1 {
	padding-bottom: 13px;
}
#sec1 p {
	font-size: 1.3rem;
	line-height: 1.7;
	margin-bottom: 28px;
}
h3 {
	position: relative;
	height: 40px;
	font-size: 1.4rem;
	box-sizing: border-box;
	padding: 10px 10px 0 16px;
	margin-bottom: 10px;
	background: lightskyblue;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	margin-bottom: 40px;
}


/* ---------------------------------------------------------
#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: 0px 30px;
}
.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: 160px;
}

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

.btn-inquiry a {
	display: block;
	width: 100%;
	height: 45px;
	color: #fff;
	font-size: 1.75rem;
	line-height: 45px;
	text-align: center;
	background-color: #40210F;
	box-sizing: border-box;
	border-radius: 20px;
	margin: 0 auto 25px;
}

.wrapper .border {
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 100%;
	min-height: 50px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #69B88C), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #69B88C),color-stop(.75, #69B88C), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 4px 4px;
	box-sizing: border-box;
	padding: 5px;
	margin: 0 0 15px;
}

.wrapper .border a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	color: #008A44;
	background: #fff url(../../../common/img/icon_pdf.svg) no-repeat 98% center;
	background-size: 30px auto;
	box-sizing: border-box;
	padding: 12px 40px 11px 10px;
}


.sec_body {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.4rem;
	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: 8px;
	width: 0;
	height: 0;
	border-left: 8px solid black;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

#sec2 .btnwrp{
	margin-left: 20px;
}
#sec2 a{
	display: block;
	width: 128px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: #0092F0;
	border-radius: 18px;
	box-sizing: border-box;
	padding-left: 21px;
}

#sec4 h3 {
	height: 60px;
}
.supporter_link {
	display: block;
	text-align: center;
	font-size: large;
	margin-top: 24px;
}
.supporter_link a{
	color: white;
	background: #0e6eb8;
	padding: 12px 36px;
	border-radius: 8px;
}

#sec2 .wrapper h3 {
	box-sizing: content-box;
	padding: 10px 10px 16px 16px;
}
#sec2 .block {
	font-size: medium;
}
