@charset "utf-8";
@media screen and (max-width:599px) {

  /***** reset *****/
  #sNaviq{
    width: auto;
    height: auto;
    margin-left: 4%;
    margin-right: 4%;
  }
  #left_contents #genre_area #selectArea p{
    padding-top: 0;
  }
  #tab_areaf li a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px 20px 20px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  #tab_areaf li a::after{
    content:'';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    bottom:2px;
    left: 50%;
    margin-left: -6px;
    border-top: 6px solid #FF6600;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    box-sizing: border-box;
  }
  #tab_areaf li.active a{
    background-color: #5CB8E6;
    border-color: #5CB8E6;
  }
  #tab_areaf li.active a:link span{
    color: #FFF !important;
  }
  #tab_areaf{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
  #tab_areaf li {
    float: none;
    margin: 0;
  }
  #genre_area,#left_contents #genre_area #selectArea,#tab_areaf,.catf_tit0{
    width: auto;
  }
  #left_contents #genre_area #selectArea p{
    margin-left: 4%;
    margin-right: 4%;
    line-height: 1.6;
  }
  #caution_area,#btn_area2,#btn_area3,#btn_area,#charge_area{display: none;}

  #genre_area{
    margin-top: 0 !important;
  }

  /***** top btn *****/
  #left_contents #genre_area #selectArea .btnArea{
    width: auto;
    height: auto;
    background-image: none;
    background-color: #D4EAFA;
    padding: 15px 4%;
  }
  #left_contents #genre_area #selectArea .btnArea li{
    float: none;
  }

  #left_contents #genre_area #selectArea .btnArea .btnPC a,
  #left_contents #genre_area #selectArea .btnArea .btnPC a:hover,
  #left_contents #genre_area #selectArea .btnArea .btnPC,
  #left_contents #genre_area #selectArea .btnArea .btnCon a,
  #left_contents #genre_area #selectArea .btnArea .btnCon a:hover,
  #left_contents #genre_area #selectArea .btnArea .btnCon{
    background-image: none;
    width: 100%;
    height: auto;
    text-indent: 0;
    line-height: 1.5;
    font-size: 18px;
    text-decoration: none;
    color:#333;
    position: relative;
  }
  #left_contents #genre_area #selectArea .btnArea .btnPC a span,
  #left_contents #genre_area #selectArea .btnArea .btnCon a span{
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #2965C5;
  }
  #left_contents #genre_area #selectArea .btnArea .btnPC a,
  #left_contents #genre_area #selectArea .btnArea .btnPC a:hover,
  #left_contents #genre_area #selectArea .btnArea .btnCon a,
  #left_contents #genre_area #selectArea .btnArea .btnCon a:hover{
    background-image: -webkit-gradient(linear,51% 101%,51% -1%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(208,208,208)));
    background-image: -webkit-linear-gradient(180deg,rgb(255,255,255) 0%,rgb(230,230,230) 100%);
    background-image: linear-gradient(180deg,rgb(255,255,255) 0%,rgb(230,230,230) 100%);
    border-radius: 5px;
    border: 1px solid #CCC;
    padding: 15px 20px;
    box-sizing: border-box;
    line-height: 1.2;
  }
  #left_contents #genre_area #selectArea .btnArea .btnPC a::after,
  #left_contents #genre_area #selectArea .btnArea .btnCon a::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right:10px;
    margin-top: -10px;
    background: url(../../common2/images/arrow.gif) no-repeat center center;
  }
  #left_contents #genre_area #selectArea .btnArea .btnPC{
    margin: 0 0 15px !important;
  }

  /***** タブ *****/

  .catf_tit0,.catf_tit{
    width: auto !important;
    height: auto;
    background-image: none;
    background-color: #5CB8E6;
    padding: 20px 0;
    margin: 0;
  }
  .catf_tit0 .forSpBlock,.catf_tit .forSpBlock{

    font-size: 20px;
    text-indent: 0;
    text-align: center;
    color: #FFF;
    line-height: 1;
  }

  #listbox_ver3{
    width: auto;
    margin: 0;
    padding: 0;
  }
  /***** アコーディオン *****/
  #listbox_ver3 dl{
    margin-bottom: 1px;
  }
  #listbox_ver3 dt{
    width: auto;
    background: none;
    background-color: #D4EAFA;
    padding: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
  }
  #listbox_ver3 dt span img{display: none;}

  /*アイコンを表示*/
  label{
    display: block;
    margin: 0;
    padding: 0;
  }
  label:before {
  content: 'Q.';
  font-weight: bold;
  }

	/*中身を非表示にしておく*/
  #listbox_ver3 dd{
  line-height: 0;
  margin: 0 20px;
  overflow: hidden; /*transition: all 1s $easing_inout;*/
  transition: all 0.4s; /*animation-name: fadeOut;*/
  position: relative;
  height: 0;
  padding: 0;
  border: 0;
  transition: all 0.2s;
  vertical-align: middle;
  }

	#listbox_ver3 .cssacc:checked + dl > dd {
		line-height: 1.6;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}/**/
