@charset "utf-8";

/* -------------------------
   デフォルトスタイル
------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
main {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	width: 100%;
	/*min-width: 980px;*/
	background: #FFFFF8;
	font-size: 62.5%;/* 1.0rem ≒ 10px */
}

body {
	color: #616161;
	font-family: "Hiragino KakuGothic ProN", "Meiryo", "YuGothic", "Yu Gothic", sans-serif;
	font-size: 1.4rem;/* ≒ 14px */
	line-height: 1;
	margin:0;
	padding:0;
	background: #FFFFF8;
	height:auto !important;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

a {
	color: #616161;
	text-decoration: underline;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #4DB6AC;
	text-decoration: underline;
	-webkit-transition: all .4s;
	transition: all .4s;
}
a img {
	border-style: none;
	outline: none;
	border:none;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-size: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	box-sizing: border-box;
}

ul,
ol,
dl {
	margin: 0 0 20px;
	text-align: justify;
	text-justify: distribute;
}
ul,
ol {
	padding: 0;
}
ul li,
ol li {
	margin-bottom: 5px;
	line-height: 1.75;
}
dl {
	margin: 0 0 0.8em 0;
}
dl dt {
	margin: 0 0 0.2em 0;
	font-weight: bold;
	line-height: 1.75;
}
dl dd {
	margin: 0 0 0.4em 0;
	padding: 0;
	line-height: 1.75;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1.5em;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 1.6em;
	margin-left:10px;
}
table {
	margin: 0 0 15px;
	text-align: inherit;
	text-justify: auto;
	width: 100%;
	float: left;
	border-spacing: 0;
}
table p,
table ul,
table ol,
table dl {
	text-align: inherit;
	text-justify: auto;
}

p {
	margin: 0 0 16px;
	line-height: 1.75;
/*	text-align: left;*/
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* -------------------------
   ヘッダー
------------------------- */
header {
	width: 100%;
	height: 32px;
	background: #fff;
	overflow: hidden;
}

.header_inner,
.imagearea_inner {
	width: 960px;
	margin: 0 auto;
}

.sitetitle {
	float: left;
	padding-top: 10px;
}
.sitetitle a {
	line-height: 1;
	float: left;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.sitetitle a:hover {
	opacity: 0.7;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.sitetitle img {
	height: 13px;
}

.header_lead {
	float: right;
	padding-top: 9px;
}

.header_lead img {
	height: 15px;
}

/* -------------------------
   メインイメージ
------------------------- */
.imagearea {
	width: 100%;
	height: 566px;
	background: #EFEFEF url(../img/header_bg.webp) no-repeat center top;
	background-size: auto 100%;
	overflow: hidden;
	padding: 0 16px;
	box-sizing: border-box;
}

.title {
	background: #FFA726;
	width: 544px;
	height: 217px;
	padding: 32px 28px;
	box-sizing: border-box;
	margin: 40px 0 0 0;
}

.title_catch {
	display: block;
	height: 35px;
	margin-bottom: 16px;
}

.title_catch img {
	height: inherit;
}

.title_main {
	display: block;
	height: 113px;
}

.title_main img {
	height: inherit;
}

.catch {
	width: 544px;
}

.catch_list {
	height: inherit;
	background: #FFF8E1;
	margin: 0 0 7px 0;
	padding: 0;
}

.catch_list li {
	width: 100%;
	height: 48px;
	text-align: center;
	list-style: none;
	margin: 0;
	padding-top: 11px;
	box-sizing: border-box;
}

.catch_list li:first-child {
	border-bottom: solid 1px #FF9800;
}

.catch_list li img {
	height: 29px;
}

.catch_caption {
	font-size: 1rem;
	text-shadow: 0px 0px 4px #fff;
	margin-bottom: 23px;
}

/*    CVボタン    */
.btn_cv {
	height: 80px;
	width: 468px;
	margin: 0 auto;
	padding: 18px;
	box-sizing: border-box;
	display: inline-block;
	background: #00AFA9;
	border-radius: 40px;
	box-shadow: 0 4px 13px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.btn_cv:hover {
	background: #40C3BE;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	transform:scale(1.03);
}

.btn_cv img {
	height: auto;
	width: 100%;
}

.imagearea .btn_cv {
	margin-left: 34px;
}

.btnarea {
	width: 100%;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	padding: 15px 0;
}

.box_white + .btnarea {
	padding-top: 32px;
}

.section_red + .btnarea {
	margin-bottom: -14px;
}

.section_captionlist + .btnarea {
	padding-bottom: 0;
}

.btn_cv_capiton {
	margin-top: 16px;
}

/* -------------------------
   メイン
------------------------- */
main {
	width: 100%;
	display: block;
}

section {
	width: 100%;
	padding: 48px 0 64px;
}

.section_orange {
	background: #FFE082;
}

.section_red {
	background: #AE0102;
	margin: 16px 0 50px 0;
}

.section_inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.section_lead {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 0 32px;
	box-sizing: border-box;
}

.section_leadimage {
	width: 680px;
	margin: 0 auto 56px;
}

.link_icon:before {
	content: "\f101";
	font-family: FontAwesome;
	padding:0 3px;
}

/*    見出し    */
.title_section {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 28px;
}

.title_section img {
	height: 63px;
}

/*    手順のリスト    */
.step {
	width: 896px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.step li {
	width: 272px;
	float: left;
	background: #FFF8E1;
	border-radius: 8px;
	text-align: center;
	margin-right: 40px;
	list-style: none;
	position: relative;
}

.step li:last-child {
	margin-right: 0;
}

.step li:after {
	content: " ";
	width: 11px;
	height: 22px;
	background: url(../img/icon_arrow.png) no-repeat right center;
	background-size: 11px 22px;
	position: absolute;
	top: 140px;
	right: -26px;
}

.step li:last-child:after {
	background: none;
	width: 0;
}

.step li h3 {
	background: #FFA726;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 8px 8px 0 0;
	height: 40px;
	padding-top: 11px;
}

.step li h3 img {
	height: 23px;
}

.step_img {
	height: 136px;
	margin-bottom: 20px;
}

.step_img img {
	height: inherit;
}

.step_text {
	width: 88%;
	margin: 0 auto 20px;
	line-height: 1.4;
}

/*    section02    */
.box_white {
	width: 896px;
	margin: 0 auto 32px;
	padding: 28px;
	background: #fff;
	border-radius: 8px;
	position: relative;
	box-sizing: border-box;
}

.title_contents {
	height: 28px;
	margin-bottom: 18px;
}

.title_contents img {
	height: inherit;
}

.figlist {
	width: 100%;
	max-width: 704px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.figlist li {
	float: left;
	width: 29.5%;
	margin: 0 5.75% 0 0;
}

.figlist li:last-child {
	margin-right: 0;
}

.title_ad {
	width: 100%;
	background: #FFA726;
	overflow: hidden;
	text-align: center;
	font-size: 1.6rem;
	padding: 9px 16px 7px;
	margin-bottom: 16px;
}

.figurelist {
	width: 100%;
	max-width: 832px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.figurelist li {
	float: left;
	width: 122px;
	height: 62px;
	border: solid 1px #E6E6E6;
	margin: 0 20px 22px 0;
	box-sizing: border-box;
}

.figurelist li:nth-child(6n) {
	margin-right: 0;
}

.figurelist li:nth-child(7),
.figurelist li:nth-child(8),
.figurelist li:nth-child(9),
.figurelist li:nth-child(10),
.figurelist li:nth-child(11),
.figurelist li:nth-child(12) {
	margin-bottom: 0;
}

.figurelist li:nth-child(7),
.figurelist li:nth-child(8),
.figurelist li:nth-child(9) {
	border: none;
}

.section02_con03_fig {
	position: absolute;
	top: 28px;
	right: 28px;
	width: 120px;
}

/*    section03    */
.box_left,
.box_right,
.box_award {
	background: #fff;
	border-radius: 8px;
	width: 896px;
	margin: 0 auto 32px;
	overflow: hidden;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.03);
}

.box_text {
	width: 554px;
}

.box_img {
	width: 342px;
	height: 242px;
	line-height: 1;
}

.box_img img {
	float: left;
	width: inherit;
}

.box_left .box_text {
	float: right;
}

.box_right .box_text {
	float: left;
}

.box_left .box_img {
	float: left;
}

.box_right .box_img {
	float: right;
}

.box_text p {
	margin: 0 32px;
}

.title_abm,
.title_feature,
.title_seminar,
.title_affidai,
.box_award h3 {
	overflow: hidden;
	height: 96px;
	width: 100%;
	margin: 16px 0 16px 0;
	padding: 20px 32px 12px 30px;
}

.box_award_h3-sp {
	display: none;
}

.title_abm img,
.title_feature img,
.title_seminar img,
.title_affidai img {
	height: 100%;
	width: auto;
}

.title_abm {
	background: #FF71A0;
}

.title_feature {
	background: #4DB6AC;
}

.title_seminar {
	background: #FFA726;
}

.title_affidai{
	background-color:#9c83ca;
}

.box_award {
	background: rgba(255, 255, 255, 0.9);
	margin: 48px auto;
	position: relative;
}

.box_award h3 {
	background: #1B1464;
	padding: 13px 32px 12px 30px;
}

.box_award h3 img {
	height: 72px;
	width: auto;
}

.box_award p {
	width: 509px;
	margin: 0 0 16px 32px;
}

.box_award .box_img {
	position: absolute;
	width: 238px;
	right: 28px;
	top: 28px;
}

/*    section04    */
.faq_wrap {
	width: 858px;
	margin: 0 auto;
	overflow: hidden;
}

.faq {
	width: 244px;
	float: left;
	margin: 0 63px 32px 0;
}

.faq_wrap .faq:nth-child(3n) {
	margin: 0;
}

.faq dt {
	width: 100%;
	height: 192px;
	background: url(../img/section04_img_01.png) top center no-repeat;
	background-size: contain;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 0 0;
	box-sizing: border-box;
}

.faq .faq_02 {
	background: url(../img/section04_img_02.png) top center no-repeat;
	background-size: contain;
}

.faq .faq_03 {
	background: url(../img/section04_img_03.png) top center no-repeat;
	background-size: contain;
}

.faq dd {
	width: 100%;
	height: 176px;
	box-sizing: border-box;
	background: #fff url(../img/section04_contitle_answer.png) 16px 16px no-repeat;
	background-size: 118px auto;
	padding: 63px 16px 16px 16px;
}

.section_caption {
	width: 100%;
	text-align: center;
}

/*    section05    */
.section_captionlist {
	width: 680px;
	overflow: hidden;
	margin: 36px auto 20px;
	list-style: none;
	padding: 0;
}

.section_captionlist li {
	width: 100%;
	margin: 0;
}

.section_captionlist li:before {
	content: "※";
	padding-right: 4px;
}


/* -------------------------
   PAGETOP
------------------------- */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	margin: 0;
}

#pagetop a {
	background: #EF6C00;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
	font-size: 4rem;
}

#pagetop a img {
	color: #fff;
	width: 24px;
	height: auto;
}

#pagetop a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* -------------------------
   フッター
------------------------- */
footer {
	width: 100%;
	height: 304px;
	background: #212121;
	text-align: center;
	padding: 64px 16px;
}

footer p {
	color: #fff;
	font-size: 1.2rem;
}

footer p a {
	color: #fff;
}

.footer_linklist {
	max-width: 960px;
	text-align: center;
	padding: 0;
	margin: 0 auto 22px;
}

.footer_linklist li {
	display: inline-block;
}

.footer_linklist li:after {
	content: "｜";
	padding: 0 8px;
}

.footer_linklist li:last-child:after {
	content: "";
	padding: 0;
}

.footer_linklist li a {
	color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.footer_linklist li a:hover {
	color: #4DB6AC;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.btn_marchant {
	display: block;
	background: #FFA726;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	padding: 17px 16px 15px;
	width: 468px;
	margin: 0 auto 28px;
	border-radius: 24px;
	line-height: 1;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
}

.btn_marchant:hover {
	text-decoration: none;
	color: #fff;
	background: #EF6C00;
	-webkit-transition: all .4s;
	transition: all .4s;
}

/* -------------------------
   【960px以下の対応】
------------------------- */
@media screen and (min-width:768px) and (max-width:960px) {
	.header_inner,
	.imagearea_inner {
		width: 100%;
	}
	.step {
		width: 90%;
	}
	.step li {
		width: 30%;
		margin-right: 5%;
	}
	.box_white {
		width: 90%;
	}
	.box_left, .box_right, .box_award {
		width: 90%;
	}
	.box_text,
	.box_img {
		width: 100%;
	}
	.box_text {
		margin-bottom: 16px;
	}
	.box_img {
		text-align: center;
		margin-bottom: 16px;
	}
	.box_img img {
		width: 342px;
		float: none;
	}
	.box_award .box_img {
		position: static;
		width: 100%;
	}
	.box_award .box_img img {
		width: 230px;
	}
	.faq_wrap {
		width: 90%;
		max-width: 858px;
	}
	.faq {
		width: 32%;
		margin: 0 2% 32px 0;
	}
	.faq_wrap .faq:nth-child(3n) {
		margin: 0 0 32px 0;
	}
}
/* -------------------------
   【SP対応】
------------------------- */
@media screen and (max-width:767px) {
	html {
		/*min-width: 767px;*/
	}
	header {
		padding: 0 12px;
	}
	.header_inner, .imagearea_inner {
		width: 100%;
	}
	.sitetitle {
		width: 32%;
	}
	.sitetitle img {
		height: auto;
		width: 100%;
		max-width: 98px;
	}
	.header_lead {
		padding-top: 11px;
		width: 66%;
		font-size: 10px;
		text-align: right;
	}
	.header_lead img {
		height: auto;
		width: 100%;
		max-width: 230px;
	}
	.imagearea {
		height: 300px;
		position: relative;
		margin: 124px 0 200px;
		overflow: visible;
	}

	.imagearea_inner {
		position: absolute;
		top: 180px;
		left: -16px;
		right: -16px;
	}
	.title,
	.catch {
		width: 100%;
		/*position: absolute;*/
	}
	.title {
		padding: 16px 16px;
		height: 124px;
		margin: -304px 0 0;
	}
	.title_main {
		height: 64px;
	}
	.title_catch {
		height: 20px;
		margin-bottom: 8px;
	}
	.catch {
		margin: 300px 0 0;
	}
	.catch_list li img {
		height: 21px;
	}
	.catch_list li {
		height: 37px;
	}
	.catch_caption {
		padding-left: 16px;
		box-sizing: border-box;
	}
	.btn_cv {
		width: 100%;
		max-width: 400px;
		display: block;
		padding: 15px 18px 0;
		height: 60px;
		border-radius: 30px;
	}
	.imagearea .btn_cv {
		margin: 0 auto;
		width: 90%;
	}
	.btnarea {
		padding: 15px 16px;
		box-sizing: border-box;
	}
	section {
		padding: 40px 0 32px;
	}
	.section_inner {
		padding: 0 12px;
		width: 100%;
		box-sizing: border-box;
	}
	.box_white,
	.section_leadimage,
	.box_left, 
	.box_right, 
	.box_award,
	.section_captionlist {
		width: 95%;
	}
	.title_section {
		margin-bottom: 12px;
	}
	.title_section img {
		height: auto;
	}
	.section_lead {
		margin: 0 auto 20px;
		padding: 0;
	}
	.section_lead br {
		display: none;
	}
	.step {
		width: 100%;
		text-align: center;
	}
	.step li {
		display: block;
		float: none;
		margin: 0 auto 27px;
		overflow: hidden;
	}
	.step li:last-child {
		margin: 0 auto;
	}
	.step li:after {
		top:auto;
		bottom: -19px;
		right: 125px;
		width: 22px;
		height: 11px;
		background: url(../img/icon_arrow_d.png) no-repeat right center;
		background-size: 22px 11px;
	}
	.step li:last-child:after {
		display: none;
	}
	.step_text {
		overflow: hidden;
		display: block;
	}
	.section_leadimage {
		margin: 0 auto 16px;
	}
	.box_white {
		padding: 12px;
		margin: 0 auto 16px;
	}
	.step_text,
	.section_lead,
	.faq dd {
		font-size: 1.3rem;
	}
	.btn_cv_capiton {
		font-size: 1.2rem;
	}
	.box_white p,
	.box_text p,
	.box_award p {
		font-size: 1.2rem;
	}
	.box_text {
		width: 100%;
	}
	.box_text p {
		margin: 0 12px 12px;
	}
	.title_contents {
		height: 20px;
		margin-bottom: 8px;
	}
	.title_ad {
		font-size: 1.4rem;
		padding: 6px 8px 5px;
	}
	.figurelist {
		width: 100%;
	}
	.figurelist li,
	.figurelist li:nth-child(5n) {
		width: 32%;
		max-width: 120px;
		height: auto;
		line-height: 1;
		margin: 0 2% 8px 0;
		font-size: 0px;
		box-sizing: border-box;
		border: solid 1px #ffffff;
	}
	.figurelist li:nth-child(3n) {
		margin: 0 0 8px 0;
	}
	.figurelist li:last-child {
		margin: 0;
	}
	.figurelist li:nth-child(1),
	.figurelist li:nth-child(2),
	.figurelist li:nth-child(5),
	.figurelist li:last-child {
		border: solid 1px #E6E6E6;
	}
	.figurelist li img {
		height: auto;
	}
	.figlist {
		width: 100%;
		text-align: center;
	}
	.figlist li {
		/*display: inline-block;
		float: none;*/
	}
	.section02_con03_fig {
		position: static;
		margin: 8px auto 0;
	}
	.box_left, 
	.box_right, 
	.box_text {
		margin: 0 auto 16px;
	}
	.section_red {
		margin: 16px 0 17px 0;
	}
	.box_award {
		margin: 16px auto;
	}
	.box_img {
		width: 100%;
		height: auto;
	}
	.title_abm, .title_feature, .title_seminar, .box_award h3 {
		margin: 0 0 16px 0;
	}
	.box_award .box_img {
		position: static;
		width: 100%;
		text-align: center;
		margin-bottom: 12px;
	}
	.box_award .box_img img {
		width: 150px;
		float: none;
	}
	.box_award p {
		width: auto;
		margin: 0 12px 12px;
	}
	.box_award_h3-pc {
		display: none;
	}
	.box_award_h3-sp {
		display: block;
		background: #1B1464;
		color: #fff;
		width: 100%;
		box-sizing: border-box;
	}
	.box_award_h3-sp span {
		display: block;
	}
	.box_award_h3-sp span:first-child {
		background: #fff;
		color: #1B1464;
		font-size: 1.2rem;
		padding: 4px;
		border-radius: 4px;
		margin-bottom: 4px;
		display: inline-block;
	}
	.box_award_h3-sp span:nth-child(2) {
		font-size: 1.2rem;
		line-height: 1.75;
	}
	.box_award_h3-sp span:last-child {
		font-size: 1.6rem;
		line-height: 1.75;
		text-indent: -8px;
	}
	.faq_wrap {
		width: 100%;
	}
	.faq {
		float: none;
		overflow: hidden;
		margin: 0 auto 16px;
	}
	.faq dt {
		height: 180px;
	}
	.faq_wrap .faq:nth-child(3n) {
		margin: 0 auto 16px;
	}
	.section_captionlist {
		font-size: 1.2rem;
		margin: 16px auto 20px;
	}
	.section_captionlist li {
		width: 100%;
		margin: 0;
		padding: 0 0 0 1em;
		box-sizing: border-box;
		text-indent: -1em;
	}
	.section_captionlist li:before {
		content: "※";
		padding-right: 4px;
	}
		.section_caption {
		font-size: 1.2rem;
	}
	.title_abm,
	.title_feature,
	.title_seminar,
	.title_affidai,
	.box_award h3 {
		padding: 12px 12px 6px;
		margin: 0 0 12px 0;
		height: auto;
		border-radius: 8px 8px 0 0;
	}
	.title_abm img,
	.title_feature img,
	.title_seminar img,
	.title_affidai img {
		height: 34px;
		width: auto;
	}
	/*    footer    */
	footer {
		padding: 32px 16px 48px;
		height: auto;
	}
	.footer_linklist {
		width: 100%;
		font-size: 1.2rem;
	}
	.footer_linklist li:after {
		padding: 0;
	}
	.btn_marchant {
		width: 100%;
		font-size: 1.4rem;
	}
	footer p {
		display: block;
		width: 100%;
		overflow: hidden;
		font-size: 1rem;
	}
	/*    pagetop    */
	#pagetop a {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		font-size: 3rem;
	}
	@media screen and (max-width:320px) {
		.btn_cv {
			padding: 18px 18px 0;
		}
	}
}

/* -------------------------
SNS
------------------------- */

/*-- SNS登録 --*/
.snsregist {
	background: #FFF8E1;
	border-radius: 12px;
	position: relative;
	margin: 100px auto 32px;
	width: 100%;
	max-width: 800px;
	text-align: center;
}

.snsregist:hover{
	-webkit-transition: all .4s;
	transition: all .4s;
	transform:scale(1.03);
}
.snsregist_catch {
	width: 100%;
	position: absolute;
	top: -64px;
	display: block;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 700;
}

.snsregist a{
	text-decoration: none;
}

.snsregist a:hover{
	color:#616161;
}

.ribbon9 {
	display: inline-block;
	position: absolute;
	height: 45px;
	text-align: center;
	box-sizing: border-box;
	top: -28px;
	z-index: 2;
	left: 50%;
	margin-left: -270px;
}
.ribbon9:before {/*左側のリボン端*/
	content: '';
	position: absolute;
	width: 10px;
	bottom: -10px;
	left: -35px;
	z-index: 1;
	border: 20px solid #FBC02D;
	border-left-color: transparent;/*山形に切り抜き*/
}

.ribbon9:after {/*右側のリボン端*/
	content: '';
	position: absolute;
	width: 10px;
	bottom: -10px;
	right: -35px;
	z-index: 1;
	border: 20px solid #FBC02D;
	border-right-color: transparent;/*山形に切り抜き*/
}

.ribbon9 h3 {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 20px;
	line-height: 45px;
	font-size: 25px;
	color: #000;
	background: #FCD734;/*真ん中の背景色*/
	z-index: 2;
	width: 540px;
	letter-spacing: 0.05em;
}
.ribbon9 h3:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 15px #FC9F34;/*左の折り返し部分*/
}
.ribbon9 h3:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-left: solid 15px #FC9F34;/*右の折り返し部分*/
}
.snsregist_inner {
	padding: 40px 0 24px;
	overflow: hidden;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.snsregist_inner p {
	order: 2;
	width: 480px;
	font-size: 17px;
	margin: 0 24px;
}
.snsimg_insta {
	order: 1;
	height: auto;
}
.snsimg_youtube {
	order: 3;
	height: auto;
}
.sp_hidden {
	display: block;
}
.pc_hidden {
	display: none;
}

@media screen and (max-width:767px) {
	.ribbon9 h3 {
		width: 100%;
		font-size: 18px;
		line-height: 1.2;
		padding: 8px 0.5em 8px;
		height: auto;
		border-radius: 4px 4px 0 0 ;
	}
	.ribbon9 {
		left: 0%;
		margin-left: 0;
		width: 100%;
		top: 0;
		position: static;
	}
	.ribbon9:before {
		display: none;
		width: 1px;
		bottom: -21px;
		left: -3%;
	}
	.ribbon9:after {
		display: none;
		width: 1px;
		bottom: -21px;
		right: -3%;
	}
	.ribbon9 h3:before,
	.ribbon9 h3:after {
		display: none;
	}
	.snsregist_catch {
		top: -33px;
	}
	.snsregist_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 24px 0 24px;
	}
	.snsimg_insta,
	.snsimg_youtube {
		width: 20%;
		margin: 0 2% 16px;
	}
	.snsimg_youtube {
		order: 2;
	}
	.snsregist_inner p {
		order: 3;
		width: 100%;
		font-size: 15px;
	}
	.sp_hidden {
		display: none;
	}
	.pc_hidden {
		display: block;
	}
}

/* メインビジュアル部分のSNS要素 */
.imagearea_inner {
	position: relative;
}
.catch_sns {
	width: 160px;
	height: auto;
	position: absolute;
	right: 0;
	bottom: -40px;
	margin-bottom: 0;
}

.catch_sns:hover {
	-webkit-transition: all .4s;
	transition: all .4s;
	transform:scale(1.03);
}
@media screen and (max-width:767px) {
	.imagearea_inner {
		position: absolute;
	}
	.imagearea{
	background-size:cover;
	}
	.catch_sns {
		width: 150px;
		height: 100px;
		position: absolute;
		right: auto;
		left: 12px;
		bottom: 260px;
	}
}
@media screen and (max-width:512px) {
	.imagearea{
	background:#EFEFEF url(../img/header_bg_sp@2x.webp) no-repeat center top;
	background-size:cover;
	}
}
@media screen and (max-width:375px) {
	.imagearea{
	background:#EFEFEF url(../img/header_bg_sp@2x.webp) no-repeat center top;
	background-size:cover;
	height: 330px;
	}
	.catch{
		margin: 330px 0 0;
	}
	.catch_sns {
	width: 130px;
	height: 130px;
	height: auto;
	bottom: 200px;
	}
}
@media screen and (max-width:320px) {
	.catch_sns {
		bottom: 240px;
	}
}
/* -------------------------
   期末CP追加
------------------------- */

.cp-imagearea{
	height: 700px;
	/*	background-position: right; */
}
.cp_cta{
	padding: 20px;
}
.cp-imagearea .catch_sns{
	bottom:30px
	}
img.cp_cta2{
	display: block;
	margin: 0 auto 10px auto;
}
@media screen and  (max-width:1100px){
	.cp-imagearea {
		background-position: center top;
    }
}
@media screen and (max-width:767px) {
.cp-imagearea {
        background-size: cover;
	background-position: center top;
    }
.imagearea {
         height: 300px;
    }
.cp-imagearea .catch_sns{
	bottom:430px;
}
img.cp_cta,img.cp_cta2{
	width: 85%;
	max-width:400px;
	height: auto;
	display: block;
	margin: 0 auto 10px auto;
}
.cp-imagearea .catch {
        margin: 280px 0 0;
    }
main{
	padding-top: 100px;
}
}

/* -------------------------
   汎用クラス
------------------------- */
/*マージン*/
.mb0 {
	margin-bottom: 0 !important;
}

.mb8 {
	margin-bottom: 8px !important;
}

.mb16 {
	margin-bottom: 16px !important;
}

.mb48 {
	margin-bottom: 48px !important;
}

.mb64 {
	margin-bottom: 64px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mt56 {
	margin-top: 56px !important;
}

/*パディング*/
.pb0 {
	padding-bottom: 0 !important;
}

/*フォント*/
.fontsize_s {
	font-size: 12px;
}

.align_c {
	text-align: center !important;
}

.align_l {
	text-align: left !important;
}

.text_red {
	color: #F04155 !important;
}
.text_bold {
	font-weight: bold !important;
}
.marker {
	background:linear-gradient(transparent 60%, #FFFF49 60%);
}

