@charset "utf-8";


/*--------------------------------------------------

 * exchange list

--------------------------------------------------*/

ol.on__number li{
	margin-left:2em;
	list-style-type: decimal;
}

.webservice--rule ul{
	margin: 1em 0;
	padding-left: 40px;
}

.webservice--rule ol{
	margin: 1em 0;
	padding-left: 25px;
}
.webservice--rule ol li{
	list-style-type: decimal;
}

ol.no__number li , ul.no__number li {
	list-style:none;
	text-indent: -2.6em;
	padding-left: 1em;
}
ol.no__number2 li , ul.no__number2 li {
	list-style:none;
	text-indent: -1.5em;
	padding-left: 1em;
}

/*--------------------------------------------------

 * タイトル下リード文

--------------------------------------------------*/
 .exchange_lead_1 {
	padding: 1rem 0;
 	border: #050f6e solid 1.5px;
	border-style:solid none;
}





/*exchange naviここから2017.12.13
--------------------------------------------------*/

.exchange_navi_body {
	background: #FFEEEE;
}

.exchange_navi{
	margin: 0;
	padding: 0;
	margin-bottom: -10px;
	
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;

	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	justify-content: space-around;
	-ms-justify-content: space-around;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;

}
.exchange_navi__item{
	list-style: none;
	

	
	flex-grow: 1;
	-ms-flex-grow: 1;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
}
@media print, screen and (min-width: 768px){
.exchange_navi{
	margin-left: -25px;
}
.exchange_navi__item{
	margin-left: 25px;
	
	flex-basis: 180px;
	-ms-flex-basis: 180px;
	-moz-flex-basis: 180px;
	-webkit-flex-basis: 180px;
}
}
@media only screen and (max-width: 767px){
	.exchange_navi_body {
		padding-top: 10px;
	}
.exchange_navi{
		margin-left: -3%;
		justify-content: flex-start;
		-ms-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.exchange_navi__item{
		margin-left: 3%;
		min-width: 47%;
		margin-bottom: 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		-moz-flex: 0 0 30%;
		-webkit-flex: 0 0 30%;
	}
}
@media only screen and (max-width: 320px){
	.exchange_navi__item{
		min-width: 97%;
	}
}
.exchange_navi__link{
	display: block;
	text-align: center;
	
	padding-left: 0;
	padding-right: 0;
	
	font-size: .75em;
	line-height: 2em;
	
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.exchange_navi__icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5em;
	
	max-width: 100%;
}
.exchange_navi__label{
	display: block;
}

/*exchange naviここまで
--------------------------------------------------*/
.detail p.explanation{
	margin-top: 1rem;
}

.exchange{}
.exchange__header{}
.exchange__heading{
	margin: 0;
	padding: 10px;
	padding-bottom: .5rem;
	color: #095abd;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5rem;
	background: #eee;
}
.exc-cnavi{
	margin: 0;
	padding: 0;
	list-style: none;
	
	margin-left: -.5em;
	margin-bottom: -1em;
	
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;

	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}
.exc-cnavi__item{
	margin-left: 1em;
	margin-bottom: 1em;
}
.exc-cnavi__button{
	position: relative;
	display: block;
	
	padding: .25em 4em;
	font-weight: bold;
	
	
	color: #fff;
	background-color: #61B32A;
}
.exc-cnavi__button:hover{
	color: #fff;
}
.exc-cnavi__button:before{
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 0 0;
	
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	
	transition: right .15s ease-out;
	-webkit-transition: right .15s ease-out;
	
}
.exc-cnavi__button:hover:before{
	right: .3em;
}





.exc-list{}
.exc-list__heading{
	margin: 0;
	padding-bottom: .5rem;
	color: #050f6e;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5rem;
	border-bottom: 1px solid #050f6e;
	text-align: right;
}





.exc-items{
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;

	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/*
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	*/
}
.exc-item{
	margin-bottom: 10px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.exc-item__link{
	display: block;
}
.exc-item__heading{
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
	color: #050f6e;
	border: #050f6e solid 1px;
	border-radius: 2px;
	background: #F8F8FF;
}
.exc-item__fig{
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.exc-item__img{
	width: 100%;
}
.exc-item figure {
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
}
.exc-item__note{
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: .875rem;
	line-height: 1.25rem;
}
.exc-item__note__comment{
	margin: 0 0 .25em 0;
	font-size: .75rem;
	color:#F66;
	line-height: 1.5em;

}
.exc-item__more{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #61B32A;
	text-decoration: underline;
	
	display: none;
}
@media print, screen and (min-width: 768px){
.exc-items{
	margin-left: -2%;
}
.exc-item{
	margin-left: 2%;
	
	flex: 0 0 18%;
	-ms-flex: 0 0 18%;
	-moz-flex: 0 0 18%;
	-webkit-flex: 0 0 18%;
}
}
@media only screen and (max-width: 767px){
.exc-items{
	margin-left: -4%;
}
.exc-item{
	margin-left: 4%;
	
	flex: 0 0 46%;
	-ms-flex: 0 0 46%;
	-moz-flex: 0 0 46%;
	-webkit-flex: 0 0 46%;
}
}




/*--------------------------------------------------

 * 商品交換pickup

--------------------------------------------------*/


.exc-list-pickup{}
.exc-list-pickup__heading{
	margin: 0;
	padding: .25em;
	margin-top: 1em;
	margin-bottom: 1em;
	
	color: #ED6A00;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	background-color: #FFDDBB;
}





.exc-items-pickup{
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;

	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/*
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	*/
}
.exc-item-pickup{
	margin-bottom: 10px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.exc-item-pickup__link{
	display: block;
}
.exc-item-pickup__heading{
	margin: -10px 0 0 0;
position: relative;
	padding: 0;
	
	font-size: 1rem;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	
	color: #fff;
	background-color: #ED6A00;
}
.exc-item-pickup__heading span{
	font-size: 80%;
}
.exc-item-pickup__fig{
	margin-top: .5em;
	margin-bottom: .5em;
}
.exc-item-pickup__img{
	width: 100%;
}
.exc-item-pickup figure {
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
.exc-item-pickup__note{
	margin: 0;
	padding: 0;
	
	font-size: .875rem;
	line-height: 2em;
}
.exc-item-pickup__note__comment{
	margin: 0 0 .25em 0;
	font-size: .75rem;
	color:#F66;
	line-height: 1.5em;

}
.exc-item-pickup__more{
	margin: 0;
	padding: 0;
	text-align: center;
	
	color: #61B32A;
	text-decoration: underline;
}

.exc-item-pickup__fig {
position: relative;
}
.exc-item-pickup__fig:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
border-top: 40px solid #FF3300;
border-right: 40px solid transparent;
}
.exc-item-pickup__fig:after {
content: "New";
position: absolute;
top: -7px;
left: 1px;
font-size:80%;
color: #FFF;
transform: rotate(-45deg) translate(-5px, 5px);
}
.exc-item-pickup__fig img {
object-fit: cover;
}



@media print, screen and (min-width: 768px){
	.exc-items-pickup{
		margin-left: -2%;
	}
	.exc-item-pickup{
		margin-left: 2%;
		flex: 0 0 18%;/*5列の場合*/
		flex: 0 0 14.6%;/*6列の場合*/
	}
}
@media only screen and (max-width: 767px){
	.exc-item-pickup__heading{
		font-size: 90%;
	}
	.exc-item-pickup__heading span{
		font-size: 70%;
	}
	.exc-items-pickup{
			margin-left: -4%;
	}
	.exc-item-pickup{
		margin-left: 4%;
		flex: 0 0 29.3%;
	}
	.exc-item-pickup__fig:before {
		border-top: 35px solid #FF3300;
		border-right: 35px solid transparent;
	}
.exc-item-pickup__fig:after {
		top: -3.5px;
		left: 2px;
	}
}


/*--------------------------------------------------

 * detail

--------------------------------------------------*/

.detail__header{}





.detail{
	padding-top: 0;
	padding-bottom: 3.125rem;
}
.webservice .detail .attention{ color:#F33; }


/* detail - 画面の縦幅650px以下の時半分 */
@media only screen and (max-height: 650px){
	.detail{
		padding-top: 1.125rem;
		padding-bottom: 1.125rem;
	}
}

.detail__name{
	margin: 0;
	padding: 0;
	margin-bottom: 1rem;
	color: #050f6e;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5rem;
}


.detail__photo{
	border: 1.5px solid #ccccdd;
	padding: 7px;
}

.dtl-body{}
/* ▼ 2017.11.25 ▼ */
.dtl-body p.full{
	font-size: 1.25rem;
	background: #f7f7fa;
	color: #050f6e;
	padding: 5px 5px;
	border-radius: 2px;
}
.dtl-body p.term {
	margin-top: 1rem;
	border-top: #ccccdd 2px dotted;
	padding: .5rem;
}
/* ▲ 2017.11.25 ▲ */
@media print, screen and (min-width: 768px){
	.detail__name:before {
		content: "／";
		margin-right: 1rem;
		color: #050f6e;
	}
	.detail__name:after {
		content: "／";
		margin-left: 1rem;
		color: #050f6e;
	}
	.detail__photo{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.detail-media {
		display: flex;
		align-items:flex-start;
	}
	.detail-media__image{
		margin-right: 3rem;
	}
	.detail-media__body{
		width:790px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 767px){
	.detail-media{}
	.detail-media__image{margin-bottom: 1.5rem;}
	.detail-media__image img {width: 100%;}
	.detail-media__body{}
}


.dtl-point{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.dtl-piont__main{
	border-bottom: 1px solid #050f6e;
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;

	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}
.dtl-point__heading{}
.dtl-point__body{}
.dtl-point__fee{
	text-align: right;
}
.dtl-point__label{
	color:#fa9dbd;
	font-size: 3.5rem;
	font-weight:900;
	vertical-align: center;
}
@media print, screen and (min-width: 768px){
	.dtl-point{}
}

.dtl-contact{
	text-align: center;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.dtl-contact__heading {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: normal;
}
.dtl-contact__name{
	margin: 0;
	padding: 0;
}
.dtl-contact__tel{
	margin: 0;
	padding: 0;
}
.dtl-contact__app{
	margin-top: 3.125em;
}
@media print, screen and (min-width: 768px){}
@media only screen and (max-width: 767px){}

.separate2 {
	margin: 1rem 0;
	border: 0 none;
	border-bottom: #000 dotted 1px;
}



.navi1__item button {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	padding: 17px 0;
	background-image: linear-gradient(90deg, #050f6e,#0a63c7);
	border-radius: 5px;
	text-align: center;
	text-indent: -.1rem;
	border: none;
}
@media print, screen and (min-width: 768px){.navi1__item button {padding-left:100px;padding-right:100px;}}
@media only screen and (max-width: 767px){.navi1__item button {width:100%;}}
.navi1__item button:hover {
	color: #ff6;
	background:#0a63c7;
}
.navi1__item button:before {
	content: '';
	width: 12px;
	height: 12px;
	border: #fff solid 1px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}
.navi1__item button:after {
	content: '';
	width: 3px;
	height: 3px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
}