@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* PC */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;700&display=swap");
/* layout_second design */
.content .main_title {
  background: url("../images/bg_top.png") no-repeat center bottom/1920px auto;
  min-height: 500px;
  flex-direction: column;
}
@media all and (max-width: 480px) {
  .content .main_title {
    height: 580px;
    margin-bottom: -50px;
  }
}
.content .main_title h1 {
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  position: relative;
}
@media all and (max-width: 896px) {
  .content .main_title h1 {
    font-size: 1.5em;
  }
}
.content .main_title h1 span {
  font-size: 0.8em;
}
.content .main_title h1:after {
  content: none;
}
.content .main_title p {
  padding: 10px;
  text-align: left;
  color: #fff;
}
.content .link_btn {
  min-width: 60%;
  max-width: 580px;
}
@media all and (max-width: 480px) {
  .content .link_btn {
    min-width: 100%;
    max-width: 100%;
  }
}
.content .txt_red, .content .txt_red a {
  color: #d6001d !important;
}
.content .red_u {
  color: #d6001d !important;
  text-decoration: underline;
}
.content .txt_cen {
  text-align: center;
  margin-bottom: 20px;
}
.content .t-small {
  font-size: 90%;
}
.content .txt-bold {
  font-weight: 700;
}
.content .Area2 {
  padding-top: 80px;
  padding-bottom: 40px;
}

/** contents **/
.box_ttl {
  padding: 30px 20px 20px 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .box_ttl {
    padding: 30px 15px 20px 15px;
  }
}
.box_ttl.box1 {
  background: #effafb;
}
.box_ttl.box2 {
  background: #fff;
  border: 1px solid #ddd;
}
.box_ttl h2.ttl1 {
  position: absolute;
  top: -20px;
  left: 0;
}
.box_ttl h2.ttl1 span {
  min-width: 300px;
  max-width: 300px;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
}
.box_ttl h2.ttl1 span.gaiyou {
  background: #00A2E9;
  letter-spacing: 10px;
}
@media all and (max-width: 480px) {
  .box_ttl h2.ttl1 span.gaiyou {
    letter-spacing: 1px;
  }
}
.box_ttl h2.ttl1 span.gaiyou small {
  letter-spacing: 0;
  font-size: 70%;
}
.box_ttl h2.ttl1 span.moushikomi {
  background: #00A2E9;
  letter-spacing: 1px;
}
.box_ttl h2.ttl1 span.touroku {
  background: #FFC400;
  letter-spacing: 1px;
}
.box_ttl .cpttl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-weight: 700;
  margin-bottom: 30px;
}
.box_ttl .cpttl .obi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  color: #fff;
  background-color: #233f9a;
  padding: 2px 8px;
  margin-right: 10px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .box_ttl .cpttl .obi {
    display: block;
  }
}
.box_ttl .cpttl .ttl2 h2 {
  color: #233f9a;
  font-size: 130%;
  font-weight: 700 !important;
}
@media all and (max-width: 480px) {
  .box_ttl .cpttl .ttl2 h2 {
    margin-bottom: 20px;
    line-height: 1.8;
  }
}
.box_ttl .cpttl .ttl2 h3 {
  font-weight: 700 !important;
}
.box_ttl ol.cp_clist {
  counter-reset: cp_clist;
  list-style-type: none;
  padding: 0 0.5em;
  margin: 0;
}
.box_ttl ol.cp_clist > li {
  position: relative;
  padding-left: 30px;
  padding: 0 0.2em 0.5em 10px;
  margin-left: 0.7em;
  text-indent: -0.1em;
}
.box_ttl ol.cp_clist > li a {
  text-decoration: underline;
  color: #00A2E9;
}
.box_ttl ol.cp_clist > li span {
  padding: 5px auto;
  font-size: 0.8rem;
  color: #323232;
}
.box_ttl ol.cp_clist > li span.san {
  color: #00A2E9;
}
.box_ttl ol.cp_clist > li::before {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  top: 7%;
  left: -1.6em;
  /* カウントさせる */
  counter-increment: cp_clist;
  content: counter(cp_clist);
  /*装飾*/
  padding: 0 0.2em 0 0.2em;
  background: #233f9a;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  width: 15px;
  height: 20px;
  line-height: 22px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .box_ttl ol.cp_clist > li::before {
    top: 1em;
  }
}
.box_ttl .topic .tbox {
  display: block;
  /* border-bottom:1px dotted #666; */
  padding: 1em 1em 0.5em;
}
@media all and (max-width: 480px) {
  .box_ttl .topic .tbox {
    padding: 0.2em;
  }
}
.box_ttl .topic .tbox.last {
  border-bottom: none;
}
.box_ttl .topic .ancherbox {
  border-bottom: none;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 6px;
}
.box_ttl .topic .ancherbox .ancher {
  padding: 0.8em;
  position: relative;
  border-bottom: 1px dotted #666;
}
.box_ttl .topic .ancherbox .ancher::after {
  border-right: solid 2px #233f9a;
  border-top: solid 2px #233f9a;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
@media all and (max-width: 480px) {
  .box_ttl .topic .ancherbox .ancher::after {
    right: 14px;
    top: 10px;
  }
}
.box_ttl .topic .ancherbox .ancher .num {
  font-weight: 700;
  color: #233f9a;
}
.box_ttl .topic .ancherbox .ancher .obi {
  color: #fff;
  background-color: #233f9a;
  text-align: center;
  width: 110px;
  margin: 0 10px;
}
@media all and (max-width: 480px) {
  .box_ttl .topic .ancherbox .ancher .tlink {
    width: 100%;
    margin-top: 6px;
  }
}
.box_ttl .topic .ancherbox .ancher .tlink span {
  font-size: 12px;
  font-weight: normal;
  padding-left: 8px;
}
.box_ttl .topic .ancherbox .ancher a {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box_ttl .topic dt {
  width: 100%;
  font-weight: bold;
  font-size: 110%;
  color: #233f9a;
}
.box_ttl .topic dd {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
}
@media all and (max-width: 480px) {
  .box_ttl .topic dd {
    padding: 5px;
  }
}
.box_ttl .topic dd ul li {
  margin-left: 0;
  text-indent: -1em;
  margin-bottom: 6px;
}
.box_ttl .topic dd ul li h4 {
  font-weight: bold;
}
.box_ttl .topic dd ul li span {
  padding: 5px auto;
  margin-right: 4px;
  color: #323232;
}
.box_ttl .topic dd ul li span.san {
  color: #00A2E9;
  font-size: 0.8rem;
}
.box_ttl .topic dd ul.cp_clist {
  list-style-type: none;
  padding: 0 0 0 1em;
  margin-bottom: 10px;
}
.box_ttl .topic dd ul.cp_clist > li {
  position: relative;
}
.box_ttl .topic dd ul.cp_clist > li a {
  text-decoration: underline;
  color: #00A2E9;
}
.box_ttl .topic dd ul.cp_clist > li span {
  padding: 5px auto;
  color: #323232;
}
.box_ttl .topic dd ul.cp_clist > li span.san {
  color: #00A2E9;
  font-size: 0.8rem;
}
.box_ttl .topic dd ul.cp_clist > li span.red_u {
  font-size: 100%;
}
.box_ttl .topic dd ul.cp_clist > li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #233f9a;
  border-radius: 50%;
  margin-right: 6px;
}
.box_ttl .topic dd ul.cp_clist.mt20 {
  margin-top: 20px;
}
.box_ttl ul li .link_btn {
  text-align: center;
  border-radius: 10px;
  margin: 10px auto;
}
.box_ttl ul li .orange2 {
  background-color: #ffc400;
}
.box_ttl ul li .ana {
  background-color: #233f9a;
}
.box_ttl ul li .fda {
  background-color: #d6001d;
}
.box_ttl ul li .soon {
  background-color: #838383;
  pointer-events: none;
}
.box_ttl ul li .soon::before {
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  content: "近日公開";
  border-radius: 10px;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-weight: 500;
}
.box_ttl ul.touroku h4 {
  font-weight: bold;
  font-size: 1.2em;
}
@media all and (max-width: 480px) {
  .box_ttl ul.touroku h4 {
    text-align: center;
  }
}
.box_ttl ul.touroku li {
  padding: 10px;
  text-align: center;
}
.box_ttl ul.touroku li a {
  margin: 20px auto;
}
@media all and (max-width: 896px) {
  .box_ttl ul.touroku li {
    padding: 5px;
  }
}

.area_flow .flow_style li {
  margin-bottom: 10px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #effafb;
  text-align: center;
  box-shadow: none;
}
@media all and (max-width: 480px) {
  .area_flow .flow_style li {
    text-align: left;
    padding: 15px;
  }
}
.area_flow .flow_style li h3 {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  border-bottom: 1px dotted #666;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #1139ab;
}
.area_flow .flow_style li a {
  margin: 10px auto;
}
.area_flow .flow_style li.arrow {
  box-shadow: none;
  background: none;
  padding: 5px;
}
@media all and (max-width: 480px) {
  .area_flow .flow_style li.arrow {
    text-align: center;
    padding: 3px;
  }
}
.area_flow .flow_style li.arrow i {
  font-size: 20px;
  color: #00A2E9;
}
.area_flow .flow_style li img {
  margin: 0 5px 5px 0;
}
.area_flow .flow_style li .txt_s {
  font-size: 90%;
  letter-spacing: 0.5px;
  display: block;
  margin: 5px 0 0 0;
}

.content .flttl {
  margin-bottom: 20px;
}
.content .flttl span {
  min-width: 300px;
  max-width: 300px;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  background: #00A2E9;
  letter-spacing: 1px;
}
.content .flttl.long {
  margin: 0 auto 20px;
}
.content .flttl.long span {
  min-width: 300px;
  max-width: 600px;
}
.content .bol {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1139ab;
}
.content .faq {
  margin-top: 60px;
}
.content .kome {
  margin: 30px auto 10px;
  display: inline-block;
}
.content .kome li {
  font-size: 86%;
  text-align: left;
  text-indent: -1.6em;
  padding: 2px;
  margin: 0 5px 0 1.4em;
  border-radius: 0;
  background: none;
}
.content .toiawase {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px;
}
.content .toiawase h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
.content .toiawase h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.content .toiawase table {
  margin: 0 auto 10px;
}
.content .toiawase table td {
  text-align: left;
  padding: 4px;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.accordion .obi {
  color: #fff;
  background-color: #233f9a;
  text-align: left;
  font-weight: bold;
  width: calc(100% - 16px);
  padding: 8px;
  margin: 30px 0 20px;
}
.accordion .accordion-title {
  cursor: pointer;
  font-size: 1em;
  padding: 10px 34px 10px 15px;
  position: relative;
  margin-bottom: 15px;
}
.accordion .accordion-title.a_bg1 {
  color: #fff;
  background-color: #00A2E9;
}
.accordion .accordion-title.a_bg1::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
.accordion .accordion-title.a_bg2 {
  border-top: 2px solid #00A2E9;
  background-color: #F9F9F9;
  font-weight: 600;
}
.accordion .accordion-title.a_bg2:before {
  content: "Q.";
  margin-right: 0.5em;
}
.accordion .accordion-title.a_bg2::after {
  border-right: solid 2px #00A2E9;
  border-top: solid 2px #00A2E9;
}
.accordion .accordion-title::after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
@media all and (max-width: 480px) {
  .accordion .accordion-title::after {
    right: 14px;
  }
}
.accordion .accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.accordion .accordion-title span.rei {
  padding: 6px;
  display: block;
  color: #57473c;
  font-size: 90%;
}
.accordion .accordion-content {
  display: none;
  padding: 20px;
}
.accordion .accordion-content.a_bg1 {
  border: 1px solid #00A2E9;
}
.accordion .accordion-content.a_bg2 {
  margin-left: 3.2em;
  position: relative;
}
@media all and (max-width: 480px) {
  .accordion .accordion-content.a_bg2 {
    margin-left: 2em;
  }
}
.accordion .accordion-content.a_bg2:before {
  content: "A.";
  margin-right: 0.5em;
  position: absolute;
  left: -1.5em;
  font-weight: bold;
  color: #00A2E9;
}
.accordion .accordion-content p {
  line-height: 1.6;
  margin-bottom: 10px;
}
.accordion .accordion-content p span.kyou {
  font-weight: bold;
  color: #071263;
  text-decoration: underline;
}
.accordion .accordion-content p span.rei {
  padding: 6px;
  display: block;
  color: #57473c;
}
.accordion .accordion-content a {
  text-decoration: underline;
}

/*** closed ***/
.Closed {
  text-align: center;
  padding: 120px 0;
}
@media all and (max-width: 480px) {
  .Closed {
    padding: 60px 0;
  }
}
.Closed h1 {
  color: #00A2E9;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media all and (max-width: 480px) {
  .Closed h1 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/*# sourceMappingURL=local.css.map */