@charset "UTF-8";


  #cont7 + div.contents_faq01 dl:nth-of-type(1) {
    border-top: none;
  }
  
  #cont7 + div.contents_faq01 dt:before,
  #cont7 + div.contents_faq01 dd:before {
    width: auto;
    height: auto;
    border: none;
    background: no-repeat;
  }
  
  #cont7 + div.contents_faq01 dt:before {
    color: #2F4D73;
    font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    transform: scale(0.6,1);
    font-weight: 600;
  }
  
  #cont7 + div.contents_faq01 dd:before {
    color: #ff5555;
    font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    transform: scale(0.6,1);
    font-weight: 600;
  }
  
  #cont7 + div.contents_faq01 dd {
    padding-left: 5rem;
  }
  
  #cont7 + div.contents_faq01 dd:before {
    left: 0;
  }
  
  #cont7 + div.contents_faq01 .contents_btn01 {
    position: absolute;
    top: 38px;
    right: 0;
    display: inline-block;
    width: auto;
    max-width: unset;
    margin: 0;
    padding: 0;
  }
  
  #cont7 + div.contents_faq01 .contents_btn01 a {
    margin: 0;
    padding: 0 16px 0 10px;
    background: #2F4D73;
    font-size: 14px;
    min-width: unset;
    color: #fff;
    position: relative;
  }
  
  #cont7 + div.contents_faq01 .contents_btn01 a::before {
    content: none;
  }
  
  #cont7 + div.contents_faq01 .contents_btn01 a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 4px;
    border: 4px solid transparent;
    border-left: 3px solid;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
  }
  
  @media screen and (max-width: 700px){

  #cont7 + div.block_question_1 .contents_btn01 {
    position: static;
    display: block;
    margin-top: 30px;
  }
  
  #cont7 + div.block_question_1 .contents_btn01 a {
    min-width: 110px;
  }
  
  #cont7 + div.block_question_1 .contents_btn01 a span {
    padding: 7px 10px;
  }
  
  #cont7 + div.block_question_1 .contents_btn01 a::after {
    top: 13px;
    right: 8px;
  }
  
  #cont7 + div .wrapper_item {
    padding: 0 20px;
    margin: 0;
  }
  
  #cont7 + div .wrapper_item dl {
    padding: 5px 0 0;
  }
  }