/* common */

.heebo{
  font-family: 'Heebo', sans-serif;
}

#floatBtn{
  z-index: 999;
  display: block;
  width: 100%;
  padding:0.5rem 0 1.7rem 0;
  background-color: rgba(0,0,0,0.5);
  text-decoration: none;
  position: fixed;
  bottom:0;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #floatBtn{
    padding:0.5rem 0;
  }
}

#floatBtn ul{
  display:flex;
  align-items: center;
}

#floatBtn ul li{
  flex:1;
  margin:0 0.5rem;
}

#floatBtn ul li a{
  text-decoration:none;
  text-align:center;
  display:block;
}

#floatBtn ul li.contact{
  background-color:#FFF100;
  padding:0.5rem;
  border:2px #fff solid;
}

#floatBtn ul li.contact a{
  background-image: url(../image/common/button_back.png);
  background-repeat: repeat-x;
  background-position: center;
  border:1px #fff solid;
  padding:1rem 0 0.9rem 0;
  color:#fff;
  font-size:1.5rem;
  font-weight:bold;
}


#floatBtn ul li.request{
  background-color:#00426B;
  padding:0.5rem;
  border:2px #fff solid;
}

#floatBtn ul li.request a{
  background-color:rgba(255,255,255,0.7);
  border:1px #fff solid;
  padding:1rem 0 0.9rem 0;
  color:#00426B;
  font-size:1.5rem;
  font-weight:bold;
}

#floatBtn ul li.contact a::before,
#floatBtn ul li.request a::before{
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../image/common/button_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  position: relative;
  top: -1px;
}



a#pageTop{
  z-index: 1000;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #C9BC9C;
  text-decoration: none;
  text-align: center;
  position: fixed;
  bottom: 58px;
  right: 10px;
  box-shadow:0 2px 2px rgba(0, 0, 0, 0.3);
}

a#pageTop img{
  display:block;
  width:24px;
  height:24px;
  margin:11px 0 0 13px;
}

br.less374,
br.more374{
  display:none;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  br.less374{
    display:inline-block;
  }
}

@media screen and (min-width: 375px) {
  br.more374{
    display:inline-block;
  }
}



h1{
  display:flex;
  align-items: center;
  background-color:#00426B;
  color:rgba(255, 255, 255, 0.5);
  font-weight:normal;
  padding: 0.5rem 0 0 1rem;
}

.grad_blue{
  background: -moz-linear-gradient(top, #00426b 0%, #006dae 100%);
  background: -webkit-linear-gradient(top, #00426b 0%,#006dae 100%);
  background: linear-gradient(to bottom, #00426b 0%,#006dae 100%);
}

span.underLine{
  position:relative;
  z-index:0;
}

span.underLine::before{
  content:"";
  position: absolute;
  z-index:-1;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 7px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(244, 193, 9, 0.7) 15%, rgba(244, 193, 9, 0.7) 85%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(244, 193, 9, 0.7) 15%, rgba(244, 193, 9, 0.7) 85%, rgba(255, 255, 255, 0));
  background-position: center;
  background-repeat: no-repeat;
}

h2{
  font-size:1.5rem;
  color:#fff;
  line-height:140%;
  padding:1rem 1.5rem;
}

h3.main_h3{
  font-size: 1.4rem;
  color: #fff;
  line-height: 140%;
  border: 2px #fff solid;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1.5rem 10px;
  position: relative;
  width: 97%;
  margin: 0 auto;
  box-sizing: border-box;
}

h3.main_h3 div.h3_warp{
  margin-left:10px;
}

h3.mallet_h3{
  font-size: 1.4rem;
  font-weight: bold;
  color: #181818;
  border-bottom: 2px #00426B solid;
  padding: 0.5rem 0;
  margin: 0.5rem auto;
  width: 95%;
  text-align: center;
}

h3.mallet_h3::before{
  width:13px;
  height:14px;
  content:"";
  background-image:url(../image/common/icon_mallet.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:13px 14px;
  display:inline-block;
  vertical-align:middle;
  margin-right:0.5rem;
  position: relative;
  top: -1px;
}

p.summary{
  font-size:1.4rem;
  font-weight:bold;
  line-height:140%;
  color:#00426B;
  text-align:center;
  margin:2rem 1rem;
}



/* header */
header{
  background-color:#00426B;
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding:0.2rem 1rem;
}

header div.logo_wrap{
}

header div.logo_wrap img.logo{
  width:104px;
  height:32px;
}

header div.logo_wrap p.logo_txt{
  color:#fff;
}

header div.tel_wrap{
  text-align:right;
  position:relative;
  top:-6px;
}

header div.tel_wrap img.tel{
  width:152px;
  height:16px;
  margin:3px 0;
}

header div.tel_wrap p{
  color:#fff;
}

header div.tel_wrap p.txt_1{
  position:relative;
  top:-2px;
  right:-5px;
}


/* button_wrap */

div.button_wrap{
  width:90%;
  margin:-3rem auto 0 auto;
  position: relative;
  z-index:0;
  line-height:1;
}

div.button_wrap a.button{
  display:flex;
  align-items: center;
  width:100%;
  background-color:#FFF100;
  border:2px #fff solid;
  box-shadow:0 1px 2px #ccc;
  border-radius:5px;
  text-decoration:none;
}

div.button_wrap a.button span.txt_1{
  width:16%;
  text-align:center;
  color:#00426b;
  font-weight:bold;
  font-size:1.2rem;
  margin:0 0 0 5px;
}

div.button_wrap a.button span.txt_2{
  width:84%;
  font-weight:bold;
  color:#fff;
  font-size:1.8rem;
  text-align:center;
  text-shadow:1px 1px 1px #333;
  background-image:url(../image/common/button_back.png);
  background-repeat:repeat-x;
  background-position:center;
  border:2px #fff solid;
  border-radius:5px;
  margin:0.4rem 0.6rem 0.4rem 0;
  padding:1.2rem 0 1rem 0;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {

  div.button_wrap a.button span.txt_2{
    font-size:1.4rem;
  }

}

div.button_wrap a.button span.txt_2::before{
  content:"";
  width:21px;
  height:21px;
  background-image:url(../image/common/button_arrow.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:21px;
  display:inline-block;
  vertical-align:middle;
  margin-right: 3px;
  position:relative;
  top:-1px;
}

div.button_wrap div.tel_wrap{
  display:flex;
  align-items: center;
  justify-content: center;
  margin:10px 0;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {

  div.button_wrap div.tel_wrap{
    display:block;
  }

}

div.button_wrap div.tel_wrap p{
  background-color: #EFEFEF;
  font-size: 1.1rem;
  font-weight: bold;
  color: #00426B;
  padding: 0.5rem;
  line-height: 120%;
  margin-right:0.5rem;
  flex:1;
  text-align:center;
}

div.button_wrap div.tel{
  width:190px;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {

  div.button_wrap div.tel{
    width: auto;
    text-align: center;
    margin: 0.5rem 0;
  }

}

div.button_wrap div.tel img{
  margin-bottom:5px;
  width:183px;
  height:19px;
}

div.button_wrap div.tel span{
  display:block;
  font-size:1rem;
  color:#00426B;
}

div.button_wrap p.family{
  background-color:#00426B;
  font-size:1.2rem;
  font-weight:bold;
  color:#fff;
  text-align:center;
  padding:5px 0;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  div.button_wrap p.family{
    font-size:1rem;
  }
}

div.button_wrap p.family::before{
  content:"";
  width:18px;
  height:10px;
  background-image:url(../image/common/button_family.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:18px 10px;
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
  position:relative;
  top:-1px;
}

ul.caution{
  font-size:1rem;
  color:#181818;
  margin:1rem 0;
}

ul.caution li{
  margin:0;
  line-height:120%;
  padding-left:2em;
  text-indent:-2em;
}

ul.caution li.num{
  padding-left:2.5em;
  text-indent:-2.5em;
}

ul.caution.w95{
  width:95%;
  margin:0 auto;
}

p.warning_center{
  text-align: center;
  margin: -1rem 1rem 0 1rem;
  line-height: 120%;
}

/* sec_foot */
div.sec_foot{
  width:97%;
  margin:0 auto;
  padding:1rem 0;
  text-align:center;
}

div.sec_foot p.txt_1{
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 140%;
}

div.sec_foot p.txt_2{
  font-size:2rem;
  font-weight:bold;
  color:#FCC80E;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  div.sec_foot p.txt_2{
    line-height:140%;
  }
}

div.sec_foot p.txt_2 span{
  font-size: 3rem;
}

div.sec_foot p.txt_2 span.price{
  font-size:4rem;
  position: relative;
}

div.sec_foot p.txt_2 span.price::after{
  content:"※1";
  display:inline-block;
  font-size:1rem;
  font-weight:normal;
  color:#fff;
  position: absolute;
  top: 11px;
  right: -16px;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  div.sec_foot p.txt_2 span.price::after{
    top: -2px;
    right: -18px;
  }
}

/* footer */

footer ul{
  display:flex;
  justify-content:center;
  font-size:1.2rem;
  margin:4rem 0 2rem 0;
}

footer ul li a{
  text-decoration:none;
  color:#00426B;
}

footer ul li a::after{
  content:"｜";
  display:inline-block;
}

footer ul li:last-child a::after{
  content:"";
}

footer p{
  background-color:#00426B;
  color:#fff;
  text-align:center;
  font-size:1rem;
  padding:5px 0;
}


div.ctrlNumber{
  display:flex;
  align-items: center;
  display:flex;
  align-items: center;
  justify-content: center;
}

div.ctrlNumber span{
  color:#9FA0A0;
  font-weight:normal;
  margin:0 1rem 0.5rem 1rem;
  font-size:1rem;
}
