@charset "UTF-8";

/* -------------------------------------------------
spe
------------------------------------------------- */

/* -------------------------------------------------
spe common
------------------------------------------------- */
.spe,
.spe a,
.spe h2{
}
.spe p {
	line-height:1.7;
}
.spe .sec ul li {
	background:none;
	margin-left:0;
	padding-left:0;
}
.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 .mw440px{
  max-width: 440px;
  margin: 0 auto;
}
.spe .mw400px{
  max-width: 400px;
  margin: 0 auto;
}
.spe .mw339px{
  max-width: 339px;
  margin: 0 auto;
}
@media (max-width:767px) { /* tab pc */
.spe .mw339px{
  max-width: 100%;
  margin: 0 auto;
}
}


.spe .pd10px{
	padding:0 10px;
}

.spe .mb1em {
	margin-bottom:1em;
}
.spe h2,.spe h3,.spe h4{
	letter-spacing:0.03em;
}
.spe .txt-l{
	text-align: left;
}

.spe img.imgradius{
	border-radius: 1em;
}
.spe .imgcenter{
	text-align: center;	
}
.spe .caption{
	font-size: 1em;
	padding-top: 8px;
	text-align:left;
}
.spe .caption12px{
	font-size: 0.857142em;
	padding-top: 5px;
	text-align:left;
}
	.spe a {text-decoration:none;
}
	.spe a:hover {text-decoration:underline;
}
.spe .txt-red {
	 color:#e50012!important;
}
@media (min-width:768px) { /* tab pc */
	div.spe img.imgradius{
		border-radius: 20px;
	}

	.pc-ib{
		display: inline-block;
	}
	
	.spe .pc-flex-box .flex-item {
		-ms-flex-preferred-size: 47.08%;
		flex-basis: 47.08%;
		max-width: 339px; /* ie11 */
	}
	.spe .sec .sp-flex-box {
		display: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;
	}
}
@media (max-width: 767px){
	.spe .kv-box .img-box .caption {
		padding-left: 5%;
	}
}

/* sec */
.spe .sec {
	margin-top:30px;
}
.spe .sec .inner{
	padding:0 5%;
}
@media (min-width:768px) { /* tab pc */
.spe .sec {
	margin-top:50px;
}
.spe .sec .inner{
	padding:0;
}
}
/* sec-map-box */
.spe .sec .sec-map-box{
	position:relative;
}
.spe .sec .sec-map-box a{
	position:absolute;
	width:10%;
	height:10%
}
.spe .sec .sec-map-box a img{
	width:100%;
	height:100%;
}

@media (min-width:768px) { /* tab pc */
	.spe .sec .sec-map-box a{
		position:absolute;
		width:10px;
		height:88px;
		border-radius:5px;
	}
	.spe .sec .sec-map-box a:hover{
		background:rgba(234,141,198,0.3);
	}
}
/* spe common sec title */
.spe .sec-ttl-box{
}

.spe .sec-border .sec-ttl-box {
	margin:auto 0 28px;
	position:relative;
	overflow:hidden;
	background:-moz-linear-gradient(to top left, #FFF 50%, #b1242b 50.5%) no-repeat top left/42px 42px; /* Firefox */
	background:-webkit-linear-gradient(to top left, #FFF 50%, #b1242b 50.5%) no-repeat top left/42px 42px; /* safari Chrome */
	background:-ms-linear-gradient(to top left, #FFF 50%, #b1242b 50.5%) no-repeat top left/42px 42px; /* IE */
	background:linear-gradient(to top left, #FFF 50%, #b1242b 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%, #e8c21e 50.5%) no-repeat top left/42px 42px; /* Firefox */
	background:-webkit-linear-gradient(to top left, #FFF 50%, #e8c21e 50.5%) no-repeat top left/42px 42px; /* safari Chrome */
	background:-ms-linear-gradient(to top left, #FFF 50%, #e8c21e 50.5%) no-repeat top left/42px 42px; /* IE */
	background:linear-gradient(to top left, #FFF 50%, #e8c21e 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 0 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:30px 2.5% 30px;
	background-image: url(../img/spe_box_border.png);
	background-size: contain;
	background-repeat-y: no-repeat;
}
.spe .sec-border.no-border::after  {
	content: none;
}
@media (min-width:768px) { /* tab pc */
	.spe .sec-border .sec-ttl-box {
	margin-bottom:30px;
	}
	.spe .sec-border .sec-ttl-box h2{
		text-align:center;
		padding-left:0;
		font-size:2em;
		padding-top:5px;
	}
	.spe .sec-border::after  {
		margin:50px auto 50px;
		max-width:720px;
	}
	.spe .sec-border.no-border::after  {
	content: none;
	}
}

.spe .sec h3.ttl {
	color: #e8c21e;
	font-size: 1.642857em;
	font-weight: 600;
	line-height:1.4;
	margin-bottom:28px;
	margin-top:28px;
	text-align:center;
}
.spe .sec h3.sub-ttl {
	color: #e8c21e;
	font-size: 1.642857em;
	font-weight: 600;
	line-height:1.4;
	margin-bottom:0.8em;
	margin-top:1.6em;
}
.spe .sec h4.sub-ttl {
	color: #e8c21e;
	font-size:1.642857em;
	font-weight: 600;
	line-height:1.4;
	margin-bottom:0.8em;
	margin-top:1.6em;
}
@media (min-width:768px) { /* tab pc */	
	.spe .sec h3.ttl {
		text-align:center;
		margin-bottom:1.7em;
		margin-top:2.5em;
	}
	.spe .sec h3.sub-ttl {
		text-align:center;
		margin-bottom:1.7em;
		margin-top:2.5em;
	}
	.spe .sec h4.sub-ttl {
		text-align:center;
		margin-bottom:1.7em;
		margin-top:2.5em;
	}
}
/* spe common config */
.spe .sec .txt-box {
	margin-bottom: 2.2em;
}
.spe .sec .img-box {
	margin-bottom: 2.2em;
}
@media (min-width:768px) { /* tab pc */
	.spe .sec .txt-box {
		padding:0;
		margin-bottom: 40px;
	}
	.spe .sec .img-box {
		padding:0;
		text-align:center;
		margin-bottom: 40px;
	}
	.spe .sec .pc-flex-box {
		margin-bottom:40px;
	}
	.aff-content.spe .sec .pc-flex-box .flex-item.img-box{
		margin-bottom:0;
	}
	.aff-content.spe .sec .pc-flex-box .flex-item.txt-box{
		margin-bottom:0;
	}
}
.spe .sec .txt-box p:not(:first-of-type) {
	margin-top: 1.7em;
}
.spe .sec .prof-box .txt-box p:not(:first-of-type) {
	margin-top: 0;
}
/* prof-box 2108ver*/
.spe .prof-box {
	background:#faf3d2;
}
.spe .sec1 .prof-box,.spe .sec3 .prof-box,.spe .sec5 .prof-box {
	background:#efd3d5;
}
.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%;
}
.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:#b1242b;
	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.428571em;
	margin-bottom:5px;
	text-align:center;
}
.spe .prof-box .name02 {
	color:#505050;
	line-height:1.5;
	font-size:1em;
	text-align:center;
	margin-bottom:5px;
}
.spe .prof-box .name03 {
	font-size:1em;
	color:#505050;
	font-size:0.857142em;
	text-align:center;
}
.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% 6.6%;
}
.spe .prof-box.box02 .ttl-box {
	background:#e8c21e;
	height:41px;
}
.spe .sec1 .prof-box.box02 .ttl-box,.spe .sec3 .prof-box.box02 .ttl-box,.spe .sec5 .prof-box.box02 .ttl-box {
	background:#b1242b;
}
.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;
	margin-bottom:20px;
}
.spe .sec .prof-box.box02 .txt-box {
	margin-bottom:0;
}
.spe .sec .prof-box.box02 .name01 span {
	font-size:70%;
}
.spe .sec .prof-box.box02 .txt01 {
	font-size:0.857142em;
	margin-top:1.5em;
	padding-left:4.5%;
	padding-right:4.5%;
}
.spe .sec .prof-box.box02 .txt02 {
	font-size:1em;
	margin-top:1em;
}
@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:40px 0; 
	}
	.spe .prof-box.box02 .inner{
		padding:30px 50px 0; 
	}
	.spe .prof-box.box02 .ttl-box {
		max-width: 375px;
		margin-bottom:0;
	}
	.spe .prof-box.box02  .pc-flex-box {
		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: 47.08%;
		flex-basis: 47.08%;
		max-width:47.08%;
	}
	.spe .prof-box.box02 .txt01 {
		padding: 0;
	}
	.spe .sec .prof-box.box02 .txt02 {
		margin-top:0;
		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:#b1242b;
	
	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:#b1242b;
	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 {
	}
	.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:#b1242b;
	
	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:#e8c21e;
	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: #e8c21e 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:#e8c21e;
		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: #e8c21e;
	font-size:1.285714em;
	font-weight:500;
	text-align:center;
	border:1px solid #e8c21e;
	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:#b1242b;
	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:#faf3d2;
	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;
	}
}
/* spe sec-link-box */
.spe .sec .sec-link-box {
	padding-top:22.5px;
	margin-bottom:25px;
}
.spe .sec .sec-link-box .inner {
	background: #f5e3ee;
	position:relative;
	padding:45px 5% 20px;
}
.spe .sec .sec-link-box .inner .ttl-box{
	width:270px;
	height:45px;
	position:absolute;
	background: #b1242b;
	color:#fff;
	display:flex;
	align-items:center;
	text-align:center;
	left:0;
	right:0;
	margin:auto;
	top:-22.5px;

}
.spe .sec .sec-link-box .inner .ttl-box .ttl{
	margin-left:auto;
	margin-right:auto;
	font-size:1.214284em;
}

.spe .sec .sec-link-box .inner .link-list li{
	background:#fff;
	border:1px solid #9b9b9b;
	border-radius:10px;
	display:table;
	padding:10px 15px;
	width:100%;
	height:70px;
	background-size:21px 12px;
	background-image:url(../img/spe_link-box_arrow01.png);
	background-repeat:no-repeat;
	background-position-y: center;
	background-position-x:calc(100% - 20px);
}
.spe .sec .sec-link-box .inner .link-list li a{
	color:#b1242b;
	font-size;1em;
	line-height:1.5;
	display:table-cell;
	vertical-align:middle;
}
@media (min-width:768px) { /* tab pc */
	.spe .sec .sec-link-box {
		padding-top:22.5px;
		margin-bottom:50px;
		margin-top:-20px;
	}
	.spe .sec .sec-link-box .inner{
		padding:50px 40px 20px;
	}
	.spe .sec .sec-link-box .inner .link-list.pc-flex-box {
		margin-bottom:0;
	}
	.spe .sec .sec-link-box .inner .link-list.pc-flex-box li.flex-item{
		-ms-flex-preferred-size: 310px;
		flex-basis: 310px;
		max-width:310x;
		height:90px;
		background-position-y:calc(100% - 13px);
		background-position-x:center;
	}
	.spe .sec .sec-link-box .inner .link-list.pc-flex-box li.flex-item:hover{
		background-color:#b1242b;
	}
	.spe .sec .sec-link-box .inner .link-list.pc-flex-box li.flex-item a{
		padding-bottom:15px;
		text-align:center;
		font-size:1.071428em;
	}
	.spe .sec .sec-link-box .inner .link-list.pc-flex-box li.flex-item:hover a{
		color:#fff;
		text-decoration:none;
	}
}


/* -------------------------------------------------
spe01
------------------------------------------------- */
/* sec1 */
.spe01 .sec .sub-ttl2 {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #b1242b;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.spe01 .sec1 .sub-ttl2 p{
    color: #fff;
    font-size: 1.428571em;
	font-weight:600;
	letter-spacing:0.1em;
	}
.spe01 .sec .sub-ttl-box {
	display: flex;
    width: 290px;
    height: 47px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border: #b1242b 1px solid;
    border-radius: 25px;
    margin-bottom: 1.5em;
	margin-top:50px;
	background:none;
}
.spe01 .sec .sub-ttl-box h3.sub-ttl {
	margin:0;
	color: #b1242b;
}
.spe01 .sec1 h4.sub-ttl {
   color:#b1242b;
   font-size:1.428571em;
   text-align:center;
}


.spe01 .sec1 h3.ttl.ttl2 {
   margin-top:60px;
}
.spe01 .sec1 h4.ttl.ttl2 {
   margin-top:60px;
}


@media (min-width:768px) { 
	.spe01 .sec1 .sub-ttl-box {
		margin-top:0;
		margin-bottom:30px;
	}
	.spe01 .sec1 h4.sub-ttl {
		margin-top:15px;
		margin-bottom:20px;
	}
	.spe01 .sec1 .pc-flex-box.box01 {
		margin-bottom:60px;
	}
	.spe01 .sec1 .pc-flex-box.box02 {
		margin-bottom:0;
	}
	.spe01 .sec1 .pc-flex-box .flex-item {
		margin-bottom:60px;
	}
	.spe01 .sec1 .pc-flex-box.box01 .flex-item {
		margin-bottom:0;
	}
	.spe01 .sec1 .pc-flex-box .flex-item .img-box {
		margin-bottom:15px;
	}
	.spe01 .sec1 .pc-flex-box .flex-item .txt-box {
		margin-bottom:0;
	}
	.spe01 .sec1 .pc-flex-box.box02 {
		margin-bottom:0;
	}
	.spe01 .sec1 .pc-flex-box.box03 {
		margin-bottom:0;
	}
	.spe01 .sec1 .pc-flex-box.box03 .flex-item {
		margin-bottom:0;
	}
}

/* sec2 */
.spe .sec2 h3.sub-ttl {
	text-align:center;
}
.spe01 .sec2 .sub-ttl-box {
    border-color: #e8c21e;
	margin-bottom:30px;
	margin-top:30px;
}
.spe01 .sec2 .sub-ttl-box.box02 {
	margin-top:60px;
}
.spe01 .sec2 .sub-ttl-box h3.sub-ttl {
	color: #e8c21e;
	
}
.spe01 .sec2 h4.sub-ttl.ttl02 {
	color:#000;
	margin-top:0;
	margin-bottom:10px;
	font-size:1.285714em;
	font-weight:600;
	text-align:center;
}
.spe01 .img-box p.caption{
	font-size:0.857142em;
}
.spe01 .border-box {
    border: 4px solid #faf3d2;
    padding: 0 3.8% 3.8%;
	margin-bottom:5%;
}
.spe01 .border-box > h3.ttl{
	font-size:1.571428em;
	margin-top:40px;
   margin-bottom:40px;
}
.spe01 .border-box > .txt-box {
	margin-bottom:0;
}
.spe01 .sec2 .border-box {
    border-color: #faf3d2;
	margin-bottom:5%;
}
.spe01 .sec2 .border-box .pc-flex-box .img-box.flex-item {
	margin-bottom:20px;
}
@media (min-width:768px) { 
	.spe01 .sec2 .sub-ttl-box {
		border-color: #e8c21e;
		margin-bottom:40px;
		}
	.spe .sec2 h3.sub-ttl {
		margin-top:1.5em;
		margin-bottom:1.5em;
	}
	.spe01 .sec2 h3.ttl {
		margin-top:1.5em;
	}
	.spe01 .sec2 .pc-flex-box .flex-item.item01 .txt-box{
		margin-bottom:0;
	}
	.spe01 .sec2 .pc-flex-box .flex-item.item02 .img-box{
		margin-bottom:0;
	}
	.spe01 .border-box > h3.ttl{
		margin-top:40px;
		margin-bottom:40px;
	}
	.spe01 .border-box {
    padding: 0 5% 5%;
	}
	.spe01 .sec2 .img-box .caption01 {
	margin-bottom:-20px;
	}

}

/* sec3 */
.spe01 .sec .qa-list li {
    margin: 0 0 10px;
}
.spe01 .sec .qa-list li.list01-1 {
	 margin-bottom: 40px;
	}
.spe01 .sec .qa-list .qa {
    max-width: 38px;
    flex-basis: 38px;
    color: #b1242b;
    font-size: 1.785714em;
    font-weight: 600;
    text-align: center;
    line-height: 1;
	padding-top:0.1em;
}
.spe01 .sec .qa-list .qa + .flex-item {
	max-width: calc(100% - 50px);
    flex-basis: calc(100% - 50px);
}
.spe01 .sec .qa-list .txt-box {
    margin-bottom: 0;
}
.spe01 .sec .qa-list .txt-box {
}
.spe01 .sec .qa-list .ttl{
	font-size: 1.428571em;
    font-weight: 600;
	color: #b1242b;
	line-height:1.5;
	}
.spe01 .sec .prof-box {
	margin-bottom:0px;
}
.spe01 .sec .prof-box + .inner{
	margin-bottom:30px;
}
.spe01 .sec3 .caption02 {
	margin-left:5%;
}
@media (min-width:768px) { 
	.spe01 .sec .qa-list {
		max-width:610px;
		margin-left:0;
		margin-right:auto;
	}
	.spe01 .sec .qa-list li.list01-1 {
	 margin-bottom: 60px;
	}
	.spe01 .sec .prof-box.box02 {
		margin-top:60px;
	}
	.spe01 .prof-box.box02 .inner {
		padding: 30px 110px 0;
	}
	.spe01 .sec3 .caption02 {
		margin-left:0;
	}
}
/* -------------------------------------------------
spe02
------------------------------------------------- */
/* sec1 */
.spe02 .sec1 {
	margin-bottom:60px;
	}

.spe02 .sec .sub-ttl-box{
	display: flex;
    width: 100%;
    height: 84px;
	max-width:560px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 45px;
    margin-bottom: 30px;
	margin-top:50px;
	background:#b1242b;
}
.spe02 .sec .sub-ttl-box.box01{
	margin-top:40px;
}
.spe02 .sec .sub-ttl {
   font-size:1.642857em;
}
.spe02 .sec .sub-ttl-box h3.sub-ttl {
   color:#fff;
   text-align:center;
   margin:0;
}
.spe02 .sec .sub-ttl-box.box02{
    border: #b1242b 1px solid;
	background:none;
}
.spe02 .sec .sub-ttl-box.box02.box02-1{
	height: 47px;
	border-radius:25px;
}
.spe02 .sec h4.sub-ttl {
   color:#b1242b;
   text-align:center;
   margin:0 0 30px;
}
.spe02 .sec .sub-ttl-box h4.sub-ttl {
   margin:0;
}

.spe02 .sec .sub-ttl-box.box03 {
    display: flex;
    width: 100%;
	max-width:560px;
	height:93px;
    align-items: center;
    justify-content: center;
    margin:30px auto 40px;
	background:#f7e9ea;
	position:relative;
	border-radius:0;
}
.spe02 .sec h5.sub-ttl {
   color:#b1242b;
   text-align:center;
   font-size:1.428571em;
   line-height:1;
   margin-bottom:30px;
   margin-top:40px;
}

.spe02 .sec1  .sub-box {
	display:flex;
	align-items: center;
	justify-content: center;
	border:1px solid #000;
	width:160px;
	height:1.733333em;/* 26px */
	font-size:1.071428em;
	font-weight:500;
	word-spacing:1em;
	margin-bottom:1em;
}
@media (min-width:768px) { /* tab pc */
	.spe02 .sec1 .sub-ttl-box.box01 {
		margin-top: 50px;
	}
	.spe02 .sec .sub-ttl-box{
    height: 47px;
	border-radius:25px;
	}
	.spe02 .sec1 .sub-ttl-box.box02 {
		margin-top: 60px;
	}
	.spe02 .sec1 .sub-ttl-box.box03 {
		margin-bottom: 50px;
	}
	.spe02 .sec h5.sub-ttl {
	margin-top:0;
	}
}
/* sec2 */
/*
.spe02 .sec2 .sub-ttl-box.box01{
    background:#e8c21e;
	width:100%;
	height:80px;
	max-width:474px;
	border-radius:40px;
}
.spe02 .sec2 .sub-ttl-box.box02{
    border: #e8c21e 1px solid;
	background:none;
}
.spe02 .sec2 h4.sub-ttl {
   color:#e8c21e;
}
.spe02 .sec2 .sub-ttl-box.box03 {
	background:#fdf9e8;
}
.spe02 .sec2 h5.sub-ttl {
   color:#e8c21e;
}
*/
.spe02 .sec2 .pc-flex-box.box02 .img-box.box01:after {
	content:'';
	width:53px;
	height:24px;
	background:url(../img/spe02_icon01.png) no-repeat;
	background-size:cover;
	display:block;
	margin:30px auto 0;
}
.spe02 .prof-box.box02 {
	background:#efd3d5;
}
.spe02 .prof-box.box02 .ttl-box {
	background:#b1242b;
}
.spe02 .sec .prof-box.box02 .img-box{
	width:170px;
	margin-bottom:20px;
}
.spe02 .prof-box.box02 .inner .txt-box.box01{
		margin-bottom:30px;
	}
.spe02 .sec .prof-box.box02 .pc-flex-box{
	margin-top:30px;
}
@media (min-width:768px) { /* tab pc */
	.spe02 .sec2 .sub-ttl-box.box01{
		height:47px;
	}
	.spe02 .sec2 .pc-flex-box.box02 .img-box.box01 {
		position:relative;
	}
	.spe02 .sec2 .pc-flex-box.box02 .img-box.box01:after {
		width:15px;
		height:31px;
		background:url(../img/spe02_icon01_pc.png) no-repeat;
		background-size:cover;
		display:block;
		margin-right:-30px;
		position:absolute;
		right:0;
		top:65px;
	}
	.spe02 .prof-box.box02 .inner {
		padding: 30px 110px 0;
	}
	.spe02 .prof-box.box02 .inner .txt-box.box01{
		margin-bottom:40px;
	}
	.spe02 .sec .prof-box.box02 .pc-flex-box{
		margin-top:40px;
	}
	.spe02 .sec .prof-box.box02 .pc-flex-box .img-box{
		-ms-flex-preferred-size: 170px;
		flex-basis: 170px;
		max-width:170px;
		margin-bottom:0;
	}
	.spe02 .sec .prof-box.box02 .pc-flex-box .txt-box{
		-ms-flex-preferred-size: 339px;
		flex-basis: 339px;
		max-width:339px;
		margin-bottom:0;
	}
}

/* -------------------------------------------------
spe03
------------------------------------------------- */
/* sec2 */
.spe03 .sec .sub-ttl-box{
	display: flex;
    width: 100%;
    height: 84px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 45px;
    margin-bottom: 30px;
	margin-top:60px;
	border: #e8c21e 1px solid;
	max-width: 560px;
}
.spe03 .sec .sub-ttl-box.box01{
	height:47px;
	border-radius:25px;
}
.spe03 .sec .sub-ttl-box .ttl{
	font-size:1.285714em;
	color: #e8c21e;
}
.spe03 .sec  .sub-ttl-box h3.sub-ttl {
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
.spe03 .sec .sub-ttl-box h3.sub-ttl span{
	padding-right:1em;
}


.spe03 .sec .border-box {
	border: 4px solid #faf3d2;
    padding: 0 6% 5%;
	margin-bottom:5%;
}
.spe03 .border-box > .flex-box {
	align-items:center;
	margin-left:0;
	margin-right:-25px;
	margin-top:25px;
	margin-bottom:25px;
}
.spe03 .border-box > .flex-box div.flex-item{
	flex-basis: 60px;
    max-width: 60px;
	height:60px;
	
	background:#e8c21e;
	border-radius:50%;
	
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
}
.spe03 .border-box > .flex-box h3.ttl{
	font-size:1.428571em;
	margin-top:40px;
   margin-bottom:40px;
   flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
	text-align:left;
	margin-top:0;
	margin-bottom:0;
}
.spe03 .border-box > .txt-box {
	margin-bottom:0;
}

@media (min-width:768px) { /* tab pc */
	.spe03 .sec .sub-ttl-box{
		height:47px;
		border-radius:25px;
		
	}
	.spe03 .border-box {
		padding: 0 5% 5%;
	}
	.spe03 .border-box > .flex-box {
		justify-content:center;
	}
	.spe03 .border-box > .flex-box h3.ttl{
	flex-basis: auto;
	max-width: none;
	margin-right:20px;
	font-size:1.571428em;
	padding-left:20px;
	}
}
@media (max-width:767px) { /* tab pc */
	.spe03 .sec .pc-flex-box img.flex-item.img01 {
		margin-bottom:10px;
	}
}
/* sec3 */
.spe03 .sec3 .sub-ttl-box{
	border-color:#b1242b;
}
.spe03 .sec3 .sub-ttl-box .ttl{
	color:#b1242b;
}
.spe03 .sec3  h3.sub-ttl {
	color:#b1242b;
}
.spe03 .sec3  .img-box.box01 {
	max-width:183px;
	margin-left:auto;
	margin-right:auto;
}
.spe03 .sec .prof-box.boxmt {
	margin-top:30px;
}
.spe03 .sec .prof-box.box02 .inner {
    padding: 7% 4.9%;
}
.spe03 .sec .prof-box.box02 .img-box {
    width: 170px;
    margin-bottom: 20px;
}
.spe03 .sec .prof-box.box02 .name01 {
	margin-bottom:12px;
}
@media (min-width:768px) { /* tab pc */
	.spe03 .sec .prof-box.boxmt {
		margin-top:60px;
	}
	.spe03 .sec .prof-box.box02 .inner {
		padding: 5.25% 55px 0 50px;
		margin-bottom: 0;
	}
	.spe03 .sec .prof-box .pc-flex-box {
		align-items: center;
	}
	.spe03 .sec .prof-box.box02 .img-box {
		-ms-flex-preferred-size: 170px;
		flex-basis: 170px;
		max-width: 170px;
		margin-bottom: 0;
	}
	.spe03 .sec .prof-box.box02 .txt-box {
		-ms-flex-preferred-size: 394px;
		flex-basis: 394px;
		max-width: 394px;
	}
}
/* sec5 */
.spe03 .sec5 .sub-ttl-box{
	border-color:#b1242b;
}
.spe03 .sec5 .sub-ttl-box .ttl{
	color:#b1242b;
}
.spe03 .sec5  h3.sub-ttl {
	color:#b1242b;
}
.spe03 .sec5 .border-box {
	border: 4px solid #efd3d5;
}
.spe03 .sec5 .border-box > .flex-box div.flex-item {
	background:#b1242b;
}
.spe03 .sec5 h3.ttl {
	color:#b1242b;
}
/* sec6 */
.spe03  .sec6 .prof-box {
    background: #faf3d2;
}
.spe03 .sec6 .prof-box.box02 .ttl-box {
    background: #e8c21e;
}
@media (min-width:768px) { /* tab pc */
	.spe03 .sec .prof-box.box02-1 .inner {
		padding: 30px 110px 0;
	}
	.spe03 .sec .prof-box.box02.box02-1 .txt-box {
		max-width:500px;
	}
}

/* -------------------------------------------------
spe04
------------------------------------------------- */
/* sec1 */

.spe04 .sec .sub-ttl-box {
	display: flex;
    width: 100%;
	max-width:339px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border: #b1242b 1px solid;
    border-radius: 25px;
    margin-bottom: 1.5em;
	margin-top:60px;
	background:none;
}
.spe04 .sec .sub-ttl-box h3.sub-ttl {
	margin:0;
	color: #b1242b;
}
.spe04 .sec1 .txt-box {
	margin-bottom:15px;
}
.spe04 .sec1 .img-box {
	margin-bottom:15px;
}
.spe04 .sec .img-box.item01 {
	margin-bottom:10px;
}
.spe04 .sec1 .txt-box p span.caption{
	font-size:87.5%;
	padding-top:0;
}
.spe04 .border-box {
    border: 4px solid #efd3d5;
    padding: 10% 4.1% 10%;
	margin-bottom:5%;
	margin-top:40px;
}
.spe04 .border-box > h3.ttl{
	font-size:1.571428em;
	margin-top:40px;
   margin-bottom:40px;
   color:#b1242b;
}
.spe04 .border-box  .txt-box {
	margin-bottom:0;
}
.spe04 .border-box  .txt-box p a{
	font-size:87.5%;
}
@media (min-width:768px) { 
	.spe04 .sec-kv .img-box .caption {
	margin-right:-3em;
}
	.spe04 .sec .sub-ttl-box {
		margin-bottom:40px;
	}
	.spe04 .sec1 .pc-flex-box {
		margin-bottom:40px;
	}
	.spe04 .sec1 .txt-box {
	margin-bottom:40px;
	}
	.spe04 .sec1 .img-box {
		margin-bottom:40px;
	}
	.spe04 .border-box {
		padding:5% 0 5%;
	}
	.spe04 .border-box  .txt-box {
	margin-bottom:0;
}
}
/* sec2 */
.spe04 .recipe-box {
	background:#faf3d2;
	margin-top:50px;
}
.spe04 .recipe-box .inner{
	padding:30px 5%;
}
.spe04 .sec2 .recipe-box .sub-ttl-box {
	border: #e8c21e 1px solid;
	background: #fff;
	margin-top:0;
	border-radius: 25px;
	height: 50px;
	margin-bottom:1.5em;
}
.spe04 .sec2 .recipe-box .sub-ttl-box h3.sub-ttl{
	color:#e8c21e;
}
.spe04 .sec2 .recipe-box h4.sub-ttl{
	margin-bottom:30px;

}
.spe04 .sec2 h4.sub-ttl {
	text-align:center;
	color:#000;
}
.spe04 .sec .zairyo-box.flex-item {
	padding:30px;
	background:#fff;
	display:flex;
	align-items:center;
}
.spe04 .sec .zairyo-box .ttl{
	color: #77c498;
	font-size:1.285714em;
	text-align:center;
	margin-bottom:1em;
}
.spe04 .sec .zairyo-box .ttl span{
	color:#000;
	font-weight:500;
	font-size:77.777%;
}
.spe04 .sec .zairyo-list {
	width:100%;
}
.spe04 .sec .zairyo-list li{
	background:none;
	border-bottom:1px solid #e8c21e;
	padding:0.28em 23px;
	margin:0;
}
.spe04 .sec .zairyo-list li dl{
	margin-bottom:0;
	font-size:1.142857em;
}
.spe04 .sec .zairyo-list li dt{
	line-height:1.6;
	font-weight:400;
	text-align:right;
}
.spe04 .sec .zairyo-list li dd{
	line-height:1.6;
	font-weight:400;
	text-align:right;
	margin-right:-1px;
	margin-left:auto;
}
.spe04 .sec2 .sub-ttl-box {
	display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    margin-bottom: 10px;
	margin-top:35px;
	background:#e8c21e;
	border:none;
}
.spe04 .sec2 .sub-ttl-box h5.sub-ttl {
	margin:0;
	color: #b1242b;
	font-size:1.714285em;
	color:#fff;
}
.spe04 .sec2 .img-box .caption2 {
	padding-top:5px;
}
.spe04 .sec .img-box img.item01 {
	margin-bottom:10px;
}
.spe04 .sec .zairyo-list.list02 li{
	background:none;
	border-bottom:1px solid #e8c21e;
	padding:0.28em 15px 0.28em 5px;
	margin:0;
}
@media (min-width:768px) { 
	.spe04 .recipe-box .inner{
		padding:50px 0;
	}
	.spe04 .sec2 .recipe-box .pc-flex-box{
		margin-bottom:0;
	}
	.spe04 .sec2 .sub-ttl-box {
		margin-bottom:30px;
	}
	.spe04 .sec .img-box img.item01 {
		margin-bottom:0;
	}
	.spe04 .sec h4.sub-ttl {
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.spe04 .sec2 .img-box .caption2 {
		padding-top:20px;
		text-align:left;
	}
	.spe04 .sec2 .sub-ttl-box {
		margin-top:0;
	}
	.spe04 .sec2 .pc-flex-box {
		margin-bottom:0;
	}
	.spe04 .sec2 .img-box {
		margin-bottom:60px;
	}
	.spe04 .sec2 .img-box.box02 {
		width:339px;
		margin-left:auto;
		margin-right:auto;
	}
}