@charset "UTF-8";

body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #181818;
}

/**/
h1, h2, h3, h4, h5, h6{
  margin: 0;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

i, em{
  font-style: normal;
}

p{
  margin-bottom: 0;
}

img{
  max-width: 100%;
}

/* 動画埋め込みのレスポンシブ対応 */
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;
  }
}



/* ヘッダー */
body:not(.gjs-dashed){
  padding-top: 139px;
}
.header{
  background: #FFF;
  border-bottom: 1px solid #CCC;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 30px 0 0;
  /*margin-top: 30px;
  margin-bottom: 25px;*/
}
.hdr1{
  margin-bottom: 20px;
}
.hdr1 .box1{
}
.hdr1 .box2{
}
.hdr1 .hdr_contact{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 12px;
}
.hdr1 .hdr_contact a{
  color: #181818;
  font-size: 15px;
  line-height: 1;
}
.hdr1 .hdr_contact a.bdr{
  border-left: 1px solid;
  padding-left: 20px;
}
.hdr1 .hdr_contact a + a{
  margin-left: 20px;
}

.footer{
  /*padding-top: 150px;*/
  padding-top: 200px;
}
.footer .ftr1{
  
}
.footer .ftr2{
  margin-top: 150px;
  padding-top: 30px;
  padding-bottom: 15px;
  align-items: flex-end;
  background: #6495ed;
  
  color: #FFF;
}
.footer .ftr3{
  
}

.footer .ftr1{
  border-bottom: 1px solid #6495ed;
}
.ftr_conttact_tt{
  font-size: 24px;
  font-weight: 400;
  color: #183261;
  border-top: 1px solid #6495ed;
  border-bottom: 1px solid #6495ed;
  padding: 10px;
}
.ftr_conttact_msg{
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 40px;
}
.ftr_contact_items{
  padding-top: 15px;
  padding-bottom: 15px;
}
.ftr_contact_items .item{
  padding-top: 30px;
  padding-bottom: 30px;
}
.ftr_contact_items .item + .item{
  border-left: 1px solid #6495ed;
}

.ftr_addr{
  margin-top: 30px;
}

.ftr_links{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.ftr_links li{
  padding: 0 30px;
  line-height: 1;
}
.ftr_links li+li{
  border-left: 1px solid #FFF;
}
.ftr_links li a{
  color: #fff;
}

.ftr_contact{
  font-weight: 500;
  text-align: right;
}

.ftr_copy{
  background: #fff;
  margin-top: 70px;
  padding: 5px 0;
  color: #181818;
  font-size: 14px;
}
.ftr_copy a{
  color: #181818;
}



.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f7f4ef;
  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: #6495ed;
  color: #FFF;
  text-decoration: none;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #7a7a7a;
}
.pagetop a i{
  font-size: 40px;
}

/* メニュー */
.gnav{
  
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
}
.gnav > ul > li{
  /*width: 100%;*/
  position: relative;
  /*border-right: 1px solid;*/
  padding: 0 20px;
}
.gnav > ul > li:first-child{
  
}
.gnav > ul > li+li{
  border-left: 1px solid;
}
.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;
  color: #181818;
}
.gnav li a:hover{
}

.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{
  height: 680px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv.pg_header{
  height: 420px;
}
.mv .mv_txt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #183261;
}
.mv .mv_txt p{
  width: 100%;
  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, 0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
}
.mv .mv_txt .txt1{
  font-size: 40px;
}
.mv .mv_txt .txt2{
  font-size: 34px;
  margin-top: 32px;
}
.mv .mv_txt .txt3{
  font-size: 55px;
}

.breadcrumb_wrap{
  margin-top: 5px;
  margin-bottom: 70px;
}
.breadcrumb_items{
  display: flex;
  font-size: 14px;
}
.breadcrumb_items .item{
  position: relative;
  margin-right: 5px;
  
}
.breadcrumb_items .item a{
  color: #181818;
}
.breadcrumb_items .item:not(:last-child){
  padding-right: 15px
}
.breadcrumb_items .item:not(:last-child) a:after{
  /*content: "\f105";*/
  /*font-family: "Font Awesome 5 Free";*/
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  
}
.breadcrumb_items .item p{
  margin-bottom: 0;
}


.breadcrumb_items .item+.item{
  
}

.tt2{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}
.tt2:after{
  content: "";
  display: block;
  width: 160px;
  height: 6px;
  background: #6495ed;
  margin: 10px auto 0;
}
.tt2 em{
  
}

.tt3{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 45px;
}
.tt3 em{
  display: block;
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 10px;
}

.tt4{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 40px;
}
.tt4:before,
.tt4:after{
  content: "";
  background: #181818;
  width: 100%;
  height: 1px;
}
.tt4:before{
  margin-right: 45px;
}
.tt4:after{
  margin-left: 45px;
}


.tt5{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 65px;
}
.tt5:after{
  content: "";
  width: 160px;
  height: 6px;
  background: #6495ed;
  margin: 10px auto 0;
}


.read_more{
  text-align: center;
  max-width: 100%;
}
.read_more a{
  display: block;
  width: 230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 21px;
  background: #FFF;
  color: #181818;
  font-size: 14px;
  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%);
}


#root{
  overflow-x: hidden;
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  
}
.pg_home #sec1{
  
}
.pg_home #sec2{
  padding: 100px 0;
}
.pg_home #sec3{
  background: #dae5fa;
  padding: 40px 0;
}
.pg_home #sec4{
  margin-top: 120px;
}
.pg_home #sec5{
  margin-top: 140px;
}

.home_tt1{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #183261;
}
.home_tt1_sub{
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
.home_msg1{
  font-weight: 300;
  line-height: 1.875;
}
.home_tt2{
  font-size: 24px;
  font-weight: 700;
  color: #2b8bc6;
  text-align: center;
  margin-bottom: 40px;
}
.home_tt2 span{
  display: inline-block;
  padding: 5px 7px;
  position: relative;
  z-index: 1;
}
.home_tt2 span:after{
  content: "";
  display: block;
  height: 16px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}


/**/
.home_news_wrap{
  background: #6495ed;
}
.home_news_wrap .tt3{
  color: #FFF;
}

.home_news_wrap .row{
  
  position: relative;
  z-index: 1;
}
.home_news_wrap .box1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home_news_wrap .box2{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
}
.home_news_wrap .box2:after{
  content: "";
  display: block;
  background: #eeeeee;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -2000px;
  z-index: -1;
}
.home_news_wrap .news_items{

}

.home_read_more{
  
}
.home_read_more a{
  display: block;
  width: 285px;
  max-width: 100%;
  text-align: center;
  border: 1px solid #6495ed;
  padding: 15px 0;
  position: relative;
}
.home_read_more a:after{
  content: "\f054";
  font-family: "FontAwesome";
  /*font-weight: 900;*/
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* なぜ */

/* 悩み */
.home_nayami_wrap{
  text-align: center;
  position: relative;
  z-index: 1;
}
.home_nayami_wrap p + p{
  margin-top: 15px;
}
.home_nayami_wrap strong{
  color: #6495ed;
  font-style: italic;
  letter-spacing: 0.1em;
}
.home_nayami_wrap .txt1{
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.home_nayami_wrap .txt1 strong{
  font-size: 58px;
  color: #6495ed;
}
.home_nayami_wrap .txt2{
  font-size: 26px;
  font-weight: 500;
}
.home_nayami_wrap .txt2 span{
  display: inline-block;
  position: relative;
}
.home_nayami_wrap .txt2 span:after{
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff100;
  z-index: -1;
}

.home_nayami_wrap .txt3{
  font-size: 38px;
  font-weight: 900;
  margin-top: 30px;
}
.home_nayami_wrap .txt3 strong{
  font-size: 40px;
  color: #6495ed;
}
.home_nayami_wrap .txt4{
  margin-top: 30px;
  line-height: 1.875;
}
.home_nayami_wrap .txt5{
  font-weight: 500;
  line-height: 1.875;
}


/* リンク */
.home_link1_items{
  
}
.home_link1_items .item{
  background-size: cover;
  background-position: center;
}
.home_link1_items .item a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.1em;
}

.home_link2_items{
  
}
.home_link2_items .item{
  
}
.home_link2_items .item a{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 230px;
  background-size: cover;
  background-position: center;
  font-size: 20px;
  font-weight: 700;
  color: #183261;
}
.home_link2_items .item a p{
  width: 100%;
  padding: 14px 0;
  background: rgba(255,255,255,0.8);
  text-align: center;
}

/**/

.home_service_wrap{
  
}
.home_service_wrap{
  margin-top: 90px;
}
.home_service_items{
  
}
.home_service_items .item{
  padding: 50px;
}


.home_isahaya_wrap{
  background: #d2ecfc;
  background-image: url('/system_panel/uploads/images/home_bg1.jpg');
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 160px;
  padding-bottom: 50px;
}
.home_isahaya_items{
  
}
.home_isahaya_items .item:nth-child(n+3){
  margin-top: 20px;
}
.home_isahaya_items .inner{
  display: flex;
  justify-content: space-between;
  background: #FFF;
  border: 1px solid #87cefa;
  padding: 10px;
  height: 100%;
}
.home_isahaya_items .inner .box1{
  width: 31.7%;
}
.home_isahaya_items .inner .box2{
  width: 65%;
}
.home_isahaya_items .inner .title{
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #87cefa;
  margin-bottom: 10px;
  padding: 5px;
}
.home_isahaya_items .inner .txt{
  font-size: 15px;
  line-height: 2;
}



/* **********************************
 *  新着情報
 * ********************************* */
.news_items{
  font-weight: 300;
}
.news_items .item{
  padding: 20px 0 15px;
  border-bottom: 1px dashed;
}
.news_items .item + .item{
  
}
.news_items .item .date{
}
.news_items .item .title{
  
}
.news_items .item .title a{
  color: #181818;
  display: block;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.news_detail_wrap{
  border-top: 14px solid #dae5fa;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 35px;
}
.news_detail_wrap + .news_detail_wrap{
  margin-top: 50px;
}
.news_detail_wrap .category{
  
}
.news_detail_wrap .date{
  font-size: 15px;
  color: #808080;
}
.news_detail_wrap .title{
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news_detail_wrap .body{
  line-height: 1.875;
}

.news_detail_nav{
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.news_detail_nav .nav_list{
  width: 334px;
  max-width: 100%;
}
.news_detail_nav .nav_list a{
  display: block;
  text-align: center;
  padding: 13px 0;
  background: #6495ed;
  color: #fff;
  font-weight: 700;
  text-align: center;
}


.webgene-pagination{
  margin-top: 100px;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
}
.webgene-pagination ul li{
  margin: 0 5px;
}
.webgene-pagination ul li a{
  display: block;
  font-weight: 700;
  border: 1px solid #c0c0c0;
  color: #181818;
  padding: 5px 10px;
}
.webgene-pagination ul li.selected a{
  background: #e5e5e5;
}
.webgene-pagination ul li.prev a:before{
  content: "\f100";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.webgene-pagination ul li.next a:after{
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 5px;
}

/* **********************************
 *  車海老の養殖とは
 * ********************************* */
.pg_pwawn{
  
}
.pg_pwawn #sec1{
  
}
.pg_pwawn #sec2,
.pg_pwawn #sec3,
.pg_pwawn #sec4,
.pg_pwawn #sec5{
  margin-top: 100px;
}

.pg_pwawn .txt{
  line-height: 2.25;
}
.pg_pwawn .txt strong{
  color: #cc0000;
}

/* **********************************
 *  養殖の仕組み
 * ********************************* */
.pg_mechanism{
  
}
.pg_mechanism #sec1{
  
}
.pg_mechanism #sec2,
.pg_mechanism #sec3,
.pg_mechanism #sec4,
.pg_mechanism #sec5{
  margin-top: 100px;
}

.mechanism_items{
  
}
.mechanism_items .item{
  
}
.mechanism_items .item:nth-child(n+3){
  margin-top: 20px;
}
.mechanism_items .item .inner{
  background: #dae5fa;
  height: 100%;
  padding: 20px 15px;
}
.mechanism_items .item .title{
  background: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #6495ed;
  padding: 10px;
  margin: 0 12% 15px;
}
.mechanism_items .item .txt{
  line-height: 1.75;
}

.mechanism_tt1{
  font-size: 18px;
  font-weight: 700;
  border-bottom: 3px solid #6495ed;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.img_box{
  background: #eeeeee;
  padding: 35px 10px 5px;
  font-size: 15px;
}

/* **********************************
 *  養殖の流れ
 * ********************************* */
.pg_flow{
  
}
.pg_flow #sec2{
  margin-top: 100px;
}

.flow_wrap{
  display: flex;
}
.flow_wrap + .flow_wrap{
  margin-top: 20px;
}
.flow_wrap .step{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('/system_panel/uploads/images/flow_step_bg.png');
  background-repeat: no-repeat;
  width: 40px;
  height: 300px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;

  font-weight: 700;
  color: #6495ed;
  
}
.flow_wrap .step p{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  letter-spacing: 0.2em;
}

.flow_wrap .inner{
  display: flex;
  justify-content: space-between;
  background: #eeeeee;
  border-radius: 10px;
  padding: 15px 30px;
  margin-left: 25px;
  width: calc(100% - 40px - 25px);
  min-height: 300px;
}
.flow_wrap .inner .box1{
  width: 64.2%;
}
.flow_wrap .inner .box2{
  width: 28.8%;
  text-align: center;
}
.flow_wrap .inner .title{
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px dotted;
  padding: 10px 0;
  margin-bottom: 30px;
}
.flow_wrap .inner .txt{
  
}

.flow_support{
  background: #dae5fa;
  border-radius: 10px;
  padding: 25px 5.9%;
}

/* **********************************
 *  Q&A
 * ********************************* */
.pg_faq{
  
}

.faq_items{
  margin-top: 80px;
}
.faq_items .item{
  
}
.faq_items .item:nth-child(n+3){
  margin-top: 60px;
}
.faq_items .item .frame{
  background-image: url('/system_panel/uploads/images/faq_bg.png');
  border-radius: 10px;
  padding: 5px;
  position: relative;
  height: 100%;
  min-height: 250px;
}
.faq_items .item .frame:before{
  content: "";
  background-image: url('/system_panel/uploads/images/faq_icon.png');
  background-repeat: no-repeat;
  width: 79px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 15px;
}
.faq_items .item .inner{
  background: #FFF;
  padding: 40px 10px 15px;
  height: 100%;
}

.faq_items .item .title{
  font-size: 16px;
  font-weight: 500;
  border-left: 5px solid #6495ed;
  
  /*padding-bottom: 10px;*/
  padding: 12px 0px 12px 20px;
  margin-bottom: 10px;
  
}
.faq_items .item .txt{
  border-top: 1px dotted;
  padding: 10px 5px;
}

/* **********************************
 *  取引の流れ
 * ********************************* */

.trading_wrap{
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.trading_wrap:before{
  content: "";
  background: #eeeeee;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: -1;
}
.trading_wrap .box1{
  
}
.trading_wrap .box2{
  
}
.trading_wrap .inner{
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.trading_wrap .num{
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 75px;
  color: #6495ed;
  line-height: 1;
  
  position: absolute;
  top: -5px;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.trading_wrap .title{
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.trading_wrap .txt{
  
}
.trading_wrap .contact{
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-weight: 500;
}
.trading_wrap .contact a{
  margin-left: 30px;
}
.trading_wrap .img{
  margin-top: -30px;
  text-align: center;
} 


.trading_arrow{
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 768px){
  .trading_wrap .inner{
    padding-left: 10px;
    padding-right: 0;
  }
  .trading_wrap .order-md-2 .inner{
    padding-left: 0;
    padding-right: 10px;
  }
  .trading_wrap .order-md-2 .num{
    /*text-align: right;*/
    left: auto;
    right: 10px;
  }
}

/* **********************************
 *  会社案内
 * ********************************* */
.pg_company{
  
}
.pg_company #sec1{
  
}
.pg_company #sec2{
  margin-top: 140px;
}

.pg_company p{
  line-height: 2.25;
}

.company_tt1{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.company_tbl{
  border: 1px solid #c9c9c9;
  
}
.company_tbl p{
  line-height: 1.875;
}
.company_tbl .item{
  margin: 0;
}
.company_tbl .item+.item{
  border-top: 1px solid #c9c9c9;
}
.company_tbl .th,
.company_tbl .td{
  padding: 0;
}
.company_tbl p{
  height: 100%;
  padding: 16px 50px;
  margin-bottom: 0;
}
.company_tbl .th{
  border-right: 1px solid #c9c9c9;
  background: #eeeeee;
}
.company_tbl .td{
  
}

.company_map{
  margin-top: 20px;
}


/* **********************************
 *  
 * ********************************* */


/* **********************************
 *  
 * ********************************* */


/* **********************************
 *  お問い合わせ
 * ********************************* */

.contact_info{
  background: #dae5fa;
  padding: 20px 25px;
  margin-bottom: 70px;
  line-height: 1.4;
}
.contact_info .title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  /*color: #FFF;*/
  text-align: center;
  padding: 20px 0;
}
.contact_info .contact_data{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  padding: 15px 15px;
}
.contact_info .contact_data .icon{
  background: #6495ed;
  color: #FFF;
  font-size: 25px;
  font-weight: 900;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 20px;
}
.contact_info .contact_data .tel{
  font-size: 44px;
  font-weight: 700;
  color: #323232;
}
.contact_info .contact_data .time{
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #323232;
  margin-left: 20px;
}
.contact_info .contact_data .time .txt1{
  
}
.contact_info .contact_data .time .txt2{
  
}

.contact_tt1{
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}


/* フォーム */
.formWrap{
  
}
.formRow{
  
}
.formRow:not(.formNoBdr){
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.formRow:first-child:not(.formNoBdr){
  border-top: 1px solid #b2b2b2;
}
.formRow+.formRow{
}
.formRow.formNoBdr{
  border: 0;
}
.formRow .formTh,
.formRow .formTd{
  padding-top: 12px;
  padding-bottom: 12px;
}
.formRow .formTh{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f0f0f0;
}
.formRow .formTd{
  
}
.formRow .formTh label{
  margin-bottom: 0;
}
.formRow .requiredText{
  /*float: right;*/
  background: #b80000;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 12px;
}
.formRow input[type="text"],
.formRow input[type="email"],
.formRow input[type="tel"]{
  width: 460px;
  max-width: 100%;
  height: 40px;
  padding: 0 10px;
}
.formWrap .radioArea{
  
}
.formWrap .radioArea>div{
  /*margin-right: 50px;*/
  width: 220px;
}
.formWrap .radioArea>div input{
  margin-right: 15px;
}
.formRow textarea{
  width: 100%;
  height: 280px;
  padding: 10px;
}
.formRow .formSend{
  border: 0;
  background: #2b8bc6;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  width: 310px;
  max-width: 100%;
  padding: 10px;
  cursor: pointer;
}
.formRow .formSend:hover{
  opacity: 0.9;
}



/* プライバシーポリシー */
.pg_contact #privacy-policy{
  margin-top: 150px;
}
.privacy_tt{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 30px;
}

.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 #2b8bc6;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
}
.privacy_items .item ul{
  list-style: none;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_items .item ol{
}




/* -------------------------------------------------
  レスポンシブ
 ------------------------------------------------- */
@media(max-width:1200px){
  
  .mv .mv_txt .txt1{
    font-size: 32px;
  }
  .mv .mv_txt .txt2{
    font-size: 28px;
    margin-top: 20px;
  }
  .mv .mv_txt .txt3{
    font-size: 44px;
  }
  
}

@media(max-width:991px){
  
  .header{
    padding: 15px 0 0;
  }
  
  .hdr_inner{
    max-width: 100%;
  }
  
  .gnav > ul > li{
    padding: 0 10px;
  }
  
  .ftr_links{
    font-size: 13px;
  }
  .ftr_links li+li{
  }
  .ftr_links li{
    padding: 0 10px;
  }
  
  .mv{
    height: 400px;
  }
  .mv .mv_txt .txt1{
    font-size: 24px;
  }
  .mv .mv_txt .txt2{
    font-size: 24px;
    margin-top: 20px;
  }
  .mv .mv_txt .txt3{
    font-size: 32px;
  }
  
  
  .tt3 em{
    font-size: 20px;
  }
  
  
  .home_tt1 {
    font-size: 25px;
  }
  
  .home_nayami_wrap .txt1{
    
  }
  
  .home_news_wrap .box2{
    padding-left: 15px;
  }
  
  
  .contact_info .contact_data .icon{
    font-size: 22px;
  }
  .contact_info .contact_data .tel{
    font-size: 24px;
  }
  
}
@media(max-width:767px){
  
  body{
    font-size: 14px;
    line-height: 1.5;
  }
  
  .header{
    margin: 0;
    padding: 0 0 10px;
  }
  .hdr1{
    margin-bottom: 0;
  }
  .hdr1 .box1{
    text-align: center;
  }
  
  .hdr1 .hdr_logo{
    
  }
  .hdr1 .hdr_logo img{
    height: 45px;
  }
  .hdr1 .hdr_contact{
    display: none;
    /*display: flex;
    justify-content: space-between;
    margin-top: 10px;*/
  }
  .hdr1 .hdr_contact a{
    
  }
  .hdr1 .hdr_contact a+a{
    margin-left: 15px;
  }
  
  .footer .ftr2{
    margin-top: 50px;
  }
  
  .ftr_conttact_tt{
    font-size: 18px;
  }
  .ftr_contact_items .item{
    text-align: center;
  }
  .ftr_contact_items .item+.item{
    margin-top: 10px;
    border-left: 0;
    /*border-top: 1px solid #6495ed;*/
  }
  
  
  .ftr_logo{
    text-align: center;
  }
  
  .footer_fix{
    display: block;
  }
  
  .ftr_links{
    display: none;
  }
  
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #e6fffc;
  }
  .gnav .sub-menu li{
    padding: 5px;    
  }
  .gnav .sub-menu li + li{
    border-top: 1px solid #9bfff3;
  }
  .gnav .sub-menu a {
    padding: 10px;
    color: #333;
  }
  .gnav > ul > li.menu-item-has-children> a:after{
    display: none;
  }
  
  .gnav_sp{
    margin-top: 15px;
  }
  .gnav_sp .read_more{
    justify-content: space-between;
  }
  .gnav_sp .read_more li{
    width: 49%;
  }
  .gnav_sp .read_more li a{
    font-size: 12px;
    color: #FFF;
    padding: 10px 5px;
    letter-spacing: 0;
  }
  .gnav_sp .read_more li a:after{
    right: 5px;
  }
  
  .mv{
    height: 300px;
  }
  .mv.pg_header{
    height: 180px;
  }
  .mv .mv_txt{
    margin: 0 30px;
    font-size: 18px;
  }
  .mv .mv_txt h1{
    font-size: 18px;
  }
  
  
  .mv .mv_txt .txt1 {
    font-size: 16px;
  }
  .mv .mv_txt .txt2 {
    font-size: 18px;
  }
  .mv .mv_txt .txt3 {
    font-size: 24px;
  }
  
  
  .breadcrumb{
    font-size: 12px;
  }
  
  .tt2{
    font-size: 20px;
    
  }
  
  .tt4{
    font-size: 16px;
  }
  .tt4:before{
    margin-right: 20px;
  }
  .tt4:after{
    margin-left: 20px;
  }
  
  .pg_home #sec5{
    margin-top: 50px;
  }
  
  .home_tt1{
    font-size: 20px;
    line-height: 1.6;
  }
  .home_tt1_sub{
    font-size: 16px;
  }
  .home_msg1{
    
  }
  
  
  .home_news_wrap{
    /*background-size: auto 60px;*/
    /*padding-top: 80px;*/
    /*padding-bottom: 20px;*/
  }
  .home_news_wrap .tt3{
    width: 100%;
    margin-bottom: 20px;
  }
  .home_read_more{
    margin-bottom: 30px;
  }
  .home_read_more a{
    margin: 0 auto;
  }
  
  .home_nayami_wrap .txt1{
    font-size: 20px;
  }
  .home_nayami_wrap .txt1 strong{
    font-size: 24px;
  }
  .home_nayami_wrap .txt2{
    font-size: 14px;
  }
  .home_nayami_wrap .txt2 span:after{
    height: 10px;
  }
  .home_nayami_wrap .txt3{
    font-size: 14px;
  }
  .home_nayami_wrap .txt3 strong{
    font-size: 16px;
  }
  .home_nayami_wrap .txt4{
    font-size: 14px;
  }
  .home_nayami_wrap .txt5{
    font-size: 14px;
  }
  
  .home_link1_items .item a{
    font-size: 15px;
    height: 120px;
  }
  .home_link2_items .item a{
    font-size: 15px;
    height: 100px;
  }
  .home_link2_items .item a p{
    padding: 5px 0;
  }
  
  /**/
  .news_detail_wrap{
    padding: 20px 10px;
  }
  
  /**/
  .mechanism_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  .mechanism_items .item .title{
    font-size: 15px;
  }
  
  /**/
  .flow_wrap .step{
    width: 30px;
    height: 225px;
    background-size: contain;
  }
  .flow_wrap .inner{
    flex-wrap: wrap;
    padding: 15px;
    margin-left: 15px;
    width: calc(100% - 30px - 15px);
  }
  .flow_wrap .inner .box1{
    width: 100%;
  }
  .flow_wrap .inner .box2{
    width: 100%;
    margin-top: 10px;
  }
  
  .flow_wrap .inner .title{
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  /**/
  .faq_items .item:nth-child(n+2){
    margin-top: 60px;
  }
  .faq_items .item .frame{
    min-height: 0;
    height: auto;
  }
  
  /**/
  .trading_wrap .inner{
    padding-top: 30px;
  }
  .trading_wrap .num{
    font-size: 40px;
  }
  .trading_wrap .title{
    font-size: 18px;
    padding-bottom: 10px;
  }
  
  .trading_wrap .contact a{
    margin-left: 10px;
  }
  .trading_wrap .contact a img{
    width: 150px;
  }
  .trading_wrap .img{
    margin-top: 10px;
    padding: 10px;
    text-align: center;
  }
  
  .trading_arrow img{
    height: 20px;
  }
  
  /* 会社案内 */
  
  .company_tt1{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .company_tbl p{
    padding: 10px;
  }
  .company_staff_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  
  
  /**/
  .contact_info{
    padding: 15px 10px;
  }
  .contact_info .title{
    font-size: 16px;
  }
  .contact_info .contact_data{
    flex-wrap: wrap;
    padding: 15px 10px;
  }
  .contact_info .contact_data .icon{
    font-size: 15px;
  }
  .contact_info .contact_data .tel{
    font-size: 20px;
  }
  .contact_info .contact_data .time{
    justify-content: center;
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
    margin-left: 0;
  }
  
  .contact_tt1{
    font-size: 18px;
  }
  
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
  .privacy_items .item .txt{
    font-size: 14px;
  }
  
  .news_detail_wrap .title{
    font-size: 16px;
  }
}
@media(max-width:576px){
  
}
@media(max-width:374px){
  
  .footer_fix ul li a{
    padding: 10px 5px;
  }
  
  .mv .mv_txt .txt3{
    font-size: 22px;
  }
  .home_nayami_wrap .txt1 strong{
    font-size: 20px;
  }
  .trading_wrap .contact{
    flex-wrap: wrap;
  }
  .trading_wrap .contact a{
    width: 100%;
    margin: 5px 0;
  }
  
  
}
