.sp_only{
   display: none;
}
  .intro_head{
  max-width: 551px;
}
.low-title-common {
    background-image: url(../images/common/title-red-back.jpg);
}
p{
  letter-spacing: .02rem;
}

.low-title-common h1 {
  padding: 15px 46px;
}

.mushouka_container{
  margin: 0 auto;
  padding: 55px 60px 50px;
  max-width: 1160px;
  background-color: #FFFDD1;
  box-shadow: 2px 4px 4px rgba(0,0,0,0.25);
  border-radius: 13px;
}
.mushouka_h2{
  margin: 0 auto;
  padding-bottom: 57px;
  font-size: inherit;
  position: relative;
}
.mushouka_h2_mushouka{
  max-width: 452px;
}

.mushouka_h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/mushouka/mushouka_grayline.svg);
  width: 100%;
  max-width: 327px;
  padding-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mushouka_flex{
  margin: 50px auto 0;;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.mushouka_flex_item{
  flex: 0 1 auto;
  width: 44%;
}
.mushouka_h3{
  margin-bottom: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .19rem;
  font-weight: bold;
  color: #fff;
}
.mushouka_h3_you{
  background-color: #1381CD;
}
.mushouka_h3_azukari{
  background-color: #1EBB50;
}
.mushouka_h3_arrow{
  margin-right: 30px;
  flex: 0 1 auto;
  width: 28px;
  display:none;
}
.mushouka_h3_span{
  flex: 0 1 auto;
  width: fit-content;
}

.mushouka_list{
  padding-left: 20px;
  list-style: none;
}
.mushouka_item{
  margin-bottom: 30px;
  padding-left: .4rem;
  font-size: .17rem;
  line-height: 2.1;
  font-weight: bold;
  position: relative;
}
.mushouka_item::before{
  content: "";
  position: absolute;
  top: .08rem;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 19px;
  background-image: url(../images/mushouka/desc.svg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;  
}

.mushouka_list_medi{
  font-weight: normal;
}
.mushouka_list_font15{
  font-size: .15rem;
}
.mushouka_list_font14{
  font-size: .14rem;
}

.mushouka_kome{
  padding-left: 20px;
}

.mushouka_line{
  flex: 0 1 auto;
  width: 11px;
  height: 100%;
}
.mushouka_coution{
  margin: 35px auto 0;
  text-align: center;
  font-size: .19rem;
}
.azukari_illust {
    width: 60%;
    margin: 19px auto 13px;
    display: block;
}
.mushouka_coution_mushouka{
  color: #FF5E54;
}

.mushouka_h2_other{
  margin: 105px auto 45px;
  max-width: 515px;
}

.hoiku_container{
  margin: 0 auto 50px;
  padding: 42px 110px 55px;
  border-radius: 13px;
  max-width: 1160px;
  background-color: #F1F0FF;
  box-shadow: 2px 4px 4px rgba(0,0,0,0.25);
}
.hoiku_h2,
.daredemo_h2{
  text-align: center;
  font-size: .29rem;
  font-weight: bold;
}
.hoiku_text_purple{
  color: #7C5AC3;
}
.hoiku_line,
.daredemo_line{
  margin: 37px auto 35px;
  display: block;
  max-width: 775px;
  width: 100%;
}
.hoiku_text{
  font-size: .15rem;
  text-align: center;
  line-height: 2.4;
}
.hoiku_fee_flex {
    margin: 24px auto 0;
    display: flex;
    align-items: center;
    padding: 0 25px;
}
.hoiku_fee_head {
    padding: 7px 31px;
    flex: 0 1 auto;
    width: fit-content;
    background-color: #A48BD6;
    color: #fff;
    font-size: .17rem;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
.hoiku_fee_price {
    margin-left: 57px;
    flex: 0 1 auto;
    width: fit-content;
    color: #7C5AC3;
    font-size: .21rem;
    font-weight: bold;
}
.mushouka_coution_hoiku{
  color: #06B847;
}

.daredemo_container{
  margin: 0 auto 0;
  padding: 40px 85px 60px;
  border-radius: 13px;
  max-width: 1160px;
  background-color: #FFEAE0;
  box-shadow: 2px 4px 4px rgba(0,0,0,0.25);
}
.daredemo_text{
  text-align: start;
  line-height: 2.7;
}
/* .button-1{
    margin: 40px auto 0;
    display: block;
    position: relative;
    padding: 10px 70px 10px 20px;
    width: 343px;
    color: #333;
    font-size: .15rem;
    font-weight: 500;
    transition: 0.3s;
    border: solid 1px #D06D3E;
    border-radius: 25px;
    box-shadow: 5px 5px 0px 0px #D06D3E;
    background-color: #fff;
}
.button-1::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: #D06D3E;
    border-radius: 50vh;
}
.button-1::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 17px;
    width: 15px;
    height: 12px;
    background-image: url(../images/common/btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%); 
}*/

@media screen and (max-width:1200px) {
  .mushouka_container,
  .hoiku_container,
  .daredemo_container{
    padding: 60px 20px;
    width: calc(100% - 40px);
  }
  .hoiku_fee_flex{
    justify-content: center;
  }
  .hoiku_fee_price {
    margin-left: 20px;
  }
}
@media screen and (max-width:800px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  .sub-heading__img{
  	width: 274px;
  }
	.azukari_illust {
		width: 80%;
		margin: 19px auto 0 auto;
		transform: translateX(3px);
	}
	.mushouka_item::before {
		top: .03rem;
	}
  .mushouka_h2{
    padding-bottom: 40px;
  }
	.mushouka_h2::before {
        width: 261px;
        padding-bottom: 14px;
        left: 0;
        right: 0;
    }
  .mushouka_h2_mushouka{
    width: 237px;
  }
  .mushouka_h2_other{
  	width: 200px;
  }
  .mushouka_h2_other img{
  	margin: 0 auto;
  }
  .mushouka_flex{
    flex-direction: column;
    margin: 30px auto 0;
  }
  .mushouka_flex_item{
    width: 100%;
  }
  .mushouka_h3{
    padding: 10px 7px;
    justify-content: center;
  }
  .mushouka_h3_arrow{
    margin-right: 10px;
    width: 20px;
  }
	.mushouka_h3 {
        margin-bottom: 20px;
        font-size: .15rem;
        width: calc(100% + 60px);
        margin-left: -30px;
   }
  .mushouka_h3_span{
    line-height: 1.5;
  }
  .mushouka_list{
    padding-left: 0;
  }
  .mushouka_item{
    margin-bottom: 20px;
    padding-left: .3rem;
    line-height: 1.7;
    font-size: .15rem;
  }
  .mushouka_kome{
    padding-left: 0;
    font-size: .14rem;
    line-height: 1.7;
  }
  .mushouka_you{
    margin-bottom: 30px
  }
  .mushouka_line{
    display: none;
  }
    .mushouka_coution {
        margin-top: 16px;
        font-size: .16rem;
    }
.mushouka_h2_other {
        width: 300px;
        margin-top: 60px;
    }
  .hoiku_h2,
  .daredemo_h2{
    font-size: .2rem;
  }
  .hoiku_line,
  .daredemo_line{
    margin: 20px auto 30px;
  }
  .hoiku_text{
    line-height: 1.9;
    text-align: justify;
  }
  .hoiku_fee_flex{
    flex-direction: column;
  }
  .hoiku_fee_head{
    width: 100%;
    text-align: center;
  }
  .hoiku_fee_price{
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-size: .18rem;
  }
  .button-1{
    width: 100%;
    line-height: 1.7;
  }
    .mushouka_container, .hoiku_container, .daredemo_container {
        padding: 30px 20px 30px;
        width: calc(100% - 40px);
    }
	.mushouka_container{
        padding: 40px 20px 30px;
	}
}