@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.entry-content {
    margin-top: -20px;
    margin-bottom: 0;
}
body{background-color:#fff;}

/************************************
** contents
************************************/
.wrap {
width: 100%;
margin: 0 auto;
}

#content{ margin-top:0;margin-bottom: 0;}
#content-in{margin:0 auto;}
#content::after{ display:none;}
#post-18{margin-bottom:0!important;}

#main{padding:0;margin-bottom:0; border:none;}

.page .sns-follow,
.page .author-info{
    display: none;
}
#main-image p img:hover{ opacity:1;}

/************************************
** ヘッダー
************************************/
.logo{
	width:330px;
	text-align:left;
}
#header-in{ width:1196px; margin:0 auto;}


/**      ヘッダーボタン		**/
.h-submenu{float:right; margin-top:-105px;}
.h-submenu li{ display:inline-block;}

.page .header-container-in{ height:60px;}
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header { margin-top:10px;}
/************************************
** パンくずリスト
************************************/
.breadcrumb{
	color:#000;
	font-size:14px;
}
.breadcrumb-caption{ color:#000;}

/************************************
** フッター
************************************/
#footer{padding-top:0!important;margin-top:0;}
/*.article-footer{ display:none;}*/

/************************************
** Main
************************************/
.wp-block-cover{ min-height:560px;margin-bottom:0!important; }

/************************************
** Menu
************************************/
.header-container-in { position:relative;padding-bottom:10px;}
.header-container-in .navi-in{ position:absolute;right:0px; top:0px; }
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:14px!important; font-weight:bold;}

#menu-h-menu{ margin-top:10px;margin-right:20px;}
#menu-h-menu li{padding-top:10px; width:95px!important; text-align:center; line-height:2!important; display: block; height:40px; }
#menu-h-menu li a{color:#000000;border-left:1px solid #000; }
#navi-in li a:hover{ background-color:transparent!important; text-decoration:underline;}

.navi-menu-caption{ color:#000000;}

#menu-h-menu li#menu-item-17 a{ border-left:none!important;}

#menu-h-menu li#menu-item-18{border:1px solid #98c3e6;border-radius:30px; width:140px;display: block; position:relative; padding-top:0px!important;}
#menu-h-menu li#menu-item-18 .item-label{ color:#000; height:40px;padding-top:7px; font-size:12px!important;}
#menu-h-menu li#menu-item-18 a:hover .item-label{ text-decoration:underline; border-radius:30px; background-color:#98c3e6!important; color:#fff; width:100%;}
#menu-h-menu li#menu-item-18 a{border-left:none; }


#menu-h-menu li#menu-item-19{border:1px solid #a6dbb2; border-radius:30px; width:140px;display: block; position:relative; margin-left:10px;padding-top:0px!important;}
#menu-h-menu li#menu-item-19 .item-label{ color:#00045c; height:40px;padding-top:7px;font-size:12px!important; }
#menu-h-menu li#menu-item-19 a:hover .item-label{background-color:#a6dbb2!important; border-radius:30px; text-decoration:underline; color:#fff; width:100%;}
#menu-h-menu li#menu-item-19 a{border-left:none; }


.m-magazine{
   display:block;
   width:100%;
   text-decoration:none;
   color:#002b6d;	
}

/**検索ボタン **/
#menu-h-menu li.header-search {
padding-top:0;	
  width: 150px !important;
	margin-left:10px;
}

.header-search .search-box {
  margin: 0;
}

.header-search input[type="text"] {
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 14px 14px 14px 14px / 50% 50% 50% 50%;
}

.header-search .search-submit {
  color: #378cb0;
}
.submenu{background-color:#fff; text-align:right;margin-bottom:20px;margin-right:20px;}
.submenu li{
	display:inline-block;
	padding:5px;
	background-color:#85b8e3;
	color:#fff;
	font-size:0.8em;
	margin-right:5px;
}
.submenu li a{color:#fff; text-decoration:none;}
.submenu li a:hover{ text-decoration:underline;}
/************************************
** 固定ヘッダー
************************************/
.fixed-header{ height:80px;}
.fixed-header #menu-h-menu li{width:80px;}
.fixed-header #menu-h-menu li#menu-item-48{width:130px;}
.header-container-in.hlt-top-menur{position:relative;}
.fixed-header #nav{background-color:none; padding-bottom:0!important;}
.fixed-header #navi .navi-in{
  position: absolute;
  right:0;
  top:10px;
}

.fixed-header #navi .navi-in a{color:#012351;}
.fixed-header .logo{ position:absolute;top:10px;left:0; }
.fixed-header .h-submenu{ 
	position:absolute;
	bottom:-4px;
	right:50px;
}
.fixed-header .h-submenu img.pc-img{ max-width:95%;} 
.header-container-in.hlt-top-menu .h-submenu li{ padding-top:10px;}
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:11px; color:#000000; }


/************************************
** 共通
************************************/
section{ margin-bottom:0!important;}



.entry-card-meta, .related-entry-card-meta{ padding-bottom:10px;}

img.aligncenter {
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{ margin:5px 0 30px 30px;}
img.alignleft{ margin:5px 30px 30px 0;}

img a:hove{ opacity:0.5;}

.alignright{ float:right; }
.alignleft{ float:left; }

.pc-img{ display:inline!important;}
.tab-img { display:none!important;}
.smt-img { display:none!important;}

/************************************
** margin / padding
************************************/
.mt10{ margin-top:10px;}
.mt30{ margin-top:30px;}

.mb0{ margin-bottom:0px!important;}
.mb15{ margin-bottom:15px;}
.mb30{ margin-bottom:30px!important;}
.mb50{ margin-bottom:50px!important;}

.mr0{margin-right:0!important;}
.mr10{margin-right:10px!important;}

/************************************
** Font
************************************/
.fss{font-size:60%;}
.fs{font-size:80%;}
.fm{font-size:120%;}
.fl{font-size:140%;}
.fll{font-size:160%;}

.bold{ font-weight:bold; }
.uline{ text-decoration:underline;}
.line{ border-bottom:1px solid #a2a2a2; padding-bottom:7px;}
.fuchidori {
color: #000;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.blue{color:#002b6d;}
.blue01{color:#00a3d8;}

.yellow{ color:#f9ef55;}
.yellow02{ color:#edc953;}
.red{ color:#f80000;}
.white{ color:#ffffff;}
.gray{color:#aeaeae;}

.line-yellow{ background:linear-gradient(transparent 60%, #fffa00 60%);}
.mincho{font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;}

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

.text01{ line-height:1.4;}


/************************************
** button
************************************/
.bt01{ border:1px #000 solid;text-align:center;margin:0 150px;}
.bt01 a{ text-decoration:none; color:#000; font-size:1em; padding:20px 10px;display:block;}
.bt01 a:hover{ background-color:#e3e3e3;}

.yazirusi {
  display: inline-flex;
} 
.yazirusi::after {
  content: '';
  width: 50px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
.more a{
	background-color:#002b6d;
	border-radius:50px;
	text-align:center;
	padding:13px 30px 6px 30px;
	display:inline-block;
}

.entry-mail{
	border-radius:50px;
    width: 80%;
    height:50px;
    background: radial-gradient(circle, rgb(58, 99, 255), rgb(42, 179, 252) 90%);
	margin:0 auto;
	vertical-align:sub;
	padding-top:10px;
}
.entry-mail a{ color:#fff; text-align:center; font-weight:bold; text-decoration:none;}
.entry-mail a:hover{text-decoration:underline;}

.actionArea03 .btn{
	background-color:#fff;
	border:none;
} 

/************************************
** Tittle
************************************/
.article section h2{ background-color:transparent; text-align:center;}


h1.entry-title,
h1.archive-title{
   padding: 1rem 2rem;
  border-left: 4px solid #0095d9;
  margin-bottom:50px;	
}

h2.ti02{
 font-size: 20px !important;/*文字のサイズ*/
  background-color: #85b8e31c!important;
  border-bottom: 3px solid #85b8e3;/*下線*/
  color: #333;
  padding:20px;
  margin-bottom: 30px;
text-align:left!important;
	
}

h2.ttl {
width: 100%;
position: relative;
color: #fff;
text-align: center;
padding: 30px;
margin-bottom:30px;
background-color: #0b4797!important;
font-size:1.8em;
line-height: 1.2em;
letter-spacing: -0.1em;
}
.ttl::after {
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin: 0 0 0 -50px;
border: 50px solid transparent;
border-top-color: #0b4797;
content: '';
}

h2.ttl02 {
width: 100%;
color: #fff;
text-align: center;
padding:20px;
background-color: #0b4797!important;
font-size:1.8em;
line-height: 1.4;
letter-spacing: -0.1em;
margin-bottom:10px;
}

.article h3{ border:none; font-size:1.8em;}
.ti03{
    display: flex;
    align-items: center;
	color:#002b6d;
	font-size:1.2em!important;
	padding-left:0!important;	
}
 
.ti03:after{
    content: "";
    height: 1px;
	 width: 100px;
    background-color: #a2a2a2;
	margin-left: 1rem;
}
 
.ti03:before { margin-right: 1rem; }

.article h3.ti03{border:none; margin-bottom:50px;}

.article h4{ 
	border-top:none;
	border-bottom:none;
}

.ti04{
  font-size: 20px !important;/*文字のサイズ*/
  background: #eef2f5!important;/*背景色*/
  border-bottom: 3px solid #001341!important;/*下線*/
  color: #323232!important;
  padding:.7em!important;
  margin-bottom: 30px!important;
  border-top: none !important;
}
/************************************
** box
************************************/
.box01{ 
  padding: 10px;
  border: 1px solid #0b4797;
  display:inline-block;
  background-color:#0b4797;
  color:#ffffff;
  margin-bottom:10px;
}
.box02{ 
 padding:20px 40px;
  border: 1px solid #e9e9e9;
  display:inline-block;
  background-color:#fff;
  margin-bottom:10px;
}
.boxblue{ 
	background-color:#e3eef7;
	padding:20px;
	margin-bottom:20px;
}

.dl-l{ float:left; width:48%; margin-left:10px; }
.dl-r{ float:right; width:48%;}

/************************************
** youtube レスポンシブ
************************************/
.movie-wrap{
  width:100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-container{ 
	max-width:1000px!important;
	text-align:center!important;}

/************************************
** List
************************************/
ul{ padding-left:0!important;}
.listNomal{ padding-left:0!important;}
.listNomal li{ list-style:none!important;}
.article dd {
    margin-left: 0px;
}

dl.listIcon01{
	padding-left:0!important;
	padding-bottom:17px;
	margin-bottom:17px;
    background: url(images/line-dotte.png) left 0px bottom repeat-x;
}

dl.listIcon01 dt {
    padding: 15px 0 15px 35px;
    line-height: 1.2em;
    background: url(images/icon-chk.png) left 0px top 50% no-repeat;
	margin:0 0 10px 0;
    font-weight: bold;
    font-size: 1em;
	list-style:none
}
dl.listIcon01 dd { padding-left:30px; }

.listIcon02{padding-left:0px!important;}
.listIcon02 li {
    padding: 5px 0 12px 40px;
    line-height: 1.6em;
    background: url(images/icon-arrow02.png) left 0px top 10px no-repeat;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 1.2em;
	list-style:none;
	color:#0b4797;
}
.listIcon03{padding-left:0px!important;}
.listIcon03 li {
    padding: 12px 0 12px 50px;
    line-height: 1.6em;
    background: url(images/icon-arrow03.png) left 0px top 10px no-repeat;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 1.2em;
	list-style:none
}
.listcircle{
	padding-left:0px!important;
}
 
.listcircle li{
  position: relative;
  padding-left: 20px;
 list-style:none;
 font-size:1em;
}
 
.listcircle li:before {
  content: "";
  position: absolute;
 bottom:30%;
  left: 0;
  width:10px;
  height:10px;
  background-color: #00a3d8;
  border-radius: 50%;
}

ol.listnumber {
  list-style: none;
  counter-reset: list-counter; /*list-counterの値が0にリセットされる*/
  padding: 0;
  margin: 0;
}
ol.listnumber li {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0;
  padding-left: 40px;
  position: relative;
}

ol.listnumber li:before {
  content: counter(list-counter);/*list-counterの値を挿入*/
  counter-increment: list-counter;/*連番の値が挿入される*/
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50%;/*円を作る*/
  height: 30px;/*円の高さを指定*/
  width: 30px;/*円の幅を指定*/
  display: flex;/*円と文字が中央になるよう調整*/
  justify-content: center;
  align-items: center;
  position: absolute;/*左端に配置*/
  top: 0;
  left: 0;
  font-size: 85%;/*文字サイズ小さめに調整*/
	background-color:#001341;
	color:#fff;
}

.dlfaq{background:url("images/line-dotte.png") repeat-x left bottom; margin-bottom:20px;}
.dlfaq dt{ 
	padding:15px 0px 15px 70px;
	margin-bottom:30px;
	font-size:1em; 
	font-weight:bold; 
	background:url("images/icon-q.png") no-repeat left center;
	color:#000;
}
.dlfaq dd{
	margin-left:0!important;
	padding:5px 0px 30px 70px;
	font-weight:bold; 
	background:url("images/icon-a.png") no-repeat left 10%;
	font-size:14px;
}

dl.dllist { float:left;width:30%; margin-right:3%;}
dl.dllist dt{ font-weight:bold; margin-bottom:5px; }
dl.dllist dd{ line-height:1.4; margin-bottom:30px;margin-left:0!important;text-align:center;}

.list01{ padding-left:0!important;}
.list01 li{ display:inline;}

.listblue li{ 
	display:inline-block;
	background-color:#569df5;
	border-radius:5px;
	color:#fff;
	font-size:0.95em;
	padding:20px;
	text-align:center;
	width:31%;
	margin-left:10px!important;
}
li.listred { 
	display:inline-block;
	background-color:#ea0838;
	border-radius:50px;
	color:#fff;
	font-size:0.95em;
	padding:10px;
	text-align:center;
	width:20%;
	margin-left:10px!important;
	font-weight:bold;
}

li.listred a::before{
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
li.listred  a{ color:#fff; text-decoration:none;} 
li.listred  a:hover{  text-decoration:underline;} 
li.more { list-style:none; display:inline-block; }
li.more a{padding:5px 30px 6px 30px; margin-top:5px;}
li.more img{ padding-top:5px;}


.listmedia li{ 
	float:left;
	background-color:#e6e9ed;
	border-radius:5px;
	color:#333;
	font-size:0.8em;
	padding:20px;
	text-align:center;
	width:31%;
	margin-left:10px!important;
	min-height:280px;
	list-style:none;
}
/************************************
** table
************************************/
table .thead th {
	background:#1e4260!important;
	padding:10px;
	color:#fff;
}

table.table01 {
	margin:3% 0;
	border-left:#accbd3 1px solid;
	border-right:#accbd3 1px solid;
	
}
table.table01 th {
	background:#eef2f5!important;
	color:#000;
	padding:15px;
	text-align:left;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-left:#ccc 1px solid;
	width:30%;
}

table.table01 th.th01 { background-color:#accbd3!important; width:15%;}
table.table01 th.th02 { background-color:#e9decd!important; width:30%;}
table.table01 td {
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	padding:15px;
	text-align:left;
}

table.table01 td.price{ text-align:right;}

table.table02{
  border-collapse: collapse;
  width: 100%;
}
.table02 th,
.table02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.table02 th {
  background:#eef2f5;
  color: #000;
  
}
@media screen and (max-width: 640px) {
  .table02 .head{
    display:none;
  }
  .table02 {
    width: 100%;
  }
  table.table02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.table02 td:first-child{
    background: #eef2f5;
    color:#000;
    font-weight:bold;
  }
	
table.table02 td:before{
    content: attr(data-label);
    font-size: .7rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .table02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/* table03 */
.table03 tr {
  border-bottom: 1px solid #b5b1b1;
}

.table03 th,
.table03 td {
  padding: 24px 0;
  border: none;
	font-size:1em;
}

.table03 th {
  width: 30%;
	background-color:transparent;
}

/* tablet */
@media only screen and (max-width: 1024px) {
.table03 td{ width: 50%;}
}

/* sp */
@media only screen and (max-width: 840px) {
  .table03 th,
  .table03 td {
    width: 100%;
    display: block;
	text-align:center;
  }


 .table03 td {
    padding-top: 0;
  }
}

/************************************
** googlemap
************************************/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/************************************
** アイキャッチ
************************************/
.page .eye-catch-wrap { /*アイキャッチ*/
display: none;
}
/************************************
** clearfix
************************************/

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

/************************************
** TOP
************************************/
.home #main-image{background: transparent url(images/bg-main.png) center bottom 15% repeat-x!important;}
.home #main-image p{
    width: 1196px;
    margin: 0 auto;	
	padding-left:100px;
	height:450px;
}

.home .inner{ padding:50px 0;}
.home #content{
	max-width:100%;
	margin:0 auto;
	padding:0;
}
.home .content-in.wrap{ width:100%!important; }

.home .sec01 .box01{
	border:1px solid #e9e9e9;
	border-radius:10px;
	padding:30px;
	background-color:#f5fafd;
	color:#000;
}

.home .sec01 .inner{ padding-top:0!important;}

.home .sec02{ background:url("images/bg-sec04.png.webp") repeat center top;}
.home .sec02 .box01{
	border:1px solid #e9e9e9;
	border-radius:10px;
	padding:70px;
	background-color:#f5fafd;
	color:#000;
	margin-bottom:50px;
}


.home .sec02 h4{border-left:10px solid #002b6d; color:#002b6d; padding-left:20px; margin-bottom:30px;}

.home .sec02 .box01 dl.box01l{ float:left;width:50%;}
.home .sec02 .box01 dl.box01r{ float:right;width:40%;}
.home .sec02 .box01 dl.box01r dt{ width:100%;background-color:#83b7e2; color:#fff; padding:10px; display:block; text-align:center;margin-bottom:20px;}
.home .sec02 .box01 dl.box01r dd{ display:inline-block; width:49%;}
.home .sec02 .box01 dl.box01r dd a{ font-size:0.8em; text-decoration:none;}
.home .sec02 .box01 dl.box01r dd a:hover{ text-decoration:underline;}
.home .sec02 .box01 dl.box01r dd .arrow::before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #83b7e2;
}
.home .sec02 ul{ margin-bottom:0!important;
display: flex;}
.home .sec02 p.more01{ margin:10px; border-radius:40px; padding:10px 30px;list-style:none; text-align:center; background-color:#002b6d;}
.home .sec02 p.more01 a{color:#fff; text-decoration:none;}
.home .sec02 p.more01 a:hover{ text-decoration:underline;}

.home .sec03 dl{
	float:left; 
	width:486px;
}
.home .sec03 dl.lecture01{ margin-right:20px;}
.home .sec03 dl dt a:hover{ opacity:0.8;}
.home .sec03 dl dd{
padding:30px;
background-color:#f5fafd;
border:1px #94baff solid;
margin-top:-9px;
	min-height:320px;
}

.home .sec04{ }
.home .sec04 .inner{padding-bottom:50px; padding-top:50px;}
.home .sec04 .sec04-inn{ background-color:#fff; border-radius:20px; padding:50px; margin-bottom:30px;border:3px solid #85b9e3;}

.home .sec06{
	padding:50px 0;
}
.home .sec07{
	background:url("images/bg-sec07.jpg.webp") repeat center bottom;
	padding:50px 0;
}
.home .sec07 .inner{background:rgba(255,255,255,0.9); padding:15px 30px; border-radius:10px;}

.new-entry-card-content .entry-card-snippet {
 max-height:initial;
 overflow:auto;
}

.home .sec08{
	background-color:#f1f8fd;
	padding:50px 0;
}



/************************************
** カルーセル
************************************/
#carousel{background-color:#f6fafd; padding:20px; margin-bottom:30px; }
#carousel-in{ background-color:transparent;}
.carousel-entry-card-title{color:#002b6d;}

.cat-label-9{display:none;}

.carousel a {
	pointer-events: none;
}

/************************************
** 固定ページ
************************************/
.page .inner{
width:1000px;
	margin:0 auto;
	/*margin:0 15%;*/
}

.post-8 .date-tags,
.post-46 .date-tags,
.post-306 .date-tags,
.post-286 .date-tags,
.post-22859 .date-tags,
.post-1493 .date-tags,
.post-1460 .date-tags,
.post-246 .date-tags{display: none;}


/************************************
** 著書一覧
************************************/
.listbook{ text-align:right; margin-top:30px;}
.listbook li{ 
display:inline-block;
padding:10px 20px;
border-radius:40px;
background:#00a5db url("images/icon_arrow.png") no-repeat left 10% center;
padding-left:60px;
}
.listbook li.bt-more{ background:#002b6d url("images/icon_arrow.png") no-repeat left 10% center;}
.listbook li a{	color:#fff; text-decoration:none;}
.listbook li a:hover{color:#999;}
.listbook li.bt-buy a:hover{color:#1e1e1e;}

.slick-track .carousel-entry-card-thumb img{
object-fit: cover;
aspect-ratio: auto;
}


/************************************
** プライバシーポリシー
************************************/
.dlprivacy {
margin-left: 0;
margin-right: 10px;
}

.dlprivacy dt {
margin: 27px 0 14px;
border-left: 5px solid #2589d0;
background-color: #f4f4f4;
padding: 10px 18px 7px;
line-height: 1.5;
font-size: 120%;
font-weight: normal;
}

.dlprivacy dd {
margin-bottom: 20px;
margin-left: 15px;
}


/************************************
** プロフィール
************************************/
#profile ul li{ flex: 1; margin:10px; border-radius:40px; padding:10px 30px;list-style:none; text-align:center; margin-bottom:17px;}
#profile  ul li a{color:#fff; text-decoration:none;}
#profile  ul li a:hover{color:#fff; text-decoration:underline;}

#profile ul li.more01{ background-color:#83b7e2;}
#profile ul li.more02{ background-color:#002b6d;}

.background_btn04 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1em 2em;
  background: #66CCFF; /* 背景色 */
  text-decoration: none;
  border-radius: 0.5em;
  color: #333; /* 文字色 */
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: center; /* 文字の太さ */
}
/* マウスオーバーした際のデザイン */
.background_btn04::before {
  position: absolute;
  content: '';
  color: #333; /* 文字色 */
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #66CCFF 50%, #66CCFF 60%); /* めくれた色 */
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.background_btn04:hover::before {
  width: 2em;
  height: 2em;
}
/* クリックした際のデザイン */
.background_btn04:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(1px, 1px);
}

.background_btn05 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1em 2em;
  background: #66CC33; /* 背景色 */
  text-decoration: none;
  border-radius: 0.5em;
  color: #333; /* 文字色 */
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: center; /* 文字の太さ */
}
/* マウスオーバーした際のデザイン */
.background_btn05::before {
  position: absolute;
  content: '';
  color: #333; /* 文字色 */
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #66CC33 50%, #66CC33 60%); /* めくれた色 */
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.background_btn05:hover::before {
  width: 2em;
  height: 2em;
}
/* クリックした際のデザイン */
.background_btn05:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(1px, 1px);
}

.background_btn06 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1em 2em;
  background: #FF9933; /* 背景色 */
  text-decoration: none;
  border-radius: 0.5em;
  color: #333; /* 文字色 */
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: center; /* 文字の太さ */
}
/* マウスオーバーした際のデザイン */
.background_btn06::before {
  position: absolute;
  content: '';
  color: #333; /* 文字色 */
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #FF9933 50%, #FF9933 60%); /* めくれた色 */
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.background_btn06:hover::before {
  width: 2em;
  height: 2em;
}
/* クリックした際のデザイン */
.background_btn06:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(1px, 1px);
}


/************************************
** お問い合わせ
************************************/
/*デザインcss↓*/
.box_con {
  max-width: 1000px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .box_con {
    width: 95%;
  }
}
.box_con form {
  width: 100%;
}
.box_con form table {
  width: 100%;
}
.box_con form table tr {
  position: relative;
}
.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}


.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
text-align:left;
}
.submit-button {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 30px auto 0;
    background-color: #e4eeef;
    cursor: pointer;
    border: 1px solid #e4eeef;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}
 
.submit-button:hover {
    background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}
 
@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #f5f6f7;
    padding: .8em .2em;
  }
}
.box_con form table tr th span {
  border-radius: 6px;
  margin-right: 8px;
 ?padding-top: 3px;
 ?padding-bottom: 3px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #cd6f55;
  color: #fff;
  font-size: 14px;	
}
.box_con form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con form table tr .box_br {
  display: block;
}
.box_con form table tr select {
  border: 1px solid #4c7096;
}
.box_con form table tr label input {
  cursor: pointer;
 /* display: none;*/
  vertical-align: middle;
}
.box_con form table tr .radio02-input{
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}

.box_con form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #4c7096;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
/*  width: 100%;
  height: 3em;*/
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr textarea {
width:100%!important;
height:100px!important;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

/************************************
** 投稿ページ
************************************/
.category #content-in,
.single #content-in{
	margin:0 auto;
	background: #FFF;
/*    padding: 2% 5%;*/
    max-width: 1000px;
}

.eye-catch{
	text-align:center;
}
.eye-catch img{
	margin-bottom:30px;
}
.eye-catch .cat-label{ background-color:#000ad0; color:#fff;}


.single .article h2{
 padding: 0.5em;
  color: #494949;
  background: #eaf4fc;
  border-left: solid 5px #7db4e6;
}

.single .article h3{
	font-size:20px;
 padding: 0.5em;
  color: #494949;
  background: #eaf4fc;
  border-left: solid 5px #7db4e6;
}
.single .article h4{
font-size:16px;
padding: 0.5em;
color: #494949;
background: #eaf4fc;
border-left: solid 5px #7db4e6;
}
.single .article h5{
font-size:14px;
padding: 0.5em;
color: #494949;
background: #eaf4fc;
border-left: solid 5px #7db4e6;
	border-bottom:none;
}

.cta-box {
border: solid 1px #9d9d9d;
border-radius: 8px;
background-color: #fff;
color:#444;
}

.related-entry-card .cat-label{color:#222;}

.related-entry-card-thumb.card-thumb,
.new-entry-card-thumb{
  position: relative;
  padding-top: 56.25%;
  margin-bottom:8px;
}
.related-entry-card-thumb.card-thumb img,
.new-entry-card-thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/************************************
** 関連記事
************************************/
.related-entry-card-wrap {
  border: 1px solid var(--cocoon-basic-border-color);
}
.related-entry-card-meta{ margin-top:10px;}



/*******************************
* カテゴリページ
********************************/
.entry-card-wrap { margin-bottom:10px;}
.entry-card{
	padding-left:0!important;
	padding-bottom:20px;
	margin-bottom:10px;
    background: url(images/line-dotte.png) left 0px bottom repeat-x;
}
.ect-vertical-card h2.entry-card-title{
    background: #fff!important;
    border-left: none!important;
    margin-bottom: 10px!important;
    padding: 10px 0!important;
}

/* アイキャッチの高さ揃える */
.entry-card-thumb.card-thumb{
  position: relative;
  padding-top: 56.25%; /*16:9の比率*/
  margin-bottom:8px;
}

.entry-card-thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cat-label.cat-label-56,
.cat-link.cat-link-56{ background-color:#85b9e3;}
.cat-label.cat-label-16,
.cat-link.cat-link-16{background-color:#002b6d; color:#fff;}
.cat-label.cat-label-46,
.cat-link.cat-link-46{background-color:#66b563; color:#fff;}




/*******************************
* 新着記事を横並びに
********************************/
.widget-entry-cards.card-large-image .a-wrap {
}
#list .a-wrap,
.widget-entry-cards.card-large-image .a-wrap {
font-size: 95%;
text-align: left;
padding:2em 1.5em;
background-color:#fff;
border:1px solid #e9e9e9;
border-radius:10px;
width:32.25%!important;
min-height:340px;
vertical-align:top;	
display: inline-block!important;
margin:0 auto 15px auto;	
}
.ect-vertical-card .a-wrap,
.page-id-304 .widget-entry-cards.card-large-image .a-wrap{ min-height:320px;}

@media screen and (max-width: 800px) {
.ect-vertical-card .a-wrap,
.widget-entry-cards.card-large-image .a-wrap {
width:auto;
display: inline-flex;
}
}

.widget-entry-cards.not-default figure img {
width:100%!important;
padding: .5em;
}

.card-title{ text-align:left; margin-bottom:10px;font-size:16px; font-weight:bold;}
.card-snippet{ font-size:12px;opacity:1;}

.new-entry-card .cat-label{
  float: left;
  display: flex;
  align-content: center;
	color:#fff;
	border:none;
    top: 0em;
    left: 0em;	
}
/*.new-entry-card .cat-label-11,*/
.cat-label-11{background-color:#7bd04b!important;padding:5px 10px;color:#fff!important;}
.cat-label-12{background-color:#000ad0!important;padding:5px 10px;color:#fff!important;}
.cat-label-13{background-color:#d04b9c!important;padding:5px 10px;color:#fff!important;}
.new-entry-card .cat-label-10,
.entry-card-thumb .cat-label-10{background-color:#000ad0;padding:5px 10px;}

/************************************
 * ブログガード
************************************/
.rect-vertical-card .related-entry-card-wrap{
	padding:2em 1.5em 0.5em 1.5em;
}
.related-entry-card-snippet,
.ect-3-columns .entry-card-snippet{
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
　margin-bottom:15px;
}
.related-entry-card-meta{ margin-top:15px;}

/************************************
**　トップ新着・人気・関連記事ウィジェット
　　投稿日・更新日表示
************************************/
.new-entry-card-date .post-date{
background:transparent url(images/icon-time.png) no-repeat left center;	
padding:10px 0 10px 20px;}

.widget-entry-card-date {
	display: block;
	position: absolute; right: 0;/*右寄せ*/
	font-size: 18px; /*フォントサイズ*/
}

.widget-entry-card-snippet{
	line-height:1.5;	
}
.post-date,
.post-update{
	display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.new-entry-card-post-date:before{ 
	margin-right:5px;
	content: "\f017";}
.new-entry-card-update-date:before{ 
	margin-right:5px;
	content:"\f1da";}

.entry-card-snippet, .related-entry-card-snippet{ margin-bottom:10px;}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1100px以下 (タブレット横サイズ)* */

@media screen and (max-width: 1100px){
#menu-h-menu li{ width:75px!important; }	
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:11px!important; }
	
#menu-h-menu li#menu-item-21260,
#menu-h-menu li#menu-item-21261{width:40px!important;}
	
#menu-h-menu li#menu-item-18{width:100px!important;}
#menu-h-menu li#menu-item-19{width:100px!important;}

#menu-h-menu li#menu-item-19{border:1px solid #ea0838; width:120px;display: block; position:relative; margin-left:10px;}
#menu-h-menu li#menu-item-19 .item-label{ color:#ea0838; height:40px;padding-top:7px; }
#menu-h-menu li#menu-item-19 a:hover .item-label{ background-color:#ea0838!important; color:#fff; width:100%;}

	
.home #main-image p{ width: 100%; padding-left:40px; }
}


/*1024px以下*/
@media screen and (max-width: 1024px){

/************************************
** ヘッダー
************************************/
#header-in{ width:100%; position:relative; }

.tagline{ 
	margin-top:0!important;
	margin-bottom:0!important;
}
	
.mobile-header-menu-buttons{ background-color:#fff;}
.search-menu-button{ display:none;}
.navi-menu-button{ margin-top:7px;}

	
/*固定ヘッダーエリア*/	
.fixed-header #navi .navi-in {
position: absolute;
left: 230px!important;
top: 10px;
}

.fixed-header .header-container-in.hlt-top-menu .navi-in .item-label{ font-size:0.8em!important;}	
.fixed-header .logo{ position:absolute;top:10px;left:0; }
.fixed-header .h-submenu{
  width:340px;	
  position: absolute;
  top: -10px;
  left: 750px;
  margin-top: 0 !important;	
}
.fixed-header #menu-h-menu li{ /*width:16%!important;*/ }
.fixed-header .h-submenu li{ max-width:120px;}	
.fixed-header .h-submenu img{ }
	
/*ロゴエリア*/
.logo-menu-button img {
    max-height: 50px;
	max-width:95%;
	margin: 20px 0 0 5px;
}

/*ヘッダーボタンエリア　*/
.h-submenu{ width:450px; margin-top:-105px!important; margin-left:0px!important;padding-left:5px!important;}
.h-submenu li.h-contact{/* margin:10px 5px 0 0px!important;*/}
.mobile-header-menu-buttons .h-submenu li{ display:inline-block;}
	
/*メニューエリア*/
#menu-h-menu li{ /*width:15%!important;*/ font-size:0.8em!important;}	
	

.fa-bars::before{ color:#000000!important;}
.search-menu-button.menu-button,
.mobile-header-menu-buttons .navi-menu-button.menu-button{
	height: 65px;
	padding-top: 10px;
	padding-left:5px;
	padding-right:5px;
}
.navi-menu-button { width:60px!important;}	
.navi-menu-button img{margin-right:0; }
.navi-menu-caption{ color:#000000!important; }	

	
/*メイン画像エリア*/
.wp-block-cover{min-height:70vh;}
#main-image p{
text-align:left!important;
width: 100%;
margin: 0 auto;
}	
	
img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

/************************************
** contents
************************************/
.page .inner{
margin:0 auto;
padding: 0 5%;
max-width: 100%;	
}	
/************************************
** section
************************************/
section .inner{ margin:0 auto; width:100%; padding:30px!important;}
.home .sec02 ul li{ padding:10px 30px;}		
.home .sec03 dl{ width:460px;}
	
/************************************
** List
************************************/
.list01{　width: 100%; text-align:center;}
.list01 li{　margin:0 auto;display:inline-block;}

.listblue li{ margin-left:0px!important;}	
	
dl.dllist { float:none;width:100%; margin-right:0;}
dl.dllist dt{ text-align:center; }	
.alignright,.alignleft{	float:none;}

/************************************
** table
************************************/
table.table01 th,
table.table01 td{
width:100%!important;
display: block!important;}	



.pc-img { display:none !important;}
.tab-img{ display:inline!important;}	
.tab-smt{ display:inline!important;}	
.smt-img{ display:none !important;}	
}

	
/*1023px以下*/
@media screen and (max-width: 1023px){

/************************************
** 固定ページ
************************************/
.page .inner{
	width:100%;
	margin:0 auto;

}

/*ヘッダーボタンエリア　*/	
.h-submenu {
  width: 140px;
  margin-top: 10px !important;
  margin-left: 0px !important;
  padding-left: 5px !important;
}	
	
.ti01{ display:block;}
	
.smt-img{ display:inline!important;}
#main-image .smt-img{display:none !important;}
.tab-img{ display:none !important;}
#main-image .tab-img{display:inline !important;}	
.h-submenu .smt-img { display:inline!important;}
	


	
.category-page-content li.listred{ width:45%; margin:0 auto; }	
	
}

/*1000px以下*/
@media screen and (max-width: 1000px){
.tab-img {
display:inline !important;
width: 100% !important;
}
}

/*840px以下*/
@media screen and (max-width: 844px){
/************************************
** 			main
************************************/
.widget-entry-cards.card-large-image .a-wrap{min-width:100%;}		
	
/* モバイルヘッダー高さ分、余白を設ける */
  body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 0px;
}	
	
#main-image .tab-img{display:none !important;}
#main-image .smt-img{display:inline !important;}

.header-container-in.hlt-top-menu .logo-header img{
display:none;
}
	
.home #main-image{
	width: 100%;
	background-color:transparent;
    background-image:url(images/bg-main-smt.png)!important;
    background-repeat: no-repeat;
    background-position:center bottom!important;
    background-size: cover!important;
	height:600px;
}
	
.home #main-image p{
	width:100%;
	padding-top:0px;
	padding-left:0px;
	position:absolute;
	top:15%;
	left:0;}	
	
	
/************************************
** 			header
************************************/
.mobile-menu-buttons{background-color:#fff;}	

/*ヘッダーボタンエリア　*/
.h-submenu{ width:130px; 
	margin-top:10px!important;
	margin-left:0px!important;
	padding:0!important;}
.h-submenu li.m-magazine{ margin:0px 0px 0 5px!important;color:#fff;}
.h-submenu li.m-contact{ margin:0px 0px 0 5px!important;color:#fff;}
.mobile-header-menu-buttons .h-submenu li{ display:inline-block;width:45%;}	

	

/************************************
** 			tittle
************************************/	

h1.entry-title{ width:100%;}	
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 0;
}
.article h3{border:none!important;}	
/************************************
** 			section
************************************/	
section{ /*padding:20px;*/ margin-top:0px!important; margin-bottom:0px!important; }
	

.home .sec02 .box01{padding:20px;}
.home .sec02 .box01 dl.box01l{ float:none;width:100%;}
.home .sec02 .box01 dl.box01r{ float:noe;width:100%;}
.home .sec02 .box01 dl.box01r dt{ background-color:#83b7e2; color:#fff; padding:10px; display:block; text-align:center;margin-bottom:20px;}


.sec02 ul{ display:block!important;}
.home .sec02 ul li{ margin:10px; border-radius:50px; padding:10px; text-align:center;}
.home .sec02 ul li a{color:#fff; text-decoration:none;}
.home .sec02 ul li.more01{ background-color:#83b7e2;}
.home .sec02 ul li.more02{ background-color:#002b6d;}



	
.home .sec03 dl{
	float:none; 
	width: 100%;
	margin:0 auto 20px auto;
}
.home .sec03 dl.lecture01{ margin-right:0px;}	
.home .sec03 dl.lecture01 dt img,
.home .sec03 dl.lecture02 dt img{ width: 100vw;}	
	
.home .sec04 .sec04-inn{padding:30px;}
	
/************************************
** 			page
************************************/		

.bt01{margin:20px 0;}

/************************************
** 			media
************************************/		
#list .a-wrap,
.widget-entry-cards.card-large-image .a-wrap {
	min-width:100%;
}	
	
/************************************
** 			Table
************************************/	
table.table01 th,
table.table01 td{
		width:100%;
	display: block;}	
/************************************
** 			list
************************************/		
.listblue li{ 
	width:100%;	
	margin-left:0px;
	}
.listmedia li{ 
	width:100%;	
	margin-left:0px!important;
	min-height:auto;
}
	
/************************************
** 			Box
************************************/	
.dl-l{ float:none; width:100%; margin-left:0px; }
.dl-r{ float:none; width:100%;}


.tab-img { display:none !important;}	
.smt-img { display:inline!important;}
}
	
	
/*750px以下*/
@media screen and (max-width: 750px){
.service-bn li {
	list-style: none;
	width:100%;
	margin:0 0 1% 0 !important;
	height:auto;
float:none;}

.submenu{
		position:absolute;
		top:20%;
		right:0;
}	
.home #main-image p{
	width:100%;
	padding-top:0px;
	padding-left:0px;
	position:absolute;
	top:35%;
	left:0;}		
}


/*640px以下*/
@media screen and (max-width: 640px){
/************************************
** 			TOP
************************************/
.header-container{display:none;}
.submenu{
		position:absolute;
		top:15%;
		right:0;
}	
	
.home #main-image{
	width: 100%;
	background-color:transparent;
    background-image:url(images/bg-main-smt.png)!important;
    background-repeat: no-repeat;
    background-position:center bottom!important;
    background-size: cover!important;
	height:400px;
}
		
.home #main-image p{
	width:100%;
	padding-top:0px;
	padding-left:0px;
	position:absolute;
	top:20%;
	left:0;}	

}




/*480px以下*/
@media screen and (max-width: 480px){
.mblt-header-mobile-buttons {
    margin-top: 30px;
  }

}

