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;
}

.txt_color{
  color:#0070C0;
}

.txt_center{
   text-align: center;
}

table {
  border: solid 1px;
}

th,
td {
  border: solid 1px;
  text-align:center;
}
th{
    width: 200px;
}
td{
    vertical-align: middle;
}
.td_p{
    font-weight: bold;
    font-size: 20px;
}

/* SP */
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .end {
    font-size: 18px;
  }
.img_size{
    margin: auto;
    max-width: 60%;
}  
}

/* 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;
  }
.img_size{
    margin: auto;
    max-width: 40%;
}  
}

@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{
 
  font-weight: bold;
}
.mt_30{
  margin-top: 30px;
}
.center{
  text-align: center;
  margin-top: 30px;
  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;
}
.mb_20{
  margin-bottom: 20px;
}
.indent{
  display: block;
  padding-left: 16px;
  text-indent: -16px;
}
.indent_min{
  display: block;
  padding-left: 12px;
  text-indent: -12px;
}
.indent2{
  display: block;
  padding-left: 32px;
}
.indent3{
  display: block;
  padding-left: 16px;
}
.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: 600px;
    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;
  }
  .indent2{
  display: block;
  padding-left: 28px;
  }
  .indent3{
    display: block;
    padding-left: 14px;
  }
  .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;
  }
}


.border_set{
	border: 1px #c0c0c0 solid; 
}
.backcolor{
    text-align: center;
    background-color: #c0c0c0;
}
.txt_red{
	color: red;
}
.box_mar{
	margin: 10px;
}

.txt_mar{
	margin: 10px 0 0 0;
}
.button_a{
	border: 1px solid #05734e;
	background-color: #fff;
	color: #05734e!important;
	text-decoration: none;
	padding: 15px 60px;
}
.button_pad{
    text-align: center;
    padding-top: 20px;
}
.img_width{
    width: 100%;
}
p.mb-0 {
  margin-bottom: 0;
}
.mt-1row {
  margin-top: 1em;
}
.fs-s {
  font-size: 0.8em;
}
.txt_area p a {
  color: #203d95;
  text-decoration: underline;
}

.acordion__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 0.07em;
    border: 2px solid #dfdfdf;
}
.acordion__title p {
    margin: 0;
    font-size: inherit;
}
.acordion__title--icon {
    background: #ebebeb;
    border-radius: 50px;
    position: relative;
}
@media (min-width: 769px) {
  .acordion__title--icon {
    width: 25.66665px;
    height: 25.66665px;
  }
}

.acordion__title--icon::before, .acordion__title--icon::after {
    content: "";
    display: block;
    width: 56%;
    height: 2px;
    background-color: #004098;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.3s;
    transform: translate(-50%, -50%);
}
.acordion__title--icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.acordion.is-open .acordion__title--icon::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

@media (min-width: 769px) {
    .acordion__title {
        padding: 14.373324px 11.293326px 15.39999px 15.39999px;
    }
}
@media (min-width: 769px) and (max-width: 1162px) {
    .acordion__title--icon::before, .acordion__title--icon::after {
        height: 2px;
    }
}
@media (max-width: 768px) {
    .acordion__title {
        padding: 3.7333333333vw 2.9333333333vw 4vw 4vw;
        font-size: 3.7333333333vw;
    }
}

@media (max-width: 768px) {
    .acordion__title--icon {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
    }
}

.acordion__title--icon {
    background: #ebebeb;
    border-radius: 50px;
    position: relative;
}

.acordion__text {
    display: none;
    line-height: 1.5454545455em;
    padding: 1em;
}