@charset "utf-8";

/* step */

/*sideのPICK UP表示設定*/
@import url(side-pickup.css);

/*メインコンテンツ*/
#introduction {
	margin-top: 1.5em;
	display: flex;
	margin-bottom: 2.0em;
}

/* PC*/
@media print,screen and (min-width: 768px) {
#introduction .box-txt {
	margin-right: 1.5em;
}
}

#introduction h1 {
	color: #283764;
}

/*h2リセット*/
#contents-area h2 {
	border:none;
	padding: 0;
	margin: 0;
}

#contents-area h2::before {
	content: "";
	margin-right: 0;
}

#contents-area section h2 {
	display: flex;
	border-top: 3px #283764 solid;
	border-left: 3px #283764 solid;
	border-right: 3px #283764 solid;
}

section h2 [class^="num-"] {
	width: 100px;
	height: 80px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-color: #283764;
}

section h2 .num-1 {
	background-image: url(/wp/wp-content/uploads/2021/05/step1-num.png);
	/*background-repeat: no-repeat;*/
}

section h2 .num-2 {
	background-image: url(/wp/wp-content/uploads/2021/05/step2-num.png);
	/*background-repeat: no-repeat;*/
}

section h2 .num-3 {
	background-image: url(/wp/wp-content/uploads/2021/05/step3-num.png);
	/*background-repeat: no-repeat;*/
}

section h2 .num-4 {
	background-image: url(/wp/wp-content/uploads/2021/05/step4-num.png);
	/*background-repeat: no-repeat;*/
}

section h2 .heading {
	/*width: 100%;*/
	padding-left: 1.0em;
	background-color: #DFEAF9;
	/*background-color: #5088DF;*/
	font-weight: bold;
	display: flex;
	align-items: center;
	flex-grow: 1;
	/*box-sizing: content-box;*/
}

section .exp-box {
	padding: 1.0em;
	border-left: 3px #283764 solid;
	border-right: 3px #283764 solid;
	border-bottom: 3px #283764 solid;
}

section .exp-box .img-box {
	margin: 1.0em 0;
	text-align: center;
}

section:not(.last) {
	margin-bottom: 2.0em;
}


.btn {
	text-align: center;
	margin-top: 1.0em;
}

.btn a {
	display: inline-block;
	padding: 5px 10px;
	background-color: #283764;
	color: #FFF;
}

.btn a span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight:600;
	margin-right: 2px;
}

/* SP */
@media screen and (max-width:767px) {
	#introduction {
	margin-top: 1.0em;
	flex-direction: column;
}

#introduction .box-img {
	text-align: center;
}

#introduction .box-img img {
	width: 90%;
	height: auto;
}

#contents-body {
	width: 100%;
}

section h2 {
	flex-direction: column;
}

section h2 [class^="num-"] {
width: 100%;
height:50px;
background-size: contain;
background-position: center;
background-color: #283764;
}

section h2 .heading {
	font-size: medium;
	padding: 5px;
	height:50px;
	justify-content: center;
}

section .exp-box .img-box img {
	width: 100%;
	height: auto;
}

}
