@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	font-size: calc((100vw / 320) * 12);
	color: #333;
	line-height: 1.9;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.base_box {
	position: relative;
}

.pc_disp { display:none; }
.sp_disp { display:block; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	letter-spacing: 0.01rem;
	font-feature-settings: "pkna";
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0;
}

.android h1, .android h2, .android h3, .android h4, .android h5, .android h6 {
	line-height: 1.6;
	font-family: "Sawarabi Mincho", serif;
}

article,aside,details,figcaption,figure,main,
footer,header,hgroup,menu,nav,section {
	display: block;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: normal;
}

/* ▼LINK▼ */
a {
	color: #0e4886;
	text-decoration: none;
	outline: none;
}

/* ▼IMG▼ */
img, input[type="image"]{
	max-width: 100%;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	border: 0;
}

.img_frame {
	position: relative;
	overflow: hidden;
}

.img_frame img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ▼BR▼ */
@media screen and (min-width: 480px){

	.landscape { display:block; }
	.portrait { display:none; }

}

@media screen and (max-width: 479px){

	.landscape { display:none; }
	.portrait { display:block; }

}

/*
HEADER
***************************************************************************/
header {
	box-sizing: border-box;
	position: fixed;
	top: calc((100vw / 320) * 12);
	left: 0;
	width: 100%;
	height: calc((100vw / 320) * 34);
	padding: 0 calc((100vw / 320) * 12);
	z-index: 100;
}

header .logo {
	float: left;
	width: calc((100vw / 320) * 90);
}

header .h_btn { display:none; }

header .btn_gnavi, header .h_tel {
	float: right;
	width: calc((100vw / 320) * 34);
}

header .btn_gnavi { margin-left:calc((100vw / 320) * 12); }

/*
NAVI
***************************************************************************/
#gnavi {
	display: none;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: calc((100vw / 320) * 50) calc((100vw / 320) * 20);
	background: #fff;
	overflow: auto;
	z-index: 1001;
}

#gnavi .btn_gnavi {
	position: fixed;
	top: calc((100vw / 320) * 12);
	right: calc((100vw / 320) * 12);
	width: calc((100vw / 320) * 34);
	z-index: 1002;
}

#gnavi li {
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.android #gnavi li {
	font-family: "Sawarabi Mincho", serif;
}

#gnavi li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc((100vw / 320) * 50);
	height: 1px;
	margin-left: calc((100vw / 320) * -25);
	background: #e1e3e0;
}

#gnavi li a {
	display: block;
	text-align: center;
	font-size: calc((100vw / 320) * 14);
	color: #333;
	line-height: calc((100vw / 320) * 60);
	background: #fff;
}

/*
CONTENTS
***************************************************************************/
.sec_title {
	padding: calc((100vw / 320) * 35) 0;
	text-align: center;
	font-size: calc((100vw / 320) * 22);
}

.android .sec_title { font-size:calc((100vw / 320) * 20); }

#page_title {
	background: url(../common_img/sp/ptitle_bg.jpg) center center no-repeat;
	background-size: cover;
}

/*
TOP
***************************************************************************/
/* ▼INTRO▼ */
.intro_sec {
	margin: 0 calc((100vw / 320) * 30);
	padding-bottom: calc((100vw / 320) * 20);
	border-bottom: solid 1px #bebebe;
}

.intro_sec dl {
	margin-bottom: calc((100vw / 320) * 20);
	text-align: center;
}

.intro_sec dt {
	margin-bottom: calc((100vw / 320) * 20);
}

.intro_sec dl.ex dd {
	font-weight: bold;
	color: #14aeda;
}

/* ▼ABOUT▼ */
.about_sec {
	margin-bottom: calc((100vw / 320) * 40);
	padding: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 40);
	background: #f3f3f3
}

.about_sec .sec_title {
	padding: calc((100vw / 320) * 40) 0 calc((100vw / 320) * 80);
}

.about_sec .box {
	padding: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 30);
	text-align: center;
	line-height: 2.2;
	background: #fff;
}

.about_sec .title {
	box-sizing: border-box;
	-webkit-transform: translateY(calc((100vw / 320) * -40));
	-moz-transform: translateY(calc((100vw / 320) * -40));
	-ms-transform: translateY(calc((100vw / 320) * -40));
	transform: translateY(calc((100vw / 320) * -40));
	height: calc((100vw / 320) * 80);
	margin: 0 calc((100vw / 320) * 15) calc((100vw / 320) * -10);
	padding-top: calc((100vw / 320) * 15);
	text-align: center;
	font-size: calc((100vw / 320) * 16);
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.01rem;
	background: #0e4886;
}

.android .about_sec .title { padding-top:calc((100vw / 320) * 18); font-size:calc((100vw / 320) * 14); }

.about_sec .list li {
	margin-bottom: calc((100vw / 320) * 30);
	padding-bottom: calc((100vw / 320) * 15);
	line-height: 1.8;
	border-bottom: solid 1px #dbdbdb;
}

.about_sec .list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.about_sec .list li img {
	display: block;
	margin-bottom: calc((100vw / 320) * 15);
}

/* ▼FEATURE▼ */
.feature_sec {
	padding: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 40);
}

.feature_sec .sec_title {
	margin-bottom: calc((100vw / 320) * 20);
}

.feature_sec .box {
	margin-bottom: calc((100vw / 320) * 50);
	padding: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 30);
	background-color: #ebf2fa;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: calc((100vw / 320) * 110);
}

.feature_sec .box:nth-child(1) { background-image:url(../images/sp/feature_bg01.png); }
.feature_sec .box:nth-child(2) { background-image:url(../images/sp/feature_bg02.png); }
.feature_sec .box:nth-child(3) { background-image:url(../images/sp/feature_bg03.png); }

.feature_sec .box:last-child { margin-bottom:0; }

.feature_sec .title {
	-webkit-transform: translateY(calc((100vw / 320) * -20));
	-moz-transform: translateY(calc((100vw / 320) * -20));
	-ms-transform: translateY(calc((100vw / 320) * -20));
	transform: translateY(calc((100vw / 320) * -20));
	margin: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 10);
	text-align: center;
	font-size: calc((100vw / 320) * 15);
	font-weight: bold;
	color: #fff;
	line-height: calc((100vw / 320) * 40);
	letter-spacing: 0.01rem;
	background: #0e4886;
}

.android .feature_sec .title { font-size:calc((100vw / 320) * 14); }

.feature_sec .img {
	margin-bottom: calc((100vw / 320) * 25);
}

/* ▼SDGS▼ */
.sdgs_sec {
	padding: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 5);
}

.sdgs_sec .box {
	padding-bottom: calc((100vw / 320) * 30);
}

.sdgs_sec .box .title {
	position: relative;
	margin-bottom: calc((100vw / 320) * 20);
	padding: calc((100vw / 320) * 10) calc((100vw / 320) * 20) calc((100vw / 320) * 10) calc((100vw / 320) * 24);
	font-size: calc((100vw / 320) * 15);
	color: #fff;
	background: #0e4886;
}

.sdgs_sec .box .title:before {
	content: '';
	position: absolute;
	top: calc((100vw / 320) * 8);
	left: calc((100vw / 320) * 10);
	width: calc((100vw / 320) * 5);
	height: calc(100% - ((100vw / 320) * 16));
	background: #fff;
}

.sdgs_sec .box .catch {
	margin-bottom: calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 14);
	color: #06376c;
	line-height: 1.65;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0;
}

.android .sdgs_sec .box .catch {
	font-family: "Sawarabi Mincho", serif;
}

.sdgs_sec .box .feature_list li {
	box-sizing: border-box;
	float: left;
	width: calc(50% - ((100vw / 320) * 5));
	margin-bottom: calc((100vw / 320) * 10);
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 10);
	text-align: center;
	background: #ebf2fa;
}

.sdgs_sec .box .feature_list li:nth-child(2n) { float:right; }

.sdgs_sec .box .feature_list .icon {
	width: calc((100vw / 320) * 60);
	margin: 0 auto calc((100vw / 320) * 10);
}

.sdgs_sec .box .feature_list dl {
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 9);
	line-height: 1.8;
	background: #fff;
}

.sdgs_sec .box .feature_list dt {
	margin-bottom: calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 11);
	font-weight: bold;
	color: #0e4886;
}

/* ▼FLOW▼ */
.flow_sec {
	margin: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 40);
	border-top: solid 1px #bebebe;
}

.flow_sec .sec_title {
	padding: calc((100vw / 320) * 40) 0;
}

.flow_sec .box {
	position: relative;
	margin-bottom: calc((100vw / 320) * 55);
}

.flow_sec .box:last-child { margin-bottom:0; }

.flow_sec .box:after {
	content: '';
	position: absolute;
	bottom: calc((100vw / 320) * -35);
	left: 50%;
	width: calc((100vw / 320) * 24);
	height: calc((100vw / 320) * 24);
	margin-left: calc((100vw / 320) * -12);
	background: url(../common_img/sp/arrow01.png) no-repeat;
	background-size: calc((100vw / 320) * 24);
}

.flow_sec .box:last-child:after { display:none; }

.flow_sec .box .img {
	margin-bottom: calc((100vw / 320) * 20);
}

.flow_sec .box .title {
	position: relative;
	margin-bottom: calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 6) 0 calc((100vw / 320) * 2) calc((100vw / 320) * 45);
	font-size: calc((100vw / 320) * 18);
	color: #06376c;
	background: url(../common_img/sp/icon01.png) left top no-repeat;
	background-size: calc((100vw / 320) * 34);
}

.flow_sec .box .title:before {
	position: absolute;
	top: calc((100vw / 320) * 6);
	left: calc((100vw / 320) * 6);
	width: calc((100vw / 320) * 28);
	height: calc((100vw / 320) * 28);
	text-align: center;
	font-size: calc((100vw / 320) * 14);
	color: #fff;
	line-height: calc((100vw / 320) * 28);
}

.flow_sec .box:nth-child(1) .title:before { content:'1'; }
.flow_sec .box:nth-child(2) .title:before { content:'2'; }
.flow_sec .box:nth-child(3) .title:before { content:'3'; }
.flow_sec .box:nth-child(4) .title:before { content:'4'; }
.flow_sec .box:nth-child(5) .title:before { content:'5'; }
.flow_sec .box:nth-child(6) .title:before { content:'6'; }
.flow_sec .box:nth-child(7) .title:before { content:'7'; }
.flow_sec .box:nth-child(8) .title:before { content:'8'; }
.flow_sec .box:nth-child(9) .title:before { content:'9'; }
.flow_sec .box:nth-child(10) .title:before { content:'10'; }

/* ▼ITEM▼ */
.item_sec {
	padding: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 30);
	background: url(../images/sp/item_bg.jpg) center center no-repeat;
	background-size: cover;
}

.item_sec .sec_title {
	color: #fff;
}

.item_sec .list li {
	margin-bottom: calc((100vw / 320) * 20);
}

/* ▼VOICE▼ */
.voice_sec {
	padding: 0 calc((100vw / 320) * 15);
}

.voice_sec .sec_title {
	padding: calc((100vw / 320) * 40) 0;
}

.voice_sec .box {
	margin-bottom: calc((100vw / 320) * 20);
	padding: calc((100vw / 320) * 30) calc((100vw / 320) * 15);
	background: #ebf2fa;
}

.voice_sec .box:last-child { margin-bottom:0; }

.voice_sec .box .inner {
	position: relative;
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 11);
	line-height: 2;
	background: #fff;
}

.voice_sec .box .inner:before {
	content: '';
	position: absolute;
	top: calc((100vw / 320) * -18);
	left: calc((100vw / 320) * -9);
	width: calc((100vw / 320) * 36);
	height: calc((100vw / 320) * 36);
	background: url(../common_img/sp/icon02.png) no-repeat;
	background-size: calc((100vw / 320) * 36);
	z-index: 1;
}

/* ▼MEDIA▼ */
.media_sec {
	position: relative;
	margin: calc((100vw / 320) * 40) calc((100vw / 320) * 15) 0;
	padding-top: calc((100vw / 320) * 160);
}

.media_sec .img {
	margin-bottom: calc((100vw / 320) * 25);
}

.media_sec .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: calc((100vw / 320) * 20);
	font-weight: 400;
	color: #034b99;
	line-height: 1.55;
}

.media_sec .title > span {
	display: block;
	margin-bottom: calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 13);
}

.media_sec .txt {
	margin-bottom: calc((100vw / 320) * 20);
	text-align: center;
}

.media_sec .link a {
	display: block;
	width: 100%;
	padding: calc((100vw / 320) * 12) 0 calc((100vw / 320) * 14);
	text-align: center;
	font-size: calc((100vw / 320) * 13);
	color: #fff;
	line-height: 1.65;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "ヒラギノ明朝 ProN W3", serif;
	background: #034b99;
}

.android .media_sec .link a {
	font-family: "Sawarabi Mincho", serif;
}

/* ▼FAQ▼ */
.faq_sec {
	padding: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 40);
}

.faq_sec .sec_title {
	padding: calc((100vw / 320) * 40) 0;
}

.faq_sec .box {
	margin-bottom: calc((100vw / 320) * 18);
	padding-bottom: calc((100vw / 320) * 18);
	border-bottom: solid 1px #bebebe;
}

.faq_sec .box:last-child { margin-bottom:calc((100vw / 320) * 40); }

.faq_sec .title {
	position: relative;
	padding: 0 calc((100vw / 320) * 30) 0 calc((100vw / 320) * 46);
	font-size: calc((100vw / 320) * 15);
	color: #06376c;
	line-height: 1.4;
}

.android .faq_sec .title { font-size:calc((100vw / 320) * 14); }

.faq_sec .title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: calc((100vw / 320) * 34);
	height: calc((100vw / 320) * 34);
	margin-top: calc((100vw / 320) * -20);
	background: url(../common_img/sp/icon_q.png) no-repeat;
	background-size: calc((100vw / 320) * 34);
}

.faq_sec .title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 320) * 5);
	width: calc((100vw / 320) * 20);
	height: calc((100vw / 320) * 20);
	margin-top: calc((100vw / 320) * -10);
	background: url(../common_img/sp/arrow_down.png) no-repeat;
	background-size: calc((100vw / 320) * 20);
}

.faq_sec .title.opened:after {
	background: url(../common_img/sp/arrow_up.png) no-repeat;
	background-size: calc((100vw / 320) * 20);
}

.faq_sec .inner {
	display: none;
	box-sizing: border-box;
	min-height: calc((100vw / 320) * 34);
	padding: calc((100vw / 320) * 15) 0 0 calc((100vw / 320) * 46);
	font-size: calc((100vw / 320) * 11);
	background: url(../common_img/sp/icon_a.png) left calc((100vw / 320) * 8) no-repeat;
	background-size: calc((100vw / 320) * 34);
}

/* ▼COMPANY▼ */
.company_sec {
	padding: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 40);
	background: #f3f3f3;
}

.company_sec .sec_title {
	padding: calc((100vw / 320) * 40) 0 calc((100vw / 320) * 60);
}

.company_sec .box {
	margin-bottom: calc((100vw / 320) * 55);
}

.company_sec .box:last-child { margin-bottom:calc((100vw / 320) * 35); }

.company_sec .box .title {
	-webkit-transform: translateY(calc((100vw / 320) * -20));
	-moz-transform: translateY(calc((100vw / 320) * -20));
	-ms-transform: translateY(calc((100vw / 320) * -20));
	transform: translateY(calc((100vw / 320) * -20));
	margin: 0 calc((100vw / 320) * 15) calc((100vw / 320) * -40);
	text-align: center;
	font-size: calc((100vw / 320) * 15);
	font-weight: bold;
	color: #fff;
	line-height: calc((100vw / 320) * 40);
	letter-spacing: 0.01rem;
	background: #0e4886;
}

.android .company_sec .title { font-size:calc((100vw / 320) * 14); }

.company_sec .box.greeting .content {
	padding: calc((100vw / 320) * 50) calc((100vw / 320) * 15) calc((100vw / 320) * 35);
	line-height: 2;
	background: #fff;
}

.company_sec .box.greeting .img {
	margin-bottom: calc((100vw / 320) * 25);
}

.company_sec .box.profile {
	padding: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 40);
	line-height: 2;
	background: #fff;
}

.company_sec .prof_box {
	padding: calc((100vw / 320) * 25) 0 calc((100vw / 320) * 30);
	font-size: calc((100vw / 320) * 11);
	border-bottom: solid 1px #bebebe;
}

.company_sec .prof_box:first-child { padding:calc((100vw / 320) * 50) 0 calc((100vw / 320) * 30); }

.company_sec .prof_box:last-child {
	padding: calc((100vw / 320) * 25) 0 0;
	border-bottom: none;
}

.company_sec .prof_title {
	margin-bottom: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 18);
	color: #06376c;
}

.company_sec .box.office {
	padding: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 40);
	background: #fff;
}

.company_sec .box.office .title {
	margin: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 10);
}

/*
FORM
***************************************************************************/
.contact_sec {
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15) calc((100vw / 320) * 50);
}

.user_form {
	margin-bottom: calc((100vw / 320) * 30);
}

.user_form dl {
	padding: calc((100vw / 320) * 20) 0 calc((100vw / 320) * 25);
	border-bottom: solid 1px #bebebe;
}

.user_form.conf dl { padding:calc((100vw / 320) * 15) 0; }

.user_form dt {
	position: relative;
	margin-bottom: calc((100vw / 320) * 15);
	padding-left: calc((100vw / 320) * 48);
	font-weight: bold;
	line-height: calc((100vw / 320) * 20);
}

.user_form.conf dt { margin-bottom:calc((100vw / 320) * 5); padding-left:0; line-height:1.9; }

.user_form dt.must:before {
	content: '必須';
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100vw / 320) * 40);
	text-align: center;
	font-size: calc((100vw / 320) * 10);
	color: #fff;
	line-height: calc((100vw / 320) * 20);
	letter-spacing: 0;
	background: #0e4886;
}

#mfp_hidden, #mfp_overlay_background { display:none; }

.mfp_err {
	display: none;
	margin-top: calc((100vw / 320) * 15);
	padding: 0 calc((100vw / 320) * 10);
	text-align: left;
	font-size: calc((100vw / 320) * 10);
	color: #fff;
	line-height: calc((100vw / 320) * 30);
	background: #0e4886;
	clear: both;
}

/* ▼PP▼ */
.pp_sec {
	padding: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 40);
	background: #f3f3f3;
}

.pp_sec .frame {
	padding: calc((100vw / 320) * 10) calc((100vw / 320) * 20);
	background: #fff;
}

.pp_sec .box {
	padding: calc((100vw / 320) * 25) 0;
	font-size: calc((100vw / 320) * 10);
	border-bottom: solid 1px #bebebe;
}

.pp_sec .box:last-child { border-bottom:none; }

.pp_sec .box .title {
	position: relative;
	margin-bottom: calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 6) 0 calc((100vw / 320) * 2) calc((100vw / 320) * 45);
	font-size: calc((100vw / 320) * 18);
	color: #06376c;
	background: url(../common_img/sp/icon01.png) left top no-repeat;
	background-size: calc((100vw / 320) * 34);
}

.pp_sec .box .title:before {
	position: absolute;
	top: calc((100vw / 320) * 6);
	left: calc((100vw / 320) * 6);
	width: calc((100vw / 320) * 28);
	height: calc((100vw / 320) * 28);
	text-align: center;
	font-size: calc((100vw / 320) * 14);
	color: #fff;
	line-height: calc((100vw / 320) * 28);
}

.pp_sec .box:nth-child(1) .title:before { content:'1'; }
.pp_sec .box:nth-child(2) .title:before { content:'2'; }
.pp_sec .box:nth-child(3) .title:before { content:'3'; }
.pp_sec .box:nth-child(4) .title:before { content:'4'; }
.pp_sec .box:nth-child(5) .title:before { content:'5'; }
.pp_sec .box:nth-child(6) .title:before { content:'6'; }
.pp_sec .box:nth-child(7) .title:before { content:'7'; }
.pp_sec .box:nth-child(8) .title:before { content:'8'; }
.pp_sec .box:nth-child(9) .title:before { content:'9'; }
.pp_sec .box:nth-child(10) .title:before { content:'10'; }

/* ▼CONFIRM▼ */
.conf_txt {
	margin-bottom: calc((100vw / 320) * 20);
	text-align: center;
}

.user_btn li {
	margin-bottom: calc((100vw / 320) * 15);
}

.user_btn li:last-child { margin-bottom:0; }

/*
FOOTER
***************************************************************************/
footer {
	padding-top: calc((100vw / 320) * 25);
}

footer .logo {
	margin-bottom: calc((100vw / 320) * 15);
}

footer .f_add {
	margin-bottom: calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 11);
}

footer .f_tel {
	padding-bottom: calc((100vw / 320) * 16);
	border-bottom: solid 1px #ccc;
}

.fnavi_list {
	padding: calc((100vw / 320) * 20) 0;
}

.fnavi_list ul {
	margin-bottom: calc((100vw / 320) * 2);
}

.fnavi_list ul:last-child { margin-bottom:0; }

.fnavi_list li {
	display: inline;
	margin-right: calc((100vw / 320) * -4);
	font-size: calc((100vw / 320) * 11);
	border-right: solid 1px #2e2e2e;
}

.fnavi_list li:last-child { border-right:none; }

.fnavi_list li a {
	padding: 0 calc((100vw / 320) * 15);
	color: #333;
}

.fnavi_list li:first-child a { padding:0 calc((100vw / 320) * 15) 0 0; }

.btn_ptop {
	position: absolute;
	bottom: calc((100vw / 320) * 25);
	right: 0;
	width: calc((100vw / 320) * 36);
	z-index: 10;
}

.copy {
	padding: calc((100vw / 320) * 20) 0 calc((100vw / 320) * 80);
	text-align: center;
	color: #fff;
	background: #0e4886;
}

.copy.ex { padding:calc((100vw / 320) * 20) 0; }

.copy small { font-size:calc((100vw / 320) * 10); }

.fixed_btn {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.delay_fade.active {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* ▼BUTTON▼ */
.btn_bound img {
	-webkit-animation: bomb 3s linear 0s infinite normal;
	animation: bomb 3s linear 0s infinite normal;
	transition: .3s;
}

.btn_bound a:hover { opacity:1; }

@-webkit-keyframes bomb {
	0% { -webkit-transform:scale(0.95); }
	7% { -webkit-transform:scale(0.98); }
	14% { -webkit-transform:scale(0.94); }
	21% { -webkit-transform:scale(1); }
	28% { -webkit-transform:scale(0.94); }
	35% { -webkit-transform:scale(0.98); }
	42% { -webkit-transform:scale(0.93); }
	49% { -webkit-transform:scale(0.97); }
	56% { -webkit-transform:scale(0.95); }
	100% { -webkit-transform:scale(0.95); }
}

@keyframes bomb {
	0% { transform:scale(0.95); }
	7% { transform:scale(0.98); }
	14% { transform:scale(0.94); }
	21% { transform:scale(1); }
	28% { transform:scale(0.94); }
	35% { transform:scale(0.98); }
	42% { transform:scale(0.93); }
	49% { transform:scale(0.97); }
	56% { transform:scale(0.95); }
	100% { transform:scale(0.95); }
}

/* ▼TABLE▼ */
.tbl01 th, .tbl01 td {
	vertical-align: middle;
	font-size: calc((100vw / 320) * 11);
	line-height: 1.8;
	border: solid 1px #bebebe;
}

.tbl01 th {
	width: 30%;
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 5);
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #999;
}

.tbl01 td {
	width: 70%;
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 12);
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.sp_w4per { width:4%; }
.sp_w5per { width:5%; }
.sp_w8per { width:8%; }
.sp_w10per { width:10%; }
.sp_w15per { width:15%; }
.sp_w20per { width:20%; }
.sp_w22per { width:22%; }
.sp_w25per { width:25%; }
.sp_w30per { width:30%; }
.sp_w35per { width:35%; }
.sp_w40per { width:40%; }
.sp_w45per { width:45%; }
.sp_w50per { width:50%; }
.sp_w55per { width:55%; }
.sp_w56per { width:56%; }
.sp_w60per { width:60%; }
.sp_w70per { width:70%; }
.sp_w75per { width:75%; }
.sp_w80per { width:80%; }
.sp_w100per { width:100%!important; }

.sp_h200 { height:calc((100vw / 320) * 200)!important; }

/* ▼area▼ */
.sp_mb60 { margin-bottom:calc((100vw / 320) * 60)!important; }
.sp_mb55 { margin-bottom:calc((100vw / 320) * 55)!important; }
.sp_mb50 { margin-bottom:calc((100vw / 320) * 50)!important; }
.sp_mb45 { margin-bottom:calc((100vw / 320) * 45)!important; }
.sp_mb40 { margin-bottom:calc((100vw / 320) * 40)!important; }
.sp_mb35 { margin-bottom:calc((100vw / 320) * 35)!important; }
.sp_mb30 { margin-bottom:calc((100vw / 320) * 30)!important; }
.sp_mb25 { margin-bottom:calc((100vw / 320) * 25)!important; }
.sp_mb20 { margin-bottom:calc((100vw / 320) * 20)!important; }
.sp_mb15 { margin-bottom:calc((100vw / 320) * 15)!important; }
.sp_mb12 { margin-bottom:calc((100vw / 320) * 12)!important; }
.sp_mb10 { margin-bottom:calc((100vw / 320) * 10)!important; }
.sp_mb8 { margin-bottom:calc((100vw / 320) * 8)!important; }
.sp_mb5 { margin-bottom:calc((100vw / 320) * 5)!important; }
.sp_mb0 { margin-bottom:calc((100vw / 320) * 0)!important; }

.sp_mlr60 { margin-left:calc((100vw / 320) * 60)!important; margin-right:calc((100vw / 320) * 60)!important; }
.sp_mlr55 { margin-left:calc((100vw / 320) * 55)!important; margin-right:calc((100vw / 320) * 55)!important; }
.sp_mlr50 { margin-left:calc((100vw / 320) * 50)!important; margin-right:calc((100vw / 320) * 50)!important; }
.sp_mlr45 { margin-left:calc((100vw / 320) * 40)!important; margin-right:calc((100vw / 320) * 45)!important; }
.sp_mlr40 { margin-left:calc((100vw / 320) * 40)!important; margin-right:calc((100vw / 320) * 40)!important; }
.sp_mlr35 { margin-left:calc((100vw / 320) * 35)!important; margin-right:calc((100vw / 320) * 35)!important; }
.sp_mlr30 { margin-left:calc((100vw / 320) * 30)!important; margin-right:calc((100vw / 320) * 30)!important; }
.sp_mlr25 { margin-left:calc((100vw / 320) * 25)!important; margin-right:calc((100vw / 320) * 25)!important; }
.sp_mlr20 { margin-left:calc((100vw / 320) * 20)!important; margin-right:calc((100vw / 320) * 20)!important; }
.sp_mlr15 { margin-left:calc((100vw / 320) * 15)!important; margin-right:calc((100vw / 320) * 15)!important; }
.sp_mlr10 { margin-left:calc((100vw / 320) * 10)!important; margin-right:calc((100vw / 320) * 10)!important; }
.sp_mlr5 { margin-left:calc((100vw / 320) * 5)!important; margin-right:calc((100vw / 320) * 5)!important; }
.sp_mlr-1 { margin-left:calc((100vw / 320) * -1)!important; margin-right:calc((100vw / 320) * -1)!important; }
.sp_mlr-5 { margin-left:calc((100vw / 320) * -5)!important; margin-right:calc((100vw / 320) * -5)!important; }
.sp_mlr-10 { margin-left:calc((100vw / 320) * -10)!important; margin-right:calc((100vw / 320) * -10)!important; }
.sp_mlr-20 { margin-left:calc((100vw / 320) * -20)!important; margin-right:calc((100vw / 320) * -20)!important; }

.sp_mr50 { margin-right:calc((100vw / 320) * 50)!important; }
.sp_mr40 { margin-right:calc((100vw / 320) * 40)!important; }
.sp_mr30 { margin-right:calc((100vw / 320) * 30)!important; }
.sp_mr25 { margin-right:calc((100vw / 320) * 25)!important; }
.sp_mr20 { margin-right:calc((100vw / 320) * 20)!important; }
.sp_mr15 { margin-right:calc((100vw / 320) * 15)!important; }
.sp_mr10 { margin-right:calc((100vw / 320) * 10)!important; }
.sp_mr5 { margin-right:calc((100vw / 320) * 5)!important; }
.sp_mr0 { margin-right:calc((100vw / 320) * 0)!important; }
.sp_mr-5 { margin-right:calc((100vw / 320) * -5)!important; }

.sp_ml50 { margin-left:calc((100vw / 320) * 50)!important; }
.sp_ml40 { margin-left:calc((100vw / 320) * 40)!important; }
.sp_ml30 { margin-left:calc((100vw / 320) * 30)!important; }
.sp_ml20 { margin-left:calc((100vw / 320) * 20)!important; }
.sp_ml15 { margin-left:calc((100vw / 320) * 15)!important; }
.sp_ml10 { margin-left:calc((100vw / 320) * 10)!important; }
.sp_ml0 { margin-left:calc((100vw / 320) * 0)!important; }
.sp_ml-5 { margin-left:calc((100vw / 320) * -5)!important; }
.sp_ml-10 { margin-left:calc((100vw / 320) * -10)!important; }
.sp_ml-15 { margin-left:calc((100vw / 320) * -15)!important; }
.sp_ml-20 { margin-left:calc((100vw / 320) * -20)!important; }

.sp_mt60 { margin-top:calc((100vw / 320) * 60)!important; }
.sp_mt55 { margin-top:calc((100vw / 320) * 55)!important; }
.sp_mt50 { margin-top:calc((100vw / 320) * 50)!important; }
.sp_mt45 { margin-top:calc((100vw / 320) * 45)!important; }
.sp_mt40 { margin-top:calc((100vw / 320) * 40)!important; }
.sp_mt30 { margin-top:calc((100vw / 320) * 30)!important; }
.sp_mt20 { margin-top:calc((100vw / 320) * 20)!important; }
.sp_mt15 { margin-top:calc((100vw / 320) * 15)!important; }
.sp_mt10 { margin-top:calc((100vw / 320) * 10)!important; }
.sp_mt5 { margin-top:calc((100vw / 320) * 5)!important; }
.sp_mt3 { margin-top:calc((100vw / 320) * 3)!important; }
.sp_mt0 { margin-top:calc((100vw / 320) * 0)!important; }
.sp_mt-5 { margin-top:calc((100vw / 320) * -5)!important; }
.sp_mt-10 { margin-top:calc((100vw / 320) * -10)!important; }
.sp_mt-20 { margin-top:calc((100vw / 320) * -20)!important; }
.sp_mt-40 { margin-top:calc((100vw / 320) * -40)!important; }
.sp_mt-50 { margin-top:calc((100vw / 320) * -50)!important; }

.sp_pb30 { padding-bottom:calc((100vw / 320) * 30)!important; }
.sp_pb8 { padding-bottom:calc((100vw / 320) * 8)!important; }
.sp_pb0 { padding-bottom:calc((100vw / 320) * 0)!important; }

.sp_p20 { padding:calc((100vw / 320) * 20)!important; }
.sp_p15 { padding:calc((100vw / 320) * 15)!important; }
.sp_p10 { padding:calc((100vw / 320) * 10)!important; }

.sp_pt60 { padding-top:calc((100vw / 320) * 60)!important; }
.sp_pt50 { padding-top:calc((100vw / 320) * 50)!important; }

.sp_ptb20 { padding-top:calc((100vw / 320) * 20)!important; padding-bottom:calc((100vw / 320) * 20)!important; }
.sp_ptb15 { padding-top:calc((100vw / 320) * 15)!important; padding-bottom:calc((100vw / 320) * 15)!important; }
.sp_ptb5 { padding-top:calc((100vw / 320) * 5)!important; padding-bottom:calc((100vw / 320) * 5)!important; }
.sp_ptb0 { padding-top:calc((100vw / 320) * 0)!important; padding-bottom:calc((100vw / 320) * 0)!important; }

.sp_plr25 { padding-left:calc((100vw / 320) * 25)!important; padding-right:calc((100vw / 320) * 25)!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.sp_size10 { font-size:calc((100vw / 320) * 10)!important; }
.sp_size11 { font-size:calc((100vw / 320) * 11)!important; }
.sp_size12 { font-size:calc((100vw / 320) * 12)!important; }
.sp_size13 { font-size:calc((100vw / 320) * 13)!important; }
.sp_size14 { font-size:calc((100vw / 320) * 14)!important; }
.sp_size16 { font-size:calc((100vw / 320) * 16)!important; }
.sp_size17 { font-size:calc((100vw / 320) * 17)!important; }
.sp_size18 { font-size:calc((100vw / 320) * 18)!important; }
.sp_size19 { font-size:calc((100vw / 320) * 19)!important; }
.sp_size20 { font-size:calc((100vw / 320) * 20)!important; }
.sp_size22 { font-size:calc((100vw / 320) * 22)!important; }
.sp_size24 { font-size:calc((100vw / 320) * 24)!important; }
.sp_size30 { font-size:calc((100vw / 320) * 30)!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼link▼ */
a.line, .line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼frame▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼line▼ */

/* ▼indent▼ */
.indent1 { margin-left:1em; text-indent:-1em; }
.indent2 { margin-left:2em; text-indent:-2em; }
.indent3 { margin-left:3em; text-indent:-3em; }
.indent4 { margin-left:4em; text-indent:-4em; }
.indent5 { margin-left:5em; text-indent:-5em; }
.indent6 { margin-left:6em; text-indent:-6em; }


/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="password"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 320) * 36);
	padding: 0 calc((100vw / 320) * 10);
	vertical-align: middle;
	font-size: calc((100vw / 320) * 12);
	color: #333;
	line-height: calc((100vw / 320) * 36);
	background: #fff;
	border: solid 1px #d0d0d0;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 320) * 200);
	padding: calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 12);
	color: #333;
	line-height: 2;
	background: #fff;
	border: solid 1px #d0d0d0;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

select::-ms-expand { display:none; }

select {
	background: #fff url(../common_img/arrow_select_gray.png) right 15px center no-repeat;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus {
	border: solid 1px #d0d0d0;
	outline: none;
}

input[type="submit"]:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: calc((100vw / 320) * 12)!important;
	color: #b7b7b7;
	font-weight: normal;
}

input:-ms-input-placeholder {
	font-size: calc((100vw / 320) * 12)!important;
	color: #b7b7b7;
	font-weight: normal;
}

input::-moz-placeholder {
	font-size: calc((100vw / 320) * 12)!important;
	color: #b7b7b7;
	font-weight: normal;
}

textarea::-webkit-input-placeholder {
	font-size: calc((100vw / 320) * 12)!important;
	color: #b7b7b7;
	font-weight: normal;
}

textarea:-ms-input-placeholder {
	font-size: calc((100vw / 320) * 12)!important;
	color: #b7b7b7;
	font-weight: normal;
}

textarea::-moz-placeholder {
	font-size: calc((100vw / 320) * 12)!important;
	color: #b7b7b7;
	font-weight: normal;
}

button:focus { outline:none; }

.chk_list.col li {
	margin-top: calc((100vw / 320) * 10);
}

input[type="radio"] {
	margin-right: calc((100vw / 320) * 10);
	vertical-align: calc((100vw / 320) * -3);
}

button { padding:0; background:none; border:none; }
