@charset "utf-8";



/*--------------------------------------------------

 * login

--------------------------------------------------*/

@media print, screen and (min-width: 768px){
.login__bg{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../img/webservice_login/index.jpg);
}
}






/*--------------------------------------------------

 * collect

--------------------------------------------------*/

.col-flow{
	margin: 0;
	padding: 0;
	list-style: none;
	
	counter-reset: original-flow-count;
}
.col-flow__item{
	padding-left: 4em;
	position: relative;
	
	min-height: 3.5em;
	margin-bottom: 60px;
	
	
}
.col-flow__item:before{
	content: counter(original-flow-count);
	counter-increment: original-flow-count;
	
	position: absolute;
	top: -.5em;
	left: 0;
	
	
	display: block;
	padding: 1em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	
	font-weight: bold;
	
	color: #fff;
	background-color: #DB340A;
	
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.col-flow__item:not(:last-child):after{
	content: "";
	display: block;
	
	position: absolute;
	left: 4em;
	right: 0;
	bottom: -60px;
	
	
	width: 0;
	height: 0;
	margin: auto;
	
	border-color: transparent;
	border-style: solid;
	border-width: 25px 30px;
	border-top-color: #DB340A;
}








/*--------------------------------------------------

 * exchange list

--------------------------------------------------*/

/*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ここまで
--------------------------------------------------*/
.webservice--detail p.explanation{
	margin-top: 1em;
}

.exchange{}
.exchange__header{}
.exchange__heading{
	margin: 0;
	padding: .25em;
	margin-top: 1em;
	margin-bottom: 1em;
	
	color: #61B32A;
	font-size: 1.5625rem;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	border: 1px solid #61B32A;
}
.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: .25em;
	margin-top: 1em;
	margin-bottom: 1em;
	
	color: #61B32A;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	background-color: #E5F4DF;
}





.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: 2em;
	text-align: center;
	
	color: #fff;
	background-color: #61B32A;
}
.exc-item__fig{
	margin-top: .5em;
	margin-bottom: .5em;
}
.exc-item__img{
	width: 100%;
}
.exc-item figure {
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
.exc-item__note{
	margin: 0;
	padding: 0;
	
	font-size: .875rem;
	line-height: 2em;
}
.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;
}
@media print, screen and (min-width: 768px){
.exc-items{
	margin-left: -2%;
}
.exc-item{
	margin-left: 2%;
	
	flex: 0 0 23%;
	-ms-flex: 0 0 23%;
	-moz-flex: 0 0 23%;
	-webkit-flex: 0 0 23%;
}
}
@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: 3.125rem;
	padding-bottom: 3.125rem;
}
.webservice .detail .attention{color:#F33;}

/* ▼ 2017.11.25 ▼ */
/* detail - 画面の縦幅650px以下の時半分 */
@media only screen and (max-height: 650px){
.detail{
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}
}
/* ▲ 2017.11.25 ▲ */
.detail__name{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	color: #07A33F;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5em;
}
.detail__photo{
	border: 1px solid #ccc;
	padding: 5px;
}

.dtl-body{}
/* ▼ 2017.11.25 ▼ */
.dtl-body p.full{
	font-size: 1.25em;
	background: #F0F0F0;
	padding: 2px 5px;
}
.dtl-body p.term {
	border-top: #ccc 2px dotted;
	padding: .5em;
}
/* ▲ 2017.11.25 ▲ */
@media print, screen and (min-width: 768px){
.detail__photo{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.detail-media{}
.detail-media:after{
	content: "";
	display: block;
	clear: both;
}
.detail-media__image{
	float: left;
	margin-right: 3em;
}
.detail-media__body{
	overflow: hidden;
}
}
@media only screen and (max-width: 767px){
.detail-media{}
.detail-media__image{
	margin-bottom: 1em;
}
.detail-media__body{}
}




.dtl-point{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.dtl-piont__main{
	border-bottom: 2px solid #ccc;
	
	
	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: #07A33F;
	font-size: 2.5em;
	font-weight: bold;
	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){}










/*--------------------------------------------------

 * procedure.html

--------------------------------------------------*/

.flow{}
.flow__item{}
.flow__item:nth-child(2n){
	background-color: #EFF7EA;
}
.flow__media{
	padding-top: 4em;
	padding-bottom: 4em;
}
.flow__image{
	text-align: center;
}
.flow__body{}
.flow__header{
	margin-bottom: 1em;
}
.flow__frame{
	display: table;
	margin-bottom: 1em;
	
	color: #fff;
	background-color: #f00;
	border: 3px solid #f00;
	
	padding: 0;
	padding-right: 1em;
	font-weight: bold;
	line-height: 1em;
}
.flow__frame > img{
	margin-right: 1em;
}
.flow__step{
	margin: 0;
	padding: 0;
	
	color: #f00;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5em;
}
.flow__heading{
	margin: 0;
	padding: 0;
	
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5em;
}
.flow__note{
	margin: 0;
	padding: 0;
}
.flow__arrow{}



.flow__arrow-svg{
	width: 100%;
	height: 50px;
	vertical-align: middle;
}
.flow__arrow-path{
	stroke: #ccc;
	stroke-width: 1;
}
.flow__item:nth-child(2n) .flow__arrow-svg{
	background-color: #fff;
}
.flow__item:nth-child(2n) .flow__arrow-path{
	fill: #EFF7EA;
}
.flow__item:nth-child(2n+1) .flow__arrow-svg{
	background-color: #EFF7EA;
}
.flow__item:nth-child(2n+1) .flow__arrow-path{
	fill: #fff;
}
.flow__item:last-child .flow__arrow{
	display: none;
}



@media print, screen and (min-width: 768px){
.flow{}
.flow__item{}
.flow__media{
	display: flex;
	align-items: center;
	
}
.flow__image,
.flow__body{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.flow__image{
	margin-right: 2%;
	
	max-width: 500px;
}
.flow__body{
	flex-grow: 1;
}
.flow__header{}
.flow__step{}
.flow__heading{}
.flow__subheading{}
.flow__note{}
.flow__arrow{}
.flow__arrowimg{}
.flow__arrowimg--odd{}
.flow__arrowimg--evn{}
}
@media only screen and (max-width: 767px){
.flow{}
.flow__item{}
.flow__media{}
.flow__image{
	margin-bottom: 2em;
}
.flow__body{}
.flow__header{}
.flow__step{}
.flow__heading{}
.flow__subheading{}
.flow__note{}
.flow__arrow{}
.flow__arrow-svg{
	height: 30px;
}
}


/* ▼ 2017.11.25 ▼ ul ol li リセット解除*/


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;
}
/* ▲ 2017.11.25 ▲ */



/* ▼ 2019.7.10 ▼ */

		a.cp_btn {
			display: block;
			position: relative;
			width: 170px;
			padding: 2em;
			text-align: center;
			text-decoration: none;
			color: #fff;
			border:1px solid #8BC34A;
			background: #8BC34A;
			border:1px solid #CB1F22;
			background: #CB1F22;
			overflow: hidden;
			z-index: 1 !important;
			border-radius: 5px;
			font-weight: bold;
		}
		a.cp_btn:after {
			content:"";
			position: absolute;
			top: 50%;
			left: 50%;
			height: 0;
			width: 100%;
			background : #fff;
			opacity: 0;
			transform: translateX(-50%) translateY(-50%) rotate(45deg);
			transition: 0.3s;
			z-index: -1;
		}
		a.cp_btn:hover {
			color: #da3c41;
		}
		a.cp_btn:hover:after {
			height: 250%;
			opacity: 1;
		}
		a.cp_btn:active:after {
			height: 350%;
			opacity: 1;
		}
		@media only screen and (max-width: 767px){
			a.cp_btn {
				width: 80%;
				margin: 0 0 20px 6%;
				padding: 1.5em;
		}	
		
		
		
		}


		a.cp_btn2 ,a.cp_btn3 ,a.cp_btn4{
			display: block;
			position: relative;
			text-align: center;
			text-decoration: none;
			color: #FFF;
			border:6px solid #2847e0;
			background: #2847e0;
			overflow: hidden;
			z-index: 1 !important;
			border-radius: 12px;
			font-weight: bold;
			font-size: 125%;
		}
		a.cp_btn2 {	padding: 1rem 2rem;}
		a.cp_btn3 {	padding: 2rem 2rem;}
		a.cp_btn4 {	padding: 2rem 2rem;color: #FF6666; background: #FFF;border:6px solid #FF6666;}
/*		a.cp_btn2:after {
			content:"";
			position: absolute;
			top: 50%;
			left: 50%;
			height: 0;
			width: 100%;
			background : #fff;
			opacity: 0;
			transform: translateX(-50%) translateY(-50%) rotate(45deg);
			transition: 0.3s;
			z-index: -1;
		}*/
		a.cp_btn2:hover ,a.cp_btn3:hover,a.cp_btn4:hover  {
			opacity: .7;
		}
		@media only screen and (max-width: 767px){
			a.cp_btn2 {
				margin: 0 0 20px 0;
				padding: 1.5em;
			}
		}
		@media only screen and (max-width: 767px){
			a.cp_btn3 ,a.cp_btn4 {
				margin: 0 0 20px 0;
				padding: 1.5em;

			}
		}

		/*50ポイントプレゼント用*/
/*		a.cp_btn3 {
			width: 250px;
			margin-left: 50px;
		}
		a.cp_btn3:after {
			content:"";
			position: absolute;
			top: 50%;
			left: 50%;
			height: 0;
			width: 100%;
			background : #fff;
			opacity: 0;
			transform: translateX(-50%) translateY(-50%) rotate(45deg);
			transition: 0.2s;
			z-index: -1;
		}
		a.cp_btn3:hover {
			color: #1e9fd5;
		}
		a.cp_btn3:hover:after {
			height: 250%;
			opacity: 1;
		}
		a.cp_btn3:active:after {
			height: 350%;
			opacity: 1;
		}*/


/* ▲ 2019.7.10 ▲ */



/* cnavi */
.webservice_cnavi1{
	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;
}
	
	
	
/*	
@media print, screen and (min-width: 768px){
	.webservice_cnavi1 {
		margin-left: -25px;
		margin-bottom: -50px;
		position: relative;
		top:-50px;
		z-index: 0;
	}
	.webservice_cnavi1_attention { position: relative; top:10px;z-index: 1;}
}
@media only screen and (max-width: 767px){
	.webservice_cnavi1{
		margin-left: -3%;
		margin-top: -20px;
		justify-content: flex-start;
		-ms-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.webservice_cnavi1_attention { position: relative; top:-10px;z-index: 2;}
}

*/







@media print, screen and (min-width: 768px){}
@media only screen and (max-width: 767px){}