@charset "UTF-8";

/* -------------------------------------------------
spe
------------------------------------------------- */

/* -------------------------------------------------
spe common
------------------------------------------------- */
.spe,
.spe a,
.spe h2{
	color:#50281b;
}

.spe .mw720px{
  max-width: 720px;
  margin: 0 auto;
}

.spe .mw640px{
  max-width: 640px;
  margin: 0 auto;
}

.spe .pd10px{
	padding:0 10px;
}

.spe img.imgradius{
	border-radius: 1em;
}

@media (min-width:768px) { /* tab pc */
	div.spe img.imgradius{
		border-radius: 20px;
	}

	.pc-ib{
		display: inline-block;
	}
}

@media (min-width:768px) and (max-width: 959px) { /* tab */

}

@media (min-width:768px) { /* tab pc */
}

@media (min-width:960px) { /* pc */

}

/* key visual */
.spe .kv-box{
	padding: 0 1em 1em;
	background-color:#fff;
	border-radius: 0 0 1em 1em;
	margin-bottom: 3.5em;
}
.spe .kv-box .ttl-box{
	margin-bottom: 2em;
}

.spe .kv-box .ttl-box .series-ttl{
	padding: 2em 30% 1em;
	text-align: center;
}

.spe .kv-box .ttl-box h1{
	background:none;
	text-align: center;
}

.spe .kv-box .lead-box{
	max-width: 560px;
	margin: 0 auto;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 2em;
}

.spe .ki-box{margin-bottom: 5em;}

@media (min-width:768px) { /* tab pc */
	div.spe .kv-box{
		padding: 0 20px 20px;
		border-radius: 0 0 20px 20px;
	}
}


/* spe common */
.spe .sec-ttl-box{
	padding: 0;
	margin-bottom: 2em;
}

.spe .sec-img-box{
	text-align: center;
	margin-bottom: 1.6em;
}

.spe .ttl-dot-border{
	margin-bottom: 1.6em;
	text-align: center;
}

.spe .ttl-dot-border h3{
	display: inline-block;
	font-size: 1.8em;
	line-height: 1.4;
	color:#50281b;
	border-bottom: dotted 4px #50281b;
}

.spe .bg-green-box01{
	background-color:#e7f1e7;
	padding: 0 5%;
}
@media (min-width:768px) {
.spe .bg-green-box01{
	background-color:#e7f1e7;
	padding: 0 2%;
}
}

.spe .sec-sub{
	margin-bottom: 3.5em;
}

/* pdf btn */
.spe .pdf-btn-box{
	padding-bottom: 4em;
	text-align: center;
}

.spe .pdf-btn-box a{
	max-width: 20em;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;

	color:#50281b;
	background-color: #4fb9a6;
	background-image: none;
	border-radius: 2em;

	padding: 1em 2em;

	position: relative;
	top:0;
	left:0;
	z-index: 1;
}

.spe .pdf-btn-box a:before{
	content:" ";

	position: absolute;
	top:50%;
	margin-top: -12px;
	margin-left: -1em;
	z-index: 1;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #ffc51f;
}

/* -------------------------------------------------
spe01
------------------------------------------------- */
/* 01 sec1 */
.spe01 .sec1{
	margin-bottom: 5em;
}

.spe01 .sec1 .sec-ttl-box h2{
	background-color: transparent;
	border: none;
	text-align: center;
}

.spe01 .sec1 .txt-box{
	margin-bottom: 1em;
}

/* spe 01,02,03 osusume-tabekata */
.spe .osusume-tabekata-box{

}

.spe .osusume-tabekata-box .bg-radius-white-box01{
	background-color:#ffffff;
	border-radius: 1em;
	padding: 0 1em 2.5em;
}

.spe .osusume-tabekata-box h3{
	margin-bottom: 1.5em;
	text-align: center;
}

.spe .osusume-tabekata-box .pc-flex-box .img-box{
	text-align: center;
	margin-bottom: 1.6em;
}

@media (min-width:768px) { /* tab pc */
	.spe .osusume-tabekata-box .pc-flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.spe .osusume-tabekata-box .pc-flex-box .flex-item{
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
	.spe .osusume-tabekata-box .pc-flex-box .img-box{
		margin-bottom: 0;
	}
}


/* 01,02,03  sec1-5 */
.spe01 .sec1-5{

}
.spe01 .sec1-5 .bg-radius-yellow-box01{
	background-color:#fbef7f;
	border-radius: 1em;
	padding: 0 1em 2.5em;
}

.spe01 .sec1-5 h3{
	margin-bottom: 1.5em;
	text-align: center;
}

.spe01 .sec1-5 .data-box{
	padding-top: 0.5em;
	text-align: left;
}


/* sec4 */
.sec4{
	overflow: hidden;
}

.sec4-1 .bg-yellow-box{
	padding: 2em 1em;
	background-color:#f9e848;
	border-radius: 1em;
}


.sec4-1 .bg-yellow-box{
	margin-bottom: 1em;
}

.sec4-1 .ttl-box{
	color:#50281b;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 auto 1em;
}

.sec4-1 .ttl-box p{
	display: inline-block;
	
	position: relative;
	top:0;
	left:0;
	z-index: 1;
}

.sec4-1 .ttl-box p:before{
	content:" ";
	display: block;
	height: 100%;
	width:2px;

	background-color:#50281b;

	position: absolute;
	left: -0.5em;
	top:0.1em;
	z-index: 1;

	transform: rotate(-20deg);
}

.sec4-1 .ttl-box p:after{
	content:" ";
	display: block;
	height: 100%;
	width:2px;

	background-color:#50281b;

	position: absolute;
	right: -0.5em;
	top:0.1em;
	z-index: 1;

	transform: rotate(20deg);
}

.sec4-1 .profile-box .img-box{
	margin-bottom: 0.5em;
	text-align: center;
}

.sec4-1 .profile-box .data-box{
	font-size: 0.85rem;
}

.sec4-1 .profile-box .data-box p:first-of-type{
	margin-bottom: 0.5em;
}

.sec4-1 .profile-box .data-box p:nth-of-type(2){
	font-size: 1.4rem;
}

@media (min-width:768px) { /* tab pc */
	.sec4-1 .profile-box .pc-flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		
		-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	}
	.sec4-1 .profile-box .pc-flex-box .data-box{
		-ms-flex-preferred-size: calc(100% - 200px);
		flex-basis: calc(100% - 200px);
		min-height: 1px; /* ie11 */
		
		font-size: 0.85rem;
	}
	.sec4-1 .profile-box .pc-flex-box .data-box p:first-of-type{
		margin-bottom: 0.5em;
	}
	.sec4-1 .profile-box .pc-flex-box .img-box{
		-ms-flex-preferred-size: 160px;
		flex-basis: 160px;
		min-height: 0%; /* ie11 */
		
		margin-bottom: 0;
	}
}


/* spe series */
.spe .series-box{
	background : #c7e3cf;

	padding: 6em 2%;
}

.spe .series-box .sec-ttl-box{
	text-align: center;
	padding: 1em;
	margin-bottom: 3em;

	background-color:#4fb9a6;
	border-radius: 1em;

	position: relative;
	top:0;
	left: 0;
	z-index: 1;
}

.spe .series-box .sec-ttl-box > div{
	padding: 1em 1em 0;
	font-weight: bold;
	font-size: 1.4em;
}

.spe .series-box .sec-ttl-box:before{
	content:" ";
	display: block;

	position: absolute;
	z-index: 0;
	left:50%;
	margin-left: -10px;
	top:100%;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: #4fb9a6 transparent transparent transparent;
}


.spe .series-box ul{
	max-width:720px;
	margin: 0 auto;
}

.spe .series-box ul li{
	background-image:none;
	padding: 0;
	margin-bottom: 1em;

	position: relative; /* soon */
	top:0;
	left: 0;
	z-index: 1;
	line-height: 1.4;
}

.spe .series-box ul li .soon-box {
	font-size: 2.8vw;
	line-height: 1.8;
}

.content .spe .series-box ul li .class-a{
	color:#50281b;
	font-size: 3.6vw;

	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	width: 100%;
	padding: 1em;
	height: 6em;

	text-decoration: none;
	font-weight: bold;

	background-color:#fff;
	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.5em;
	width:2.4em;
	height: 2.4em;

	background-repeat: no-repeat;
	background-position:center;
	background-size: auto 100%;
}

.content .spe .series-box ul li.current .class-a{
	color:red;
}

.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%;

	border: 4px solid red;
}

.content .spe .series-box ul li .class-a .bg-arrow{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.content .spe .series-box ul li .class-a .sub{
	font-size: 0.8em;
}

.spe .series-box ul{
	margin-bottom: 2em;
}

.spe .series-box ul .pref{
	font-size: 1.5em;
}

.spe .series-box ul li.li01 .class-a:before{
	background-image:url("../img/spe_link_num01.png");
}

.spe .series-box ul li.li02 .class-a:before{
	background-image:url("../img/spe_link_num02.png");
}

.spe .series-box ul li.li03 .class-a:before{
	background-image:url("../img/spe_link_num03.png");
}

.spe .series-box ul li.li04 .class-a:before{
	background-image:url("../img/spe_link_num04.png");
}

.spe .series-box ul li.li05 .class-a:before{
	background-image:url("../img/spe_link_num05.png");
}

.spe .series-box ul li.li01 .class-a{
	background-image:url("../img/top_thumb_spe01.jpg");
}

.spe .series-box ul li.li02 .class-a{
	background-image:url("../img/top_thumb_spe02.jpg");
}

.spe .series-box ul li.li03 .class-a{
	background-image:url("../img/top_thumb_spe03.jpg");
}

.spe .series-box ul li.li04 .class-a{
	background-image:url("../img/top_thumb_spe04.jpg");
}

.spe .series-box ul li.li05 .class-a{
	background-image:url("../img/top_thumb_spe05.jpg");
}

.spe .series-box .btn-box{
	padding: 0 10px;
	text-align: center;
}


@media (min-width:768px) { /* tab pc */
	div.content .spe .series-box .sec-ttl-box{
		width:100%;
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		-ms-flex-line-pack: center;
		align-content: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;

		border-radius: 20px;
		padding: 20px;
	}

	div.spe .series-box .sec-ttl-box > div{
		padding: 1em;
	}

	div.spe .series-box ul li .soon-box {
		font-size: 0.8em;
	}


	.content div.spe .series-box ul li a:hover{
		text-decoration: underline;
		background-color: #feedda;
	}

	div.content .spe .series-box ul li .class-a{
		padding: 0.5em;
		font-size: 2em;
		height: 180px;
	}

	div.content .spe .series-box ul li .class-a:before{
		width: 62px;
		height: 62px;
	}

	div.content .spe .series-box ul li .class-a .sub {
    font-size: 0.6em;
	}
}

/* editors note */
.spe .editorsnote-box{
	background-color: #ffe6bd;
	color:#50281b;
	padding: 6em 2%;
}
.spe .editorsnote-box .border-box{
	border:2px solid #50281b;
	padding: 1em;
	border-radius: 1em;
}
.spe .editorsnote-box .ttl-box{
	text-align: center;
	margin-bottom: 2em;
}
.spe .editorsnote-box .ttl-box p{
	letter-spacing: 0.3em;

	color:#50281b;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;

	border-bottom: 2px solid #50281b;

	position: relative;
	top:0;
	left:0;
	z-index: 1;
}

.spe .editorsnote-box .ttl-box p:before{
	content:" ";
	display: block;

	position: absolute;
	z-index: 0;
	left:50%;
	margin-left: -10px;
	top:100%;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #50281b transparent transparent transparent;
}


.spe .editorsnote-box .ttl-box p:after{
	content:" ";
	display: block;

	position: absolute;
	z-index: 1;
	left:50%;
	margin-left: -10px;
	top:calc( 100% - 4px );

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #ffe6bd transparent transparent transparent;
}

@media (min-width:768px) { /* tab pc */
	div.spe .editorsnote-box .border-box{
		padding: 2em;
		border-radius: 10px;
	}
}

/* -------------------------------------------------
spe04
------------------------------------------------- */

.spe04 .sec1{
	margin-bottom: 5em;
}
.spe04 .sec1 .sec-sub{
	margin-bottom: 1em;
	padding: 1em;
}
.spe04 .sec1 .mw720px,.spe05 .sec11 .mw720px{
	background-color: #cde6d4;
	border-radius: 1em;
	padding: 2.5em 0;
}

.spe04 .sec1 .mw720px .sec-ttl-box,
.spe05 .sec11 .mw720px .sec-ttl-box{
	margin-bottom: 1.5em;
	text-align: center;
}

.spe04 .sec1 .mw720px .sec-sub img,
.spe05 .sec11 .mw720px .sec-sub img{
	border-radius: 1em;
}
.spe04 .sec1 .mw720px .sec1-1 img,
.spe05 .sec11 .mw720px .sec1-1 img{
	border-radius: 2.5em;
}

.spe04 .sec1 .mw720px .sec1-2 > div,
.spe05 .sec11 .mw720px .sec1-2 > div{
	background-color: #f9e848;
	padding: 1.5em;
	border-radius: 1em;
}

.spe04 .sec1 .mw720px .sec1-2 .ttl-white,
.spe05 .sec11 .mw720px .sec1-2 .ttl-white{
	background-color: #ffffff;
	text-align: center;
	border-radius: 2em;
	margin-bottom: 1.5em;
}

.spe04 .sec1 .mw720px .sec1-3,
.spe05 .sec11 .mw720px .sec1-3{
	margin-bottom: 3em;
}
.spe04 .sec1 .mw720px .sec1-3 dl,
.spe05 .sec11 .mw720px .sec1-3 dl{
	border: #ffffff solid 3px;
}
.spe04 .sec1 .mw720px .sec1-3 dl dt,
.spe05 .sec11 .mw720px .sec1-3 dl dt{
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0;
}
.spe04 .sec1 .mw720px .sec1-3 dl dd,
.spe05 .sec11 .mw720px .sec1-3 dl dd{
	padding: 1.5em;
	margin: 0;
}
.spe04 .sec1 .mw720px .sec1-4,
.spe05 .sec11 .mw720px .sec1-4{
	background-color: #ffffff;
	padding: 1.5em;
	margin-bottom: 0;
}
.spe04 .sec1 .mw720px .sec1-4 .ttl-dot-border,
.spe05 .sec11 .mw720px .sec1-4 .ttl-dot-border {
	margin-bottom: 0;
}
.spe04 .sec1 .mw720px .sec1-4 .ttl-dot-border h3,
.spe05 .sec11 .mw720px .sec1-4 .ttl-dot-border h3{
	font-size: 1.3rem;
}

/* 04,05 process */
.spe .process-flex-box{
	border-bottom: #8cd1bb solid 1px;
	padding: 1.5em 0;
}
.spe .process-flex-box .img-box{
	text-align: center;
	margin-bottom: 1em;
}

.spe .process-flex-box .data-box span{
	background-color: #f9e848;
	border-radius: 2em;
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
	padding: 0.2em;
	font-size: 1.3rem;
	margin-bottom: 1em;
}


.spe .process-flex-box:last-child{
	border: none;
	padding-bottom: 0;
}


.sec4 .sec4-1 .profile-box >div p.title{
	font-size: 1rem;
}
.sec4 .sec4-1 .profile-box >div p.name{
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 0.5em;
}


@media (min-width:768px) { /* tab pc */
	.spe04 .sec-sub,
	.spe05 .sec11 .sec-sub{
		margin-bottom: 1.5em;
		padding: 0 5em;
	}
	.spe04 .sec1 .mw720px .sec1-2 > div,
	.spe05 .sec11 .mw720px .sec1-2 > div{
		padding: 1.5em 3em;
	}
	.spe04 .sec1 .mw720px .sec1-3 dl dd,
	.spe05 .sec11 .mw720px .sec1-3 dl dd{
		padding: 1.5em 3em;
	}
	
	.spe04 .sec1 .mw720px .sec1-4,
	.spe05 .sec11 .mw720px .sec1-4{
		padding: 2.5em;
		margin-bottom: 0;
	}
	
	.spe04 .sec4 .mw720px .sec4-1{
		padding: 0;
	}
	
	/* 04,05 */
	div.spe .process-flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	div.spe .process-flex-box .flex-item{
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
	
	div.spe .process-flex-box .img-box{
		margin-bottom: 0;
	}
	
}


/* spe04,05 material */
.spe .material-box{
	margin-bottom: 1em;
}

.spe .material-box .ttl-box{
	background-color:#fff;
	text-align: center;
	font-weight: bold;
	padding: 0.8em;
}

.spe .material-box .list-box{
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
	text-align: center;
	
	padding: 1em;
	font-size: 1.142857em;
}

.spe .material-box .list-box .table-box{
	text-align: left;
}

.spe .material-box .list-box .table-box .tr .td,
.spe .material-box .list-box .table-box .tr .td .inner{
	display: inline;
}

.spe .material-box .list-box .table-box .tr .item{
	font-weight: bold;
	text-indent: -1em;
}

.spe .material-box .list-box .table-box .tr .item .inner:before{
	content: "●";
}
.spe .material-box .list-box .table-box .tr .item .inner:after{
	content: "：";
}

.spe .material-box .list-box .note{
	margin-top: 1em;
}

@media (min-width:768px) { /* tab pc */	
	div.spe .material-box .list-box .table-box{
		display: table;
		margin: 0 auto;
	}
	
	div.spe .material-box .list-box .table-box .tr{
		display: table-row;
	}
	div.spe .material-box .list-box .table-box .tr .td{
		display: table-cell;
	}
	div.spe .material-box .list-box .table-box .tr .item {
		text-indent: 0;
	}
	div.spe .material-box .list-box .table-box .tr .item .inner{
		width:13em;
		white-space: nowrap;
		padding-right: 1em;
		overflow: hidden;
		display: block;
	}
	
	div.spe .material-box .list-box .table-box .tr .item .inner:after{
		content: "…………………………………………";
	}
}

/* material no ico */
div.spe .material-box .list-box .table-box div.no_ico .item .inner:before{
	content: "";
	display: none;
}
div.spe .material-box .list-box .table-box div.no_ico .item .inner:after{
	content: "";
	display: none;
}


/* -------------------------------------------------
spe05
------------------------------------------------- */
.spe05 .ttl-dot-border h3{
	font-size: 1.3rem;
}

.spe05 .bg-green-box01 .pd1em{
	padding: 0 1em;
}

.spe05 .sec1{
	background-color: #ffffff;
	margin-bottom: 0.5em;
}
.spe05 .sec1 .mw720px{
	padding: 3.5em 0 5em;
}

.spe05 .sec1 .mw720px .sec-ttl-box{
	text-align: center;
	margin-bottom: 2.5em;
}

.spe05 .sec1 .mw720px h2{
	display: inline-block;
	font-size: 1.8em;
	line-height: 1.4;
	color:#4fb9a6;
	border-bottom: solid 1px #4fb9a6;
}

.spe05 .sec1 .mw720px .sec1-1inner{
	margin-bottom: 2em;
}
.spe05 .sec1 .mw720px .sec1-1inner > div{
	margin-right: 2.5em;
}
.spe05 .sec1 .mw720px .sec1-1inner-ttl{
	background-color: #e7f1e7;
	border-left: #8cd1bb solid 8px;
	font-weight: bold;
	padding: 0.5em;
	margin-bottom: 1em;
}
.spe05 .sec1 .mw720px .sec1-1inner-ttl2{
	color: #4fb9a6;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0.8em;
}
.spe05 .sec1 .mw720px .sec1-1 div:last-child{
	margin-bottom: 0;
}

.spe05 .sec11{
	margin-bottom: 5em;
}

.spe05 .sec11 .mw720px .sec1-4 .sec1-4inner{
	border: none;
	padding: 1.5em 0 0.5em;
}

.spe05 .sec1 .pc-flex-box{
	margin-bottom: 3em;
}

.spe05 .sec1 .pc-flex-box .txt-box{
	margin-bottom: 1em;
}

.spe05 .sec1 .pc-flex-box .img-box{
	text-align: center;
}

/* 05 process-flex-box */
.spe .process-flex-box .img-box p{
	margin-top: 0.5em;
	font-size: 0.8em;
	text-align: left;
}

@media (min-width:768px) { /* tab pc */
	.spe05 .bg-green-box01{
		padding: 0;
	}
	.spe05 .bg-green-box01 >div{
		padding: 0 5%;
	}
	.spe05 .sec1 .pc-flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	
	.spe05 .sec1 .pc-flex-box .txt-box{
		margin-bottom: 0;
		
		-ms-flex-preferred-size: 52.77%;
		flex-basis: 52.77%;
	}
	
	.spe05 .sec1 .pc-flex-box .img-box{
		margin-left: auto;
		-ms-flex-preferred-size: 41.66%;
		flex-basis: 41.66%;
	}

}
