@charset "UTF-8";

/* 全幅表示 */
.container-fluid{
  padding:0 !important;
}
/* リンクの下線なし */
body a:hover{
  text-decoration: none;
}

.main{
  padding: 2.0em 0em;
  color:#5a5a5a;
}
.mt-warning{
  color:red;
  font-weight: bold;
}
.center{
  text-align: center;
}
.row-margin{
  margin-bottom: 2.0em;
}
.mt-list-none{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* 一覧はこちらボタン */
.list-more-button{
  color:#007bff;
  border:1px solid #007bff;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.list-more-button:hover{
  color: white;
  background-color: #007bff;
}
.list-more-button-wrap{
  margin: 1.0em 0em;
}
/* single */
/* 投稿日非表示 */
.article header .date-tags{
  display: none;
}
article.post{
  padding: 0em 1.0em;
}
.article header h1.entry-title{
  font-size: 1.2em;
  line-height: 2.0em;
  padding: 0.1em 0.6em;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.article .entry-content{
  padding:0 1.0em;
}
.article .entry-content p{
  font-size:1.0em;
  line-height: 1.8em;
  margin-bottom: 1.0em;
}
.under-entry-content{
  padding: 0em 1.0em;
}
.under-entry-content .related-entry-heading{
  font-size: 1.0em;
  line-height: 1.8em;
}
/* header-image */
.mt-header-wrapper .mt-header-inner{
  display: block;
  height: auto;
  overflow: hidden;
}
.mt-header-wrapper .mt-header-inner .mt-header-image{
  position: relative;
  min-height: 600px;
}
.mt-header-wrapper .mt-header-inner .mt-header-image .mt-header-image-inner{
  position: absolute;
  top:35%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  border-top: 1px solid rgba(0,0,0,1.0);
  border-bottom: 1px solid rgba(0,0,0,1.0);
}
.mt-header-wrapper .mt-header-inner .mt-header-image .mt-header-image-inner .mt-header-title{
  font-size: 2.0em;
  line-height: 2.6em;
  color:white;
  margin: 0 auto;
  text-shadow: 2px 1px 1px rgba(0,0,0,0.4);
}
/* header */
#header-container{
  border-bottom: 1px solid #cdcdcd;
}
.navi-in > ul > li{
  max-width: 120px;

}
.navi-in a{
  color:#5a5a5a;
  font-size: 0.9em;
/*  line-height: 1.8em;*/
}
.navi-in a:hover{
  color: white;
  background-color: rgba(56,83,222,0.8)
}
/* sidebar */
#sidebar .widget_nav_menu ul li a{
  color:#5a5a5a;
  font-size: 0.9em;
  line-height: 1.8em;
}
#sidebar .widget_nav_menu ul li a:hover{
  color: white;
  background-color: rgba(56,83,222,0.8);
}
/* footer */
#footer{
  background-color: #3853de;
  border-top: 1px solid #3853de;
  padding: 0;
}
#footer .footer-widgets .widget h3{
  font-size: 1.2em;
  line-height: 2.0em;

}
#footer .footer-in .footer-bottom{
  background-color: #334dd1;
  border-top: 1px solid #334dd1;
  border-bottom: 1px solid #334dd1;
}
#footer .footer-in .footer-widgets{
  padding: 8px;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.6em;
}
#footer .footer-in .footer-widgets ul > li > a{
  padding: 0.1em;
}
#footer .footer-in .footer-widgets a:hover{
  color: #95bfff;
  background-color: #334dd1;
}
#footer .footer-in .mt-button-wrapper{
  margin-top: 1.0em;
}
#footer .footer-in .mt-button-wrapper a.btn{
  color:#007bff;
  background-color: white;
  border:1px solid white;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
}
#footer .footer-in .mt-button-wrapper a.btn:hover{
  color:white;
  background-color: #007bff;
  border:1px solid #007bff;
}
/* トップページ */
#mt-page-home .mt-content-inner{
  margin-bottom: 2.0em;
  padding: 2.0em 5.0em;
  font-size:1.0em;
  line-height: 1.8em;
}
#mt-page-home .mt-even-row{
  margin-left: -1.0em;
  margin-right: -1.0em;
  padding: 2.0em 6.0em;
}
#mt-page-home .mt-content-inner:first-child{
  padding-top:0;
}
#mt-page-home .mt-content-inner:last-child{
  margin-bottom: 0em;
  padding-bottom: 0em;
}
#mt-page-home .mt-even-row{
  background-color: #d9edf7;
}
.article #mt-page-home .mt-content-inner h2,
.article #mt-page-home .mt-content-inner h3,
.article #mt-page-home .mt-content-inner h4{
  margin:0;
  border:0;
  background-color: inherit;
}
#mt-page-home .mt-content-inner .mt-title{
  font-size:1.4em;
  line-height:2.0em;
}
#mt-page-home a.btn{
  margin: 1.0em 0.6em;
}
.article #mt-page-home .mt-sample-item h4.mt-sample-header{
  font-size: 1.2em;
  line-height: 1.6em;
  border-bottom: 1px solid #5a5a5a;
  margin-bottom: 1.0em;
}
.article #mt-page-home .mt-sample-item .mt-sample-thumbnail-wrapper .mt-sample-thumbnail{
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.article #mt-page-home .mt-sample-item .mt-sample-thumbnail-wrapper .mt-sample-title{
  font-size: 1.0em;
  line-height: 1.4em;
  text-align: center;
  margin: 0.4em 0;
  padding: 0;
  border: 0;
}

.article #mt-page-home .mt-sample-item .mt-sample-content-wrapper p{
  font-size: 0.9em;
  line-height: 1.6em;
}
.article #mt-page-home .mt-sample-item .mt-sample-content-wrapper ul{
  margin: 0 0 0 1em;
  padding: 0;
}
.article #mt-page-home .mt-sample-item .mt-sample-content-wrapper ul > li{
  font-size: 0.8em;
  line-height: 1.4em;
}

/* お知らせエントリー */
#mt-page-home .mt-info-entries .mt-info-entries-item{
  max-height: 250px;
  overflow: hidden;
  border: 1px solid #5a5a5a;
}
#mt-page-home .mt-info-entries .a-wrap{
/*  padding: 0;*/
  color:#5a5a5a;
  margin-bottom: 0;
}
#mt-page-home .mt-info-entries .a-wrap:hover{
  background-color: #d9edf7;
}
#mt-page-home .mt-info-entries-item article .entry-card-thumb img{
  max-height: 200px;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
}
#mt-page-home .mt-info-entries-item article .entry-card-content h2{
  padding: 0em;
  font-size: 1.2em;
  line-height: 2.0em;
  border-bottom: 1px solid #5a5a5a;
  margin-bottom: 1.0em;
}
#mt-page-home .mt-info-entries-item article .entry-card-content .entry-card-snippet{
  font-size: 0.9em;
  line-height: 1.8em;
}
/* お問い合わせ */
#st-page .entry-title{
  margin-left:10px;
  margin-right:10px;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 7px rgba(221,221,221,1.0);
}
.mt-mailform .inquiry .haveto{
  color:red;
}
.mt-mailform .mt-label{
  margin-bottom: 0.6em;
}
.mt-mailform .mt-label,
.mt-mailform .mt-content,
.mt-mailform .mt-content input[type="text"],
.mt-mailform .mt-content input[type="email"],
.mt-mailform .mt-content textarea,
.mt-mailform input[type="submit"],
.mt-mailform input[type="button"]{
  font-size: 0.9em;
  line-height: 1.6em;
}
.mt-mailform input[type="submit"],
.mt-mailform input[type="button"]{
  width: 50%;
}
.mt-mailform input[type="button"]{
  padding:11px;
  -webkit-appearance: none;
  border:1px solid #ddd;
}
#mt-spam-list{
  width: 100%;
}
#mt-spam-list .mt-spam-item{
  border-bottom: 2px dotted #ddd;
  margin: 0.5em 5px;
}
#mt-spam-list ul.mt-spam-content{
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 0;
}
#mt-spam-list ul.mt-spam-content > li{
  display: block;
}
#mt-spam-list .mt-spam-hooter .mt-warning{
  font-size: 0.9em;
  font-weight: normal;
}


/* 会社概要 */
.article #mt-page-company .mt-content-item .mt-content-item-inner{
  margin: 0 2em;
}
.article #mt-page-company .mt-content-item .mt-content-item-inner .mt-value .mt-list-none{
  margin: 0;
  padding: 0;
}
.article #mt-page-company .mt-content-item .mt-content-item-inner .mt-label{
  font-weight: bold;
}
/*.article #mt-page-company .mt-content-item .mt-content-item-inner .mt-value{
  font-size: 0.9em;
  line-height: 1.8em;
}*/
/* 事業内容 */
.article #mt-page-business h3.mt-title,
.article #mt-page-company h3.mt-title{
  font-size:1.4em;
  line-height:2.0em;
  margin-top: 1.0em;
  padding: 0.1em 0.6em;
}
.article #mt-page-business .mt-content-item h4,
.article #mt-page-company .mt-content-item h4,
.article #mt-page-policy .mt-content-item h4{
  font-size: 1.0em;
  line-height: 1.8em;
  margin: 1.0em;
}
.article #mt-page-business ul,
.article #mt-page-company ul,
.article #mt-page-policy ul{
  padding: 0em 2.0em;
  font-size: 0.9em;
  line-height: 1.8em;
  margin:0;
}
#mt-page-business .table,
#mt-page-company .table{
  margin: 1.0em 2.0em;
}
#mt-page-business .table th,
#mt-page-business .table td,
#mt-page-company .table th,
#mt-page-company .table td{
  vertical-align: middle;
}
#mt-page-business .table th,
#mt-page-company .table th{
  text-align: center;
}
/* 個人情報保護方針 */
#mt-page-policy .mt-content-item .mt-list-decimal{
  list-style-type:decimal;
}
.article #mt-page-policy .mt-company-data{
  margin-top: 2.0em;
  font-size: 1.2em;
  line-height: 1.8em;
}
.article #mt-page-policy .mt-company-data .mt-button-wrapper{
  padding:1.0em 2.0em;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

  /* header-image */
  .mt-header-wrapper .mt-header-inner .mt-header-image{
    min-height: 550px;
  }
  .mt-header-wrapper .mt-header-inner .mt-header-image .mt-header-image-inner{
    max-height: 550px;
  }
  .mt-header-wrapper .mt-header-inner .mt-header-image .mt-header-image-inner .mt-header-title{
    font-size: 1.8em;
    line-height: 2.2em;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  /* トップページ */
  #mt-page-home .mt-content-inner{
    padding: 1.0em 0em;
  }
  #mt-page-home .mt-even-row{
    margin-left: -1.0em;
    margin-right: -1.0em;
    padding: 1.0em 1.0em;
  }
  #mt-page-home .mt-content-inner .mt-title{
    font-size:1.2em;
    line-height:1.8em;
  }
  #mt-page-home .mt-content-inner h4{
    font-size:1.0em;
    line-height:1.6em;
  }
  #mt-page-home .mt-info-entries-item article .entry-card-content h2{
    font-size: 1.2em;
    line-height: 1.8em;
  }
  .article #mt-page-home .mt-content-inner ul{
    margin: 0;
    padding: 0em 0.6em;
  }
  #mt-page-home .mt-info-entries{
    padding: 0em 0.6em;
  }
  /* 事業内容 */
  .article #mt-page-business h3.mt-title,
  .article #mt-page-company h3.mt-title{
    font-size:1.2em;
    line-height:1.8em;
  }
  .article #mt-page-business .mt-content-item h4,
  .article #mt-page-company .mt-content-item h4,
  .article #mt-page-policy .mt-content-item h4{
    font-size:1.0em;
    line-height:1.6em;
    margin: 1.0em 0em;
    padding: 0.2em 0.6em;
  }
  .article #mt-page-business ul,
  .article #mt-page-company ul,
  .article #mt-page-policy ul.mt-list-none{
    padding: 0em;
  }
  /* 会社概要 */
  .article #mt-page-company .mt-content-item .mt-content-item-inner{
    margin: 0;
  }
  #mt-page-business .table,
  #mt-page-company .table{
    margin: 0;
  }
  #mt-page-business .table ul,
  #mt-page-company .table ul{
    margin-left: 1.0em;
  }

  /* header-image */
  .mt-header-wrapper .mt-header-inner .mt-header-image{
    min-height: 450px;
  }
  .mt-header-wrapper .mt-header-inner .mt-header-image .mt-header-image-inner{
    max-height: 450px;
  }
  .mt-header-wrapper .mt-header-inner .mt-header-image .mt-header-image-inner .mt-header-title{
    font-size: 1.6em;
    line-height: 2.0em;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  #mt-page-home .mt-info-entries-item article .entry-card-thumb{
    display: none;
  }
  #mt-page-home .mt-info-entries-item article .entry-card-content{
    margin:0;
  }
  #mt-page-home .mt-info-entries .a-wrap{
    margin:0;
  }
  .article #mt-page-policy .mt-company-data .mt-button-wrapper{
    text-align: center;
  }
  /* single */
  article.post{
    padding: 0;
  }
  .article header h1.entry-title{
    font-size: 1.2em;
    line-height: 1.6em;
  }
  .article .entry-content{
    padding:0;
  }
  .under-entry-content{
    padding: 0;
  }
  /* header-image */
  .mt-header-wrapper .mt-header-inner .mt-header-image{
    min-height: 175px;
  }
  .mt-header-wrapper .mt-header-inner .mt-header-image .mt-header-image-inner{
    max-height: 175px;
  }
  .mt-header-wrapper .mt-header-inner .mt-header-image .mt-header-image-inner .mt-header-title{
    font-size: 1.2em;
    line-height: 2.0em;
  }
}
