@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Webフォント */
b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  font-size: 1.4rem;
}

_:lang(x)::-ms-backdrop, body, body.mceContentBody, .comment-btn, #bbp_reply_submit, .bp-login-widget-register-link a, .search-edit, input[type=submit], b, strong, .bold .article h2, .article h3, .article h4, .entry-card-title, .blogcard-title, .wp-block-button__link {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  /*font-family: inherit;*/
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 980px) {
  body {
    font-size: 15px;
    line-height: 1.9em;
  }
}
* {
  box-sizing: border-box;
}

figure {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

p, h1, h2, h3, h4, h5 {
  margin: 0;
}

p {
  line-height: 1.7;
}

.contents_inner {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .contents_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .contents_inner {
    padding: 0 5.333vw;
  }
}

.contents_title {
  color: #004098;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.contents_title .text-large {
  font-size: 150%;
}
@media screen and (max-width: 768px) {
  .contents_title {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .contents_title {
    font-size: 5.333vw;
  }
}

.btn_scroll_top {
  display: block;
  position: fixed;
  z-index: 10;
  bottom: 70px;
  right: 70px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #004098;
}
.btn_scroll_top .scroll_top_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.btn_scroll_top .icon_scroll_top {
  margin-top: calc(1px - (17px / 2));
  width: 17px;
  height: 17px;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 768px) {
  .btn_scroll_top {
    bottom: 10.667vw;
    right: 5.3333vw;
  }
}
@media screen and (max-width: 480px) {
  .btn_scroll_top {
    bottom: 22vw;
    width: 10.667vw;
    height: 10.667vw;
  }
  .btn_scroll_top .icon_scroll_top {
    margin-top: -1.5vw;
    border-style: solid;
    border-width: 0 3vw 3vw 3vw;
    border-color: transparent transparent #fff transparent;
  }
}

#policy .policy_container {
  padding: 100px 0 210px;
  background: #e5f6fd;
}
#policy .policy_detail {
  padding: 100px 60px;
  background: #fff;
}
#policy .policy_detail:not(:first-child) {
  margin-top: 100px;
}
#policy .policy_title {
  display: block;
  width: 100%;
  max-width: 745px;
  margin: 0 auto 60px;
  padding-bottom: 15px;
  border-bottom: 8px solid;
  color: #004098;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#policy .policy_box:not(:first-child) {
  margin-top: 70px;
}
#policy .policy_box .policy_subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#policy .policy_box .policy_subtitle::before {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  margin-right: 0.3em;
  background: #004098;
}
#policy .policy_box .policy_text {
  font-size: 14px;
}
#policy .policy_box .policy_list .policy_list_item {
  margin-left: 1.2em;
  list-style-type: decimal;
  line-height: 1.7;
}
#policy .policy_date {
  margin: 70px auto;
  text-align: right;
}
#policy .policy_information {
  margin: 70px auto 0;
  padding: 35px;
  background: #f8f8f8;
}
#policy .policy_information .policy_information_title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #policy .policy_container {
    padding: 16vw 0 21.333vw;
    background: #e5f6fd;
  }
  #policy .policy_detail {
    padding: 8vw 5.333vw;
    background: #fff;
  }
  #policy .policy_detail:not(:first-child) {
    margin-top: 100px;
  }
  #policy .policy_title {
    margin-bottom: 8vw;
    padding-bottom: 4vw;
    border-bottom: 4px solid;
    font-size: 5.333vw;
  }
  #policy .policy_box:not(:first-child) {
    margin-top: 8vw;
  }
  #policy .policy_box .policy_subtitle {
    margin-bottom: 4vw;
    font-size: 4.267vw;
    line-height: 1.7;
  }
  #policy .policy_box .policy_subtitle::before {
    content: "";
    display: block;
    width: 0.65em;
    height: 0.65em;
    margin-right: 0.65em;
    background: #004098;
  }
  #policy .policy_box .policy_text {
    font-size: 3.733vw;
  }
  #policy .policy_box .policy_list .policy_list_item {
    margin-left: 1.2em;
    list-style-type: decimal;
    line-height: 1.7;
  }
  #policy .policy_date {
    margin: 70px auto;
    text-align: right;
  }
  #policy .policy_information {
    margin: 70px auto 0;
    padding: 35px;
    background: #f8f8f8;
  }
  #policy .policy_information .policy_information_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
}
#policy.privacy_policy .indent_item {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

#header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
}
#header .header_container {
  display: flex;
  background: #004098;
}
#header .header_title_box {
  display: flex;
  align-items: baseline;
  width: calc(100% - 170px);
  padding: 31px 57px;
}
#header .header_title_box .logo_link {
  display: block;
  width: 100%;
}
#header .header_title_box .logo_svg {
  max-width: 307px;
}
#header .header_title_box .logo_svg svg {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
#header .header_title_box .logo_svg svg:hover {
  opacity: 0.7;
}
#header .header_title_box .logo_text {
  display: inline-block;
  margin-left: 23px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
#header .header-btn-mypage {
  width: 170px;
  background: #E5F6FD;
}
#header .header-btn-mypage .btn_mypage_link {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
#header .header-btn-mypage .text_top {
  display: block;
  margin-bottom: 15px;
  color: #004098;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}
#header .header-btn-mypage .text_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004098;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#header .header-btn-mypage .text_bottom svg {
  width: 37px;
}
@media screen and (min-width: 980px) {
  #header .header-btn-mypage {
    transition: all 0.2s ease-in-out;
  }
  #header .header-btn-mypage:hover {
    background: #fd8424;
  }
  #header .header-btn-mypage:hover .text_top {
    color: #fff;
  }
  #header .header-btn-mypage:hover .text_bottom {
    color: #fff;
  }
  #header .header-btn-mypage:hover .icon_mypage01,
#header .header-btn-mypage:hover .icon_mypage02,
#header .header-btn-mypage:hover .icon_mypage03 {
    fill: #fff;
  }
}
@media screen and (max-width: 768px) {
  #header .header_title_box {
    padding: 20px 30px;
  }
  #header .header_title_box .logo_svg {
    max-width: 250px;
  }
  #header .header-btn-mypage .btn_mypage_link {
    padding: 15px 0;
  }
  #header .header-btn-mypage .text_top {
    display: block;
    margin-bottom: 5px;
    color: #004098;
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #header .header_title_box {
    display: block;
    width: 70%;
    padding: 2.667vw 5.333vw;
  }
  #header .header_title_box .logo_svg {
    max-width: 50vw;
  }
  #header .header_title_box .logo_text {
    margin: 0.5em 0 0;
    font-size: 3.2vw;
  }
  #header .header-btn-mypage {
    width: 30%;
  }
  #header .header-btn-mypage .btn_mypage_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2.667vw 0;
  }
  #header .header-btn-mypage .text_top {
    display: block;
    width: 100%;
    font-size: 2.667vw;
    text-align: center;
  }
  #header .header-btn-mypage .text_bottom {
    font-size: 3.733vw;
  }
  #header .header-btn-mypage .text_bottom svg {
    width: 25%;
  }
}

#footer .footer_container {
  padding: 110px 0 165px;
  background: repeating-linear-gradient(-45deg, #CCECFB, #CCECFB 10px, #E5F6FD 10px, #E5F6FD 12px);
}
#footer .footer_btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 96px auto 0;
}
#footer .footer_btn_box .footer_btn {
  width: 45.34%;
}
#footer .footer_btn_box .footer_btn .footer_btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 20px 52px 20px 0;
  background: #004098;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
#footer .footer_btn_box .footer_btn .footer_btn_link .icon_footer_btn {
  display: inline-block;
  margin-right: 14px;
  line-height: 1;
}
#footer .footer_btn_box .footer_btn .footer_btn_link .icon_footer_btn svg {
  width: 100%;
}
#footer .footer_btn_box .footer_btn .footer_btn_link.footer_btn_first .icon_footer_btn {
  width: 33px;
}
#footer .footer_btn_box .footer_btn .footer_btn_link.footer_btn_mypage .icon_footer_btn {
  width: 37px;
}
#footer .footer_btn_box .footer_btn .footer_btn_link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}
#footer .footer_btn_box .footer_btn .footer_btn_link:hover {
  background: #fd8424;
}
#footer .footer_nav_box {
  padding: 20px 0;
  background: #004098;
}
#footer .footer_nav_box .footer_nav_list {
  display: flex;
  align-items: center;
}
#footer .footer_nav_box .footer_nav_item {
  line-height: 1;
}
#footer .footer_nav_box .footer_nav_item:not(:last-child)::after {
  content: "";
  margin: 0 15px;
  border-right: 1px solid #fff;
}
#footer .footer_nav_box .footer_nav_link {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
#footer .footer_nav_box .footer_nav_link:hover {
  color: #fd8424;
}
@media screen and (max-width: 768px) {
  #footer .footer_container {
    padding: 80px 0 120px;
  }
  #footer .footer_btn_box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_container {
    padding: 16vw 0 21.333vw;
  }
  #footer .footer_btn_box {
    display: block;
    margin-top: 8vw;
  }
  #footer .footer_btn_box .footer_btn {
    width: 100%;
  }
  #footer .footer_btn_box .footer_btn .footer_btn_link {
    padding: 5.333vw 0;
    font-size: 4.267vw;
    border-radius: 10px;
  }
  #footer .footer_btn_box .footer_btn .footer_btn_link .icon_footer_btn {
    margin-right: 3.2vw;
  }
  #footer .footer_btn_box .footer_btn .footer_btn_link.footer_btn_first .icon_footer_btn {
    width: calc(33px / 1.5);
  }
  #footer .footer_btn_box .footer_btn .footer_btn_link.footer_btn_mypage .icon_footer_btn {
    width: calc(37px / 1.5);
  }
  #footer .footer_btn_box .footer_btn .footer_btn_link::after {
    right: 5.333vw;
    width: 2.667vw;
    height: 2.667vw;
  }
  #footer .footer_btn_box .footer_btn:not(:first-child) {
    margin-top: 2.667vw;
  }
  #footer .footer_nav_box {
    padding: 5.333vw 0 2.667vw;
  }
  #footer .footer_nav_box .footer_nav_list {
    flex-wrap: wrap;
  }
  #footer .footer_nav_box .footer_nav_item {
    margin-bottom: 2.667vw;
  }
  #footer .footer_nav_box .footer_nav_item:not(:last-child)::after {
    margin: 0 2.667vw;
  }
  #footer .footer_nav_box .footer_nav_link {
    font-size: 3.2vw;
  }
}

#main_title_container {
  padding: 130px 0 140px;
  text-align: center;
}
#main_title_container .main_title {
  display: inline-block;
  padding-bottom: 15px;
  color: #004098;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 8px solid;
}
@media screen and (max-width: 768px) {
  #main_title_container .main_title {
    font-size: 54px;
  }
}
@media screen and (max-width: 480px) {
  #main_title_container {
    padding: 17.333vw 0 18.667vw;
  }
  #main_title_container .main_title {
    font-size: 8vw;
  }
}

#point .point_container {
  padding: 80px 0 100px;
  background: repeating-linear-gradient(-45deg, #CCECFB, #CCECFB 10px, #E5F6FD 10px, #E5F6FD 12px);
  text-align: center;
}
#point .point_container .contents_title {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#point .point_container .point_balloon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: calc(1px - (136px + 35px * 2));
  width: 186px;
  height: 136px;
  background: url("../images/top/point_icon_balloon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#point .point_container .point_balloon .point_balloon_text {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
#point .point_detail {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
#point .point_detail .point_box {
  width: 32.5%;
  padding: 0 40px 40px;
  background: #fff;
}
#point .point_detail .point_box .point_num_box {
  position: relative;
  z-index: 1;
  width: 120px;
  padding: 0 15px;
  margin: -15px auto;
}
#point .point_detail .point_box .point_num_box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #001E5B transparent;
}
#point .point_detail .point_box .point_num {
  width: 100%;
  padding: 15px 0;
  background: #004098;
  text-align: center;
}
#point .point_detail .point_box .point_num svg {
  width: 32px;
}
#point .point_detail .point_box .point_title_box {
  margin-top: 50px;
  text-align: center;
}
#point .point_detail .point_box .point_title {
  display: inline;
  background: linear-gradient(transparent 70%, #fff100 0%);
  color: #004098;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
#point .point_detail .point_box .point-icon-box {
  height: 107px;
  margin: 20px 0;
  text-align: center;
}
#point .point_detail .point_box .point-icon-box svg {
  width: auto;
  height: 100%;
}
#point .point_detail .point_box .point-icon-box .point_text {
  font-size: 14px;
}
#point .point_detail .point_box .point_price {
  margin-top: 10px;
}
#point .point_detail .point_box .point_price .point_price_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#point .point_detail .point_box .point_price .point_price_title {
  width: 85px;
}
#point .point_detail .point_box .point_price .point_price-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 85px);
}
#point .point_detail .point_box .point_price .point_price-contents.point-tag-box .point_price-tag {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #point .point_detail .point_box {
    padding: 0 20px 20px;
  }
  #point .point_detail .point_box .point_num {
    width: 100%;
    padding: 15px 0;
    background: #004098;
    text-align: center;
  }
  #point .point_detail .point_box .point_num svg {
    width: 32px;
  }
  #point .point_detail .point_box .point_title_box {
    margin-top: 50px;
    text-align: center;
  }
  #point .point_detail .point_box .point_title {
    font-size: 21px;
  }
  #point .point_detail .point_box .point-icon-box {
    height: 107px;
    margin: 20px 0;
    text-align: center;
  }
  #point .point_detail .point_box .point-icon-box svg {
    width: auto;
    height: 100%;
  }
  #point .point_detail .point_box .point-icon-box .point_text {
    font-size: 14px;
  }
  #point .point_detail .point_box .point_price {
    margin-top: 10px;
  }
  #point .point_detail .point_box .point_price .point_price_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.7;
  }
  #point .point_detail .point_box .point_price .point_price_title {
    font-size: 12px;
    width: 75px;
  }
  #point .point_detail .point_box .point_price .point_price-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 75px);
    font-size: 12px;
  }
  #point .point_detail .point_box .point_price .point_price-contents.point-tag-box .point_price-tag {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  #point .point_container {
    padding: 16vw 0 21.333vw;
    background: repeating-linear-gradient(-45deg, #CCECFB, #CCECFB 10px, #E5F6FD 10px, #E5F6FD 12px);
  }
  #point .point_container .point_balloon {
    top: -14vw;
    left: calc(1px - (18.133vw + 10vw));
    width: 24.8vw;
    height: 18.133vw;
  }
  #point .point_container .point_balloon .point_balloon_text {
    font-size: 2.667vw;
  }
  #point .point_detail {
    flex-wrap: wrap;
    margin-top: calc(10.667vw + 15px);
  }
  #point .point_detail .point_box {
    width: 100%;
    padding: 0 8vw 8vw;
    background: #fff;
  }
  #point .point_detail .point_box:not(:first-child) {
    margin-top: calc(8vw + 15px );
  }
  #point .point_detail .point_box .point_title_box {
    margin-top: 10.667vw;
    text-align: center;
  }
  #point .point_detail .point_box .point_title {
    display: inline;
    background: linear-gradient(transparent 70%, #fff100 0%);
    color: #004098;
    font-size: 5.333vw;
    font-weight: bold;
    line-height: 1.4;
  }
  #point .point_detail .point_box .point-icon-box {
    height: 21.333vw;
    margin: 5.333vw 0;
    text-align: center;
  }
  #point .point_detail .point_box .point-icon-box svg {
    width: auto;
    height: 21.333vw;
  }
  #point .point_detail .point_box .point-icon-box .point_text {
    font-size: 3.733vw;
  }
  #point .point_detail .point_box .point_price {
    margin-top: 2.667vw;
  }
  #point .point_detail .point_box .point_price .point_price_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.7;
  }
  #point .point_detail .point_box .point_price .point_price_title {
    width: 24vw;
  }
  #point .point_detail .point_box .point_price .point_price-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 24vw);
    font-size: 4.267vw;
  }
  #point .point_detail .point_box .point_price .point_price-contents.point-tag-box .point_price-tag {
    font-size: 3.2vw;
  }
}

.flow .flow_container {
  padding: 100px 0;
  background: #e5f6fd;
}
.flow .flow_box {
  padding-top: 100px;
}
.flow .flow_box:not(:first-child) {
  position: relative;
  z-index: 1;
}
.flow .flow_box:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 45px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #004098 transparent transparent transparent;
}
.flow .flow_title {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  color: #FFF100;
  font-size: 28px;
  font-weight: bold;
  background: #004098;
}
.flow .flow_title::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -15px;
  width: 15px;
  height: 100%;
  background: #004098;
}
.flow .flow_title::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #001E5B transparent transparent;
}
.flow .flow_title .flow_step_text {
  display: block;
  width: 88px;
  margin-right: 50px;
  padding: 15px 0;
}
.flow .flow_title .flow_step_text svg {
  width: 100%;
}
.flow .flow_title .text_small {
  display: inline-block;
  margin-left: 1em;
  font-size: 70%;
}
.flow .flow_title .text_small span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.flow .flow_title .text_small span::before {
  content: "・";
  display: block;
  position: absolute;
  z-index: 2;
  top: -1em;
}
.flow .flow_contents {
  padding: 60px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.flow .flow_contents .text {
  font-size: 14px;
  line-height: 1.7;
}
.flow .flow_contents .flow_border_box {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
}
.flow .flow_contents .flow_border_box .flow_border_title {
  padding: 35px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.flow .flow_contents .flow_border_box .flow_border_title br {
  display: none;
}
.flow .flow_contents .flow_border_box .text br {
  display: none;
}
.flow .flow_contents .flow_caution {
  width: 100%;
  margin-top: 35px;
  padding: 5px 0;
  background: #e42b31;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.flow .flow_contents .flow_caution br {
  display: none;
}
.flow .flow_contents .flow_img_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
}
.flow .flow_contents .flow_img_container .flow_img_box {
  width: 22%;
}
.flow .flow_contents .flow_img_container .flow_img_text {
  margin-top: 20px;
  font-size: 12px;
}
.flow .flow_contents .flow_img_container .flow_img_text .bold {
  display: block;
  font-size: 15px;
}
.flow .flow_contents .flow_arrow_pc {
  position: relative;
  z-index: 1;
  width: 4%;
}
.flow .flow_contents .flow_arrow_pc::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #004098;
}
.flow .flow_contents .flow_step01 .flow_step01_box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.flow .flow_contents .flow_step01 .flow_step01_box:nth-child(3) {
  border-bottom: none;
}
.flow .flow_contents .flow_step01 .flow_step01_title {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.flow .flow_contents .flow_step01 .flow_step01_title::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5em;
  background: #004098;
}
.flow .flow_contents .flow_step01 .flow_step01_subtitle {
  display: block;
  width: 100%;
  padding: 10px 40px;
  background: #004098;
  color: #fff;
}
.flow .flow_contents .flow_step04 .flow_step04_title {
  margin: 40px 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.flow .flow_contents .flow_step04 .flow_list .flow_list_item {
  padding-left: 1em;
  font-weight: bold;
  text-indent: -1em;
}
.flow .flow_contents .flow_step04 .flow_list .flow_list_item::before {
  content: "・";
}
.flow .flow_contents .flow_step04 .flow_list .flow_list_item .caution {
  color: #E42B31;
}
.flow .flow_contents .flow_step04 .flow_list.num_list {
  margin-top: 25px;
}
.flow .flow_contents .flow_step04 .flow_list.num_list .flow_list_item {
  font-weight: normal;
}
.flow .flow_contents .flow_step04 .flow_list.num_list .flow_list_item::before {
  content: none;
}
.flow .flow_contents .flow_step04 .flow_list.num_list .flow_list_item .flow_indet_text01 {
  padding-left: 2em;
  text-indent: -2em;
}
.flow .flow_contents .flow_step04 .flow_list.num_list .flow_list_item .flow_indet_text02 {
  margin-left: 2em;
  padding-left: 2em;
  text-indent: -2em;
}
.flow .flow_contents .flow_step04 .flow_border_box .flow_border_title {
  display: block;
  width: 50%;
  padding: 35px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.flow .flow_contents .flow_step04 .flow_border_box .flow_border_title:not(:first-child) {
  border-left: 1px solid #ccc;
}
.flow .flow_contents .flow_step05 > .text {
  margin-bottom: 1.7em;
}
.flow .flow_contents .flow_step05 .flow_border_box .text .bold {
  display: block;
}
@media screen and (max-width: 768px) {
  .flow .flow_contents .flow_border_box .flow_border_title br {
    display: block;
  }
  .flow .flow_contents .flow_border_box .text {
    padding: 35px 35px 35px 0;
  }
  .flow .flow_contents .flow_border_box .text br {
    display: block;
  }
  .flow .flow_contents .flow_img_container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .flow .flow_container {
    padding: 16vw 0 21.333vw;
  }
  .flow .flow_box {
    padding-top: 16vw;
  }
  .flow .flow_box:not(:first-child) {
    position: relative;
    z-index: 1;
  }
  .flow .flow_box:not(:first-child)::before {
    top: calc(16vw /2 - (4.267vw / 2));
    border-width: 4.267vw 4.267vw 0 4.267vw;
  }
  .flow .flow_title {
    padding: 2.667vw;
    font-size: 5vw;
  }
  .flow .flow_title::before {
    left: -2.667vw;
    width: 2.667vw;
  }
  .flow .flow_title::after {
    left: -2.667vw;
    border-width: 0 2.667vw 2.667vw 0;
  }
  .flow .flow_title .flow_step_text {
    width: 16vw;
    margin-right: 5.333vw;
    padding: 2.667vw 0;
  }
  .flow .flow_title .text_small {
    display: block;
    font-size: 65%;
  }
  .flow .flow_contents {
    padding: 5.333vw;
    border-radius: 0 0 10px 10px;
  }
  .flow .flow_contents .text {
    font-size: 3.733vw;
  }
  .flow .flow_contents .flow_border_box {
    display: block;
    padding: 3.733vw;
  }
  .flow .flow_contents .flow_border_box .flow_border_title {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 4.267vw;
  }
  .flow .flow_contents .flow_border_box .flow_border_title br {
    display: none;
  }
  .flow .flow_contents .flow_border_box .text {
    margin-top: 3.733vw;
    padding: 0;
  }
  .flow .flow_contents .flow_border_box .text br {
    display: none;
  }
  .flow .flow_contents .flow_caution {
    margin-top: 8vw;
    padding: 2.667vw 0;
    font-size: 4.267vw;
  }
  .flow .flow_contents .flow_caution br {
    display: block;
  }
  .flow .flow_contents .flow_img_container .flow_img_box {
    position: relative;
    z-index: 1;
    width: 46%;
  }
  .flow .flow_contents .flow_img_container .flow_img_box:nth-child(n+4) {
    margin-top: 5.333vw;
  }
  .flow .flow_contents .flow_img_container .flow_img_box.odd_img_box::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 10.5vw;
    right: calc(1px - 4.267vw);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.867vw 0 1.867vw 1.867vw;
    border-color: transparent transparent transparent #004098;
  }
  .flow .flow_contents .flow_img_container .flow_img_text {
    margin-top: 5.333vw;
    font-size: 3.2vw;
  }
  .flow .flow_contents .flow_img_container .flow_img_text .bold {
    display: block;
    font-size: 3.733vw;
  }
  .flow .flow_contents .flow_step01 .flow_step01_box {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  .flow .flow_contents .flow_step01 .flow_step01_title {
    font-size: 4.267vw;
  }
  .flow .flow_contents .flow_step01 .flow_step01_subtitle {
    padding: 2.667vw 5.333vw;
    font-size: 3.733vw;
  }
  .flow .flow_contents .flow_step04 .flow_step04_title {
    margin: 5.333vw 0 2.667vw;
    font-size: 4.267vw;
  }
  .flow .flow_contents .flow_step04 .flow_list .flow_list_item {
    font-size: 3.733vw;
    line-height: 1.7;
  }
  .flow .flow_contents .flow_step04 .flow_list .flow_list_item::before {
    content: "・";
  }
  .flow .flow_contents .flow_step04 .flow_list .flow_list_item:not(:first-child) {
    margin-top: 0.5em;
  }
  .flow .flow_contents .flow_step04 .flow_list .flow_list_item .caution {
    color: #E42B31;
  }
  .flow .flow_contents .flow_step04 .flow_list.num_list {
    margin-top: 5.333vw;
  }
  .flow .flow_contents .flow_step04 .flow_border_box .flow_border_title {
    width: 100%;
    padding: 0;
    font-size: 4.267vw;
  }
  .flow .flow_contents .flow_step04 .flow_border_box .flow_border_title:not(:first-child) {
    margin-top: 3.733vw;
    padding-top: 3.733vw;
    border-top: 1px solid #ccc;
    border-left: none;
  }
  .flow .flow_contents .flow_step05 > .text {
    margin-bottom: 1.7em;
  }
}

.schedule .schedule_container {
  padding: 90px 0 100px;
}
.schedule .schedule_text {
  display: block;
  margin: 90px auto;
  font-size: 16px;
}
.schedule .schedule_text .caution {
  color: #e42b31;
  font-weight: bold;
}
.schedule .schedule_text .caution2 {
  color: #004098;
  font-weight: bold;
}
.schedule .schedule_table_box {
  margin-top: 90px;
}
.schedule .schedule_table_box .schedule_table_title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #004098;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.schedule .schedule_table_box .schedule_table_title::before {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  margin-right: 0.3em;
  background: #004098;
}
.schedule .schedule_table_box .schedule_table_title br {
  display: none;
}
.schedule .schedule_table_box .schedule_table_inner {
  width: 100%;
}
.schedule .schedule_table_box .schedule_table {
  width: 980px;
  border-collapse: collapse;
}
.schedule .schedule_table_box .schedule_table .schedule_table_subtitle {
  padding: 15px 0;
  color: #004098;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: #e5f6fd;
  border: 2px solid #004098;
  vertical-align: middle;
}
.schedule .schedule_table_box .schedule_table .schedule_table_subtitle:nth-child(1) {
  width: 235px;
}
.schedule .schedule_table_box .schedule_table .schedule_table_subtitle:nth-child(2) {
  width: 335px;
}
.schedule .schedule_table_box .schedule_table .schedule_table_contents {
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #004098;
}
.schedule .schedule_table_box .schedule_table .schedule_table_contents.center_item {
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
}
.schedule .schedule_table_caution {
  margin-top: 90px;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .schedule .schedule_table_box .schedule_table_inner {
    width: 100%;
    overflow: scroll;
  }
  .schedule .schedule_table_box .schedule_table {
    border-collapse: collapse;
  }
}
@media screen and (max-width: 480px) {
  .schedule .schedule_container {
    padding: 16vw 0;
  }
  .schedule .schedule_text {
    margin: 16vw auto;
    font-size: 3.733vw;
  }
  .schedule .schedule_table_box {
    margin-top: 16vw;
  }
  .schedule .schedule_table_box .schedule_table_title {
    align-items: baseline;
    margin-bottom: 8vw;
    font-size: 5.333vw;
    line-height: 1.7;
  }
  .schedule .schedule_table_box .schedule_table_title::before {
    content: "";
    display: block;
    width: 0.65em;
    height: 0.65em;
    margin-right: 0.3em;
    background: #004098;
  }
  .schedule .schedule_table_box .schedule_table_title br {
    display: block;
  }
  .schedule .schedule_table_caution {
    margin-top: 16vw;
    font-size: 3.733vw;
    text-align: left;
  }
}