@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/
@font-face {
  font-family: "Corporate-Mincho";
  src: url(css/fonts/Corporate-Mincho-ver2.woff2) format("woff2"),
  url(css/fonts/Corporate-Mincho-ver2.woff) format("woff"),
  url(css/fonts/Corporate-Mincho-ver2.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url(css/fonts/MiConv.com__AvenirLTStd-Roman.woff2) format("woff2"),
  url(css/fonts/MiConv.com__AvenirLTStd-Roman.woff) format("woff"),
  url(css/fonts/MiConv.com__AvenirLTStd-Roman.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #383838;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{
  
}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{
  
}
.tbl td{
  
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}
.fa-arrow-alt-circle-up:before{
  color: #ed840f;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.container_w {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  padding: 9px 0;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 330px;
}
.pg_header:before{
  content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 70%;
    position: absolute;
    left: 0;
    top: 0;
    background:rgba(0,0,0,0.8);
    z-index: 0;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{
  
}
.listbox .item .date{
  
}
.listbox .item .txt{
  
}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  z-index: 5;
  padding: 17px 0 30px;
  background: #ffffff;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .hdr1 .hdr_logo{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
header .box3{
  margin-top: 20px;
}
.hdr_logo img{
  width: 311px;
}
footer .ftr_logo a{
  display: block;
  font-weight: 500;
  font-size: 36px;
  text-decoration: none;
  color: #0F2C6C;
  width: 100%;
  letter-spacing: 0.03em;
}
header .hdr1 .hdr_logo h1 span,
footer .ftr_logo span{
  font-size: 30px;
  font-weight: 500;
  color: #0F2C6C;
}
.hdr_logo .logo_link{
  display: inline-block;
}
header .hdr1 .hdr_contact{
}
.hdr1 .box1{
  display:flex;
  /*justify-content:space-between;*/
  justify-content: flex-end;
  align-items: center;
}
.hdr_info{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hdr_info a{
  text-decoration: none;
}
.hdr_info .box1{
  
}
.hdr_info .btn1{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.030em;
  margin-right: 12px;
 position: relative;
}
.hdr_info .btn1 span{
  display: block;
  font-size: 12px;
  font-weight: 700;
  color:#0F2C6C;
  margin-right: 20px;
  margin-top:53px;
 position: relative;
}
.hdr_info .btn1:before{
  display: block;
  content: "";
  width: 98px;
  height: 73px;
  background-image: url("/img/top/home_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 4px;
  left: -13%;
}
.hdr_info .btn1 span:after{
  display: block;
  content: "";
  width: 23px;
  height: 29px;
  background-image: url("/img/top/beginner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -31px;
  left: 34%;
}
.hdr_info .btn2{
  width: 200px;
  display: block;
  color: #FFF;
  font-weight: 500;
  text-align: center;
}
footer .fttr_bx .box3 .box4 .fttr_contact a.btn3
{
  width: 200px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #32b16c;
  padding: 7px 8px;
  text-decoration: none;
}
.hdr_info a.btn3 {
  width: 200px;
  font-size: 14px;
  color: #ffffff;
  background: #32b16c;
  padding: 7px 0px 7px 9px;
  display: block;
  margin-top: 2px
}
footer .fttr_bx .box3 .box4 .fttr_contact a.btn3 .fa-envelope:before{
  margin-right: 2px;
}
.hdr_info .btn3 i{
  margin-right: -13px;
}
.fa-envelope:before{
  margin-right: 18px;
  font-size: 14px;
}
.hdr_link{
  width: 160px;
  font-size: 15px;
  padding: 2px 10px;
  margin-left: 8px;
  background: #a40000;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  padding: 5px 0;
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  width: 100%;
  position: relative;
  border-left: 1px solid #c5c5c5;
}
.gnav > ul > li:last-child{
  border-right: 1px solid #c5c5c5;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.gnav li a{
  color: #333;
  text-decoration: none;
  display: block;
  font-weight: 700;
  padding: 5px;
  margin: -12px 0;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}
.gnav .gnav_item {
  width: 100%;
  font-size: 13px;
  padding: 6px 10px 25px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}


.mv{
  position: relative;
  height: 735px;
  
  background: #CCC;
  /*background-image: url('/img/mv.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{
  
}
.mv .mv_box .txt{
  font-size: 56px;
  font-family: "Corporate-Mincho";
  text-shadow: 2px 2px 7px black;
  color:#ffffff; 
  
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  background-image: url("/img/top/ftr_bg_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 160px;
}
.section#fttr_contact{
  
}
footer .ftr1{

}
footer .box1{
  width: 100%;
}
footer .box2{
  margin-top: 50px;
  width: 50%;
}

footer .ftr_logo{
  margin-bottom: 20px;
}
footer .ftr_addr{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.666666em;
}
footer .ftr_addr a{
  text-decoration: none;
}

footer .ftr_contact{
  background: #FFF;
  color: #111;
  padding: 5px;
}
footer .ftr_contact .inner{
  border: 2px solid #84ccad;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
footer .ftr_contact .title{
  
  letter-spacing: 0.05em;
}
footer .ftr_contact .title span{
  display: inline-block;
  padding: 5px 30px;
  border-bottom: 1px solid;
}
footer .ftr_contact .btn1{
  letter-spacing: 0.05em;
}
footer .ftr_contact .btn1 span{
  display: inline-block;
  font-size: 31px;
}
footer .ftr_contact .btn1 span:first-letter{
  font-size: 38px;
}
footer .ftr_contact .btn1 a{
  font-size: 36px;
}
footer .ftr_contact .btn2{
  margin-top: 6px;
}
footer .ftr_contact .btn2 a{
  display: inline-block;
  width: 220px;
  max-width: 100%;
  background: #f29b76;
  padding: 5px;
}
footer .ftr_contact .btn2 i{
  margin-right: 5px;
}

footer .ftr_links{
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 27px;
}
footer .ftr_links li{
  width: 100%;
  padding: 0 25px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .ftr_links li a{
  font-weight: bold;
  text-decoration: none;
}
footer .ftr_links li+li{
  border-left: 1px solid;
  width: 100%;
}
footer .ftr_links li:first-child{
  border-left: 1px solid;
}
footer .ftr_links li:last-child{
   border-right: 1px solid;
}
footer .copy{
  background: #ed840f;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
}
footer .copy a{
  /*color: #111;*/
}

footer .fttr_bx{
  display: flex;
  justify-content: space-between;
}
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f3dcc1;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #ed840f;
  color: #FFF;
  text-decoration: none;
}
footer .fttr_bx .box3{
  
  margin-top: 62px;
}
footer .fttr_bx .box3 .box4{
  display: flex;
  justify-content: space-between;
}
footer .fttr_bx .box3 .box4 .site_map{
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
footer .fttr_bx .box3 .box4 .site_map a{
  text-decoration: none;
}
footer .fttr_bx .box3 .box4 .site_map:after{
  content: "";
  border-right: 1px solid #000000;
  height: 15px;
  position: absolute;
  top: 26%;
}
footer .fttr_bx .box3 .box4 .site_map span{
  padding-right: 20px; 
}
footer .fttr_bx .box3 .fttr_info{
  font-weight: normal;
  line-height: 1.5625em;
  margin-top: 25px;
}
footer .fttr_bx .box3 .fttr_info .txt1,
footer .fttr_bx .box3 .fttr_info .txt2,
footer .fttr_bx .box3 .fttr_info .txt3{
  line-height: 1.5625em;
}
footer .fttr_bx .box3 .fttr_info .txt1 span,
footer .fttr_bx .box3 .fttr_info .txt2 span{
  display: inline-block;
  width: 65px;
  text-align: left;
  margin-right: 50px;
}
footer .fttr_bx .box3 .fttr_info .txt1 span.txt4{
  margin: 0 auto;
  text-align: center;
}
footer .fttr_bx .box3 .box4 .fttr_contact{
  display: flex;
  justify-content: flex-end;
  align-content: center;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
  font-size: 20px;
  margin: 100px auto;
}
.pg_404{
  
}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{
  
}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.pg_archive_news .section#sec1{
  margin-top: 147px;
 margin-bottom: 197px;
}

.post_items{
  position: relative;
  padding: 0 0;
}
.pg_archive_news .post_items:before{
  display: block;
  content: "";
  height: 45px;
  width: 55px;
  background-image: url("/img/top/volume_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 0 10px;
  margin: 0 auto;
  position: absolute;
  top: -74px;
    left: 48%;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 23px 0;
  border-top: 1px dashed #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:first-child{
  border-top: 2px solid #000000;
  padding: 46px 0 23px;
}
.post_items .item:last-child{
  border-bottom: 1px dashed #CCC;
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 110px;
  font-size: 18px;
  color: #181818;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-size: 18px;
  font-weight: 500;
  width: calc(100% - 110px);
  color: #181818;
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #e2dcd4;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 17px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 95px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 250px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  font-size: 15px;
  font-weight: 700;
  width: 250px;
  color:#000000;
  border: 2px solid #000000;
  border-radius: 40px;
  padding: 10px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 30px;
  font-size: 13px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 30px;
  font-size: 13px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  font-size: 15px;
  font-weight: bold;
  width: 250px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 40px;
  padding: 10px;
}
/*お知らせページ送り*/
.pagination .nav-posts .page-next.news a,
.pagination .nav-posts .page-prev.news a{
  display: block;
  font-size: 19px;
  font-weight: 500;
  width: 250px;
  color:#000000;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  padding: 10px;
  position: relative;
}
.pagination .nav-posts .page-next.news a:before,
.pagination .nav-posts .page-prev.news a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next.news a:before{
  content: "\f053";
  left: 19px;
  font-size: 19px;
}
.pagination .nav-posts .page-prev.news a:after{
  content: "\f054";
  right: 19px;
  font-size: 19px;
}
.pagination .nav-posts .page-archive.news a{
  display: block;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  width:333px;
  background: #59493f;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px;
}
/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{
  
}
.search_list .item + .item{
  
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 50px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 52px;
  font-weight: 500;
  font-family: "Corporate-Mincho";
  text-align: center;
  line-height: 1.4;
  color:#ed840f;
  z-index: 1
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 26px;
}

.tt2{
  font-size: 34px;
  font-weight: normal;
  font-family: "Corporate-Mincho";
  text-align: center;
  color: #ed840f;
}
.tt2.concept{
  font-size: 34px;
}
.tt3{
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.25em;
  text-align: center;
  color: #ed840f;
}
.tt3.news{
  border-bottom: 2px solid #000000;
  padding-bottom: 12px;
}
.tt3.product{
  position: relative;
  margin-top: 60px;
}
.home_product_wrap .tt3.product:before{
  right: 46%;
}
.tt3.product:before{
  content: "";
  display: block;
  height: 79%;
  width: 93px;
  background-image:url("/img/top/danro_works_img.png") ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -75px;
}
.tt3.news,
.tt3.works{
  position: relative;
}
.tt3.works:before{
  content: "";
  display: block;
  height: 72%;
  width: 70px;
  background-image:url("/img/top/custum2_img.png") ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -62px;
  right: 47%;
}
.tt3.news:before{
  content: "";
  display: block;
  height: 50%;
  width: 51px;
  background-image:url("/img/top/volume_img.png") ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -45px;
  right: 46%;
}
.tt3.product,
.tt3.product em{
  color: #ffffff;
  z-index: 1;
}
.tt3.works,
.tt3.works em,
.tt3.news,
.tt3.news em{
  color: #000000;
}
.tt3.works span,
.tt3.product span,
.tt3.news span{
  color: #ed840f;
}
.tt3 em{
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: normal;
}
.tt3 span{
  
}
.tt4{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.tt4.yw,
.tt4.or{
  color: #ed840f;
}
.tt4.self{
  color: #000000;
  position: relative;
}
.tt4.or{
  position: relative;
}
.tt4.self:before{
  content: "";
  display: block;
  height:54px;
  width: 590px;
  background-image: url("/img/construction/self_bar_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -36px;
  left:23%;
}
.tt4.or:before{
  content: "";
  display: block;
  height:70px;
  width: 68px;
  background-image: url("/img/top/custum_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -94px;
  left:47%;
}
.tt4.yw{
  margin-top:55px; 
}
.tt4 span{
  
}
.tt5{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
}
.tt5 span{
  
}

/* 詳しく見る サンプル */
.read_more{
  margin-top: 20px;
}
.read_more.s{
  
}
.read_more a{
  display: block;
  width: 195px;
  max-width: 100%;
  margin: 0 auto;
  padding: 7px 0;
  border-radius: 40px;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more.s a {
  display: block;
  width: 178px;
  max-width: 100%;
  margin: 0 auto;
  padding: 7px 0;
  border-radius: 40px;
  background: #f39800;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-right: 0;
}
.read_more.s a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 52%;
  right: 21px;
  font-size: 13px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.read_more.or a{
  background: #ed840f;
  color: #181818;
  font-size: 14px;
  text-decoration: none;
}
.read_more.bk{
  margin-top: 50px;
}
.read_more.pd{
  margin-top: 40px;
}
.read_more.bk a,
.read_more.md a{
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 10px;
}
.read_more.bk a{
  width: 250px;
  color: #000000;
  text-decoration: none;
   background: rgba(0,0,0,0);
  border: 1px solid #000000;
  text-decoration: none;
  letter-spacing: 0;
}
.read_more.md a{
  width: 250px;
  text-decoration: none;
  color: #ffffff;
  background: rgba(0,0,0,.1);
  border: 1px solid #ffffff;
  z-index: 1;
  text-decoration: none;
}
.read_more.no_radius a{
  border: 1px solid #ffffff;
  border-radius: 0;
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  
}
.pg_home .section#sec1{
  
}
.pg_home .section#sec2{
  background-image:url("/img/top/home_product_img.jpg") ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 53px;
  position: relative;
}
.pg_home .section#sec2:after{
   content: "";
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pg_home .section#sec3{
  background-image:url("/img/top/home_works_img.jpg") ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 58px;
}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  margin-bottom: 220px;
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  
}
.pg_company .section#sec3{
  
}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  margin-bottom: 185px;
}
.pg_contact .section#sec1{
  margin-top: 88px;
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}



/* 連絡先 */
.contact_info{
  background: #e2dcd4;
  text-align: center;
  padding: 28px 30px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #323232;
}
.contact_info .box2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #323232;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
  margin-top: 6px;
}
.contact_info .box2 .tel{
  display: flex;
  font-size: 44px;
  font-weight: normal;
  vertical-align: middle;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.04em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
  margin-top: 40px;
}
.contact_form.sec2{
  margin-top: 0;
}
.contact_form.sec3{
  margin-top: 30px;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 12px 15px 10px 16px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form td .file{
  display: flex;
}
.contact_form td .block{
  display: block;
  margin-top: 10px;
}
.mw_wp_form input[type="file"]{
  font-size: 14px;
}
.contact_form.tb1 .mwform-checkbox-field.horizontal-item:nth-child(2):after{
  display:inline-block;
  content: "※添付できる資料などがあれば添付して下さい。"
}
.contact_form td.induction span:nth-child(3){
  display: block;
  width: 100%;
}
.contact_form td.induction span:nth-child(3):after{
  display:inline-block;
  content: "※下の「メンテナンスについての方」にも入力して下さい。"
}
.contact_form td.induction .file_block{
  display: flex;
  margin-top: 10px;
}
.contact_form td.induction .file_block input[name="file1"]{
  width: 33.3333%;
  font-size: 13px;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{
  
}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);
  
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{
  
}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{
  
}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.160em;
}
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */



.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 35px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 12px 10px;
  width: 315px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 50px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 55px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{
  
}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 38px;
}
.privacy_items .item h4{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #bbbbbb;
  padding-left: 17px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
}
.privacy_items .item ul{
  margin-top: 2px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}
