@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/


/*
0:セット
------------------------------------------------------------
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html,body{
	width: 100%;
}
body {
	font-family: 'Noto Sans Japanese','Noto Sans CJK JP',sans-serif;
	color: #040000;
	font-size: 16px;
	line-height: 2.2;
	text-align: left;
	letter-spacing: 1px;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
	background: url(../images/bodyBg.jpg) repeat;
}
.win body {
	font-family: 'Noto Sans Japanese','Noto Sans CJK JP',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: #B7B6B6;
}
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;
}
img[src$=".svg"] {
	max-width: 100%;
	width: 100%;
	height: auto;
}
    .td {
        display: none;
    }
    .sp {
        display: none;
    }
    .pc {
        display: inherit;
    }
/*
//ベース
------------------------------------------------------------
*/
#containerWrap {
    width: 100%;
    clear:both;
    overflow: hidden;
}
#container {
	overflow: hidden;
	clear:both;
	width: 100%;
}
#content {
	padding: 0 0 0 0;
	margin: 0 auto 0;
	clear: both;
	overflow: hidden;
	width: 100%;
}
#main {
	float: right;
	width: 72%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	overflow: hidden;
}
#mainone {
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 50px 0;
	clear: both;
}
#topMain {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 50px 0;
	clear: both;
	overflow: hidden;
}
#topLeft{
	width:50%;
	float:left;
	overflow:hidden;
}
#topRight{
	width: 50%;
	float:right;
	overflow:hidden;
}
#sub {
	float: left;
	width: 23%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	overflow: hidden;
}
#secound {
	clear: both;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	height: 90px;
	background: url(../images/secoundBg.png) no-repeat 0 0;
	padding-bottom: 25px;
}
.section_wrap{
	margin-bottom: 60px;
}
.section {
	margin: 0 0 100px;
        padding: 60px 0 0;
	clear: both;
	overflow: hidden;
}
.sectionC {
	margin: 0 0 3em;
	clear: both;
	overflow: hidden;
	text-align:center;
}
.sideSection {
	width: 100%;
	margin: 0 0 3em;
}
.sideContact {
	text-align: center;
	margin: 0 0 3em;
}
.inner{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.innerC{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	color: #FFF;
	text-align:center;
}
.innerU{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background: url(../images/urutora.png) no-repeat 0 0;
	background-size: 100%;
}
.inner::after {
	content: '';
	display: block;
	clear: both;
}
.inner815 {
 	max-width: 815px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 30px; 
	border: 1px solid #FFF;
	border-radius: 5px;
	text-align:center;
	color:#FFF;
	
}
.inner815L {
 	max-width: 815px;
	width: 100%;
	margin: 0 auto; 
	color:#FFF;
	
}
.article img{
	max-height: 600px;
	height: auto;
	width: auto;
	margin: 1em 0;
}
.map {
margin-bottom: 30px;
}


/*
//ヘッダー
------------------------------------------------------------
*/
.slogan {
    max-width: 770px;
    width: 100%;
    font-size: 3.9em;
    color: #fff;
    text-align: center;
    float: right;
    line-height: 2.06;
    font-family: "Yu Mincho", "YuMincho";
	font-weight: bold;
}
.slogan span {
    display: block;
    font-size: .45em;
    line-height: 1.9;
    font-weight: 500;
}
p.express_ttl {
    max-width: 770px;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 30px 0;
    margin: 165px 0 40px;
    position: relative;
    width: 100%;
}
p.express_ttl span {
    background: linear-gradient(transparent 87%, #fbff9d 80%);
    display: inline;
}
p.express_ttl:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    bottom: -55px;
    left: 0;
    right: 0;
    width: 30px;
    height: 25px;
    margin: auto;
    border: transparent 30px solid;
    border-top: #fff 25px solid;
}
.mainImg {
    background: url(../images/mainBg.jpg) no-repeat;
    background-size: cover;
	margin: 0 auto 3em;
	width: 100%;
	overflow: hidden;
	text-align:center;
}
.innerU img {
width: 45%;
height: auto;
}
.messegeBox {
    position: relative;
    background: #fff;
    padding: 40px 0 0;
}
.messegeBox p {
	font-family: "Yu Mincho", "YuMincho";
    font-weight: 500;
    margin-top: -255px;
    right: 0;
    left: 0;
    background: #fff;
    overflow: hidden;
    font-size: 1.9em;
    padding: 40px 0 50px;
    text-align: center;
    line-height: 1.7em;
}



/*
//フッター
------------------------------------------------------------
*/
#footer_wrap {
	clear: both;
	width: 100%;
	overflow: hidden;
}
#footer {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear:both;
    padding: 100px 15px;
    text-align: center;   
}
#footer img {
    max-width: 291px;
	width: 100%;
    margin-bottom: 40px;
}
#footer p {
    color: #fff;
    line-height: 1.75;
    letter-spacing: .1em;
    font-size: .85em;
	margin-bottom: 30px;
}
#footer p:nth-child(3) {
    margin-bottom: 40px;
}
.coMpany {
    margin-bottom: 40px;
	line-height: 2em;
}
/*
5:div
------------------------------------------------------------
*/

.ttl_bg {
    font-size: 1.9em;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    border-radius: 40px;
    border: 2px solid #245fb0;
    max-width: 630px;
    width: 90%;
    position: relative;
}
.ttl_bg:first-child {
    margin-bottom: 40px;
}
.ttl_bg::before {
    content: '';
    position: absolute;
    border-top: 2px solid #245fb0;
    bottom: 50%;
    right: 100%;
    width: 100%;
    height: 1px;
}
.ttl_bg:after {
    content: '';
    position: absolute;
    border-top: 2px solid #245fb0;
    bottom: 50%;
    left: 100%;
    width: 100%;
    height: 1px;
}
.accessBox {
    width: 100%;
    color: #221714;
    margin: 0 auto 60px;
    max-width: 500px;
}
.accessBox span {
    margin: 0 40px 0 0;
}
.accessBox  p {
    font-size: 1.25em;
    line-height: 2.5;
    letter-spacing: .1em;
}
.conceptBox {
    width: 100%;
    padding: 60px 0;
}
.conceptBox img {
    max-height: 100px;
    margin: 0 auto 20px;
    display: block;
}
.conceptBox p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 2.4;
    width: 100%;
    margin: 0 auto;
    max-width: 860px;
}
.blueBox {
    position: relative;
    padding: 60px 0; 
    margin: 0 0 90px;
    background: linear-gradient(to right, #348dba, rgba(36,95,176,.9));
}
.blueBox:after {
    position: absolute;
    content: '';
    bottom: -84px;
    right: 0;
    left: 0;
    border-left: 1px solid #040000;
    height: 84px;
    width: 1px;
    margin: auto;
}
.merit {
    color: #fff;
    font-size: 1.4em;
    line-height: 2.48;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    padding-left: 90px;
}
.merit p {
    display: block;
    font-weight: 300;
    margin: 0 auto;
    position: relative;
}
.merit span {
    font-weight: bold;
    position: relative;
    font-size: unset;
    background: linear-gradient(transparent 87%, #fbff9d 80%);
    display: inline;
	padding-bottom: 5px;
}
.merit p:before {
    position: absolute;
    content: '';
    top: 20px;
    left: -77px;
    right: 0;
    height: 17px;
    background: url(../images/hexagon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.top_img {
    background: url(../images/bg_top.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    padding: 60px 0;
    margin: 0 0 70px;
}
.top_img img {
    max-height: 226px;
    display: block;
    margin: 0 auto 20px;
    padding: 20px 0 0;
}
.top_img p {
    text-align: center;
    font-size: 1.1em;
}
.txtBlue {
    font-size: 1.4em;
    letter-spacing: .1em;
}
.txtBox {
    margin: 0 0 60px;  
}
.txtBox p{
    text-align: center;
    font-weight: 600;
}
.txtBox p:last-child{
    font-weight: 500;
    letter-spacing: .1em;
}
.profile_name {
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 400;
    font-size: 2.3em;
    line-height: 1.73;
    letter-spacing: .2em;
}
.profile_name span {
    display: block;
    font-size: .3em;
    color: #acacac;
    letter-spacing: .3em;
}
.topBox {
    padding: 15px 0;
    width: 66%;
    margin-bottom: 60px;
    float: right;
}
.right_txt {
    font-size: .75em;
        font-weight: 500;
    display: inline-block;
    margin-bottom: 40px;
}
.profileBox {
    margin-bottom: 40px;
}
h4.messege_ttl {
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 500;
    font-size: 1.56em;
    color: #fff;
    background: linear-gradient(to right, #348dba, rgba(36,95,176,.9));
    padding: 0 0 0 .5em;
    margin-bottom: 20px;   
}
.errorBox {
    width: 70%;
}
/*
6:ul
------------------------------------------------------------
*/
ul.seminarBox {
    width: 100%;
    letter-spacing: -.5em;
    padding: 30px 0 0;
    margin: 0 0 70px;
    display:-webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
ul.seminarBox li {
    display: inline-block;
    width: 23.5%;
    vertical-align: top;
    margin-right: 2%;
    letter-spacing: normal;
    text-align: center;
    border: 3px solid #040000;
    margin-bottom: 2%;
    padding: 1em .4em 2em;
    line-height: 1.75;
}
ul.seminarBox li span {
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 500;
    position: relative;
    display: block;
    font-size: 2.1em;
    margin:  0 0 10px;
}
ul.seminarBox li span:after {
    font-size: .5em;
    position: absolute;
    content: '';
    bottom: 2px;
    right: 0;
    left: 0;
    width: 25px;
    margin: 0 auto;
    border-bottom: 2px solid #040000;
}
ul.seminarBox li span.unline {
    font-size: 1em;
    background: linear-gradient(transparent 60%, #fbff9d 40%);
    display: inline;
	font-family: 'Noto Sans Japanese','Noto Sans CJK JP',sans-serif;
}
ul.seminarBox li span.unline:after{
	border: none;
}
ul.seminarBox li:last-child{
	margin-right: 0;
}
ul.seminarBox li:nth-child(4n){
	margin-right: 0;
}
ul.seminarBox li:first-child {
　background: linear-gradient(transparent 50%, #fbff9d 50%);
}
ul.licenseBox {
    font-size: .75em;
    font-weight: 500;
    margin-bottom: 40px;
    list-style: none;
}

/*
7:dl
------------------------------------------------------------
*/
.dlist_about {
	margin: 0 5% 0 0;
	letter-spacing: -1em;
}
.dlist_about dt {
	float: left;
	width: 48%;
}
.dlist_about dd {
	float: right;
	width: 48%;
}

/*
8:table
------------------------------------------------------------
*/

.price_table{
    float: left;
	width: 45%;
}
.price_table th{
	font-weight: 700;
	padding: 1em 0 .7em 0;
	border-bottom: 2px solid #acacac;
}
.price_table td{
    padding: 1em 0 .7em 0;
	border-bottom: 2px solid #acacac;
}




.company_table{
	width: 100%;
	border-top: 1px solid #000;
}
.company_table th{
	font-weight: 700;
	padding: 0.8em 1em;
	border-bottom: 1px solid #000;
}
.company_table td{
	padding: 0.8em 1em;
	border-bottom: 1px solid #000;
}



/*
9:タイトル
------------------------------------------------------------
*/
h2.top_ttl {
    font-family: "Yu Mincho", "YuMincho";
    font-size: 2.3em;
    font-weight: bold;
    text-align: center;
}
h3.top_ttl {
    font-family: "Yu Mincho", "YuMincho";
    font-size: 2.3em;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding: 0 0 60px;
}
h3.top_ttl::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    width: 70px;
    height: 20px;
    background: url(../images/ttl_line_02.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: auto;
}
.under_line {
    position: relative;
    margin-bottom: 70px;
}
.under_line:after {
	content: '';
	position: absolute;
	left: 0;
    right: 0;
	bottom: -25%;
    width: 70px;
    height: 20px;
    margin: auto;
	background: url(../images/ttl_line.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.low_main_ttl{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 40px;
}
.low_main_ttl:after {
	content: '';
	position: absolute;
	left: 0;
    right: 0;
	bottom: -25%;
    width: 70px;
    height: 20px;
    margin: auto;
	background: url(../images/ttl_line.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_gray {
	background: #f9f9f9;
    padding: 60px 0 70px;
}
.bg_white {
	background: #fff;
}
.txt_clr_blue {
	color: #245fb0;
}
.txt_clr_blue span {
    font-size: 2em;
    font-weight: bold;
}
.txt_clr_white  {
	color: #fff;
}
.txt_clr_bk {
    color: #221714;
    font-size: 1.1em;
    padding: 1em;
    font-weight: 500;
}



/*
11:ボタン系
------------------------------------------------------------
*/
/* #topcontrol{
	width:35px;
	height:35px;
	background: url(../images/pageTop.png) no-repeat center/auto 100%;
} */
a.more {
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size: 114%;
	color: #CCC;
	margin: 0 5%;
	width: 90%;
}
a.more:hover {
	border:1px dotted #111;
	color: #CCC;
}
a.button {
    color: #fff;
    display: inline-block;
    position: relative;
    background: linear-gradient(to right, #348dba, rgba(36,95,176,.9));
    max-width: 300px;
    width: 100%;
    padding: 1em;
}


/*
12:その他パーツ
------------------------------------------------------------
*/
#breadcrumbList {
    margin: 0 40px 40px;
    text-align: right;
}
#breadcrumbList span {
    color: #040000;
}
#breadcrumbList span:hover {
    opacity: .8;
}

.wp-pagenavi {
	clear:both;
	padding: 15px 0 !important;
}




.photoL {
    padding: 40px 0 0 0;
}
.photoL img {
    padding: 0 15px 15px 0;
    width: 31%;
}
.photoL p {
	overflow: auto;
    width: 100%; 
    font-weight: 500;
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
table.contactform  {
	width:90%;
    margin:0 0 60px 0;
	padding: 5%;
	color: #FFF;
}
table.contactform tr {

}
table.contactform th {
    font-weight: bold;
    text-align: left;
    width: 25%;
    padding: .5em 1em;
	margin-bottom: 20px;
	color: #FFF;
	padding-bottom: 40px;
}
table.contactform td {
    text-align: left;
    vertical-align: top;
    width: 75%;
    padding: 0 0 0 1em;
	margin-bottom: 20px;
}
input, textarea, select{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #FFF;
    width: 100%;
    padding: 13px 1em;
	color: #FFF;
}
.number input {
width: 50px;
margin: 0px 20px 20px;
}
table.contactform th.txt_none {
    background: none;
}
input[type="submit"] {
    font-family: 'Noto Sans Japanese','Noto Sans CJK JP',sans-serif;
    background: #fff;
	color: #000;
    width: 240px;
    height: 64px;
    border-radius: 5px;
    display: block;
    margin: auto;
    position: relative;
}
input[type="reset"] {
	font-family: 'Noto Sans Japanese','Noto Sans CJK JP',sans-serif;
    background: #485157;
    color: #FFF;
    width: 240px;
    height: 64px;
    order-radius: 5px;
    display: block;
    margin: 1em auto 0;
    position: relative;
}
.mwform-zip-field input {
    width: 30%!important;
}
.mwform-tel-field input {
    width: 25%!important;
}
.contactBtn {
    position: relative;
	background:#FFF;
}
.contactBtn:after {
    position: absolute;
    content: '';
    top: 0;
    right: 21%;
    bottom: 0;
    margin: auto;
    background: url(../images/migi.svg) no-repeat;
    width: 5px;
    height: 8px;
}
.contactBtn:hover {
    opacity: .8;
}
#formWrap {
	max-width: 730px;
    margin: 50px auto;
    padding: 0 15px;
    width: 100%;
}

/*------------------------
	コンタクトフォーム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;
} */

/*------------------------
	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: 0.85em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
	letter-spacing: 0.08em;
	border: none;
}
.submit:hover,
.backBtn:hover{
	opacity: 0.8;
}

/*入力画面　送信ボタン*/

.mw_wp_form_input .submit{
	background: #485157;
}

/*確認画面　送信ボタン*/

.mw_wp_form_confirm .submit{
	background: #007dfb;
}
.backBtn{
  background: #485157;
}

#datepicker {
	width: 40%;
}

.required {
  font-size: 0.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;
}
input.yubin {
    width: 30%;
}

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
	padding: 10px 0px 10px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		display: inline-block;
		color:#333333 !important;
		text-shadow:0px 1px #F6F6F6 !important;
		padding:6px 9px 6px 9px !important;
		border:solid 1px #B6B6B6 !important;
		box-shadow:0px 1px #EFEFEF !important;
		-moz-box-shadow:0px 1px #EFEFEF !important;
		-webkit-box-shadow:0px 1px #EFEFEF !important;
		background:#E6E6E6 !important;
		background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6)) !important;
		font-size:12px !important;
		margin-right:3px !important;
		text-decoration:none !important;
}	
.wp-pagenavi a:hover {
		display: inline-block;
		color:#fff !important;
		text-shadow:0px 1px #3C3C3C !important;
		border-color:#202020 !important;
		background:#525252 !important;
		background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;
		color:#FFFFFF !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;

}
 .wp-pagenavi span.current{
 		display: inline-block;
		padding:6px 9px 6px 9px !important;
		border:solid 1px #DCDCDC !important;
		color:#fff !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;
		margin-right:3px !important;
		text-shadow:0px 1px #3C3C3C !important;
		border-color:#202020 !important;
		background:#525252 !important;
		background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;
}
/*
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: 0 0 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: 0px;
}
.imgTi5 {
	padding-bottom: 5px;
}
.imgTi10 {
	padding-bottom: 10px;
}
.imgTi15 {
	padding-bottom: 15px;
}
.imgTi20 {
	padding-bottom: 20px;
}
.imgTi30 {
	padding-bottom: 30px;
}


/*
16:Pagination
------------------------------------------------------------
*/
ul.paginationList{
    width: 100%;
    margin: 0 auto 20px;
    letter-spacing: -0.5em;
    text-align: center;
    display: flex;
}
ul.paginationList li.prev{
    display: inline-flex;
    text-align: left;
    width: 30%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
ul.paginationList 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;
}
ul.paginationList 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;
}
ul.paginationList li.middle{
    display: inline-flex;
    text-align: center;
    width: 40%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
ul.paginationList 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;
}
ul.paginationList li.middle a:hover{
    border: 1px solid #67ccd9;
    color: #67ccd9;
    background: #fff;
}

ul.paginationList li.next{
    display: inline-flex;
    text-align: right;
    width: 30%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
ul.paginationList 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;
}
ul.paginationList 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;
}
.mb50 {
margin-bottom: 50px !important;
}
.mb80 {
margin-bottom: 80px !important;
}
.mb30 {
margin-bottom: 30px !important;
}
.innerContact {
background-color: rgba(255,255,255,0.1);
border-radius: 10px;
text-align:center;
padding: 3%;
 	max-width: 815px;
	width: 100%;
	margin: 0 auto;
	color: #FFF;
}
ul.contactList {
clear:both;
overflow:hidden;
width: 60%;
margin: 0 20%;
}
ul.contactList li {
float:left;
width: 100%;
margin-right: 0%;
}
ul.contactList li:nth-child(2n) {
margin-right:0;
}
.title {
border-bottom: 1px solid #FFF;
font-size: 1.2em;
margin-bottom: 20px;
}
ul.bnrList {
clear:both;
overflow:hidden;
width: 50%;
margin: 0 auto;
}
ul.bnrList li img {
width: 100%;
height: auto;
}
ul.bnrList li {
float:left;
width: 30%;
margin-right: 5%;
}
ul.bnrList li:nth-child(3n) {
margin-right:0;
}
ul.setList {
clear:both;
overflow:hidden;
margin: 0 auto 50px;
width: 800px;
}
ul.setList li img {
width: 100%;
height: auto;
}
ul.setList li {
float:left;
margin-bottom: 20px;
}
ul.setList li:nth-child(1n) {
width: 35%;
margin-right: 5%;
}
ul.setList li:nth-child(2n) {
width: 60%;
margin-right: 0%;
}
