@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: 4rem;
	position: relative;
	
	min-height: 3.5rem;
	margin-bottom: 60px;
	
	
}
.col-flow__item:before{
	content: counter(original-flow-count);
	counter-increment: original-flow-count;
	
	position: absolute;
	top: -.5rem;
	left: 0;
	
	
	display: block;
	padding: 1rem;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size:1.375rem;
	font-weight: 700;
	
	color: #fff;
	background-color: #fa9dbd;
	
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.col-flow__item:not(:last-child):after{
	content: "";
	display: block;
	position: absolute;
	left: 4rem;
	right: 0;
	bottom: -60px;
	width: 0;
	height: 0;
	margin: 0 0 0 75px;
	border-color: transparent;
	border-style: solid;
	border-width: 25px 30px;
	border-top-color: #fa9dbd;
}

@media only screen and (max-width: 767px){
	.col-flow__item:not(:last-child):after{margin: auto;}
}







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

 * 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: #f7f7fa;
}
.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:#fa9dbd;
	border: 3px solid #fa9dbd;
	
	padding: 0;
	padding-right: 1rem;
	font-weight: bold;
	line-height: 1rem;
}
.flow__frame > img{
	margin-right: 1em;
}
.flow__step{
	margin: 0;
	padding: 0;
	
	color: #fa9dbd;
	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: #f7f7fa;
}
.flow__item:nth-child(2n+1) .flow__arrow-svg{
	background-color: #f7f7fa;
}
.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){}