/* CSS Document */
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.poRe {
  position: relative;
}

.tC {
  text-align: center;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.btn {
  text-align: center;
}

a:hover {
  opacity: 0.7;
}

main {
  position: relative;
  overflow: hidden;
}

#fvArea {
  background-image: url(../img/pc/fv_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
#fvArea .inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

#sec01 .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
#sec01 .sec01_img01 {
  width: 480px;
  margin: 0 auto 40px;
}
#sec01 .box {
  margin-bottom: 80px;
}
#sec01 .box_inner {
  width: 1040px;
  margin: 0 auto;
}
#sec01 .box_inner.box_inner01 {
  width: 900px;
}
#sec01 .box_ttl {
  background-color: rgb(254, 217, 0);
  border: 3px solid rgb(51, 51, 51);
  border-radius: 5px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
  width: 414px;
  margin: 0 auto 40px;
  font-size: 30px;
  color: rgb(51, 51, 51);
  text-align: center;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
#sec01 .box_date {
  width: 500px;
  margin: 0 auto;
}
#sec01 .box_txt {
  color: rgb(51, 51, 51);
  font-size: 24px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
#sec01 .box_notes {
  color: rgb(51, 51, 51);
  font-size: 18px;
  line-height: 1.7;
  text-indent: -1.3em;
  padding-left: 2.6em;
  margin-bottom: 40px;
}
#sec01 .pr_date {
  background-color: rgb(230, 0, 18);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  width: 840px;
  margin: 0 auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#sec01 .pr_date .x-small {
  font-size: 0.75em;
}
#sec01 .box04 .area {
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-right: 2em;
}
#sec01 .box04 .tab_class {
  position: relative;
  width: 14.2857142857%;
  height: 50px;
  color: #000;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}
#sec01 .box04 .tab_class:not(.tab_class01) {
  color: #fff;
}
#sec01 .box04 .tab_class.tab_class01 {
  background-color: #fed900;
}
#sec01 .box04 .tab_class.tab_class02 {
  background-color: #529b35;
}
#sec01 .box04 .tab_class.tab_class03 {
  background-color: #01b3c4;
}
#sec01 .box04 .tab_class.tab_class04 {
  background-color: #925ca3;
}
#sec01 .box04 .tab_class.tab_class05 {
  background-color: #ed798d;
}
#sec01 .box04 .tab_class.tab_class06 {
  background-color: #122a88;
}
#sec01 .box04 .tab_class.tab_class07 {
  background-color: #f39800;
}
#sec01 .box04 input[name=tab_name] {
  display: none;
}
#sec01 .box04 input:checked + .tab_class::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: 0 auto;
  top: 100%;
  left: 0;
  right: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#sec01 .box04 input:checked + .tab_class.tab_class01::after {
  border-top: 20px solid #fed900;
}
#sec01 .box04 input:checked + .tab_class.tab_class02::after {
  border-top: 20px solid #529b35;
}
#sec01 .box04 input:checked + .tab_class.tab_class03::after {
  border-top: 20px solid #01b3c4;
}
#sec01 .box04 input:checked + .tab_class.tab_class04::after {
  border-top: 20px solid #925ca3;
}
#sec01 .box04 input:checked + .tab_class.tab_class05::after {
  border-top: 20px solid #ed798d;
}
#sec01 .box04 input:checked + .tab_class.tab_class06::after {
  border-top: 20px solid #122a88;
}
#sec01 .box04 input:checked + .tab_class.tab_class07::after {
  border-top: 20px solid #f39800;
}
#sec01 .box04 input:checked + .tab_class + .tab_content {
  display: block;
}
#sec01 .box04 .tab_content {
  display: none;
  width: 100%;
}
#sec01 .box04 .tab_content {
  margin-bottom: 10px;
}
#sec01 .box04 .tab_content table {
  width: 100%;
  font-size: 18px;
  text-align: left;
  border-collapse: collapse;
}
#sec01 .box04 .tab_content .th_ttl {
  background-color: #999;
  color: #fff;
  text-align: center;
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
}
#sec01 .box04 .tab_content .th_ttl:not(:last-child) {
  border-right: solid 4px #fff;
}
#sec01 .box04 .tab_content th,
#sec01 .box04 .tab_content td {
  background-color: #e2e2e2;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#sec01 .box04 .tab_content td:nth-child(1) {
  width: 25%;
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
}
#sec01 .box04 .tab_content td:nth-child(2) {
  width: 30%;
  border-left: solid 4px #fff;
  border-right: solid 4px #fff;
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
}
#sec01 .box04 .tab_content td:nth-child(3) {
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
}
#sec01 .box04 .tab_notes {
  width: 980px;
  margin: 0 auto;
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
#sec01 .box05 .box_ttl01 {
  color: rgb(230, 0, 18);
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
#sec01 .box05 .box_ttl02 {
  font-size: 30px;
  text-align: center;
}
#sec01 .box05 .box_ttl02 .x-large {
  color: rgb(230, 0, 18);
  font-size: 1.2em;
}
#sec01 .box05 .sec01_box05_img01 {
  width: 536px;
  margin: 0 auto 30px;
}
#sec01 .box05 .sec01_box05_txt01 {
  width: 830px;
  margin: 0 auto 60px;
  font-size: 24px;
}
#sec01 .box05 .sec01_box05_txt02 {
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 10px;
}
#sec01 .box05 .sec01_box05_txt02 .x-large {
  color: rgb(230, 0, 18);
  font-size: 1.2em;
}
#sec01 .box05 .sec01_box05_txt02 .xx-large {
  font-size: 1.3em;
}
#sec01 .box05 .sec01_box05_note01 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
#sec01 .box05 .sec01_box05_img02 {
  width: 860px;
  margin: 0 auto 5px;
}
#sec01 .box05 .sec01_box05_note02 {
  font-size: 16px;
  width: 860px;
  margin: 0 auto;
}

#footer {
  background: #c8152d;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright {
  color: #FFF;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #fvArea {
    background: none;
    padding-top: 20vw;
  }
  #fvArea .inner {
    width: 100%;
    padding: 0;
  }
  #sec01 .inner {
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
  }
  #sec01 .sec01_img01 {
    width: 64vw;
    margin: 0 auto 5.33vw;
  }
  #sec01 .box {
    margin-bottom: 10.67vw;
  }
  #sec01 .box_inner {
    width: 84vw;
  }
  #sec01 .box_inner.box_inner01 {
    width: 84vw;
  }
  #sec01 .box_ttl {
    width: 56vw;
    margin: 0 auto 5.33vw;
    font-size: 4.8vw;
  }
  #sec01 .box_date {
    width: 79.73vw;
  }
  #sec01 .box_txt {
    font-size: 4vw;
    margin-bottom: 1.33vw;
  }
  #sec01 .box_notes {
    font-size: 2.93vw;
    text-indent: -1em;
    padding-left: 2.2em;
    margin-bottom: 5.33vw;
  }
  #sec01 .pr_date {
    font-size: 4.33vw;
    width: 84vw;
  }
  #sec01 .box04 .area_wrap {
    width: 100%;
    margin: 0 auto 2vw;
    overflow: scroll;
  }
  #sec01 .box04 .area {
    width: 990px;
  }
  #sec01 .box04 .tab_class {
    font-size: 3.73vw;
  }
  #sec01 .box04 .tab_content {
    margin-bottom: 1.33%;
  }
  #sec01 .box04 .tab_content table {
    font-size: 3.73vw;
  }
  #sec01 .box04 .tab_notes {
    font-size: 2.93vw;
    margin-bottom: 8%;
  }
  #sec01 .box05 .box_ttl01 {
    font-size: 5.33vw;
    line-height: 1.2;
    margin-bottom: 4vw;
  }
  #sec01 .box05 .box_ttl02 {
    font-size: 4.8vw;
    line-height: 1.2;
    margin-bottom: 2vw;
  }
  #sec01 .box05 .sec01_box05_img01 {
    width: 80.27vw;
    margin: 0 auto 30px;
  }
  #sec01 .box05 .sec01_box05_txt01 {
    width: 100%;
    margin: 0 auto 8vw;
    font-size: 3.73vw;
    text-indent: -1em;
    padding-left: 1em;
  }
  #sec01 .box05 .sec01_box05_txt02 {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  #sec01 .box05 .sec01_box05_note01 {
    font-size: 2.67vw;
    margin-bottom: 3vw;
  }
  #sec01 .box05 .sec01_box05_img02 {
    width: 77.33vw;
    margin: 0 auto 2vw;
  }
  #sec01 .box05 .sec01_box05_note02 {
    font-size: 2.67vw;
    width: 84vw;
  }
  .btnTop {
    width: 12vw;
  }
  #footer .copyright {
    font-size: 2.133vw;
  }
}/*# sourceMappingURL=style.css.map */