@charset "utf-8";

/*--------コンテンツ切り替え---------------------------*/

#cs_contents, #cs_contents * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#cs_contents img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: none;
  line-height: 0;
}

/*----------SP------------------------------------------*/
@media screen and (max-width: 768px) {

  #cs_contents .sp_only {
    display: block !important;
  }

  #cs_contents .pc_only {
    display: none !important;
  }

  #cs_contents {
    max-width: 768px;
    width: 100%;
    margin: 20px auto 40px;
  }

  #cs_contents img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: none;
    display: block;
    line-height: 0;
  }

  #cs_contents .enquete_info_box {
    padding: 0 15px;
  }

  #cs_contents h1 {
    margin: 0 0 20px;
    padding: 0;
  }

  #cs_contents .text p {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  #cs_contents .text p+p {
    margin-top: 1em;
  }

  #cs_contents .caution p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #999;
  }

  #cs_contents .btn {
    margin: 30px auto;
    text-align: center;
    width: 90%;
  }

  #cs_contents .btn a {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 2px 2px 0 #bbb;
    border: solid 2px #d7063b;
    outline: none;
    padding: 15px;
    text-decoration: none;
    background: #d7063b;
    color: #FFF;
    transition: .3s;
  }

  #cs_contents .btn a:hover {
    border-color: #d7063b;
    color: #d7063b;
    background: #FFF;
  }


  /*enquete2109*/
  #cs_contents .enquete2109_cont .title {
    margin: 0 -5px;
    text-align: center;
  }

  #cs_contents .enquete2109_cont .subtitle {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    margin: 15px 0px 0;
    padding-bottom: 5px;
    border-bottom: solid 2px #333;
    text-align: left;
  }

  #cs_contents .enquete2109_cont .textbox {
    margin: 15px 0px 30px;
    font-size: 1.4rem;
    line-height: 1.8;
    overflow: hidden;
  }

  #cs_contents .enquete2109_cont .textbox strong {
    font-weight: bold;
    color: #F00;
  }

  #cs_contents .enquete2109_cont .textbox img {
    float: right;
    width: 35%;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  #cs_contents .enquete2109_cont .cont {
    margin: 0px -10px 15px;
  }

  #cs_contents .enquete2109_cont .cont p {
    margin: 20px 15px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
  }

  #cs_contents .enquete2109_cont .cont .enquete_btn {
    margin: 20px auto 0;
    width: 70%;
    text-align: center;
  }



  /*共通*/

  #cs_contents .navibtn {
    margin: 10px auto 20px;
  }

  #cs_contents .navibtn ul {
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
  }

  #cs_contents .navibtn ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
  }

  #cs_contents .navibtn ul li:last-child {
    margin-right: 0;
  }

  #cs_contents .navibtn ul li a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  #cs_contents .voice_title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #cs_contents .voice_title span {
    font-size: 1.4rem;
    vertical-align: middle;
  }

  #cs_contents .voice_subtitle {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  #cs_contents .voice_detail_box {
    padding: 10px;
    border: solid 5px #F0F0F0;
    margin: 0 5px 10px;
    position: relative;
  }

  /*汎用*/

  .mb0 {
    margin-bottom: 0px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mb60 {
    margin-bottom: 60px !important;
  }

  .mb70 {
    margin-bottom: 70px !important;
  }

  .mb80 {
    margin-bottom: 80px !important;
  }

  .mt0 {
    margin-top: 0px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mt70 {
    margin-top: 70px !important;
  }

  .mt80 {
    margin-top: 80px !important;
  }

  .alC,
  .alignC {
    text-align: center !important;
  }

  .alL,
  .alignL {
    text-align: left !important;
  }

  .alR,
  .alignR {
    text-align: right !important;
  }

}

/*----------PC------------------------------------------*/
@media screen and (min-width: 769px) {

  #cs_contents .pc_only {
    display: block !important;
  }

  #cs_contents .sp_only {
    display: none !important;
  }

  #cs_contents {
    width: 770px;
    margin: 40px auto 60px;
  }

  #cs_contents h1 {
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
  }

  #cs_contents .text p {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  #cs_contents .text p+p {
    margin-top: 1em;
  }

  #cs_contents .caution p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #999;
  }

  #cs_contents .btn {
    margin: 40px auto;
    text-align: center;
    width: 350px;
  }

  #cs_contents .btn a {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 2px 2px 0 #bbb;
    border: solid 2px #d7063b;
    outline: none;
    padding: 20px;
    text-decoration: none;
    background: #d7063b;
    color: #FFF;
    transition: .3s;
  }

  #cs_contents .btn a:hover {
    border-color: #d7063b;
    color: #d7063b;
    background: #FFF;
  }

  /*enquete2109*/
  #cs_contents .enquete2109_cont .title {
    margin: 0 -20px;
    text-align: center;
  }

  #cs_contents .enquete2109_cont .subtitle {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
    margin: 30px 15px 0;
    padding-bottom: 5px;
    border-bottom: solid 2px #333;
    text-align: center;
  }

  #cs_contents .enquete2109_cont .textbox {
    margin: 30px 15px 50px;
    font-size: 1.6rem;
    line-height: 1.8;
    overflow: hidden;
  }

  #cs_contents .enquete2109_cont .textbox strong {
    font-weight: bold;
    color: #F00;
  }

  #cs_contents .enquete2109_cont .textbox img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
  }

  #cs_contents .enquete2109_cont .cont {
    margin: 0px -10px 30px;
  }

  #cs_contents .enquete2109_cont .cont p {
    margin-top: 40px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
  }

  #cs_contents .enquete2109_cont .cont .enquete_btn {
    margin-top: 20px;
    text-align: center;
  }

  /*共通*/
  #cs_contents .navibtn {
    margin: 0px auto 30px;
  }

  #cs_contents .navibtn ul {
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
  }

  #cs_contents .navibtn ul li {
    float: left;
    margin-right: 10px;
  }

  #cs_contents .navibtn ul li:last-child {
    margin-right: 0;
  }

  #cs_contents .navibtn ul li a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  #cs_contents .voice_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  #cs_contents .voice_title span {
    font-size: 20px;
  }

  #cs_contents .voice_subtitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
  }

  #cs_contents .voice_detail_box {
    padding: 20px;
    border: solid 20px #F0F0F0;
    margin-bottom: 40px;
  }

  /*汎用*/
  .mb0 {
    margin-bottom: 0px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mb60 {
    margin-bottom: 60px !important;
  }

  .mb70 {
    margin-bottom: 70px !important;
  }

  .mb80 {
    margin-bottom: 80px !important;
  }

  .mt0 {
    margin-top: 0px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mt70 {
    margin-top: 70px !important;
  }

  .mt80 {
    margin-top: 80px !important;
  }

  .alC,
  .alignC {
    text-align: center !important;
  }

  .alL,
  .alignL {
    text-align: left !important;
  }

  .alR,
  .alignR {
    text-align: right !important;
  }

}
