@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', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #181818;
}

/* 基本フォント: 明朝 */
/**/
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:767px){
  body{
    padding-bottom: 60px;
  }
}
@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;
}
.outfit{
  font-family: 'Outfit', sans-serif;
}

a{
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
}

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: 12px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl th,
.tbl td{
  border: 1px solid #6f6e80;
  letter-spacing: 0.1em;
}
.tbl th{
  background: #e8e8e8;
  font-weight: 500;
}
.tbl td{
  background: #ffffff;
  line-height: 1.9;
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

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

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  max-width: 1140px;
  width: 100%;
  padding: 0 15px;
  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{
  margin-bottom: 15px;
  /*padding: 15px 0;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
  border-bottom: 5px solid #261a5d;
  position: relative;
}
.pg_header:after{
  content: "";
  width: 50%;
  height: 5px;
  background: #bfe3fe;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.pg_header .tt1{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

/* 共通の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: 10px 15px;
}
header .hdr1{
  display: flex;
  justify-content: center;
  align-items: center;
}
header .hdr_contact{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.hdr_logo h1{
  line-height: 1;
}
.hdr_links{
  display: flex;
}
.hdr_link{
  width: 100px;
  height: 80px;
  font-size: 12px;
  background: #3a6192;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hdr_link span{
  font-size: 10px;
}
.hdr_link i{
  font-size: 24px;
  margin-bottom: 2px;
}
.hdr_link:last-child{
  background: #261a5d;
}
.hdr_link:last-child i{
  margin-bottom: 8px;
}

@media(min-width:768px){
  header{
    padding: 0;
    padding-left: 40px;
    padding-right: 0;
  }
  .hdr_logo img{
    width: 200px;
  }
}
@media(min-width:768px){
  header .hdr1{
    justify-content: space-between;
  }
}
@media(min-width:1024px){
  header{
    padding-left: 30px;
  }
  .hdr_logo img{
    width: auto;
  }

}
@media(min-width:1200px){
  header{
    padding-left: 40px;
  }
  header .hdr_contact{
    max-width: 1000px;
    width: 100%;
    justify-content: space-between;
  }

}
@media(min-width:1500px){
  header .hdr_contact{
    max-width: 1080px;
  }

}
@media(min-width:1700px){
  header {
    padding-left: 60px;
  }
  header .hdr_contact{
    max-width: 1255px;
  }

}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.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{
  text-decoration: none;
  display: block;
  padding: 0 20px;
  line-height: 1;
}
.gnav li:not(:first-child) a{
  border-left: 1px solid;
}

.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;
}


@media(max-width:767px){
  .hdr_logo img{
    width: 150px;
  }
  .hdr_links{
    display: none;
  }
}
@media(min-width:1024px){
  .gnav li a {
    font-size: 14px;
    padding: 0 10px;
  }

}
@media(min-width:1200px){
  .gnav li a {
    font-size: 16px;
    padding: 0 20px;
  }

}
@media(min-width:1500px){
  .gnav li a {
    font-size: 16px;
    padding: 0 25px;
  }

}

.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 .vegas-content-scrollable{
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv .mv_box .txt{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 3px 2.55px rgba(18, 18, 18, 0.3);
  line-height: 1.6;
}
.mv .mv_box .txt .large{
  font-size: 26px;
}
.mv .mv_box .img{

}
.mv .mv_box .img img{

}
.mv .vegas-timer-progress{
  display: none;
}

@media(min-width:768px){
  .mv .mv_box .txt{
    font-size: 33px;
  }
  .mv .mv_box .txt .large{
    font-size: 41px;
  }

}
@media(min-width:1024px){
  .mv{
    height: 650px;
  }
  .mv .mv_box .txt{
    font-size: 43px;
  }
  .mv .mv_box .txt .large{
    font-size: 51px;
  }

}
@media(min-width:1200px){
  .mv{
    height: 820px;
  }
}


/* **********************************
 *  フッター
 * ********************************* */
footer{

}

footer .ftr1 {
  margin-top: 80px;
  padding: 40px 0;
  background: #f1f5f8;
}
.ftr_contact_links .item a{
  height: 130px;
  font-size: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #261a5d;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.45;
}
.ftr_contact_links .telnum{
  font-size: 32px;
  letter-spacing: 0.075em;
}
.ftr_contact_links .telnum:before{
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 35px;
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 10px;
}
.ftr_contact_links .form a{
  font-size: 20px;
  letter-spacing: 0.075em;
}
.ftr_contact_links .form a span{
  font-size: 28px;
  letter-spacing: 0.075em;
}
.ftr_contact_links .form p:before{
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 35px;
  display: inline-block;
  margin-right: 10px;
}

footer .ftr2{
  /*margin-top: 80px;*/
}
footer .ftr2 .map iframe{
  width: 100%;
  height: 300px;
  border: 0;
}
footer .ftr2 .box1{
  padding: 60px 0 30px;
  text-align: center;
}
footer .ftr2 .box1 .logo{
  margin-bottom: 20px;
  display: inline-block;
}
footer .ftr2 .box1 .text{
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
}
footer .ftr2 .box1 .text .name{
  font-size: 18px;
}
footer .ftr2 .box2{
  padding-top: 42px;
  border-top: 2px solid #261a5d;
}

footer .ftr_links{
}
footer .ftr_links li{
  letter-spacing: 0.075em;
  line-height: 2;
}
footer .ftr_links > li > a:before{
  content: "□";
  margin-right: 5px;
}
footer .ftr_links > li > ul > li > a:before{
  content: "├";
  margin-right: 5px;
}
footer .ftr_links > li > ul > li:last-child > a:before{
  content: "└";
}
footer .ftr_links > li > ul > li > ul > li > a:before{
  content: "－ ";
  margin-left: 2.2em;
}

footer .copy{
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  margin-top: 45px;
  background: #261a5d;
  color: #ffffff;
  letter-spacing: 0.075em;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  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;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 38%;
  border-right: 1px solid
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px 5px 5px;
  background: #261a5d;
  color: #FFF;
  text-decoration: none;
}
.footer_fix ul li a i{
  font-size: 20px;
  display: block;
}

@media(max-width:767px){
  .ftr_contact_links{
    margin-top: 30px;
  }
  .ftr_contact_links .item + .item{
    margin-top: 20px;
  }
  footer .ftr2 .box1 .logo img{
    width: 150px;
  }
  footer .ftr2 .box2{
    display: none;
  }

  footer .copy{
    margin-top: 20px;
  }

  .footer_fix{
    display: block;
  }
  
}
@media(min-width:768px){
  footer .ftr1 {
    margin-top: 150px;
    padding: 55px 0 80px;
  }
  .ftr_contact_links{
    margin: 55px -15px 0;
    display: flex;
  }
  .ftr_contact_links .item{
    width: 50%;
    padding: 0 15px;
  }

  footer .ftr2{
    /*margin-top: 150px;*/
  }
  footer .ftr2 .map iframe{
    height: 420px;
  }
  footer .ftr2 .box1{
    padding: 78px 0 42px;
  }
  footer .ftr_links_list{
    display: flex;
    flex-wrap: wrap;
  }
  footer .ftr_links{
    width: 25%;
    font-size: 12px;
  }
  footer .copy {
    padding: 25px 0;
  }
}
@media(min-width:1024px){
  .ftr_contact_links .form a{
    font-size: 24px;
  }
  .ftr_contact_links .form a span{
    font-size: 32px;
  }
  footer .ftr_links_list{
    margin: 0 -5px;
  }
  footer .ftr_links{
    font-size: 15px;
    padding: 0 5px;
  }
}
@media(min-width:1200px){
  footer .ftr_links_list{
    margin: 0 -15px;
  }
  footer .ftr_links{
    font-size: 16px;
    padding: 0 15px;
  }
}

/* 検索フォーム */
.pg_404{
  text-align: center;
  letter-spacing: 0.075em;
}
.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{
  padding: 17px 0;
  border-bottom: 1px solid #d9d9d9;
  /*display: flex;
  align-items: center;
  position: relative;*/
  /*background: #f0f0f0;*/
}
/*.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}*/
.post_items .item a{
  display: block;
}
.post_items .item .meta{
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}
.post_items .item .date{
  margin-left: 20px;
}
.post_items .item .category{
  /*width: 150px;
  padding: 0 10px;*/

}
.post_items .item .category span{
  min-width: 95px;
  width: fit-content;
  font-size: 14px;
  display: block;
  background: #261a5d;
  color: #ffffff;
  padding: 0 3px;
  margin: 2px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.post_items .item .title{
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: 40px;
  padding: 30px 25px;
  border: 4px solid #261a5d;
  letter-spacing: 0.075em;
  text-align: justify;
  line-height: 1.85;
}

/* ページ送り(一覧) */
.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: 30px;
  bottom: 120px;
  z-index: 10;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #442ea6;
}
.pagetop a i{
  font-size: 40px;
}

@media(max-width:767px){  
  .pagetop{
    bottom: 180px;
  }
}

/* コンタクトフォーム */
.contact_info{
  background: #f0f0f0;
  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: #8c8c8c;
  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-weight: bold;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.contact_info .box2 .tel a{
  display: block;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 25px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f1efef;
  width: 311px;
  padding-top: 15px;
  letter-spacing: 0.075em;
  font-weight: 500;
  vertical-align: top;
  position: relative;
}
.contact_form th .require,
.contact_form th .optional{
  position: absolute;
  right: 10px;
  top: 15px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 5px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
}
.contact_form td{
  font-size: 15px;
  padding-left: 22px;
  letter-spacing: 0.16em;
}
.contact_form td input[type="text"],
.contact_form td input[type="email"],
.contact_form td input[type="tel"],
.contact_form td select,
.contact_form td textarea{
  height: 39px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  font-size: 15px;
  letter-spacing: 0.16em;
}
.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 dt{
  width: 77px;
}
.contact_form dl dd{
  width: calc(100% - 77px);
}

.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.pd0{
  padding: 0;
}
.contact_form select[name="option-inq-count"],
.contact_form select[name="option-roll-count"]{
  width: 210px;
  margin-top: 6px;
}
.contact_form td textarea{
  width: 100%;
  height: 280px;
}

.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"]{
  width: 162px!important;
}
.contact_form td [name="addr1"]{
  width: 225px;
  padding: 5px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .zipcode{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_form td .zipcode i{
  vertical-align: top;
  background: #CCC;
  width: 25px;
  height: 39px;
  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{
  font-size: 14px;
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 8px 15px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.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;
}

.mw_wp_form .mwform_check_box_wrap .horizontal-item{
  margin-right: 5px;
}
.mw_wp_form .mwform_radio_box_wrap .horizontal-item{
  margin-right: 15px;
}
.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0;
}
.mwform-checkbox-field input, .mwform-radio-field input {
  margin-right: 0;
}
.mwform-checkbox-field label,
.mwform-radio-field label{
  display: inline-block;
}

.contact_form_btns button[type="submit"]{
  max-width: 255px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 9px;
  background: #ffffff;
  border: 1px solid #999999;
}
.contact_form_btns button[name="submitBack"]{
  background: #dfdfdf;
  margin-right: 30px;
}

/* 確認画面用 */
.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{
  text-align: center;
  padding: 40px 0 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="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 input.wpcf7-confirm{

}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}


/* サイトマップ */
.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: 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;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 70px;
  font-size: 14px;
  overflow-x: auto;
}
.breadcrumb li{
  display: inline;
  white-space: normal;
}
.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;*/
  content: ">";
  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%);
}*/


/* 指定した行数での切り取り */
.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;
}

/* **********************************
 *  メイン
 * ********************************* */
.main{
}

.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{
  font-size: 18px;
  margin-bottom: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
}
.tt2:after{
  content: "";
  width: 52px;
  height: 4px;
  margin: 11px auto;
  background: #261a5d;
  display: block;
}
.tt2 span{

}
.tt3 {
  font-size: 18px;
  padding: 7px;
  margin-bottom: 34px;
  background: #261a5d;
  color: #ffffff;
  text-align: center;
  border-radius: 25px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.tt3 span{

}
.tt4{
  font-size: 18px;
  margin: 40px 0 20px;
  padding-bottom: 8px;
  font-weight: 500;
  letter-spacing: 0.11em;
  border-bottom: 2px solid #d9d9d9;
  position: relative;
  line-height: 1.5;
}
.tt4:after{
  content: "";
  width: 65px;
  height: 2px;
  background: #261a5d;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
}
.tt4 span{

}
.tt5{
  margin: 80px 0 30px;
  position: relative;
  z-index: 0;
  text-align: center;
}
.tt5:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.tt5 h3{
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 0 27px;
  background: #ffffff;
  display: inline-block;
}
.tt5 span{

}

/* 詳しく見る サンプル */
.read_more{

}
.read_more a{
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px;
  background: #00a7c6;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  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%);
}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{

}
.pg_company .section#sec1{

}
.pg_company .section#sec2{

}
.pg_company .section#sec3{

}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.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;
}


/* **********************************
 *  Home
 * ********************************* */
.pg_home{

}
.pg_home .section#sec1{
  padding: 50px 0 0;
}
.home_service{
}
.home_tt1_en{
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #261a5d;
  line-height: 1.2;
  margin-top: -10px
}
.home_tt1_ja{
  font-size: 18px;
  margin-bottom: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.link_1 {
  max-width: 350px;
  font-size: 14px;
  padding: 11px;
  margin: 40px auto 0;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 26px;
  background: #fff;
  font-weight: 500;
  border: 2px solid #261a5d;
  color: #261a5d;
  letter-spacing: 0.075em;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
}
.link_1:hover{
  color: #ffffff;
  background: #261a5d;
  opacity: 1;
}

.pg_home .section#sec2{
  padding: 50px 0;
}
.section.blue{
  background: #f1f5f8;
}
.home_tt1.center{
  text-align: center;
}
.home_service_text,
.home_products_text{
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 1.95;
}
.home_products_subttl {
  font-size: 20px;
  padding: 12px;
  margin: 52px 0 50px;
  text-align: center;
  background: #261a5d;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.home_products {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.home_products .item{
  width: 50%;
  padding: 0 8px;
}
.home_products_text {
  letter-spacing: 0.11em;
}

.pg_home .section#sec3{
  padding: 50px 0 0;
}
.home_facility_ttl {
  font-size: 18px;
  padding: 10px;
  margin-bottom: 25px;
  background: #261a5d;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}

.pg_home .section#sec4{
  padding: 50px 0;
}
.home_others .item{
  padding-top: 5px;
  position: relative;
  z-index: 0;
}
.home_others .item:after{
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  background: #1f2774;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.home_others .item a{
  width: calc(100% - 5px);
  display: block;
  transition: 0.2s;
  position: relative;
}
.home_others .item a:hover{
  opacity: 1;
  filter: brightness(1.2);
}
.home_others .item a:before{
  padding-top: 40%;
  display: block;
  content: "";
}
.home_others_ttl{
  width: 255px;
  font-size: 18px;
  padding: 5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #ffffff;
  color: #000020;
  text-align: center;
}
.home_others_ttl:before{
  font-size: 15px;
  content: "\f0a9";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.pg_home .section#sec5{
  padding-top: 70px;
}
.posts_list_ttl,
.posts_list_ttl > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  line-height: 1;
}
.posts_list_ttl{
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d9d9d9;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.posts_list_ttl:after{
  content: "";
  width: 65px;
  height: 2px;
  background: #261a5d;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
}
.posts_list_ttl .outfit{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #261a5d;
}
.posts_list_ttl_tt{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 1px solid #8c8c8c;
  padding-left: 28px;
  margin-left: 21px;
}
.link_2{
  max-width: 160px;
  font-size: 15px;
  padding: 7px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 26px;
  background: #fff;
  font-weight: 500;
  border: 2px solid #261a5d;
  color: #261a5d;
  letter-spacing: 0.1em;
  line-height: 1;
}
.link_2:hover{
  background: #261a5d;
  color: #ffffff;
  opacity: 1;
}
.post_list .post_item + .post_item{
  margin-top: 40px;
}

.pg_home .section#sec7{
  padding: 70px 0 0;
}
.movies_list .item a:hover{
  opacity: 1;
  cursor: unset;
}
.movies_list .category{
  margin-top: 5px;
}
.movies_list .category span {
  min-width: 76px;
  width: fit-content;
  font-size: 14px;
  display: block;
  background: #261a5d;
  color: #ffffff;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
}
.movies_list .title{
  font-size: 16px;
  margin-top: 8px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.img_fit{
  position: relative;
}
.img_fit:before{
  padding-top: 100%;
  display: block;
  content: "";
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.home_others2 .item{
  padding: 30px;
  position: relative;
  z-index: 0;
}
.home_others2 .img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: hidden;
}
.home_others2 .img:before{
  padding-top: 0;
}
.home_others2 .item .img img{
  transition: 0.2s all;
}
.home_others2 .item:hover .img img{
  transform: scale(1.05);
}
.home_others2 .txt{
  max-width: 610px;
  margin: 0 auto;
  padding: 30px;
  background: rgba(255,255,255,0.8);
  text-align: center;
}
.home_others2_en{
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #261a5d;
  line-height: 1;
}
.home_others2_ja{
  font-size: 18px;
  margin: 15px 0;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.home_others2 .text{
  letter-spacing: 0.12em;
}
.home_others2 .link_1{
  margin-top: 45px;
}

@media(max-width:767px){
  .home_service_txt{
    padding: 40px 0 50px;
    position: relative;
  }
  .home_service_txt:after{
    content: "";
    width: 1000%;
    height: calc(100% + 50px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    background: #f1f5f8;
    z-index: -1;
  }

  .home_products .item:nth-child(n+3){
    margin-top: 25px;
  }

  .home_facility .left .item + .item{
    margin-top: 10px;
  }
  .home_facility .right{
    margin-top: 50px;
  }

  .home_others .item + .item{
    margin-top: 25px;
  }

  .link_2{
    margin: 30px auto 0;
  }

  .home_others2 .link_1{
    margin-top: 30px;
  }
  
  .movies_list .item + .item{
    margin-top: 30px;
  }
}
@media(min-width:768px){
  .pg_home .section#sec1{
    padding: 120px 0 0;
  }
  .home_service{
    padding: 80px 0;
    display: flex;
    position: relative;
    z-index: 0;
  }
  .home_service:after{
    content: "";
    width: 1000%;
    height: 100%;
    position: absolute;
    left: 34.2%;
    top: 0;
    background: #f1f5f8;
    z-index: -1;
  }
  .home_service_img{
    width: 48.5%;
  }
  .home_service_txt{
    width: 51.5%;
    padding-left: 30px;
  }
  .home_tt1_en{
    font-size: 46px;
  }
  .link_1.left{
    margin-left: 0;
  }
  .home_products .item{
    width: 33.33%;
  }
  .home_products .item:nth-child(n+4){
    margin-top: 28px;
  }
  .pg_home .section.blue#sec2,
  .pg_home .section.blue#sec3{
    margin-top: 120px;
  }
  .pg_home .section#sec2 .link_1{
    margin-top: 52px;
  }
  .pg_home .section#sec2{
    padding: 80px 0;
  }

  .pg_home .section#sec3{
    padding: 120px 0 0;
  }
  .home_facility{
    margin: 0 -15px;
    display: flex;
  }
  .home_facility .left{
    width: 66.5%;
    padding: 0 15px;
  }
  .home_facility .left .list{
    margin: 0 -15px;
    display: flex;
  }
  .home_facility .left .item{
    width: 50%;
    padding: 0 15px;
  }
  .home_facility .right{
    width: 33.5%;
    padding: 0 15px;
  }
  .home_facility_ttl {
    font-size: 20px;
    margin-bottom: 53px;
  }
  .pg_home .section#sec3 .link_1{
    margin-top: 50px;
  }

  .pg_home .section#sec4{
    padding: 80px 0;
  }

  .home_others {
    margin: 0 -15px;
    display: flex;
  }
  .home_others .item{
    width: 50%;
    padding: 5px 15px 0;
  }
  .home_others .item:after{
    width: calc(100% - 50px);
    height: 100%;
    right: 15px;
  }
  .home_others .item a:before{
    padding-top: 205px;
  }

  .pg_home .section#sec5{
    padding-top: 120px;
  }
  .reverse .home_service_img{
    order: 2;
  }
  .reverse .home_service_txt{
    order: 1;
    padding-left: 0;
    padding-right: 30px
  }
  .reverse.home_service:after{
    left: inherit;
    right: 34.5%;
  }

  .pg_home .section#sec6{
    padding: 118px 0 0;
  }
  .post_list .post_item + .post_item{
    margin-top: 50px;
  }

  .pg_home .section#sec7{
    padding: 95px 0 0;
  }
  .movies_list{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .movies_list .item{
    width: 50%;
    padding: 0 15px;
  }

  .home_others2 .item{
    padding: 50px;
  }
  .home_others2 .txt{
    padding: 50px 20px 60px;
  }
  .home_others2_en{
    font-size: 51px;
  }
  .pg_products .section#sec4 .cmn_col3 .link_1{
    margin-top: 15px;
  }
}
@media(min-width:1024px){
  .home_service_txt{
    padding-left: 40px;
  }
  .home_tt1_en{
    font-size: 51px;
  }
  .home_products_text{
    text-align: center;
  }

  .home_products {
    margin: 0 -15px;
  }
  .home_products .item{
    padding: 0 15px;
  }

  .reverse .home_service_txt{
    padding-right: 40px;
  }

  .post_list{
    display: flex;
    margin: 0 -15px;
  }
  .post_list .post_item{
    width: 50%;
    padding: 0 15px;
  }
  .post_list .post_item + .post_item{
    margin-top: 0;
  }

  .home_others2 {
    display: flex;
  }
  .home_others2 .item{
    width: 50%;
  }
}
@media(min-width:1200px){
  .home_service_txt{
    padding-left: 95px;
  }

  .reverse .home_service_txt{
    padding-right: 95px;
  }
}


/* **********************************
 *  事業案内
 * ********************************* */
.under_links {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.under_links .item{
  width: 50%;
  padding: 0 5px;
  display: flex;
}
.under_links .item a{
  width: 100%;
  font-size: 14px;
  padding: 16px;
  border-radius: 26px;
  border: 2px solid #261a5d;
  font-weight: 500;
  letter-spacing: 0.075em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #261a5d;
  position: relative;
  line-height: 1.2;
}
.under_links .item a:hover{
  background: #261a5d;
  color: #ffffff;
  opacity: 1;
}
.under_links .item a:after{
  content: "\f13a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.section + .section{
  padding-top: 70px;
}
.section.blue{
  margin-top: 70px;
  padding-bottom: 70px;
}

.pg_service .section#sec2{
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}
.pg_service .section#sec2:after{
  content: "";
  width: 100%;
  height: 75%;
  background: #f1f5f8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.service_text01 {
  margin-top: 33px;
  letter-spacing: 0.11em;
  text-align: justify;
  line-height: 1.9;
}

.service_example .inner{
  width: 100%;
  padding: 30px 30px 25px;
  background: #fff;
  text-align: center;
}
.service_example .ttl{
  margin: 28px 0 5px;
  text-align: center;
  position: relative;
}
.service_example .ttl:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #261a5d;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}
.service_example .ttl h3{
  min-width: 96px;
  padding: 0 8px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.service_example .text{
  letter-spacing: 0.1em;
  margin: 0 -5px;
}


@media(max-width:767px){
  .under_links .item:nth-child(n+3){
    margin-top: 15px;
  }
  .cmn_col3 .item:nth-child(n+2){
    margin-top: 50px;
  }
}
@media(min-width:768px){
  .pg_header{
    border-width: 10px;
  }
  .pg_header .container {
    height: 200px;
  }
  .pg_header:after{
    height: 10px;
    bottom: -10px;
  }
  .pg_header .tt1{
    font-size: 30px;
  }
  
  .breadcrumb{
    margin-bottom: 100px;
  }

  .under_links {
    margin: 0 -8px;
  }
  .under_links .item{
    padding: 0 8px;
  }
  .under_links.col2 .item:nth-child(n+3){
    margin-top: 28px;
  }
  .under_links.col3 .item{
    width: 33.33%;
  }
  .under_links .item a:after{
    right: 22px;
  }
  .under_links.col3 .item:nth-child(n+4){
    margin-top: 30px;
  }

  .tt2{
    font-size: 20px;
    margin-bottom: 60px;
  }
  .section + .section{
    padding-top: 112px;
  }
  .section.blue{
    margin-top: 115px;
    padding-bottom: 120px;
  }
  .pg_service .section#sec2{
    padding-bottom: 85px;
  }
  .pg_service .section#sec2:after{
    height: 62.50%;
  }
  .cmn_col3{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .cmn_col3 .item{
    width: 33.33%;
    padding: 0 8px;
  }
  .service_example.cmn_col3{
    margin-top: 108px;
  }

  .service_example .link_1{
    margin-top: 58px;
  }
}
@media(min-width:1024px){
  .under_links {
    margin: 0 -15px;
  }
  .under_links .item{
    padding: 0 15px;
  }

  .cmn_col3{
    margin: 0 -15px;
  }
  .cmn_col3 .item{
    padding: 0 15px;
  }
}
@media(min-width:1200px){

}

/* **********************************
 *  製品案内
 * ********************************* */
.products_text01{
  text-align: justify;
  letter-spacing: 0.1em;
}
.products_box01 {
  max-width: 540px;
  margin: 50px auto 0;
}
.link_3 {
  width: 100%;
  min-height: 60px;
  font-size: 14px;
  padding: 8px;
  border-radius: 30px;
  margin-top: 30px;
  border: 2px solid #261a5d;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #261a5d;
  position: relative;
  line-height: 1.5;
  background: #ffffff;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
}
.link_3:hover{
  background: #261a5d;
  color: #ffffff;
  opacity: 1;
}

.pg_products .section#sec3{
  position: relative;
  z-index: 0;
  margin-top: 0;
}
.pg_products .section#sec3:before{
  content: "";
  width: 100%;
  height: 25.2%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.pg_products .section#sec3 .tt2{  
  margin-top: -8px;
}
.pg_products .section#sec4 .cmn_col3{
  margin-top: 60px;
}
.pg_products .section#sec4 .cmn_col3 .link_3{
  margin-top: 15px;
}
#cmn_links{
  padding: 60px 0;
}
#cmn_links a{
  margin-top: 0;
}

@media(max-width:767px){
  #cmn_links .item:nth-child(n+2){
    margin-top: 25px;
  }
}
@media(min-width:768px){
  .tt3 {
    font-size: 20px;
  }
  .products_text01{
    text-align: center;
  }
  .products_box01 {
    margin-top: 92px;
  }
  .pg_products .section#sec4 .cmn_col3{
    margin-top: 95px;
  }

  .pg_products .section#sec4,
  .pg_products .section#sec5,
  .pg_products .section#sec6 {
    padding-top: 80px;
  }
  .pg_products .section.blue{
    margin-top: 150px;
    padding-bottom: 155px;
  }
}
@media(min-width:1024px){

}
@media(min-width:1200px){

}

/* **********************************
 *  メディカル・アナライザー
 * ********************************* */
.pg_ma .section#sec2{
  margin-top: 0;
  position: relative;
  z-index: 0;
}
.pg_ma .section#sec2:before{
  content: "";
  width: 100%;
  height: 28%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.ma_how {
  padding: 20px 15px;
  margin-top: 30px;
  background: #ffffff;
  border-radius: 20px;
}
.ma_how .ttl{
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.ma_how .text{
  letter-spacing: 0.1em;
  text-align: justify;
  line-height: 1.9;
}

.ma_box01 {
  border: 1px solid #261a5d;
  background: #ffffff;
}
.ma_box01 + .ma_box01{
  margin-top: 30px;
}
.ma_box01 dt{
  font-size: 18px;
  padding: 10px 20px;
  background: #261a5d;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.ma_box01 dd{
  padding: 18px 20px 22px;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

.ma_caution{
  margin-top: 20px;
  text-align: justify;
}
.ma_caution p{
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 2.14;
}

.tbl dl{
  display: flex;
  flex-wrap: wrap;
}
.tbl dl dt{
  width: 215px;
}
.tbl dl dt:after{
  content: "：";
  float: right;
}
.tbl dl dd{
  width: calc(100% - 215px);
}

.ma_faq + .ma_faq{
  margin-top: 40px;
}
.ma_faq .ttl{
  font-size: 16px;
  padding: 15px 45px;
  padding-right: 35px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  border: 1px solid #6f6e80;
  line-height: 1.65;
  cursor: pointer;
  background: #ffffff;
}
.ma_faq .ttl:before{
  content: "Q.";
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #261a5d;
  font-size: 21px;
  position: absolute;
  left: 15px;
  top: 10px;
}
.ma_faq .ttl:after{
  content: "";
  width: 15px;
  height: 15px;
  background: url(/img/products/ma_faq_open.png) no-repeat center / contain;
  position: absolute;
  right: 14px;
  top: 21px;
}
.ma_faq .ttl.active:after{
  background: url(/img/products/ma_faq_close.svg) no-repeat center / contain;
}
.ma_faq .content{
  display: none;
}
.ma_faq .answer{
  padding: 10px 47px 0;
  padding-right: 20px;
  letter-spacing: 0.1em;
  text-align: justify;
  position: relative;
  line-height: 2.18;
}
.ma_faq .answer:before{
  content: "A.";
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #a50000;
  font-size: 21px;
  position: absolute;
  left: 15px;
  top: 3px;
}
.ma_faq .answer a{
  color: #261a5d;
  font-weight: 600;
}

@media(max-width:767px){
  .tbl,
  .tbl thead,
  .tbl tbody,
  .tbl tr,
  .tbl th,
  .tbl td{
    width: 100%;
    display: block;
  }
  .tbl th{
    border-bottom: 0;
  }
  .tbl td{
    border-top: 0;
  }
  .tbl tr + tr > th{
    border-top: 0;
  }

}
@media(min-width:768px){
  .ma_how {
    padding: 35px 65px;
    margin-top: 50px;
  }

  .ma_box01 + .ma_box01{
    margin-top: 50px;
  }
  .tbl th{
    width: 225px;
    border-right: 0;
  }
  .tbl td{
    border-left: 0;
  }
  .tt4{
    margin: 55px 0 48px;
  }
  .pg_ma .section.blue{
    padding-bottom: 120px;
  }
}
@media(min-width:1024px){
  .tbl td{
    padding-left: 65px;
  }
  .tbl th{
    width: 285px;
  }

}
@media(min-width:1200px){

}



/* **********************************
 *  P-Scope
 * ********************************* */
.pg_pscope .section#sec2{
  padding-top: 70px;
  position: relative;
  z-index: 0;
}
.pg_pscope .section#sec2:before{
  content: "";
  width: 100%;
  height: 20.2%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.pg_pscope .section#sec2 .ma_how .text{
  
}
.pscope_tbl{
  margin-top: 50px;
}
.pscope_tbl th,
.pscope_tbl td{
  border: 1px solid #696969;
}
.pscope_tbl td{
  padding: 10px;
}
.pscope_tbl thead th{
  padding: 8px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.pscope_tbl thead th:first-of-type{
  width: 154px;
  border: 0;
}
.pscope_tbl thead th:nth-of-type(2){
  background: #c2c2c2;
  color: #ffffff;
}
.pscope_tbl thead th:nth-of-type(3){
  background: #261a5d;
  color: #ffffff;
}
.pscope_tbl tbody th{
  height: 78px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #e8e8e8;
}
.pscope_tbl tbody td{
  padding: 8px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.85;
}
.pscope_tbl tbody td:nth-of-type(2){
  background: #f1f5f8;
}

.tbl .download_link{
  min-width: 160px;
  width: fit-content;
  padding: 7px 38px;
  margin: 13px 0;
  display: block;
  text-align: center;
  border-radius: 26px;
  background: #fff;
  font-weight: 600;
  border: 2px solid #261a5d;
  color: #261a5d;
  letter-spacing: 0.1em;
  line-height: 1;
}
.tbl .download_link:hover{
  background: #261a5d;
  color: #ffffff;
  opacity: 1;
}

.faq_subttl{
  font-size: 18px;
  margin: 52px 0 8px;
  padding: 2px 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  background: #ffffff;
}
.ma_faq .caution1{
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.1em;
}
.ma_answer_tbl{
  margin-top: 8px;
}
.ma_answer_tbl th,
.ma_answer_tbl td{
  height: 55px;
  border: 1px solid #696969;
  text-align: center;
  letter-spacing: 0.1em;
}
.ma_answer_tbl th{
  background: #c0c0c0;
  font-weight: 500;
}
.ma_answer_tbl th:nth-of-type(3){
  width: 27.5%;
}
.ma_faq .caution2{
  font-size: 14px;
  margin: 10px 0;
  letter-spacing: 0.1em;
}

.faq_subttl + .pscope_flow{
  margin-top: 30px;
}
.ma_answer_tbl + .faq_subttl{
  margin-top: 42px;
}
.pscope_flow .item{
  padding-bottom: 50px;
  background: #ffffff;
  position: relative;
}
.pscope_flow .item + .item{
  margin-top: 70px;
}
.pscope_flow .item + .item:before{
  content: "";
  border-style: solid;
  border-color: #c2c2c2 transparent transparent transparent;
  border-width: 31px 35px 0px 35px;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
.pscope_flow .ttl{
  font-size: 18px;
  padding: 10px 20px;
  background: #261a5d;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.pscope_flow .img{
  max-width: 759px;
  padding: 0 15px;
  margin: 0 auto;
}
.pscope_flow .img p{
  margin-top: 25px;
  margin-bottom: -30px;
  letter-spacing: 0.1em;
  text-align: justify;
}
.pscope_flow .img p + p{
  margin-top: 30px;
}
.pscope_flow .img p.small{
  font-size: 14px;
  line-height: 2.14;
}
.pscope_flow .img p + p.small{
  margin-top: 40px;
}
.pscope_flow .img p.small + .small{
  margin-top: 30px;
}
.pscope_flow .img p.indent{
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.pscope_flow .img p a{
  font-weight: 600;
  color: #261a5d;
}
.pscope_flow .num{
  font-size: 80px;
  margin: 10px 0 -40px;
  color: #ebebeb;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.pscope_flow + .faq_subttl,
.pscope_flow_caution + .faq_subttl{
  margin-top: 70px;
}
.pscope_flow.no2 .ttl{
  background: #1e519e;
}
.pscope_flow_caution {
  padding: 20px;
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #261a5d;
  letter-spacing: 0.1em;
  text-align: justify;
  line-height: 2.18;
}
.faq_subttl + .products_text01{
  margin: 18px 0;
  text-align: center;
}
.pscope_flow.no3 .ttl{
  background: #1a385d;
}

.ma_how.blue{
  background: #f1f5f8;
}
.ma_how .check{
  margin-top: 20px;
}
.ma_how .check dt{
  font-size: 18px;
  margin-bottom: 8px;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.ma_how .check dt:before{
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #1a5710;
}
.ma_how .check dd{
  padding-left: 25px;
  padding-right: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
}
.ma_how .text + .check{
  margin-top: 30px;
}

.pg_pscope .cmn_col3 .link_1,
.pg_perio .cmn_col3 .link_1,
.pg_ir .cmn_col3 .link_1{
  margin-top: 15px;
}

@media(max-width:767px){
  .pg_pscope .section#sec2:before{
    height: 14%;
  }
  .tbl .download_link{
    margin: 13px auto;
  }
  .ma_answer_tbl th,
  .ma_answer_tbl td{
    padding: 8px;
  }
  
  .pscope_tbl{
    margin-top: 0;
  }
  .scroll_text{    
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.075em;
  }
}
@media(min-width:768px){
  .pscope_tbl thead th:first-of-type{
    width: 184px;
  }
  .pscope_flow .item + .item {
    margin-top: 100px;
  }
  .pscope_flow .item + .item:before {
    border-width: 41px 45px 0px 45px;
    top: -70px;
  }
  .pscope_flow .num{
    font-size: 120px;
    margin-bottom: -58px;
    padding-left: 15px;
  }
  .pscope_flow .ttl {
    font-size: 20px;
  }
  .pscope_flow + .faq_subttl,
  .pscope_flow_caution + .faq_subttl {
    margin-top: 120px;
  }

  .pg_pscope .section#sec2{
    margin-top: 48px;
    padding-top: 60px;
  }
  .pg_pscope .section#sec2 .ma_how {
    padding: 20px 65px 50px;
  }
  .pg_pscope .section#sec2 .ma_how .ttl{
    margin-bottom: 33px;
  }

  .pscope_flow_caution {
    margin-top: 50px;
  }

  .tt5{
    margin: 140px 0 55px;
  }
  .ma_answer_tbl + .faq_subttl{
    margin-top: 62px;
  }

}
@media(min-width:1024px){
  .pscope_tbl thead th:first-of-type{
    width: 254px;
  }

}
@media(min-width:1200px){

}


/* **********************************
 *  P-Scope Pro
 * ********************************* */
.pg_pscope.pro .section#sec2:before {
  height: 40%;
}
.tbl td .min{
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.14;
}
.tbl td .indent{
  padding-left: 1.1em;
  text-indent: -1.1em;
  display: block;
}
.ma_faq .answer dl.indent {
  display: flex;
  flex-wrap: wrap;
}


.pg_pscope.pro.v .section#sec2:before {
  height: 32%;
}

@media(max-width:767px){

}
@media(min-width:768px){
  .pg_pscope.pro .section#sec2:before {
    height: 34.5%;
  }

  .pg_pscope.pro.v .section#sec2:before {
    height: 32.5%;
  }
}
@media(min-width:1024px){

}
@media(min-width:1200px){

}

/* **********************************
 *  歯周病
 * ********************************* */
.pg_perio .section#sec1{
  padding-top: 0;
  position: relative;
  z-index: 0;
}
.pg_perio .section#sec1:before{
  content: "";
  width: 100%;
  height: 15%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.ma_how .tt5{
  margin: 0 0 20px;
}
.ma_how .tt5 h3{
  font-size: 18px;
  padding: 0 8px;
}
.ma_how a:hover{
  opacity: 1;
  text-decoration: underline;
}
.contents_ttl{
  margin-bottom: 18px;
  display: block;
  width: fit-content;
}
.contents_ttl h4{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.contents_ttl h4 .outfit{
  padding-right: 10px;
  margin-right: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #261a5d;
  border-right: 1px solid;
  line-height: 1;
  display: inline-block;
}
.ma_how .links{
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.ma_how .links li{
  padding-left: 26px;
  position: relative;
}
.ma_how .links li:before{
  content: "・";
  color: #6352b2;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
}
.ma_how .links + .contents_ttl{
  margin-top: 50px;
}

.tt2 .outfit{
  font-size: 30px;
  margin-bottom: 10px;
  color: #261a5d;
  display: block;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.perio_item01{
  padding-top: 50px;
}
.perio_item01 .tt4{
  margin-top: 0;
}

.ma_how .text .caution{
  margin-top: 15px;
  letter-spacing: 0.1em;
  font-size: 14px;
}

ul.perio_numlist {
  margin: 30px 0 -10px;
}
ul.perio_numlist li{
  padding-left: 35px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 2.25;
}
ul.perio_numlist li .outfit{
  font-size: 21px;
  font-weight: 500;
  color: #261a5d;
  position: absolute;
  left: 0;
  top: -5px;
}


@media(max-width:767px){
  .pg_perio .section#sec1:before{
    height: 10%;
  }

}
@media(min-width:768px){
  .pg_perio .section#sec1 .ma_how{
    margin-top: 92px;
  }

  .ma_how + .perio_item01{
    padding-top: 113px;
  }
  .perio_item01{
    padding-top: 110px;
  }
  .perio_item01 .tt4 {
    margin-bottom: 40px;
  }
  .ma_how + .ma_how{
    margin-top: 35px;
  }
  .service_img01 + .ma_how{
    margin-top: 60px;
  }

}
@media(min-width:1024px){

}
@media(min-width:1200px){

}

/* **********************************
 *  口腔内細菌
 * ********************************* */
.pg_perio.ob .cmn_col2 .responsive_video{
  background: url(/img/bacteria/movie_noimg.jpg)no-repeat center / cover;
}

.pg_perio.ob .tt5{
  margin-top: 0;
}

@media(max-width:767px){
  .cmn_col2 .item:nth-child(n+2){
    padding-top: 50px;
  }

  .perio_item01 .cmn_col2 .item + .item{
    padding-top: 30px;
  }
}
@media(min-width:768px){
  .cmn_col2{
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
  }
  .cmn_col2 .item{
    width: 50%;
    padding: 0 8px;
  }
  .cmn_col2 .item:nth-child(n+3){
    padding-top: 30px;
  }
  .pg_perio.ob .section#sec2 .tt2{
    margin-bottom: 45px;
  }
  .pg_perio.ob .section#sec2 .tt4{
    margin: 70px 0 38px;
  }

  .pg_perio.ob .section#sec3 .tt2{
    margin-bottom: -7px;
  }

  .pg_perio.ob .section#sec4{
    padding-top: 136px;
  }
}
@media(min-width:1024px){
  .cmn_col2{
    margin: 0 -15px;
  }
  .cmn_col2 .item{
    padding: 0 15px;
  }

}
@media(min-width:1200px){

}

/* **********************************
 *  導入事例
 * ********************************* */
.pg_ir .ma_how{
  border: 1px solid #c2c2c2;
}
.contents_ttl i{
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #261a5d;
}

.tt6{
  font-size: 16px;
  padding-bottom: 3px;
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #d9d9d9;
  border-left: 4px solid #261a5d;
  line-height: 1.1;
}
.ma_how .area{
  margin-top: 25px;
}
.ma_how .area + .area{
  margin-top: 22px;
}
.contents_ttl + .contents_ttl,
.ma_how .area + .contents_ttl{
  margin-top: 35px;
}
.ma_how .area_links{
  padding-left: 21px;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
}
.ma_how .area_links li{
  padding-right: 18px;
}
.ma_how .area_links li a.noLink{
  pointer-events: none;
  text-decoration: line-through;
}

.ir_area{
  padding-top: 30px;
  margin-top: -30px;
}
.ir_area + .ir_area {
  padding-top: 30px;
  margin-top: 10px;
}
.ir_area .ttl{
  font-size: 18px;
  padding-bottom: 3px;
  margin-bottom: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-bottom: 1px solid #767676;
}
.ir_area .link_3{
  font-size: 15px;
  margin: 0;
  min-height: inherit;
  padding: 5px;
}

.ir_intro {
  margin-top: 32px;
}
.ir_intro + .ir_intro{
  margin-top: 60px;
}
.ir_intro .ttl{
  font-size: 18px;
  padding: 6px;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  background: #f1f5f8;
}
.ir_intro .img{
  position: relative;
  display: block;
}
.ir_intro .img:before{
  content: "";
  width: 95px;
  height: 95px;
  background: url(/img/ir/intro_icon.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.pg_ir .section#sec3 .tt2 {
  margin-bottom: 25px;
}
.ir_cases .img{
  margin-bottom: 12px;
}
.ir_cases .link_1{
  margin-top: 25px;
}
.ir_cases .products_text01{
  text-align: center;
}
.ir_intro .service_text01 {
  margin-top: 20px;
}

.cmn_col2 .img,
.cmn_col3 .img{
  text-align: center;
}

@media(max-width:767px){
  .ir_area .item:nth-child(n+2){
    padding-top: 20px;
  }

  .ir_cases .item:nth-child(n+3){
    margin-top: 40px;
  }
}
@media(min-width:768px){
  .ir_area .item:nth-child(n+3){
    padding-top: 17px;
  }
  .ir_area + .ir_area{
    padding-top: 25px;
    margin-top: 25px
  }

  .pg_ir .section#sec2 .tt2 {
    margin-bottom: 52px;
  }
  .ir_intro .item:nth-child(n+3){
    padding-top: 60px;
  }
  .ir_intro .cmn_col2 .item:nth-child(n+3){
    padding-top: 30px;
  }
  .ir_intro + .ir_intro{
    margin-top: 62px;
  }

  .ir_cases .item:nth-child(n+4){
    margin-top: 60px;
  }
}
@media(min-width:1024px){

}
@media(min-width:1200px){

}

/* **********************************
 *  骨ウェーブ
 * ********************************* */
.tbl td .red{
  color: #a50000;
}

@media(max-width:767px){

}
@media(min-width:768px){

}
@media(min-width:1024px){

}
@media(min-width:1200px){

}


/* **********************************
 *  Marpuis
 * ********************************* */
.pg_pscope.marpuis .section#sec2:before{
  height: 13%;
}
.ma_how .check dd ul{
  display: flex;
  flex-wrap: wrap;
}
.ma_how .check dd ul li{
  padding-left: 24px;
  margin: 5px 5%;
  margin-left: 0;
  position: relative;
}
.ma_how .check dd ul li:before{
  content: "・";
  font-size: 24px;
  color: #6352b2;
  position: absolute;
  left: 0;
  top: -7px;
}
.ma_how .text + .ttl{
  margin-top: 50px;
}

.pg_pscope.marpuis .section#sec3 .tt4 {
  margin: 55px 0 0;
}
.pg_pscope.marpuis .section#sec6 .products_text01 + .ma_box01{
  margin-top: 30px;
}

.pg_pscope.marpuis #cmn_links {
  padding-bottom: 0;
}

.pg_pscope.marpuis .ma_how .check dd{
  padding-left: 0;
  padding-right: 0;
}

@media(max-width:767px){

}
@media(min-width:768px){
  .pg_pscope.marpuis .section#sec2 .ma_how{
    padding: 32px 65px;
    margin-top: 105px;
  }
  .pg_pscope.marpuis .section#sec2 .ma_how .ttl {
    margin-bottom: 22px;
  }
  .pg_pscope.marpuis .section#sec2 .ma_how .text + .ttl{
    margin-bottom: 35px;
  }

  .pg_pscope.marpuis .section#sec3 .tt4 {
    margin: 75px 0 10px;
  }
  .pg_pscope.marpuis .section#sec3 .js-scrollable + .tt4{
    margin-top: 55px;
  }
  .pg_pscope.marpuis .section#sec6 .products_text01 + .ma_box01{
    margin-top: 40px;
  }
  .pg_pscope.marpuis #cmn_links{
    padding: 120px 0 0;
  }
}
@media(min-width:1024px){
  .ma_how .check dd ul li{
    margin: 0;
  }
  .ma_how .check dd ul li:not(:last-child){
    margin-right: 10%;
  }

}
@media(min-width:1200px){
  .ma_how .check dd ul li:not(:last-child){
    margin-right: 24%;
  }

}

/* **********************************
 *  製品レンタル
 * ********************************* */
.pg_rental .section#sec2{
  margin-top: 0;
  position: relative;
  z-index: 0;
}
.pg_rental .section#sec2:before{
  content: "";
  width: 100%;
  height: 24.3%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.rental_box1 .item{
  display: flex;
}
.rental_box1 .item .inner{
  width: 100%;
  padding: 24px 28px 28px;
  border: 1px solid #696969;
}
.rental_box1 .tt4{
  margin: 0 0 22px;
}
.rental_box1 .service_text01{
  margin-top: 0;
}

.pg_rental .section#sec5 .right{
  margin-top: -6px;
  margin-bottom: 6px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.1em;
}
.rental_price_tbl{
  display: table;
}
.rental_price_tbl tbody{    
  display: table-row-group;
}
.rental_price_tbl th{
  width: 33.33%;
}
.rental_price_tbl th:first-child{
  background: #c0c0c0;
}
.rental_price_tbl th.blue1{
  background: #261a5d;
  color: #ffffff;
}
.rental_price_tbl th.blue2{
  background: #1e519e;
  color: #ffffff;
  border-right: 1px solid #6f6e80;
}
.rental_price_tbl td{
  width: auto;
  border-left: 1px solid #6f6e80;
  text-align: center;
  padding: 12px;
}

.ma_how dl.rental_option + dl{
  margin-top: 30px;
}
.ma_how dl.rental_option > dt{
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.ma_how dl.rental_option > dt:before{
  font-size: 24px;
  content: "・";
  font-weight: 400;
  color: #6352b2;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.ma_how dl.rental_option > dd{
  padding-left: 28px;
  letter-spacing: 0.09em;
}
.ma_how dl.rental_option > dd span.min{
  font-size: 14px;
}
.ma_how dl.rental_option > dd > dl{
  display: flex;
  flex-wrap: wrap;
}
.ma_how dl.rental_option > dd > dl > dt{
  width: 130px;
}

.ma_faq p.min{
  font-size: 14px;
  line-height: 2.5;
}
.ma_faq .answer p:not(.min) + p.min{
  margin-top: 9px;
}
.ma_faq p.indent{
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.ma_faq .answer a .outfit{
  font-weight: 400;
}

.rental_text01{
  font-weight: 500;
  letter-spacing: 0.11em;
  text-align: justify;
}
.pg_rental .section#sec7 .link_1{
  margin-top: 55px;
}
.grey_hr{
  margin: 30px 0 0;
  border-top: 2px solid #d9d9d9;
}
.pg_rental #cmn_links,
.pg_download #cmn_links{
  padding-top: 30px;
  padding-bottom: 0;
}

@media(max-width:767px){
  .rental_price_tbl{
    display: table;
  }
  .rental_price_tbl tr{
    display: table-row;
  }
  .rental_price_tbl th,
  .rental_price_tbl td{
    display: table-cell;
    padding: 12px 8px;
  }
  .rental_price_tbl{
    font-size: 14px;
  }

}
@media(min-width:768px){
  .pg_rental .section#sec2 .ma_how{
    margin-top: 110px;
  }
  .rental_box1 .link_3{
    margin-top: 55px;
  }

  .rental_price_tbl th{
    width: 50%;
  }
  .rental_price_tbl th:first-child{
    width: 236px;
  }

  .rental_text01{
    text-align: center;
  }
  .grey_hr{
    margin: 40px 0 0;
  }
  .pg_rental #cmn_links,
  .pg_download #cmn_links{
    padding-top: 40px;
  }
}
@media(min-width:1024px){
  .rental_price_tbl th:first-child{
    width: 306px;
  }

}
@media(min-width:1200px){

}

/* **********************************
 *  製品レンタル申し込みフォーム
 * ********************************* */
.rf_text01 {
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.rf_text01 > p{
  display: inline-block;
  text-align: justify;
}

.rf_caution{
  height: 217px;
  padding: 15px 20px;
  letter-spacing: 0.075em;
  line-height: 1.85;
  border: 2px solid #818181;
  background: #f8f8f8;
  overflow-y: scroll;
}
.rf_caution .indent{
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.rf_caution ol{
  padding-left: 2.5em;
}
.rf_caution ul{
  padding-left: 2.2em;
}

@media(max-width:767px){

}
@media(min-width:768px){

}
@media(min-width:1024px){

}
@media(min-width:1200px){

}

/* **********************************
 *  製品レンタル申し込みフォーム
 * ********************************* */
.rf_form_links .link_3{
  font-size: 16px;
  min-height: 50px;
  margin-top: 0;
  letter-spacing: 0.075em;
}

.contact_tt + .center{
  margin-top: 25px;
  text-align: center;
  letter-spacing: 0.075em;
}

.mw_wp_form_confirm .contact_form td .zipcode i{
  margin-right: 10px;
}

@media(max-width:767px){
  .contact_form th,
  .contact_form td{
    width: 100%;
    padding: 10px;
    display: block;
  }
  .contact_form td input[type="text"],
  .contact_form td input[type="email"],
  .contact_form td input[type="tel"]{
    width: 100%;
  }
  .contact_form td .addr_auto{
    margin: 10px 0;
  }
  .contact_form td [name="zipcode"]{
    margin-right: 10px;
  }
  .contact_form th .require{
    margin-top: -4px;
  }

  .contact_form dl.option{
    display: block;
  }
  .contact_form dl.option dt,
  .contact_form dl.option dd{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    letter-spacing: 0.08em;
  }
  .contact_form dl.option dt{
    padding-left: 15px;
  }
  .contact_form dl.option dd{
    padding-left: 15px;
  }
  .contact_form dl.option + dl{
    border-top: 1px solid #b2b2b2;
  }
  .rf_form_links.cmn_col2 .item:nth-child(n+2) {
    padding-top: 20px;
  }

  .contact_form_btns button[name="submitBack"]{
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media(min-width:768px){
  .pg_rentalform .section#sec2{
    padding-top: 84px;
  }
  .pg_rentalform .section#sec3{
    padding-top: 92px;
  }
  .pg_rentalform .section#sec4{
    padding-top: 150px;
  }

  .rf_form_links.cmn_col2 .item:nth-child(n+3) {
    padding-top: 27px;
  }
  .contact_form th {
    width: 230px;
    padding-left: 10px;
  }
  .contact_form td input[type="text"],
  .contact_form td input[type="email"],
  .contact_form td input[type="tel"]{
    width: 382px;
  }

  .contact_form dl.option{
    align-items: stretch;
  }
  .contact_form dl.option dt,
  .contact_form dl.option dd{
    font-size: 16px;
    padding: 10px;
    letter-spacing: 0.08em;
  }
  .contact_form dl.option dt{
    width: 50%;
    padding-left: 15px;
    border-right: 1px solid #b2b2b2;
  }
  .contact_form dl.option dd{
    width: 50%;
    padding-left: 15px;
  }
  .contact_form dl.option + dl{
    margin-top: 0;
    border-top: 1px solid #b2b2b2;
  }
  .contact_form dl.option .horizontal-item{
    margin-right: 15px;
  }

  .contact_form_btns {
    padding: 80px 0 0;
  }
}
@media(min-width:1024px){
  .contact_form dl.option dt {
    width: 57%;
    padding-left: 20px;
  }
  .contact_form dl.option dd {
    width: 43%;
    padding-left: 25px;
  }

  .contact_form th {
    width: 311px;
    padding-left: 25px;
  }
  .contact_form td input[type="text"],
  .contact_form td input[type="email"],
  .contact_form td input[type="tel"]{
    width: 462px;
  }
  .contact_form dl.option .horizontal-item{
    margin-right: 30px;
  }
  .contact_form select[name="option-inq-count"],
  .contact_form select[name="option-roll-count"] {
    width: 240px;
  }
}
@media(min-width:1200px){
  .contact_form dl.option dt {
    width: 60%;
    padding-left: 30px;
  }
  .contact_form dl.option dd {
    width: 40%;
    padding-left: 32px;
  }

}

/* **********************************
 *  修理
 * ********************************* */
.pg_rental.repair dt:before{
  color: #c80000;
}
.pg_rental.repair .section#sec2 .ma_how {
  margin-top: 30px;
}
.pg_rental.repair .section#sec2 .ma_how dt{
  margin-bottom: 0;
}
.pg_rental.repair .pscope_flow .img p{
  margin-bottom: 0;
}

.pg_rental.repair .tt4{
  margin-bottom: 20px;
}
.pg_rental.repair .tt4 + .service_text01{
  margin-top: 0;
}
.pg_rental.repair .cmn_col2{
  margin-top: 40px;
  margin-bottom: -15px;
}
.pg_rental.repair .cmn_col2 .item{
  display: flex;
}
.pg_rental.repair .cmn_col2 .item .ma_box01{
  width: 100%;
}


@media(max-width:767px){
  .pg_rental.repair .section#sec2:before {
    height: 14%;
  }

  .pg_rental.repair .cmn_col2 .item:nth-child(n+2) {
    padding-top: 20px;
  }
}
@media(min-width:768px){
  .pg_rental.repair .section#sec2:before {
    height: 22.3%;
  }
  .pg_rental.repair .section#sec2 .ma_how {
    margin-top: 50px;
  }
  .ma_how .flex {
    margin-top: -18px;
  }
  .pg_rental .section#sec2 {
    padding-bottom: 80px;
  }
  .pg_rental.repair .rental_price_tbl th{
    width: auto;
  }
  .pg_rental.repair .rental_price_tbl th:first-child {
    width: 235px;
  }
}
@media(min-width:1024px){
  .ma_how .flex{
    display: flex;
    flex-wrap: wrap;
  }
  .ma_how .flex .check{
    width: 62%;
  }
  .ma_how .flex .check:nth-child(even){
    width: 38%;
  }
  .pg_rental.repair .rental_price_tbl th:first-child {
    width: 305px;
  }
}
@media(min-width:1200px){
  .ma_how .flex .check{
    width: 58%;
  }
  .ma_how .flex .check:nth-child(even){
    width: 42%;
  }

}

/* **********************************
 *  資料ダウンロード
 * ********************************* */
.pg_download .tt3{
  border-radius: 0;
  margin-bottom: 50px;
}
.pg_download .section#sec1 .rental_text01{
  font-size: 16px;
  letter-spacing: 0.075em;
}
.pg_download .cmn_col2 .img{
  height: 480px;
  padding: 30px 20px;
  border: 5px solid #f1efef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pg_download .cmn_col2 .img.nolink{
  pointer-events: none;
}
.pg_download .cmn_col2 .img:before{
  top: 5px;
  right: 5px;
}
.pg_download .cmn_col2 .img.nolink:before{
  display: none;
}
.pg_download .cmn_col2 .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg_download .cmn_col2 .link_3{
  font-size: 15px;
  margin-top: 19px;
  min-height: 38px;
  padding: 6px;
}
.pg_download .ir_intro .ttl {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ir_intro + .tt3{
  margin-top: 50px;
}

@media(max-width:767px){

}
@media(min-width:768px){
  .pg_download .section#sec2 {
    padding-top: 102px;
  }
  .ir_intro + .tt3{
    margin-top: 80px;
  }
  .pg_download .cmn_col2 .img{
    height: 480px;
  }

}
@media(min-width:1024px){
  .pg_download .cmn_col2 .img{
    height: 649px;
  }

}
@media(min-width:1200px){

}

/* **********************************
 *  資料請求フォーム
 * ********************************* */
.pg_request .section#sec2 {
  padding-top: 85px;
}
.pg_request .section#sec3 {
  padding-top: 100px;
}

@media(max-width:767px){

}
@media(min-width:768px){
  .pg_request .section#sec3 {
    padding-top: 150px;
  }

}
@media(min-width:1024px){

}
@media(min-width:1200px){

}

/* **********************************
 *  お知らせ一覧
 * ********************************* */
.pg_news .post_items .item{
  padding: 23px 0;
  border-bottom: 1px dotted;
}
.pg_news .post_items .item a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pg_news .post_items .item .date{
  width: auto;
  padding-left: 5px;
  margin-left: 0;
  letter-spacing: 0.1em;
}
.pg_news .post_items .item .title{
  letter-spacing: 0.1em;
}

.news_tab_links{
  margin: 0 -8px 50px;
  display: flex;
  flex-wrap: wrap;
}
.news_tab_links li{
  width: 50%;
  padding: 0 8px;
}
.news_tab_links li a{
  font-size: 14px;
  padding: 12px;
  display: block;
  border: 2px solid #261a5d;
  border-radius: 26px;
  text-align: center;
  color: #261a5d;
  letter-spacing: 0.075em;
  font-weight: 500;
  position: relative;
}
.news_tab_links li a:after{
  content: "\f13a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.news_tab_links li a:hover,
.news_tab_links li a.on{
  background: #261a5d;
  color: #ffffff;
  opacity: 1;
}

.pagination_links {
  padding: 12px 0;
  margin-top: 50px;
  background: #f7f7f7;
}
.pagination_links .inner{
  padding: 22px 24px;
  border-top: 1px solid #261a5d;
  border-bottom: 1px solid #261a5d;
  display: flex;
  justify-content: space-between;
  position: relative;
  letter-spacing: 0.075em;
}
.pagination_links .inner > span{
  letter-spacing: 0.075em;
}
.pagination_links .inner .prev a,
.pagination_links .inner .next a{
  display: flex;
  align-items: center;
  position: relative;
}
.pagination_links .inner .prev a:before{
  content: "";
  width: 55px;
  height: 7px;
  margin-right: 20px;
  background: url(/img/news/arrow1.png) no-repeat center / contain;
  display: inline-block;
  vertical-align: middle;
}
.pagination_links .inner .next a:after{
  content: "";
  width: 55px;
  height: 7px;
  margin-left: 20px;
  background: url(/img/news/arrow2.png) no-repeat center / contain;
  display: inline-block;
  vertical-align: middle;
}

/*詳細*/
.pg_news .post_items .item.single_item{
  border-bottom: 0;
  padding-bottom: 0;
}
.pg_news .post_items .item.single_item .title{
  font-size: 20px;
  padding: 0 0 14px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 700;
  border-bottom: 1px solid #261a5d;
  overflow: auto;
  text-overflow: none;
  white-space: wrap;

}
.post_items .item.single_item .category span{
  width: 160px;
  font-size: 15px;
  margin-right: 25px;
  line-height: 1.65;
}
.post_items .item.single_item .date{
  letter-spacing: 0;
}
.post_items .item.single_item .meta{
  margin-bottom: 30px;
}
.single .page-archive{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post_items .item.single_item .thumb{
  max-width: 920px;
  width: 100%;
  margin: 56px auto 0;
  text-align: center;
}

@media(max-width:767px){
  .news_tab_links li:nth-child(n+3){
    margin-top: 15px;
  }
  .pg_news .post_items .item .title{
    width: 100%;
    margin-top: 5px;
  }
  .pg_news .post_items .item .date{
    padding-right: 10px;
  }

  .pagination_links .inner .prev a:before {
    width: 35px;
    height: 7px;
    margin-right: 5px;
  }
  .pagination_links .inner .next a:after {
    width: 35px;
    height: 7px;
    margin-left: 5px;
  }
  .pagination_links .inner {
    font-size: 14px;
    padding: 22px 10px;
  }
}
@media(min-width:768px){
  .news_tab_links{
    margin-bottom: 110px;
  }
  .news_tab_links li{
    width: 33.33%;
  }
  .news_tab_links li:nth-child(n+4){
    margin-top: 15px;
  }


  .pg_news .post_items .item .date{
    width: 120px;
  }
  .pg_news .post_items .item .title{
    width: calc(100% - 120px - 100px);
    padding-left: 35px;
  }

  .post_items .item.single_item .meta{
    margin-bottom: 60px;
  }
  .post_items .item.single_item .thumb{
    margin: 96px auto 0;
  }
  .pg_news .post_items .item.single_item .title{
    font-size: 22px;
  }
  .post_items .post_content{
    min-height: 360px;
    margin-top: 55px;
    padding: 50px 65px;
  }
  .pagination_links {
    margin-top: 100px;
  }
}
@media(min-width:1024px){
  .news_tab_links{
    margin: 0 -8px 90px;
  }
  .news_tab_links li{
    padding: 0 15px;
  }

  .pg_news .post_items .item .date{
    width: 190px;
  }
  .pg_news .post_items .item .title{
    width: calc(100% - 190px - 100px);
    padding-left: 65px;
  }

}
@media(min-width:1200px){

}

/* **********************************
 *  コラム一覧
 * ********************************* */
.column_items{
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.column_items .item{
  width: 50%;
  padding: 0 8px;
}
.column_items .item a{
  padding-top: 17px;
  display: block;
  position: relative;
}
.column_items .category{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.column_items .category span{
  min-width: 130px;
  font-size: 14px;
  padding: 4px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #261a5d;
  color: #ffffff;
  display: block;
}
.column_items .img{
  margin-bottom: 12px;
}
.column_items .img:before{
  padding-top: 80%;
  content: "";
  display: block;
}
.column_items .title{
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.075em;
  font-weight: 400;
}

/*詳細*/
.pg_column .post_items .item.single_item .title{
  font-size: 18px;
  padding: 5px;
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #f1f5f8;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
}
.pg_column .post_items .post_content{
  min-height: inherit;
  border: 0;
  padding: 0;
  margin-top: 0;
}
.pg_column.single .pagination_links {
  margin-top: 65px;
}


@media(max-width:767px){
  .column_items .item:nth-child(n+3){
    margin-top: 40px;
  }

}
@media(min-width:768px){
  .column_items .item{
    width: 33.33%;
  }
  .column_items .item:nth-child(n+4){
    margin-top: 73px;
  }

  .pg_column .news_tab_links{
    margin-bottom: 150px;
  }
  .pg_column .pagination_links {
    margin-top: 90px;
  }
}
@media(min-width:1024px){
  .column_items{
    margin: 0 -15px;
  }
  .column_items .item{
    padding: 0 15px;
  }
}
@media(min-width:1200px){

}

/* **********************************
 *  動画
 * ********************************* */
.movie_text{
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0.075em;
}
.pg_movie .column_items .responsive_video{
  margin-bottom: 10px;
}
.no_results_content {
  margin-top: 50px;
  text-align: center;
  letter-spacing: 0.075em;
}
.pg_movie .column_items .item a:hover{
  opacity: 1;
  cursor: unset;
}

@media(max-width:767px){

  .pg_movie .column_items {
    margin-top: 50px;
  }
  .pg_movie .column_items .item{
    width: 100%;
  }
  .pg_movie .column_items .item:nth-child(n+2){
    margin-top: 50px;
  }
}
@media(min-width:768px){
  .pg_movie .column_items{
    margin-top: 80px;
  }
  .pg_movie .column_items .item{
    width: 50%;
  }
  .pg_movie .column_items .item:nth-child(n+3){
    margin-top: 50px;
  }

  .pg_movie .news_tab_links{
    margin-bottom: 115px;
  }
  .pg_movie .pagination_links{
    margin-top: 94px;
  }
  .movie_text{
    text-align: center;
  }

}
@media(min-width:1024px){
}
@media(min-width:1200px){

}

/* **********************************
 *  会社案内
 * ********************************* */
.pg_company .logo{
  margin-bottom: 60px;
  text-align: center;
}
.pg_company .tbl th,
.pg_company .tbl td{
  padding: 15px;
  border-color: #b2b2b2;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.81;
}
.pg_company .tbl th{
  background: #f1efef;
  text-align: left;
}
.pg_company .tbl td a:hover{
  text-decoration: underline;
  opacity: 1;
}

.company_text01{
  margin-bottom: 15px;
  margin-left: -10px;
  letter-spacing: 0.075em;
  text-align: justify;
  font-weight: 500;
}
.map iframe{
  border: 0;
  width: 100%;
  height: 300px;
}

.pg_company #cmn_links{
  padding: 80px 0 0;
}
.pg_company .grey_hr{
  margin: 0 0 40px;
}

@media(max-width:767px){

}
@media(min-width:768px){
  .pg_company .tbl th{
    width: 184px;
    padding-left: 25px;
  }
  .pg_company .tbl td{
    padding-left: 35px;
  }
  .pg_company .logo{
    margin-top: -10px;
    margin-bottom: 100px;
  }

  .pg_company .section#sec2 .tt2{
    margin-bottom: 45px;
  }
  .map iframe{
    height: 450px;
  }
  .pg_company #cmn_links{
    padding: 150px 0 0;
  }
  .pg_company .grey_hr{
    margin: 0 0 40px;
  }
}
@media(min-width:1024px){
  .pg_company .tbl th{
    width: 254px;
  }
}
@media(min-width:1200px){

}

/* **********************************
 *  OEMご相談フォーム
 * ********************************* */

@media(max-width:767px){

}
@media(min-width:768px){
  .contact_form td textarea[name="hope-schedule"],
  .contact_form td textarea[name="wish_date"]{
    height: 95px;
  }

}
@media(min-width:1024px){
}
@media(min-width:1200px){

}

/* **********************************
 *  
 * ********************************* */


.ma_how .check .inde,
.ma_faq .answer .inde,
.pg_company .tbl td .inde,
.live_youtube_txt .inde,
.terms_wrap .list2 .item ul .inde{
  text-indent: -1.2em;
  padding-left: 1.2em;
}

/*コピー用*/
@media(max-width:767px){
  .ma_how dl.rental_option .sp_wide{
    width: 100%;
  }
  .rf_caution ol {
    padding-left: 1.6em;
}
.rf_caution ul{
  padding-left: 0;
}
.rf_caution ul li{
    text-indent: -1em;
  padding-left: 1em;
}
body .grecaptcha-badge{
  bottom: 100px!important;
}
}
@media(min-width:768px){
body .grecaptcha-badge{
  bottom: 200px!important;
}
}
@media(min-width:1024px){
}
@media(min-width:1200px){

}