.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;
}


.brPc{
	display: block;
}
.brSp{
    display: none;
}

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


#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%;
}
}

/*-----------------------------------------------
	vol.59
-----------------------------------------------*/
#vol59 {
    width: 100%;
    margin: 123px 0 0;
	font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #302d28;
    letter-spacing: 0.01em;
	line-height: 2.2em;
	font-feature-settings: "palt";
	background-color: #dadada;
}
.top {
	width: 100%;
	margin: 0 auto;
}
.qBox{
	width: 1000px;
	margin: 50px auto -26px;
}
.qTtl{
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.2em;
	color: #fff;
	background-color: #04133c;
	padding: 13px 50px;
	display: inline-flex;
    align-items: center;
    gap: 10px;
}
.qTtl img{
	padding: 2px 0 0;
}
.aBox{
	width: 900px;
    margin: 0 auto 60px;
    background-color: #FFF;
    padding: 35px 50px;
}
.aBox img{
	margin: 5px auto 10px;
}
.aTxt{
	margin: 18px auto 0;
}
.tBox{
	width: 678px;
    margin: 100px auto 0;
	padding-bottom: 40px;
}

@media only screen and (max-width:767px) {
#vol59 {
	margin: 12% 0 0;
	font-size: 3.6vw;
}
.top {
	margin: 0 auto;
}
.qBox{
	width: 100%;
	margin: 6% auto -5%;
}
.qTtl{
	font-size: 4vw;
	letter-spacing: 0.2em;
	padding: 1.5% 5%;
	gap: 6px;
}
.qTtl img{
	padding: 0.5% 0 0;
	width: 6.7vw;
}
.qTtl .img2{
	margin-top: -12%;
}	
.aBox{
	width: 90%;
	margin: 0 auto 7%;
	padding: 6% 5%;
}
.aBox img{
	margin: 2% auto 0;
}
.aTxt{
	margin: 8% auto 0;
}
.tBox{
	width: 88%;
	margin: 13% auto 0;
	padding-bottom: 10%;
}

.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;
  }
}