html {
  overflow-x: auto;
}
body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}
.pc_none {
  display: none;
}
.end {
  padding: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #d0111b;
  line-height: 1.4;
  border: 4px solid #d0111b;
  display: none;
}
.active_timer {
  display: inline-block;
}
/* SP */
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .end {
    font-size: 18px;
  }
}

/* header
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #header {
    width: 100%;
    background-color: #fff;
  }
  #header #head_link {
    width: 80%;
    margin: 0 auto;
    padding: 19px 0 26px 0;
  }
  #header #head_link img {
    width: 342px;
    height: 33px;
  }
  .sp_ttl {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #header {
    padding: 9px 10px 13px 10px;
    text-align: left;
    box-sizing: border-box;
  }
  #header #head_link {
    line-height: 0;
    font-size: 0;
  }
  #header #head_link img {
    width: 195px;
    height: auto;
  }
  .yt iframe{
    width: 100%!important;
  }
}

/*Wrapper
----------------------------------------------------*/
/* 全体(ページベース) */
.area_box .kv_area .kv{
  margin-bottom: 30px;
  text-align: center;
}
.txt_area{
  margin-bottom: 50px;
}
.txt_area p{
  margin-bottom: 20px;
}
.txt_ttl_big{
  font-weight: bold;
  text-align: center;
  color: #f00;
}
.txt_ttl_min{
  color:#F60;
  font-weight: bold;
}
.mt_30{
  margin-top: 30px;
}
.center{
  text-align: center;
  margin-bottom: 30px;
}
.right{
  text-align: right;
}
.lnkbtn{
  margin: 30px auto;
}
.lnkbtn a{
  text-decoration: none;
  width:70%;
  font-size:large;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:15px;
  color:#fff;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  line-height:1.4em;
  margin:5px auto 12px;
}
.lnkbtn_red a{
  background-color:#E40F08;
}
.lnkbtn_blue a{
  background-color:#004098;
}
.min_txt{
  font-size: 12px!important;
  color: #000;
}
.bold{
  font-weight: bold;
}
.u_line{
  text-decoration: underline;
}
.txt_lnk{
  margin-left: 5px;
}
.ap_area{
  display: flex;
  justify-content: center;
}
.ap_area_btn{
  margin:0 10px
}
.mb_50{
  margin-bottom: 50px;
}
.indent{
  display: block;
  padding-left: 16px;
  text-indent: -16px;
}
.indent_min{
  display: block;
  padding-left: 12px;
  text-indent: -12px;
}
.red{
  color: #f00;
}
.btn_2col{
  display: flex;
  justify-content: center;
  max-width: 750px;
  margin: 0 auto 20px;
}
.lnkbtn_2col{
  margin: 20px 5%;
  width: 100%;
}
.lnkbtn_2col a{
  text-decoration: none;
  width:100%;
  font-size:large;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:15px;
  color:#fff;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  line-height:1.4em;
  margin:5px auto 12px;
}
.lnkbtn_2col_red a{
  background-color:#E40F08;
}

/* PCのみ */
@media screen and (min-width: 768px) {
  .cp_ttl{
    margin-bottom: 10px;
  }
  .cp_ttl .cp_ttl_txt{
    font-weight: bold;
    color: #FF6600;
    line-height: 120%;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }
  .txt_ttl_big {
    font-size: 18px;
    margin: 10px 0 30px 0;
    line-height: 1.5;
  }
  .area_box {
    width: 800px;
    margin: 0 auto 40px auto;
  }
  .mod-toTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 110;
  }
  .sp{
    display: none;
  }
}

/* SPのみ */
@media screen and (max-width: 767px) {
  .cp_ttl{
    margin-bottom: 10px;
  }
  .cp_ttl .cp_ttl_txt{
    font-weight: bold;
    color: #FF6600;
    line-height: 120%;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }
  .cp_ttl .cp_ttl_span{
    font-size: 12px;
  }
  .txt_area p{
    font-size: 14px;
  }
  .txt_ttl_big{
    font-size: 110%;
    margin: 10px 5px 20px 5px;
    line-height: 1.4;
  }
  .area_box {
    width: 95%;
    margin: 0 auto 40px auto;
  }
  .indent{
    display: block;
    padding-left: 14px;
    text-indent: -14px;
  }
  .indent_min{
    display: block;
    padding-left: 12px;
    text-indent: -12px;
  }
  .img_sub{
    width: 50%;
    margin: 0 auto 30px;
  }
  .lnkbtn_2col{
    margin: 20px 2%;
  }
  .lnkbtn_2col a{
    padding: 12px;
  }
  .w_max{
  width: 100%!important;
  }
}

/*footer
----------------------------------------------------*/
@media screen and (min-width: 769px) {
  #gfooter {
    position: relative;
    z-index: 100;
    text-align: center;
    font-weight: normal;
    background: #fff;
  }
  #gfooter .inner {
    max-width: 1001px;
    margin: 0 auto;
    padding: 30px 0 20px;
    letter-spacing: 0em;
  }
  #gfooter .tpoint {
    height: 28px;
    margin-bottom: 20px;
  }
  #gfooter ul {
    font-size: 0;
  }
  #gfooter li {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 10px 10px;
    padding: 0 10px 0 0;
    border-right: 1px solid #d1d1d1;
  }
  #gfooter li:first-child {
    margin-left: 0;
  }
  #gfooter li:nth-of-type(4) {
    padding-right: 0;
    border-right: 0;
  }
  #gfooter li:nth-of-type(5) {
    margin-left: 0;
  }
  #gfooter li:last-child {
    padding-right: 0;
    border-right: 0;
  }
  #gfooter small {
    display: block;
    padding: 12px 0;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    background: #000;
  }
  #gfooter .inner a {
    color: #1a1a1a;
    text-decoration: none;
    -ms-transition: opacity 400ms linear;
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
  }
  #gfooter .inner a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  #gfooter {
    position: relative;
    z-index: 90;
    margin: 0;
    text-align: center;
    font-weight: normal;
    background: #fff;
  }
  #gfooter .inner {
    width: auto;
    margin: 0 auto;
    padding: 30px 15px 15px;
    letter-spacing: 0em;
  }
  #gfooter .tpoint {
    height: 20px;
    margin-bottom: 30px;
  }
  #gfooter ul {
    font-size: 0;
  }
  #gfooter li {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 10px 10px;
    padding: 0 10px 0 0;
    border-right: 1px solid #d1d1d1;
  }
  #gfooter li:first-child {
    margin-left: 0;
  }
  #gfooter li:last-child {
    padding-right: 0;
    border-right: 0;
  }
  #gfooter small {
    display: block;
    padding: 12px 0;
    font-size: 12px;
    color: #fff;
    background: #000;
  }
  #gfooter .inner a {
    color: #1a1a1a;
    text-decoration: none;
  }
  .only_pc{
    display: none;
  }
}
