.fRoboto {
  font-family: 'Roboto', sans-serif;
}

.f200 {
  font-weight: 200;
}

.fDemi {
  font-weight: 300;
}

.f400 {
  font-weight: 400;
}

.f700 {
  font-weight: 700;
}

.f900 {
  font-weight: 900;
}

.fyellow {
  color: #fff347;
}

@media only screen and (max-width:767px) {
  .brPc {
    display: none;
  }
}

/*-----------------------------------------------
	vol.72
-----------------------------------------------*/
#movie_youtube {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	text-align:center;
}


@media only screen and (max-width:767px) {
#movie_youtube {
	width: 95%;
	position: relative;
	padding-bottom: 57.25%;
	padding-top: 8%;
	height: 0;
	overflow: hidden;
	margin-top: 10%;
	aspect-ratio: 16 / 9;
}
#movie_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}



#vol74 {
    width: 100%;
    margin: 123px 0 0;
}
.top {
  width: 100%;
  background: linear-gradient(180deg, #fFF 0%, #fFF 27.5%, #c4c4c4 27.5%, #c4c4c4 100%);
}
.topBox01 {
  width: 1280px;
  margin: 0 auto;
}
.topBox02 {
  width: 1356px;
  margin: 0 auto;
}

.contain {
  width: 100%;
    background-color: #c4c4c4;
    padding: 80px 0 0;
}
.qBox01 {
  margin: 0 auto 80px;
    width: 1000px;
    background-color: #FFF;
    padding: 50px 0 76px;
}
.qTitle01 {
  width: 617px;
    margin: 0 0 0 40px;
}
.txt01 {
  width: 800px;
    margin: 0 auto;
    font-size: 13.5px;
    color: #302d28;
    letter-spacing: 0.05em;
    line-height: 1.9em;
    padding: 13px 0;
}
.img01 {
  width: 800px;
    margin: 0 auto;
}
.img02 {
  width: 800px;
    margin: 25px auto 0;
}
.qBox02 {
  width: 676px;
    margin: 0 auto;
    padding: 43px 0 187px;
}

@media only screen and (max-width:767px) {
#vol74 {
margin: 10% 0 0;
}
.top {
  background: linear-gradient(180deg, #fFF 0%, #fFF 46.5%, #c4c4c4 46.5%, #c4c4c4 100%);
}
.topBox01 {
  width: 100%;
}
.topBox02 {
  width: 94%;
        margin: -20% auto 0;
}

.contain {
  padding: 8% 0 0;
}
.qBox01 {
  width: 89%;
        margin: 0 auto 9%;
        padding: 5% 0 5%;
}
.qTitle01 {
  width: 100%;
        margin: 0 0 0 -6%;
}
.txt01 {
  width: 90%;
        font-size: 3.1vw;
        padding: 2% 0;
}
.img01 {
  width: 90%;
}
.img02 {
  width: 90%;
        margin: 3% auto 0;
}
.qBox02 {
        width: 82%;
        padding: 5% 0 13%;
}
}  



.return_voice {
    font-size: 14px;
    line-height: 120%;
    color: #333333;
    text-align: center;
    padding: 35px;
    margin: 0 auto 40px auto;
}
.request_box {
	margin: 0 auto 0 auto;
	text-align: center;
}
.request_tel {
    margin-top: 40px;
}



/* toiawase */
#toiawase {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 40px 0 80px;
  background-color: #fff;
  /* margin-bottom: 6.5vw; */
}

.tel {
  text-align: center;
}

.tel .teltxt01 {
  margin: 15px auto 10px;
  font-size: 17px;
}

.tel .teltxt02 {
  margin: auto;
  font-size: 45px;
  text-decoration: none;
}

.tel .teltxt03 {
  margin: 10px auto 40px;
  font-size: 14px;
}

.tel a {
  color: #172654;
  text-decoration: none;
}

.tel a:hover {
  text-decoration: none;
}

.mail {
  width: 100%;
}

.wrapper1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .wrapper1280 {
    padding: 0 3%;
  }
}

.bnrBottom {
  display: block;
  margin: 85px auto 0;
  position: relative;
  z-index: 10;
}

.bnrBottom::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 0, #000 4px);
  z-index: -1;
}

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

@media only screen and (max-width:767px) {
  #toiawase {
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .tel {
    text-align: center;
  }

  .tel .telBox {
    width: 10vw;
  }

  .tel .teltxt01 {
    margin: 4% auto 3%;
    font-size: 3.7vw;
    line-height: 1.3;
  }

  .tel .teltxt02 {
    margin: auto;
    font-size: 11.2vw;
    text-decoration: none;
  }

  .tel .teltxt03 {
    margin: 4% auto;
    font-size: 3.3vw;
  }

  .tel a {
    text-decoration: none;
  }

  .tel a:hover {
    text-decoration: none;
  }

  .mail {
    width: 100%;
  }

  .wrapper1280 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .imgBox {
    width: 85%;
    margin: 0 auto;
  }

  .bnrBottom {
    margin: 10vw auto;
  }

  .bnrBottom::before {
    content: "";
    position: absolute;
    bottom: -1.5vw;
    right: 6vw;
    width: 85%;
    height: 100%;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 0, #000 4px);
    z-index: -1;
  }
}