@charset "UTF-8";

/*---------------------------------------------------------------------
        page
----------------------------------------------------------------------*/
main{
	font-size: 16px;
}
.font-smaller{
	font-size: 14px;
}
h1,h2,h3,h4,h5{
	line-height: 1.3;
}
h1{font-size: 24px;}
h2{font-size: 20px;}
h3{font-size: 18px;}
.container-wrap-w{
	padding: 60px 0;
}
.b-btm{
	border-bottom: 3px solid #333;
}
.img-sp-80{
	width:80%;
	margin: 0 auto;
}
.cl-yl{
	color: #ff3;
}
.cl-lbl{
	color: #28a8d3;
}
.cl-bl{
	color: #1476a3;
}
.cl-rd{
	color: #ec4e4e
}
.bk-lbl{
	background: #e7f7fb;
}
.bk-pk{
	background: #f9e5e9;
}
.marker{}
.text-l-c{
	text-align: left;
}
.f-larger{
	font-size: 1.5em;
}
.bk-agency{
	background: #032a63;
}

#problem{ 
	padding-top: calc(4vw + 10px);  
	position: relative;
	overflow: hidden;
	background-color:#28a8d3;
	color:#fff;
}
#problem::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 6vw solid #fff;  /* 三角を白にする */ 
	border-left: 100vw solid transparent;
}

#solve{
	background: #004c9a;
	color: #fff;
}
#solve:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #28a8d3 transparent transparent transparent;
    border-width: 30px 30px 0 30px;
}

.agency-box{
	background: #fff;
	padding: 1em 2em;
	color: #333;
	display: inline-block;
}
.incentive{
	text-align: center;
}
.incentive h1{
	background: #1476a3;
	color: #fff;
	padding: 1em;
}
.incentive-forever .marker{
	border-bottom: 6px solid #1476a3;
}
.incentive-exp{
	background: #e7f7fb;
	padding: 1em;
	border-radius: 8px;
}
.incentive-flow{
	background: #fff;
	padding: 2em;
	border-radius: 15px;
}
#problem ul li,#agency-point ol li{
	margin-bottom: 0.4em;
}
.agency-point{
	background:#1476a3;
	color: #fff;
	padding: 1em 1.5em;
	border-radius: 8px;
	display: flex;
}

.agency-point .glyphicon{
	width: 50px;
	font-size: 25px;
}
.agency-point .agency-point-text{
	flex: 1;
}
.agency-case-item{
	background: #fff;
	padding: 2em;
	border-radius: 15px;
}
.agency-case-item +.agency-case-item{
	margin-top: 30px;
}
.agency-case-img img{
	width: 30%;
	margin: 0 auto 1em;;
}
.feature-list li{
	margin-bottom: 1em;
	padding-top: 1em;
}
.feature-list li+li{
	border-top: 3px dashed #fff;
}
.to-agency-regist{
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
}
.to-agency-regist a{
	color: #333;
}
.agency-regist{
	text-align: center;
}
.agency-regist-text{
	position: relative;
	display: inline-block;
	padding: 0 30px;
}
.agency-regist-text:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}

.agency-regist-text:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
.btn-agency-regist button{
	background: #ec4e4e;
	padding: 1em 2.5em;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	border-radius: 8px;
}
.btn-agency-regist button{
	color: #fff;
	border: none;
}
button.disabled{
	background: #999;
	cursor: default;
}
.agency-kiyaku{
	font-size: 15px;
	padding: 1em;
}
/*---coupon-top---*/
.border-cp{
	border: 3px solid #333;
	border-radius: 6px;
	padding: 1em 1em;
	background: #ffc;
}
.agency_meishi,.agency_shopcard{
	border: 1px solid #ddd;
	margin-top: 50px;
	background: #f2f2f2;
	border-radius: 6px;
}
.agency_meishi .cp-title,.agency_shopcard .cp-title{
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding:1.5em 1em 0;
	line-height: 1.4;
}
.agency_others{
	border: 1px solid #ddd;
	margin-top: 50px;
}
.agency_others .cp-title{
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding:1.5em 1em 0;
}
.cp-box-in{
	margin-top: 30px;
	margin-bottom: 30px;
}
ol.brackets {
	margin-left: 1em;
}
 
ol.brackets li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
 
ol.brackets li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
#agency-faq dl{
	margin-bottom: 3em;
}
#agency-faq dt{
	font-weight: bold;
	display: flex;
}
#agency-faq dd{
	background: #e7f7fb;
	padding: 1em 1.5em;
	margin: 0.5em 0;
	display: flex;
}
#agency-faq dl span{
	display: block;
}
#agency-faq .faq-q,#agency-faq .faq-a{
	width: 25px;
	margin-bottom: 0!important;
}
#agency-faq .faq-cont{
	flex: 1;
}
@media only screen and (min-width: 768px) {
	main{
		font-size: 20px;
	}
	.font-smaller{
		font-size: 16px;
	}
	.text-l-c{
		text-align: center;
	}
	.agency_meishi .cp-title,.agency_shopcard .cp-title,.agency_others .cp-title{
		font-size: x-large;
	}
	
}

@media only screen and (min-width: 970px) {
	h1{font-size: 36px;}
	h2{font-size: 32px;}
	h3{font-size: 24px;}
	.d-md-flex{
		display: flex;
		align-items: center;
	}
	.img-sp-80{
		width:100%;
	}
	.img-pc-80{
		width: 80%;
		margin: 0 auto;
	}
	.img-pc-90{
		width: 90%;
		margin: 0 auto;
	}
	.d-pc-none{
		display: none;
	}
	.agency-case-img img{
		width: 70%;
	}
	.agency-lead{
		font-size: 22px;
	}
	#problem ul li,#agency-point ol li{
		margin-bottom: 0.8em;
	}
	.container-wrap-w {
		padding: 100px 0;
	}
	.btn-agency-regist button {
		padding: 1.5em 3em;
		font-size: 22px;
	}
}
