@charset "utf-8";

@media screen and (max-width:767px){ .pc{ display:none !important; } .sp{ display:block !important; } }
@media screen and (min-width:768px){ .sp{ display:none !important; } }


/**/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.noto100 {font-family: 'Noto Sans Japanese', serif; font-weight:100;}
.noto200 {font-family: 'Noto Sans Japanese', serif; font-weight:200;}
.noto300 {font-family: 'Noto Sans Japanese', serif; font-weight:300;}
.noto400 {font-family: 'Noto Sans Japanese', serif; font-weight:400;}
.noto500 {font-family: 'Noto Sans Japanese', serif; font-weight:500;}
.noto600 {font-family: 'Noto Sans Japanese', serif; font-weight:600;}
.noto700 {font-family: 'Noto Sans Japanese', serif; font-weight:700;}
.noto800 {font-family: 'Noto Sans Japanese', serif; font-weight:800;}
.noto900 {font-family: 'Noto Sans Japanese', serif; font-weight:900;}


/**/
.c-org{ color:#fe6100; }

/**/
@media screen and (max-width:767px){ 
  body{
    width: 100%;
    background:none;
    overflow-x: hidden;
  }
  .post-title, .post-title a{
    margin: 10px 0 20px -4%;
    padding: 7px 15px;
    width: 101%;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
    text-align: center;
    background: none;
    background-color: #1678a8;
  }
  .entry-content h2{
    margin: 45px 0 15px -4%;
    width: 101%;
    color: #00376a;
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
    text-align: center;
    background: none;
    background-color: #b9d6e5;
  }
  .entry-content h3{
    margin: 45px auto 15px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    background: none;
    background-color: #e5f0f3;
    border: 1px solid #bfd0d5;
  }

  .entry-content h4{
    clear: both;
    display: block;
    margin-top: 25px;
    margin-bottom:15px;
    padding: 4px 7px;
    width: 100%;
    font-weight: bold;
    box-sizing: border-box;
    border-left: 10px solid #1678a8;
    position: relative;
  }

  .entry-content h4:after{
    content:"";
    width:100%;
    height:1px;
    background-color:#cccccc;
    position: absolute;
    left:-10px;
    bottom:-5px;
  }
/*
  #header{
    display:flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    margin:0;
    width:100%;
    overflow: inherit;
    box-shadow: 0 3px 5px #cccccc;
    position: relative;
    z-index: 99;
  }

  #header .logo      { width:75%; }
  #header .btn_tel   { width:12%; }
  #header .btn_toggle{ width:13%; }

  #header .logo img, #header .btn_tel img, #header .btn_toggle img{
    width:100%;
    height:100%;
  }*/
}


/**/
.spNavi-open #header{
  position: fixed;
}
/**/
#spNavi{
  padding-bottom: 80px;
  width: 100%;
  background-color: #cedbdf;
  overflow: auto;
  transition: 0.6s;
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 9999;
}

#spNavi.open{
  left:0;
}

#spNavi.fixed{
  position:fixed;
  left:0;
}

#spNavi ul{
  list-style: none;
}

#spNavi .sp_navi_main{
  border-top:1px solid #9ab1ba;
}

#spNavi ul li{
  border-bottom:1px solid #9ab1ba;
}

#spNavi ul li:last-child{
  border:0;
}

#spNavi ul li a{
  display: block;
  padding:5px 8%;
  color:#1678a8;
  background-image: url(images/sp/cmn/icon_arw_1.png);
  background-repeat: no-repeat;
  background-position: 92% 50%;
  background-size: auto 12px;
}

#spNavi ul li a br{
  display:none;
}


#spNavi dl{
  margin: 0;
  border-top: 1px solid #9ab1ba;
}

#spNavi dl dt{
  margin: 0;
  padding:5px 0 5px 8%;
  color:#1678a8;
  background-image: url(images/sp/cmn/icon_1_close.png);
  background-repeat: no-repeat;
  background-position: 92% 50%;
  background-size: auto 12px;
}

#spNavi dl.open dt{
  background-image: url(images/sp/cmn/icon_1_open.png);
}

#spNavi dl dd{
  /*display: none;*/
  margin: 0;
  border-top: 1px solid #9ab1ba;
}

#spNavi dl dd ul{}

#spNavi dl dd ul li{}

#spNavi dl dd ul li:last-child{
  border:0;
}

#spNavi dl dd ul li a{
  color:#1678a8;
  background: none;
  border-bottom:1px solid #9ab1ba;
}

#spNavi dl dd ul li ul{}

#spNavi dl dd ul li ul.sub-menu li{
  padding-right:0;
}

#spNavi dl dd ul li ul.sub-menu li a{
  display: block;
  padding:5px 8% 5px 12%;
  color:#1678a8;
  background-image: url(images/sp/cmn/icon_arw_1.png);
  background-repeat: no-repeat;
  background-position: 92% 50%;
  background-size: auto 12px;
  border: 0;
}


#spNavi .close{
  padding: 10px 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #00376a;
}

#spNavi #menu-item-182{ border:0;}
#spNavi #menu-item-184{ display:none; }




/**/
.contactBanner{
  margin: 18px auto;
  padding: 10px;
  width: 92%;
  background: #1678a8;
  box-sizing: border-box;
}

.contactBanner .t1{
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
}

.contactBanner a{
  display: block;
  padding: 5px 16px;
  color: #00376a;
  font-size: 16px;
  background-color: #ffffff;
  background-image: url(images/sp/cmn/icon_arw_3.png);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: auto 12px;
  border-radius: 5px;
}




/**/
#footer{
  border:0;
}

#spFooterFixedNavi{
  padding:10px;
  background-color:rgba(0,0,0,0.6);
  box-sizing: border-box;
  position: fixed;
  left:0;
  bottom:0;
  z-index: 99;
}

#spFooterFixedNavi ul{
  display:flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  margin:0;
  width:100%;
  list-style: none;
  box-sizing: border-box;
}

#spFooterFixedNavi ul li{ width:25%; line-height: 1; }

#spFooterFixedNavi ul li:nth-child(1) { width:25.6%; }
#spFooterFixedNavi ul li:nth-child(2) { width:25.3%; }
#spFooterFixedNavi ul li:nth-child(3) { width:25.3%; }
#spFooterFixedNavi ul li:nth-child(4) { width:18.8%; }

#spFooterFixedNavi ul li a{
  display:block;
}



/**/
.footerMenu_1{
  margin-bottom: 20px;
  padding: 20px 4%;
  background-color: #f0f0f0;
}

.footerMenu_1 .fmm_tel span span{
  color:#1678a8;
}

.footerMenu_1 .fmm_bnr1{
  margin-bottom:5px;
}

.footerMenu_1 .contactBanner{
  width:100%;
}

.footerMenu_1 .contactBanner a{
  color:#00376a;
}


/**/
.footerMenu_2{
  margin-bottom:20px;
  padding:0 4%;
}

.footerMenu_2 ul{
  list-style: none;
}

.footerMenu_2 ul li{
  margin-bottom:5px;
}



/**/
.footerMenu_3{
  padding:14px 4%;
  background-color:#8abbd3;
}

.footerMenu_3 ul{
  list-style: none;
}

.footerMenu_3 ul li{
  margin-top: -1px;
  padding: 10px 10px 10px 20px;
  background-color: #ffffff;
  border: 1px solid #8abbd3;
}

.footerMenu_3 ul li a{
  display: block;
  background-image: url(images/sp/cmn/icon_arw_1.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 12px;
}







/**/
.entry-content h2.wd_soudan_h2_1, .comment-entry h2.wd_soudan_h2_1{
  margin: 0 auto 10px;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: none;
  background-color: #ffb341;
}

.entry-content h3.wd_soudan_h3_1{
  margin: 0 auto;
  padding: 6px 10px;
  color:#ffb341;
  font-size:16px;
  font-weight:bold;
  background:none;
  border:0;
}


/**/
@media screen and (max-width:767px){

  .breadcrumb-navxt{
    margin:0 auto 4px;
    font-size:10px;
    text-align: left;
  }

}

/**/
.entry-content ul.flex-x3{
  display:flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  margin: 20px auto;
}

.entry-content ul.flex-x3 li{
  margin:0 auto 10px;
  width:32%;
  list-style: none;
  box-sizing: border-box;
}




/**/
.entry-content ul.wd_soudan_ls_1{
  display:flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  margin: 0 auto;
}

.entry-content ul.wd_soudan_ls_1 li.elem{
  margin: 0 0 16px;
  padding:10px;
  width:100%;
  list-style: none;
  border:1px solid #000000;
  box-sizing: border-box;
}

dl.wd_soudan_float_dl{}

dl.wd_soudan_float_dl:after{
  content:"";
  display:table;
  clear:both;
  height:0;
}

dl.wd_soudan_float_dl dt{
  float:left;
  width:30%;
}

dl.wd_soudan_float_dl dd{
  float:right;
  width:68%;
}








/**/
@media screen and (max-width:767px){

  div{
    max-width:100%;
  }

  img{
    width:auto;
    height:auto;
    max-width:100%;
  }

  img.sp_aligncenter{
    float: none;
    display: inherit;
    margin: 10px auto !important;
    padding: 0;
    box-sizing: border-box;
  }

  .entry-content ul.flex-x3 li{
    width:100%;
  }



  /**/
  #container{
    overflow: hidden;
  }

  .spNavi-open #container{
    overflow: inherit;
  }

  .container_16{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #content-main, #content-main .grid_11, .container_16 .slider_post, #comments #respond{
    margin: 10px auto;
    padding: 0 4%;
    width: 100%;
    box-sizing: border-box;
  }
  body.home #content-main, body.home #content-main .grid_11, body.home .container_16 .slider_post, body.home #comments #respond{
    margin: 0 auto;
    padding: 0 4%;
    width: 100%;
    box-sizing: border-box;
  }

  body.home #content-main{
    padding:0;
  }


  .infooter{
    width:100%;
  }

  #copyright{
    margin-bottom: 30px;
    font-size:10px;
  }



  /**/
  #sidebar1, #sidebar2{
    display:none;
  }
  body.home #sidebar1, body.home #sidebar2{
    display:none;
  }


  /**/
  .post .entry{
    padding:0;
  }



  /**/
  .entry-content p, .comment-entry p, dt {
    margin: 0;
  }


  /**/
  body.home .entry-content p.sp_kvTxt{
    margin: 0 0 10px;
    padding: 5px;
    color: #ffffff;
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
    text-align: center;
    background: none;
    background-color: #1678a8;
    box-shadow: 0 3px 3px #ddd;
  }

  .entry-content img.img_border{
    float: none;
    display: inherit;
    margin: 0 auto 10px!important;
  }




  /**/
  table{
    width:100% !important;
    height:auto;
    border-collapse: collapse;
  }

  table.nostyle th,
  table.nostyle td{
    padding:2px;
  }

  table.nostyle.sp_block_style,
  table.nostyle.sp_block_style tbody,
  table.nostyle.sp_block_style tr,
  table.nostyle.sp_block_style th,
   table.nostyle.sp_block_style td{
    display:block;
    margin:0;
    width:100%;
  }

  table.nostyle.sp_block_style{
    width:100% !important;
    height:auto;
    border-collapse: collapse;
  }

  table.nostyle.sp_block_style tr{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px dotted #cccccc;
  }


  .entry-content table.nostyle.sp_block_style h4{
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }



  table.sp_block_style,
  table.sp_block_style thead,
  table.sp_block_style tbody,
  table.sp_block_style tr,
  table.sp_block_style th,
  table.sp_block_style td{
    display: block;
    margin: 0;
    padding: 0;
    width: 100% !important;
    border: 0;
    box-sizing: border-box;
    border-collapse: collapse;
  }
  table.sp_block_style th,
  table.sp_block_style td{
    padding:5px 10px;
    border:1px solid #cecece;
  }





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

  TOPPAGE

  ********************************************************/
  .sp_kv{
    line-height:1;
  }

  .sp_kv img{
    width:100%;
    height:auto;
  }

  .sp_h_txt{
    margin:0 0 20px !important;
    padding:0;
    font-size:14px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }

  .sp_h_txt .icon_pin{
    display: inline-block;
    padding-right:5px;
    vertical-align: middle;
  }

  .sp_h_txt .icon_pin:before{
    content:url(images/sp/top/icon_pin.jpg);
    display:inline-block;
  }

  .sp_h_txt .small{
    display:block;
    font-size:12px;
  }

  .sp_h_txt .c-blue{
    color:#00376a;
  }


  /**/
  .sp_section{
    margin-bottom:40px;
  }

  .sp_secInner{
    padding:0 4%;
  }

  body.home .entry-content .sp_section h2{
    margin-bottom: 20px;
    padding: 5px;
    color: #00376a;
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    background: 0;
    background-color: #b9d6e5;
  }

  body.home .entry-content .sp_section.sec_aftercare h2{
    font-size: 14px;
  }





  /**/
  .sp_btn{
    margin:0 auto;
  }

  .sp_btn a{
    display:block;
    margin: 0 auto;
    padding:5px 10px;
    max-width:274px;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    text-align: center;
    text-decoration: none !important;
    background-color:#1678a8;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .sp_btn a:before{
    content: "";
    display: inline-block;
    margin-top: -2px;
    margin-right: 5px;
    width: 9px;
    height: 15px;
    background-image: url(images/sp/cmn/icon_arw_4.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    vertical-align: middle;
  }




  /**/
  .sec_campain .bnr{
    margin-bottom:10px;
  }

  #sp_bxSlider{
    margin:0 auto;
  }

  /**/
  .sp_section.sec_propaty .sp_secInner{
    padding:0 10%;
  }

  #sp_bxSlider li{
    margin:0;
    list-style: none;
  }

  #sp_bxSlider li img{
    width:100%;
  }

  #sp_bxSlider li .caption{
    display:block;
    margin:0;
    padding:5px;
    width:100%;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    text-align: center;
    background-color:#666666;
    box-sizing: border-box;
  }


  .bx-wrapper{
    margin-bottom:30px
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom:-20px;
  }
  /* DIRECTION CONTROLS (NEXT / PREV) */
  .bx-wrapper .bx-prev {
    left: -22px;
    background: url('css/images/_bx_prev.jpg') no-repeat 0 0;
  }
  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
  }
  .bx-wrapper .bx-next {
    right: -38px;
    background: url('css/images/_bx_next.jpg') no-repeat 0 0;
  }
  .bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
    background-position: 0 0;
  }

  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #1678a8;
    padding-top: 20px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #dddddd;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active,
  .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #1678a8;
  }




  /**/
  .sec_sistem .elem{
    margin:0 auto 20px;
  }

  .sec_sistem .elem .box{
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    margin: 0 0 10px;
    width: 100%;
    border:1px solid #d2d2d2;
  }

  .sec_sistem .elem .box .img{
    width:30%;
    text-align: center;
    line-height: 1;
  }

  .sec_sistem .elem .box .img img{
    vertical-align: top;
  }

  .sec_sistem .elem .box .txtarea{
    padding:10px 5px 10px 8px;
    width:70%;
    box-sizing: border-box;
  }

  .sec_sistem .elem .box .txtarea .t1{
    margin-bottom: 5px;
    font-size:13px;
    font-weight:bold;
    line-height: 1.2;
  }

  .sec_sistem .elem .box .txtarea .t2{
    font-size:11px;
    line-height: 1.2;
  }

  .sec_sistem .elem .box .txtarea .icon-org{
    display:inline-block;
    margin:0;
    padding:3px 5px;
    color:#ffffff;
    font-size:10px;
    font-weight:bold;
    line-height: 1;
    background-color:#fe6100;
  }

  .sec_sistem .elem .btnArea{}



  /**/
  .sec_voice{}

  .sec_voice .img{}

  .sec_voice .img img{}

  .sec_voice .txtarea{
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .sec_voice .t1{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position:relative;
  }

  .sec_voice .t1:before{
    content:"「";
    display:inline-block;
    position: absolute;
    left:0;
    top:0;
  }

  .sec_voice .t1:after{
    content:"」";
    display:inline-block;
    position: absolute;
    right:0;
    bottom:0;
  }

  .sec_voice .t2{
    text-align: center;
  }



  /**/
  .dropdown-dl{
    margin: 0 0 5px;
    box-sizing: border-box;
  }

  .dropdown-dl dt{
    margin: 0;
    padding-left: 58px;
    line-height: 50px;
    box-sizing: border-box;
    background-color:#f3f3f3;
    background-repeat:no-repeat;
    background-position:0 0;
    position:relative;
  }
  .dropdown-dl.elem_1.open dt{ border:1px solid #b2d1dd; }
  .dropdown-dl.elem_2.open dt{ border:1px solid #b3cb98; }

  .dropdown-dl dt:after{
    content:url(images/sp/top/_icon_bl_open.png);
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
  }
  .dropdown-dl.open dt:after{content:url(images/sp/top/_icon_bl_close.png);}

  .dropdown-dl.elem_7 dt:after,
  .dropdown-dl.elem_8 dt:after,
  .dropdown-dl.elem_9 dt:after{content:url(images/sp/top/_icon_gr_open.png);}
  .dropdown-dl.elem_7.open dt:after,
  .dropdown-dl.elem_8.open dt:after,
  .dropdown-dl.elem_9.open dt:after{content:url(images/sp/top/_icon_gr_close.png);}

  .dropdown-dl dd{
    display:none;
    margin:0;
    padding:10px;
    width:100%;
    box-sizing: border-box;
  }

  .dropdown-dl.open dd{
    display:block;
  }

  .dropdown-dl.elem_1 dd{ background-color:#d2e2e8; }
  .dropdown-dl.elem_2 dd{ background-color:#dce8ce; }

  .dropdown-dl.item_1 dt{ background-image:url(images/sp/top/icon_navi_1.jpg); }
  .dropdown-dl.item_2 dt{ background-image:url(images/sp/top/icon_navi_2.jpg); }
  .dropdown-dl.item_3 dt{ background-image:url(images/sp/top/icon_navi_3.jpg); }
  .dropdown-dl.item_4 dt{ background-image:url(images/sp/top/icon_navi_4.jpg); }
  .dropdown-dl.item_5 dt{ background-image:url(images/sp/top/icon_navi_5.jpg); }
  .dropdown-dl.item_6 dt{ background-image:url(images/sp/top/icon_navi_6.jpg); }
  .dropdown-dl.item_7 dt{ background-image:url(images/sp/top/icon_navi_7.jpg); }
  .dropdown-dl.item_8 dt{ background-image:url(images/sp/top/icon_navi_8.jpg); }
  .dropdown-dl.item_9 dt{ background-image:url(images/sp/top/icon_navi_9.jpg); }

  .dropdown-dl dd ul{
    display:flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    margin:0;
    list-style: none;
    box-sizing: border-box;
  }

  .dropdown-dl dd ul li{
    margin:0 0 10px;
    width:48%;
    text-align: center;
    list-style: none;
    box-sizing: border-box;
  }

  .dropdown-dl dd ul li a{
    text-decoration: underline;
  }





  /**/
  .sec_flow{}

  .sec_flow .elem{
    margin-bottom:30px;
    box-sizing: border-box;
    position: relative;
  }

  .sec_flow .elem:after{
    content:"";
    width:26px;
    height:26px;
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:100% 100%;
    position: absolute;
    left:0;
    top:-10px;
  }

  .sec_flow .elem:nth-child(1):after{ background-image:url(images/sp/top/icon_num_1.jpg); }
  .sec_flow .elem:nth-child(2):after{ background-image:url(images/sp/top/icon_num_2.jpg); }
  .sec_flow .elem:nth-child(3):after{ background-image:url(images/sp/top/icon_num_3.jpg); }
  .sec_flow .elem:nth-child(4):after{ background-image:url(images/sp/top/icon_num_4.jpg); }
  .sec_flow .elem:nth-child(5):after{ background-image:url(images/sp/top/icon_num_5.jpg); }

  .sec_flow dl{
    display:table;
    margin:0;
    width: 100%;
    background-color:#f3f3f3;
  }

  .sec_flow dl dt.thumb{
    display:table-cell;
    margin:0;
    width:36%;
    vertical-align: top;
    box-sizing: border-box;
  }

  .sec_flow dl dt.thumb img{
    vertical-align: top;
  }

  .sec_flow dl dd.ttl{
    display:table-cell;
    margin:0;
    padding-left:10px;
    width:64%;
    font-size:16px;
    font-weight:bold;
    vertical-align: middle;;
    box-sizing: border-box;
  }

  .sec_flow .elem p{
    padding:10px 20px;
    box-sizing: border-box;
  }


  /**/

  .sec_aftercare{}

  .sec_aftercare .elem{
    margin-bottom:20px;
  }

  .sec_aftercare .elem .ttl{
    margin-bottom: 20px;
    padding: 10px 0 10px 45px;
    font-size: 16px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 0 50%;
    box-sizing: border-box;
  }
  .sec_aftercare .elem:nth-child(1) .ttl{ background-image:url(images/sp/top/icon_num_1.jpg); }
  .sec_aftercare .elem:nth-child(2) .ttl{ background-image:url(images/sp/top/icon_num_2.jpg); }
  .sec_aftercare .elem:nth-child(3) .ttl{ background-image:url(images/sp/top/icon_num_3.jpg); }

  .sec_aftercare .elemInner{
    padding-left:1em;
    box-sizing: border-box;
  }

  .sec_aftercare .elemInner .img{
    margin-top:20px;
  }







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

  https://curtain-plage.co.jp/lineup/

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

  .page-id-4 table.nostyle tr{
    margin:0;
    padding:0;
    border:0;
  }

  .page-id-4 table.nostyle td {
    border:0;
  }

  .page-id-4 table.nostyle td img{
    float:none;
    display:inherit;
    margin:0 auto !important;
  }


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

  https://curtain-plage.co.jp/sekou-jisseki/

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

  .page-id-6 {}

  .page-id-6 .entry-content table.nostyle.sp_block_style tr{
    margin:0;
    padding: 0;
    border:0;
  }

  .page-id-6 .entry-content table.nostyle td a{
    display:block;
    margin: 0 0 20px;
  }

  .page-id-6 .entry-content table.nostyle td a:after{
    content:"";
    display:table;
    clear:both;
    height:0;
  }

  .page-id-6 .entry-content table.nostyle td .sj_thumb{
    float:left;
    width:30%;
  }

  .page-id-6 .entry-content table.nostyle td .sj_excerpt{
    float:right;
    padding-right: 10px;
    width:69%;
  }

  .page-id-6 .entry-content table.nostyle td .sj_title{
    float: right;
    width: 65%;
    font-size:16px;
    text-align: left !important;
  }

  .page-id-6 .entry-content table.nostyle td .sj_excerpt{
    float: right;
    padding: 0;
    width: 65%;
    font-size:12px;
    text-align: left !important;
  }

  .type-sekou_jisseki .column02{
    margin:0 auto;
  }


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

  https://curtain-plage.co.jp/oteire/

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

  .page-id-105 .entry-content p{
    padding:0 !important;
  }




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

  https://curtain-plage.co.jp/curtain/

  ********************************************************/
  .page-id-82 .entry-content table{
    width:100%;
  }
  .page-id-82 .entry-content table.curtain_tbl_1 td:nth-child(1){ width:48% !important;}
  .page-id-82 .entry-content table.curtain_tbl_1 td:nth-child(2){ width:4% !important; }
  .page-id-82 .entry-content table.curtain_tbl_1 td:nth-child(3){ width:48% !important; }

  .page-id-82 .entry-content table.curtain_tbl_2 td:nth-child(1){ width:48% !important;}
  .page-id-82 .entry-content table.curtain_tbl_2 td:nth-child(2){ width:4% !important; }
  .page-id-82 .entry-content table.curtain_tbl_2 td:nth-child(3){ width:48% !important; }

  .page-id-82 .entry-content table.curtain_tbl_3 td:nth-child(1){ width:30% !important;}
  .page-id-82 .entry-content table.curtain_tbl_3 td:nth-child(2){ width:70% !important; }

  .page-id-82 .entry-content table.curtain_tbl_4 td:nth-child(1){ width:30% !important;}
  .page-id-82 .entry-content table.curtain_tbl_4 td:nth-child(2){ width:70% !important; }



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

  https://curtain-plage.co.jp/pleat-screen/

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

  .page-id-86 .entry-content table td:nth-child(1){ padding: 0; width:24% !important;}
  .page-id-86 .entry-content table td:nth-child(2){ padding: 0; width:24% !important; }
  .page-id-86 .entry-content table td:nth-child(3){ padding: 0; width:4% !important; }
  .page-id-86 .entry-content table td:nth-child(4){ padding: 0; width:24% !important; }
  .page-id-86 .entry-content table td:nth-child(5){ padding: 0; width:24% !important; }

  .page-id-86 .entry-content table td p{
    font-size:10px;
  }


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

  https://curtain-plage.co.jp/roll-screen/

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

  .page-id-87 .entry-content table td:nth-child(1){ padding: 0; width:24% !important;}
  .page-id-87 .entry-content table td:nth-child(2){ padding: 0; width:24% !important; }
  .page-id-87 .entry-content table td:nth-child(3){ padding: 0; width:4% !important; }
  .page-id-87 .entry-content table td:nth-child(4){ padding: 0; width:24% !important; }
  .page-id-87 .entry-content table td:nth-child(5){ padding: 0; width:24% !important; }

  .page-id-87 .entry-content table td p{
    font-size:10px;
  }


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

  https://curtain-plage.co.jp/shade/

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

  .page-id-88 .entry-content table.shade_tbl_1 td:nth-child(1){ padding: 0; width:48% !important;}
  .page-id-88 .entry-content table.shade_tbl_1 td:nth-child(2){ padding: 0; width:4% !important; }
  .page-id-88 .entry-content table.shade_tbl_1 td:nth-child(3){ padding: 0; width:48% !important; }

  .page-id-88 .entry-content table.shade_tbl_2 td:nth-child(1){ padding: 0; width:48% !important;}
  .page-id-88 .entry-content table.shade_tbl_2 td:nth-child(2){ padding: 0; width:4% !important; }
  .page-id-88 .entry-content table.shade_tbl_2 td:nth-child(3){ padding: 0; width:48% !important; }

  .page-id-88 .entry-content table.shade_tbl_3 td:nth-child(1){ width:24% !important;}
  .page-id-88 .entry-content table.shade_tbl_3 td:nth-child(2){ width:24% !important; }
  .page-id-88 .entry-content table.shade_tbl_3 td:nth-child(3){ width:4% !important; }
  .page-id-88 .entry-content table.shade_tbl_3 td:nth-child(4){ width:24% !important; }
  .page-id-88 .entry-content table.shade_tbl_3 td:nth-child(5){ width:24% !important; }


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

  https://curtain-plage.co.jp/sudare/

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

  .page-id-89 .entry-content table td:nth-child(1){ width:24% !important;}
  .page-id-89 .entry-content table td:nth-child(2){ width:24% !important; }
  .page-id-89 .entry-content table td:nth-child(3){ width:4% !important; }
  .page-id-89 .entry-content table td:nth-child(4){ width:24% !important; }
  .page-id-89 .entry-content table td:nth-child(5){ width:24% !important; }

  .page-id-89 .entry-content table td p{
    font-size:10px;
  }




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

  https://curtain-plage.co.jp/blind/

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

  .page-id-116 .entry-content td:nth-child(1){ width:24% !important;}
  .page-id-116 .entry-content td:nth-child(2){ width:24% !important; }
  .page-id-116 .entry-content td:nth-child(3){ width:4% !important; }
  .page-id-116 .entry-content td:nth-child(4){ width:24% !important; }
  .page-id-116 .entry-content td:nth-child(5){ width:24% !important; }

  .page-id-116 .entry-content td p{
    font-size:10px;
  }



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

  https://curtain-plage.co.jp/wood-blind/

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

  .page-id-117 .entry-content table.woodblind_tbl_1 td:nth-child(1){ padding: 0; width:48% !important;}
  .page-id-117 .entry-content table.woodblind_tbl_1 td:nth-child(2){ padding: 0; width:4% !important; }
  .page-id-117 .entry-content table.woodblind_tbl_1 td:nth-child(3){ padding: 0; width:48% !important; }

  .page-id-117 .entry-content table.woodblind_tbl_2 td:nth-child(1){ padding: 0; width:24% !important;}
  .page-id-117 .entry-content table.woodblind_tbl_2 td:nth-child(2){ padding: 0; width:24% !important; }
  .page-id-117 .entry-content table.woodblind_tbl_2 td:nth-child(3){ padding: 0; width:4% !important; }
  .page-id-117 .entry-content table.woodblind_tbl_2 td:nth-child(4){ padding: 0; width:24% !important; }
  .page-id-117 .entry-content table.woodblind_tbl_2 td:nth-child(5){ padding: 0; width:24% !important; }

  .page-id-117 .entry-content table.woodblind_tbl_2 td p{
    font-size:10px;
  }


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

  https://curtain-plage.co.jp/v-blind/

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

  .page-id-118 .entry-content table td:nth-child(1){ padding: 0; width:24% !important;}
  .page-id-118 .entry-content table td:nth-child(2){ padding: 0; width:24% !important; }
  .page-id-118 .entry-content table td:nth-child(3){ padding: 0; width:4% !important; }
  .page-id-118 .entry-content table td:nth-child(4){ padding: 0; width:24% !important; }
  .page-id-118 .entry-content table td:nth-child(5){ padding: 0; width:24% !important; }

  .page-id-118 .entry-content table td p{
    font-size:10px;
  }



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

  https://curtain-plage.co.jp/accordion_curtain/

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

  .page-id-214 .entry-content td:nth-child(1){ width:24% !important;}
  .page-id-214 .entry-content td:nth-child(2){ width:24% !important; }
  .page-id-214 .entry-content td:nth-child(3){ width:4% !important; }
  .page-id-214 .entry-content td:nth-child(4){ width:24% !important; }
  .page-id-214 .entry-content td:nth-child(5){ width:24% !important; }

  .page-id-214 .entry-content td p{
    font-size:10px;
  }


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

  https://curtain-plage.co.jp/accordion_curtain/

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

  .page-id-537 .entry-content table.curtain_rail_1 td:nth-child(1){ width:100% !important;}
  .page-id-537 .entry-content table.curtain_rail_1 td:nth-child(2){ width:100% !important; }
  .page-id-537 .entry-content table.curtain_rail_1 td:nth-child(3){ width:100% !important; text-align: center; }

  .page-id-537 .entry-content table.curtain_rail_3 td:nth-child(1){ width:24% !important;}
  .page-id-537 .entry-content table.curtain_rail_3 td:nth-child(2){ width:24% !important; }
  .page-id-537 .entry-content table.curtain_rail_3 td:nth-child(3){ width:4% !important; }
  .page-id-537 .entry-content table.curtain_rail_3 td:nth-child(4){ width:24% !important; }
  .page-id-537 .entry-content table.curtain_rail_3 td:nth-child(5){ width:24% !important; }

  .page-id-537 .entry-content table.curtain_rail_3 td p{
    font-size:10px;
  }



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

  https://curtain-plage.co.jp/flow/

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

  .stepTTL{
    display:table !important;
    margin:0 auto 10px;
    width:100%;
  }

  .stepTTL .stepNum{
    display: table-cell;
    padding: 5px 10px;
    width: 30%;
    color: #ffffff;
    font-size:15px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #1678a8;
    box-sizing: border-box;
  }

  .stepTTL .txt{
    display:table-cell;
    padding:5px;
    width:70%;
    color:#000000;
    font-size:15px;
    font-weight:bold;
    vertical-align: middle;
    background-color:#ebebeb;
    box-sizing: border-box;
  }

  .page-id-10 img.wp-image-675,
  .page-id-10 img.wp-image-678,
  .page-id-10 img.wp-image-677,
  .page-id-10 img.wp-image-679,
  .page-id-10 img.wp-image-680,
  .page-id-10 img.wp-image-682,
  .page-id-10 img.wp-image-681{
    float: none;
    display: inherit;
    margin: 0 auto 10px !important;
  }

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

  https://curtain-plage.co.jp/curtain_kotsu/

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

  .page-id-80 .entry-content table.top_pan
  .page-id-80 .entry-content table.top_pan tbody,
  .page-id-80 .entry-content table.top_pan tr,
  .page-id-80 .entry-content table.top_pan td{
    display:block;
    line-height:1.2;
  }

  .page-id-80 .entry-content h4{
    width:100%;
  }








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

  https://curtain-plage.co.jp/kakaku/

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

  table.kakaku_sample{
    border-top: 1px dotted #cecece;

  }

  table.kakaku_sample tr{
    background-color: transparent;
    border: none;
    border-bottom: 1px dotted #cecece;
    padding-bottom: 5px;
  }

  table.kakaku_sample tr:last-child{
    color:#df0000 !important;
    font-weight:normal !important;
    background-color:#f3f3f3 !important;
    border-top: 1px dotted #cecece !important;
  }

  table.kakaku_sample tr:last-child th,
  table.kakaku_sample tr:last-child td{
    font-weight:normal !important;
    background:none !important;
  }


  /**/
  table.toritsuke {
    border:1px solid #cecece;
    border-top:0;
  }

  table.toritsuke thead{
    display:none;
  }

  table.toritsuke th,
  table.toritsuke td{
    text-align: left !important;
    border:0 !important;
  }

  table.toritsuke th{
    background-color:#f0f0f0 !important;
    border-top:1px solid #cecece !important;
    border-bottom:1px solid #cecece !important;
  }


  table.toritsuke td{
    padding-left:15px;
    background-image: url(images/list-style-image.png);
    background-repeat:no-repeat;
    background-position:3px 50%;
  }

  /**/
  table.betsumitsumori{}

  table.betsumitsumori thead{
    margin-bottom:10px;
    width:100% !important;
  }

  table.betsumitsumori thead th{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    background: none;
    background-color: #e5f0f3;
    border: 1px solid #bfd0d5;
  }

  table.betsumitsumori tbody{
    margin:0 auto;
    width:90% !important;
  }




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

  https://curtain-plage.co.jp/kakaku/

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

  .page-id-92 img.wp-image-759,
  .page-id-92 img.wp-image-760{
    float:none;
    display: inherit;
    margin:0 auto 20px !important;
  }


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

  https://curtain-plage.co.jp/campaign_fujie/

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

  #feature h2, #profile h2 {
    margin: 45px 0 15px -4%;
    font-size: 16px;
  }

  #brand-list h2 {
    margin: 45px 0 15px -4%;
    font-size: 16px;
  }

  #feature h4, #profile h3 {
    font-size: 18px;
    line-height: 1.8em;
    padding: 0;
    margin: 45px auto 15px;
    background: none;
    background-color: #e5f0f3;
    border:0;
  }

  #item-detail h3 {
    margin: 45px auto 15px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    background: none;
    background-color: #e5f0f3;
    border: 1px solid #bfd0d5;
  }
  

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

  https://curtain-plage.co.jp/campaign_fujie/profile/

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

  .page-id-1492 #item-box{
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
  }

  .page-id-1492 #item-box ul.box,
  .page-id-1492 #item-box ul.box-r{
    float:none;
    width:100%;
  }

  .page-id-1492 #item-box .text h3{
    font-size:16px;
    font-weight:bold;
    text-align: left;
  }

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

  https://curtain-plage.co.jp/campaign_fujie/profile/usurai/

  ********************************************************/
  
  #item-detail dt{
    width:23%;
  }
  #item-detail dd{
    width:77%;
  }


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

  https://curtain-plage.co.jp/campaign_fujie/story/

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

  .page-id-1487 #item-box{
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
  }

  .page-id-1487 #item-box ul.box,
  .page-id-1487 #item-box ul.box-r{
    float:none;
    width:100%;
  }

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

  https://curtain-plage.co.jp/nounyu-jisseki/

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

  table.lot.sp_block_style th,
  table.lot.sp_block_style td{
    border:0;
  }


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

  https://curtain-plage.co.jp/domestic/

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

  .page-id-90 table.alternate,
  .page-id-90 table.alternate tbody,
  .page-id-90 table.alternate th,
  .page-id-90 table.alternate td{
    display:block;
    margin:0;
    padding:0;
    width:100%;
    border:0;
  } 

  .page-id-90 table.alternate td img{
    display: inherit;
    margin:10px auto 0;
    width:auto;
    max-width:80%;
  }



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

  https://curtain-plage.co.jp/foreign/

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

  .page-id-91 table.alternate,
  .page-id-91 table.alternate tbody,
  .page-id-91 table.alternate th,
  .page-id-91 table.alternate td{
    display:block;
    margin:0;
    padding:0;
    width:100%;
    border:0;
  } 

  .page-id-91 table.alternate td img{
    display: inherit;
    margin:10px auto 0;
    width:auto;
    max-width:80%;
  }

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

  https://curtain-plage.co.jp/wood-blind/

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

  .wp-image-724{
    display: inherit;
    margin: 0 auto 20px !important;
    float: none;
  }



}

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

https://curtain-plage.co.jp/soudan/

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

#form_head p.fh_ttl{
  margin: 10px auto 50px;
  padding: 10px 0;
  max-width: 640px;
  color: #00376a;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 4px solid #73aecb;
  box-sizing: border-box;
  position: relative;
}

#form_head p.fh_ttl:before{
  content:"";
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 13px 0 13px;
  border-color: #73aecb transparent transparent transparent;
  position: absolute;
  top:100%;
  left:50%;
  transform: translateX(-50%);  
  z-index: 1;
}

#form_head p.fh_ttl:after{
  content:"";
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 13px 0 13px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top:82%;
  left:50%;
  transform: translateX(-50%);  
  z-index: 2;
}

.sec_soudan{}

.sec_soudan .elem{
  margin-bottom:30px;
  box-sizing: border-box;
  position: relative;
}

.sec_soudan .elem:after{
  content:"";
  width:26px;
  height:26px;
  background-repeat:no-repeat;
  background-position:0 0;
  background-size:100% 100%;
  position: absolute;
  left:0;
  top:-10px;
}

.sec_soudan .elem:nth-child(1):after{ background-image:url(images/sp/top/icon_num_1.jpg); }
.sec_soudan .elem:nth-child(2):after{ background-image:url(images/sp/top/icon_num_2.jpg); }
.sec_soudan .elem:nth-child(3):after{ background-image:url(images/sp/top/icon_num_3.jpg); }
.sec_soudan .elem:nth-child(4):after{ background-image:url(images/sp/top/icon_num_4.jpg); }
.sec_soudan .elem:nth-child(5):after{ background-image:url(images/sp/top/icon_num_5.jpg); }

.sec_soudan dl{
  display:table;
  margin:0;
  width: 100%;
  background-color:#f3f3f3;
}

.sec_soudan dl dt.thumb{
  display:table-cell;
  margin:0;
  width:36%;
  vertical-align: top;
  box-sizing: border-box;
}

.sec_soudan dl dt.thumb img{
  vertical-align: top;
  max-width: 100%;
}

.sec_soudan dl dd.ttl{
  display:table-cell;
  margin:0;
  padding:0 10px;
  width:64%;
  font-size:3vw;
  font-weight:bold;
  vertical-align: middle;;
  box-sizing: border-box;
}

.sec_soudan .elem p{
  padding:10px 20px;
  box-sizing: border-box;
}

.ui-datepicker-trigger{
  width:20px;
  height:auto;
  vertical-align: middle;
}

@media screen and (min-width:768px){
  #form_head p.fh_ttl   { font-size:30px; }
  .sec_soudan dl dd.ttl { font-size:14px; }
  .sec_soudan .elem p   { padding: 10px 0; }
}

@media screen and (min-width:940px){
  .sec_soudan dl dd.ttl { font-size:15px; }
}




div.mfp_phase{
  border:0;
}
form#mailformpro dl dd {
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
}
dl.mailform{
  border:1px solid #CCC;
  border-top:0;
}
.must {
  float: none;
  display: inline-block;
  background-color: #fe6100;
  padding: 3px 5px;
  font-size: 12px;
  color: #FFF;
  margin: 0px 0 0px 10px;
  border-radius: 0;
  box-shadow: none;
}
.must.no {
  background-color:#1678a8;
}
div.mfp_phase select{
  padding: 6px 10px 7px;
  font-size: 14px;
  width: 200px !important;
  box-sizing: border-box;

}

.zipTxtarea{}

.zipTxtarea .txt{
  display:inline-block;
  margin-right:5px;
  padding:6px 12px;
  color:#ffffff;
  font-size:12px;
  font-weight:normal;
  line-height:1;
  background-color:#1678a8;
  border-radius: 5px
}

.zipTxtarea a{}

.kiboElem{
  margin-bottom:5px;
}

form#mailformpro label#mfp_element_0_label,
form#mailformpro label#mfp_element_1_label{
  display:inline-block;
}

div.mfp_buttons button{
  display: inline-block;
  margin: 0 auto 10px;
  padding: 13px 0;
  width: 48%;
  max-width: 250px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: none;
  background-color: #1678a8;
  box-shadow: none;
  border: 0;
}


@media screen and (max-width:767px){
  
  form#mailformpro dl{
    margin: 0;
    border: 1px solid #CCC;
    border-top: 0;
  }

  form#mailformpro dl dt {
    clear: both;
    float: none;
    margin: 0px;
    padding: 10px 20px;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    background-color: #f0f0f0;
    border: 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
    position: relative;
  }

  form#mailformpro dl dd {
    margin: 0px;
    padding: 10px 20px;
    width: 100%;
    font-size: 13px;
    text-align: left;
    line-height: 2.5;
    background: none;
    border-top: solid 1px #CCC;
    border-left: solid 1px #CCC;
    box-sizing: border-box;
  }

  form#mailformpro input,
  form#mailformpro textarea{
    padding:5px 10px;
    max-width:100%;
    box-sizing:border-box;
  }
  div.mfp_phase{
    border:0;
  }

  .must{

  }


}






@media screen and (min-width:768px){

  .fhStep.sp_secInner{
    display:flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
  }

  .sec_soudan .elem{
    width:48%;
  }

  .entry-content ul.wd_soudan_ls_1 li.elem{
    width:49%;
    list-style: none;
  }

}