/*
	サービス紹介
*/


body {
	font-family: -apple-system, HelveticaNeue, "Hiragino Kaku Gothic ProN", sans-serif;
//	font-size: 16px;
	font-size: 17px;
	line-height: 1.5em;
}

#wrapper {
	overflow: hidden;
	width: 100%;
}

.cntr {
	text-align: center;
}


/* 登録ボタン */
.btn {
	text-align: center;
}

.btn a {
	background: #f08c00;
	background: -webkit-linear-gradient(top,  #fe9400 0%,#ff682f 100%);
	background: -moz-linear-gradient(top,  #fe9400 0%, #ff682f 100%);
	background: linear-gradient(to bottom,  #fe9400 0%,#ff682f 100%);
	border-radius: 7px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	font-size: 17px;
	height: 46px;
	letter-spacing: 1px;
	line-height: 48px;
	padding-right: 10px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
	width: 280px;
}

.btn a i.fa {
	font-size: 28px;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*-------------------------------------------------------- header
*/
header {
	height: 33px;
}

header h1 {
	line-height: 1em;
	margin-left: 10px;
	position: relative;
	top: 10px;
}

header h1 img {
	height: auto;
	width: 111px;
}


/*-------------------------------------------------------- top-image
*/
#pr-top {
	background: url(./img/service_pr/top_img.jpg) no-repeat 0 0 #49BE70;
	background-size: cover;
	border-bottom: 6px solid #E0E0E0;
	line-height: 0;
}

#pr-top img {
	height: auto;
	width: 100%;
}


/*-------------------------------------------------------- contents
*/
/* 閉じている時 */
.pr-sec > h1 {
	border-top: 1px solid #E8E8E8;
	box-sizing: border-box;
	cursor: pointer;
	height: 48px;
	letter-spacing: -1px;
	line-height: 50px;
	padding-left: 36px;
	position: relative;
}

#sec1.pr-sec > h1 {
	border-top-color: #E0E0E0;
}

#sec4.pr-sec > h1 {
	border-bottom: 1px solid #E8E8E8;
}

.pr-sec > h1 .sec-icon {
	left: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pr-sec > h1 img.sec-icon {
	height: 28px;
	width: auto;
}

.pr-sec > h1 i.sec-icon {
	font-size: 23px;
}

#sec2.pr-sec > h1 i.sec-icon {
	color: #FB825F;
	left: 17px;
}

#sec3.pr-sec > h1 i.sec-icon {
	color: #A8C758;
	font-size: 24px;
	left: 17px;
}

#sec4.pr-sec > h1 i.sec-icon {
	color: #9692D0;
}

.pr-sec > h1 .fa-angle-right {
	color: #54C278;
	font-size: 28px;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#btn1.btn {
	margin: 10px 0 30px 0;
}


/* 開いている時 */
.pr-sec article {
	display: none;
	margin-bottom: -48px;
	padding-bottom: 40px;
	position: relative;
	top: -48px;
}

.pr-sec article h1 {
	background: #FFF;
	height: 96px;
	overflow: hidden;
	position: relative;
}

.pr-sec article h1 img {
	height: 60px;
	margin-left: 10px;
	position: relative;
	top: 18px;
	width: auto;
	z-index: 10;
}

.pr-sec article h1 .btn-close {
	background: url(./img/service_pr/sec_btn_close.png) no-repeat center center;
	background-size: 20px 20px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	z-index: 10;
}

.sec-ttl-bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translate3d(-110%, 0, 0);
	-moz-transform: translate3d(-110%, 0, 0);
	transform: translate3d(-110%, 0, 0);
	width: 150%;
}

.sec-ttl-bg:after {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	transform: skew(-45deg);
	width: 100%;
	z-index: 0;
}

.pr-sec article p {
	margin: 0 10px;
}

.pr-sec article .sec-contents {
	opacity: 0;
}


/*-------------------------------------------------------- sec1
*/
#sec1 article {
	background: url(./img/service_pr/sec1_bg.png);
	background-size: 8px 3px;
}

#sec1 .sec-ttl-bg:after {
	background: #E0BE36;
}

#sec1 article h1 {
	margin-bottom: 30px;
}

#sec1 article p {
	margin-bottom: 30px;
}

#sec1 article .bb-custom-wrapper {
	margin-bottom: 30px;
}

#sec1 article .advtxt {
	font-size: 16px;
	line-height: 1.3em;
}


/*-------------------------------------------------------- sec2
*/
#sec2 .sec-ttl-bg:after {
	background: #FB825F;
}

#sec2 .sec-contents > img {
	height: auto;
	margin-bottom: -10px;
	width: 100%;
}

#sec2 .sec-contents p {
	margin-bottom: 30px;
}


/*-------------------------------------------------------- sec3
*/
#sec3 .sec-ttl-bg:after {
	background: #A8C758;
}

#sec3 article {
	background: url(./img/service_pr/sec3_bg.png);
	background-size: 6px 6px;
}

#sec3 .sec-contents > img {
	height: auto;
	width: 100%;
}

#sec3 .sec-contents > img:first-of-type {
	margin: 16px 0 5px 0;
}

#sec3 .sec-contents p:first-of-type {
	margin-bottom: 15px;
}

#sec3 .sec-contents p:last-of-type {
	margin: 10px 10px 30px 10px;
}


/*-------------------------------------------------------- sec4
*/
#sec4 .sec-ttl-bg:after {
	background: #9692D0;
}

#sec4 .sec-contents > img {
	height: auto;
	margin-bottom: 5px;
	width: 100%;
}

#sec4 article {
	padding-bottom: 25px;
}


/*-------------------------------------------------------- tomenu
*/
#tomenu {
	background: #00afea;
	background: -webkit-linear-gradient(top,  #26c9ff 0%,#00afea 100%);
	background: -moz-linear-gradient(top,  #26c9ff 0%, #00afea 100%);
	background: linear-gradient(to bottom,  #26c9ff 0%,#00afea 100%);
	box-sizing: border-box;
	height: 149px;
	padding: 17px 0 0 10px;
	position: relative;
}

#tomenu:after {
	background: url(./img/service_pr/tomenu_img.png) no-repeat 0 0;
	background-size: cover;
	bottom: 0;
	content: '';
	display: block;
	height: 143px;
	position: absolute;
	right: 5px;
	width: 96px;
	z-index: 0;
}

#tomenu h1 {
	margin-bottom: 17px;
	position: relative;
	z-index: 10;
}

#tomenu h1 img {
	height: auto;
	width: 236px;
}

#tomenu .btn {
	position: relative;
	text-align: left;
	z-index: 10;
}

#tomenu .btn a {
	background: #FFF;
	color: #585858;
	font-size: 15px;
	height: 36px;
	letter-spacing: 0;
	line-height: 38px;
	text-shadow: none;
	width: 210px;
}


/*-------------------------------------------------------- footer
*/
.totop a {
	color: #54C278;
	display: block;
	font-size: 11px;
	line-height: 1.3em;
	padding-bottom: 3px;
	text-align: center;
}

.totop i.fa {
	display: block;
	font-size: 30px;
	line-height: .9em;
}

footer {
	background: #E8E8E8;
	font-size: 13px;
	line-height: 1.3em;
	padding: 20px 0 10px 0;
	text-align: center;
}

footer p:first-of-type {
	margin-bottom: 10px;
}

footer p small {
	font-size: 11px;
}


#bottom-link {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bottom-link li a {
	border-top: 1px solid #E8E8E8;
	color: #333;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 41px;
	padding: 0 10px 0 40px;
	position: relative;
}

#bottom-link li a i.fa {
	position: absolute;
}

#bottom-link li a i.fa:first-of-type {
	font-size: 20px;
	left: 20px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#bottom-link li a i.fa-angle-right {
	font-size: 20px;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}




