@charset "UTF-8";

/* -------------------------------------------------
spe
------------------------------------------------- */

/* -------------------------------------------------
spe common
------------------------------------------------- */
.spe,
.spe a,
.spe h2{
}

.spe .txt-link-box,
.spe .txt-link-box a{
	color: #64B100;
}

.spe .mw720px{
  max-width: 720px;
  margin: 0 auto;
}

.spe .mw660px{
  max-width: 660px;
  margin: 0 auto;
}
.spe .mw640px{
  max-width: 640px;
  margin: 0 auto;
}
.spe .mw600px{
  max-width: 600px;
  margin: 0 auto;
}
.spe .mw560px{
  max-width: 560px;
  margin: 0 auto;
}
.spe .mw514px{
  max-width: 514px;
  margin: 0 auto;
}
.spe .mw500px{
  max-width: 500px;
  margin: 0 auto;
}
.spe .mw460px{
  max-width: 460px;
  margin: 0 auto;
}

.spe .pd10px{
	padding:0 10px;
}

.spe .mb1em {
	margin-bottom:1em;
}

.spe .txt-l{
	text-align: left;
}

.spe img.imgradius{
	border-radius: 1em;
}
.spe .imgcenter{
	text-align: center;	
}
.spe .caption{
	font-size: 1em;
	padding-top: 0.2em;
	text-align:left;

}
	.spe a {text-decoration:none;
}
	.spe a:hover {text-decoration:underline;
}
@media (min-width:768px) { /* tab pc */
	div.spe img.imgradius{
		border-radius: 20px;
	}

	.pc-ib{
		display: inline-block;
	}

}

/* key visual */
.spe .kv-box{
	margin-bottom: 1.714285em;
}
.spe .kv-box .lead-box{
	max-width: 720px;
	margin: 0 auto;
	font-weight: 500;
	line-height: 1.6;
	padding: 0 5% 0em;
}
.spe .kv-box .img-box{
	padding:0 0 1.3em;
	max-width:560px;
	margin:auto;
}
.spe .kv-box::after  {
	content: "";
	height: 20px;
	display: block;
	margin:2em 2.5% 2.8em;
	background-image: url(../img/spe_box_border.png);
	background-size: contain;
	background-repeat-y: no-repeat;
}
.spe .kv-box .inner {
	padding:0 5%;
}
@media (min-width:768px) { /* tab pc */
	.spe .kv-box::after  {
		content: "";
		height: 20px;
		display: block;
		margin:50px auto 50px;
		max-width:720px;
		background-image: url(../img/spe_box_border.png);
		background-size: contain;
		background-repeat-y: no-repeat;
	}
	.spe .kv-box .img-box{
		padding-bottom:40px;
	}
	.spe .kv-box .lead-box{
		padding: 0;
	}
	.spe .kv-box .inner {
	padding:0;
}
}

/* sec */
.spe .sec {
	margin-top:2.8em;
}
.spe .sec .inner{
	padding:0 5%;
}
@media (min-width:768px) { /* tab pc */
.spe .sec {
	margin-top:60px;
}
.spe .sec .inner{
	padding:0;
}
}

/* spe common sec title */
.spe .sec-ttl-box{
}

.spe .sec-border .sec-ttl-box {
	margin:auto 0 1.5em;
	position:relative;
	overflow:hidden;
	background:-moz-linear-gradient(to top left, #FFF 50%, #1c6ab3 50.5%) no-repeat top left/42px 42px; /* Firefox */
	background:-webkit-linear-gradient(to top left, #FFF 50%, #1c6ab3 50.5%) no-repeat top left/42px 42px; /* safari Chrome */
	background:-ms-linear-gradient(to top left, #FFF 50%, #1c6ab3 50.5%) no-repeat top left/42px 42px; /* IE */
	background:linear-gradient(to top left, #FFF 50%, #1c6ab3 50.5%) no-repeat top left/42px 42px;
}
.spe .sec2.sec-border .sec-ttl-box,.spe .sec4.sec-border .sec-ttl-box,.spe .sec6.sec-border .sec-ttl-box {
	background:-moz-linear-gradient(to top left, #FFF 50%, #77c498 50.5%) no-repeat top left/42px 42px; /* Firefox */
	background:-webkit-linear-gradient(to top left, #FFF 50%, #77c498 50.5%) no-repeat top left/42px 42px; /* safari Chrome */
	background:-ms-linear-gradient(to top left, #FFF 50%, #77c498 50.5%) no-repeat top left/42px 42px; /* IE */
	background:linear-gradient(to top left, #FFF 50%, #77c498 50.5%) no-repeat top left/42px 42px;
}
.spe .sec-border .sec-ttl-box h2{
	color:#505050;
	font-size:1.857142em;
	line-height: 1.3em;
	padding: 10px 0 10px 2em;
}
.spe .sec-border .sec-ttl-box h2 span.sec-ttl-sub{
	font-size:80%;
}
.spe .sec-border::after  {
	content: "";
	height: 20px;
	display: block;
	margin:2em 2.5% 2.8em;
	background-image: url(../img/spe_box_border.png);
	background-size: contain;
	background-repeat-y: no-repeat;
}
@media (min-width:768px) { /* tab pc */
	.spe .sec-border .sec-ttl-box {
	margin-bottom:1.5em;
	}
	.spe .sec-border .sec-ttl-box h2{
		text-align:center;
		padding-left:0;
		font-size:2em;
	}
	.spe .sec-border::after  {
		margin:2.8em auto 2.8em;
		max-width:720px;
	}
}


.spe .sec h3.sub-ttl {
	color: #4da980;
	font-size: 1.571428em;
	font-weight: 600;
	line-height:1.4;
	margin-bottom:0.8em;
	margin-top:1.6em;
}
@media (min-width:768px) { /* tab pc */	
	.spe .sec h3.sub-ttl {
		text-align:center;
		margin-bottom:1.7em;
		margin-top:2.5em;
	}
}
/* spe common config */
.spe .sec .txt-box {
	margin-bottom: 1.7em;
}
.spe .sec .img-box {
	margin-bottom: 1.7em;
}
@media (min-width:768px) { /* tab pc */
	.spe .sec .txt-box {
		padding:0;
		margin-bottom: 2.7em;
	}
	.spe .sec .img-box {
		padding:0;
		margin:0;
		text-align:center;
		margin-bottom: 2.5em;
	}
}
/* prof-box 2107ver*/
.spe .prof-box {
	background:#e4f3ea;
}
.spe .prof-box .inner {
	padding:5%;
}
.spe .prof-box .inner {
	padding:5%;
}
.spe .prof-box .ttl-box {
	background:#fff;
	height:50px;
	display:flex;
	align-items:center;
	text-align:center;
	width:100%;
	margin-bottom:1.5em;
}
.spe .prof-box  .ttl{
	color:#505050;
	margin:auto;
	display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
	font-size: 1.142857em
	}
.spe .prof-box .ttl-box h2:before {
    content: " ";
    display: block;
    height: 60%;
    width: 1px;
    background-color: #505050;
    position: absolute;
    left: -0.7em;
    top: 0.45em;
    z-index: 1;
    transform: rotate(-20deg);
}
.spe .prof-box .ttl-box h2:after {
    content: " ";
    display: block;
    height: 60%;
    width: 1px;
    background-color: #505050;
    position: absolute;
    right: -0.7em;
    top: 0.45em;
    z-index: 1;
    transform: rotate(20deg);
}
.spe .prof-box .sub-ttl-box {
	background:#1c6ab3;
	height:35px;
	display:flex;
	align-items:center;
	text-align:center;
	width:100%;
	margin-bottom:1em;
}
.spe .prof-box .sub-ttl-box .ttl{
	color:#fff;
	font-weight:500;
}
.spe .prof-box .name-box {
	position:relative;
}
.spe .prof-box .name-box .img-abslt  {
	position:absolute;
	width:87px;
	right:0;
	top:0;
}
.spe .prof-box .name01 {
	color:#505050;
	font-size:1.285714em;
	line-height:1.5;
}
.spe .prof-box .name02 {
	color:#505050;
	margin-bottom:0.5em;
	line-height:1.5;
	font-size:1em;
}
.spe .prof-box .name03 {
	font-size:1em;
	color:#505050;
	margin-bottom:0.5em;
	font-size:0.857142em;
}
.spe .prof-box .link01 a {
	color:#505050;
	margin-bottom:0.5em;
	font-size:0.857142em;
}
.spe .prof-box  .name01 span{
	font-size:80%;
	line-height:0.6;
}
.spe .prof-box.box02 .inner {
	padding:7% 4%;
}
.spe .prof-box.box02 .ttl-box {
	background:#6fa798;
	height:41px;
}
.spe .prof-box.box02 .ttl {
	color:#fff;
	font-weight:500;
	font-size:1.071428em;
}
.spe .prof-box.box02 .ttl:before {
	content:none;
}
.spe .prof-box.box02 .ttl:after {
	content:none;
}
.spe .prof-box.box02 .prof-img {
	width:80.59%;
	margin-left:auto;
	margin-right:auto;
}
.spe .prof-box.box02 .name01 {
	text-align:center;
	font-size:1.428571em;
}
.spe .prof-box.box02 .name02 {
	text-align:center;
}
.spe .prof-box.box02 .name01 span {
	font-size:70%;
}
.spe .prof-box.box02 .txt01 {
	font-size:0.857142em;
	margin-top:1.5em;
	padding-left:4.5%;
	padding-right:4.5%;
}
@media (min-width:768px) { /* tab pc */
	.spe .prof-box .inner {
		padding:5% 7%;
	}
	.spe .prof-box .ttl-box {
		max-width:338px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:2.5em;
	}
	.spe .prof-box .txt-box.flex-item {
		-ms-flex-preferred-size: 260px;
		flex-basis: 260px;
		max-width:260px;
		margin-bottom:0;
	}
	.spe .prof-box .name-item.flex-item {
		-ms-flex-preferred-size: 300px;
		flex-basis: 300px;
		max-width:300px;
	}
	.spe .prof-box.box02 {
		padding:5% 0; 
	}
	.spe .prof-box.box02 .inner{
		padding:5% 6.9% 0; 
	}
	.spe .prof-box.box02 .ttl-box {
		max-width: 375px;
		margin-bottom:0;
	}
	.spe .prof-box.box02  .pc-flex-box .prof-img {
		width:100%;
		margin:0;
		
		-ms-flex-preferred-size: 270px;
		flex-basis: 270px;
		max-width:270px;
		
	}
	.spe .prof-box.box02 .pc-flex-box .txt-box {
		-ms-flex-preferred-size: 280px;
		flex-basis: 313px;
		max-width:313px;
	}
	.spe .prof-box.box02 .name01 {
		line-height:2;
	}
	.spe .prof-box.box02 .txt01 {
		padding: 0;
	}
}

/* sozai-list */
.spe .sec .sozai-list {
	margin-bottom:2.7em;
}
.spe .sec .sozai-list li{
	background:none;
	list-style-type:disc;
	padding-left:0;
	margin-left:0;
	border-bottom:1px solid #000;
	padding-bottom:0.8em;
	list-style-position:inside;
}
.spe .sec .sozai-list li p{
	font-weight:bold;
	display: inline;
}
.spe .sec .sozai-list li p span{
	font-weight:500;
}
.spe .sec .sozai-list li p span.pdl1em{
	padding-left:1.1em;
	display:inline-block;
}
@media (min-width:768px) {
	.spe .sec .sozai-list {
	margin-bottom:3.7em;
	}
}

/* step-list01 ver2107*/
.spe .sec .step-list01 {
	margin-bottom:1.571428em;
}

.spe .sec .step-list01 li{
	background:#FFF;
	border-radius:10px;
	margin:0 0 1.571428em;
	padding:4.9%;
}
.spe .sec .step-list01 .step-flex-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
		
	align-items:center;
	
	flex-wrap:wrap;
	margin-bottom:1em;
}
.spe .sec .step-list01 .step-flex-box .num-box{
	-ms-flex-preferred-size: 70px;
	flex-basis: 70px;
	max-width:70px;
	height:2em;
	background:#1c6ab3;
	
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	align-items:center;
	
	flex-wrap:wrap;
}
.spe .sec .step-list01 .step-flex-box .num-box p{
	color:#FFF;
	font-size:1.071428em;
	
}
.spe .sec .step-list01 .step-flex-box .step-ttl{
	flex-basis: auto;
	font-size:1.285714em;
	color:#1c6ab3;
	line-height:1.36;
	font-weight:600;
	padding-left:0.5em;
}
.spe .sec .step-list01 .txt-box {
	margin-bottom:0;
}
.spe .sec .step-list01 .img-box {
	text-align:left;
}
@media (min-width:768px) { /* tab pc */	
	.spe .sec .step-list01 {
		margin-bottom:0.5em;
	}
	.spe .sec .step-list01 li{
		-ms-flex-preferred-size: 360px;
		flex-basis: 360px;
		max-width:360px;
		display:flex;
		flex-direction:column;
		
		padding:3% 4.1%;
	}
	.spe .sec .step-list01 li:nth-of-type(2n){
		-ms-flex-preferred-size: 340px;
		flex-basis: 340px;
		max-width:340px;
	}
	.spe .sec .step-list01 .img-box {
		text-align:left;
		margin-top:auto;
		min-height:0%; 
	}
	.spe .sec .step-list01 .step-flex-box {
		margin-bottom:2em;
	}
	.spe .sec .step-list01 .txt-box {
		margin-bottom:2.7em; 
	}
	.spe .sec .step-list01 li:last-child .img-box{
	}
	.spe .sec01 .step-list01 li:nth-last-child(2) .img-box{
	margin-bottom:10px;
	}
	.spe .sec .sozai-list li p span.pdl1em{
		padding-left:0;
		display:inline-block;
	}
}
/* step-list02 2107ver*/
.spe .sec .step-list02 {
	margin-bottom:1.571428em;
}

.spe .sec .step-list02 li{
	margin:0 0 2.5em;
	padding:0;
	background:none;
}
.spe .sec .step-list02 .step-flex-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	
	align-items:center;
	
	flex-wrap:wrap;
	margin-bottom:0.8em;
	height:37px;
	background:#d2e1f0;
}
.spe .sec .step-list02 .step-flex-box .num-box{
	-ms-flex-preferred-size: 40px;
	flex-basis: 40px;
	max-width:40px;
	height:100%;
	background:#1c6ab3;
	
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	align-items:center;
	
	flex-wrap:wrap;
}
.spe .sec .step-list02 .step-flex-box .num-box p{
	color:#FFF;
	font-size:1.285714em;
	font-weight:bold;
	line-height:1;
}
.spe .sec .step-list02 .step-flex-box .step-ttl{
	flex-basis: auto;
	font-size:1.285714em;
	line-height:1.36;
	font-weight:600;
	padding-left:0.7em;
}
.spe .sec .step-list02 .txt-box {
	margin-bottom:1em;
}
.spe .sec .step-list02 .txt-box.txt-box-mb {
	margin-bottom:2.5em;
}
.spe .sec .step-list02 .img-box {
	text-align:left;
	margin-bottom:0.5em;
	margin-top:1em;
}
@media (min-width:768px) { /* tab pc */	
	.spe .sec .step-list02 {
		margin-bottom:0.5em;
		border-top:1px solid #9b9b9b;
		padding-top:2em;
		margin-top:3.5em;
	}
	.spe .sec .step-list02 li{
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width:50%;
		display:flex;
		flex-direction:column;
		border-bottom:1px solid #9b9b9b;
		margin-bottom:2em;
		}
		.spe .sec .step-list02 li:nth-child(2n-1){
		padding-right:21px;
		}
	.spe .sec .step-list02 li:nth-child(2n){
		padding-left:21px;
		}
	.spe .sec .step-list02 li.item02 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width:100%;
		display:flex;
		flex-direction:column;
		border-bottom:1px solid #9b9b9b;
		padding:0;
		}

	.spe .sec .step-list02 .img-box {
		text-align:left;
		margin-top:auto;
	}
	.spe .sec .step-list02 .step-flex-box {
		min-height:37px; /* ie11 */
		max-height:37px;
	}
	.spe .sec .step-list02 .pc-flex-box .txt-box{
	}
	.spe .sec .step-list02 .txt-box {
		height:100%;
		margin-bottom:2em;
	}
	.spe .sec .step-list02 .txt-box.txt-box-mb {
		margin-bottom:2.7em;
	}
	.spe .sec .step-list02 .pc-flex-box {
		align-items:flex-start;
	}
	.spe .sec .step-list02 .pc-flex-box .img-box{
		-ms-flex-preferred-size: 170px;
		flex-basis: 170px;
		max-width:170px;
		margin-top:0.6em;
		margin-bottom:0;
	}
	.spe .sec .step-list02 .pc-flex-box .txt-box02{
		-ms-flex-preferred-size: 160px;
		flex-basis: 160px;
		max-width:160px;
	}
	.spe .sec .step-list02 li:last-child .img-box{
	margin-bottom:10px;
	}
	.spe .sec .step-list02 li:nth-last-child(2) .img-box{
	margin-bottom:10px;
	}
}


/* point */
.spe .sec .pointimg {
	width:160px;
	margin:0 auto;
	text-align:center;
	display:inherit;
	padding-top:0.4em;
}

/* point-list01 */
.spe .sec .point-list01 {
	align-items:flex-start;
	background:#dde9f4;
	padding:5%;
}
.spe .sec .point-list01 li{
	background:#fff;
	margin:0;
	padding:5%;
	border-radius:10px;
	margin-bottom:5%;
}

.spe .sec .point-list01 .txt-box {
	margin-bottom:0;
}
.spe .sec .point-list01 .point-list-box {
	text-align:left;
	margin-bottom:1.2em;
	margin-left:0;
	margin-right:0;
}
@media (min-width:768px) { /* tab pc */	
	.spe .sec .point-list01 {
		padding:4%;
	}
	.spe .sec .point-list01 li {
		align-items:center;
		border-radius:0;
		margin-bottom:3%;
	}
	.spe .sec .point-list01 li:last-child {
		margin-bottom:0;
	}
	.spe .sec .point-list01 li .point-list-box{
		-ms-flex-preferred-size: 160px;
		flex-basis: 160px;
		max-width:160px;
		margin-bottom:0;
	}
	.spe .sec .point-list01 li .point-list-box .pointimg{
		padding-top:0;
	}
	.spe .sec .point-list01 .txt-box {
		-ms-flex-preferred-size: 400px;
		flex-basis: 400px;
		max-width:400px;
	}
	.spe .sec .point-list01 .txt-box p{
		font-size:1em;
	}
}

/* qa-box */
.spe .sec .qa-box {
	margin-bottom:2em;
}

.spe .sec .qa-box h3{
	text-align:left;
	font-size:1.571428em;
	color:#505050;
	font-weight:500;
	padding:1em 0 1em 2.7em;
	line-height:1.3;
}
.spe .sec .qa-box .answer{
	position:relative;
	background:#e4f3ea;
	padding:5% 6%;
	margin-top:0.5em;
}
.spe .sec .qa-box .answer .answer-img{
	position:absolute;
	width:37px;
	height:28px;
	top:-18px;
	left:0;
}
@media (min-width:768px) { /* tab pc */	
	.spe .sec .qa-box h3{
		text-align:left;
		padding:1em 0;
	}
}

/* editors note / 編集後記 */

.spe .editorsnote-box{
	margin-top:0;
	padding-top:2.5em;
	margin-bottom:40px;
}

.spe .editorsnote-box .ttl-box h2{
	background-color:transparent;
	padding: 0.9em 10px;
	margin-bottom: 1.65em;
	background:#77c498;
	color:#FFF;
	font-size:1.428571em;
	font-weight:500;
	border-radius:2.3em;
	letter-spacing: .1em;
	font-weight: 500;
	position: relative;
    top: 0;
    left: 0;
    z-index: 1;
	text-align:center;
}

.spe .editorsnote-box .ttl-box h2:before{
    content: " ";
    display: block;
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -14px;
	margin-top: -1px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 14px 0 14px;
    border-color: #77c498 transparent transparent transparent;
}
.spe .editorsnote-box .txt-box{
	margin-bottom:0;
}


@media (min-width:768px) { /* tab pc */
	.spe .editorsnote-box{
		margin-bottom:100px;
	}
	.spe .editorsnote-box .ttl-box h2{
		background-color:transparent;
		padding: 1.1em 10px;
		background:#77c498;
		font-size:1.571428em;

		margin:0px auto 2em;
		width:535px;
	}
	.spe .editorsnote-box {
		margin-top:110px;
		padding-top:0;
	}
	.spe .editorsnote-box .txt-box p{
		font-size:1em;
	}
}



/* supervisor */
.spe .supervisor-box{
	background-color: #F2E4F1;
	padding:3.5%;
	margin-bottom:3.5em;
	margin-top:2.8em;
}

.spe .supervisor-box .inner{
	background-color: #FFF;
	padding:10% 9% 4%;
	border:1px solid #dcdcdc;
}
.spe03 .supervisor-box .inner{
	padding:10% 7.5% 4%;
}

.spe .supervisor-box .ttl-box .sub-ttl {
	text-align:center;
	margin-bottom:1.3em;
}
.spe .supervisor-box .ttl-box .sub-ttl p{
    color: #77c498;
	font-size:1.285714em;
	font-weight:500;
	text-align:center;
	border:1px solid #77c498;
	padding:0.2em 1.4em;
	display:inline-block;
	margin:auto;
}

.spe .supervisor-box .name-box {
	-ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
}
.spe .supervisor-box .name-box p {
	margin-bottom:1em;
	text-align:center;
	line-height:1.5;
}
div.spe .supervisor-box .txt-box{
    margin-bottom:1.3em;
}
.spe .supervisor-box .txt-box p{
    font-size:1em;
}
.spe .supervisor-box .txt-box a{
    font-size:0.857142em;
}
.spe .supervisor-box + .pdf-btn-box {
	margin-top:3.57em;
} 
@media (min-width:768px) { /* tab pc */
	.spe .supervisor-box{
	text-align:center;
	padding:2%;
	margin-top:2.5em;
	}
	.spe .supervisor-box .inner{
		padding:5% 9% 3.5%;
		}
	.spe .supervisor-box .ttl-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		align-items:center;
	}
	.spe .supervisor-box .ttl-box .sub-ttl {
		margin-bottom:1.7em;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		max-width: auto;
	}
	.spe .supervisor-box .name-box p {
		margin-bottom:1.7em;
		text-align:left;
		line-height:1.5;
		margin-left:2em;
	}
	.spe .supervisor-box + .pdf-btn-box {
		margin-top:80px;
	} 
}

/* shuzai-box */
.spe .sec .shuzai-box  {
	background:#dde9f4;
}
.spe .sec .shuzai-box .inner {
	padding:6%;
}
.spe .sec .shuzai-box .ttl01 {
	font-size:1.428571em;
	color:#505050;
	text-align:center;
	font-weight:600;
}
.spe .sec .shuzai-box .fukidashi-box{
	text-align: center;
	margin: 1.6em auto;
	font-weight: bold;
	background-color:#FFF;
	padding: 1.7em 0;
	position: relative;
	z-index: 1;
}

.spe .sec .shuzai-box .fukidashi-box:after{
	content: " ";
    display: block;
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -20px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
}

.spe .sec .shuzai-box .fukidashi-box p.ttl02 {
	font-size: 1.285714em;
	font-weight:500;
	line-height:1;
	margin-bottom:0.6em;
}
.spe .sec .shuzai-box .fukidashi-box p.subttl01 {
	font-size:0.857142em;
	font-weight:500;
	line-height:1;
}

.spe .sec .shuzai-box .name-box p{
	font-size:1.571428em;
	color:#1c6ab3;
	text-align:center;
	font-weight:600;
}
.spe .sec .shuzai-box .name-box p span{
	font-size:80%;
}
@media (min-width:768px) { /* tab pc */
	.spe .sec .shuzai-box {
		margin-bottom:2.8em;
	}
	.spe .sec .shuzai-box .pc-flex-box{
	align-items:center;
	}
	.spe .sec .shuzai-box .inner{
	padding:3% 6%;
	}
	.spe .sec .shuzai-box .fukidashi-box{
	padding:1.7em;
	-ms-flex-preferred-size: 53%;
    flex-basis: 53%;
    max-width: 53%;
	margin:1.3em 0;
	}
	.spe .sec .shuzai-box .name-box {
	-ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
	}
	.spe .sec .shuzai-box .fukidashi-box:after{
		right: 0;
		left: auto;
		margin-top: -13px;
		margin-left: 0;
		margin-right: -50px;
		top: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 15px 15px 40px;
		border-color: transparent transparent transparent #fff;
	}
}
/* spe series */

.spe .series-box{
	background:#e4f3ea;
	padding:10px;
	margin-top:-10px;
}
.spe .series-box .ttl-box{
	text-align: center;
	margin: 0 auto;
	position: relative;
	top:0;
	left: 0;
	z-index: 2;
	border-bottom:2px solid #dcdcdc;
	max-width:620px;
}
.spe .series-box .ttl-box h2{
	color: inherit;
}

.spe .series-box .ttl-box .txt-box{
	padding: 0 0 1em;
}
.spe .series-box .img-box {
	margin-bottom:0;
}

.spe .series-box ul{
}
.spe .series-box ul li{
	background-image:none;
	padding: 0;
	border-bottom:2px solid #fff;

	position: relative; /* soon */
	top:0;
	left: 0;
	z-index: 1;
	line-height: 1.4;
	margin-bottom:0;
	background-color:#f5f5f5;
}
.spe .series-box ul li:last-child{
	border-bottom:2px solid #dcdcdc;
}
.spe .series-box ul li .future-box{
	position:absolute;
	top:0;
	left:0;
	background:#FFF;
	padding:0px 5px;
}
.spe .series-box ul li .future-box p{
	font-size:0.714285em;
}
.content .spe .series-box ul li .class-a{

	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	width: 100%;
	padding: 0.85em;
	height: 6em;

	text-decoration: none;
	font-weight: 500;

	background-repeat: no-repeat;
	background-position:right center;
	background-size: auto 100%;

	position: relative;
	top:0;
	left:0;
	z-index: 1;
}

.content .spe .series-box ul li .class-a:before{
	content:" ";
	display: inline-block;
	margin-right: 0.85em;
	width:40px;
	height: 27px;

	background-repeat: no-repeat;
	background-position:center;
	background-size: auto 100%;
}
.content .spe .series-box ul li .class-a img{
	height:100%;
	margin-left:auto;
}
.content .spe .series-box ul li .class-a p{
	font-size:0.928571em;
	line-height:1.35;
	max-width:55.8%
}
@media (max-width:767px) { /* sp */
	.content .spe .series-box ul li .class-a p .wt90{
		font-size:90%;
		letter-spacing:-0.05em;
	}
	.content .spe .series-box ul li .class-a p .wt80{
		font-size:80%;
		letter-spacing:-0.05em;
	}
	.content .spe .series-box ul li .class-a p .wt70{
		font-size:70%;
		letter-spacing:-0.05em;
	}
}
.content .spe .series-box ul li.current .class-a img{
}

.content .spe .series-box ul li.current .class-a:after{
	content: " ";

	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;

	width: 100%;
	height: 100%;

}


.spe .series-box ul li.li01 .class-a:before{
	background-image:url("../img/spe_ttl_link_num01.png");
}

.spe .series-box ul li.li02 .class-a:before{
	background-image:url("../img/spe_ttl_link_num02.png");
}

.spe .series-box ul li.li03 .class-a:before{
	background-image:url("../img/spe_ttl_link_num03.png");
}

.spe .series-box ul li.li04 .class-a:before{
	background-image:url("../img/spe_ttl_link_num04.png");
}

.spe .series-box ul li.li05 .class-a:before{
	background-image:url("../img/spe_ttl_link_num05.png");
}

@media (min-width:768px) { /* tab pc */
	.spe .series-box {
		margin-top:70px;
		padding:20px;
	}
	.spe .series-box ul{
		max-width:620px;
		margin: 0 auto;
		padding:0;
	}
		.content .spe .series-box ul li.link{ /* js link */
		cursor: pointer;
	}
		.content .spe .series-box ul li.link:hover{
		background:#dcdcdc;
	}
	.spe .series-box ul li .future-box{
		position:absolute;
		top:0;
		left:0;
		background:#FFF;
		padding:3px 21px;
	}
	.spe .series-box ul li .future-box p{
		font-size:0.928571em;
	}
	div.spe .series-box .ttl-box .txt-box{
	}
	div.content .spe .series-box ul li .class-a{
		margin:auto;
		padding: 0.78em 2.2em;
		height: 8.14em;
	}
	div.content .spe .series-box ul li .class-a p{
		font-size:1.071428em;
		max-width:70%;
	}

	div.content .spe .series-box ul li .class-a:before{
		width: 66px;
		height: 45px;
		margin-right: 34px;
	}

	div.content .spe .series-box ul li .class-a .sub {
    font-size: 0.6em;
	}
}

/* -------------------------------------------------
spe01
------------------------------------------------- */
/* sec1 */
.spe01 .sec1 .mw860px {
	background:#dde9f4;
	padding:1.571428em 0 5%;
	overflow:hidden;
}
.spe01 .sec1 .sec-sub-ttl-box {
	background:#1c6ab3;
}
.spe01 .sec1 .sec-sub-ttl-box h3{
	font-size:1.571428em;
	color:#FFF;
	text-align:center;
	letter-spacing:0.2;
	line-height:2.86em;
}
.spe01 .sec1 .pc-flex-box.box01 {
	background:#fff;
	padding:4.9% 4.9% 0;
	overflow:hidden;
}
@media (min-width:768px) { /* tab pc */	
	.spe01 .sec1 .pc-flex-box.box01 {
		padding:24px 35px 24px;
	}
	.spe01 .sec1 .pc-flex-box.box01 .img-box,.spe01 .sec1 .pc-flex-box.box01 .txt-box{
		margin-bottom: 0;
	}
	.spe01 .sec1 .step-list01 .step-flex-box {
		height:50px;
	}
	.spe01 .sec1 .step-list01 .txt-box {
		margin-bottom:0;
	}
}
/* sec2 */
.spe01 .sec2 .step-list01 .step-flex-box {
}
.spe01 .sec2 .step-list01 li {
	padding:0;
	margin-bottom:2.7em;
}
.spe01 .sec2 .step-list01 li:last-child {
	margin-bottom:0;
}
.spe01 .sec2 .step-list01 .img-box{
	max-width:86%;
	margin-left:auto;
	margin-right:auto;
}
.spe01 .sec2 .step-list01 .step-flex-box .step-ttl {
    flex-basis: auto;
    font-size: 1em;
    color: #000;
    line-height: inherit;
    font-weight: normal;
    padding-left: 0;
	padding-top:0;
	width:100%;
}
.spe01 .sec2 .step-list01 .step-flex-box .step-ttl p{
	text-align: center;
    font-size: 1em;
    margin-left: -1em;
    margin-right: -1em;
    margin-bottom: 0;
    margin-top: -1em;
}
@media (min-width:768px) { /* tab pc */	
	.spe .sec2 .step-list01 li:nth-of-type(1n){
		-ms-flex-preferred-size: 208px;
		flex-basis: 208px;
		max-width:208px;
		margin-bottom:0;
	}
	.spe01 .sec2 .step-list01 .step-flex-box {
		height:80px;
		width:100%;
	}
	.spe01 .sec2 .step-list01 .img-box {
		margin-bottom:0;
		max-width:100%;
		margin-top:0;
	}
	.spe01 .sec2 .step-list01 .txt-box {
		padding-top:1.2em;
	}
	.spe01 .sec2 .step-list01 .step-flex-box .step-ttl p{
		line-height:1.8;
		font-size:0.857142em;
	}
}
/* sec4 */
.spe01 .sec4 .qa-box h3 {
	padding-left:2em;
}
@media (min-width:768px) { /* tab pc */	
	.spe01 .sec4 .qa-box h3 {
		padding-left:5em;
		}
}
.spe01 .sec4 .shuzai-box {
	background:#77c498;
	margin-top:-1em;
}
.spe01 .sec4 .shuzai-box .ttl01 {
	color: #fff;
}
.spe01 .sec4 .shuzai-box .fukidashi-box {
	padding:1.5em 0;
}
.spe01 .sec4 .shuzai-box .fukidashi-box p.ttl02 {
	margin-bottom:0;
}
.spe01 .sec .shuzai-box .name-box p {
	color: #fff;
}
.spe01 .sec .shuzai-box p.caption {
	margin-top:0.5em;
	margin-bottom:-0.5em;
	text-align:center;
}

/* point-box */
.spe01 .sec .point-box  {
	margin-left:3%;
	margin-right:3%;
	margin-bottom:2.5em;
}
.spe01 .sec .point-box .ttl-box{
	background:#1c6ab3;
	border-radius:22px;
	width:190px;
	height:80px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:0 auto -58px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.spe01 .sec .point-box .ttl-box p{
	font-size:1.214284em;
	display:block;
	width:100%;
}
.spe01 .sec .point-box h3{
	font-size:2.142857em;
	display:block;
	width:100%;
	line-height:1;
	margin-top:-25px;
}
.spe01 .sec .point-box .inner {
	background:#1c6ab3;
	border-radius:10px;
	padding:60px 6.2% 8%;
}
.spe01 .sec .point-box .inner .txt-box {
	margin-bottom:0;
	color:#fff;
}
@media (min-width:768px) { /* tab pc */	
}

/* sec5 */
.spe01 .sec5 h3.sub-ttl {
	color: #1c6ab3;
}
.spe01 .sec5 .img-box .mw460px {
	width:71.64%;
}
.spe01 .sec5 .step-list02 .pc-flex-box.box01 .txt-box02{
		margin-bottom:1em;
	}
@media (min-width:768px) { /* tab pc */	
	.spe01 .sec5 .pc-flex-box.box02 {
		align-items:flex-start;
	}
	.spe01 .sec5 .point-box {
		margin:0;
	}
	.spe01 .sec5 .step-list02 li:nth-child(10){
		padding-right:21px;
		padding-left:0;
		}
	.spe01 .sec5 .step-list02 li:nth-child(11){
		padding-left:21px;
		padding-right:0;
	}
	.spe01 .sec5 .step-list02 .pc-flex-box.box01 .img-box{
		-ms-flex-preferred-size: 320px;
		flex-basis: 320px;
		max-width:320px;
	}
	.spe01 .sec5 .step-list02 .pc-flex-box.box01 .txt-box02{
		-ms-flex-preferred-size: 210px;
		flex-basis: 210px;
		max-width:210px;
	}
	.spe01 .sec5 .step-list02 .pc-flex-box.box01 .img-box02{
		-ms-flex-preferred-size: 130px;
		flex-basis: 130px;
		max-width:130px;
	}
	.spe01 .sec5 .point-box.box01  {
		-ms-flex-preferred-size: 385px;
		flex-basis: 385px;
		max-width:385px;
		margin-bottom:3em;
	}
	.spe01 .sec5 .point-box.box02  {
		-ms-flex-preferred-size: 305px;
		flex-basis: 305px;
		max-width:305px;
	}
}
.spe01 .sec .prof-box{
	background:#f1f1f1;
}





/* sec6 */
.spe01 .sec6 h3.sub-ttl {
	color: #4da980;
	font-size: 1.571428em;
	font-weight: 600;
	line-height:1.4;
	margin-bottom:0.8em;
	margin-top:1.6em;
}
.spe01 .sec6 .step-list02 .step-flex-box {
    background: #e4f3ea;
}
.spe01 .sec6 .step-list02 .step-flex-box .num-box {
    background: #77c498;
}
.spe01 .sec6 .step-list02 .pc-flex-box.box01 .txt-box02{
		margin-bottom:1em;
	}
.spe01 .sec6 .step-list02 .pc-flex-box.box01 .img-box{
		margin-bottom:1.5em;
	}
.spe01 .sec6 .step-list02 .pc-flex-box.box02 .txt-box02{
		margin-bottom:2.5em;
	}
.spe01 .sec6 .step-list02 .pc-flex-box.box03 .img-box{
		margin-bottom:1.5em;
	}

.spe01 .sec6 .point-box .ttl-box{
	background: #77c498;
	height:60px;
	margin:0 auto -38px;
}
.spe01 .sec6 .point-box .inner {
    background: #77c498;
	padding-top:40px;
}
.spe01 .sec6 .prof-box img{
	width:87px;
	margin-bottom:1em;
}
.spe01 .sec6 .prof-box .name01.txt-c{
	margin-bottom:1em;
	font-size:1em;
}
.spe01 .sec6 .prof-box .name01{
	line-height:1.5;
}
.spe01 .sec6 .prof-box .name02{
	margin-bottom:0;
	line-height:1.3;
}
.spe01 .sec6 .prof-box .name03{
	font-size:0.857142em;
}
@media (min-width:768px) { /* tab pc */	
	.spe01 .sec6 h3.sub-ttl {
		text-align:center;
		margin-top:2.5em;
	}
	.spe01 .sec6 .pc-flex-box.box02 {
		align-items:flex-start;
	}
	.spe01 .sec6 .img-box.img-box02 {
		margin-bottom:0;
	}
	.spe01 .sec6 .step-list02 {
		margin-top:0;
	}
	.spe01 .sec6 .step-list02 li.item01 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		border-bottom: 1px solid #9b9b9b;
		padding: 0;
	}
	.spe01 .sec6 .step-list02 li.item03 {
		-ms-flex-preferred-size: 247px;
		flex-basis: 247px;
		max-width: 247px;
		border-bottom: 1px solid #9b9b9b;
		padding-right: 21px;
		padding-left:0;
	}
	.spe01 .sec6 .step-list02 li.item04 {
		-ms-flex-preferred-size: 226px;
		flex-basis: 226px;
		max-width: 226px;
		border-bottom: 1px solid #9b9b9b;
		padding:0;
	}
	.spe01 .sec6 .step-list02 .pc-flex-box.box01 .txt-box{
		-ms-flex-preferred-size: 473px;
		flex-basis: 473px;
		max-width:473px;
	}

	.spe01 .sec6 .step-list02 .pc-flex-box.box01 .img-box{
		-ms-flex-preferred-size: 226px;
		flex-basis: 226px;
		max-width:226px;
	}
	.spe01 .sec6 .step-list02 .pc-flex-box.box02 .img-box{
		-ms-flex-preferred-size: 473px;
		flex-basis: 473px;
		max-width:473px;
	}
	.spe01 .sec6 .step-list02 .pc-flex-box.box02 .txt-box{
		-ms-flex-preferred-size: 226px;
		flex-basis: 226px;
		max-width:226px;
	}
	.spe01 .sec6 .step-list02 li.item01 .txt-box{
		margin-bottom:0;
	}
	.spe01 .sec6 .step-list02 li.item01 .img-box{
		margin-bottom:2em;
	}
	.spe01 .sec6 .step-list02 li.item03 .txt-box{
		height:auto;
	}
	.spe01 .sec6 .step-list02 li.item03 .img-box{
		height:140px;
		margin-top:0;
	}
	.spe01 .sec6 .step-list02 li.item04 .txt-box{
		height:auto;
	}
	.spe01 .sec6 .step-list02 li.item04 .img-box{
	}
	.spe01 .sec6 .step-list02 li.item05 .txt-box{
		height:auto;
	}
	.spe01 .sec6 .step-list02 li.item05 .img-box{
		height:140px;
	}
	.spe01 .sec6 .step-list02 li.item06 .txt-box{
	}
	.spe .sec6 .step-list02 .txt-box.txt-box-mb {
	margin-bottom: 1.5em;
	}
	.spe .sec6 .step-list02 .pc-flex-box .img-box .caption{
	}
	.spe01 .sec6 .point-box  {
		margin-right:0;
		margin-left:0;
	}
	.spe01 .sec6 .point-box .inner {
		padding-bottom: 40px;
	}
	.spe01 .sec6 .prof-box .pc-flex-box{
		align-items:center;
	}
}
.spe01 .sec6.sec-border:after {
	content:none;
}
.spe01 .sec .prof-box{
	background:#f1f1f1;
}

/* -------------------------------------------------
spe02
------------------------------------------------- */
/* common */
.spe02 .sec.sec-border .sec-ttl-box{
	margin:auto 0 1.5em;
	position:relative;
	overflow:hidden;
	background:-moz-linear-gradient(to top left, #FFF 50%, #1c6ab3 50.5%) no-repeat top left/42px 42px; /* Firefox */
	background:-webkit-linear-gradient(to top left, #FFF 50%, #1c6ab3 50.5%) no-repeat top left/42px 42px; /* safari Chrome */
	background:-ms-linear-gradient(to top left, #FFF 50%, #1c6ab3 50.5%) no-repeat top left/42px 42px; /* IE */
	background:linear-gradient(to top left, #FFF 50%, #1c6ab3 50.5%) no-repeat top left/42px 42px;
}

.spe02 .sec2.sec-border .sec-ttl-box,.spe02 .sec4.sec-border .sec-ttl-box {
	background:-moz-linear-gradient(to top left, #FFF 50%, #77c498 50.5%) no-repeat top left/42px 42px; /* Firefox */
	background:-webkit-linear-gradient(to top left, #FFF 50%, #77c498 50.5%) no-repeat top left/42px 42px; /* safari Chrome */
	background:-ms-linear-gradient(to top left, #FFF 50%, #77c498 50.5%) no-repeat top left/42px 42px; /* IE */
	background:linear-gradient(to top left, #FFF 50%, #77c498 50.5%) no-repeat top left/42px 42px;
}
.spe02 .sec .step-list01 li {
    margin-bottom:3em;
    padding: 0;
}
@media (min-width:768px) { /* tab pc */
	.spe02 .sec ul.step-list01 li.flex-item{
		-ms-flex-preferred-size: 319px;
		flex-basis: 319px;
		max-width:319px;
		margin-bottom:3em;
	}
	.spe02 .sec .step-list01 li .step-ttl{
		margin-left:10px;
		margin-right:10px;
		min-height:0% /* ie11 */
	}
	.spe02 .sec .step-list01 li:last-child {
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0;
	}
	.spe02 .sec .step-list01 li:last-child .txt-box{
		margin-bottom:0;
	}
}
/* sec3 */
.spe02 .sec3 .prof-box.box02 {
	background:#d2e1f0;
}
.spe02 .sec3 .prof-box.box02 .ttl-box {
	background:#1c6ab3;
}
.spe02 .prof-box.box02 .column-box{
	background:#fff;
	border:1px solid #1c6ab3;
	border-radius:15px;
	padding:7.7% 7.7% 0;
}
.spe02 .prof-box.box02 .column-box .column-ttl{
	text-align:center;
	font-size: 1.428571em;
	color:#1c6ab3;
	line-height:1.5;
	padding-bottom:1em;
}
.spe02 .prof-box.box02 .column-box .cb{
	font-size: 1em;
	color:#1c6ab3;
}
.spe02 .prof-box.box02 .column-box .caption2{
	font-size: 1em;
    text-align: center;
	margin-bottom:1.7em;
}
@media (min-width: 768px) {
	.spe02 .prof-box.box02 .pc-flex-box .txt-box {
		-ms-flex-preferred-size: 280px;
		flex-basis: 280px;
		max-width:280px;
		margin-right:10px;
	}
	.spe02 .prof-box.box02 .column-box{
		margin-top:7%;
		padding:6%;
	}
	.spe02 .prof-box.box02 .column-box .column-ttl{
		padding-bottom:1.5em;
	}
	.spe02 .prof-box.box02 .column-box .txt-box {
		margin-bottom:2em;
	}
	.spe02 .prof-box.box02 .column-box .caption2{
	margin-bottom:0;
	margin-top:1.5em;
}
	.spe02 .prof-box.box02 .column-box .pc-flex-box .flex-item{
		-ms-flex-preferred-size: 168px;
		flex-basis: 168px;
		max-width:168px;
		margin-bottom:0;
	}
}
/* sec4 */
.spe02 .sec4.sec-border:after {
	content:none;
}
.spe02 .sec4 h3.sub-ttl {
	text-align:center;
	margin-bottom:2em;
}
.spe02 .sec4 .item-list01 li {
	background:none;
	margin-left:0;
	margin-bottom:3em;
	padding-left:0;
}
.spe02 .sec4 .item-list01 .step-ttl {
	background:#e4f3ea;
	
	display:flex;
	align-items:center;
	justify-content:center;
	
	border-radius:24px;
	height:60px;
	width:100%;
	margin-bottom:1em;
}
.spe02 .sec4 .item-list01 .step-ttl p {
	font-weight:bold;
	font-size: 1.428571em;
	color:#4da980;
}
.spe02 .sec4 h3.sub-ttl.topborder {
	border-top:1px dashed #505050;
	padding-top:2em;
}
@media (min-width: 768px) {
	.spe02 .sec4 .item-list01 .step-ttl {
		height:70px;
	}
	.spe02 .sec4 .pc-flex-box.item-list01 li {
		-ms-flex-preferred-size: 224px;
		flex-basis: 224px;
		max-width:224px;
		margin-bottom:0;
	}
	.spe02 .sec4 .pc-flex-box.item-list01 li .txt-box {
		padding:0 5% 0;
		margin-bottom:0;
	}
	.spe02 .sec4 h3.sub-ttl.topborder {
		margin-bottom:1.5em;
		}
}
.spe02 .sec4 .recept-list-box .recept-ttl {
	background:#77c498;
	height:90px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:1em;
}
.spe02 .sec4 .recept-list-box .recept-ttl img{
	-ms-flex-preferred-size: 60px;
	flex-basis: 60px;
	max-width:60px;
	height:auto;
	margin-right:10px;
	margin-left:10px;
}
.spe02 .sec4 .recept-list-box .recept-ttl h3 {
	color:#fff;
	font-size:1.285714em;
	max-width:calc(100% - 80px);
}
.spe02 .sec4 .recept-list-box .recept-ttl h3 span{
	font-size:85%;
}
.spe02 .sec4 .zairyo-box {
	border:1px solid #77c498;
	padding:6%;
	margin-bottom:2.5em;
}
.spe02 .sec4 .zairyo-box .ttl{
	color: #77c498;
	font-size:1.285714em;
	text-align:center;
	margin-bottom:1em;
}
.spe02 .sec4 .zairyo-box .ttl span{
	color:#000;
	font-weight:500;
	font-size:77.777%;
}
.spe02 .sec4 .zairyo-list {
	border-top:2px solid #505050;
}
.spe02 .sec4 .zairyo-list li{
	background:none;
	border-bottom:1px solid #505050;
	padding:0.5em 0;
	margin:0;
}
.spe02 .sec4 .zairyo-list li dl{
	margin-bottom:0;
}
.spe02 .sec4 .zairyo-list li dt{
	line-height:1.6;
	font-weight:400;
	text-align:right;
}
.spe02 .sec4 .zairyo-list li dd{
	line-height:1.6;
	font-weight:400;
	text-align:right;
	margin-right:-1px;
	margin-left:auto;
}
.spe02 .sec4 .zairyo-list li dd.mlat{
	margin-left:auto;
}
.spe02 .sec4 .zairyo-list li span{
	font-size:0.857142em;
}
.spe02 .sec4 .zairyo-list li div{
	text-align:left;
	margin-right:-1px;
}
.spe02 .sec4 .zairyo-list li > ul{
	padding-left:7%;
}
.spe02 .sec4 .zairyo-list li > ul > li{
	border-color:#cacaca;
}
.spe02 .sec4 .zairyo-list li > ul > li:first-child{
	padding-top:0;
}
.spe02 .sec4 .zairyo-list li > ul > li:last-child{
	border-bottom:none;
	padding-bottom:0;
}
@media (min-width: 768px) {
	.spe02 .sec4 .pc-flex-box {
		align-items:flex-start;
		margin-top:2em;
	}
	.spe02 .sec4 .pc-flex-box .flex-item {
		-ms-flex-preferred-size: 339px;
		flex-basis: 339px;
		max-width:339px;
	}
	.spe02 .sec4 .zairyo-box {
		-ms-flex-preferred-size: 345px;
		flex-basis: 345px;
		max-width:345px;
		padding:20px;
	}
	.spe02 .sec4 .zairyo-list li dt,.spe02 .sec4 .zairyo-list li dd{
	}
}
.spe02 .sec4 .recept-sub-ttl {
	border:1px solid #77c498;
	padding:0.4em;
	border-radius:22px;
	width:140px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:2.5em;
}
.spe02 .sec4 .step-list01 li:last-child {
	margin-bottom:0;
} 
.spe02 .sec4 .recept-sub-ttl h3.sub-ttl {
	margin:0;
	display:inline-block;
	color:#77c498;
	}

.spe02 .sec4 .step-list01 {
    margin-bottom: 1.7em;
}
.spe02 .sec4 .step-list01 li .step-ttl {
	width:45px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
}
.spe02 .sec4 .step-list01 .txt-box {
	margin-bottom:1em;
}
.spe02 .sec4 .step-list01 .one-point-box {
	padding:7%;
	border:1px solid #77c498;
}
.spe02 .sec4 .step-list01 .one-point-box .ttl {
	color:#77c498;
	font-size:1.5em;
	text-align:center;
	padding-bottom:0.8em;
}
.spe02 .sec4 .step-list01 .one-point-box .txt-box{
	margin-bottom:0;
}

@media (min-width:768px) { /* tab pc */
	.spe02 .sec4 .recept-list-box {
		margin-top:4.5em;
	}
	.spe02 .sec4 ul.step-list01 {
		align-items:flex-end;
		margin-bottom:0;
	}
	.spe02 .sec4 ul.step-list01 li.flex-item{
		-ms-flex-preferred-size: 339px;
		flex-basis: 339px;
		max-width:339px;
		margin-bottom:3em;
	}
	.spe02 .sec4 ul.step-list01 li.flex-item:nth-child(3),.spe02 .sec4 ul.step-list01 li.flex-item:last-child{
		margin-right:0;
		margin-bottom:0;
	}
	.spe02 .sec4 ul.step-list01 li .img-box {
		margin-bottom:0;
	}
	.spe02 .sec4 .recept-sub-ttl {
		width:240px;
	}
	.spe02 .sec4 .step-list01 .one-point-box {
		padding:15% 7%;
	}
}
.spe02 .sec4 .prof-box.box02 {
	margin-top:2.3em;
	}
.spe02 .sec4 .prof-box.box02 .ttl-box {
	margin-bottom:0;
}
@media (min-width:768px) { /* tab pc */
	.spe02 .sec4 .prof-box.box02 {
	margin-top:3.5em;
	}
	.spe02 .sec4 .prof-box.box02 .pc-flex-box{
	margin-top:0;
	}
}
/* -------------------------------------------------
spe03
------------------------------------------------- */
@media (max-width:767px) { /*sp */
	.spe03 .kv-box .img-box .caption{
		padding-left:5%;
		}
}
.spe03 .sub-ttl-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	
	align-items:flex-start;
	
	flex-wrap:wrap;
	margin-bottom:1.7em;
	margin-top:2.5em;
}
.spe03 .sub-ttl-box .q-box{
	-ms-flex-preferred-size: 65px;
	flex-basis: 65px;
	min-height:52px;
	text-align:center;
	display:flex;
	margin-top:0;
}
.spe03 .sub-ttl-box .q-box p{
	font-size:2.857142em;
	color:#1c6ab3;
	line-height:1;
	font-weight:bold;
	margin-left: auto;
    margin-right: auto;
}
.spe03 .sub-ttl-box h3.sub-ttl01 {
	color:#1c6ab3;
	font-size:1.642857em;
	-ms-flex-preferred-size: calc(100% - 65px);
	flex-basis: calc(100% - 65px);
	max-width:calc(100% - 65px);
	padding-left:20px;
	line-height:1.3;
	border-left:#1c6ab3 solid 1px;
	letter-spacing:0.05em;

}
.spe03 .sec .img-box .txt {
	margin-bottom:1em;
	text-align:center;
}
.spe03 .sec .img-box .caption2 {
	font-size: 1em;
    padding-top: 1em;
    text-align: left;
}
.spe03 .sec .pc-flex-box .img-box {
	text-align:center;
}
.spe03 .sec .pc-flex-box.box02 .img-box img{
	max-width:59.26%;
}
.spe03 .sub-ttl-box.box02 {
	border:1px solid #1c6ab3;
	height:67px;
	align-items:center;
	text-align:center;
}
.spe03 .sub-ttl-box.box02 h3.sub-ttl02{
	color:#1c6ab3;
	font-size:1.642857em;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:0.05em;
}
.spe03 .prof-box.box02 {
	background:#d2e1f0;
}
.spe03 .prof-box.box02 .ttl-box {
	background:#1c6ab3;
	margin-bottom:0;
}
.spe03 .prof-box.box02 .txt-box {
	margin-bottom:0;
}
@media (min-width:768px) { /* tab pc */	
	.spe03 .sec .txt-box {
		margin-bottom:3.7em;
	}
	.spe03 .sec  .img-box {
		margin-bottom:3.7em;
	}
	.spe03 .sub-ttl-box {
		align-items:stretch;
		margin-bottom:2em;
	}
	.spe03 .sub-ttl-box h3{
		align-items:center;
		min-height:52px;
		display:flex;
	}
	.spe03 .sec .pc-flex-box {
		margin-bottom:3.7em;
	}
	.spe03 .sec .pc-flex-box .txt-box {
		margin-bottom:0;
	}
	.spe03 .sec .pc-flex-box .img-box {
		margin-bottom:0;
	}
	.spe03 .sec .pc-flex-box.box01 .img-box.flex-item {
		-ms-flex-preferred-size: 340px;
		flex-basis: 340px;
		max-width:340px;
	}
	.spe03 .sec .pc-flex-box.box01 .img-box .img01{
		padding-bottom:43px;
	}
	.spe03 .sec .pc-flex-box.box02 .txt-box.flex-item {
		-ms-flex-preferred-size: 470px;
		flex-basis: 470px;
		max-width: 470px;
	}
	.spe03 .sec .pc-flex-box.box02 .img-box.flex-item {
		-ms-flex-preferred-size: 200px;
		flex-basis: 200px;
		max-width: 200px;
	}
	.spe03 .sec .pc-flex-box.box02 .img-box.flex-item img{
		max-width: 100%;
	}
	.spe03 .sub-ttl-box.box02{
		max-width:339px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:3.5em;
	}
	.spe03 .sec .prof-box .pc-flex-box {
		margin-bottom:0;
	}
}

/* -------------------------------------------------
spe04
------------------------------------------------- */
/* sec2 */
.spe04 .sec2 .step-list01 {
	margin-top:3em;
}
.spe04 .sec2 .step-list01 li {
	padding:0;
	margin-bottom:3em;
}
.spe04 .sec2 .step-list01 li:last-child {
	padding:0;
	margin-bottom:0;
}
.spe04 .sec2 .step-list01 .img-box {
	margin-bottom:0.5em;
}
.spe04 .sec2 .step-list01 .ttl-box {
	margin-bottom:1em;
}
.spe04 .sec2 .step-list01 .ttl-box h3{
	font-size:1.642857em;
	color:#505050;
	letter-spacing:0.05em;
	text-align:center;
	line-height:1.4;
}
.spe04 .sec2 .step-list01 .ttl-box h3 span{
	font-size:80%;
	line-height:2;
}
@media (min-width:768px) { /* tab pc */
	.spe04 .sec2 .step-list01  {
		align-items:flex-start;
		margin-bottom:-2.7em;
	}
	.spe04 .sec2 .step-list01 li.flex-item {
		-ms-flex-preferred-size: 339px;
		flex-basis: 339px;
		max-width:339px;
		margin-bottom:3em;
	}
	.spe04 .sec2 .step-list01 li.flex-item:nth-of-type(2n) {
		-ms-flex-preferred-size: 339px;
		flex-basis: 339px;
		max-width:339px;
		margin-bottom:3em;
	}
	.spe04 .sec2 .step-list01 li.flex-item .txt-box{
		margin-bottom:0;
	}
	.spe04 .sec2 .step-list01 li.flex-item:first-child .ttl-box{
		height:100px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
}
/* sec3 */
.spe04 .supervisor-box {
	background:#d2e1f0;
	}
.spe04 .supervisor-box .ttl-box .sub-ttl p {
    color: #1c6ab3;
    border: 1px solid #1c6ab3;
    }
/* sec4 */
.spe04 .sec4 .step-list01 {
	margin-top:3em;
	align-items:flex-start;
}
.spe04 .sec4 .step-list01 li  {
	padding:0;
	margin-bottom:3em;
}
.spe04 .sec4 .step-list01 li:last-child {
	margin-bottom:0;
}
.spe04 .sec4 .step-list01 li .step-flex-box {
	flex-direction:column;
}
.spe04 .sec4 .step-list01 li .step-flex-box .num-box2  {
	width:29px;
	min-height:0%; /* ie11 */
}
.spe04 .sec4 .step-list01 li .step-flex-box .ttl-box{
	border:1px solid #77c498;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:40px;
	min-height:50px;
	width:300px;
	margin-top:-6px;
}
.spe04 .sec4 .step-list01 li .step-flex-box .ttl-box h3 {
	font-size:1.428571em;
	color:#77c498;
	text-align:center;
	padding:6px 0;
	line-height:1.5;
}
.spe04 .sec4 .step-list01 li .sub-ttl  {
	margin-bottom:1em;
}
.spe04 .sec4 .step-list01 li .sub-ttl h4 {
	color:#505050;
	font-size:1.285714em;
	text-align:center;
	line-height:1.5;
}
.spe04 .sec4 .step-list01 li .sub-ttl h4 span{
	font-size:90%;
}
@media (min-width:768px) { /* tab pc */	
	.spe04 .sec4 .step-list01 {
		margin-bottom:-2.7em;
	}
	.spe04 .sec4 .step-list01 li,.spe04 .sec4 .step-list01 li:nth-of-type(2n)  {
		-ms-flex-preferred-size: 339px;
		flex-basis: 339px;
		max-width:339px;
		margin-bottom:0;
	}
	.spe04 .sec4 .step-list01 li:nth-of-type(3),.spe04 .sec4 .step-list01 li:nth-of-type(4){
		margin-top:1em;
	}

	.spe04 .sec4 .step-list01 li .sub-ttl  {
	margin-bottom:2em;
	}
	.spe04 .sec4 .step-list01 li .img-box{
		margin-bottom:1.5em;
	}
	.spe04 .sec4 .step-list01 li:nth-of-type(1) .img-box{
		margin-top:3.5em;
		margin-bottom:4em;
	}
	.spe04 .mw294px{
		max-width:294px;
		margin: 0 auto;
	}
}
.spe04 .sec5 p.ttl {
	color: #1c6ab3;
    font-size: 1.285714em;
	margin-bottom:1em;
}
.spe04 .prof-box.box02 {
	background:#d2e1f0;
}
.spe04 .prof-box.box02 .ttl-box {
	background:#1c6ab3;
	margin-bottom:0;
}
.spe04 .prof-box.box02 .txt-box {
	margin-bottom:0;
}
/* -------------------------------------------------
spe05
------------------------------------------------- */
