#main{
  margin-top: 90px;
}

.plan_type .inner{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 56px;
}
.plan_type .txt_conte{
  position: relative;
}
.plan_type .txt_conte .copy{
  font-size: 30px;
  color: #0d441c;
  line-height: 1.6;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.plan_type .txt_conte .merit_lists{
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  font-size: 19px;
}
.plan_type .txt_conte .merit_list{
  position: relative;
  padding-left: .5em;
  border-left: 3px solid #a58235;
}
.plan_type .txt_conte .plan_note{
  position: absolute;
  bottom: 0;
  left: 0;
}

#sec_plan_type{
  padding-top: 114px;
  padding-bottom: 120px;
  background: #cdcece;
  margin-top: 110px;
}
#sec_plan_type .basket_img{
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}
#sec_plan_type .btn_lists{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 73px;
}
#sec_plan_type .btn_list{
  width: 253px;
}

@media(max-width:1400px){
  #main{
    margin-top: 6.42vw;
  }
  
  .plan_type .inner{
    margin-top: 4vw;
  }
  .plan_type .txt_conte .copy{
    font-size: 2.14vw;
  }
  .plan_type .txt_conte .merit_lists{
    font-size: 1.35vw;
  }
  
  #sec_plan_type{
    padding-top: 8.14vw;
    padding-bottom: 8.57vw;
    margin-top: 7.85vw;
  }
  #sec_plan_type .basket_img{
    width: 23.57vw;
  }
  #sec_plan_type .btn_lists{
    gap: 2.85vw;
    margin-top: 5.21vw;
  }
  #sec_plan_type .btn_list{
    width: 18.07vw;
  }
}
@media(max-width:750px){
  #main{
    margin-top: 47vw;
  }
  
  .plan_type{
    width: 100%;
  }
  .plan_type .type_ttl{
    width: 86.66vw;
    margin-left: auto;
    margin-right: auto;
  }
  .plan_type .inner{
    flex-direction: column;
    margin-top: 7.33vw;
  }
  .plan_type .txt_conte{
    width: 86.66vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.4vw;
  }
  .plan_type .txt_conte .copy{
    font-size: 5.6vw;
  }
  .plan_type .txt_conte .merit_lists{
    font-size: 3.6vw;
  }
  .plan_type .img_conte{
    margin-left: auto;
    margin-right: auto;
  }
  .plan_type .plan_note{
    width: 86.66vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.93vw;
  }
  
  #sec_plan_type{
    padding-top: 14.93vw;
    padding-bottom: 14.26vw;
    margin-top: 10.66vw;
  }
  #sec_plan_type .basket_img{
    width: 61.33vw;
  }
  #sec_plan_type .btn_lists{
    flex-direction: column;
    gap: 7.73vw;
    margin-top: 14.66vw;
  }
  #sec_plan_type .btn_list{
    width: 60vw;
  }
}


/* タイプ別 */

#type_c .txt_conte .size{
  width: 324px;
}
#type_c .txt_conte .plan_note{
  width: 290px;
}
#type_c .img_conte{
  width: 551px;
}

#type_d .txt_conte .size{
  width: 360px;
}
#type_d .txt_conte .plan_note{
  width: 290px;
}
#type_d .img_conte{
  width: 610px;
}

@media(max-width:1400px){
  #type_c .txt_conte .size{
    width: 23.14vw;
  }
  #type_c .txt_conte .plan_note{
    width: 20.71vw;
  }
  #type_c .img_conte{
    width: 39.35vw;
  }

  #type_d .txt_conte .size{
    width: 25.71vw;
  }
  #type_d .txt_conte .plan_note{
    width: 20.71vw;
  }
  #type_d .img_conte{
    width: 43.5vw;
  }
}
@media(max-width:750px){
  #type_c .txt_conte .size{
    width: 60.53vw;
  }
  #type_c .plan_note img{
    width: 69.33vw;
  }
  #type_c .img_conte{
    width: 84.26vw;
  }

  #type_d .txt_conte .size{
    width: 67.06vw;
  }
  #type_d .plan_note img{
    width: 69.33vw;
  }
  #type_d .img_conte{
    width: 93.33vw;
  }
}

/* 印刷用スタイル - PC表示で印刷 */
@media print {
  /* スマホ用スタイルを無効化してPC表示にリセット */

  #header,
  #footer,
  .pageTopBtn,
  #sec_plan_type .btn_lists{
    display: none !important;
  }

  #main{
    margin-top: 90px !important;
  }
  
  .plan_type .inner{
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    margin-top: 56px !important;
  }
  .plan_type .txt_conte{
    position: relative !important;
  }
  .plan_type .txt_conte .copy{
    font-size: 30px !important;
    color: #0d441c !important;
    line-height: 1.6 !important;
    margin-top: 2em !important;
    margin-bottom: 1.5em !important;
  }
  .plan_type .txt_conte .merit_lists{
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5em !important;
    font-size: 19px !important;
  }
  .plan_type .txt_conte .merit_list{
    position: relative !important;
    padding-left: .5em !important;
    border-left: 3px solid #a58235 !important;
  }
  .plan_type .txt_conte .plan_note{
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  
  #sec_plan_type{
    padding-top: 114px !important;
    padding-bottom: 120px !important;
    background: #cdcece !important;
    margin-top: 110px !important;
  }
  #sec_plan_type .basket_img{
    width: 330px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #sec_plan_type .btn_lists{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 40px !important;
    margin-top: 73px !important;
  }
  #sec_plan_type .btn_list{
    width: 253px !important;
  }

  /* タイプ別 */

  #type_c .txt_conte .size{
    width: 324px !important;
  }
  #type_c .txt_conte .plan_note{
    width: 290px !important;
  }
  #type_c .img_conte{
    width: 551px !important;
  }

  #type_d .txt_conte .size{
    width: 360px !important;
  }
  #type_d .txt_conte .plan_note{
    width: 290px !important;
  }
  #type_d .img_conte{
    width: 610px !important;
  }
}
