@charset "UTF-8";

/* -------------------------------------------------
spe
------------------------------------------------- */

/* -------------------------------------------------
spe common
------------------------------------------------- */
.spe,
.spe a,
.spe h2{
	color:#50281b;
}

.spe .txt-link-box,
.spe .txt-link-box a{
	color: #dc285f;
}

.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;
}
.spe .imgcenter{
	text-align: center;	
}

@media (min-width:768px) { /* tab pc */
	div.spe img.imgradius{
		border-radius: 20px;
	}

	.pc-ib{
		display: inline-block;
	}
}

/* key visual */
.spe .kv-box{
	padding: 0 1em 1em;
	background-color:#fff;
	border-radius: 0 0 1em 1em;
	margin-bottom: 3em;
}

.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-box{
	max-width: 560px;
	margin: 0 auto;
}

.spe .kv-box .ttl-box .h1-box h1{
	font-size: 1em;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	
	text-indent: -999em;
}

/* each spe h1 bg image , padding-top */
div.spe01 .kv-box .ttl-box .h1-box h1{
	padding-top: calc(( 212 / 560 ) * 100% - 1.7em );
	background-image: url(../img/spe01_kv_ttl01.png);
}

div.spe02 .kv-box .ttl-box .h1-box h1{
	padding-top: calc(( 212 / 560 ) * 100% - 1.7em );
	background-image: url(../img/spe02_kv_ttl01.png);
}

div.spe03 .kv-box .ttl-box .h1-box h1{
	padding-top: calc(( 248 / 560 ) * 100% - 1.7em );
	background-image: url(../img/spe03_kv_ttl01.png);
}

div.spe04 .kv-box .ttl-box .h1-box h1{
	padding-top: calc(( 188 / 560 ) * 100% - 1.7em );
	background-image: url(../img/spe04_kv_ttl01.png);
}

.spe05 .kv-box .ttl-box .h1-box h1{
	background-image: url(../img/spe05_kv_ttl01.png);
}

.spe .kv-box .lead-box{
	max-width: 560px;
	margin: 0 auto;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 2em;
}

@media (min-width:768px) { /* tab pc */
	div.spe .kv-box{
		padding: 0 20px 20px;
		border-radius: 0 0 20px 20px;
	}
}

.spe .ki-box{
	margin-bottom: 4em;
}


/* spe common */
/* spe common sec title h2 */
.spe .sec-ttl-box{
	max-width: 640px;
	padding: 0;
	margin: 0 auto 2em;
}

.spe .sec-ttl-box h2{
	font-size: 1em;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	
	padding-top: calc(( 90 / 640 ) * 100% - 1.2em );
	
	text-indent: -999em;
}

/* spe01 */
.spe01 .sec1 .sec-ttl-box h2{
	padding-top: calc(( 100 / 700 ) * 100% - 1.2em );
	background-image: url(../img/spe01_sec1_ttl01.png);
}

.spe01 .sec2 .sec-ttl-box h2{
	padding-top: calc(( 100 / 700 ) * 100% - 1.2em );
	background-image: url(../img/spe01_sec2_ttl01.png);
}


/* spe02 */
.spe02 .sec1 .sec-ttl-box h2{
	padding-top: calc(( 100 / 700 ) * 100% - 1.2em );
	background-image: url(../img/spe02_sec1_ttl01.png);
}

.spe02 .sec2 .sec-ttl-box h2{
	padding-top: calc(( 100 / 700 ) * 100% - 1.2em );
	background-image: url(../img/spe02_sec2_ttl01.png);
}


/* spe03 */
.spe03 .sec1 .sec-ttl-box h2{
	padding-top: calc(( 100 / 700 ) * 100% - 1.2em );
	background-image: url(../img/spe03_sec1_ttl01.png);
}

.spe03 .sec2 .sec-ttl-box h2{
	padding-top: calc(( 40 / 700 ) * 100% - 1.2em );
	background-image: url(../img/spe03_sec2_ttl01.png);
}

.spe03 .sec3 .sec-ttl-box h2{
	padding-top: calc(( 140 / 700 ) * 100% - 1.2em );
	background-image: url(../img/spe03_sec3_ttl01.png);
}


/* spe04 */
.spe04 .sec1 .sec-ttl-box h2{
	padding-top: calc(( 144 / 700 ) * 100% - 1.2em );
	background-image: url(../img/spe04_sec1_ttl01.png);
}

.spe04 .sec2 .sec-ttl-box h2{
	padding-top: calc(( 100 / 700 ) * 100% - 1.2em );
	background-image: url(../img/spe04_sec2_ttl01.png);
}

.spe04 .sec3 .sec-ttl-box h2{
	background-image: url(../img/spe04_sec3_ttl01.png);
}

.spe04 .sec4 .sec-ttl-box h2{
	background-image: url(../img/spe04_sec4_ttl01.png);
}


.spe .sec-img-box{
	text-align: center;
	padding: 2em 0;
}

.spe .sec-sub > .sec-img-box:first-child,
.spe .ttl-dot-border + .sec-img-box{
	padding-top: 0;
}

.spe .ttl-dot-border{
	margin-bottom: 1.6em;
	text-align: center;
}

.spe .ttl-dot-border h3,
.spe .ttl-dot-border h4{
	display: inline-block;
	font-size: 1.8em;
	line-height: 1.4;
	color:#50281b;
	border-bottom: dotted 4px #50281b;
}
.spe .ttl-dot-border h3 span.ft-sm{
	font-size: 0.8em;
}

/* ttl marker */
.spe .ttl-marker-box{
	text-align: center;
	line-height: 1.2;
	margin-bottom: 1em;
}
.spe .ttl-marker-box > *{
	display: inline-block;
	padding: 0 0.5em;
	font-size: 1.6em;
	font-weight:bold;
	background: linear-gradient(transparent 60%, #f0afbe 0%);
	background: -ms-linear-gradient(transparent 60%, #f0afbe 0%);/* IE用 */
}

@media (min-width:768px) { /* tab pc */	
	div.spe .ttl-marker-box > *{
		font-size: 2em;
	}
}

.spe .fukidashi-box{
	text-align: center;
	margin-bottom: 1.5em;
}

.spe .fukidashi-box > *{
	font-size: 1.2em;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background-color:#dc285f;
	border-radius: 1.2em;
	padding: 0.2em 1em;
	
	position: relative;
	top:0;
	left:0;
	z-index: 1;
}

.spe .fukidashi-box > *:after{
	content: " ";
	position: absolute;
	top:99.9%;
	left: calc(50% - 8px);
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #dc285f transparent transparent transparent;
}

@media (min-width:768px) { /* tab pc */	
	div.spe .fukidashi-box > *{
		font-size: 1.2em;
	}
}

/* sec bg */
.spe .bg-yellow-box01{
	background-color:#f0e6dc;
	padding: 0 5% 0.2%;
}
@media (min-width:768px) {
	div.spe .bg-yellow-box01{
		padding: 0 2% 0.2%;
	}
}

/* sec */
.spe .sec{
	margin-bottom: 6em;
}

.spe .sec-sub{
	margin-bottom: 3.5em;
}

.spe .sec-sub:last-child{
	margin-bottom: 0;
}

@media (min-width:768px) { /* tab pc */
	div.spe .sec{
		margin-bottom: 6em;
	}
}

/* sec sub bg */
.spe .radius-white-box{
	border-radius: 1em;
	background-color:#fff;
	padding: 2em 5%;
	margin-bottom: 2%;
}
.spe .radius-white-box .ttl{
	color:#d99147;
	font-weight: bold;
	font-size: 1.5em;
}

@media (min-width:768px) {
	div.spe .radius-white-box{
		padding: 2em 2%;
	}
}


/* profile */
.spe .profile-box{
	padding: 2em 1em;
	background-color:#e6c68b;
	border-radius: 1em;
}

.spe .profile-box .ttl-box{
	color:#50281b;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 auto 1em;
}

.spe .profile-box .ttl-box p{
	display: inline-block;
	
	position: relative;
	top:0;
	left:0;
	z-index: 1;
}

.spe .profile-box .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);
}

.spe .profile-box .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);
}

.spe .profile-box .ttl-white-box{
	background-color: #ffffff;
	text-align: center;
	border-radius: 2em;
	margin-bottom: 1.5em;
}

.spe .profile-box .txt-box{
	font-size: 0.85rem;
}

.spe .profile-box .txt-box .name{
	font-size: 1.4rem;
}

.spe .profile-box .txt-box .name .shi{
	font-size: 0.8em;
}

.spe .profile-box .txt-box .title{

}

.spe .profile-box .pc-flex-box .img-box{
	padding-top: 1em;
	text-align: center;
}

@media (min-width:768px) { /* tab pc */
	div.spe .profile-box .pc-flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
	}
	
	div.spe .profile-box .pc-flex-box .txt-box{
		-ms-flex-preferred-size: calc( 96% - 200px );
		flex-basis: calc( 96% - 200px );
	}

	div.spe .profile-box .pc-flex-box .img-box{
		-ms-flex-preferred-size: 200px;
		flex-basis: 200px;
		margin-left: auto;
		
		padding-top: 0;
	}
	
	/* txt only */
	div.spe div.profile-box .txt-only .txt-box{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}


/* pdf btn */
.spe .pdf-btn-box{
	text-align: center;
}
.spe .pdf-btn-box_mt15{
	margin-top: 1.5em;
}

.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:#fff;
	background-color: #dc285f;
	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;
}

/* spe series */
.spe .series-box{
	background : #f0afbe;

	padding: 6em 2%;
}

.spe .series-box .ttl-box{
	text-align: center;
	padding: 1em;
	margin-bottom: 3em;

	color:#fff;
	background-color:#dc285f;
	border-radius: 1em;

	position: relative;
	top:0;
	left: 0;
	z-index: 1;
}

.spe .series-box .ttl-box h2{
	color: inherit;
}

.spe .series-box .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: #dc285f transparent transparent transparent;
}

.spe .series-box .ttl-box .img-box{

}
.spe .series-box .ttl-box .txt-box{
	padding: 1em 1em 0;
	font-weight: bold;
	font-size: 1.4em;
}


.spe .series-box .ttl-box h2{
	font-size: 1em;
}

.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 .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 .ttl-box .img-box{
		max-width: none;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	

	div.spe .series-box .ttl-box .txt-box{
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		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: #fcf3a3;
	}

	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: #fcf3a3;
	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: #fcf3a3 transparent transparent transparent;
}

@media (min-width:768px) { /* tab pc */
	div.spe .editorsnote-box .border-box{
		padding: 2em;
		border-radius: 10px;
	}
}


/* 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: 0.8em;
	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 .td .inner span{
	font-size: 0.75em;
}

.spe .material-box .list-box .table-box .tr .item{
	font-weight: bold;
	text-indent: -1em;
}

.spe .material-box .list-box .table-box .tr .valign-bottom{
	vertical-align: bottom;
}

.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:16em;
		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;
}

.spe .mw540px{
	max-width: 540px;
	margin: 0 auto;
}


/* spe common config */
.spe div.row-reverse{
	-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* -------------------------------------------------
spe01
------------------------------------------------- */
/* spe1,2 sec2 area */
.area-box .ttl-area-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	text-align: center;
	margin-bottom: 2em;
	
	font-size: 1.5em;
	
	position: relative;
	top:0;
	left: 0;
	z-index: 1;
}

.area-box .ttl-area-box:after{
	content: " ";
	display: block;
	width: 2px;
	height: 1.2em;
	
	position: absolute;
	top: calc(100% + 0.2em);
	left: 50%;
}

.area-box .ttl-area-box p{
	-ms-flex-preferred-size: 16em;
	flex-basis: 16em;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	padding: 0.1em 0.5em;
	background-color: #fff;
	
	border: 2px solid #000;
	border-radius: 1.1em;
}

.area-box .bg-radius-box{
	border-radius: 1em;
	padding: 1em;
	background-color:#eec993;
}

@media (min-width:768px) { /* tab pc */	
	div.area-box .bg-radius-box{
		border-radius: 20px;
		padding: 2em;
	}
}

.area-box .pc-flex-box .txt-box{

}

.area-box .pc-flex-box .img-box{
	padding-bottom: 1em;
	text-align: center;
}

@media (min-width:768px) { /* tab pc */	
	div.area-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;
	}
	
	div.area-box .pc-flex-box .flex-item-box{
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
	
	div.area-box .pc-flex-box .img-box{
		padding-bottom: 0em;
	}
}

.area-box .bg-radius-box{
	margin-bottom: 2.5em;
}

.area-box .bg-radius-box:last-child{
	margin-bottom: 0;
}

.spe01 .txt-link-box,
.spe02 .txt-link-box{
	color: #735349;
}

/* fukidashi */
.spe01 .fukidashi-box > *,
.spe02 .fukidashi-box > *{
	font-size: 1.0em;
	display: inline-block;
	font-weight: bold;
	background-color:#000080;
	border-radius: 1em;
	padding: 0.2em 1em;
	
	position: relative;
	top:0;
	left:0;
	z-index: 1;
	color: #fff;
}

.spe01 .fukidashi-box > *:after,
.spe02 .fukidashi-box > *:after{
	content: " ";
	position: absolute;
	top:99.9%;
	left: calc(50% - 8px);
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #000080 transparent transparent transparent;
}

@media (min-width:768px) { /* tab pc */	
	div.spe01 .fukidashi-box > *,
	div.spe02 .fukidashi-box > *{
		font-size: 1.0em;
	}
}

/* marker */
.spe01 .ttl-marker-box,
.spe02 .ttl-marker-box{
	text-align: center;
	line-height: 1.2;
	margin-bottom: 1.5em;
}
.spe01 .ttl-marker-box > *,
.spe02 .ttl-marker-box > *{
	display: inline-block;
	padding: 0 0.5em;
	font-size: 1.2em;
	font-weight:bold;
	background: linear-gradient(transparent 60%, #ffffff 0%);
	background: -ms-linear-gradient(transparent 60%, #ffffff 0%);/* IE用 */
}
.spe01 .ttl-marker-box h3 span,
.spe02 .ttl-marker-box h3 span{
	font-size: 80%;
}

@media (min-width:768px) { /* tab pc */	
	div.spe01 .ttl-marker-box > *,
	div.spe02 .ttl-marker-box > *{
		font-size: 1.6em;
	}
}

/* tohoku */
.spe01 .tohoku-box .ttl-area-box:after{
	background-color:#dc285f;
}

.spe01 .tohoku-box .ttl-area-box p{
	color:#dc285f;
	border-color:#dc285f;
}

.spe01 .tohoku-box .bg-radius-box{
	background-color:#f7d0dc;
}

.spe01 .tohoku-box .txt-link-box,
.spe01 .tohoku-box .txt-link-box a{
	/*
	color: #dc285f;
	*/
	color: #735349;
}

.spe01 .tohoku-box .fukidashi-box > *{
	background-color:#dc285f;
}

.spe01 .tohoku-box .fukidashi-box > *:after{
	border-color: #dc285f transparent transparent transparent;
}

/* kanto */
.spe01 .kanto-box .ttl-area-box:after{
	background-color:#eb6100;
}

.spe01 .kanto-box .ttl-area-box p{
	color:#eb6100;
	border-color:#eb6100;
}

.spe01 .kanto-box .bg-radius-box{
	background-color:#fad4ba;
}

.spe01 .kanto-box .txt-link-box,
.spe01 .kanto-box .txt-link-box a{
	/*
	color: #eb6100;
	*/
	color: #735349;
}

.spe01 .kanto-box .fukidashi-box > *{
	background-color:#eb6100;
}

.spe01 .kanto-box .fukidashi-box > *:after{
	border-color: #eb6100 transparent transparent transparent;
}

/* chubu */
.spe01 .chubu-box .ttl-area-box:after{
	background-color:#69b000;
}

.spe01 .chubu-box .ttl-area-box p{
	color:#69b000;
	border-color:#69b000;
}

.spe01 .chubu-box .bg-radius-box{
	background-color:#d6eaba;
}

.spe01 .chubu-box .txt-link-box,
.spe01 .chubu-box .txt-link-box a{
	/*
	color: #69b000;
	*/
	color: #735349;
}

.spe01 .chubu-box .fukidashi-box > *{
	background-color:#69b000;
}

.spe01 .chubu-box .fukidashi-box > *:after{
	border-color: #69b000 transparent transparent transparent;
}


/* -------------------------------------------------
spe02
------------------------------------------------- */

/* kinki */
.spe02 .kinki-box .ttl-area-box:after{
	background-color:#178cce;
}

.spe02 .kinki-box .ttl-area-box p{
	color:#178cce;
	border-color:#178cce;
}

.spe02 .kinki-box .bg-radius-box{
	background-color:#cce6f4;
}

.spe02 .kinki-box .txt-link-box,
.spe02 .kinki-box .txt-link-box a{
	/*
	color: #178cce;
	*/
	color: #735349;
}

/* chushi */
.spe02 .chushi-box .ttl-area-box:after{
	background-color:#5b69b6;
}

.spe02 .chushi-box .ttl-area-box p{
	color:#5b69b6;
	border-color:#5b69b6;
}

.spe02 .chushi-box .bg-radius-box{
	background-color:#d3d6eb;
}

.spe02 .chushi-box .txt-link-box,
.spe02 .chushi-box .txt-link-box a{
	/*
	color: #5b69b6;
	*/
	color: #735349;
}



/* kyuoki */
.spe02 .kyuoki-box .ttl-area-box:after{
	background-color:#c256a2;
}

.spe02 .kyuoki-box .ttl-area-box p{
	color:#c256a2;
	border-color:#c256a2;
}

.spe02 .kyuoki-box .bg-radius-box{
	background-color:#f0d5e8;
}

.spe02 .kyuoki-box .txt-link-box,
.spe02 .kyuoki-box .txt-link-box a{
	/*
	color: #c256a2;
	*/
	color: #735349;
}




/* -------------------------------------------------
spe03
spe04
------------------------------------------------- */
div.spe03 .txt-link-box,
div.spe04 .txt-link-box{
	color: #735349;
}

div.spe03 .sec .radius-white-box,
div.spe04 .sec .radius-white-box-pt0{
	margin-top: 2em;
	padding-top: 0;
}

div.spe04 .sec .radius-white-box{
	margin-top: 2em;
}

.spe .sec .radius-white-box .ttl-fukidashi-box{
	text-align: center;
	margin-bottom: 2em;
}

.spe .sec .radius-white-box .ttl-fukidashi-box *{
	font-size: 1.3em;
	font-weight: bold;
	display: inline-block;
	background-color:#f0afbe;
	border-radius: 0 0 10px 10px;
	padding: 0.2em 1em;
	min-width: 16em;
	
	position: relative;
	top:0;
	left:0;
	z-index: 1;
}

.spe .sec .radius-white-box .ttl-fukidashi-box *:after{
	content: " ";
	position: absolute;
	top:99.9%;
	left: calc(50% - 8px);
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #f0afbe transparent transparent transparent;
}

.spe .sec .radius-white-box .pc-flex-box .img-box{
	text-align: center;
	padding-top: 1em;
}

@media (min-width:768px) { /* tab pc */	
	div.spe .sec .radius-white-box{
		padding: 2em;
	}
	div.spe .sec .radius-white-box .ttl-fukidashi-box *{
		font-size: 1.6em;
	}
	
	/* spe03 */
	div.spe03 .sec .radius-white-box{
		padding: 0 2em 2em;
	}

	/* pc flex spe4 only */
	div.spe04 .sec .radius-white-box .pc-flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	div.spe04 .sec .radius-white-box .pc-flex-box .flex-item {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}	
	div.spe04 .sec .radius-white-box .pc-flex-box .img-box{
		padding-top: 0;
	}
}

/* -------------------------------------------------
spe04
------------------------------------------------- */
.spe04 .sec .radius-white-box .ttl-bold-txt > *{
	color:#dc285f;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.spe04 .sec .radius-white-box .border-box{
	padding-bottom: 2em;
	border-bottom: 1px solid #f0afbe;
	margin-bottom: 2em;
}

.spe04 .sec .radius-white-box .border-box:nth-child(3){
	padding-bottom: 1em;
	border: none;
}

/* inner red bg */
.spe04 .sec .radius-white-box .radius-red-box{
	border-radius: 1em;
	background-color:#f0afbe;
	padding: 0 5% 2em;
	margin-bottom: 2%;
}

.spe04 .sec .radius-white-box .radius-red-box .ttl-fukidashi-box *{
	background-color:#fff;
}

.spe04 .sec .radius-white-box .radius-red-box .ttl-fukidashi-box *:after{
	border-color: #fff transparent transparent transparent;
}

.spe04 .sec .radius-white-box .radius-red-box .txt-link-box{
	font-size: 1.142857em; /* 14 to 16px */
	color:#50281b;
}
.spe04 .sec .radius-white-box .radius-red-box .txt-link-box a{
	color:#50281b;
}

@media (min-width:768px) { /* tab pc */	
	div.spe04 .sec .radius-white-box .ttl-bold-txt > *{
		font-size: 142.857%; /* 14 to 20px */
	}
	
	/* inner red bg */
	div.spe04 .sec .radius-white-box .radius-red-box{
		padding: 0 2% 2em;
	}
}




