@charset "utf-8";

.visible-pc { display: none }

/* ========== Init ========== */
.section { margin-top: 40px; }
.inner { padding: 0 12px; }
.inner:after { content: ""; display: table; clear: both; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.row { margin-left: -20px; margin-right: -20px; }
.row [class*=col-sm-] { padding-left: 20px; padding-right: 20px; }

/* ========== Title ========== */
.ttl-base_m {
	font-size: 18px;
	font-size: 4.5vw;
	margin-bottom: 15px;
	color: #313342;
	font-weight: bold;
	line-height: 1.2;
}
.ttl-base_s {
	font-size: 16px;
	font-size: 4vw;
	margin-bottom: 10px;
	color: #313342;
	font-weight: bold;
	line-height: 1.2;
}
.ttl-base_img { margin-bottom: 15px; text-align: center; }
@media only screen and (min-width: 481px) {
	.ttl-base_m { font-size: 20px; }
	.ttl-base_s { font-size: 18px; }
}
.ttl-base_c { text-align: center; }

.ttl-bg_img {
	font-size: 24px;
	height: 0;
	padding-bottom: 80%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ttl-bg_img img {
	position: absolute;
	top: 50%; left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ttl-bg_gray,
.ttl-arrow {
	font-weight: bold;
	margin: 0;
	padding: 15px 5px;
	line-height: 160%;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.05em;
}
.ttl-bg_gray {
	font-size: 18px;
	font-size: 4vw;
	background: #313342;
}
.ttl-arrow {
	font-size: 18px;
	font-size: 4.6vw;
	background: #313342;
	position: relative;
}
.ttl-arrow:after {
	content: "";
    display: block;
    position: absolute;
    width: 0; height: 0;
	margin-left: -8px;
    left: 50%;
    bottom: -12px;
    border-top: 12px solid #313342;
    border-right: 12px solid transparent !important;
    border-left: 12px solid transparent !important;
}
.oldAndroid .ttl-bg_gray { font-size: 14px !important; letter-spacing: normal !important; }
.oldAndroid .ttl-arrow { font-size: 14px !important; letter-spacing: normal !important; }
@media only screen and (min-width: 481px) {
	.ttl-bg_gray { font-size: 18px; }
	.ttl-arrow { font-size: 20px; }
}


/* ========== Button ========== */
.btn-wrap { margin: 20px 0; }
.btn-base,
.btn-base_m,
.btn-base_s {
	font-size: 4vw;
	line-height: 1.4;
	display: inline-block;
	border-radius: 100px;
	padding: 15px 10px 15px 0;
	text-decoration: none !important;
	position: relative;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	text-align: center;
	letter-spacing: 0.01em;
	width: 100%;
	max-width: 460px;
}
.btn-base_m { padding: 10px 10px 10px 0; max-width: 360px; }
.btn-base_s { font-size: 3vw; padding: 5px 5px 5px 0; max-width: 180px; }
@media only screen and (min-width: 481px) {
	.btn-base, .btn-base_m { font-size: 16px; }
	.btn-base_s { font-size: 14px; }
}

.btn-base:after,
.btn-base_m:after,
.btn-base_s:after {
	content: "";
	display: block;
	position: absolute;
	width: 14px; height: 14px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	right: 20px; top: 50%;
	-webkit-transform: translate(0,-50%) rotate(-45deg);
	-ms-transform: translate(0,-50%) rotate(-45deg);
	transform: translate(0,-50%) rotate(-45deg);
}
.btn-base_s:after { width: 10px; height: 10px; right: 10px; }

.btn-line_yellow { color: #f08300 !important; border: 2px solid #f08300; background: #FFF; }
.btn-line_yellow:after { border-color: #f08300; }

.btn-bg_yellow { color: #FFF !important; background: #f08300; border: 2px solid #f08300; }
.btn-bg_yellow:after { border-color: #FFF; }

.btn-bg_gray { color: #FFF !important; background: #313342; border: 2px solid #313342; }
.btn-bg_gray:after { border-color: #FFF; }


/* ========== Box ========== */
.box-mg { margin: 20px 15px; }
.box-mh { margin: 0 15px; }
.box-mv { margin: 20px 0; }
.box-pd { padding: 20px 15px; }
.box-ph { padding: 0 15px; }
.box-pv { padding: 20px 0; }

.box-base { background: #FFF; padding: 12px; }
.box-bg_gray { background: #f3f3f3; padding: 12px; }
.box-line { padding: 0 15px; border: 2px solid #6b6d77; position: relative; }
.box-line.box-line_pd0 { padding: 0; }
.box-bg_bt { border-top: 5px solid #313342; padding: 50px 30px 20px; }
.box-bg_bt .box-bg_gray { margin: 0 0px; }

.box-base .box-line { margin-top: 20px; }
.box-base .ttl-bg_img { margin: -12px -12px 20px; }

.box-line .ttl-bg_gray { margin: 0 -15px 30px; }
.box-line.box-line_pd0 .ttl-bg_gray { margin: 0; }


/* ========== Text ========== */
.text-base { margin-bottom: 20px; }
.text-lead {
	color: #313342;
	font-size: 14px;
	font-size: 3.8vw;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.text-lead.text-lead_l { font-size: 16px; font-size: 4.6vw; }
@media only screen and (min-width: 481px) {
	.text-lead { font-size: 20px; }
	.text-lead.text-lead_l { font-size: 22px; }
}
.text-orange { color: #f08300; }


/* ========== Font ========== */
.font-b { font-weight: bold; }
.font-l { font-size: 18px; }
.font-m { font-size: 16px; }
.font-s { font-size: 12px; }

/* ========== List ========== */
ul.list-notice { line-height: 1.6; text-align: left; }
ul.list-notice > li {
    margin-bottom: 5px;
    text-indent: -0.5em;
    margin-left: 0.5em;
    padding-left: 0.5em;
	font-size: 12px;
}
ul.list-notice > li:before { content: "※"; display: inline-block; width: 0.5em; }

/* ========== Group ========== */
.group-img:after { content: ""; display: table; clear: both; }


/* ==================================================
**
** Only SP
**
================================================== */
@media only screen and (max-width: 640px) {

}

/* ==================================================
**
** SP - TB
**
================================================== */
@media only screen and (min-width: 641px) {

	/* ========== Title ========== */
	.ttl-bg_img { background-size: cover; }
	.ttl-base_img img { max-width: 60%; }

	/* ========== Box ========== */
	.box-base .ttl-bg_img { padding-bottom: 0; height: 280px; }
	.box-base .ttl-bg_img img { width: auto; height: 190px; }

	/* ========== Group ========== */
	.group-img_right { float: right; }
	.group-img_left { float: left; }

}

@media only screen and (min-width: 641px) and (max-width: 768px) {
	.img-ajust-tb { max-width: 60%; }
}

/* ==================================================
**
** TB - PC
**
================================================== */
@media only screen and (min-width: 769px) {

	.visible-pc { display: block; }
	.visible-sp { display: none; }

	.section { margin-top: 80px; }

	/* ========== Button ========== */
	.btn-wrap { margin: 30px 0 40px; }
	.btn-base,
	.btn-base_m,
	.btn-base:after {
		-webkit-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}
	.btn-line_yellow:hover { color: #FFF !important; background: #f08300; border: 2px solid #f08300; }
	.btn-line_yellow:hover:after { border-color: #FFF; }

	.btn-bg_yellow:hover { color: #f08300 !important; background: #FFF; border: 2px solid #f08300;  }
	.btn-bg_yellow:hover:after { border-color: #f08300; }

	.btn-bg_gray:hover { color: #313342 !important; background: #FFF; border: 2px solid #313342; }
	.btn-bg_gray:hover:after { border-color: #313342; }

	/* ========== Title ========== */
	.ttl-bg_gray, .ttl-arrow { padding: 18px 5px; }
	.ttl-base_m { font-size: 22px; margin-bottom: 20px; }
	.ttl-base_s { font-size: 18px; margin-bottom: 10px; }
	.ttl-line { margin-bottom: 60px; }
	.ttl-line span { width: 20%; }
	.ttl-line:before, .ttl-line:after { width: 40%; }
	.ttl-bg_img { height: 230px; padding-bottom: 0; }
	.ttl-base_img img { max-width: inherit; }
	.ttl-bg_gray { font-size: 20px; }

	/* ========== Box ========== */
	.box-mg { margin: 40px 15px; }
	.box-mh { margin: 0 15px; }
	.box-mv { margin: 40px 0; }
	.box-pd { padding: 40px 15px; }
	.box-ph { padding: 0 15px; }
	.box-pv { padding: 40px 0; }

	.box-base { padding: 0; }
	.box-base .box-line { border: none; margin-top: 40px; padding: 0 90px; background: #f3f3f3; }
	.box-base .box-line-02 { border: none; margin-top: 40px; padding: 1px 90px 0 90px; background: #f3f3f3; }
	.box-base .box-line.box-line_pd0 { padding: 0; background: #FFF; }
	.box-base .box-line .box-bg_gray { margin-left: -50px; margin-right: -50px; }
	.box-line .ttl-bg_gray { margin: 0 -90px 30px; }
	.box-base .ttl-bg_img { margin: 0 -21.5% 50px; }
	.box-base .ttl-bg_img img { width: auto; }

	.box-bg_bt { border-width: 10px; padding: 70px 90px 50px; }

	/* ========== Text ========== */
	.text-base { margin-bottom: 40px; text-align: center; }
	.text-base + .box-line { margin-top: 50px !important; }
	.text-lead.text-lead_l { font-size: 24px; }

	/* ========== Font ========== */
	.font-l { font-size: 20px; }
	.font-m { font-size: 18px; }

}

/* ==================================================
**
** Large PC
**
================================================== */
@media only screen and (min-width: 981px) {

	/* ========== Box ========== */
	.box-bg, .inner { max-width: 980px; margin-left: auto; margin-right: auto; }
	.inner { padding: 0; }

}
@media only screen and (min-width: 1401px) {
	/* ========== Box ========== */
	.box-base .ttl-bg_img { margin: 0 -31.5% 50px; }
}
