@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;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", 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;
}

/* 指定デバイスのみで表示する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;
  padding: 0 10px; 
  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: 15px 0;*/
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
  position: relative;
}
.pg_header .container .breadcrumb{
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 100%;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}

/* 共通の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{
  color: #FFF;
  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
header.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

header .hdr1{
  background: rgba(201,0,0,0.5);
  padding: 10px 0;
  
}
header .hdr1 .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_contact{
  
}
header .hdr1 .hdr_contact a + a{
  margin-left: 15px;
}
header .hdr2{
  padding: 10px 0;
}

header .hdr2.bg{
  background: rgba(33,33,33,0.9);
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
  color: #FFF;
}
.gnav ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
  font-weight: 700;
  filter: drop-shadow(0px 0px 4px black);
}
.gnav  ul > li{
  position: relative;
}
.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: #FFF;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.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;
}


.mv{
  position: relative;
  height: 880px;
  background: #CCC;
  background-image: url('/img/mv.jpg?2');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mv .mv_box{
  
}
.mv .mv_box .txt{
  font-size: 32px;
  color: #FFF;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  background-image: url('/img/footer_bg.jpg?2');
  background-position: center center;
  background-size: cover;
  color: #FFF;
  padding: 80px 0 10px;
  margin-top: 200px;
}

footer .ftr1{
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  text-align: center;
}

footer .ftr_contact{
  
}
footer .ftr_contact .read_more{
  
}
footer .ftr_contact .read_more a{
  width: 420px;
  padding: 14px 0;
  font-size: 21px;
}
footer .ftr_logo{
  
  margin-top: 40px;
}
footer .ftr_tel{
  margin-top: 12px;
}
footer .ftr_tel a{
  margin: 0 7px;
}


footer .ftr_links{
  display: flex;
  justify-content: center;
  margin-top: 55px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
footer .ftr_links li{
  line-height: 1.1;
}
footer .ftr_links li a{
  display: block;
  padding: 0 9px;
}
footer .ftr_links li:first-child{
  
}
footer .ftr_links li+li{
  border-left: 1px solid #FFF;
}
footer .copy{
  text-align: center;
  font-size: 14px;
  margin-top: 60px;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  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: #252525;
  color: #FFF;
  text-decoration: none;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.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;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.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-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #000000;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 30px 40px 15px;
}
.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: 20px;
  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: 100px;
}
.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;
  font-weight: 500;
  font-size: 19px;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  width: 250px;
  border: 1px solid #c0c0c0;
  padding: 10px 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: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  width: 330px;
  background: #000;
  color: #ffffff;
  padding: 12px 10px;
  font-weight: 700;
  
}

/* 検索 */
.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;
}

/* コンタクトフォーム */

.contact_info_wrap{
  background: #000;
  color: #FFF;
  padding: 25px 25px 20px;
  margin-bottom: 95px;
}
.contact_info_tt{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  color: #FFF;
  margin-bottom: 15px;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel + .contact_info_tel{
  margin-left: 60px;
}
.contact_info_tel_icon{
  background: #000;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.contact_info_tel_link img{
  display: block;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 30px;
  letter-spacing: 0.16em;
}


@media (max-width:1023px){
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){
  
  .contact_info_wrap{
    margin-bottom: 50px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
  }
  .contact_info_tel_link{
    font-size: 18px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
  }
  
  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}

/*
.contact_info{
  background: #000;
  text-align: center;
  padding: 28px 30px 25px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #FFF;
}
.contact_info .box2{
  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: #acd598;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  font-family: "impact";
  letter-spacing: 0.04em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
*/

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
}
.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;
}
.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.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: 90px;
}
.contact_form_addr dd{
  width: calc(100% - 90px);
}

.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 .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td input ,
.contact_form td textarea ,
.contact_form td select ,
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .wpcf7-text {
  width: 500px;
  max-width: 100%;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
}
.contact_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.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 .wpcf7-form-control-wrap.zipcode,
.contact_form td .wpcf7-form-control-wrap[class$="_zipcode"]{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before,
.contact_form td .wpcf7-form-control-wrap[class$="_zipcode"]:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_form td textarea{
  width: 100%;
  height: 280px;
}

.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}

.contact_form td .wpcf7-checkbox, 
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}

.mw_wp_form .horizontal-item{
  display: inline-block;
  padding: 5px 0;
}
.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 40px;
}
.contact_form td input[type="file"]{
  border: 0;
}

.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/ 


.contact_form_acceptance{
  text-align: center;
  margin-top: 45px;
  font-size: 17px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 30px 0;
  
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #000000;
  color: #FFF;
  border: 0;
  padding: 12px 10px;
  width: 300px;
  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 input.wpcf7-confirm{
  
}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


/* サイトマップ */
.sitemap_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sitemap_items .item{
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sitemap_items .item h4{
  border: 1px solid #d3d3d3;
  border-bottom: 5px solid #d3d3d3;
}
.sitemap_items .item h4 a{
  display: block;
  padding: 20px 15px;
}
.sitemap_items .item ul{
}
.sitemap_items .item ul li{
  border-bottom: 1px dashed #d3d3d3;
  position: relative;
}
.sitemap_items .item ul li:before{
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitemap_items .item ul li a{
  display: block;
  padding: 5px 10px 5px 20px;
}


/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
  margin-bottom: 30px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 500;
  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;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125;
}
.privacy_items .item .txt{
  line-height: 2.125;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  overflow-x: auto;
  overflow-y: hidden;
  color: #FFF;
}
.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: 90px 0 0;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #FFF;
  margin-bottom: -90px;
}
.tt1 img{
  display: block;
  
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{
  font-size: 34px;
  font-weight: 700;
  color: #111111;
  text-align: center;
  margin-bottom: 20px;
}
.tt2 span{
  
}
.tt3{
  
}
.tt3 span{
  
}
.tt4{
  
}
.tt4 span{
  
}
.tt5{
  
}
.tt5 span{
  
}

/* 詳しく見る サンプル */
.read_more{
  
}
.read_more a{
  display: block;
  width: 325px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 0;
  background: #c90000;
  color: #FFF;
  
  font-weight: 500;
  /*letter-spacing: 0.1em;*/
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "→";
  /*content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;*/
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  
}
.pg_home .section#sec1{
  background-image: url('/img/home/bg1.jpg');
  padding: 165px 0;
}
.pg_home .section#sec2{
  padding: 65px 0 100px;
}
.pg_home .section#sec3{
 
}
.pg_home .section#sec4{
   padding-top: 120px;
   padding-bottom: 120px;
}
.pg_home .section#sec5{
  
}

.home_tt1{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.home_tt1 em{
  display: block;
  font-size: 38px;
  color: #c90000;
  margin-bottom: 5px;
  position: relative;
}
.home_tt1 em:after{
  content: "";
  display: block;
  width: 340px;
  max-width: 100%;
  height: 1px;
  background: #383939;
  margin: 0 auto;
}


.home_msg_wrap1{
  background: rgba(0,0,0,0.8);
  color: #FFF;
  font-weight: 500;
  text-align: center;
  padding: 45px 15px 50px;
}
.home_msg_wrap1 .txt{
  font-size: 18px;
}
.home_msg_wrap1 .read_more{
  margin-top: 45px;
}


.home_about_wrap{
  background-color: #000;
  background-position: center center;
  height: 500px;
  color: #FFF;
}
.home_about_wrap .inner{
  width: 50%;
  padding-top: 65px;
  padding-bottom: 60px;
}
.home_about_wrap .title{
  margin-bottom: 50px;
}
.home_about_wrap .txt{
  line-height: 1.875;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.home_about_wrap .read_more{
  margin-top: 70px;
  
}
.home_about_wrap .read_more a{
  width: 250px;
  margin-left: auto;
  margin-right: 0;
}

.home_about_wrap:nth-child(odd) .inner{
  margin-left: auto;
}
/*.home_about_wrap:nth-child(odd) .read_more{
  margin-left: auto;
}*/
.home_about_wrap:nth-child(even) .inner{
  margin-right: auto;
}

.home_about_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.home_about_links li{
  width: 46.42%;
}
.home_about_links li a{
  display: block;
  border: 3px solid #c90000;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 23px 10px;
}


/**/
.home_company_wrap{
  background-color: #000;
  background-position: center center;
  background-size: cover;
  background-image: url(/img/home/bg4.jpg);
  height: 438px;
  color: #FFF;
}
.home_company_wrap .inner{
  width: 50%;
  padding-top: 50px;
  padding-bottom: 45px;
}
.home_company_wrap .title{
  margin-bottom: 40px;
}
.home_company_wrap .txt{
  font-size: 18px;
  line-height: 1.888;
      text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.home_company_wrap .read_more{
  margin-top: 70px;
}
.home_company_wrap .read_more a{
  width: 250px;
  margin-left: 0;
}

/**/
.home_recruit_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  background-image: url(/img/home/bg5.jpg?2);
  height: 634px;
  color: #FFF;
  padding-bottom: 65px;
  
}
.home_recruit_wrap .title{
  width: 100%;
  text-align: center;
}
.home_recruit_wrap .read_more{
  margin-top: 50px;
}

/* **********************************
 *  
 * ********************************* */
.pg_news{
  
}
.pg_news .section#sec1{
}

.news_items{
  margin-bottom: 45px;
}
.news_items .item{
  display: flex;
  border-bottom: 1px dotted ;
  padding: 20px 0 15px;
}
.news_items .item .date{
  width: 145px;
}

.news_items .item .title{
  width: calc(100% - 145px);
}

.news_items .item .date.w{
  width: 190px;
  letter-spacing: 0.2em;
}
.news_items .item .date.w+.title{
  width: calc(100% - 190px);
}

/* **********************************
 *  
 * ********************************* */
.pg_works{
  
}
.pg_works .section#sec1{
  
}
.pg_works .section#sec2{
  
}
.pg_works .section#sec3{
  
}


.works_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.works_items .item{
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
}
.works_items .item:nth-child(n+4){
  margin-top: 50px;
}
.works_items .item .img{
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #aaaaaa;
  position: relative;
}
.works_items .item .img:before{
  content: "";
  display: block;
  padding-top: 86.11%;
}
.works_items .item .meta{
  display: flex;
  flex-wrap: wrap;
  background: rgba(0,0,0,0.8);
  color: #FFF;
  padding: 12px 5px;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  
}
.works_items .item .date{
  width: 100px;
}
.works_items .item .title{
  width: 100%;
}
.works_items .item .date+.title{
  width: calc(100% - 100px);
}


.works_detail{
  
}
.works_detail .meta{
  display: flex;
  background: #000;
  color: #FFF;
  padding: 15px 10px;
  margin-bottom: 10px;
}
.works_detail .meta .date{
  width: 135px;
  font-size: 18px;
  font-weight: 500;
}
.works_detail .meta .title{
  font-size: 18px;
  font-weight: 500;
}
.works_detail .post_content{
  line-height: 2.125;
}

.works_nav_wrap{
  margin-top: 120px;
}
.works_nav_wrap .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 425px;
  padding: 15px 20px;
  margin: 0 auto;
  border-bottom: 1px solid #383939;
}
.works_nav_wrap .page-next{
}
.works_nav_wrap .page-next{
  
}
.works_nav_wrap .page-archive{
  font-size: 20px;
  font-weight: 500;
}



.posts_slider{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 15px;
  position: relative;
  background: #eeeeee;
}

.posts_slider .sp-image-container{
  
}

.posts_slider .posts_slider_main{
  width: 780px;
  margin: 0 30px;
}
.posts_slider .posts_slider_arrow{
  /*width: 50px;*/
  font-size: 24px;
  color: #b9b8b8;
  /*position: absolute;*/
}
/*.posts_slider .posts_slider_arrow.left{*
  top: 50%;
  right: 100%;
  text-align: left;
}
.posts_slider .posts_slider_arrow.right{
  top: 50%;
  left: 100%;
  text-align: right;
}/



/* **********************************
 *  清和鉄工所の技術
 * ********************************* */
.pg_tech{
  
}
.pg_tech .section#sec1{
  
}
.pg_tech .section#sec2{
  margin-top: 100px;
}
.pg_tech .section#sec3{
  
}

.pg_slug_technology .main{
  padding-top: 25px;
}

.tech_about_wrap{
  background-size: cover;
  background-position: center;
}
.tech_about_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  min-height: 635px;
}
.tech_about_inner .box1{
  width: 38%;
}
.tech_about_inner .box2{
  width: 62%;
  padding-top: 15px;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.tech_about_inner .title2{
  
}
.tech_about_inner .title1{
  
}
.tech_about_inner .title2{
  margin-bottom: 45px;
}
.tech_about_inner .title3{
  font-size: 26px;
  font-weight: 700;
  margin-top: 55px;
  margin-bottom: 15px;
  
}
.tech_about_inner .txt{
  line-height: 1.875;
}

/**/
.tech_about_details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tech_about_details .item{
  width: 49.10%;
  border: 8px solid #000000;
  padding: 7px;
}
.tech_about_details .inner{
  background: #e5e5e5;
  padding: 15px;
  height: 100%;
}
.tech_about_details .inner .title{
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.tech_about_details .inner ul{
  margin: 10px 15px 0;
}
.tech_about_details .inner ul li{
  position: relative;
  padding-left: 1.5em;
  color: #111;
}
.tech_about_details .inner ul li:before{
  content: "★";
  position: absolute;
  left: 0;
}
.tech_about_details .inner ul li+li{
  margin-top: 5px;
}

/* **********************************
 *  
 * ********************************* */
.pg_facility{
  
}
.pg_facility .section#sec1{
  
}
.pg_facility .section#sec2{
  margin-top: 140px;
}
.pg_facility .section#sec3{
  
}

.pg_slug_facility .main{
  padding-top: 25px;
}

.facility_msg_wrap{
  position: relative;
  height: 500px;
}
.facility_msg_wrap .box{
  width: 50%;
  padding-top: 110px;
}
.facility_msg_wrap .bg{
  width: 50vw;
  position: absolute;
  top: 0;
  left: 50%;
  
}
.facility_msg_wrap .title{
  margin-bottom: 45px;
}
.facility_msg_wrap .txt{
  line-height: 1.875;
}

/**/
.facility_details_wrap{
  border: 8px solid #000000;
  padding: 7px;
}
.facility_details_wrap .inner{
  background: #e5e5e5;
  padding: 20px;
}
.facility_details_wrap .title1{
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.facility_details_wrap .title2{
  background: #383939;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  padding: 1px 5px;
  margin-bottom: 10px;
}
.facility_details_wrap .item{
  
}
.facility_details_wrap .item + .item{
  margin-top: 70px;
}
.facility_details_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
}
.facility_details_wrap ul li{
  display: flex;
  justify-content: space-between;
  width: 48.5%;
  padding: 15px 0;
  border-bottom: 1px dotted;
  background-image: url('/img/facility/dash.png');
  background-position: left center;
  background-repeat: repeat-x;
}
.facility_details_wrap ul li:nth-child(n+3){
  margin-top: 10px;
}
.facility_details_wrap ul li .s1{
  background: #e5e5e5;
  padding-right: 20px;
}
.facility_details_wrap ul li .s2{
  width: 220px;
  background: #e5e5e5;
  padding-left: 20px;
  
}

/* **********************************
 *  
 * ********************************* */
.pg_faq{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

.faq_msg{
  font-size: 18px;
  line-height: 1.888;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 70px;
}

.faq_items{
  
}
.faq_items .item{
  background: #eeeeee;
  border-radius: 5px;
  padding: 15px 10px;
}
.faq_items .item +.item {
  margin-top: 20px;
}
.faq_items .item dt,
.faq_items .item dd{
  position: relative;
  
}
.faq_items .item dt{
  background: #FFF;
  border-radius: 5px;
  padding: 8px 15px 8px 36px;
}

.faq_items .item dt:before,
.faq_items .item dd:before{
  position: absolute;
  left: 10px;
}

.faq_items .item dt:before{
  content: "Q.";
}
.faq_items .item dd{
  padding: 8px 15px;
  line-height: 2.125;
  letter-spacing: 0.05em;
}


/* **********************************
 *  
 * ********************************* */
.pg_flow{
  
}
.pg_flow .section#sec1{
  
}
.pg_flow .section#sec2{
  
}
.pg_flow .section#sec3{
  
}

.flow_msg{
  font-size: 18px;
  line-height: 1.888;
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: 0.05em;
}

.flow_items{
  
}
.flow_items .item{
  display: flex;
  background: #eeeeee;
  border-radius: 5px;
  overflow: hidden;
}
.flow_items .item .box1{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #FFF;
  width: 260px;
  min-height: 170px;
  position: relative;
}
.flow_items .item .box2{
  width: calc(100% - 260px);
  padding: 30px 35px 30px 30px;
  position: relative;
}

.flow_items .item .box1:after{
  content: "";
  border: 1px solid #c90000;
  border-right: 0;
  
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 0;
}
.flow_items .item .box2:after{
  content: "";
  border: 1px solid #000000;
  border-left: 0;
  
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 10px;
  
  pointer-events: none;
}

.flow_items .item + .item{
  margin-top: 20px;
}

.flow_items .item .title{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px dotted;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.flow_items .item .txt{
  letter-spacing: 0.05em;
}

/* **********************************
 *  
 * ********************************* */
.pg_recruit{
  
}
.pg_recruit .section#sec1{
  
}
.pg_recruit .section#sec2{
  margin-top: 45px;
}
.pg_recruit .section#sec3{
  margin-top: 95px;
}

.pg_slug_recruit .main{
  padding-top: 25px;
}

.revruit_mv{
  position: relative;
  
}
.revruit_mv .img{
  
}
.revruit_mv .title{
  position: absolute;
  bottom: 65px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.recruit_job_nav{
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.recruit_job_nav li{
  width: 200px;
}
.recruit_job_nav li a{
  display: block;
  background: #707070;
  color: #FFF;
  padding: 5px;
}
.recruit_job_nav li a.on{
  background: #000000;
  padding: 10px 5px;
}


.js_tab_contents_item .message{
  padding: 25px 15px;
  border: 5px solid #e5e5e5;
  line-height: 2.125;
  margin-bottom: 80px;
}
.js_tab_contents_item .imgs{
  display: flex;
  margin: 0 -10px;
  margin-bottom: 100px;
}
.js_tab_contents_item .imgs .item{
  width: 50%;
  padding: 0 10px;
}

.js_tab_contents_item .company_tbl{
  
}


.revruit_entry_wrap{
  text-align: center;
}
.revruit_entry_wrap .read_more{
  margin-top: 60px;
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  background-image: url('/img/company/bg1.jpg');
  
}
.pg_company .section#sec2{
  padding-top: 80px;
}
.pg_company .section#sec3{
  padding-top: 130px;
}

.pg_slug_company .main{
  padding-top: 25px;
}

.company_msg_wrap{
  color: #FFF;
  text-align: center;
}
.company_msg_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  text-align: center;
  height: 610px;
}
.company_msg_wrap > *{
  width: 100%;
}
.company_msg_wrap .title{
  margin-bottom: 60px;
}
.company_msg_wrap .txt{
  font-weight: 500;
  line-height: 2.125;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.company_msg_wrap .logo{
  margin-top: 60px;
}

.company_tbl{
  
}
.company_tbl th,
.company_tbl td{
  font-weight: 500;
  text-align: left;
  padding-top: 45px;
}
.company_tbl th{
  width: 300px;
  border-bottom: 3px solid #000000;
  padding-left: 10px;
}
.company_tbl td{
  border-bottom: 3px solid #b9b8b8;
  padding-left: 35px;
}

.company_tbl.bdrMin th{
  border-bottom: 1px solid #000000;
}
.company_tbl.bdrMin td{
  border-bottom: 1px solid #b9b8b8;
}

.company_map{
  margin-top: 60px;
}
.company_map{
  
}

.company_factory_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 90px;
}
.company_factory_items .item{
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
}
.company_factory_items .item:nth-child(n+3){
  margin-top: 35px;
}

.company_factory_items .item .title {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.company_factory_items .item .title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #383939;
}
.company_factory_items .item .img {
  margin-top: 10px;
}
.company_factory_items .item .map{
  margin-top: 10px;
}
.company_factory_items .item .map iframe{
  width: 100%;
  height: 320px;
}
.company_factory_items .item .addr{
  margin-top: 10px;
}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 45px;
}

.pg_contact .privacy{
  margin-top: 80px;
}
