@charset "UTF-8";

/* komonotsukai.html ONLY */

main{
  color: #333;
}
.block01,.block02{
  font-family: 'Noto Sans JP', sans-serif;
}

.block01 h2{
  background: #e73656 url("/contents/img/common/bg_mask.png") center center repeat-x;
  border-radius: 6px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  height: 50px;
  margin-bottom: 15px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .block01 h2{
    background: #e73656 url("/contents/img/common/bg_mask.png") center center /auto 4.3vw no-repeat;
    font-size: 5.33vw;
    height: 10.66vw;
    margin-bottom: 3.2vw;
    line-height: 10.66vw;
  }
}

.block01 h3{
  background: url("/contents/img/common/bg_bar03.png") center bottom no-repeat;
  color: #e73656;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  padding-bottom: 20px;
}
@media screen and (max-width:767px) {
  .block01 h3{
    background: url("/contents/img/common/bg_bar03.png") center bottom /auto 2vw no-repeat;
    font-size: 3.84vw;
    padding-left: 0;
    padding-bottom: 4.26vw;
  }
}

.block01 h3 span.label{
  background: #754c24;
  border-radius: 6px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
  text-align: center;
  width: 140px;
}
@media screen and (max-width:767px) {
  .block01 h3 span.label{
    background: #754c24;
    border-radius: 6px;
    display: inline-block;
    height: 8vw;
    line-height: 8vw;
    color: #fff;
    font-size: 3.78vw;
    margin-right: 2.66vw;
    text-align: center;
    width: 20vw;
  }
  .block01 h3 span.title{
    width: 70vw;
  }
}

.block01 .cont-box{
  border-bottom: 2px dotted #754c24;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 50px;
}
@media screen and (max-width:767px) {
  .block01 .cont-box{
    display: block;
    padding: 5.33vw 0;
    margin-bottom: 8.66vw;
  }
}

.block01 .cont-box p{
  width: 520px;
}
@media screen and (max-width:767px) {
  .block01 .cont-box p{
    width: auto;
  }
}

.block01 .cont-box .img-box{
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .block01 .cont-box .img-box{
    display: block;
    text-align: center;
  }
  .block01 .cont-box .img-box img{
    margin-top: 2.66vw;
    width: 60vw;
  }
}

.block01 .cont-box.bottom{
  border: none;
  display: block;
  padding: 0;
}
.block01 .cont-box.bottom p{
  margin-bottom: 30px;
  width: auto;
}
@media screen and (max-width:767px) {
  .block01 .cont-box.bottom p{
    margin-bottom: 4.78vw;
  }
}

.block01 .cont-box.bottom .img-box{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .block01 .cont-box.bottom .img-box{
    flex-wrap: wrap;
  }
  .block01 .cont-box.bottom .img-box img{
    width: 20vw;
  }
}