
/* -------------------------------------------------------------------------------- */


/* スマフォ */


/* -------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {

.visible-xs {
  display: inline;
}

.hidden-xs {
  display: none;
}
.slicknav_menu {
  display: block;
}


/*---------------------------------------------------------- */


/* header */


/*---------------------------------------------------------- */

header {
height: initial;
height: auto;
}
header h1,
header .logo {
  position: static;
  top: 0px;
  left: 0px;
  margin-left: 0px;
  padding:30px 20px;
}
header h1 img,
header .logo img {
  width: 100%;
  height:auto;
}
header h1:before,
header .logo:before {
  display:none;
}

header .tel {
  display:none;
}
/* header #gnavi
/*---------------------------------------- */
header #gnavi {
  display:none;
}

/* .fixed 
/*---------------------------------------- */
.fixed header {
  height: 50px;
}
.fixed header h1,
.fixed header .logo {
  display:none;
}

/* .page.fixed header
/*---------------------------------------- */

.page.fixed header {
  top: 0px;
  border-bottom:none !important;
}

.page.fixed header:before {
  display:none;
}

/*---------------------------------------------------------- */


/* #contents */


/*---------------------------------------------------------- */

.page #contents {
  padding: 50px 0 40px;
}

.expl {
  line-height: 2;
  font-size: 16px;
}

.emp {
  font-family: "Hiragino UD Sans W6 JIS2004";
  background-color: #fff5e8;
  border-bottom: 2px #ff9900 dashed;
}

#contents .secIn {
  width: 100%;
  padding:0 20px;
}


/* #contents h2
/*------------------------------------------------ */

#contents h1,
#contents .h1 {
  width: 100%;
  height: 100px;
  position: relative;
}

#contents h1 div,
#contents .h1 div {
  font-size: 18px;
width: initial;
width: auto;
height: initial;
height: auto;

  position: absolute;
  top: 33px;
  left: 20px;
  margin-left: 0px;
  line-height: 1;
  letter-spacing: 1;
}

#contents h1 div span,
#contents .h1 div span {
  font-size: 10px;
}

#contents h1 div:before,
#contents .h1 div:before {
  display:none;
}


/* #contents h5
/*------------------------------------------------ */

#contents h5 {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px #00b9a1 solid;
}


/* #contents .pankuzu
/*------------------------------------------------ */

#contents .pankuzu {
  margin: 0 auto 10px;
  width: 100%;
  padding: 15px 20px;
}
#contents .pankuzu ul {
  background-color:#f5f5f5;
  padding:5px 10px;
  border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#contents .pankuzu li {
  font-size: 12px;
}


/* #contents .hyo
/*------------------------------------------------ */

#contents .hyo dl {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#contents .hyo dt {
  display: block;
  width: 100%;
  color: #333;
  text-align: left;
  padding: 5px 15px;
  font-size: 16px;
  border-left:3px #00b9a1 solid;
  background-color:#f5f5f5;
  font-family: "Noto Sans JP", sans-serif;font-optical-sizing: auto;font-weight: 500;font-style: normal;
}

#contents .hyo dd {
  display: block;
  width: 100%;
  background-color:#fff;
  padding: 10px 15px;
  font-size: 16px;
  vertical-align: middle;
}


/* #contents .sec ul.circle
/*-------------------------------------------- */

#contents .sec ul.circle li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #e9e9e9 dashed;
  font-size: 16px;
}

#contents .sec ul.circle li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

#contents .sec ul.circle li:before {
  content: "●";
  font-size: 16px;
  color: #ccc;
  position: absolute;
  top: 0px;
  left: 0;
}


/* #contents .hyo
/*------------------------------------------------ */

#contents .step {
  padding: 30px 0 20px;
}

#contents .step div {
  float: left;
  width: 40%;
  text-align: center;
  margin-right: 0px;
  margin-bottom:15px;
  position: relative;
}
#contents .step div.R {
  float: right;
}
#contents .step div:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 12px;
  border-color: transparent transparent transparent #84ddd1;
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -42px;
}
#contents .step div.second:after {
  display:none;
}
#contents .step div:last-child:after {
  display: none;
}

#contents .step div:last-child {
  margin-right: 0px;
}

#contents .step div img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 3px #9edfd7 solid;
}

#contents .step div p {
  padding-top: 15px;
  font-size: 14px;
}

/* .wp-pagenavi
------------------------------------------ */
.wp-pagenavi {
    padding:20px 0!important;
}


/* .page #contents .selectBox
/*---------------------------------------------------------- */
.page #contents .selectBox {
  width: 100%;
  padding:0 20px;
    height: 40px;
    margin-bottom:75px;
    position: relative;
    z-index:100;
}
.blog #contents .selectBox {
  margin-top:25px;
    margin-bottom:0px;
}
.blog #contents .selectBox:last-child {
  margin-top:15px;
}
.page #contents .selectBox select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px #ccc solid;
    background: #eee;
    background: url(../../images/common/arrow_smp.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
    background: url(../../images/common/arrow_smp.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-size: 20px, 100%;
    border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.page #contents .ft .selectBox {
    margin:50px 0 0;
}
/*---------------------------------------------------------- */


/* .btn_pagetop */


/*---------------------------------------------------------- */

a.btn_pagetop {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../../images/common/btn_pagetop.png) no-repeat;
  background-size:40px 40px;
  position: relative;
  z-index: : 10000;
  text-indent: -10000px;
  opacity: 0.7;
}

/*---------------------------------------------------------- */


/* .bn_side */


/*---------------------------------------------------------- */

.bn_side {
  display:none;
}




/*---------------------------------------------------------- */


/* .ftArea */


/*---------------------------------------------------------- */

#contact {
  display:none;
}


/*---------------------------------------------------------- */


/* footer */


/*---------------------------------------------------------- */

footer {
  width: 100%;
  background-color: #00b9a1;
  border-top: 10px #4fcfbd solid;
  color: #fff;
}

footer .footerIn {
  display:none;
}

footer .ft_bt {
  width: 100%;
  background-color: #00917e;
  letter-spacing: 1px;
  padding-bottom:80px;
}

footer .ft_btIn {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 0;
}

footer .ft_btIn .copyright {
  font-size: 13px;
  letter-spacing: 0;
}



/* ---------------------------------------------------------- */


/* #ftNavi */


/* ---------------------------------------------------------- */
#ftNavi {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100001;
    display: table;
}
#ftNavi div{
    display: table-cell;
    width: 70%;
    background-color: rgba(255,255,255,0.9);
    padding:15px;
      -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#ftNavi div:last-child {
    width: 30%;
    background-color: rgba(255,153,0,0.9);
}
#ftNavi div img {
    width: 100%
    height: auto;
}



/* -------------------------------------------------------- */


/* .remodal */


/* -------------------------------------------------------- */

.remodal .wrap {
  background-color:#fbf9f3;
  padding:30px;
}
.remodal h2 {
  padding:15px 0;
background-color:#8f7471;
text-align:center;
margin-bottom:25px;
}
.remodal h2 span {
  font-size:28px;
  color:#fff;
}
.remodal .bl {
  text-align:left;
  margin-bottom:30px;
}
.remodal .bl h3 {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color:#eae3c4;
padding:5px 15px;
margin-bottom:30px;
}
.remodal .bl h3 span {
  font-size:24px;
  color:#4f3532;
}
.remodal .bl .expl {
  padding:0px 10px !important;
  font-size: 15px !important;
  line-height: 2 !important;
}
.remodal .bl img {
  border:5px #fff solid;
}

/* .remodal .bl.no2
/* ------------------------------------- */
.remodal .bl.no2 .pic {
  display:table-cell;
  vertical-align: top;
  width: 310px;
}
.remodal .bl.no2 .txt {
  display:table-cell;
  vertical-align: top;
  padding-left:30px;
}
.remodal .bl.no2 .box {
  background-color:#fff;
  padding:20px 30px;
  margin-top:10px;
}
.remodal .bl.no2 .box ul {
  margin-bottom:10px;
}
.remodal .bl.no2 .box ul:last-child {
  margin-bottom:0px;
}

/* .remodal .bl.no4
/* ------------------------------------- */
.remodal .bl.no4 {
  margin-top:80px;
}
.remodal .bl.no4 h3 {
  background-color:#4f3532;
  text-align:center;
  padding:10px 0;
  position: relative;
}
.remodal .bl.no4 h3 span {
  color:#fff;
}
.remodal .bl.no4 h3:before {
  content:"";
  width: 242px;
  height: 43px;
  background:url(../images/flow/yajirushi.png) no-repeat;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left:-121px;
}



/* .wp-pagenavi
------------------------------------------ */
.wp-pagenavi {
    margin:20px 0;
}




/* .bn_yoyaku_smp
/*---------------------------------------------------------- */
.bn_yoyaku_smp {
padding:20px;
display:block;
}
.bn_yoyaku_smp img {
  width: 100%;
  height:auto;
}


}