@charset "UTF-8";

/* -------------------------------------------------
spe
------------------------------------------------- */

/* -------------------------------------------------
spe common
------------------------------------------------- */
.spe,
.spe a,
.spe h2{
	color:#50281b;
}

.spe .mw720px{
  max-width: 720px;
  margin: 0 auto;
}

.spe .mw640px, .spe .mw640px_02{
  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;
	}
}

@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-yellow-box01{
	background-color:#fff9e7;
	padding: 0 5% 0.2%;
	margin-bottom: 2%;
}
@media (min-width:768px) {
	.spe .bg-yellow-box01{
		background-color:#fff9e7;
		padding: 0 2% 0.2%;
		margin-bottom: 2%;
	}
}

.spe .sec-sub{
	margin-bottom: 3.5em;
}

/* pdf btn */
.spe .pdf-btn-box{
	padding-bottom: 4em;
	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: #e83a37;
	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 肉の部位pdfボタン画像 */
.spe .pdf-btn-img-box{
	text-align: center;
	
	max-width: 30em;
	margin: 0 auto 2em;
}


.spe .pdf-btn-img-box a{
	display: block;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;

	color:#fff;
	background-color: #e83a37;
	background-image: none;
	margin: 0;
	border-radius: 2em;

	padding-top: 1em;
	padding-right: calc(2em + 20%);
	padding-bottom: 1em;
	padding-left: 2em;

	position: relative;
	top:0;
	left:0;
	z-index: 1;
}
.spe .pdf-btn-img-box a:before{
	content:" ";

	position: absolute;
	top:calc(50% - 10px);
	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 肉の部位pdfボタン画像 */
.spe02 .pdf-btn-img-box a:after{
	content: " ";
	display: block;
	
	position: absolute;
	z-index: 1;
	top:10%;
	height: 80%;
	width:20%;
	right:1.5em;
	
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.spe02 .pdf-btn-tori a:after{
	background-image: url("../img/spe02_pdfbtn_tori.jpg");
}

.spe02 .pdf-btn-buta a:after{
	background-image: url("../img/spe02_pdfbtn_buta.jpg");
}

.spe02 .pdf-btn-gyu a:after{
	background-image: url("../img/spe02_pdfbtn_gyu.jpg");
}

/* spe02 軽量版pdfボタン */
.spe .pdf-btn-box03{
	text-align: center;
	max-width: 30em;
	margin: 0 auto 2em;
}
.spe .pdf-btn-box03 a{
	max-width: none;
}

@media (min-width:768px) { /* tab pc */
	div.spe02 .pdf-btn-img-box a:before{
		top:calc(50% - 24px);
	}
}


/* -------------------------------------------------
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;
	margin-top: 3em;
}


.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 >div p:nth-of-type(2){
	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.full{
		width: 100%;
		margin-right: 0;
		font-size: 0.85rem;
		margin-bottom: 0;
	}
	.sec4-1 .profile-box >div.box02{
		width: 34em;
		margin-right: 1.5em;
		font-size: 0.85rem;
		margin-bottom: 0;
	}
	.sec4-1 .profile-box >div{
		/* width: 34em; */
		width: 48%;
		margin-right: 1.5em;
		font-size: 0.85rem;
		margin-bottom: 0;
	}
	.sec4-1 .profile-box > img.img02{
		
	}
	.sec4-1 .profile-box > img.img01{
		width: 48%;
	}
	.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 : #f4a096;

	padding: 6em 2%;
}

.spe .series-box .sec-ttl-box{
	text-align: center;
	padding: 1em;
	margin-bottom: 3em;

	background-color:#e83a37;
	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: #e83a37 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;
	}
}


/* -------------------------------------------------
spe01
------------------------------------------------- */
.spe01 .sec1 .mw720px .sec-sub dl.table_bake{
	border-top: 2px solid #212020;
	border-left: 2px solid #212020;
	border-right: 1px solid #212020;
	border-bottom: 1px solid #212020;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.spe01 .sec1 .mw720px .sec-sub dl.table_bake dt,
.spe01 .sec1 .mw720px .sec-sub dl.table_bake dd{
	border-right: 1px solid #212020;
	border-bottom: 1px solid #212020;
	text-align: center;
}

.spe01 .sec1 .mw720px .sec-sub dl.table_bake dt{
	width: 60%;
}
.spe01 .sec1 .mw720px .sec-sub dl.table_bake dd{
	width: 40%;
}
.spe01 .sec1 .mw720px .sec-sub dl.table_bake dd img{
	width: 90%;
	margin: 10px 0;
}
.spe01 .sec1 .mw720px .sec-sub dl.table_bake dt p{
	background: #F3DDDD;
	padding: 5px;
}
.spe01 .sec1 .mw720px .sec-sub dl.table_bake dt div{
	border-top: 1px solid #212020;
	text-align: left;
	font-weight: bold;
	padding:10px;
}


/* -------------------------------------------------
spe03
------------------------------------------------- */

.spe03 .sec2{
	margin-bottom: 5em;
}
.spe03 .sec-sub02{
	margin-bottom: 1em;
	padding: 1em;
}
.spe03 .sec2 .mw720px{
	background-color: #f5a9a0;
	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: #ec5c5a 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;
}
.sec4 .sec4-1 .profile-box >div p.name span{
	font-size: 1.0rem;
}
.sec4 .sec4-1 .profile-box >div p.title02{
	font-size: 1rem;
	margin-bottom: 0.5em;
}
.sec4 .sec4-1 .profile-box >div p.name02{
	font-size: 1.4rem;
	line-height: 1.4;	
}


@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: 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: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:27em;
		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;
	}
}
 */


/* spe05 white-box spe03  */
.spe03 .sec1 .mw720px .white-box,
.spe05 .sec1 .mw720px .white-box{
	padding: 2em 1em;
	background-color:#ffffff;
	border-radius: 1em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.spe03 .sec1 .mw720px .white-box h3{
	text-align: center;
}
.spe05 .sec1 .mw720px .white-box h4{
	font-size: 1.2em;
	font-weight: bold;
}
.spe03 .sec1 .mw720px .white-box h4,
.spe05 .sec1 .mw720px .white-box h4.ttl_red{
	color: #ec5c5a;
	font-size: 1.2em;
	font-weight: bold;
}
.spe05 .sec1 .mw720px .white-box h4.bake{
	color: #50281b;
}

.spe03 .sec1 .mw720px .white-box .mw640px{
	border-bottom: dotted 4px #f4a096;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}
.spe05 .sec1 .mw720px .white-box .mw640px{
	border-bottom: dotted 4px #50281b;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

.spe03 .sec1 .mw720px .white-box .mw640px_bb-0,
.spe05 .sec1 .mw720px .white-box .mw640px_bb-0{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.spe03 .sec1 .mw720px .white-box .mw640px div img,
.spe05 .sec1 .mw720px .white-box .mw640px div img{
	border-radius: 20px;
	margin-top: 2em;
	width: 100%;
}
.spe03 .sec1 .mw720px .white-box .mw640px div img.mt-0{
	margin-top: 0;
}
.spe05 .sec1 .mw720px .white-box .mw640px div img{
	margin-bottom: 0em;	
}

.spe03 .sec1 .mw720px .white-box .mw640px p.info{
	color: #ec5c5a;
}
.spe03 .sec1 .mw720px .white-box .mw640px p.info02{
	padding-left:3em;
	text-indent:-3em;
}
.spe05 .sec1 .mw720px .white-box .mw640px div p.note{
	font-size: 0.8em;
}

.spe05 .sec1 .mw720px .white-box .mw640px_02{

}
.spe05 .sec1 .mw720px .white-box .mw640px_02 div img{
	border-radius: 50%;
	width: 100%;
}


@media (min-width:768px) { /* tab pc */
	.spe03 .sec1 .mw720px .white-box .mw640px div.flex_box,
	.spe05 .sec1 .mw720px .white-box .mw640px,
	.spe05 .sec1 .mw720px .white-box .mw640px_02{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.spe03 .sec1 .mw720px .white-box .mw640px div.flex_box div,
	.spe05 .sec1 .mw720px .white-box .mw640px div,
	.spe05 .sec1 .mw720px .white-box .mw640px_02 div{
		width: 48%;
	}	
}

/* spe03 whitebox-pinkbox */

.spe03 .bg-pink-box{
	padding: 2em 1em;
	background-color:#f4a096;
	border-radius: 1em;
	margin-top: 3em;
}
.spe03 .bg-pink-box{
	margin-bottom: 1em;
}
.bg-pink-box .txt-box .ttl-white{
	background-color: #ffffff;
	text-align: center;
	border-radius: 2em;
	margin-bottom: 1em;
}

@media (min-width:768px) { /* tab pc */
	.spe03 .sec1 .mw720px .white-box .mw640px .bg-pink-box{
		width: 100%;
	}
	.bg-pink-box .txt-box{
		width: 100%;
	}
	.bg-pink-box_flex{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.bg-pink-box_flex .txt-box,
	.bg-pink-box_flex .img-box{
		width: 48%;
	}
	.bg-pink-box_flex .img-box, .bg-pink-box_flex .img-box img{
		margin-top: 0;
	}
}

/* spe03 yellow box */

.spe03 .yellow-box-spe03{
	padding: 2em 1em;
	background-color:#f9e848;
	border-radius: 1em;
	margin-top: 3em;
}
.spe03 .yellow-box-spe03{
	margin-bottom: 1em;
}
.yellow-box-spe03 .txt-box .ttl-white{
	background-color: #ffffff;
	text-align: center;
	border-radius: 2em;
	margin-bottom: 1em;
}
.yellow-box-spe03 .txt-box > p.name{
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 0.5em;
}





/* 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;
}
.spe01 .sec1 .mw720px img.mg-15{
	margin-bottom: 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;
	}
} 

.spe01 .sec1 .mw720px div img.mb-0{
	margin-bottom: 0;
}
.spe01 .sec1 .mw720px div p.mb-15{
	margin-bottom: 1.5em;
}
.spe01 .sec1 .mw720px div p.mb-0{
	margin-bottom: 0;
}

.spe01 .sec1-4{

}
.spe01 .sec1-4 .bg-radius-white-box01{
	background-color:#ffffff;
	border-radius: 1em;
	padding: 0 1em 2.5em;
}

.spe01 .sec1-4 h3{
	margin-bottom: 1.5em;
	text-align: center;
}
.spe01 .sec1-4 .mw640px div{
	width: 100%;
}
.spe01 .sec1-4 .mw640px div h4{
	font-size: 1.5em;
}
.spe01 .sec1-4 .mw640px img{
	width: 100%;
	margin-top: 1.6em;
}

@media (min-width:768px) { /* tab pc */
	.spe01 .sec1-4 .mw640px{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.spe01 .sec1-4 .mw640px div{
		width: 48%;
	}
	.spe01 .sec1-4 .mw640px img{
		margin-bottom: 0;
		width: 48%;
	}
}


/* spe04 title */
.spe04 .ttl-bg-red{
	margin: 1em auto ;
	position: relative;
	padding-bottom: 5em;
}
.spe04 .ttl-bg-red h3{
	background: #ec5c5a;
	width: 114%;
	font-size: 2.0em;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -7%;
	top: 0;
}
.spe04 p.shop_note{
	font-size: 0.8em;
	text-align: right;
	margin-top: 0;
}

 /* 
@media (min-width:768px) { /* tab pc /
	.spe04 .ttl-bg-red{
		width: calc(100% + 35px);
		margin-left:-20px;
	}
} */

.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{
		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;
	}
} */
