@charset "UTF-8";
/*-------------------------------------------------------
 入浴法提案セット
-------------------------------------------------------*/
.bathset{
  text-align: center;
  padding: 30px;
  background: url(../images/bg.png) center top no-repeat;
  background-size: cover;
}
.bathset .inner,
.data .inner{
  max-width: 1000px;
}
.page-header{
  width: 90%;
  margin: 0 auto 20px;
}
.cont-img + .cont-img{
  margin-top: 30px;
}
.read{
  margin: 30px 0;
}
.read-title{
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 10px;
  border-radius: 23px;
  background: #0075ba;
}
.read-txt{
  font-size: 1.8rem;
}
.ta-c{
  font-size: 1.3rem;
}
.cont-img-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.cont-img-wrap .cont-img + .cont-img{
  margin-top: 0;
}
.cont-img-wrap .cont-img{
  margin: 0 10px;
}
.data{
  text-align: center;
  padding: 60px 0 20px;
  background-color: #92d4f5;
}

.doc-area{
  max-width: 950px;
  background: #f2f9fb;
  border-radius: 10px;
  margin: 4rem auto 6rem;
}
.doc-area-title{
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #00A8E6;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
}
.doc-area-inner{
  display: flex;
  justify-content: center;
  border: 4px solid #B2D8F1;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.doc-area .doc{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 300px;
  margin: 2rem 4rem 4rem;
}
.doc-area .doc-title{
  color: #008AC7;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0;
}
.doc-area .doc img{
  border: 1px solid #dedede;
}
.design dd{
  padding: 0 1em 0.5em;
}
.set{
  display: inline-block;
  color: yellow;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2px 8px;
  margin-top: 2px;
  border-radius: 2px;
  background: red;
}
.btn-download{
  display: block;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 8px 0;
  margin-top: 0.5rem;
  background: #209cff;
  transition: 0.25s;
}
.btn-download:hover{
  opacity: 0.75;
}
.btn-order{
  display: block;
  width: 75%;
  max-width: 560px;
  color: yellow;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 0;
  margin: 60px auto;
  background: var(--color-red);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
  border-radius: 8px;
  border: 1px solid #fff;
  transition: 0.25s;
}
.btn-order span::before{
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  margin-right: 12px;
  background: url(../images/icon_order.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*-------------------------------------------------------
 熱中症予防対策リーフレット
-------------------------------------------------------*/
.bg-gradient{
  padding-bottom: 3em;
  background-image: linear-gradient(0deg, #73caf3, #daf0fc);
}
#yokutore .main__head{
  padding-top: 2em;
  position: relative;
  z-index: 1;
}
#yokutore .main__head p:not(.ta-right){
  font-size: 1.2em;
  font-weight: bold;
  margin: 2em 0 0.25em;
}
#yokutore .design-area{
  display: flex;
  justify-content: center;
  align-items: center;
}
#yokutore .order-form{
  margin-top: 0;
  background: #daf0fc;
}
#yokutore .order-form > h2{
  color: var(--color-blue);
} 
.order-form > h2{
  font-size: 28px;
  text-align: center;
  margin-bottom: 0.5em;
}
.table_specification{
  background: #fff;
}
#yokutore .table_specification th{
  background-color: var(--color-blue);
}
#yokutore .table_specification,
#yokutore .table_specification td{
  border-color: var(--color-blue);
}
.banner{
  max-width: 800px;
  margin: 3.5em auto 0;
  background-color: #fff;
}
.banner-item{
  transition: all 0.2s;
}
.banner-item:hover{
  opacity: 0.8;
}
#yokutore .thanks{
  background-image: linear-gradient(0deg, #73caf3, #daf0fc);
}

#novelty .design{
  width: calc(calc(100% / 3) - 1em);
}
#novelty .design dd img{
  border: none;
}
.main__foot{
  padding-bottom: 4em;
}
@media screen and (max-width: 599px){
  .order-form > h2{
    font-size: 4.3vw;
  }
}