@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  overflow: scroll;
  position: static;
  top: 0px;
  left: 0px;
}
body.body_on {
  overflow: hidden;
  position: fixed;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
body img {
  width: 100%;
  max-width: 100%;
}
body a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.caption {
  color: #555;
  font-size: 12px;
}

h1.h1 {
  font-size: 10px;
  width: 100%;
  max-width: 100%;
  background-color: #f0f1f2;
  line-height: 1;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  color: #999;
}
@media screen and (max-width: 768px) {
  h1.h1 {
    display: none;
  }
}

header {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*&.-header_popup{
    height: calc(158px - 62px);
    //height: auto;
    h2{
      bottom: 22px;
    }
  }*/
}
@media screen and (max-width: 768px) {
  header {
    height: 62px;
    border-bottom: 1px solid #00477d;
    margin-bottom: 1px;
    width: 100%;
    max-width: 100%;
    left: 0px;
    top: 0px;
    background-color: #fff;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  header.header_on {
    position: fixed;
  }
}
header h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 216px;
  height: 55px;
  text-align: center;
  bottom: 57px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  header h2 {
    width: 140px;
    height: auto;
    position: static;
  }
}
header h2 img {
  display: block;
  line-height: 1;
  width: 100%;
  max-width: 100%;
}
header h2 span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #00477d;
  line-height: 1;
}
header h3 {
  width: 115px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  header h3 {
    display: none;
  }
}
header .subnav_area {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 276px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  header .subnav_area {
    position: fixed;
    top: auto;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    z-index: 10;
    background-color: #fff;
    height: 62px;
  }
}
header .subnav_area ul {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .subnav_area ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
  }
}
header .subnav_area ul li {
  height: 100%;
}
header .subnav_area ul li:nth-child(1), header .subnav_area ul li:nth-child(2) {
  width: 45px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header .subnav_area ul li:nth-child(1), header .subnav_area ul li:nth-child(2) {
    margin-right: 10px;
    margin-top: 5px;
  }
}
header .subnav_area ul li:nth-child(1) a, header .subnav_area ul li:nth-child(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
}
header .subnav_area ul li:nth-child(1) a img, header .subnav_area ul li:nth-child(2) a img {
  width: 24px;
  height: auto;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  header .subnav_area ul li:nth-child(1) a img, header .subnav_area ul li:nth-child(2) a img {
    margin-bottom: 0px;
  }
}
header .subnav_area ul li:nth-child(1) a span, header .subnav_area ul li:nth-child(2) a span {
  color: #00477d;
  font-size: 10px;
  display: block;
  text-align: center;
}
header .subnav_area ul li:nth-child(3) {
  width: 154px;
  height: 56px;
  background-color: #f3950e;
  border-radius: 0px 0px 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .subnav_area ul li:nth-child(3) {
    border-radius: 0px;
    width: 62px;
    height: 62px;
    position: fixed;
    right: 62px;
    bottom: 0px;
  }
}
header .subnav_area ul li:nth-child(3) a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .subnav_area ul li:nth-child(3) a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
  }
}
header .subnav_area .sp_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header .subnav_area .sp_menu {
    display: block;
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 62px;
    height: 62px;
    background-color: #00477d;
  }
  header .subnav_area .sp_menu span, header .subnav_area .sp_menu::before, header .subnav_area .sp_menu::after {
    content: "";
    width: 23px;
    height: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 20px;
  }
  header .subnav_area .sp_menu span {
    top: 22px;
  }
  header .subnav_area .sp_menu::before {
    top: 30px;
  }
  header .subnav_area .sp_menu::after {
    top: 38px;
  }
}
@media screen and (max-width: 768px) {
  header .subnav_area .sp_menu.sp_menu_on::after {
    display: none;
  }
  header .subnav_area .sp_menu.sp_menu_on span, header .subnav_area .sp_menu.sp_menu_on::before {
    top: 30px;
  }
  header .subnav_area .sp_menu.sp_menu_on span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .subnav_area .sp_menu.sp_menu_on::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
header .gnav_area_wrap {
  width: 100%;
  max-width: 100%;
  height: 62px;
  border-top: 2px solid #00477d;
  border-bottom: 1px solid #00477d;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .gnav_area_wrap {
    height: calc(100vh - 62px);
    z-index: 10;
    position: fixed;
    left: 0px;
    top: 62px;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e4f4fc;
    overflow-y: scroll;
  }
}
header .gnav_area {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .gnav_area {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 20px 20px;
    background-color: #cde9f8;
  }
}
header .gnav_area ul {
  width: 71.74%;
  max-width: 980px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px auto;
}
@media screen and (max-width: 1280px) {
  header .gnav_area ul {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  header .gnav_area ul {
    display: block;
  }
}
header .gnav_area ul li {
  width: clac(100%/5);
}
@media screen and (max-width: 768px) {
  header .gnav_area ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
header .gnav_area ul li a {
  color: #00477d;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  header .gnav_area ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  header .gnav_area ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    position: relative;
  }
}
header .gnav_area ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border: 2px solid #41b7c9;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  header .gnav_area ul li a::before {
    margin-right: 0px;
    position: absolute;
    right: 20px;
    top: 17px;
  }
}
header .gnav_area ul li a.cur, header .gnav_area ul li a:hover {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 1px #00477d;
  text-stroke: 1px #00477d;
}
header .footer_link_area02 .contents_in {
  padding: 0px;
  padding: 20px;
  background-color: #e4f4fc;
  padding-bottom: 80px;
}
header .footer_link_area02 .contents_in .ul01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #cde9f8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
header .footer_link_area02 .contents_in .ul01 li {
  width: 48%;
  margin-bottom: 15px;
}
header .footer_link_area02 .contents_in .ul01 li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
  position: relative;
  color: #00477d;
  font-weight: bold;
}
header .footer_link_area02 .contents_in .ul01 li a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border: 2px solid #41b7c9;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  header .footer_link_area02 .contents_in .ul01 li a::before {
    margin-right: 0px;
    position: absolute;
    right: 20px;
    top: 17px;
  }
}
header .footer_link_area02 .contents_in .ul02 {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .footer_link_area02 .contents_in .ul02 li a {
  color: #00477d;
  font-size: 11px;
}

.hero_2nd {
  width: 100%;
  max-width: 100%;
  height: 280px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #cde9f7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .hero_2nd {
    height: 30vh;
    background-position: 65% center;
    overflow: hidden;
  }
}
.hero_2nd .hero_2nd_in {
  height: 100%;
  width: 70.71%;
  max-width: 966px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .hero_2nd .hero_2nd_in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0px 20px;
  }
}
.hero_2nd .hero_2nd_in h2 {
  /*@include maru_b;
  @include f(48);
  color: #fff;
  -webkit-text-stroke: 2px $c_kon;
  text-stroke: 2px $c_kon;*/
  margin-bottom: 25px;
  line-height: 1;
}
.hero_2nd .hero_2nd_in h2 img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .hero_2nd .hero_2nd_in h2 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left;
    transform-origin: left;
    margin-bottom: 0px;
  }
}
.hero_2nd .hero_2nd_in p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #00477d;
}
@media screen and (max-width: 768px) {
  .hero_2nd .hero_2nd_in p {
    font-size: 16px;
  }
}
.hero_2nd.-img_none {
  height: auto;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .hero_2nd.-img_none {
    padding: 20px 0px;
    height: auto;
    margin-bottom: 25px;
  }
}
.hero_2nd.-img_none .hero_2nd_in {
  display: block;
}
.hero_2nd.-img_none .hero_2nd_in h2 {
  margin-bottom: 0px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: #fff;
  -webkit-text-stroke: 2px #00477d;
  text-stroke: 2px #00477d;
}
@media screen and (max-width: 768px) {
  .hero_2nd.-img_none .hero_2nd_in h2 {
    -webkit-text-stroke: 1px #00477d;
    text-stroke: 1px #00477d;
    font-size: 24px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.tab_area {
  margin: 0px auto;
  margin-bottom: 30px;
}
.tab_area ul {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tab_area ul li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 1px #00477d;
  text-stroke: 1px #00477d;
  background-color: #f0f1f2;
  border: 1px solid #f0f1f2;
  line-height: 1;
  padding: 25px 0px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .tab_area ul li a {
    padding: 15px 0px;
  }
}
.tab_area ul li a.cur, .tab_area ul li a:hover {
  background-color: #fff;
  border: 1px solid #00477d;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-text-stroke: unset;
  text-stroke: unset;
  color: #00477d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.tab_area ul li a.cur::after, .tab_area ul li a:hover::after {
  position: absolute;
  left: calc(50% - 10px);
  bottom: -9px;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #00477d;
  border-left: none;
  border-top: none;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.pan_area {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .pan_area {
    padding-top: 60px;
  }
}
.pan_area ul {
  width: calc(100% - 40px);
  max-width: 1045px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pan_area ul li {
  margin-right: 10px;
  display: block;
}
.pan_area ul li:nth-child(1) {
  width: 134px;
  height: 40px;
}
.pan_area ul li .logo_cap {
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
  color: #00477d;
  display: block;
  font-weight: bold;
}
.pan_area ul li:nth-child(n+2) {
  margin-top: 20px;
}
.pan_area ul li:nth-child(n+2) a, .pan_area ul li:nth-child(n+2) span {
  font-size: 12px;
  color: #555;
}
.pan_area ul li:nth-child(n+2) a::before, .pan_area ul li:nth-child(n+2) span::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border: 1px solid #00477d;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

.btn_top, .btn_close {
  width: 40px;
  height: 40px;
  background-color: #00477d;
  border-radius: 20px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .btn_top.btn_top, .btn_close.btn_top {
    bottom: 80px;
    right: 15px;
  }
}
.btn_top.btn_top::before, .btn_close.btn_top::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 10px;
  position: fixed;
  right: 45px;
  bottom: 51px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .btn_top.btn_top::before, .btn_close.btn_top::before {
    bottom: 91px;
    right: 20px;
  }
}
.btn_top.btn_close::before, .btn_top.btn_close::after, .btn_close.btn_close::before, .btn_close.btn_close::after {
  content: "";
  width: 16px;
  height: 1px;
  display: block;
  background-color: #fff;
  border-left: none;
  border-bottom: none;
  position: fixed;
  right: 52px;
  bottom: 58px;
  z-index: 10;
}
.btn_top.btn_close::before, .btn_close.btn_close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn_top.btn_close::after, .btn_close.btn_close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.duedate_area {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.duedate_area .duedate_area_in {
  width: 48.8%;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .duedate_area .duedate_area_in {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.duedate_area .duedate_area_in .tit01 {
  text-align: center;
  position: relative;
  padding: 25px 0px;
  border-radius: 10px 10px 0px 0px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  -webkit-text-stroke: 2px #00477d;
  text-stroke: 2px #00477d;
}
@media screen and (max-width: 820px) {
  .duedate_area .duedate_area_in .tit01 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .duedate_area .duedate_area_in .tit01 {
    font-size: 20px;
    -webkit-text-stroke: 1px #00477d;
    text-stroke: 1px #00477d;
    padding: 15px 0px;
  }
}
.duedate_area .duedate_area_in .tit01::before {
  content: "";
  display: block;
  width: 64px;
  height: 44px;
  position: absolute;
  left: 80px;
  top: 25px;
}
@media screen and (max-width: 820px) {
  .duedate_area .duedate_area_in .tit01::before {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .duedate_area .duedate_area_in .tit01::before {
    width: 32px;
    height: 22px;
    left: 60px;
    top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .duedate_area .duedate_area_in .tit01::before {
    left: 20px;
    top: 15px;
  }
}
.duedate_area .duedate_area_in dl {
  width: 100%;
  max-width: 100%;
}
.duedate_area .duedate_area_in dl dt {
  text-align: center;
  color: #00477d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 0px;
}
@media screen and (max-width: 820px) {
  .duedate_area .duedate_area_in dl dt {
    font-size: 16px;
  }
}
.duedate_area .duedate_area_in dl dd p {
  color: #00477d;
}
.duedate_area .duedate_area_in dl dd p.txt_com {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  font-weight: bold;
  text-align: center;
  /*&.-tc_sp{
    @include tc;
    @include ms($breakpoint-sp) {
      @include tl;
    }
  }*/
}
@media screen and (max-width: 1280px) {
  .duedate_area .duedate_area_in dl dd p.txt_com {
    padding: 15px;
    text-align: left;
  }
}
.duedate_area .duedate_area_in dl dd p.txt_com span {
  display: block;
  margin-top: 10px;
  color: #00477d;
}
.duedate_area .duedate_area_in dl dd p.txt_com.-red span {
  color: #ec5c5c;
}
.duedate_area .duedate_area_in:nth-child(1) {
  border: 1px solid #a2d1ea;
}
.duedate_area .duedate_area_in:nth-child(1) .tit01 {
  background-color: #aed7ed;
}
.duedate_area .duedate_area_in:nth-child(1) .tit01::before {
  background: url("/img/common/icon_shop.webp") 0px 0px no-repeat;
  background-size: cover;
}
.duedate_area .duedate_area_in:nth-child(1) dl dt {
  background-color: #c2e0f0;
}
.duedate_area .duedate_area_in:nth-child(1) dl dd p.txt_speed {
  font-size: 20px;
  text-align: center;
  padding: 35px 0px;
  background-color: #deeff8;
}
@media screen and (max-width: 820px) {
  .duedate_area .duedate_area_in:nth-child(1) dl dd p.txt_speed {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
  }
}
.duedate_area .duedate_area_in:nth-child(1) dl dd p.txt_speed::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/img/common/icon_speed.webp") 0px 0px no-repeat;
  background-size: cover;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .duedate_area .duedate_area_in:nth-child(1) dl dd p.txt_speed::before {
    vertical-align: middle;
  }
}
.duedate_area .duedate_area_in:nth-child(1) dl dd p.txt_speed strong {
  font-weight: bold;
}
.duedate_area .duedate_area_in:nth-child(1) dl dd p.txt_muryo {
  padding: 25px 0px;
  font-size: 22px;
  font-weight: bold;
  color: #ec5c5c;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .duedate_area .duedate_area_in:nth-child(1) dl dd p.txt_muryo {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
  }
}
.duedate_area .duedate_area_in:nth-child(2) {
  border: 1px solid #f8e5bf;
}
.duedate_area .duedate_area_in:nth-child(2) .tit01 {
  background-color: #f9e4bb;
}
.duedate_area .duedate_area_in:nth-child(2) .tit01::before {
  background: url("/img/common/icon_deli.webp") 0px 0px no-repeat;
  background-size: cover;
}
.duedate_area .duedate_area_in:nth-child(2) dl dt {
  background-color: #f9ebd0;
}
.duedate_area .duedate_area_in:nth-child(2) dl dd ul {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.duedate_area .duedate_area_in:nth-child(2) dl dd ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.duedate_area .duedate_area_in:nth-child(2) dl dd ul li:nth-child(1) {
  border-right: 1px solid #f8e5bf;
}
.duedate_area .duedate_area_in:nth-child(2) dl dd p.txt_yuu {
  padding: 15px 0px;
  background-color: #fdf5e5;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 820px) {
  .duedate_area .duedate_area_in:nth-child(2) dl dd p.txt_yuu {
    font-size: 17px;
  }
}
.duedate_area .duedate_area_in:nth-child(2) dl dd p.txt_yuu span {
  display: block;
  width: 100px;
  height: 26px;
  background-color: #fff;
  border-radius: 13px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #ec5c5c;
  margin: 0px auto;
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  .duedate_area .duedate_area_in:nth-child(2) dl dd p.txt_yuu span {
    font-size: 15px;
  }
}
.duedate_area .duedate_area_in:nth-child(2) dl dd p.txt_nouki {
  padding: 50px 0px;
  text-align: center;
  color: #ec5c5c;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .duedate_area .duedate_area_in:nth-child(2) dl dd p.txt_nouki {
    padding: 25px 0px;
  }
}
.duedate_area .duedate_area_in:nth-child(2) dl dd p.txt_souryo {
  padding: 30px 0px;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 820px) {
  .duedate_area .duedate_area_in:nth-child(2) dl dd p.txt_souryo {
    padding: 20px 0px;
  }
}

footer .footer_link_area01 {
  padding: 15px 0px;
  background-color: #cde9f8;
}
@media screen and (max-width: 768px) {
  footer .footer_link_area01 {
    padding: 30px 0px 10px;
  }
}
footer .footer_link_area01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer_link_area01 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
footer .footer_link_area01 ul li a {
  font-size: 16px;
  color: #00477d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .footer_link_area01 ul li a {
    font-size: 13px;
  }
}
footer .footer_link_area01 ul li a::before {
  display: inline-block;
  content: "";
  border: solid 2px #5ecfe0;
  width: 6px;
  height: 6px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-bottom: none;
  border-left: none;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  footer .footer_link_area01 ul li a::before {
    margin-right: 0px;
  }
}
footer .footer_link_area02 {
  padding: 25px 0px;
  background-color: #e4f4fc;
  border-bottom: 2px solid #fff;
}
footer .footer_link_area02 .contents_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer_link_area02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .footer_link_area02 ul.ul01 {
  width: 60%;
}
@media screen and (max-width: 1280px) {
  footer .footer_link_area02 ul.ul01 {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cde9f8;
  }
}
footer .footer_link_area02 ul.ul01 li {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer_link_area02 ul.ul01 li {
    margin-right: 0px;
  }
}
footer .footer_link_area02 ul.ul01 li a {
  font-size: 14px;
  color: #00477d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .footer_link_area02 ul.ul01 li a {
    font-size: 13px;
  }
}
footer .footer_link_area02 ul.ul01 li a::before {
  display: inline-block;
  content: "";
  border: solid 2px #5ecfe0;
  width: 6px;
  height: 6px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-bottom: none;
  border-left: none;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  footer .footer_link_area02 ul.ul01 li a::before {
    margin-right: 0px;
  }
}
footer .footer_link_area02 ul.ul02 {
  width: 40%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  footer .footer_link_area02 ul.ul02 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
}
footer .footer_link_area02 ul.ul02 li a {
  color: #00477d;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer .footer_link_area02 ul.ul02 li a {
    font-size: 11px;
  }
}
footer .footer_link_area02 ul.ul02 li a::before {
  display: inline-block;
  content: "|";
  color: #00477d;
  margin: 0px 10px;
}
@media screen and (max-width: 768px) {
  footer .footer_link_area02 ul.ul02 li a::before {
    display: none;
  }
}
footer .footer_link_area02 ul.ul02 li:nth-last-child(1) a::after {
  display: inline-block;
  content: "|";
  color: #00477d;
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 1280px) {
  footer .footer_link_area02 ul.ul02 li:nth-last-child(1) a::after {
    display: none;
  }
}
footer .footer_logo {
  padding: 20px 0px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer_logo {
    padding: 10px 0px;
  }
}
footer .footer_logo a {
  display: block;
  width: 100%;
  max-width: 145px;
  font-size: 0px;
}
footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0px 0px;
  gap: 15px 2.18%;
}
@media screen and (max-width: 1280px) {
  footer nav {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 820px) {
  footer nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer nav {
    padding-top: 0px !important;
    display: block;
  }
}
footer nav .nav_in {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 820px) {
  footer nav .nav_in {
    width: 31.88%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer nav .nav_in {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
footer nav .nav_tit {
  border-bottom: solid 1px #5ecfe0;
  padding-bottom: 15px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  footer nav .nav_tit {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
footer nav .nav_tit .eng {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
footer nav .nav_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer nav .nav_list_wrap {
    display: block;
  }
}
footer nav .nav_list_wrap .nav_list {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  footer nav .nav_list_wrap .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px auto;
  }
}
footer nav .nav_list_wrap .nav_list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  footer nav .nav_list_wrap .nav_list li {
    width: 48%;
  }
}
footer nav .nav_list_wrap .nav_list li::before {
  display: block;
  content: "";
  border: solid 2px #5ecfe0;
  position: absolute;
  left: 0px;
  top: 0.5em;
  width: 6px;
  height: 6px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-bottom: none;
  border-left: none;
}
footer nav .nav_list_wrap .nav_list li a {
  color: #000;
}
footer nav .photobook_goods {
  width: 42.78%;
}
@media screen and (max-width: 820px) {
  footer nav .photobook_goods {
    width: 65.94%;
  }
}
@media screen and (max-width: 768px) {
  footer nav .photobook_goods {
    width: 100%;
    max-width: 100%;
  }
}
footer nav .photobook_goods .nav_list_wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .otherlink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  footer .otherlink ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .otherlink ul li {
  padding: 0px 1em;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .otherlink ul li::before {
  content: "｜";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer .otherlink ul li:last-child::after {
  content: "｜";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
footer .otherlink ul li a {
  color: #000;
}
footer .pay_otherlink_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 45px;
  /*.howToPay{
    @include fg;
    @include ms($breakpoint-sp){
      @include mb(20);
    }

    .tit{
      @include f(15);
      border-bottom: solid 1px #5ecfe0;
      @include mb(15);
      padding-bottom: 10px;
      @include ms($breakpoint-sp){
        @include f(14);
        @include pb(0);
        border-bottom: none;
      }
    }
    .txt{
      @include f(12);
    }
  }*/
}
@media screen and (max-width: 768px) {
  footer .pay_otherlink_wrap {
    display: none;
  }
}
footer .pay_otherlink_wrap .otherlink {
  margin-top: 40px;
}
footer .bg_white_wrap {
  background-color: #e7f8fa;
  padding: 25px 0px 45px;
}
@media screen and (max-width: 768px) {
  footer .bg_white_wrap {
    padding: 30px 0px 25px;
  }
}
footer .corp_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .corp_area {
    display: block;
    margin-bottom: 10px;
  }
}
footer .corp_area__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  footer .corp_area__txt {
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .corp_area__logo {
  width: 14.9%;
  margin-right: 13.07%;
}
@media screen and (max-width: 768px) {
  footer .corp_area__logo {
    width: 100%;
    max-width: 155px;
    margin: 0px auto;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer .corp_area__link {
    margin-bottom: 10px;
  }
}
footer .corp_area__sns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .corp_area__sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
footer .corp_area__sns li {
  width: 27px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  footer .corp_area__sns li {
    margin-left: 15px;
  }
}
footer .corp_area__sns li:first-child {
  margin-left: 0px;
}
footer small {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer small {
    text-align: center;
  }
}
footer .external_l::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background: url(../../img/common/icon_link.webp) center center/contain no-repeat;
  vertical-align: -0.1em;
  margin-left: 8px;
}

.tit_com01 {
  width: 100%;
  max-width: 100%;
  color: #00477d;
  font-size: 34px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .tit_com01 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .tit_com01 {
    font-size: 20px;
  }
}
.tit_com01 span {
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .tit_com01 span {
    font-size: 16px;
  }
}
.tit_com01 .txt_sub {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tit_com01 .txt_sub {
    font-size: 14px;
  }
}
.tit_com01 strong {
  font-family: "urbane-rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.tit_com01.-stroke {
  -webkit-text-stroke: 2px #00477d;
  text-stroke: 2px #00477d;
}
.tit_com01.-bb {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #bbe4f7;
}
@media screen and (max-width: 768px) {
  .tit_com01.-bb {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.tit_com01.-tl {
  text-align: left;
}

.contents_in {
  width: 76.5%;
  max-width: 1045px;
  margin: 0px auto;
}
@media screen and (max-width: 1280px) {
  .contents_in {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}

.contents_in_s {
  width: 70.71%;
  max-width: 966px;
  margin: 0px auto;
}
@media screen and (max-width: 1280px) {
  .contents_in_s {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}

.contents_in_ss {
  width: 58.56%;
  max-width: 800px;
  margin: 0px auto;
}
@media screen and (max-width: 1280px) {
  .contents_in_ss {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}

.-tc {
  text-align: center;
}

.-tr {
  text-align: right;
}

.-mb_com {
  margin-bottom: 60px;
}

.-db {
  display: block;
}

.alert_area_out {
  width: 100%;
  max-width: 800px;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .alert_area_out {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin: 20px auto;
  }
}

.alert_area {
  width: 100%;
  max-width: 100%;
  border: 1px solid #FB4E69;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .alert_area {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .alert_area p {
    font-size: 13px;
    text-align: left;
  }
}
.alert_area p strong {
  color: #FB4E69;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.alert_area p a {
  color: #FB4E69;
  text-decoration: underline;
  display: inline;
}
.alert_area p .dib {
  display: inline;
}
.alert_area p .caption {
  display: block;
  font-size: 11px;
}