﻿@charset "utf-8";

/*--------------------------------------

  オファー

---------------------------------------*/

/*========　header　========*/
#scout15navi {
	font-size: 16px;
}
#scout15navi b{
	color: #444;
}
#scout15navi header {
	position:relative;
	min-width: 100%;
	background: repeating-linear-gradient(-45deg, #63DFDF 0, #63DFDF 2px, #56DCDC 2px, #56DCDC 10px);
	padding: 40px 66px;
}
#scout15navi header:before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 501px;
	height: 100%;
background-image: url('../img/scout/iphone.png');
	background-repeat:no-repeat;
	background-position: center right;
}
#scout15navi .header_btn {
	width: 340px;
	color: #444;
	font-weight: bold;
	text-align: center;
}
#scout15navi .header_btn .btn_primary {
	margin-top: 8px;
}
.header_text {
	margin-top: 16px;
	font-size: 12px;
}
.about_ttl {
	margin-top: 40px;
	margin-bottom: 28px;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}
.about_ttl img {
	display:block;
	margin: 0 auto 8px;
}
.about_list {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	align-items: center;
	width: 800px;
	margin: auto;
	text-align: center;
	color: #444;
	font-weight: bold;
	font-size: 18px;
}
.about_listitem {
	width: 30%;
	text-align: center;
}
.about_list img{
	display: block;
	margin: 0 auto 28px;
}
.about_text {
	width: 800px;
	margin: 50px auto 60px;
}
.recommend {
	position: relative;
	padding: 60px 0 60px 0;
	margin-bottom: 100px;
	background: #FCF9A0;
}
.recommend_box {
	display: flex;
	align-items: center;
	width: 800px;
	margin: auto;
}
.recommend_text {
	margin-left: 60px;
}
.recommend_list {
	margin-top: 16px;
}
.recommend_item {
	margin: 12px 0;
}
.recommend_item::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 12px;
	background-image: url('../img/scout/check.png');
	vertical-align: middle;
}
.text_ttl {
	color: #444;
	font-size: 20px;
}
.recommend .btn_primary{
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	display: block;
	width: 503px;
	margin: auto;
}
.qabox {
	display: flex; 
	display: -ms-flexbox;
	width: 800px;
	margin: 20px auto;
	border: 3px solid #56DCDC;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	box-shadow: 2px 2px 0px rgba(51,51,51,.1);
}
.qabox_q {
	width: 260px;
	flex-basis: 260px;
	padding: 30px 16px;
	background: #E0F8F8;
	color: #444;
	font-weight: bold;
}
.qabox_a {
	width: calc(100% - 260px);
	padding: 20px;
}
.marker_yellow {
	background: #FCF9A0;
	color: #444;
}
.cont_point::before {
	content: "POINT";
	margin-right: 8px;
	padding: 1px 6px;
	border: 2px solid #F65AAB;
	border-radius: 20px;
	background: #FFF3F9;
	color: #F65AAB;
	font-size: 10px;
	vertical-align: middle;
}
.pointbox {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	width: 800px;
	margin: 60px auto;
}
.pointbox img {
	flex-basis: 303px;
	width: 303px;
}
.pointbox_text {
	width: calc(100% - 303px);
	margin-left: 40px;
}
.pointbox_text .text_ttl {
	margin-bottom: 12px;
}
.campaign {
	width: 580px;
	margin: auto;
	border: 1px solid #444;
	box-shadow:  4px 4px 0px rgba(51,51,51,.1);
	box-sizing: content-box;
}
.campaign img {
	width: 100%;
}
.campaign .text {
	margin: 24px 36px;
}

.btn_campaign {
	display: block;
	width: 358px;
	margin: auto;
	padding: 12px 0;
	border-radius: 50px;
	background: #FE2085;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.btn_campaign:hover {
	opacity: .8;
}
.text-link_line {
	color: #00B900;
	text-decoration: underline;
}
#scout15navi b.text_pink {
	color: #F65AAB;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.guidance {
	margin: 60px 0;
}
.guidance .btn_primary {
	width: 500px;
	margin: 16px;
}
.btn_primary {
	display: inline-block;
	padding: 18px 32px;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
	background: #F65AAB;
	box-shadow:  4px 4px 0px rgba(51,51,51,.1);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.btn_primary span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
.btn_primary:hover {
	background: #e14093;
}