@charset "UTF-8";

footer {
    display: none;
    display: block;
}
/*ポイントSP2カラム*/
 #point01_sp + .composite_box01,
 #point02_sp + .composite_box01,
 #point03_sp + .composite_box01{
  display: none;
}
@media screen and (max-width: 650px){
   #point01 + .composite_box01,
   #point02 + .composite_box01{
    display: none;
  }
  #point01_sp + .composite_box01,
  #point02_sp + .composite_box01,
  #point03_sp + .composite_box01{
    display: block;
  }
  #point01_sp + .composite_box01 .inner_item,
  #point02_sp + .composite_box01 .inner_item,
  #point03_sp + .composite_box01 .inner_item{
    width:48% !important;
  }
}

/*サブタイトル改行防止*/
@media screen and (max-width: 480px){
  #ttl01 + section .heading.block_header_5>p,
  #ttl02 + section .heading.block_header_5>p,
  #option01 + section .heading.block_header_5>p,
  #option02 + section .heading.block_header_5>p {
    display: block;
  }
}

/*SP時スラッシュ削除*/
@media screen and (max-width: 480px){
  #ttl01 + section .heading.block_header_5>p:before,
  #ttl02 + section .heading.block_header_5>p:before {
    display: none;
  }
}

/*画像+アンカーリンク付き*/
#img_anchor + .composite_box01 .wrapper_item {
    gap: 5rem;
}
#img_anchor + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
#img_anchor + .composite_box01 .inner_item:nth-of-type(4n+2):nth-last-of-type(2),
#img_anchor + .composite_box01 .inner_item:nth-of-type(4n+3):nth-last-of-type(1) {
    margin-left: 0;
    width: calc(100% / 2 - 5rem* 1 / 2);
}
#img_anchor + .composite_box01 .inner_item .inner_item_img a {
    pointer-events: none;
}
#img_anchor + .composite_box01 .inner_item .inner_item_txt a {
    text-align: center;
    border: 1px solid #111;
    background: #fff;
    color: #111 !important;
    text-decoration: none;
    width: fit-content;
    padding: 10px 35px;
    margin: 0 auto;
    min-width: 200px;
    transition: 0.2s ease-in-out;
}
#img_anchor + .composite_box01 .inner_item .inner_item_txt a:hover {
    background: #111;
    color: #fff !important;
}
@media screen and (max-width: 600px){
#img_anchor + .composite_box01 .wrapper_item {
    gap: 3rem;
}
#img_anchor + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
#img_anchor + .composite_box01 .inner_item:nth-of-type(4n+2):nth-last-of-type(2),
#img_anchor + .composite_box01 .inner_item:nth-of-type(4n+3):nth-last-of-type(1) {
    width: calc(100% / 2 - 3rem* 1 / 2);
}
#img_anchor + .composite_box01 .inner_item .inner_item_txt a {
    padding: 10px 5px;
    min-width: auto;
    width: 100%;
    font-size: min(3.5vw, 15px);
}
}


/*余白調整*/
#voice_text + section {
    padding-top: 0;
}
@media screen and (max-width: 800px) {
main section.bg:not(.contents_hr) {
    margin-bottom: 30px;
}
}