@charset "utf-8";
/* CSS Document */


/* ==========================================================================
Common
========================================================================== */
body {
  	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ","Droid Sans",  Arial, Roboto, Meiryo, sans-serif;
	font-size:100%;
	line-height:1.8em;
	margin: 0;
  	padding: 0;
	}
html, body{}
p, dl, dd{margin: 0;}
ul,li{margin:0; padding:0; list-style:none;}
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-size: 100%; line-height:1.4em;}
figure{ margin: 0; line-height: 0;}
img {max-width: 100%; height: auto;}
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.flex { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.inline-flex { display: -webkit-flex; display: inline-flex; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.flex-between { justify-content:space-between; -webkit-justify-content:space-between; }
.flex-center  { justify-content:center; -webkit-justify-content:center; }
.flex-left  { justify-content:left; -webkit-justify-content:left; }
.flex-right  { justify-content:right; -webkit-justify-content:right; }
.flex-txt-center{display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;}
.mincho{font-family: "リュウミン R-KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

main {
	position: relative;
	background: #F9F9F6;
	}
.content_in{
	width: calc(100% - 120px);
	max-width: 1240px;
	margin:0 auto;
	position:relative;
	}
.content_in-s{
	width: calc(100% - 120px);
	max-width: 1080px;
	margin:0 auto;
	position:relative;
	}
.sp_on{ display: none; }
.sp_off{ display: block; }

/*------------------------------------------------
Loading
------------------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 999999;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 50px;
  margin-top: -25px;
  margin-left: -50px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#loader img{
	width:100%;
	height:auto;
	}

.center_box{
	position: absolute;
	width: 100%;
	top:50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

/* 地域アイコン
--------------------------------------------------- */
.tokyo { background: #165e83!important; }
.osaka { background: #0095d9!important; }
.aichi { background: #8491c3!important; }
.fukuoka { background: #7058a3!important; }
.fukui { background: #8c45a1!important; }
.kyoto { background: #192f60!important; }
.hiroshima { background: #65318e!important; }
.kanagawa { background: #460e44!important; }
.ishikawa { background: #006e54!important; }
.shizuoka { background: #80aba9!important; }
.okayama { background: #1f3134!important; }
.wakayama { background: #393f4c!important; }
.saitama { background: #2a769c!important; }
.miyagi { background: #2a9c6e!important; }
.niigata { background: #9c8d2a!important; }
.hyogo { background: #005ad9!important; }
.online { background: #b33000!important; }

/* ==========================================================================
ボタン
========================================================================== */
.btn-open {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #FFF;
  border: 2px solid #ff8b0f;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-open span {
  position: relative;
  z-index: 1;
}

.btn-open::before {
  content: "";
    color: #FFF;
  display: block;
  background-color: #ff8b0f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-open::before {
  right: 0;
}
.btn-open:hover:before {
  width: 0;
  background-color: #FFF;
}
.btn-open:visited {
  color: #FFF;
}
.btn-open:hover {
  color: #ff8b0f;
}

a.btn01{
	display:inline-block;
	color: #FFF;
	font-size: 80%;
	line-height: 1em;
	box-sizing: border-box;
	padding: 8px 15px;
	background: #f09424;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
a.btn01:hover{
	background: #BC6300;
}
a.btn01 i{
	margin-left: 8px;
}

a.btn02{
	display:inline-block;
	color: #FFF;
	font-size: 100%;
	line-height: 1em;
	box-sizing: border-box;
	padding: 10px 20px;
	background: #F15A24;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
a.btn02:hover{
	background: #BC6300;
}
a.btn02 i{
	margin-right: 8px;
}
/* ==========================================================================
カラムレイアウト
========================================================================== */
ul.col2 li{
	width:49%;
	margin-bottom:20px;
	}
ul.col2 li:nth-child(odd){
	float:left;
	}
ul.col2 li:nth-child(even){
	float:right;
	}
	
ul.col3 li{
	width:32%;
	margin-bottom:20px;
	float:left;
	}
ul.col3 li:nth-child(3n-1){
	margin-left:2%;
	margin-right:2%;
	}

ul.col4 li{
	width:23.5%;
	margin-bottom:20px;
	float:left;
	}
ul.col4 li:nth-child(2n){
	margin-left:2%;
	margin-right:2%;
	}
ul.col4 li:nth-child(4n){
	margin-left:2%;
	margin-right:0%;
	}

ul.col5 li{
	width:18%;
	margin-bottom:20px;
	float:left;
	margin-left:1%;
	margin-right:1%;
	}
	
.col5{
	width:18%;
	margin-bottom:20px;
	float:left;
	margin-left:1%;
	margin-right:1%;
	}
@media only screen and (max-width: 760px) {
#company article.consultants .consultants_box ul.col4 li{
	width:48.5%;
	margin-bottom:10px;
	float:left;
	}
#company article.consultants .consultants_box ul.col4 li:nth-child(2n){
	float: right;
	margin-left:0%;
	margin-right:0%;
	}
#company article.consultants .consultants_box ul.col4 li:nth-child(4n){
	float: right;
	margin-left:0%;
	margin-right:0%;
	}
}

/* ==========================================================================
ページャー
========================================================================== */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
    text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; 
	background: #1C2952;
}
.pagination a:hover{
	color: #FFF; 
	background: #606986; 
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; 
        background: #606986; 
}

@media only screen and (max-width: 760px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
}

/* ==========================================================================
Header
========================================================================== */
.drawer-hamburger { display:none !important;}
  
header{
	background: #132359;
	width: 100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	height: 70px;
}
header a{
	color: #FFF!important;
}
header h1{
	float: left;
	width: 300px;
	height: 70px;
	background: #FFF;
	transform:skewX(-15deg);
	margin-left: -30px;
	padding-left: 50px;
}
header h1 a{
	display: block;
	width: 200px;
	height: 100%;
	line-height: 0;
	padding-top: 20px;
}
header h1 img{
	width: 100%;
	height: auto;
	transform:skewX(15deg);
}

/****グローバルナビ*********************************************/
header nav#nav_box{
	float: right;
	width: auto;
	position: relative;
}
header nav#nav_box ul{
	justify-content: flex-end;
}
header nav#nav_box ul li{
	border-left: 1px solid #444572;
	height: 70px;
}
header nav#nav_box ul li:last-child{
	border-right: 1px solid #444572;
}
header nav#nav_box ul li a.nav_btn{
	display: block;
	width: 100%;
	height: 70px;
	font-size: 16px;
	line-height: 1em;
	font-family: "リュウミン R-KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	padding: 0 20px;
	display: -webkit-flex; 
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
}
header nav#nav_box ul li a span{
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
}
header nav#nav_box ul li a:hover{
	color: #FFF;
	background-color: #2E5F87;
}
header nav#nav_box ul li a.caontact_btn{
	background: #9F141A;
}
header nav#nav_box ul li a.caontact_btn:hover{
	background: #dd131c;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 3px 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.megaWrap{
	width: 90%;
	display: none;
	position: fixed;
	z-index: 99999;
	top:90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #FFF;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

.megaContentWrap{
	padding:20px;
}

.megaContent{
    margin: 0;
}
.megaContent .navTitle{
	font-size: 140%;
	line-height: 1em;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCC;
}
.megaContent .navTitle span{
	font-size: 60%;
	color: #999;
	padding-left: 10px;
}

ul.mega_second {
	jjustify-content: space-between!important;
    -webkit-justify-content: space-between!important;
}
ul.mega_second li {
	border-left: none!important;
    height: auto!important;
	width: 32%;
	background: #EEE;
}
ul.mega_second.col2 li {
	width: 49%;
}
ul.mega_second.col04 li {
	width: 24%;
}
ul.mega_second li.nav_50 {
	width: 48%;
}
ul.mega_second li:last-child {
	border-right: none!important;
}
ul.mega_second a {
	display: block;
	color: #222!important;
	height: 80px
}
ul.mega_second a figure{
	float: left;
	width: 80px;
}
ul.mega_second a figure img {
    width: 100%;
    height: auto;
}
ul.mega_second a .inner{
	float: right;
	position: relative;
	height: 100%;
	width: calc(100% - 80px);
}
ul.mega_second a .inner2{
	position: relative;
	height: 100%;
	width: 100%;
}
ul.mega_second a .inner p, ul.mega_second a .inner2 p{
	position: absolute;
	width: 95%;
	top:50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	color: #132359;
	line-height: 1.2em;	
}
ul.mega_second a:hover .inner p, ul.mega_second a:hover .inner2 p{
	color: #FFF;
}

.naviSankakuBack{
	content: '';
	width: 90%;
	height: 20px;
	position: fixed;
	z-index: 99;
	top:70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}	
.naviSankaku{
	width: 0px;
	height: 0px;
	margin: auto;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent; 
	display: none;
}
.naviOverlay {
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	display: none;
}


/****文字サイズ変更*********************************************/
.moji_box{
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 9998;
	color: #FFF;
	text-align: center;
	background: #666;
	font-size: 14px;
	padding: 10px 8px 5px 8px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	line-height: 1em;
    border-bottom-left-radius: 5px;  
    border-radius-bottomleft: 5px; 
}
.moji_box span{
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	display: inline-block;
	padding-bottom: 5px;
}
.moji_box li a{
	display: block;
	background: #FFF;
	color: #000!important;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.moji_box li a:hover{
	background: #EFEFEF;
}


/* ==========================================================================
footer
========================================================================== */
footer{
	background: #FFF;
}
footer #foot_link{
	background: #ddd;
	text-align: center;
	line-height: 1em;
	padding: 20px 0;
}
footer #foot_link ul.content_in{
	max-width: 830px;
	}
footer #foot_link ul.col3 li a{
	background: #FFF;
}
footer #foot_link ul.col3 li a img{
	width: 100%;
	height: auto
}
footer #foot_link ul li{
	width: calc(33.33333% - 1px);
	margin: 0 0 2px 0 ;
}
footer #foot_link ul.col04 li{
	width: calc(25% - 2px);
}
footer #foot_link li a{
	display: block;
	line-height: 0;
}
footer #foot_link ul.col4 li img{
	width: 100%;
	height: auto;
}

footer #foot_tel .foot_logo{
	margin-right: 40px;
	padding-top: 8px;
}
footer #foot_tel .foot_logo figure{
	width: 260px;
}
footer #foot_tel .foot_logo p{
	font-size: 80%;
}
footer #foot_tel .foot_nomber{
	padding-top: 15px;
}
footer #foot_tel{
	text-align: center;
	padding: 30px 0;
}
footer #foot_tel h2{
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 10px;
}
footer #foot_tel .tel {
	display: inline-block;
	vertical-align: top;
	font-size: 85%;
	line-height: 1.6em;
	padding-right: 30px;
}
footer #foot_tel .tel a{
	color: #222!important;
}
footer #foot_tel .tel .tel_no{
	display: inline-block;
	font-size: 36px;
	padding-bottom: 3px;
	font-family: Arial, Roboto, Meiryo, sans-serif;
	font-weight: bold;
}
footer #foot_tel .tel .tel_no img{
	width: 40px;
	height: auto;
	margin-right: 5px;
}
footer #foot_tel .tel .tel_no span{
	font-size: 40%;	
	line-height: 1em;
	display: inline-block;
	color: #007F36;
	border: 1px solid #007F36;
	box-sizing: border-box;
	vertical-align: top;
	padding: 5px 10px;
	margin: 0 0 0 8px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
footer #foot_tel .contact_btn{
	display: inline-block;
}
footer #foot_tel .contact_btn a{
	display: block;
	box-sizing: border-box;
	padding: 10px 20px;
	background: #9A1D22;
	color: #FFF;
	vertical-align: middle;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
footer #foot_tel .contact_btn a:hover{
	background: #BC6300;
}
footer #foot_tel .contact_btn a i{
	margin-right: 5px;
}

footer #foot_menu{
	border-top: 1px solid #ccc;
	padding: 30px 0;
}
footer #foot_menu .foot_nav{
	display: block;
	width: 20%;
	border-left: 1px solid #ccc;
	padding: 0 10px;
}
footer #foot_menu .foot_nav h4{
	font-size: 105%;
	color: #132359;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	margin-bottom: 5px;
}
footer #foot_menu .foot_nav li:before{
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f0a9";
  	margin-right: 5px;
	color: #999;
}
footer #foot_menu li{
	font-size: 90%;
}
footer #foot_menu li a{
	color: #222;
}
footer #foot_menu li a:hover{
	color: #222;
	text-decoration: underline;
}
footer #foot_menu .nav01{
	margin-bottom: 30px;
}
footer #foot_menu .nav02 li{
	margin: 0 20px;
	border-left: 1px solid #ccc;
	padding: 0 20px;
}
footer #foot_menu .nav02 li i{
	margin-right: 8px;
	color: #999;
}
.main_copyright{
	background: #999;
	text-align:center;
	color:#FFF;
	font-size: 11px;
	line-height: 48px;
	}


/* ==========================================================================
下層ページ
========================================================================== */
#company .sub_visual{
	background-image: url("../images/header/ami.png"), url("../images/header/about01.jpg");
}
#service .sub_visual{
	background-image: url("../images/header/ami.png"), url("../images/header/service01.jpg");
}
#books .sub_visual{
	background-image: url("../images/header/ami.png"), url("../images/header/books01.jpg");
}
#seminar .sub_visual{
	background-image: url("../images/header/ami.png"), url("../images/header/seminar01.jpg");
}
#contact .sub_visual{
	background-image: url("../images/header/ami.png"), url("../images/header/contact01.jpg");
}
#news .sub_visual{
	background-image: url("../images/header/ami.png"), url("../images/header/news01.jpg");
}
#lecturer .sub_visual{
	background-image: url("../images/header/ami.png"), url("../images/header/lecturer01.jpg");
}
.sub_visual{
	width: 100%;
	height: 200px;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: 0, center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}
.sub_visual .head_name {
	height: 200px;
	position: relative;
}
.sub_visual .head_name p{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	font-size: 180%;
	letter-spacing: 0.5em;
	margin: 0 auto;
	top: calc(50% + 35px);
	transform: translateY(-50%);
	width: 94%;
	text-shadow:0px 0px 6px #000;
}
.sub_visual .head_name p span{
	font-size: 70%;
}
main#sub_page{
	margin-top: 200px;	
}

/*******************************************
パンくず
*******************************************/
#bread{
	border-bottom: 1px solid #FFF;
	background: #EEE;
	font-size: 80%;
	line-height: 1em;
	overflow: hidden;
	margin-bottom: 60px;
}
#bread .content_in{
	padding: 8px 0;
}

/*******************************************
BASE
*******************************************/
main#sub_page .ttl2{
	text-align: center;
	font-size: 220%;
	margin-bottom: 40px;
	padding-bottom: 8px;
	line-height: 1em;
	
}
main#sub_page .ttl2 span{
	display: block;
	font-size: 50%;
	letter-spacing: 0.3em;
	color: #666;
	margin-top: 5px;
	padding-top: 3px;
	background: url("../images/main/dot_border.png") repeat-x top left;
}



/* ==========================================================================
フォームスタイル
========================================================================== */
.form_box table{
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	border-top: 1px solid #CCC;
	margin-bottom:10px;
}
.form_box table th{
	line-height:1.2em !important;
	padding:10px;
	width:25%;
	min-width:200px;
	color: #FFF;
	vertical-align:middle;
	border-bottom: 1px solid #CCC;
	background:#7F8FAB;
	font-weight:normal;
}
.form_box table td{
	color:#222;
	padding:10px 20px;
	border-bottom: 1px solid #CCC;
	background:#F9F9F6;
}
.form_box table th span{
	display: inline-block;
	background: #C00;
	font-size:11px;
	color:#FFF;
	margin-left:8px;
	padding:3px 8px;
	box-sizing:border-box;
	border-radius: 3px;        /* CSS3草案 */  
	}
.form_box input[type="text"], .form_box input[type="email"], .form_box input[type="tel"], .form_box textarea, .form_box select{
	width:100%;	
	padding:8px;
	box-sizing:border-box;
	border:1px solid #999;
	background-color:#EFEFEF;
	border-radius: 5px;        /* CSS3草案 */  
	}
.form_box input#zip1{
	width:80px;
	padding:8px;
	box-sizing:border-box;
	border:1px solid #999;
	background-color:#EFEFEF;
	border-radius: 5px;        /* CSS3草案 */  
	}
.form_box input#zip2{
	width:100px;
	padding:8px;
	box-sizing:border-box;
	border:1px solid #999;
	background-color:#EFEFEF;
	border-radius: 5px;        /* CSS3草案 */  
	}

.form_box #submit_box{
	text-align:center;
	padding:20px 0 50px 0;
	}	
.form_box input[type="submit"]{
	font-size:22px;
	font-weight:bold;
	cursor: pointer;
	padding:15px 0;
	width:80%;
	max-width: 400px;
	color:#FFF;
	background-color:#9F141A;
	border:none;
	transition: 0.5s;
	border-radius: 5px;        /* CSS3草案 */  
	}
.form_box input[type="submit"]:hover{
	background-color:#600;
	}

.form_box input[type="checkbox"]{
	margin-right:8px;
	}
.form_box .form_caption{
	padding: 20px;
	border: 1px solid #CCC;
}

.form_box .wpcf7-list-item{
	display: block;
	margin: 0;
}
div.wpcf7 .wpcf7-submit:disabled{
	background-color: #CCC;
}



@media screen and (max-width:1180px){
	.content_in{
		width:92%;
	}
	header nav#nav_box{
		display: none;
	}
	.moji_box{
		display: none;
	}
	/*------------------------------------------------
	SMART NAVI
	------------------------------------------------*/	
	.drawer-hamburger {
		display: block !important;
		}
	.drawer-nav{
		background: #076BAF;
	}
	.main-menu{
		display:none;
		}
	.drawer-menu a{
		color:#FFF !important;
		}
	.drawer-menu li{
		border-bottom:1px solid #CCC;
		}
	.drawer-dropdown-menu li{
		border-bottom:none;
		border-top:1px solid #CCC;
		background:#00406E !important;
		}
	.drawer-menu-item{
		padding: 15px 0 15px 23px
	}
	.drawer-dropdown-menu-item{
		padding-left: 30px;
		line-height: 3.25rem;
	}

}
@media screen and (max-width:760px){
	body {
		font-size:16px;
		line-height:1.7em;
		}
	.sp_on{
		display: block;
	}
	.sp_off{
		display: none;
	}
	a.btn01{
		font-size: 100%;
	}

	/* ==========================================================================
	Header
	========================================================================== */
	header{
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
	}
	header h1{
		width: 260px;
		height: 50px;
	}
	header h1 a{
		width: 180px;
		padding-top: 12px;
	}

	/****文字サイズ変更*********************************************/
	.moji_box{
		display: none;
	}

	/****グローバルナビ*********************************************/
	header nav{
		display: none;
		}

	/* ==========================================================================
	footer
	========================================================================== */

	footer #foot_link{
		background: #ddd;
		text-align: center;
		line-height: 1em;
		padding: 20px 0;
	}
	footer #foot_link ul.content_in{
		width: 90%;
		}
	footer #foot_link ul.col3 li{
		width: 100%;
	}
	footer #foot_link ul.col3 li a img{
		width: 240px!important;
	}
	footer #foot_link ul.col04 li{
		width: 49.7%;
	}
	footer #foot_tel .foot_logo{
		margin-right: auto;
		width: 100%;
		padding-top: 8px;
	}
	footer #foot_tel .foot_logo figure{
		width: 200px;
		margin: 0 auto;
	}
	footer #foot_tel .foot_logo p{
		font-size: 60%;
	}
	footer #foot_tel .foot_nomber{
		padding-top: 15px;
	}
	footer #foot_tel{
		text-align: center;
		padding: 30px 0;
	}
	footer #foot_tel .tel {
		padding-right: 0;
		margin-bottom: 20px;
	}
	footer #foot_tel .tel .tel_no{
		font-size: 30px;
		padding-bottom: 3px;
	}
	footer #foot_tel .tel .tel_no img{
		width: 32px;
	}
	footer #foot_tel .tel .tel_no span{
		font-size: 35%;	
	}

	footer #foot_menu{
		display: none;
	}
	.main_copyright{
		background: #999;
		text-align:center;
		color:#FFF;
		font-size: 11px;
		line-height: 47px;
		}

	
	/* ==========================================================================
	下層ページ
	========================================================================== */

	/*******************************************
	BASE
	*******************************************/
	#main_content{
		padding: 80px 0 60px 0;
	}
	#main_content main{
		float: none;
		width: 100%;
		width : -webkit-calc(100%) ;
		width : calc(100%) ;
	}
	#main_content aside{
		display: none;
	}
	#main_content main .thumbnail{
		margin-bottom: 40px;
	}
	#main_content main section{
		margin-bottom: 50px;
	}

	/*-----タイトル----------------------------------------------------*/
	#main_content main .page_ttl{
		border-top: 1px solid #A67C52;
		border-bottom: 1px solid #A67C52;
		padding: 3px 0;
		height: 30px;
		margin-bottom: 30px;
	}
	#main_content main .page_ttl p{
		font-size: 120%;
		letter-spacing: 0.3em;
		line-height: 30px;
	}
	#main_content main .page_ttl span{
		display: none;
	}
	#main_content main .page_ttl strong{
		line-height: 30px;
		padding: 0 20px;
	}

	#main_content main h1{
		font-size: 160%;
		margin-bottom: 10px;
		line-height: 1.2em;
	}

	#main_content main h4{
		line-height: 1.5em;
	}

	/* ==========================================================================
	フォームスタイル
	========================================================================== */
	.form_box table{
		border-top: none;
	}
	.form_box table#form_table th{
		display: block;
		padding:8px 15px;
		width:100%;
		text-align: left;
		border-top: 2px solid #132359;
		border-bottom: none;
	}
	.form_box table#form_table td{
		display: block;
		padding:15px 15px 20px 15px;
		background: #FFF;
		height:auto;
		border-bottom: none;
	}
	.form_box input, .form_box textarea {
		font-size: 16px;
	}
	.form_box input[type="submit"]{
		font-size:18px;
		}
	.form_box .form_caption{
		padding: 10px;
		font-size: 90%;
		line-height: 1.6em;
	}
	
	/* ==========================================================================
	下層ページ
	========================================================================== */
	.sub_visual{
		height: 140px;
	}
	.sub_visual .head_name {
		height: 140px;
	}
	.sub_visual .head_name p{
		font-size: 140%;
		top: calc(50% + 25px);
	}
	.sub_visual .head_name p span{
		font-size: 70%;
	}
	main#sub_page{
		margin-top: 140px;	
	}
	/*******************************************
	パンくず
	*******************************************/
	#bread{
		line-height: 1.5em;
		margin-bottom: 40px;
	}
	/*******************************************
	BASE
	*******************************************/
	main#sub_page .ttl2{
		font-size: 150%;
		margin-bottom: 30px;
	}
	main#sub_page .ttl2 span{
		font-size: 60%;
	}
}
