/*
Theme Name: M'S HOLD HOME
Theme URI: 
Author: 
Author URI: 
*/

/* COMMON */
body{ font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; line-height:100%; margin:0; padding:0; min-width:1030px; overflow:visible!important;}
html{ margin:0; padding:0;}
input{ color:; text-decoration:;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;}
a{ text-decoration:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
color:#000000;
}
a.text-link{ color:#305390; text-decoration:underline;}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}
.kadomaru{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;}
.kadomaru-l{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;}
.kadomaru-ll{
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;}
.kadomaru-xl{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-o-border-radius: 20px;
-ms-border-radius: 20px;}
.kadomaru-xxl{
-moz-border-radius: 300px;
-webkit-border-radius: 300px;
-o-border-radius: 300px;
-ms-border-radius: 300px;}
.circle-120{
-moz-border-radius: 120px;
-webkit-border-radius: 120px;
-o-border-radius: 120px;
-ms-border-radius: 120px;}

.shadow    {
box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
-moz-box-shadow: 1px 1px 2px #666;
}

main {
    display: block;
}

.skip-link{ display:none;}
.nodisplay{ display:none!important;}
/*.left{ float:left;}
.right{ float:right;}*/
img.noborder{ border:none!important;}
.clearfix:after {
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}

.min{ font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;}
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@font-face { font-family: "myFont"; src: url("azukiLB.woff") format('woff');}
.azuki {font-family: "myFont";}



.san{ font-family: 'PT Sans Narrow', sans-serif; font-weight:bold;}

.serif{
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,"Sawarabi Mincho", serif;
text-shadow: 0px 0px 1px rgba(0, 0, 0, .1);}
.garamond{ font-family: 'EB Garamond', serif;}
.gothic{ font-family:Arial, Helvetica, sans-serif}
.red{ color:#ff0000;}
#menu-toggle{ display:none;}



/* Example3 */
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.bxslider img{
  width: 100% !important;
  height: auto !important;
}
/*画面ローダー*/
#loader {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;/*Loaderの背景色としたいものを指定*/
	opacity: 1.0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000; /*一番前面に出るように（今回はbxSlidrの矢印が9999だったのでそれを超えるようにしました）*/
}
#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;/*Loaderの画像を縦方向中央に表示させるため、画像の高さの半分の40pxだけ上に移動*/
	margin-left: -40px;/*同様に画像の幅の半分の40pxだけ左に移動*/
}

/*ボタン類*/


/*画像変形調整*/
.obj-fit-img {
object-fit: cover;
/*object-position: 0 100%;*/
font-family: 'object-fit: cover; object-position: 0 100%;'
}


/* フェードイン */
/* 画面外にいる状態 */
.fadeinblock {
    opacity : 0.01;
    transform : translate(0, 10px);
    transition : all 4000ms;
    }

/* 画面内に入った状態 */
.fadeinblock.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }


/*BASE*/
header { background-color: #00518e; padding: 10px 0;}
.site-header .branding{ display: flex; align-items: center;}
.site-header .wrapper{ display: flex; width:100%; max-width:1140px; margin: 0 auto; justify-content: space-between;}
.navigation{ width:50%;}
.navigation ul{ max-width:auto; margin: 5px auto; display: flex; justify-content: space-between;}
.navigation li{ border-left: 1px solid #00518e; text-align: center; padding:0; font-size: 16px; flex-grow: 1;}
.navigation li a{ display: block; height: 40px; width:90%; margin: 5px auto; padding-top: 15px; font-weight: bold; color:#ffffff; border-bottom: 4px solid #00518e;}
.navigation li a:hover{ border-bottom: 4px solid #dd6907;}
.navigation li i{ font-size: 10px; display: block; padding-top: 5px;}
.navigation li img{ display: block; width:auto; height: 50%; margin: 0 auto 10px auto}
.navigation li:last-child{ border-right: 1px solid #00518e; }
.site-content{ display: flex; justify-content: space-between; width:100%; max-width:1140px; margin: 0 auto;}
.main{ width:100%; max-width:750px;}
.sidemenu{ width:260px;}



.site-footer .block{ padding: 25px 0; background-color: #00518e;}
.site-footer .box{ display: flex; width:100%; max-width:1000px; margin: 0 auto; justify-content: space-between;}
.site-footer h3{ text-align: right;}
.site-footer ul{ line-height: 1.5;}
.site-footer li{ font-size: 14px; list-style-type: none; color: #ffffff; padding-left: 10px;}
.site-footer dl{ color: #ffffff;;}
.site-footer dt{ font-size:26px; font-weight: bold;}
.site-footer dt i{ font-size:16px; margin-right: 5px; font-weight: bold;}
.site-footer dd{ font-size:14px; padding: 5px 0;}

.copyright{ font-size: 12px; text-align: center; padding: 25px 0}

/*トップページ*/
h2{ background-color: #00518e; font-size: 28px; font-weight: bold; color: #ffffff; line-height: 1; padding: 10px 0 0 0; text-align: center; }
h2 .min{ color: #ffef00;font-weight: bold; }
h2::after{ content: url(/wp-content/themes/mshold/images/arrow_blue_down.png); text-align: center; display: block; background-color: #ffffff; margin-top: 10px;}

.home section h2{ background-color: #eeeeee; font-size: 24px; font-weight: bold; color: #00518e; line-height: 1; border-top: 6px solid #00518e; display: flex; align-items: center; margin-bottom: 15px;}
.home section h2::after{ content: ""; margin-top: 0;}
.home section h2 strong{font-weight: bold;}
.home section h2 i{ display: block; padding: 10px;}
.home section h2 i img{ display: block;}
.home section h2 strong span{ font-size:14px; display: block; padding-bottom: 3px;}
.home section h3 {font-size: 16px; color: #00518e; font-weight: bold; padding: 15px 0 5px 0; background: none; text-align: left;}

section{ width:100%; margin: 0 auto; padding: 25px 0}
section .h2top{ background-color: #eeeeee; font-size: 24px; font-weight: bold; color: #00518e; line-height: 1; border-top: 6px solid #00518e; display: flex; align-items: center; margin-bottom: 15px;}

section .h2top strong{font-weight: bold;}
section .h2top i{ display: block; padding: 10px;}
section .h2top i img{ display: block;}
section .h2top strong span{ font-size:14px; display: block; padding-bottom: 3px;}
section .h3top {font-size: 16px; color: #00518e; font-weight: bold; padding: 15px 0 5px 0;}
section .text{ font-size:17px; font-weight:bold; line-height: 1.5; }
section .button { padding: 15px 0;}
section .button a{ display: flex; width:160px; border: 1px solid #dd6907; align-items: center; padding: 10px; color: #dd6907;}
section .button a i{ margin-right: 10px;}
section .button a:hover{ background-color: antiquewhite;}
section.emuzu{ display: flex; justify-content: space-between;}
section.emuzu .block{ width:49%}
section.emuzu .emuzunow .image img{ width:100%; height: auto;}
section.emuzu .emuzunow .date{ font-size:14px; color:#00518e ; padding-bottom: 5px;}
section.emuzu .emuzunow ol{ height: 300px; overflow-y: scroll; -webkit-overflow-scrolling: touch;}
section.emuzu .emuzunow ol::-webkit-scrollbar{height:10px;}/*バーの太さ*/
section.emuzu .emuzunow ol::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
section.emuzu .emuzunow ol::-webkit-scrollbar-thumb{background:#00518e;}/*バーの色*/

section.emuzu .emuzunow li{ padding-bottom: 15px;}
section.access .brand{ padding: 10px 0; font-size: 16px; color:#00518e; font-weight: bold}
section.access .brand img{ margin-right: 10px; vertical-align: bottom}
section.access .address{ font-size: 16px; font-weight: bold;}
iframe.map{ width:100%; height:425px; display: block; margin: 25px 0;}
section.contact .block{ width:calc(100% - 2px); max-width: 750px; height: 330px; background-position: left; background-repeat: no-repeat; background-size: contain; border: 1px solid #00518e; display: flex; align-items: center; justify-content: flex-end;}
section.contact .box{ text-align: center; width:75%; float: right;}
section.contact a{ display: block; text-align: center; padding: 10px 0;}

.sidemenu { padding-top: 25px;}
.sidemenu a{ display: block; color: #ffffff;}
.sidemenu .contact a{ background-color:#dd6907; padding: 10px 0;}
.sidemenu .contact a:hover{ background-color:#e85b1d;}
.sidemenu .contact a .box{ width:85%; margin: 0 auto; display: flex; align-items: center;}
.sidemenu .contact a strong{ font-size:27px; margin-left: 5px;}
.sidemenu .contact a span.text{ display: block; text-align: center; padding-top: 5px; border-top: 1px solid #ffffff; font-size:14px; width:85%; margin:5px auto 0 auto;}
.sidemenu ul{ border-top: 1px dotted #231815; margin-top: 15px;}
.sidemenu li { margin-top: 15px;}
.sidemenu li a{ background-color: #8bc356; display: flex; justify-content: space-around; align-items: center; padding: 10px;}
.sidemenu li a:hover{ background-color:#6dc21d; }
.sidemenu li a i{ width:15%}
.sidemenu li a strong{ font-size:18px; margin-left: 5px; width:80%; display: block;}
.sidemenu iframe{ display: block; margin-top: 25px;}

/*PAGE*/
.entry-content { width:90%; margin: 50px auto;}
.page-template-default .content-area .contact .block{ margin: 25px auto;}
.page .edit-link{ display: none;}
.entry-content .block{ width:1000px; margin: 0 auto; padding: 50px 0}
.entry-content .block.about .imageset{ text-align: center;}
.entry-content .block.about .imageset img{ vertical-align: top; margin:0 5px }
.entry-content .block.about .box{ padding: 25px 0}
.entry-content .block.about .box h3{ font-size:32px; color: #00518e; border-bottom: 3px solid #00518e; padding-bottom: 15px; font-weight: bold;}
.entry-content .block.about .box h3 i{ font-size:48px; color: rgba(0,81,142,0.50); margin-right: 15px; font-weight: bold; font-style: italic; vertical-align: top;}
.entry-content .block.about .box .set{ display: flex; flex-direction: row-reverse; padding: 25px 0}
.entry-content .block.about .box .set .text{ font-size: 16px; line-height: 1.8; padding-right: 50px;}
.entry-content .block.about .box .set .text li::first-letter{ color:  #00518e;}
.entry-content .description{ font-size: 16px; line-height: 1.8; padding: 25px 0}

.ashiba h3{ background-image: url(/wp-content/themes/mshold/images/bg_h3_line.png); background-repeat: repeat-x; text-align: center; padding: 25px 0; background-position: center;}
.ashiba h3 strong{ font-size: 28px; color: #00518e; font-weight: bold; display: inline-block; background-color: #ffffff; padding: 10px; }
.ashiba h3 i{ font-size: 36px; font-weight: bold;}
.ashiba ul{ display: flex; justify-content: space-between; flex-wrap: wrap}
.ashiba li{ width:47.5%; padding:25px 0; border: 5px dotted #000000; margin-bottom: 25px;}
.ashiba li h4{ text-align: center; padding-bottom: 25px; boeder}
.ashiba li p{ width:80%; line-height: 1.8; font-size: 16px; padding-top: 15px; margin: 0 auto; border-bottom: 2px solid #000000; padding-bottom: 15px;}
.ashiba li p:last-child{ border-bottom: none}
.gaisou h3{ background-image: url(/wp-content/themes/mshold/images/bg_h3_line.png); background-repeat: repeat-x; text-align: center; padding: 25px 0; background-position: center;}
.gaisou h3 strong{ font-size: 28px; color: #00518e; font-weight: bold; display: inline-block; background-color: #ffffff; padding: 10px; }
.gaisou h3 i{ font-size: 36px; font-weight: bold;}
.gaisou ul{ display: flex; justify-content: space-between; flex-wrap: wrap}
.gaisou li{ width:30%; padding:25px 0; border: 5px dotted #000000; margin-bottom: 25px;}
.gaisou li h4{ text-align: center; padding-bottom: 25px; boeder}
.gaisou li p{ width:80%; line-height: 1.8; font-size: 16px; padding-top: 15px; margin: 0 auto; border-bottom: 2px solid #000000; padding-bottom: 15px;}
.gaisou li p:last-child{ border-bottom: none}
.suteri h3{ background-image: url(/wp-content/themes/mshold/images/bg_h3_line.png); background-repeat: repeat-x; text-align: center; padding: 25px 0; background-position: center;}
.suteri h3 strong{ font-size: 28px; color: #00518e; font-weight: bold; display: inline-block; background-color: #ffffff; padding: 10px; }
.suteri .image{ padding: 25px 0; text-align: center }
.suteri .box { display: flex; align-items: center; }
.suteri .box .text{ font-size: 16px; padding-left:25px; line-height: 1.8}
.suteri ul{ display:flex; flex-wrap: wrap;}
.suteri li{ width:50%; text-align: center; line-height: 1.8; margin: 25px 0;}
.suteri li strong{ display: block; font-size: 21px; font-weight: bold; color: #00518e;}
.suteri li img{ display: block; width:50%; margin: 15px auto;  }
.suteri p{ text-align: center; line-height: 1.8; font-size: 16px;}
.suteri dl{ padding: 50px 0; text-align: center; }
.suteri dt{ font-size: 28px; border: 1px solid #00518e; padding: 20px 0; color: #00518e; font-weight: bold; }
.suteri dd{ font-size: 18px; line-height: 1.8; padding: 25px 0}
.suteri dd.note{ color: #c0262c; font-size: 14px;}
.suteri .steri-contact{ text-align: center; line-height: 1.2}
.suteri .steri-contact h4{ font-size: 28px; padding: 20px 0; color: #00518e; font-weight: bold;}
.suteri .steri-contact img{ display: block; width:243px; margin: 15px auto;}
.suteri .steri-contact a{ font-size: 14px; }
.gijutsu{ border-color: #ff694b!important; background-color:rgba(255,107,75,0.10)}
.gijutsu p{ border-color: #ff694b!important}
.anzen{ border-color: #006972!important; background-color:rgba(0,81,142,0.10)}
.anzen p{ border-color: #006972!important}
.kidou{ border-color: #00a79b!important; background-color:rgba(63,167,155,0.10)}
.kidou p{ border-color: #00a79b!important}
.ningen{ border-color: #66b068!important; background-color:rgba(100,197,106,0.10)}
.ningen p{ border-color: #66b068!important}
.teian{ border-color: #e4a24c!important; background-color:rgba(255,203,50,0.10)}
.teian p{ border-color: #e4a24c!important}
.aisatsu{ display: flex; padding: 25px 0; flex-direction: row-reverse}
.aisatsu .text{ line-height: 1.8; font-size: 16px; margin-right:25px;}
.aisatsu .image{ line-height: 1.8; text-align: center;}
.aisatsu .image i{ display: block; font-size: 14px;}
.aisatsu .image strong{ display: block; font-size: 18px;}
.poricy{ border: 5px solid #00518e; width:800px; margin: 25px auto;}
.poricy dl{ border: 2px solid #00518e; margin: 0.5%; text-align: center; padding: 25px 0}
.poricy dt{ margin-bottom: 15px;}
.poricy dd{ line-height: 1.5}
.poricy i{ font-size: 32px; display: inline-block; margin: 5px; width:40px; height: 40px; line-height: 46px; font-weight: bold; background-color: #00518e; color: #ffffff;}
.poricy i.tp50{ background-color:rgba(0,81,142,0.10); color: #00518e;}
.syaze dd{ font-size:40px; color: #00518e; letter-spacing: 5px;}
.rinen dd{ font-size:16px; color: #00518e;}
.page-company table{ width:100%; font-size:16px; border-top:1px solid #00518e; line-height: 1.5 }
.page-company th{ padding: 10px 0; text-align: center; font-weight: bold; color: #00518e; border-bottom:1px solid #00518e; border-right:1px solid #00518e; width:150px; vertical-align: middle;}
.page-company td{ padding: 15px; border-bottom:1px solid #00518e;}
.page-company tr:nth-child(even){ background-color:rgba(0,81,142,0.10); }
.page-company .site-content h3{ background-image: url(/wp-content/themes/mshold/images/bg_h3_line.png); background-repeat: repeat-x; text-align: center; padding: 25px 0; background-position: center; margin-top: 50px;}
.page-company h3 strong{ font-size: 28px; color: #00518e; font-weight: bold; display: inline-block; background-color: #ffffff; padding: 10px; }
.page-works .site-content h3{ border-left: 10px solid #00518e; border-bottom: 1px solid #00518e; padding: 5px; line-height: 1.5; font-size:28px; color: #00518e; font-weight: bold; margin-bottom: 25px;}
.page-works .box { padding-bottom: 50px;}
.page-works .box p{ padding: 15px 0; line-height: 1.5; }
.page-recruit h3{ border-left: 10px solid #00518e; border-bottom: 1px solid #00518e; padding: 5px; line-height: 1.5; font-size:28px; color: #00518e; font-weight: bold; margin-bottom: 25px;}
.page-recruit .box { padding-bottom: 50px;}
.page-recruit .box p{ padding: 15px 0; line-height: 1.5; }
.page-recruit .box ul{ padding-left: 25px;}
.page-recruit .box li{ list-style-type: disc; font-size: 18px; padding: 10px 0}
.page-staff .lead { font-size: 16px; line-height: 1.5; width:30%; text-align: center; margin: 0 auto; padding: 25px 0}
.page-staff .lead i{ display: block; padding: 15px 0; margin: 15px 0; border-top: 1px solid #00518e; font-weight:bold;}
.page-contactform section.common-contact{ display: none}
.page-contactform .site-content .tel{ text-align:center; padding: 50px 0;}
.page-contactform .site-content .mail{ text-align:center; padding: 50px 0;}
.page-contactform .site-content .mail h3{ font-size:28px; color: #00518e; text-align: center; font-weight: bold; }
.page-contactform .site-content .mail h3 i{ font-size:21px; color: #00518e; display: block; font-weight: bold; padding: 15px 0 10px 0; border-bottom: 2px solid #00518e; width:300px; margin: 0 auto}
.page-contactform form { padding: 25px 0;}
.page-contactform form table{ width:840px; margin: 0 auto; border-collapse:separate; border-spacing: 5px;}
.page-contactform form th {width:270px; background-color: #e4e4e4; font-size: 18px; color: #00518e; padding: 10px; border: 3px solid #ffffff; vertical-align: middle;}
.page-contactform form td { padding: 10px; border: 3px solid #ffffff;}
.page-contactform form td input{ border: 1px solid #979797; width:98%; font-size: 18px; padding: 10px 1%;}
.page-contactform form td textarea{ border: 1px solid #979797; width:98%; font-size: 18px; padding: 10px 1%;}
.page-contactform form td span.wpcf7-not-valid-tip { display: block; padding-top: 5px; text-align: left}
.page-contactform form .red{ color:#ff0000; font-size:12px; margin-left:10px;}
.page-contactform form .rei{ display:block; font-size:12px; margin-top:10px; text-align:left}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width:100%; max-width: 1000px;
  margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
  color: #666464;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  padding: 20px 0 10px 0;
}
.tab_item img{ width:160px; display: block; margin: 0 auto 10px auto; border: 2px solid #ffffff}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#okano:checked ~ #okano_content,
#wada:checked ~ #wada_content,
#ogura:checked ~ #ogura_content,
#fuse:checked ~ #fuse_content,
#ariura:checked ~ #ariura_content,
#andori:checked ~ #andori_content,
#rizaru:checked ~ #rizaru_content,
#firuman:checked ~ #firuman_content,
#aji:checked ~ #aji_content,
#yoshikawa:checked ~ #yoshikawa_content,
#aaa:checked ~ #aaa_content,
#karuno:checked ~ #karuno_content,
#yamanaka:checked ~ #yamanaka_content
{

  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-position: bottom; 
  background-image: url(http://fsemi.sakura.ne.jp/dsf/wp-content/themes/dsf/images/bg_tab_class.png);
  background-repeat:no-repeat; 
}
.tabs input:checked + .tab_item img{ border: 2px solid #00518e}
.tab_content { line-height: 1.5;}
.tab_content_description{ display: flex; flex-wrap: wrap; justify-content: space-between}
.tab_content h3{ border: 1px solid #00518e; font-size:24px; text-align: center; font-weight: bold; color: #00518e; padding: 5px 0; width:100%;}
.tab_content h3 i{ font-size:16px; font-weight: bold; margin-right: 10px;}
.tab_content h4{ font-size: 24px; text-align: center; padding: 25px 0; width:100%;}
.tab_content h4 i{ font-size: 16px; font-weight:bold; display: block; width:50%; border-bottom: 1px solid #00518e; margin: 10px auto; padding: 10px 0}
.tab_content .image { text-align: center; font-size: 21px; width:331px;}
.tab_content .image img{ display: block;}
.tab_content .image i{ display: block; text-align: center; padding: 15px 0; font-size:16px;}
.tab_content dl{ width:520px;}
.tab_content dt{ font-size: 18px; font-weight: bold; padding: 10px 0 0 0; border-bottom: 1px solid #00518e;}
.tab_content dd{ padding: 15px 0 25px 0}


/*ARCHIVE*/
.archive .eyecatch{ width:95%; max-width:1000px; height:500px; margin: 0 auto; background-size: cover; background-position: center center; position: relative;}
.archive .eyecatch h1{ font-size: 56px; line-height: 1; padding: 20px 0; text-align: center; position: absolute; bottom: 0; left:0; right:0; margin: 0 auto; color: #ffffff; background-color:rgba(0,0,0,0.75); height:50px; line-height: 50px;}
.archive .bc{ width:980px; margin: 0 auto; padding: 20px 0; text-align: right; font-size: 12px;}
.archive .bc div{ display: inline;}
.archive .site-content .wrap{ padding:0 0 50px 0}



/*SINGLE*/
.single .edit-link{ display: none;}
.single .bc{ width:980px; margin: 0 auto; padding: 20px 0; text-align: right; font-size: 12px;}
.single .bc div{ display: inline;}
.single .post-thumbnail{ width:800px; height: auto; margin: 0 auto;}
.single .post-thumbnail img{ display: block; width:100%; height: auto}
.single .entry-header { padding-bottom: 50px;}
.single .entry-header h1{ font-size: 18px; text-align: center; padding: 20px 0 10px 0; line-height: 1.4}
.single .entry-header h2{ font-size: 28px; text-align: center; padding: 10px 0 20px 0; line-height: 1.4}
.single .entry-header .meta{ padding: 15px; text-align: center;}
.single .entry-midashi { text-align: center; padding: 25px 0; border:}
.single .entry-midashi h1{ font-size: 24px; line-height: 1.5; padding:25px 0 5px 0; }
.single .entry-midashi .data{ font-size: 16px;}

.single .entry-content .box{ padding-top: 50px;}
.single .category-works .entry-content{ width:800px; margin: 0 auto; padding-bottom:50px; text-align: center} 
.single .entry-content{ width:640px; margin: 0 auto; padding-bottom:50px;}
.single .entry-content p{ line-height: 1.7}
.single .entry-content blockquote{ padding: 25px;}

.single .category-works .entry-content p{ text-align: center; line-height: 1.5; font-size: 14px; margin: 0 auto; padding: 25px 0;}
.single .entry-content h2{ font-size: 18px; font-weight: bold; display: inline-block; *display: inline; *zoom: 1; padding: 0 50px 0 0; background-color: #ffffff;}
.single .entry-content ul{width:800px; margin: 0 auto; padding:15px 0 50px 0}
.single .entry-content ul.point li{ width:380px; margin: 10px; float: left;}
.single .entry-content ul.point li span{ display: block; height:240px; overflow: hidden;}
.single .entry-content ul.point li i{ font-size: 13px; line-height: 1.5; display: block; padding-top: 10px;}
.single .entry-content ul.gallery li{ width:150px; margin: 5px; float: left; height:150px; overflow: hidden;}
.single .entry-content ul li img{ width: 100%; height:auto;}
#comments{ display: none;}
.post-navigation{ width:80%; margin: 0 auto; max-width: 800px; text-align: center; padding: 25px 0; line-height: 1.5; border-top: 1px solid #125a88;}
.post-navigation h2{ display: none}
.post-navigation .screen-reader-text{ display: none}
.nav-title-icon-wrapper{ display: none;}
.nav-subtitle{ display: none;}
.nav-previous{ display: inline-block; width:50%}
.nav-previous::before{ content: "◀"; color: #e85b1d; }
.nav-next{ display: inline-block; width:50%}
.nav-next::after{ content: "▶"; color: #e85b1d; }





/*Page-INQUIRY*/
.kotei .section{ background-image:none;}

/*Archive*/
.archive .site-content-contain{ padding: 50px 0}
.archive h2{ width:100%; max-width: 1000px; margin: 0 auto;}
.archive .oshirase{ width:80%; margin: 0 auto; padding: 0 0 50px 0; max-width: 800px; }
.archive .oshirase li{ line-height: 1.8; border-bottom: 1px solid #125a88; padding: 15px 0 10px 0}
.archive .oshirase li .date{ font-size: 14px; display: block}
.archive .oshirase li h3{ font-size: 21px;}
.archive .oshirase li h3::before{ content: "▶"; color: #00518e; margin-right:5px;}

/*404*/
.not-found .page-title{ font-size:28px; text-align: center; padding:150px 0 0 0; line-height: 1.5; }
.not-found { padding-bottom: 25px;}
.not-found dl{ width:90%; margin:25px auto 50px auto; max-width: 640px}
.not-found dt{ font-size:16px; text-align: center; line-height: 1.5; padding: 15px 0 25px 0}
.not-found dd{ font-size:24px; padding: 45px 0 5px 0; border-bottom: 1px solid #000000; line-height: 1.5}
.not-found dd a{ color: #000000}
.not-found dd a:hover{ color: #000000}
.not-found dd i{ margin-left: 15px; font-size: 14px;}
.not-found dd span:last-child{ border-bottom: none}
.not-found dd a::before{content: "▶"; margin-right:5px; color: #000000}
.not-found dd span a::before{content: "・"; margin-right: 15px;}
.not-found .page-content p.button{ text-align: center;}
.not-found .page-content p.button a{ display: block; width:200px; height:50px; line-height: 50px;  margin: 30px auto;}
.not-found .page-content p.button a{color: #ffffff;}





/*Pagenation*/
.pagenation {
    margin: 1em auto;
    clear:both;
    padding-top:10px;
}
.pagenation:after, .pagenation ul:after {
}
.pagenation ul {
    margin: 0;
    text-align:center;
}
.pagenation li {
    list-style: none outside none;
    margin-left: 3px;
    display:inline-block; *display: inline; *zoom: 1; 
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
.navigation.pagination{ display:none;}



/*===============================================
●PC版非表示
===============================================*/
.sp{ display:none!important;}
/*.sp-navi{ display:none;}
.contactblock p.tel a{ pointer-events:none;}*/
/*===============================================
●レスポンシブ  画面の横幅が520pxまで
===============================================*/
@media screen and (max-width:520px){
body{ min-width:320px; background-image:none;}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
#page{ background-image:none;}
.sidemenu { display: none;}
.sp-navi{ position:fixed; width:100%; background-color:#ffffff; height:55px; top:0; border-bottom: 3px solid #1d2087;}
.sp-navi li{ background-color:rgba(255,255,255,0.90)}
.pc{ display:none!important;}
.sp{ display:block!important;}
.sp .drawer-hamburger{ background-color:rgba(255,255,255,0.80); margin:7px 7px 0 0; padding: 12px .75rem 10px; z-index:9999;}
.drawer--right .drawer-nav{ z-index:10000;}
.drawer-hamburger i{ display:block; padding-top:15px; font-size:10px; font-weight:bold;}
.drawer-brand{ display:block; text-align:center; padding:30px 0 10px 0;}
.drawer-menu-item{ display:block; font-size:14px; margin:0 auto}
.drawer-menu-item i{ font-size:12px;}
.drawer-dropdown-menu{ padding-bottom:20px;}
.drawer-dropdown-menu-item{ line-height:40px; font-size:13px; height:40px; display:block; width:80%; margin:0 auto; padding:0!important}
.drawer-nav { background-color:rgba(255,255,255,0.90); overflow: scroll;}
.drawer-nav .branding { padding: 25px 0; text-align: center}
.drawer-nav .branding img{ width:80%; height:auto}
.drawer-nav .menu-main{ width:95%; margin: 0 auto;}
.drawer-nav .menu-main li{ border-bottom: 1px dotted #666666}
.drawer-nav .menu-main li a{ padding: 15px 0; display: block; color: #000000; font-size: 18px; letter-spacing: 2px;}
.drawer-nav .menu-main li a i{ font-size: 12px; margin-left: 15px;}
.drawer-nav .menu-main li a::before{ content: "▶"; color: #00518e; font-size: 14px;}
.drawer-nav .contactbox{ width:95%; margin: 0 auto; text-align: center; line-height: 1.5; padding: 15px 0}
.drawer-nav .contactbox dt{ font-size: 14px;}
.drawer-nav .contactbox dd{ font-size: 24px;}
.drawer-nav .contactbox dd a{ color: #00518e}
.drawer-nav .contactbox dd i{ font-size: 14px; display: block; color: #666666;}
.drawer-nav .contactbox dd.tel { letter-spacing: 2px; padding: 15px 0; font-weight: bold}
.drawer-nav .contactbox dd.tel img{ width:36px; height: auto;}
.drawer-nav .contactbox dd.access img{ width:80%; height: auto}
.drawer-nav .menu-sub{ margin: 5px auto; width:95%;}
.drawer-nav .menu-sub li a{ background-color:#00518e; color:#ffffff; padding: 10px; text-align: center; display: block; border-bottom: 2px solid #ffffff;}
.drawer-nav .menu-sub li.contact a{ background-color:#dd6907;}




/*BASE-SP*/
header .wrapper{ width:100%}
header .branding{ width: 95%; float: none; margin-left: 10px; padding: 10px 0;}
header .branding img{ width:75%;}
header .branding strong{ font-size:12px;}
header .tel{ float: none; width:auto; text-align: center; font-size: 24px; letter-spacing: 1px; text-align: left; margin-left: 10px;}
header .tel .mark{ font-size: 12px;}
header .tel i{ padding-top: 5px;}
.site-footer .box{ flex-wrap: wrap; width:90%}
.site-footer ul{ padding: 15px 0;}
.site-footer li{ font-size:18px}
.site-footer dl{ padding: 15px 0; text-align: center; margin: 0 auto;}
.site-footer dt{ font-size:38px}
.site-footer dd{ font-size:18px}

/*TOP-SP*/
section{ width:95%}
section.emuzu{ flex-wrap: wrap; }
section.emuzu .block{ width:100%; padding-bottom: 50px;}
section.emuzu .emuzuryoku .image { text-align: center;}
section.emuzu .emuzuryoku .image img{ width:75%}
section.emuzu .emuzuryoku .text{ padding: 15px 0 0 0;}
section.access .address{ padding-top: 5px;}
section.contact .block{ background-image: none!important; border: none; height: auto; justify-content: center;}
section.contact .box{ width:90%}


iframe.map{ height: 300px;}
.copyright{ font-size: 10px;}

/*PAGE-SP*/
.entry-content .block{ width:95%}
.aisatsu{ display: block;}
.aisatsu .text{ width: 90%;  margin:0 auto;}
.poricy{ width:90%;}
.page-company th{ width:100px;}
.entry-content .block.about .imageset{ width:90%; margin: 0 auto;}
.entry-content .block.about .imageset img{ display:inline-block; margin-bottom: 15px;}
.entry-content .block.about .box .set{ display: block;}
.entry-content .block.about .box .set .image{ text-align: center;}
.entry-content .block.about .box .set .text{ margin: 15px auto; padding: 0; width:90%; }
.entry-content .block.about .box h3{ padding-left: 40px; position: relative; line-height: 1.5}
.entry-content .block.about .box h3 i{ position: absolute; left:0; top:-14px;}
.ashiba li{ width:100%}
.gaisou li{ width:100%}
.suteri .box{ display: block;}
.suteri p{ text-align: justify;}
.suteri li{ width:80%; margin: 25px auto;}
.suteri li img{ width:80%}
.suteri dd br{ display: none;}
.page-staff .lead{ width:80%;}
.tab_item{ width:calc(100%/3); font-size: 14px;}
.tab_item img{ width:100px; }
.tab_content h3 i{ display: block; text-align: center}
.page-contactform .site-content .mail h3{ line-height: 1.5}
.page-contactform form table{ width:95%;}
.page-contactform form th{ width:100%; display: block; padding: 10px 0; text-align: center; border: none;}
.page-contactform form td{ display: block; padding: 10px 0;}
.wpcf7-form .submit input{ width:80%}


/*ACTIVITY-SP*/
.entry-content{ border-top: 2px solid #00518e}
#activity-page .block{ width:95%;}
#activity-page h2{ padding: 15px 0;}
#activity-page dd{ width:100%; height: auto; margin:25px auto; }
#activity-page dd i{ position: relative; left: auto; right: auto; display: block; top:auto;}
#activity-page dd strong{ font-size: 18px;}
#activity-page h3{ font-size: 24px;}
ul.contact-info{ width:90%}
ul.contact-info i{ margin-bottom: 15px;}
ul.contact-info .tel strong{ font-size: 38px;}
ul.contact-info .tel span{ display: block; margin: 15px 0 0 0}
#activity-page table{ width:95%;}
#activity-page .disclosure{ width:100%;}
#activity-page .disclosure li a{ padding: 15px 0 10px 0;}
#activity-page .disclosure li a i{ padding-bottom: 0}
#activity-page .disclosure li a strong{ font-size: 18px; padding: 5px 5px 0 90px; line-height: 1.5}


/*Page*/
.page .bc{ width:95%}
/*Archive-SP*/
.archive .bc{ width:90%; line-height:1.5; font-size: 12px;}
.archive .eyecatch{ height:280px;}
.archive .eyecatch h1{ height:30px; line-height: 30px; font-size: 28px; padding: 5px 0}
.archive .page-header .category-description{ width:95%}
.archive .page-header .colorgarden .box{ width:280px;}
.archive .page-header .colorgarden .box .text{ width:280px; padding-top: 10px;}
.archive .page-header .colorgarden .box .text h3{ text-align: center}
.archive.category-works .content-area article{ width:95%;}
.archive.category-works .content-area .post-thumbnail{ width:100%;}
.archive.category-works .content-area .entry-content{ width:100%;}
.archive.category-works .content-area .entry-content .entry-header{ width:100%; padding: 25px 0}
.archive.category-info .content-area article{ width:95%; padding:25px 0;}
.archive.category-info .content-area .post-thumbnail{ width:30%; height:auto;}
.archive.category-info .content-area .entry-content{ width:66%; height:auto;}
.archive.category-info .content-area h2{ line-height: 1.3}
.archive article.category-news .image{ display: block; margin-bottom: 5px;}
.archive article.category-news .text{ line-height: 1.5}


/*Single-SP*/
.single .bc{ width:90%; line-height:1.5; font-size: 12px;}
.single .content-area .block{ width:100%; display: block;}
.single .content-area .block .post-thumbnail{ margin:0 auto;}
.single .post-thumbnail{ width:90%; margin: 0 auto}
.single .entry-content{ width:90%; margin: 0 auto;}
.single .entry-content p{ width:100%;}
.single .entry-content .kasyo{ width:100%}

.single .showroom{ height: 400px; background-size: contain; background-repeat: no-repeat; background-position: top;}
.single .showroom .block{ width:95%;}
.single .showroom .block .box{ top:90px; width:auto;}

.single .entry-content ul{ width:100%;}
.single .entry-content ul.point li{ width:100%; margin: 0 0 20px 0;}
.single .entry-content ul.gallery li{ width:45%; margin: 2.5%}



/*ボックス全体*/
.switchbox {
    margin: 20px 0 0 0;
    padding: 0;
}
/*ラベル*/
.switchbox label {
    display: block;
    font-weight: bold;
    cursor :pointer;
    padding-left: 180px;
}
.switchbox label img{ width:55px; height:55px;}

/*チェックボックスを非表示にする*/
.switchbox input {
    display: none; 
}
/*中身を非表示にしておく*/
.switchbox div {
    height: 0;
    overflow-y: hidden;
    transition: 0.8s;/*ゆっくり表示させる*/
    opacity: 0;
    position: absolute;
}
/*クリックで中身を表示*/
.switchbox input:checked + label + div {
    height: auto;
    opacity: 1;
}

.tel-list { display: block; position: absolute; top:95px; right:10px; background-color: #000000; padding: 10px; color: #ffffff; z-index: 9999; font-size: 18px; width:250px; border: 3px solid #ffffff;}
.tel-list span{ display: block; padding-top: 10px; line-height: 1}
.tel-list span.sankaku{ color: #ffffff; text-align: center; padding-top: 0;}
.tel-list span i{ width:90px; margin-right: 10px; display: inline-block; font-size: 14px;}
.tel-list span strong{ font-size: 24px;}
.tel-list span strong a{ color:#ffffff}


}

/*黄色のアンダーラインを引く*/
.underline {
  background: linear-gradient(transparent 50%, yellow 50%);
}