@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/


/*
0:セット
------------------------------------------------------------
*/
html, body {
	width: 100%;
}
body {
	font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}
.win body {
	font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #666;
	transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
a:hover {
	color: #aaa;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
.opacity:hover {
	filter:alpha(opacity=50); /* IE 6,7*/
	-ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
	-moz-opacity:0.5; /* FF , Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity:0.5;
	zoom:1; /*IE*/
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.sp,.sp2{
	display: none;
}


/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
	overflow: hidden;
}
#container {
	padding-top: 150px;
}
#content {

}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
	padding: 20px 5% 0;
	position: fixed;
	overflow: hidden;
	clear:both;
	margin:0 auto;
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.15);
	-ms-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.15);
	width: 100%;
	background: #FFF;
	z-index: 200;
	top: 0;
	left: 0;
}
header:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: -moz-linear-gradient(left, #0093d9, #439867);
	background: -webkit-linear-gradient(left, #0093d9, #439867);
	background: linear-gradient(to right, #0093d9, #439867);
	content: "";
}
.header_box {
	max-width: 1480px;
	margin: 0 auto;
	overflow: hidden;
	clear:both;
}
#header_left {
	float: left;
	width: 345px;
}
#header_right {
	float: right;
	width: 465px;
	text-align: center;
	letter-spacing: -1px;
}
#header_right img{
	margin-bottom: 10px;
}

/*
//フッター
------------------------------------------------------------
*/
#footer_wrap{
	padding: 120px 5% 0;
}
#footer {
	max-width: 1000px;
	margin: 0 auto 100px;
	overflow: hidden;
	clear:both;
	font-size: 1.125em;
	line-height: 1.5;
}
.footer_left {
	float: left;
	width: 45%;
}
.footer_right {
	float: right;
	width: 50%;
}
.footer_left .ti{
	color: #0f8dac;
	font-weight: bold;
	margin-top: 25px;
}
.f_logo {
	margin-bottom: 10px;
}
.f_tel_ti{
	margin: 30px 0 10px;
	background: #0f5776;
	color: #FFF;
	padding: 10px;
	font-size: 0.89em;
	text-align: center;
}
#f_tel1{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b2b2b2;
}
.senyou{
	color: #0f5776;
	margin-bottom: 10px;
}
.footer_right iframe{
	margin-bottom: 60px;
}

.copy {
	padding: 15px;
	background: #0f5776;
	color: #FFF;
	clear: both;
	font-size: 0.89em;
	text-align: center;
	line-height: 1.2;
}

/*
content
------------------------------------------------------------
*/
#mainImg{
	width: 100%;
}
#invi{
	background: url(../images/bg_invi.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 125px 5%;
}
.inner{
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}
#invi .inner{
	padding-right: 430px;
}
h2.logo_ti{
	margin-bottom: 25px;
}
h2.img_ti{
	margin-bottom: 45px;
}
h3.top_ti{
	font-size: 2.18em;
	font-weight: bold;
	color: #0f5776;
	line-height: 1.5;
	margin-bottom: 35px;
}
#invi .inner p{
	text-align: left;
	font-size: 1.35em;
}
#nayami{
	background: url(../images/bg_dot.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 115px 5%;
}
ul.list_nayami{
	margin-bottom: 70px;
}
ul.list_nayami li{
	display: inline-block;
	margin: 0 4px;
	width: 237px;
	height: 245px;
	background: url(../images/fuki.svg) no-repeat 0 0;
	position: relative;
	vertical-align: top;
}
ul.list_nayami li p{
	font-weight: bold;
	font-size: 1.875em;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nayami_box{
	border: 3px solid #0f5776;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 60px 5%;
}
h3.nayami_ti{
	font-size: 2.18em;
	font-weight: bold;
	margin-bottom: 40px;
	background: #0f5776;
	padding: 5px 10px;
	color: #FFF;
}
ul.list_pay{
	margin-bottom: 30px;
}
ul.list_pay li{
	margin: 0 1%;
	width: 30%;
	max-width: 240px;
	font-size: 2.5em;
	color: #FFF;
	background: #0f8dac;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	vertical-align: top;
	padding: 15px 0;
}
.nayami_box p{
	font-size: 1.81em;
	font-weight: bold;
}
#reason{
	padding: 115px 5%;
	background: #efeeec;
}
ul.list_reason{
	padding: 30px 0 0;
	background: #FFF;
}
ul.list_reason li{
	display: inline-block;
	vertical-align: top;
}
ul.list_reason li{
	width: 293px;
	height: 293px;
	margin: 0 10px 30px;
	position: relative;
}
ul.list_reason li:nth-child(1){
	background: url(../images/reason1.jpg) no-repeat 0 0;
}
ul.list_reason li:nth-child(2){
	background: url(../images/reason2.jpg) no-repeat 0 0;
}
ul.list_reason li:nth-child(3){
	background: url(../images/reason3.jpg) no-repeat 0 0;
}
ul.list_reason li:nth-child(4){
	background: url(../images/reason4.jpg) no-repeat 0 0;
}
ul.list_reason li:nth-child(5){
	background: url(../images/reason5.jpg) no-repeat 0 0;
}
ul.list_reason li:nth-child(6){
	background: url(../images/reason6.jpg) no-repeat 0 0;
}
ul.list_reason li p{
	color: #FFF;
	font-size: 2em;
	line-height: 1.5;
	font-weight: bold;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mouthpiece{
	padding: 115px 5%;
	background: url(../images/bg_mouth.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#mouthpiece .inner{
	text-align: left;
	font-size: 1.375em;
	padding-right: 250px;
}
#tokucho{
	padding: 115px 5%;
	background: url(../images/bg_dot2.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
ul.list_tokucho li{
	display: inline-block;
	vertical-align: top;
	width: 305px;
	margin: 0 10px 50px;
}
ul.list_tokucho li .ti_wrap{
	background: url(../images/bg_ti.svg) no-repeat center;
	height: 123px;
	width: 100%;
	margin-top: -13px;
	z-index: 5;
	position: relative;
	color: #FFF;
	font-size: 1.75em;
	line-height: 1.35;
	font-weight: bold;
	margin-bottom: 15px;
}
ul.list_tokucho li .ti_wrap p{
	position: absolute;
	padding-bottom: 27px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.left{
	text-align: left;
}
.risk_box{
	background: -moz-linear-gradient(left, #0093d9, #439867);
	background: -webkit-linear-gradient(left, #0093d9, #439867);
	background: linear-gradient(to right, #0093d9, #439867);
	position: relative;
	padding: 45px 30px;
}
.risk_box:before{
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: #FFF;
	left: 5px;
	top: 5px;
	content: "";
	z-index: 1;
}
.risk_box p{
	position: relative;
	z-index: 5;
	text-align: left;
}
.risk_box p span{
	color: #0f5776;
	font-weight: bold;
}
#compare{
	padding: 130px 5% 80px;
}
#compare .inner{
	position: relative;
}
#img_compare{
	position: absolute;
	left: -175px;
	top: 50px;
	z-index: -1;
}
table.table_compare{
	width: 100%;
	margin: 0 auto 55px;
}
table.table_compare th{
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 1.25em;
	border-left: #c4c5b3 solid 3px;
	border-right: #c4c5b3 solid 3px;
	width: 25%;
}
table.table_compare tr{
	position: relative;
	display: table;
	min-width: 1000px;
}
table.table_compare tr:before{
	position: absolute;
	top: 0;
	left: -100%;
	width: 300%;
	content: "";
	height: 100%;
	z-index: -1;
}
table.table_compare .table_top th{
	border: none;
	padding: 0 3px 10px;
	font-size: 1.375em;
	line-height: 1.2;
	color: #FFF;
	position: relative;
}
table.table_compare .table_top th .ti{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
table.table_compare tr.table_top:before,
table.table_compare tr.last:before{
	border-bottom: 3px solid #c4c5b3;
}
table.table_compare tr.table_gy:before{
	background: #efeee5;
}
table.table_compare td{
	border-right: 3px solid #c4c5b3;
	width: 25%;
	text-align: center;
	padding: 50px 0;
	vertical-align: middle;
	line-height: 1.7;
}
table.table_compare .table_top td{
	vertical-align: top;
}
table.table_compare td.maru{
	background: url(../images/maru.svg) no-repeat center;
}
table.table_compare td.batsu{
	background: url(../images/batsu.svg) no-repeat center;
}
table.table_compare td.triangle{
	background: url(../images/triangle.svg) no-repeat center;
}
ul.list_compare li{
	width: 484px;
	margin: 0 20px 0 0;
	background: url(../images/bg_compare.svg) no-repeat center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	vertical-align: top;
	display: inline-block;
	text-align: left;
	padding: 50px;
}
ul.list_compare li:nth-child(2n){
	margin-right: 0;
}
ul.list_compare li .ti{
	font-weight: bold;
	font-size: 1.75em;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -1px;
}
ul.list_compare li .txt_height{
	min-height: 140px
}
.contact{
	padding: 95px 5%;
	background: rgba(15,141,172,0.2);
}
.contact_box{
	background: url(../images/bg_contact.jpg) no-repeat center;
	padding: 20px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.contact_box .contact_inner{
	background: #FFF;
	padding: 45px;
}
.contact_box .contact_inner p{
	margin-top: 15px;
	font-size: 1.125em;
	line-height: 1.4;
}
#flow{
	padding: 115px 5%;
	background: url(../images/bg_dot3.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#flow .inner{
	position: relative;
}
ul.list_flow{
	max-width: 800px;
	margin: 0 auto;
}
ul.list_flow li{
	background: #FFF;
	padding: 0 40px 30px;
	margin: 0 0 25px;
	text-align: left;
	font-size: 1.125em;
}
ul.list_flow li dl{
	overflow: hidden;
}
ul.list_flow li dl dt{
	clear: left;
	float: left;
	width: 16%;
}
ul.list_flow li dl dt img{
	width: 100%;
}
ul.list_flow li dl dd{
	margin-left: 21%;
	padding: 30px 0 0;
}
ul.list_flow li dl dd .ti{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 25px;
	color: #f5a818;
}
.check{
	border: 2px solid #f57018;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 45px;
	padding: 30px 35px 0;
	font-size: 0.88em;
	overflow: hidden;
}
h3.check_ti{
	text-align: center;
	padding-bottom: 30px;
	color: #f57018;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 3px dotted #f57018;
	margin-bottom: 30px;	
}
h4.check_ti{
	font-size: 1.25em;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 20px;
}
#img_step3{
	float: left;
	margin: -15px 30px 0 0;
}
#img_flow1{
	position: absolute;
	top: 140px;
	left: -360px;
}
#img_flow2{
	position: absolute;
	top: 535px;
	right: -360px;
}
#img_flow3{
	position: absolute;
	top: 835px;
	left: -360px;
}
#qa{
	padding: 115px 5%;
	background: rgba(15,141,172,.1);
}
#qa .inner{
	position: relative;
}
#img_faq{
	position: absolute;
	bottom: -115px;
	left: -330px;
}
dl.qa_box{
	max-width: 800px;
	margin: 0 auto;
	border-top: #0f8dac dotted 2px;
	text-align: left;
}
dl.qa_box dt{
	padding: 60px 0 50px 13%;
	background: url(../images/q.svg) no-repeat left 45px;
	-webkit-background-size: 10% auto;
	-moz-background-size: 10% auto;
	background-size: 10% auto;
	font-size: 1.75em;
	font-weight: bold;
	color: #0f5776;
}
dl.qa_box dd{
	padding: 0 0 50px 13%;
	background: url(../images/a.svg) no-repeat left top;
	-webkit-background-size: 10% auto;
	-moz-background-size: 10% auto;
	background-size: 10% auto;
	font-size: 1.125em;
	border-bottom: #0f8dac dotted 2px;
}
#message{
	padding: 115px 5%;
	background: url(../images/bg_dot4.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#message img{
	margin-bottom: 50px;
}
#message p{
	column-count: 2;
	text-align: left;
	column-gap: 3em;
	letter-spacing: 0;
}
#price{
	padding: 115px 5%;
	font-size: 1.25em;
}
#price p{
	text-align: left;
}
h3.price_ti{
	font-size: 1.4em;
	line-height: 1.5;
	padding: 10px;
	background: #0f5776;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 45px;
}
ul.list_check{
	margin-bottom: 60px;
}
ul.list_check li{
	margin-bottom: 35px;
	padding-left: 45px;
	background: url(../images/check.svg) no-repeat left 15px;
	text-align: left;
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: bold;
	color: #0f5776;	
}
h4.price_ti{
	border: 1px solid #0f5776;
	margin-bottom: 30px;
	font-size: 1.6em;
	line-height: 1.5;
	padding: 10px;
	color: #0f5776;
	font-weight: bold;
}
.price_table{
	width: 100%;
	margin-bottom: 70px;
}
.price_table th{
	font-weight: bold;
	color: #0f5776;
	font-size: 1.4em;
	text-align: left;
	line-height: 1.5;
	vertical-align: bottom;
	padding-bottom: 10px;
}
.price_table th span{
	color: #000;
	font-weight: normal;
	font-size: 71%;
	display: block;
	padding-top: 10px;
}
.price_table td{
	width: 50%;
	font-size: 2.5em;
	color: #0f5776;
	line-height: 1.5;
	vertical-align: bottom;
}
.price_table td span.small{
	font-size: 0.56em;
	font-weight: bold;
}
.price_table td p{
	text-align: right !important;
}
.col_red{
	color: #e31344;
	font-size: 1.4em;
}
.col_red span.small{
	font-size: 0.4em !important;
}
span.slash{
	position: relative;
}
span.slash:before{
	position: absolute;
	width: 170px;
	height: 3px;
	background: #e31344;
	content: "";
	left: 0;
	top: 40px;
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
h4.pay_ti{
	background: url(../images/bg_ti2.svg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	margin: 70px 0 40px;
	padding: 5px;
}
h5.price_ti{
	color: #0f5776;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
	text-align: left;
}
/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
	margin:0 0 40px;
	font-size: 96%;
	padding: 2%;
	background: #f7f7f7;
}
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin:0 auto 20px;
}
.photoL {
	float: left;
	padding: 0 15px 15px 0;
}
.photoL p {
	overflow: auto;
}
.photoR {
	float: right;
	padding: 0 0 15px 15px;
}
.photoR p {
	overflow: auto;
}


/*
13:コンタクトフォーム
------------------------------------------------------------
*/
table.contactform  {
	margin-bottom: 2em;
	width: 100%;
}
table.contactform th {
	padding: 3%;
    border-bottom: #f7f7f7 solid 2px;
    font-weight: bold;
    text-align: left;
}
table.contactform td {
	padding: 3%;
    border-bottom: 1px #f7f7f7 solid;
    text-align: left;
	vertical-align: top;
}
table.contactform td p{
	margin-bottom:0;
	line-height:1.6;
}
input, textarea, select{
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:solid 1px #c8c8c8
}

/*------------------------
	MWフォーム用
--------------------------*/
.submitBox{
	width: 100%;
	margin: 0 auto 2em;
	text-align: center;
}
.submit, .backBtn{
	margin: 0 1em;
	padding: 1.1em 3em;
	display: inline-block;
	font-size: .85em;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.08em;
	border: none;
}
.submit:hover, .backBtn:hover{
	opacity: .8;
}
.mw_wp_form_input .submit{
	background: #485157;
}
.mw_wp_form_confirm .submit{
	background: #007dfb;
}
.backBtn{
  background: #485157;
}
#datepicker {
	width: 40%;
}
.required {
	font-size: .85em;
	font-weight: 500;
	color: #fff;
	background: #182d7b;
	display: inline-block;
	margin: 0 0 0 1em;
	padding: 0.5em 0.5em 0.5em 0.8em;
	line-height: 1;
}
/*------------------------
	コンタクトフォーム7用
--------------------------*/
/* 
.wpcf7-textarea {
  width: 90%;}

.wpcf7-text {
  width: 60%;}

.zip1 {
  width: 60px;}

.zip2 {
  width: 100px;}

.formtel {
  width: 100px;
  height: 16px;}

.wpcf7-form-control wpcf7-text zip {
  width: 30%;}

.addr {
	width: 90%;
}

.contactformsubmit {
  text-align: center;
  height: 60px;
	margin-top: 30px;
}

.wpcf7-submit {
  background: #000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  padding: 15px 40px;
	border: none;
}
.wpcf7-submit:hover {
	text-decoration: none;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
} */



/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
	padding: 10px 0 10px;
	display:block;
	clear:both;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	display: inline-block;
	color:#333333;
	text-shadow:0px 1px #F6F6F6;
	padding:6px 9px 6px 9px;
	border:solid 1px #B6B6B6;
	box-shadow:0px 1px #EFEFEF;
	-moz-box-shadow:0px 1px #EFEFEF;
	-webkit-box-shadow:0px 1px #EFEFEF;
	background:#E6E6E6;
	background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6));
	font-size:12px;
	margin-right:3px;
	text-decoration:none;
}	
.wp-pagenavi a:hover {
	display: inline-block;
	color:#fff;
	text-shadow:0px 1px #3C3C3C;
	border-color:#202020;
	background:#525252;
	background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252));
	color:#FFFFFF;
	box-shadow:0px 1px #E7E7E7;
	-moz-box-shadow:0px 1px #E7E7E7;
	-webkit-box-shadow:0px 1px #E7E7E7;
}
 .wp-pagenavi span.current {
	display: inline-block;
	padding:6px 9px 6px 9px;
	border:solid 1px #DCDCDC;
	color:#fff;
	box-shadow:0px 1px #E7E7E7;
	-moz-box-shadow:0px 1px #E7E7E7;
	-webkit-box-shadow:0px 1px #E7E7E7;
	margin-right:3px;
	text-shadow:0px 1px #3C3C3C;
	border-color:#202020;
	background:#525252;
	background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252));
}
/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
	margin-bottom: 0;
}
.m05 {
	margin-bottom: 5px;
}
.m10 {
	margin-bottom: 10px;
}
.m12 {
	margin-bottom: 12px;
}
.m15 {
	margin-bottom: 15px;
}
.m20 {
	margin-bottom: 20px;
}
.m30 {
	margin-bottom: 30px;
}
.m40 {
	margin-bottom: 40px;
}
.m50 {
	margin-bottom: 50px;
}
.m60 {
	margin-bottom: 60px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml12 {
	margin-left: 12px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pl05 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pr05 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.imgTi {
	margin-bottom: 15px;
}
.imgTi0 {
	margin-bottom: 0;
}
.imgTi5 {
	padding-bottom: 5px;
}
.imgTi10 {
	padding-bottom: 10px;
}
.imgTi15 {
	padding-bottom: 15px;
}
.imgTi20 {
	padding-bottom: 20px;
}
.imgTi30 {
	padding-bottom: 30px;
}

/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
    width: 100%;
    margin: 0 auto 20px;
    letter-spacing: -0.5em;
    text-align: center;
    display: flex;
}
.list_pagination li.prev {
    display: inline-flex;
    text-align: left;
    width: 30%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
.list_pagination li.prev a {
    color: #fff;
    padding: 5px 5px 5px 20px;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #fff;
    background: #67ccd9 url(../images/arrow_wleft.svg) no-repeat 4% center;
    background-size: auto 8px;
    align-items: center;
    justify-content: center;
}
.list_pagination li.prev a:hover {
    color: #67ccd9;
    border: 1px solid #67ccd9;
    background: #fff url(../images/arrow_skyleft.svg) no-repeat 4% center;
    background-size: auto 8px;
}
.list_pagination li.middle{
    display: inline-flex;
    text-align: center;
    width: 40%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
.list_pagination li.middle a {
    color: #fff;
    padding: 5px 5px 5px 5px;
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background: #67ccd9;
    align-items: center;
    justify-content: center;
}
.list_pagination li.middle a:hover {
    border: 1px solid #67ccd9;
    color: #67ccd9;
    background: #fff;
}

.list_pagination li.next {
    display: inline-flex;
    text-align: right;
    width: 30%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
.list_pagination li.next a {
    color: #fff;
    padding: 5px 20px 5px 5px;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #fff;
    background: #67ccd9 url(../images/arrow_wright.svg) no-repeat 95% center;
    background-size: auto 8px;
    align-items: center;
    justify-content: center;
}
.list_pagination li.next a:hover {
    color: #67ccd9;
    border: 1px solid #67ccd9;
    background: #fff url(../images/arrow_skyright.svg) no-repeat 95% center;
    background-size: auto 8px;
}

#movie{
	padding: 0 5% 110px;
}

.movie_wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}