@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
	word-break: break-all;
	font-size: calc((100vw / 640) * 11);
	line-height: 2;
	color: #444;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.base_box {
	position: relative;
}

.pc_disp { display:block; }
.tab_disp { display:block; }
.sp_disp { display:none; }

/*
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;
	font-feature-settings: "pkna";
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #303030;
	line-height: 1.5;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,video {
	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: #184568;
	text-decoration: none;
	outline: none;
	transition: .5s;
	-webkit-backface-visibility: hidden;
}

/* ▼IMG▼ */
img, input[type="image"]{
	max-width: 100%;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	border: 0;
}

input[type="image"], input[type="submit"], button {
	width: 100%;
	border: 0;
	vertical-align: middle;
	transition: .5s;
	-webkit-backface-visibility: hidden;
}

input[type="submit"], button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif!important;
}

.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 {
	height: calc((100vw / 640) * 60);
	background: #fff;
	border-bottom: solid 1px #e2e2e2;
}

header .logo {
	float: left;
	width: calc((100vw / 640) * 40);
	margin: calc((100vw / 640) * 10) 0 0 calc((100vw / 640) * 8);
}

header .hnavi_list {
	display: none;
}

.btn_gnavi {
	float: right;
	width: calc((100vw / 640) * 35);
	margin: calc((100vw / 640) * 12) calc((100vw / 640) * 4) 0;
}

header .btn {
	float: right;
	width: calc((100vw / 640) * 75);
	margin-top: calc((100vw / 640) * 12);
	text-align: center;
	font-size: calc((100vw / 640) * 11);
	line-height: calc((100vw / 640) * 35);
	letter-spacing: 0.03rem;
}

header .btn a {
	display: block;
	color: #fff;
	background: #184568;
}

header .btn a:focus { background:#1b6eae; }

header .account {
	float: right;
	margin-top: calc((100vw / 640) * 12);
	padding: 0 calc((100vw / 640) * 8) 0 calc((100vw / 640) * 26);
	text-align: center;
	font-size: calc((100vw / 640) * 9);
	color: #303030;
	line-height: calc((100vw / 640) * 35);
	background: #eaeaea url(../common_img/icon_account.png) calc((100vw / 640) * 5) center no-repeat;
	background-size: calc((100vw / 640) * 17);
}

/* ▼NAVI▼ */
#gnavi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	overflow: auto;
	z-index: 1001;
}

#gnavi li a {
	display: block;
	padding: calc((100vw / 640) * 18) 0;
	text-align: center;
	font-size: calc((100vw / 640) * 12);
	font-weight: bold;
	color: #303030;
	background: #fff;
	border-bottom: solid 1px #e2e2e2;
}

#gnavi li a:focus { background:#e2e2e2; }

/*
CONTENTS
***************************************************************************/
/* ▼PAGE NAVI▼ */
.pnavi_list {
	margin-top: 1px;
	padding: calc((100vw / 640) * 10) calc((100vw / 640) * 20);
	line-height: 1.65;
	background: #f5f5f5;
	border-top: solid 1px #e2e2e2;
}

.pnavi_list li {
	display: inline;
	margin-right: calc((100vw / 640) * 8);
	font-size: calc((100vw / 640) * 10);
	color: #6d6d6d;
}

.pnavi_list li a {
	margin-right: calc((100vw / 640) * 12);
	color: #6d6d6d;
	text-decoration: underline;
}

/* ▼PAGINATION▼ */
.page_list {
	text-align: center;
	font-size: calc((100vw / 640) * 12);
}

.page_list li {
	display: inline-block;
	line-height: calc((100vw / 640) * 30);
}

.page_list li a, .page_list li span {
	display: block;
	position: relative;
	width: calc((100vw / 640) * 30);
	height: calc((100vw / 640) * 30);
}

.page_list li a:focus { opacity:0.7; }

.page_list li span {
	font-weight: bold;
	color: #5c8aad;
	border-bottom: solid 1px #5c8aad;
}

.page_list li.prev {
	margin-right: calc((100vw / 640) * 10);
}

.page_list li.next {
	margin-left: calc((100vw / 640) * 10);
}

.page_list li img { width:calc((100vw / 640) * 6); }

/*
TOP
***************************************************************************/
/* ▼INFORMATION▼ */
.info_list.top .list {
	margin: 0 calc((100vw / 640) * 10) calc((100vw / 640) * 15);
}

.info_list.master.top {
	padding: calc((100vw / 640) * 10);
	background: #f5f5f5;
}

.info_list.master.top .inner {
	padding: 0 calc((100vw / 640) * 10) calc((100vw / 640) * 15);
	background: #fff;
}

.info_list.master.top .list {
	margin: 0 0 calc((100vw / 640) * 15);
}

.info_list.master.top .btn01 { margin:0; }

/* ▼MOVIE▼ */
.movie_list.top .list {
	padding-bottom: calc((100vw / 640) * 10);
}

/*
INFORMATION
***************************************************************************/
/* ▼LIST▼ */
.info_list {
	padding: calc((100vw / 640) * 35) calc((100vw / 640) * 10) calc((100vw / 640) * 30);
	background: #fff;
}

.info_list .title01 {
	margin-bottom: calc((100vw / 640) * 20);
}

.info_list .list {
	margin: 0 calc((100vw / 640) * 10) calc((100vw / 640) * 30);
}

.info_list .list li a {
	display: block;
	padding: calc((100vw / 640) * 15) calc((100vw / 640) * 10) calc((100vw / 640) * 10) calc((100vw / 640) * 5);
	color: #444;
	background: #fff;
	border-bottom: dotted 1px #bebebe;
}

.info_list .list li a:focus { background:#f8f8f8; }

.info_list .cat {
	display: inline-block;
	box-sizing: border-box;
	width: calc((100vw / 640) * 90);
	margin-right: calc((100vw / 640) * 8);
	padding-top: calc((100vw / 640) * 1);
	text-align: center;
	font-size: calc((100vw / 640) * 10);
	color: #fff;
	line-height: calc((100vw / 640) * 23);
	background: #5c8aad;
	border: solid 1px #5c8aad;
}

.info_list.master .cat {
	font-weight: bold;
	color: #5c8aad;
	background: transparent;
	border: solid 1px #5c8aad;
}

.info_list .date {
	display: inline-block;
	line-height: calc((100vw / 640) * 25);
}

.info_list .txt {
	margin-top: calc((100vw / 640) * 10);
	line-height: 1.7;
}

/* ▼DETAIL▼ */
.info_detail {
	padding: calc((100vw / 640) * 25) calc((100vw / 640) * 10);
	background: #fff;
}

.info_list.other {
	padding: calc((100vw / 640) * 35) calc((100vw / 640) * 10) calc((100vw / 640) * 40);
	background: #f5f5f5;
}

.info_list.other .title01 {
	margin-bottom: calc((100vw / 640) * 10);
}

.info_list.other .list {
	margin-bottom: calc((100vw / 640) * 15);
}

.info_list.other .list li a { background:#f5f5f5; }
.info_list.other .list li a:focus { background:#fff; }

/*
MOVIE
***************************************************************************/
/* ▼LIST▼ */
.movie_list {
	padding: calc((100vw / 640) * 35) calc((100vw / 640) * 10);
	background: #f5f5f5;
}

.movie_list .list {
	padding-bottom: calc((100vw / 640) * 20);
}

.movie_list .box {
	float: left;
	width: calc(50% - ((100vw / 640) * 5));
	margin-bottom: calc((100vw / 640) * 10);
}

.movie_list .box:nth-child(2n) { float:right; }

.movie_list .box a {
	display: block;
	position: relative;
	padding: calc((100vw / 640) * 5) calc((100vw / 640) * 5) calc((100vw / 640) * 15);
	background: #fff;
}

.movie_list .box.live a:after {
	content: '';
	position: absolute;
	top: calc((100vw / 640) * -5);
	left: calc((100vw / 640) * -3);
	width: calc((100vw / 640) * 36);
	height: calc((100vw / 640) * 36);
	background: url(../common_img/icon_live.png) no-repeat;
	background-size: calc((100vw / 640) * 36);
}

.movie_list .box .img img {
	display: block;
	margin-bottom: calc((100vw / 640) * 10);
}

.movie_list .box .img {
	transition: .5s;
	backface-visibility: hidden;
}

.movie_list .box a:focus .img { opacity:0.6; }

.movie_list .box .title {
	margin: 0 calc((100vw / 640) * 5) calc((100vw / 640) * 5);
	font-size: calc((100vw / 640) * 13);
}

.movie_list .box .cat {
	margin: 0 calc((100vw / 640) * 5) calc((100vw / 640) * 5);
	color: #5c8aad;
}

.movie_list .box .date {
	margin: 0 calc((100vw / 640) * 5);
	font-size: calc((100vw / 640) * 10);
	color: #858585;
	line-height: 1.4;
}

/* ▼CATEGORY▼ */
.movie_cat {
	padding: calc((100vw / 640) * 40) calc((100vw / 640) * 10);
	text-align: center;
	color: #fff;
	background: #0a253a;
}

.movie_cat .title01 span { background:#0a253a; }

.movie_cat .list {
	margin: 0 calc((100vw / 640) * 10);
}

.movie_cat .list .title {
	margin-bottom: calc((100vw / 640) * 15);
	font-size: calc((100vw / 640) * 15);
	color: #fff;
}

.movie_cat .list ul {
	margin-top: calc((100vw / 640) * 15);
}

.movie_cat .list li {
	margin-bottom: calc((100vw / 640) * 10);
	line-height: calc((100vw / 640) * 40);
}

.movie_cat .list li:last-child { margin-bottom:0; }

.movie_cat .list li a {
	display: block;
	color: #fff;
	background: #5c8aad;
}

.movie_cat .list li a:hover { background:#7da6c5; }

/* ▼DETAIL▼ */
.movie_detail {
	padding-top: calc((100vw / 640) * 25);
	background: #fff;
}

.movie_detail .article_head {
	margin: 0 calc((100vw / 640) * 10);
}

.movie_detail .content {
	padding: calc((100vw / 640) * 20) calc((100vw / 640) * 20) calc((100vw / 640) * 40);
	color: #fff;
	background: #313131 url(../common_img/sp/line_white.jpg) center top repeat-x;
	background-size: 1px;
}

.movie_detail .content .movie {
	position: relative;
	margin-bottom: calc((100vw / 640) * 15);
}

.movie_detail .content .movie.live:after {
	content: '';
	position: absolute;
	top: calc((100vw / 640) * -12);
	left: calc((100vw / 640) * -8);
	width: calc((100vw / 640) * 36);
	height: calc((100vw / 640) * 36);
	background: url(../common_img/icon_live.png) no-repeat;
	background-size: calc((100vw / 640) * 36);
}

.movie_detail .content .time {
	margin-bottom: calc((100vw / 640) * 25);
	text-align: center;
	line-height: calc((100vw / 640) * 30);
	background: #5c8aad;
}

.movie_detail .content .time.live {
	margin-bottom: calc((100vw / 640) * 5);
	background: #184568;
}

.movie_detail .content .txt {
	color: #313131;
	display: block;
	margin: 0 auto;
	width: calc((100vw / 640) * 420);
	text-align: center;
	padding: calc((100vw / 640) * 10) calc((100vw / 640) * 0) calc((100vw / 640) * 10);
	margin-bottom: calc((100vw / 640) * 25);
	background: #f7f7f7;
}

.movie_detail .content .btn {
	margin-bottom: calc((100vw / 640) * 20);
}

.movie_detail .content .btn a {
	display: block;
	width: calc((100vw / 640) * 420);
	height: calc((100vw / 640) * 70);
	margin: 0 auto;
	text-align: center;
	font-size: calc((100vw / 640) * 14);
	font-weight: bold;
	color: #fff;
	line-height: calc((100vw / 640) * 70);
	background: url(../common_img/pc/btn_movie_off.jpg) no-repeat;
	background-size: calc((100vw / 640) * 420);
}

.movie_detail .content .btn a:focus { opacity:0.7; }

.movie_detail .content .btn span {
	padding-left: calc((100vw / 640) * 24);
	background: url(../common_img/icon02.png) left center no-repeat;
	background-size: calc((100vw / 640) * 16);
}

.movie_detail .content .date {
	float: left;
	width: 50%;
	font-size: calc((100vw / 640) * 10);
	color: #b0b0b0;
}

.movie_detail .content .link {
	float: right;
	width: 50%;
	text-align: right;
	font-size: calc((100vw / 640) * 10);
}

.movie_detail .content .link a {
	padding: 0 calc((100vw / 640) * 10) calc((100vw / 640) * 4) 0;
	color: #82b3d8;
	background: url(../common_img/arrow_right_blue.png) right calc((100vw / 640) * 4) no-repeat;
	background-size: calc((100vw / 640) * 4);
	border-bottom: solid 1px #82b3d8;
}

.movie_detail .content .link a:focus { opacity:0.7; }

.movie_list.other .list {
	padding-bottom: 0;
}

/*
ARTICLE
***************************************************************************/
.article_head {
	padding: 0 calc((100vw / 640) * 10) calc((100vw / 640) * 25);
	border-bottom: dotted 1px #bebebe;
}

.article_head .title {
	margin-bottom: calc((100vw / 640) * 15);
	font-size: calc((100vw / 640) * 15);
}

.article_head .cat {
	display: inline-block;
	box-sizing: border-box;
	width: calc((100vw / 640) * 90);
	margin-right: calc((100vw / 640) * 8);
	padding-top: calc((100vw / 640) * 1);
	text-align: center;
	font-size: calc((100vw / 640) * 10);
	color: #fff;
	line-height: calc((100vw / 640) * 23);
	background: #5c8aad;
	border: solid 1px #5c8aad;
}

.info_detail.master .article_head .cat {
	font-weight: bold;
	color: #5c8aad;
	background: transparent;
	border: solid 1px #5c8aad;
}

.article_head .date {
	display: inline-block;
	line-height: calc((100vw / 640) * 25);
}

.article_content {
	padding: calc((100vw / 640) * 20) calc((100vw / 640) * 10) 0;
}

.article_content p {
	margin-bottom: calc((100vw / 640) * 25);
}

.article_content img {
	display: block;
	margin-bottom: calc((100vw / 640) * 25);
}

.article_content h3 {
	position: relative;
	margin-bottom: calc((100vw / 640) * 15);
	padding-bottom: calc((100vw / 640) * 12);
	font-size: calc((100vw / 640) * 13);
	border-bottom: solid 1px #e2e2e2;
}

.article_content h3:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: calc((100vw / 640) * 70);
	height: 1px;
	background: #5c8aad;
}

.article_content ul {
	padding-bottom: calc((100vw / 640) * 15);
}

.article_content li {
	margin-bottom: calc((100vw / 640) * 10);
	padding-left: calc((100vw / 640) * 12);
	background: url(../common_img/icon01.png) left calc((100vw / 640) * 4) no-repeat;
	background-size: calc((100vw / 640) * 6);
}

/*
FAQ
***************************************************************************/
.faq_sec {
	padding: calc((100vw / 640) * 35) calc((100vw / 640) * 10) calc((100vw / 640) * 10);
	line-height: 1.8;
	background: #fff;
}

.faq_sec .title02 {
	margin-bottom: calc((100vw / 640) * 5);
}

.faq_sec .box {
	margin: 0 calc((100vw / 640) * 5);
}

.faq_sec .box:last-child {
	margin-bottom: calc((100vw / 640) * 30);
}

.faq_sec .box .title {
	position: relative;
	padding: calc((100vw / 640) * 20) calc((100vw / 640) * 30) calc((100vw / 640) * 20) calc((100vw / 640) * 35);
	font-size: calc((100vw / 640) * 12);
	font-weight: normal;
	line-height: 1.8;
	background: url(../common_img/icon_q.png) calc((100vw / 640) * 5) calc((100vw / 640) * 18) no-repeat;
	background-size: calc((100vw / 640) * 20);
	border-bottom: dotted 1px #bebebe;
}

.faq_sec .box .title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 640) * 5);
	width: calc((100vw / 640) * 13.5);
	height: calc((100vw / 640) * 7);
	margin-top: calc((100vw / 640) * -3.5);
	background: url(../common_img/arrow_down_blue.png) no-repeat;
	background-size: calc((100vw / 640) * 13.5);
	transition: .5s;
	backface-visibility: hidden;
}

.faq_sec .box .title.opened:after {
	background: url(../common_img/arrow_up_blue.png) no-repeat;
	background-size: calc((100vw / 640) * 13.5);
}

.faq_sec .box .inner {
	display: none;
	padding: calc((100vw / 640) * 20) calc((100vw / 640) * 30) calc((100vw / 640) * 30) calc((100vw / 640) * 35);
	background: url(../common_img/icon_a.png) calc((100vw / 640) * 5) calc((100vw / 640) * 16) no-repeat;
	background-size: calc((100vw / 640) * 20);
}

.faq_sec .stxt {
	position: relative;
	padding-left: 2em;
	font-size: calc((100vw / 640) * 10);
}

.faq_sec .stxt:before {
	content: '(※)';
	position: absolute;
	top: 0;
	left: 0;
}

/*
PP
***************************************************************************/
.pp_sec {
	padding: calc((100vw / 640) * 30) calc((100vw / 640) * 10) calc((100vw / 640) * 10);
	background: #fff;
}

.pp_sec .box, .pp_sec .txt {
	margin: 0 calc((100vw / 640) * 5) calc((100vw / 640) * 30);
}

.pp_sec .title {
	margin-bottom: calc((100vw / 640) * 20);
	font-size: calc((100vw / 640) * 14);
}

/*
LAW
***************************************************************************/
.law_sec {
	padding: calc((100vw / 640) * 30) calc((100vw / 640) * 10) calc((100vw / 640) * 10);
	background: #fff;
}

.law_sec .box {
	margin: 0 calc((100vw / 640) * 5) calc((100vw / 640) * 30);
}

.law_sec .box, .law_sec .txt {
	margin: 0 calc((100vw / 640) * 5) calc((100vw / 640) * 30);
}

.law_sec .title {
	margin-bottom: calc((100vw / 640) * 20);
	font-size: calc((100vw / 640) * 14);
}

/*
FORM
***************************************************************************/
.form_sec.comp {
	padding: calc((100vw / 640) * 30) calc((100vw / 640) * 10) calc((100vw / 640) * 40);
	background: #fff;
}

.form_sec .title02 {
	margin-bottom: 0;
}

.form_sec .inner {
	padding: calc((100vw / 640) * 20) calc((100vw / 640) * 10) calc((100vw / 640) * 30);
	background: #f5f5f5;
}

.form_sec .title {
	text-align: center;
	font-size: calc((100vw / 640) * 14);
}

.form_sec .txt {
	margin-bottom: calc((100vw / 640) * 20);
	text-align: center;
	line-height: 1.7;
}

.form_sec .content {
	padding: 0 calc((100vw / 640) * 5) calc((100vw / 640) * 30);
	background: #fff;
}

.form_sec .error_txt {
	padding: 0 calc((100vw / 640) * 5);
	text-align: center;
	font-size: calc((100vw / 640) * 10);
	color: #da1d1d;
	line-height: 1.7;
}

.form_sec .btn {
	margin: calc((100vw / 640) * 20) calc((100vw / 640) * 5) 0;
}

.form_sec .pp_box {
	padding: calc((100vw / 640) * 5) calc((100vw / 640) * 10);
	text-align: center;
	font-size: calc((100vw / 640) * 10);
	line-height: 1.8;
}

.form_sec .pp_title {
	margin-bottom: calc((100vw / 640) * 20);
	font-size: calc((100vw / 640) * 14);
}

.form_sec .conf_title {
	margin-bottom: calc((100vw / 640) * 30);
	padding-top: calc((100vw / 640) * 30);
	text-align: center;
	font-size: calc((100vw / 640) * 14);
}

.form_sec .conf_txt {
	margin-bottom: calc((100vw / 640) * 30);
	text-align: center;
}

.form_sec.comp .conf_txt { margin:0 calc((100vw / 640) * 5) calc((100vw / 640) * 30); }

.user_form {
	padding-bottom: calc((100vw / 640) * 20);
}

.user_form dl {
	padding: calc((100vw / 640) * 15) calc((100vw / 640) * 5) calc((100vw / 640) * 20);
	border-bottom: dotted 1px #e2e2e2;
}

.user_form.conf dl { padding-bottom:calc((100vw / 640) * 15); }

.user_form dt {
	margin-bottom: calc((100vw / 640) * 8);
	font-size: calc((100vw / 640) * 12);
	font-weight: bold;
	color: #303030;
}

.user_form.conf dt { margin-bottom:calc((100vw / 640) * 5); }

.user_form dt span {
	display: inline-block;
	width: calc((100vw / 640) * 30);
	margin-left: calc((100vw / 640) * 6);
	vertical-align: calc((100vw / 640) * 1);
	text-align: center;
	font-size: calc((100vw / 640) * 10);
	color: #fff;
	line-height: calc((100vw / 640) * 18);
	background: #5c8aad;
	border-radius: calc((100vw / 640) * 4);
}

.mfp_err {
	display: none;
	margin-top: calc((100vw / 640) * 15);
	padding: 0 calc((100vw / 640) * 10);
	text-align: left;
	font-size: calc((100vw / 640) * 10);
	font-weight: normal;
	color: #fff;
	line-height: calc((100vw / 640) * 30);
	background: #5c8aad;
	clear: both;
}

#mfp_loading_screen, #mfp_overlay, #mfp_overlay_background, #mfp_hidden { display:none; }

.user_btn {
	margin: calc((100vw / 640) * 10) calc((100vw / 640) * 5) 0;
}

.user_btn li:first-child { margin-bottom:calc((100vw / 640) * 10); }

.btn01.back { background:#aaa; }

button.btn01.back span {
	padding-left: calc((100vw / 640) * 12);
	background: url(../common_img/arrow_left_white.png) left center no-repeat;
	background-size: calc((100vw / 640) * 5);
}

/*
FOOTER
***************************************************************************/
footer {
	padding: calc((100vw / 640) * 35) calc((100vw / 640) * 20);
	text-align: center;
	background: #0a253a;
}

footer .btn {
	margin-bottom: calc((100vw / 640) * 25);
	font-size: calc((100vw / 640) * 12);
	font-weight: bold;
	line-height: calc((100vw / 640) * 48);
	letter-spacing: 0.03rem;
}

footer .btn a {
	display: block;
	color: #fff;
	background: #0a253a;
	border: solid 1px #3d617d;
}

footer .btn a:focus { background:#5c8aad; }

footer .info ul {
	padding-bottom: calc((100vw / 640) * 15);
}

footer .info li {
	display: inline-block;
	margin: 0 calc((100vw / 640) * -4) calc((100vw / 640) * 10) 0;
	font-size: calc((100vw / 640) * 10);
	color: #abc2d4;
	line-height: 1.1;
}

footer .info li span { display:inline; }

footer .info li a {
	padding: 0 calc((100vw / 640) * 10);
	color: #abc2d4;
}

footer .info li a:focus { color:#fff; }

footer .copy {
	color: #49677f;
}

footer .copy small {
	font-size: calc((100vw / 640) * 9);
}

.btn_ptop {
	width: calc((100vw / 640) * 90);
	margin: calc((100vw / 640) * 30) auto 0;
	text-align: center;
	font-size: calc((100vw / 640) * 11);
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.03rem;
}

.btn_ptop a {
	padding-right: calc((100vw / 640) * 15);
	color: #fff;
	background: url(../common_img/sp/icon_ptop.png) right center no-repeat;
	background-size: calc((100vw / 640) * 8);
}

/*
PARTS
***************************************************************************/
/* ▼TITLE▼ */
.title01 {
	position: relative;
	margin-bottom: calc((100vw / 640) * 30);
	text-align: center;
	font-size: calc((100vw / 640) * 18);
}

.title01.white { color:#fff; }

.title01:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -0.5px;
	background: #e2e2e2;
	z-index: 0;
}

.title01.white:before { background:#214663; }

.title01 span {
	display: inline-block;
	position: relative;
	padding: 0 calc((100vw / 640) * 10);
	background: #fff;
	z-index: 1;
}

.title01.gray span { background:#f5f5f5; }

.title02 {
	margin-bottom: calc((100vw / 640) * 20);
	padding: calc((100vw / 640) * 15);
	font-size: calc((100vw / 640) * 14);
	color: #fff;
	background: #184568;
}

/* ▼BUTTON▼ */
.btn01 {
	display: block;
	margin: 0 calc((100vw / 640) * 10);
	text-align: center;
	font-size: calc((100vw / 640) * 12);
	font-weight: bold;
	color: #fff;
	line-height: calc((100vw / 640) * 50);
	background: #184568;
}

button.btn01 { margin:0; }

.btn01:focus { background:#1b6eae; }

.btn01 span {
	padding-right: calc((100vw / 640) * 12);
	background: url(../common_img/arrow_right_white.png) right center no-repeat;
	background-size: calc((100vw / 640) * 5);
}

.btn02 {
	display: block;
	width: calc((100vw / 640) * 420);
	margin: 0 auto;
	margin-bottom: calc((100vw / 640) * 25);
	text-align: center;
	font-size: calc((100vw / 640) * 12);
	font-weight: bold;
	color: #fff;
	line-height: calc((100vw / 640) * 50);
	background: #184568;
}

button.btn02 { margin:0; }

.btn02:focus { background:#1b6eae; }

.btn02 span {
	padding-right: calc((100vw / 640) * 12);
	background: url(../common_img/arrow_right_white.png) right center no-repeat;
	background-size: calc((100vw / 640) * 5);
}

/* ▼LIST▼ */
.list01 > li {
	position: relative;
	padding-left: calc((100vw / 640) * 25);
}

.list01 > li:after {
	position: absolute;
	top: 0;
	left: 0;
}

.list01 > li:nth-child(1):after { content:'（1）'; }
.list01 > li:nth-child(2):after { content:'（2）'; }
.list01 > li:nth-child(3):after { content:'（3）'; }
.list01 > li:nth-child(4):after { content:'（4）'; }
.list01 > li:nth-child(5):after { content:'（5）'; }
.list01 > li:nth-child(6):after { content:'（6）'; }
.list01 > li:nth-child(7):after { content:'（7）'; }
.list01 > li:nth-child(8):after { content:'（8）'; }
.list01 > li:nth-child(9):after { content:'（9）'; }

/*
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▼ */
.tab_w4per { width:4%; }
.tab_w5per { width:5%; }
.tab_w8per { width:8%; }
.tab_w10per { width:10%; }
.tab_w15per { width:15%; }
.tab_w20per { width:20%; }
.tab_w22per { width:22%; }
.tab_w25per { width:25%; }
.tab_w28per { width:28%; }
.tab_w30per { width:30%; }
.tab_w35per { width:35%; }
.tab_w40per { width:40%; }
.tab_w45per { width:45%; }
.tab_w50per { width:50%; }
.tab_w55per { width:55%; }
.tab_w56per { width:56%; }
.tab_w60per { width:60%; }
.tab_w70per { width:70%; }
.tab_w72per { width:72%; }
.tab_w75per { width:75%; }
.tab_w80per { width:80%; }
.tab_w100per { width:100%!important; }

.tab_w70 { width:calc((100vw / 640) * 70)!important; }
.tab_w80 { width:calc((100vw / 640) * 80)!important; }
.tab_w90 { width:calc((100vw / 640) * 90)!important; }
.tab_w100 { width:calc((100vw / 640) * 100)!important; }
.tab_w120 { width:calc((100vw / 640) * 120)!important; }
.tab_w125 { width:calc((100vw / 640) * 125)!important; }
.tab_w135 { width:calc((100vw / 640) * 135)!important; }
.tab_w160 { width:calc((100vw / 640) * 160)!important; }
.tab_w250 { width:calc((100vw / 640) * 250)!important; }
.tab_w400 { width:calc((100vw / 640) * 400)!important; }
.tab_w500 { width:calc((100vw / 640) * 500)!important; }
.tab_w510 { width:calc((100vw / 640) * 510)!important; }
.tab_w580 { width:calc((100vw / 640) * 580)!important; }

.tab_h100 { height:calc((100vw / 640) * 100)!important; }
.tab_h120 { height:calc((100vw / 640) * 120)!important; }
.tab_h240 { height:calc((100vw / 640) * 240)!important; }

/* ▼area▼ */
.tab_mb60 { margin-bottom:calc((100vw / 640) * 60)!important; }
.tab_mb55 { margin-bottom:calc((100vw / 640) * 55)!important; }
.tab_mb50 { margin-bottom:calc((100vw / 640) * 50)!important; }
.tab_mb45 { margin-bottom:calc((100vw / 640) * 45)!important; }
.tab_mb40 { margin-bottom:calc((100vw / 640) * 40)!important; }
.tab_mb35 { margin-bottom:calc((100vw / 640) * 35)!important; }
.tab_mb30 { margin-bottom:calc((100vw / 640) * 30)!important; }
.tab_mb25 { margin-bottom:calc((100vw / 640) * 25)!important; }
.tab_mb20 { margin-bottom:calc((100vw / 640) * 20)!important; }
.tab_mb15 { margin-bottom:calc((100vw / 640) * 15)!important; }
.tab_mb12 { margin-bottom:calc((100vw / 640) * 12)!important; }
.tab_mb10 { margin-bottom:calc((100vw / 640) * 10)!important; }
.tab_mb8 { margin-bottom:calc((100vw / 640) * 8)!important; }
.tab_mb5 { margin-bottom:calc((100vw / 640) * 5)!important; }
.tab_mb0 { margin-bottom:calc((100vw / 640) * 0)!important; }

.tab_mlr60 { margin-left:calc((100vw / 640) * 60)!important; margin-right:calc((100vw / 640) * 60)!important; }
.tab_mlr55 { margin-left:calc((100vw / 640) * 55)!important; margin-right:calc((100vw / 640) * 55)!important; }
.tab_mlr50 { margin-left:calc((100vw / 640) * 50)!important; margin-right:calc((100vw / 640) * 50)!important; }
.tab_mlr45 { margin-left:calc((100vw / 640) * 40)!important; margin-right:calc((100vw / 640) * 45)!important; }
.tab_mlr40 { margin-left:calc((100vw / 640) * 40)!important; margin-right:calc((100vw / 640) * 40)!important; }
.tab_mlr35 { margin-left:calc((100vw / 640) * 35)!important; margin-right:calc((100vw / 640) * 35)!important; }
.tab_mlr30 { margin-left:calc((100vw / 640) * 30)!important; margin-right:calc((100vw / 640) * 30)!important; }
.tab_mlr25 { margin-left:calc((100vw / 640) * 25)!important; margin-right:calc((100vw / 640) * 25)!important; }
.tab_mlr20 { margin-left:calc((100vw / 640) * 20)!important; margin-right:calc((100vw / 640) * 20)!important; }
.tab_mlr15 { margin-left:calc((100vw / 640) * 15)!important; margin-right:calc((100vw / 640) * 15)!important; }
.tab_mlr10 { margin-left:calc((100vw / 640) * 10)!important; margin-right:calc((100vw / 640) * 10)!important; }
.tab_mlr5 { margin-left:calc((100vw / 640) * 5)!important; margin-right:calc((100vw / 640) * 5)!important; }
.tab_mlr-1 { margin-left:calc((100vw / 640) * -1)!important; margin-right:calc((100vw / 640) * -1)!important; }
.tab_mlr-5 { margin-left:calc((100vw / 640) * -5)!important; margin-right:calc((100vw / 640) * -5)!important; }
.tab_mlr-10 { margin-left:calc((100vw / 640) * -10)!important; margin-right:calc((100vw / 640) * -10)!important; }
.tab_mlr-20 { margin-left:calc((100vw / 640) * -20)!important; margin-right:calc((100vw / 640) * -20)!important; }

.tab_mr50 { margin-right:calc((100vw / 640) * 50)!important; }
.tab_mr40 { margin-right:calc((100vw / 640) * 40)!important; }
.tab_mr30 { margin-right:calc((100vw / 640) * 30)!important; }
.tab_mr25 { margin-right:calc((100vw / 640) * 25)!important; }
.tab_mr20 { margin-right:calc((100vw / 640) * 20)!important; }
.tab_mr15 { margin-right:calc((100vw / 640) * 15)!important; }
.tab_mr10 { margin-right:calc((100vw / 640) * 10)!important; }
.tab_mr5 { margin-right:calc((100vw / 640) * 5)!important; }
.tab_mr0 { margin-right:calc((100vw / 640) * 0)!important; }
.tab_mr-5 { margin-right:calc((100vw / 640) * -5)!important; }

.tab_ml50 { margin-left:calc((100vw / 640) * 50)!important; }
.tab_ml40 { margin-left:calc((100vw / 640) * 40)!important; }
.tab_ml30 { margin-left:calc((100vw / 640) * 30)!important; }
.tab_ml20 { margin-left:calc((100vw / 640) * 20)!important; }
.tab_ml15 { margin-left:calc((100vw / 640) * 15)!important; }
.tab_ml10 { margin-left:calc((100vw / 640) * 10)!important; }
.tab_ml0 { margin-left:calc((100vw / 640) * 0)!important; }
.tab_ml-5 { margin-left:calc((100vw / 640) * -5)!important; }
.tab_ml-10 { margin-left:calc((100vw / 640) * -10)!important; }
.tab_ml-15 { margin-left:calc((100vw / 640) * -15)!important; }
.tab_ml-20 { margin-left:calc((100vw / 640) * -20)!important; }

.tab_mt60 { margin-top:calc((100vw / 640) * 60)!important; }
.tab_mt55 { margin-top:calc((100vw / 640) * 55)!important; }
.tab_mt50 { margin-top:calc((100vw / 640) * 50)!important; }
.tab_mt45 { margin-top:calc((100vw / 640) * 45)!important; }
.tab_mt40 { margin-top:calc((100vw / 640) * 40)!important; }
.tab_mt30 { margin-top:calc((100vw / 640) * 30)!important; }
.tab_mt20 { margin-top:calc((100vw / 640) * 20)!important; }
.tab_mt15 { margin-top:calc((100vw / 640) * 15)!important; }
.tab_mt10 { margin-top:calc((100vw / 640) * 10)!important; }
.tab_mt5 { margin-top:calc((100vw / 640) * 5)!important; }
.tab_mt3 { margin-top:calc((100vw / 640) * 3)!important; }
.tab_mt0 { margin-top:calc((100vw / 640) * 0)!important; }
.tab_mt-5 { margin-top:calc((100vw / 640) * -5)!important; }
.tab_mt-10 { margin-top:calc((100vw / 640) * -10)!important; }
.tab_mt-20 { margin-top:calc((100vw / 640) * -20)!important; }
.tab_mt-40 { margin-top:calc((100vw / 640) * -40)!important; }
.tab_mt-50 { margin-top:calc((100vw / 640) * -50)!important; }

.tab_pb30 { padding-bottom:calc((100vw / 640) * 30)!important; }
.tab_pb8 { padding-bottom:calc((100vw / 640) * 8)!important; }
.tab_pb0 { padding-bottom:calc((100vw / 640) * 0)!important; }

.tab_p20 { padding:calc((100vw / 640) * 20)!important; }
.tab_p15 { padding:calc((100vw / 640) * 15)!important; }
.tab_p10 { padding:calc((100vw / 640) * 10)!important; }

.tab_pt60 { padding-top:calc((100vw / 640) * 60)!important; }
.tab_pt50 { padding-top:calc((100vw / 640) * 50)!important; }

.tab_ptb20 { padding-top:calc((100vw / 640) * 20)!important; padding-bottom:calc((100vw / 640) * 20)!important; }
.tab_ptb15 { padding-top:calc((100vw / 640) * 15)!important; padding-bottom:calc((100vw / 640) * 15)!important; }
.tab_ptb5 { padding-top:calc((100vw / 640) * 5)!important; padding-bottom:calc((100vw / 640) * 5)!important; }
.tab_ptb0 { padding-top:calc((100vw / 640) * 0)!important; padding-bottom:calc((100vw / 640) * 0)!important; }

.tab_plr25 { padding-left:calc((100vw / 640) * 25)!important; padding-right:calc((100vw / 640) * 25)!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.tab_size10 { font-size:calc((100vw / 640) * 10)!important; }
.tab_size11 { font-size:calc((100vw / 640) * 11)!important; }
.tab_size12 { font-size:calc((100vw / 640) * 12)!important; }
.tab_size13 { font-size:calc((100vw / 640) * 13)!important; }
.tab_size14 { font-size:calc((100vw / 640) * 14)!important; }
.tab_size16 { font-size:calc((100vw / 640) * 16)!important; }
.tab_size17 { font-size:calc((100vw / 640) * 17)!important; }
.tab_size18 { font-size:calc((100vw / 640) * 18)!important; }
.tab_size19 { font-size:calc((100vw / 640) * 19)!important; }
.tab_size20 { font-size:calc((100vw / 640) * 20)!important; }
.tab_size22 { font-size:calc((100vw / 640) * 22)!important; }
.tab_size24 { font-size:calc((100vw / 640) * 24)!important; }
.tab_size30 { font-size:calc((100vw / 640) * 30)!important; }

.c_blue { color:#5c8aad!important; }
.c_lblue { color:#9dbfd9!important; }
.c_gray { color:#b0b0b0!important; }
.c_mgray { color:#757575!important; }
.c_dgray { color:#444!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 / 640) * 40);
	padding: 0 calc((100vw / 640) * 10);
	vertical-align: middle;
	font-size: calc((100vw / 640) * 11);
	color: #444;
	line-height: calc((100vw / 640) * 40);
	background: #f9f8f5;
	border: solid 1px #e2e2e2;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%!important;
	height: calc((100vw / 640) * 130)!important;
	padding: calc((100vw / 640) * 10);
	font-size: calc((100vw / 640) * 11);
	color: #444;
	background: #f9f8f5;
	border: solid 1px #e2e2e2;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
	border-radius: 0;
}

select::-ms-expand { display:none; }

select {
	font-size: calc((100vw / 640) * 12);
	background: #fff url(../common_img/arrow07_down.png) right calc((100vw / 640) * 10) center no-repeat;
	background-size: calc((100vw / 640) * 10);
}

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 #e2e2e2;
	outline: none;
}

input[type="submit"]:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: calc((100vw / 640) * 11)!important;
	color: #c0c0c0;
	font-weight: normal;
	line-height: calc((100vw / 640) * 38);
}

input:-ms-input-placeholder {
	font-size: calc((100vw / 640) * 11)!important;
	color: #c0c0c0;
	font-weight: normal;
	line-height: calc((100vw / 640) * 38);
}

input::-moz-placeholder {
	font-size: calc((100vw / 640) * 11)!important;
	color: #c0c0c0;
	font-weight: normal;
	line-height: calc((100vw / 640) * 38);
}

textarea::-webkit-input-placeholder {
	font-size: calc((100vw / 640) * 11)!important;
	color: #c0c0c0;
	font-weight: normal;
}

textarea:-ms-input-placeholder {
	font-size: calc((100vw / 640) * 11)!important;
	color: #c0c0c0;
	font-weight: normal;
}

textarea::-moz-placeholder {
	font-size: calc((100vw / 640) * 11)!important;
	color: #c0c0c0;
	font-weight: normal;
}

button:focus { outline:none; }

.chk_list li {
	display: inline-block;
	position: relative;
	margin-right: calc((100vw / 640) * 40);
	padding-left: calc((100vw / 640) * 40);
	line-height: calc((100vw / 640) * 30);
	background: url(../common_img/chk_box_off.png) left center no-repeat;
	background-size: calc((100vw / 640) * 30);
}

.chk_list li.active {
	background: url(../common_img/chk_box_on.png) left center no-repeat;
	background-size: calc((100vw / 640) * 30);
}

.chk_list input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100vw / 640) * 30);
	height: calc((100vw / 640) * 30);
	margin: 0!important;
	opacity: 0;
}

.form_sec .stxt {
	position: relative;
	padding-left: 1.2em;
	font-size: calc((100vw / 640) * 10);
}

.form_sec .stxt:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}