@charset "UTF-8";

/* PCレイアウト */
.c-ttl__02 small{
	color: #bebebd;
}

.imagewrap{}
.imagewrap .goods_img{
	width:680px;
	margin:0 auto;
	position:relative;
}
.imagewrap .goods_img a{
	position:absolute;
	top:0;
	left:0;
	width:228px;
	padding-top:68px;
	margin:335px 0 0 135px;
	background:#fff;
	opacity:0;
	transition:all .3s ease
}
.imagewrap .goods_img a + a{
	margin-left:425px;
}
.imagewrap .goods_img a:hover{
	opacity:0.3;
}

.goods-circle{
	margin:0 auto;
	padding:28px 48px 50px;
	border:2px solid #000;
    border-radius: 45px;
    max-width:820px;
}
.goods-circle:before{
	content:none;
}
.goods-circle__ttl{
    display:block;
    color: #000;
    background:none;
    width: auto;
    height: auto;
    border-radius:0;
    font-size: 3.2rem;
}
.goods-circle__ttl span{
	display:inline-block;
	padding:0 0.25em;
	background:#fff;
}
.goods-circle .flexwrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.goods-circle .goods_img{
	width:120px;
}
.goods-circle .txtwrap{
	width:calc(100% - 165px);
	margin-top:20px;
}
.goods-circle__list>*{
	min-height:3.6em;
	margin-bottom:10px;
	padding-left:55px;
}
.goods-circle__list>:before{
	left:0;
}
.goods-circle .txtwrap .c-txt__02{
	padding-left:1em;
	text-indent:-1em;
	box-sizing:border-box;
}

#ancwrap_01,
#ancwrap_02{
	padding-top:20px;
}

#circlebox_01{
	border-color:#e082e0;
}
#circlebox_01 .goods-circle__ttl,
#circlebox_01 .goods-circle__list>:before,
#circlebox_01 .goods-circle__list + .c-txt__02{
	color:#e082e0;
}
#circlebox_02{
	border-color:#1bacce;
}
#circlebox_02 .goods-circle__ttl,
#circlebox_02 .goods-circle__list>:before,
#circlebox_02 .goods-circle__list + .c-txt__02{
	color:#1bacce;
}


#graybox{
	padding:15px 60px 23px;
	border-radius:30px;
	background-color:rgba(27,172,206,0.1);
}
#graybox .c-ttl__06{
	color:#1bacce;
	font-size:2rem;
	text-align:center;
	margin-bottom:6px;
}
#graybox .c-txt__02{
	font-size:1.6rem;
}
#graybox .linklist{
	margin:0 auto;
	text-align:center;
}
#graybox .linklist li{
	display:inline-block;
	font-size:1.5rem;
	line-height:1.6666666667;
}
#graybox .linklist li + li{
	margin-top:15px;
}
#graybox .linklist a{
	position:relative;
	padding-left:35px;
	display:inline-block;
}
#graybox .linklist a:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	width:25px;
	padding-top:25px;
	background:url(../img/05/icon-arrow.png) no-repeat center;
	background-size:100% auto;
}



/* SPレイアウト */
@media print, screen and (max-width: 834px) {

.imagewrap{
	width:100%;
	overflow-x:scroll;
}
.imagewrap .goods_img{
	width:476px;/*680*0.7*/
}
.imagewrap .goods_img a{
	width:162px;
	padding-top:50px;
	margin:234px 0 0 94px;
}
.imagewrap .goods_img a + a{
	margin-left:296px;
}
.imagewrap .goods_img a:hover{
	opacity:0;
}

.goods-circle{
	padding:17px 29px 30px;
	border-width:1px;
    border-radius: 27px;
}
.goods-circle__ttl{
    font-size: 2.4rem;
}
.goods-circle .flexwrap{
	justify-content:center;
}
.goods-circle .goods_img{
	width:auto;
	max-width:120px;
	margin-top:10px;
}
.goods-circle .txtwrap{
	width:100%;
}
.goods-circle__list>*{
	padding-left:45px;
}

#circlebox_01 .goods-circle__ttl span{
	min-width:11em;
}
#circlebox_02 .goods-circle__ttl span{
	min-width:8em;
}

#graybox{
	padding:12px 36px 18px;
	border-radius:18px;
}
#graybox .c-ttl__06{
	font-size:1.7rem;
}
#graybox .c-txt__02{
	font-size:1.2rem;
}

}