@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: "CenturyGothic";
  src: url(css/fonts/CenturyGothic.woff2) format("woff2"),
  url(css/fonts/CenturyGothic.woff) format("woff"),
  url(css/fonts/CenturyGothic.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
/*@font-face {
  font-family: "CenturyGothic";
  src: url(css/fonts/CenturyGothicProBold.woff2) format("woff2"),
  url(css/fonts/CenturyGothicProBold.woff) format("woff");
  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;
}

/* 指定デバイスのみで表示する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;
  }
}

/* **********************************
 *  コンテナ
 * ********************************* */
.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: 500px;
}

/* 共通の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{
  padding: 20px 0 0;
  background: #09ae00;
  color: #FFF;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
}
header .hdr1 .hdr_logo{
  line-height: 1;
  
}
header .hdr1 .hdr_nav{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .hdr1 .hdr_contact{
  margin-bottom: 30px;
}
header .hdr1 .hdr_contact a + a{
  margin-left: 15px;
}

header .hdr1 .hdr_txt{
  font-size: 15px;
  margin-bottom: 30px;
}


.works_nav_wrap,
.mv_wrap{
  width: 1677px;
  max-width: 100%;
  margin: 0 auto;
}

.mv_wrap{
  padding-bottom: 120px;
}
.mv_slider{
  position: relative;
}
.mv_slider .mv_txt{
  position: absolute;
  left: 18.5%;
  bottom: 55px;
}

.works_nav_wrap{
  background: #FFF;
  color: #111;
  margin-top: 25px;
  position: relative;
}
.works_nav_wrap:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #c3c3c3;
}
.works_nav{
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}
.works_nav li{
  width: 160px;
  border-right: 1px solid #287710;
}
.works_nav li:first-child{
  border-left: 1px solid #287710;
}

.works_nav li.w1{
  border-bottom: 6px solid #40822c;
}
.works_nav li.w2{
  border-bottom: 6px solid #df77b7;
}
.works_nav li.w3{
  border-bottom: 6px solid #17b1cd;
}
.works_nav li.w4{
  border-bottom: 6px solid #f8bd0b;
}


.works_nav li a{
  display: block;
  padding: 16px 0;
  position: relative;
}
/*
.works_nav li a:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 6px;
}
.works_nav li.w1 a:after{
  background-color: #40822c;
}
.works_nav li.w2 a:after{
  background-color: #df77b7;
}
.works_nav li.w3 a:after{
  background-color: #17b1cd;
}
.works_nav li.w4 a:after{
  background-color: #f8bd0b;
}
*/


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin: 0 -15px;
}
.gnav > ul > li{
  position: relative;
  padding: 0 15px;
}
.gnav > ul > li+li{
  border-left: 1px solid #FFF;
}
.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{
}

.gnav li a em{
  display: block;
}
.gnav li a span{
  display: block;
  white-space: nowrap;
}
.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: 500px;
  
  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: 32px;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 200px;
  padding-top: 40px;
  background: #09ae00;
  border-bottom: 40px solid #baedac;
  color: #FFF;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
footer .ftr1 .box1{
}
footer .ftr1 .box2{
  margin-top: 20px;
}



footer .ftr_links_wrap{
  display: flex;
}
footer .ftr_links{
  width: 200px;
}
footer .ftr_links li{
  font-size: 15px;
}
footer .ftr_links li a{
  
}
footer .ftr_links li+li{
  margin-top: 15px;
}
footer .ftr_links li a:before{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
footer .ftr_contact{
  margin-top: 25px;
}
footer .ftr_contact a + a{
  margin-left: 15px;
}

footer .copy{
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
  
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7cd963;
  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: #09ae00;
  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 #d3d3d3;
  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: 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: 30px;
}
.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: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  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;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.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{
  background: #baedac;
  text-align: center;
  padding: 20px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 20px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #09ae00;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-family: 'CenturyGothic', 'Noto Sans JP', sans-serif;
  font-weight: bold;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.contact_info .box2 .tel a{
  display: block;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  /*margin-left: 10px;*/
}
.contact_info .box2 .txt2{
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 300px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 5px;
  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 td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 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: 150px;
}
.contact_form td [name="addr1"]{
  width: 180px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.file1{
  display: inline-block;
}
.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 .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 0 5px;
}

.contact_form td .wpcf7-checkbox, 
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 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: 20px;
}
.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: #b80000;
  color: #FFF;
  border: 0;
  padding: 10px;
  width: 300px;
  margin: 0 10px;
}
.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{
  margin-top: 150px;
}
.privacy_tt{
  text-align: center;
  margin-bottom: 50px;
}
.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_txt{
  line-height: 1.875;
  font-weight: 500;
}

.privacy_items{
  
}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;
  
  border-left: 6px solid #bbbbbb;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  
}
.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;
  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: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #287710;
  text-align: center;
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}
.tt1 em{
  display: block;
  text-align: center;
  font-size: 50px;
  font-family: 'CenturyGothic', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.11em;
}

.tt2{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #287710;
  text-align: center;
  margin-bottom: 80px;
}
.tt2 em{
  display: block;
  font-size: 38px;
  font-family: 'CenturyGothic', 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.11em;
}
.tt2 em.lg{
  font-size: 50px;
}

.tt2.wh{
  color: #FFF;
}

.tt3{
  
}
.tt3 span{
  
}
.tt4{
  
}
.tt4 span{
  
}
.tt5{
  
}
.tt5 span{
  
}

/* 詳しく見る サンプル */
.read_more{
  
}
.read_more a{
  display: block;
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #09ae00;
  background: #FFF;
  color: #09ae00;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  content: "\f138";
  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: #baedac;
  padding: 120px 0 100px;
}
.pg_home .section#sec2{
  background: #09ae00;
  padding: 100px 0 50px;
}
.pg_home .section#sec3{
  padding: 180px 0;
}
.pg_home .section#sec4{
  
}
.pg_home .section#sec5{
  background: #baedac;
  margin-top: 210px;
  padding: 70px 0 215px;
}
.pg_home .section#sec6{
  margin-top: 180px;
}

/* 商品案内 */
.home_works_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -36px;
  margin-right: -36px;
}
.home_works_items .item{
  width: 50%;
  padding-left: 36px;
  padding-right: 36px;
}
.home_works_items .item:nth-child(n+3){
  margin-top: 115px;
}
.home_works_items .item .inner{
  height: 100%;
  padding-bottom: 85px;
  position: relative;
}
.home_works_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 25px;
}
.home_works_items .item .img img{
  
}
.home_works_items .item .title{
  font-size: 24px;
  font-weight: 500;
  color: #09ae00;
  margin-bottom: 20px;
}
.home_works_items .item .title:before{
  /*content: "\f054";*/
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.home_works_items .item .txt{
  font-size: 15px;
  line-height: 1.73;
}
.home_works_items .item .read_more{
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* 会社案内 */
.home_comapny_blc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_comapny_blc .box1{
  width: 52%;
  font-size: 15px;
  line-height: 2;
}
.home_comapny_blc .box2{
  width: 46%;
}


/* 選ばれる理由 */
.home_reason_wrap{
  padding: 35px 0;
  margin-top: -30px;
  background-image: url('/img/home/bg1.png');
}
.home_reason_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.home_reason_items .item{
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.home_reason_items .item:nth-child(n+5){
  margin-top: 30px;
}
.home_reason_items .item .inner{
  height: 100%;
  background: #FFF;
  box-shadow: 2px 3px 0 0 #286e23;
  position: relative;
  
}
.home_reason_items .item .inner:before{
  content: "";
  display: block;
  border-top: 0;
  border: 2px solid #f8bd0b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.home_reason_items .item .title1{
  background: #f8bd0b;
  color: #5c4a14;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.home_reason_items .item .title1:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #f8bd0b transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.home_reason_items .item .title2{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px dashed ;
  margin: 25px 10px 15px;
  padding-bottom: 15px;
}
.home_reason_items .item .txt{
  padding: 0 12px 20px;
  font-size: 15px;
}

/* PRICE */
.home_price_blc1{
  background: #FFF;
  padding: 38px 75px 58px;
  margin: 0 40px;
  position: relative;
}
.home_price_blc1 dl{
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.home_price_blc1 dl dt{
  width: 285px;
  padding: 5px;
  background: #f8bd0b;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  border-radius: 20px;
  text-align: center;
  
}
.home_price_blc1 dl dd{
  font-size: 22px;
  font-weight: 700;
  color: #09ae00;
  margin-left: 40px;
}

.home_price_blc2{
  background: #FFF;
  padding: 0px 0px 90px;
  margin: 160px 40px 0;
  position: relative;
}
.home_price_blc2 .title{
  background: #f8bd0b;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 35px;
  position: relative;
}
.home_price_blc2 .title:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 17px 0 17px;
  border-color: #f8bd0b transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home_price_blc2 .txt{
  font-size: 15px;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.home_price_blc1 .txt_btm,
.home_price_blc2 .txt_btm{
  padding: 20px;
  background: #287710;
  color: #FFF;
  font-size: 15px;
  line-height: 1.8;
  position: absolute;
  left: 75px;
  right: 75px;
  top: 100%;
  margin-top: -30px;
}

.flow_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.flow_items .item{
  width: 16.666%;
  padding-left: 19px;
  padding-right: 19px;
  color: #FFF;
  position: relative;
}
.flow_items .item + .item{
  
}
.flow_items .item + .item:before{
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #287710;
}
.flow_items .item .inner{
  height: 100%;
  background: #49d249;
  background-image: url('/img/home/flow_bg2.png');
  padding: 11px 8px;
  position: relative;
}
.flow_items .item em{
  width: 42px;
  height: 42px;
  padding: 5px;
  background-image: url('/img/home/flow_bg1.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  font-size: 17px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.flow_items .item span{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #09ae00;
  height: 76px;
}


/* アクセス */
.home_access_blc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_access_blc .box1{
  width: 54.5%;
}
.home_access_blc .box2{
  width: 41%;
}

.home_access_blc dl{
  font-size: 15px;
}
.home_access_blc dl+dl{
  margin-top: 20px;
}
.home_access_blc dl dt{
  font-weight: 700;
  color: #09ae00;
  border-bottom: 1px solid #287710;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.home_access_blc dl dt:after{
  content: "";
  width: 80px;
  height: 4px;
  background: #287710;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.home_access_blc dl dd{
  
}



/**/
.contact_blc{
  background: #f3f3f3;
  padding: 60px 30px 30px;
}
.contact_blc .box{
  background: #FFF;
  padding: 30px 25px 20px;
  
}
.contact_blc .tt2{
  margin-bottom: 40px;
}
.contact_blc .box ul{
  display: flex;
  justify-content: space-between;
  
}
.contact_blc .box ul li{
  
}

.contact_blc .txt1{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact_blc .txt2{
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

/* **********************************
 *  初めての方
 * ********************************* */
.pg_about{
  
}
.pg_about .section#sec1{
  background: #baedac;
  padding: 120px 0 80px;
}
.pg_about .section#sec2{
  padding: 150px 0 200px;
}
.pg_about .section#sec3{
  background: #baedac;
  padding: 70px 0 200px;
}
.pg_about .section#sec4{
  background: #09ae00;
  padding: 100px 0;
}

.about_msg1{
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}

.about_sample_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.about_sample_items .item{
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}
.about_sample_items .item:nth-child(n+4){
  margin-top: 30px;
}
.about_sample_items .item .inner{
  height: 100%;
}
.about_sample_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/*.about_sample_items .item .img:before{
  content: "";
  display: block;
  padding-top: 75%;
}*/

.about_sample_items .item .title{
  
}
.about_sample_items .item .txt{
  font-size: 15px;
  line-height: 1.8;
  margin-top: 25px;
}


.about_blc1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_blc1 .box1{
  width: 49%;
  font-size: 15px;
  line-height: 2;
}
.about_blc1 .box2{
  width: 49%;
  text-align: right;
}


.about_faq_wrap{
  padding: 35px 0;
  background-image: url('/img/home/bg1.png');
}


.about_faq_items{
  
}
.about_faq_items .item{
  
}
.about_faq_items .item + .item{
  margin-top: 50px;
}
.about_faq_items .item .inner{
  background: #09ae00;
  padding: 25px;
  position: relative;
}
.about_faq_items .item em.q{
  width: 95px;
  height: 95px;
  background-image: url('/img/about/qa_q_bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 38px;
  font-family: 'CenturyGothic', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #09ae00;
  line-height: 1;
  padding: 8px 0 0 12px;
}
.about_faq_items .item .title{
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  padding-left: 75px;
  min-height: 60px;
  
}
.about_faq_items .item .txt{
  display: flex;
  
  font-weight: 500;
  color: #09ae00;
  background: #FFF;
  min-height: 130px;
  padding-top: 40px;
}
.about_faq_items .item .txt em.a{
  width: 90px;
  text-align: center;
  font-size: 38px;
  font-family: 'CenturyGothic', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #09ae00;
  line-height: 1;
  padding: 0;
}


/* **********************************
 *  アクセス
 * ********************************* */
.pg_access{
  
}
.pg_access .section#sec1{
  background: #baedac;
  padding: 120px 0 170px;
}
.pg_access .section#sec2{
  padding-top: 150px;
}

.access_blc1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.access_blc1 .box1{
  width: 40%;
}
.access_blc1 .box2{
  width: 53.5%;
}

.access_blc1 dl{
  display: flex;
  font-size: 15px;
  line-height: 2;
}
.access_blc1 dl+dl{
  margin-top: 15px;
}
.access_blc1 dl dt{
  width: 60px;
  font-weight: 700;
}
.access_blc1 dl dd{
  
}
.access_blc1 dl dd hr{
  border-top: 1px dashed;
}

.access_map{
  margin-bottom: 70px;
}
.access_info{
  
}
.access_info dl{
  display: flex;
  font-size: 15px;
  line-height: 2;
}

/* **********************************
 *  
 * ********************************* */
.pg_corporation{
  
}
.pg_corporation .section#sec1{
  background: #baedac;
  padding: 120px 0 170px;
}
.pg_corporation .section#sec2{
  padding-top: 150px;
}
.pg_corporation .section#sec3{
  padding-top: 200px;
}


.corporation_msg1{
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin-bottom: 120px;
}
.corporation_msg2{
  font-size: 15px;
  line-height: 2;
  margin-top: 120px;
}


.corporation_tt{
  font-size: 17px;
  font-weight: 700;
  color: #09ae00;
  margin-bottom: 30px;
}

.corporation_tbl{
  text-align: center;
}
.corporation_tbl + .corporation_tbl{
  margin-top: 60px;
}
.corporation_tbl th,
.corporation_tbl td{
  border: 1px solid #baedac;
  font-size: 15px;
  padding: 15px 10px;
}
.corporation_tbl th{
  background: #f6f6f6;
  font-weight: 500;
  text-align: center;
}
.corporation_tbl td{
  padding: 15px 50px;
}

/* **********************************
 *  商品案内
 * ********************************* */
.pg_works{
  
}
.pg_works .section#sec1{
  background: #baedac;
  padding: 120px 0 170px;
}
.pg_works .section#sec2{
  margin-top: 180px;
}
.pg_works .section#sec3{
  background: #baedac;
  margin-top: 150px;
  padding: 70px 0 190px;
}

.works_cat_nav{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.works_cat_nav li{
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  
}
.works_cat_nav li:nth-child(n+5){
  margin-top: 30px;
}
.works_cat_nav li a{
  display: block;
  background: #FFF;
  height: 100%;
  text-align: center;
  border-bottom: 6px solid;
  padding-bottom: 5px;
}
.works_cat_nav li a:after{
  /*content: "\f054";*/
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}
.works_cat_nav li.cat1 a{
  border-color: #40822c;
}
.works_cat_nav li.cat2 a{
  border-color: #df77b7;
}
.works_cat_nav li.cat3 a{
  border-color: #17b1cd;
}
.works_cat_nav li.cat4 a{
  border-color: #f8bd0b;
}
.works_cat_nav li.cat1 a:after{
  color: #40822c;
}
.works_cat_nav li.cat2 a:after{
  color: #df77b7;
}
.works_cat_nav li.cat3 a:after{
  color: #17b1cd;
}
.works_cat_nav li.cat4 a:after{
  color: #f8bd0b;
}

.works_cat_nav li img{
  
}
.works_cat_nav li span{
  display: block;
  padding: 10px 0 0;;
  font-size: 18px;
  font-weight: 700;
}


/**/
.works_items_wrap{
  
}
.works_items_wrap + .works_items_wrap{
  margin-top: 120px;
}
.works_tt1{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 60px;
  padding-bottom: 4px;
  border-bottom: 1px solid;
}
.works_tt1:after{
  content: "";
  display: block;
  height: 3px;
  margin-top: 8px;
}

.works_tt1.cat1{
  border-color: #40822c;
}
.works_tt1.cat2{
  border-color: #df77b7;
}
.works_tt1.cat3{
  border-color: #17b1cd;
}
.works_tt1.cat4{
  border-color: #f8bd0b;
}

.works_tt1.cat1:after{
  background: #40822c;
}
.works_tt1.cat2:after{
  background: #df77b7;
}
.works_tt1.cat3:after{
  background: #17b1cd;
}
.works_tt1.cat4:after{
  background: #f8bd0b;
}

.works_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.works_gallery_items li{
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.works_gallery_items li:nth-child(n+5){
  margin-top: 15px;
}

.works_gallery_items li .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.works_gallery_items li .img:before{
  content: "";
  display: block;
  padding-top: 80%;
}

.pg_works .contact_blc{
  margin-top: 220px;
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  background: #baedac;
  padding: 120px 0 80px;
}
.pg_company .section#sec2{
  padding-top: 150px;
}
.pg_company .section#sec3{
  
}

.company_blc1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_blc1 .box1{
  width: 62.5%;
}
.company_blc1 .box2{
  width: 34.4%;
}
.company_blc1 .txt2{
  font-size: 30px;
  font-family: "Noto Serif JP";
  font-weight: 600;
  margin-top: 50px;
}
.company_blc1 .txt2 span{
  display: block;
  font-size: 15px;
}

.company_blc2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.company_blc2 .box1{
  /*width: 49%;*/
}
.company_blc2 .box2{
  /*width: 49%;*/
  margin-left: 15px;
}


.company_tbl{
  margin-top: 140px;
}
.company_tbl th,
.company_tbl td{
  border: 1px solid #baedac;
  font-size: 15px;
  padding: 15px 10px;
}
.company_tbl th{
  width: 25%;
  background: #f6f6f6;
  font-weight: 500;
  text-align: center;
}
.company_tbl td{
  padding: 15px 50px;
}



/* **********************************
 *  
 * ********************************* */
.pg_order{
  
}
.pg_order .section#sec1{
  padding: 120px 0 170px;
}
.pg_order .section#sec2{
  margin-top: 160px;
}
.pg_order .section#sec3{
  
}

.order_tt1{
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
.order_tt1:after{
  content: "";
  display: block;
  width: 560px;
  max-width: 100%;
  height: 2px;
  background: #09ae00;
  margin: 10px auto 0;
}

.order_msg1{
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 80px;
}

.pg_order .contact_blc{
  background: #baedac;
  padding: 30px;
}
.pg_order .contact_blc{
  
}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  
}
.pg_contact .section#sec1{
  padding: 120px 0 170px;
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
}

.pg_contact .privacy{
  margin-top: 80px;
}
