@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, .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;
}


.spe .bg-blue-box01{
	background-color:#d7f0fa;
	padding: 0 5%;
}
@media (min-width:768px) {
.spe .bg-blue-box01{
	background-color:#d7f0fa;
	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:#fff;
	background-color: #0082e6;
	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;
}

/* -------------------------------------------------
spe02
------------------------------------------------- */
/* 01 sec1 */
.spe02 .sec1{
	margin-bottom: 5em;
}

.spe02 .sec1 .sec-ttl-box h2{
	background-color: transparent;
	border: none;
	text-align: center;
}

.spe02 .sec1 .txt-box{
	margin-bottom: 1em;
}
.spe02 .sec1 .txt-box02{
	margin-bottom: 3em;
}
.spe02 .sec1 p.p_mb{
	margin-bottom: 1.5em;
}


@media (min-width:768px) { /* tab pc */

}

@media (max-width:414px) { /* small sp */

}


/* 02  sec1-5 */
.spe02 .sec1-5{

}
.spe02 .sec1-5 .bg-radius-yellow-box01{
	background-color:#fbef7f;
	border-radius: 1em;
	padding: 0 1em 2.5em;
}

.spe02 .sec1-5 h3{
	margin-bottom: 1.5em;
	text-align: center;
}

.spe02 .sec1-5 .mw640px div img{
	border-radius: 20px;
	margin-bottom: 1em;
	width: 100%;
}

@media (min-width:768px) { /* tab pc */
	.spe02 .sec1-5 .mw640px{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
	}

	.spe02 .sec1-5 .mw640px div{
		margin-right: 2.5em;
	}
	.spe02 .sec1-5 .mw640px > p{
		width: 300px;
	}
}

/* 02  sec-iv */
.sec-iv{
	overflow: hidden;
}

.sec-iv .flex-box{
	padding: 2em 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.sec-iv .flex-box .flex-item01 .text{
	background-color: #fff;
	border-radius: 1em;
	text-align: center;
	padding: 2em;
	width: 60%;
	margin: auto;
}

.sec-iv .flex-box .flex-item01{
	width: 100%;
	margin-bottom: 1.5em;
	text-align: center;
}
.sec-iv .flex-box .flex-item02{
	width: 100%;
}


@media (min-width:768px) { /* tab pc */
	.sec-iv.flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
	}

	.sec-iv .flex-box .flex-item01{
		width: 260px;
		margin-right: 1.5em;
	}
	.sec-iv .flex-box .flex-item02{
		width: 58%;
	}
	.sec-iv .flex-box .flex-item01 .text{
		width: 100%;
	}
}






/* 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 > div{
	font-size: 0.85rem;
	margin-bottom: 0.5em;
}

.sec4-1 .profile-box > div p:first-of-type{
	margin-bottom: 0.5em;
}

.sec4-1 .profile-box .name{
	font-size: 1.4rem;
}
.sec4-1 .profile-box .ttl-white{
	background-color: #ffffff;
	text-align: center;
	border-radius: 2em;
	margin-bottom: 1.5em;
}

@media (min-width:768px) { /* tab pc */
	.sec4-1 .profile-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		align-items: flex-start;
	}
	.sec4-1 .profile-box >div{
		width: 34em;
		margin-right: 1.5em;
		font-size: 0.85rem;
		margin-bottom: 0;
	}
	.sec4-1 .profile-box > img{
		max-height: 200px;
	}
	.sec4-1 .profile-box >div p:first-of-type{
		margin-bottom: 0.5em;
	}
}


@media (min-width:768px) { /* tab pc */

}

/* spe series */
.spe .series-box{
	background : #a3d6ff;

	padding: 6em 2%;
}

.spe .series-box .sec-ttl-box{
	text-align: center;
	padding: 1em;
	margin-bottom: 3em;

	background-color:#0082e6;
	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: #0082e6 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: #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;
	}
}

/* -------------------------------------------------
spe03
------------------------------------------------- */

.spe03 .sec2{
	margin-bottom: 5em;
}
.spe03 .sec-sub02{
	margin-bottom: 1em;
	padding: 1em;
}
.spe03 .sec2 .mw720px{
	background-color: #acdaff;
	border-radius: 1em;
	padding: 2.5em 0;
}

.spe03 .sec2 .mw720px .sec-ttl-box{
	margin-bottom: 1.5em;
	text-align: center;
}

.spe03 .sec2 .mw720px .sec-sub02 img{
	border-radius: 1em;
}

.spe03 .sec1 .mw720px .sec1-1 img{
	border-radius: 2.5em;
}

.spe03 .sec2 .mw720px .sec1-2 > div{
	background-color: #f9e848;
	padding: 1.5em;
	border-radius: 1em;
	margin-top: 1.5em;
}

.spe03 .sec2 .mw720px .sec1-2 .ttl-white{
	background-color: #ffffff;
	text-align: center;
	border-radius: 2em;
	margin-bottom: 1.5em;
}

.spe03 .sec2 .mw720px .sec1-{
	margin-bottom: 3em;
}
.spe03 .sec2 .mw720px .sec1-3 dl{
	border: #ffffff solid 3px;
}
.spe03 .sec2 .mw720px .sec1-3 dl dt{
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0;
}
.spe03 .sec2 .mw720px .sec1-3 dl dd{
	padding: 1.5em;
	margin: 0;
}
.spe03 .sec2 .mw720px .sec1-4{
	background-color: #ffffff;
	padding: 1.5em;
	margin-bottom: 0;
}
.spe03 .sec2 .mw720px .sec1-4 .ttl-dot-border{
	margin-bottom: 0;
}
.spe03 .sec2 .mw720px .sec1-4 .ttl-dot-border h4{
	font-size: 1.3rem;
}

.spe03 .sec2 .mw720px .sec1-4 .sec1-4inner{
	border-bottom: #44aaff solid 1px;
	padding: 1.5em 0;
}
.spe03 .sec2 .mw720px .sec1-4 .sec1-4inner img{
	/* margin-left: 2.5em; */
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.spe03 .sec2 .mw720px .sec1-4 .sec1-4inner > div{
	margin: auto;
	vertical-align: middle;
}
.spe03 .sec2 .mw720px .sec1-4 .sec1-4inner 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;
}
.spe03 .sec2 .mw720px .sec1-4 div: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 */
	.spe03 .sec-sub02{
		margin-bottom: 1.5em;
		padding: 0 5em;
	}
	.spe03 .sec2 .mw720px .sec1-2 > div{
		padding: 1.5em 3em;
	}
	.spe03 .sec2 .mw720px .sec1-3 dl dd{
		padding: 1.5em 3em;
	}
	.spe03 .sec2 .mw720px .sec1-4{
		padding: 2.5em;
		margin-bottom: 0;
	}
	.spe03 .sec2 .mw720px .sec1-4 .sec1-4inner{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.spe03 .sec2 .mw720px .sec1-4 .sec1-4inner div{
		width: 55%;
	}
	.spe03 .sec2 .mw720px .sec1-4 .sec1-4inner div.rp_txt{
		width: 95%;
	}
	.spe03 .sec2 .mw720px .sec1-4 .sec1-4inner img{
		width: 40%;
		margin-bottom: 0;
		max-height: 200px;
	}
	.spe03 .sec2 .mw720px .sec4-1{
		padding: 0;
	}
}

/* spe03 product */
.spe03 .sec1 .mw720px .product{
	color: #0082e6;
	border-left: 10px solid #0082e6;
	padding-left: 10px;
}
.spe03 .sec1 .mw720px .product a{
	color: #0082e6;
}


/* spe03 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 .valign-bottom{
	vertical-align: bottom;
}

/* 
.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:21em;
		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;
}



/* sec_sp */
.sec_sp{
	overflow: hidden;
}
.sec_sp .bg-yellow-box, .sec_sp .bg-yellow-box02{
	padding: 2em 3.5em;
	background-color:#f9e848;
	border-radius: 1em;
}
.sec_sp .bg-yellow-box, .sec_sp .bg-yellow-box02{
	margin-bottom: 1em;
}
.sec_sp .ttl-white{
	background-color: #ffffff;
	text-align: center;
	border-radius: 2em;
	margin-bottom: 1.5em;
}
.sec_sp .bg-yellow-box div.img-box, .sec_sp .bg-yellow-box02 div.img-box {
	margin-bottom: 1em;
}
.sec_sp .bg-yellow-box img{
	width: 100%;
	border-radius: 20px;
}
.sec_sp .bg-yellow-box div.img-box img, .sec_sp .bg-yellow-box02 div.img-box img{
	width: 100%;
	border-radius: 20px;
	margin-top: 1em;
}
.sec_sp .bg-yellow-box02 div.img-box p{
	margin-top: 1em;
}

.sec_sp .bg-yellow-box ol{
	margin-left: 2em;
}

@media (min-width:768px) { /* tab pc */
	.sec_sp .bg-yellow-box div.img-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.sec_sp .bg-yellow-box div.img-box img{
		width: 48%;
	}
	.sec_sp .bg-yellow-box div.flex-box,
	.sec_sp .bg-yellow-box02 div.flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.sec_sp .bg-yellow-box div.flex-box ol{
		width: 38%;
		margin-left: 2%;
	}
	.sec_sp .bg-yellow-box div.flex-box img{
		width: 58%;
	}
	.sec_sp .bg-yellow-box02 div.flex-box p, .sec_sp .bg-yellow-box02 div.flex-box div.img-box{
		width: 48%;
	}
	.sec_sp .bg-yellow-box02 div.img-box img{
		margin-top: 0;
	}
}


/* spe04、spe01 white-box spe01  */
.spe04 .sec1 .mw720px .white-a-box, .spe04 .sec1 .mw720px .white-a-box02,
.spe01 .sec1 .mw720px .white-box{
	padding: 2em 1em;
	background-color:#ffffff;
	border-radius: 1em;	
}
.spe01 .sec1 .mw720px .white-box{
	margin-top: 1.5em;
}
.spe04 .sec1 .mw720px .white-a-box, .spe04 .sec1 .mw720px .white-a-box02,
.spe01 .sec1 .mw720px .white-box{
	margin-bottom: 1em;
}
/* .spe04 .sec1 .mw720px .white-a-box div.img-box{
	margin-left: 40px;
	margin-bottom: 1em;
} */
.spe01 .sec1 .mw720px .white-box h4{
	font-size: 1.2em;
	font-weight: bold;
}

.spe04 .sec1 .mw720px .white-a-box .mw640px ol{
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
.spe04 .sec1 .mw720px .white-a-box .mw640px li{
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.spe04 .sec1 .mw720px .white-a-box .mw640px li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: 0.5em;
	font-weight: bold;
	color: #0082e6;
}
.spe04 .sec1 .mw720px .white-a-box .mw640px div img,
.spe01 .sec1 .mw720px .white-box .mw640px div img{
	border-radius: 20px;
	margin-top: 2em;
	margin-bottom: 1em;
	width: 100%;
}
.spe01 .sec1 .mw720px .white-box .mw640px div img,
.spe04 .sec1 .mw720px .white-a-box .mw640px div img.mb-0{
	margin-bottom: 0em;	
}
.spe01 .sec1 .mw720px .white-box .mw640px div p.note{
	font-size: 0.8em;
}
.spe04 .sec1 .mw720px .white-a-box .a-img, .spe04 .sec1 .mw720px .white-a-box02 .a-img{
  max-width: 640px;
  margin: 0 auto 1em auto;
}
.spe04 .sec1 .mw720px .white-a-box02 div{
	margin-top: 1em;
}
.spe04 .sec1 .mw720px .white-a-box02 .img-box ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.spe04 .sec1 .mw720px .white-a-box02 .img-box ul li{
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%;
	margin: 1em 0 0 ;
	padding: 0;
	background: none;
	
	text-align: center;
}
.spe04 .sec1 .mw720px .white-a-box02 .img-box ul::after{
  content:"";
  display: block;
  -ms-flex-preferred-size: 31%;
	flex-basis: 31%;
}
.spe04 .sec1 .mw720px .white-a-box div img.mt-15{
	margin-top: 1em;
}

@media (min-width:768px) { /* tab pc */
	.spe04 .sec1 .mw720px .white-a-box .mw640px,
	.spe01 .sec1 .mw720px .white-box .mw640px{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.spe04 .sec1 .mw720px .white-a-box .mw640px div,
	.spe01 .sec1 .mw720px .white-box .mw640px div{
		width: 48%;
	}
	.spe04 .sec1 .mw720px .white-a-box .mw640px div img{
		margin-top: 0;
	}
	
}

/* case-box */
.spe04 .sec1 .mw720px .case-box,
.spe01 .sec1 .mw720px .case-box{
	margin-bottom: 2em;
}
.spe04 .sec1 .mw720px .case-box div img,
.spe01 .sec1 .mw720px .case-box div img{
	margin-bottom: 1em;
	width: 100%;
}
.spe04 .sec1 .mw720px .case-box div img.mb-0{
	margin-bottom: 0;
}
.spe01 .sec1 .mw720px .case-box span{
	color: #0082e6;	
}
.spe01 .sec1 .mw720px .case-box p.mt-15{
	margin-top: 1.5em;
}

@media (min-width:768px) { /* tab pc */
	.spe04 .sec1 .mw720px .case-box,
	.spe01 .sec1 .mw720px .case-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.spe04 .sec1 .mw720px .case-box div, .spe04 .sec1 .mw720px .case-box div.txt-box,
	.spe01 .sec1 .mw720px .case-box div, .spe01 .sec1 .mw720px .case-box div.txt-box{
		width: 48%;
	}
	.spe04 .sec1 .mw720px .case-box div img,
	.spe01 .sec1 .mw720px .case-box div img{
		margin-top: 0;
	}
}

.spe04 .sec1 .mw720px .sec-sub div.txt-box{
	margin-bottom: 1em;
}
.spe04 .sec1 .mw720px .sec-sub div.img-box{
	margin-bottom: 2em;
}

.spe04 .sec1 .mw720px .blue-box{
	padding: 2em 1em;
	background-color:#a3d6ff;
	border-radius: 1em;	
}
.spe04 .sec1 .mw720px .blue-box{
	margin-bottom: 1em;
}


.spe04 .sec1 .mw720px .blue-box .mw640px div div.txt-box{
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}
@media (min-width:768px) { /* tab pc */
	.spe04 .sec1 .mw720px .blue-box .mw640px{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.spe04 .sec1 .mw720px .blue-box .mw640px div{
		width: 48%;
	}
	.spe04 .sec1 .mw720px .blue-box .mw640px div div.ttl-dot-border{
		width: 100%;
	}
}


.spe01 .sec1 .mw720px .wb-white-box{
	padding: 2em 1em;
	background-color:#ffffff;
	border-radius: 1em 1em 0 0;	
	margin-top: 1.5em;
}
.spe01 .sec1 .mw720px .wb-blue-box{
	padding: 2em 1em;
	background-color:#a3d6ff;
	border-radius: 0 0 1em 1em;	
}
.spe01 .sec1 .mw720px .wb-white-box h4{
	font-size: 1.2em;
	font-weight: bold;
}
.spe01 .sec1 .mw720px .wb-white-box .mw640px div img{
	border-radius: 20px;
	margin-top: 2em;
	margin-bottom: 1em;
	width: 100%;
}
/*
.spe01 .sec1 .mw720px .wb-white-box .mw640px{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.spe01 .sec1 .mw720px .wb-white-box .mw640px div{
		width: 48%;
	}
	.spe01 .sec1 .mw720px .wb-white-box .mw640px div img{
		margin-top: 0;
	}
*/

@media (min-width:768px) { /* tab pc */
	.spe01 .sec1 .mw720px .wb-white-box .mw640px .flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.spe01 .sec1 .mw720px .wb-white-box .mw640px .flex-box div{
		width: 48%;
	}
	.spe01 .sec1 .mw720px .wb-white-box .mw640px .flex-box div img{
		margin-top: 0;
	}
}

