@charset "UTF-8";
/*!------------------------
 * Styles
 *------------------------*/
/*!
 * Google font
 * https://fonts.google.com/specimen/Noto+Sans+JP?standard-styles=&sidebar.open=true&selection.family=Noto+Sans+JP:wght@400;500;700
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*!
 * a_bank_icon
 */
@font-face {
  font-family: "a_bank_icon";
  src: url("/contents/assets/fonts/a_bank_icon.eot?4ordj9");
  src: url("/contents/assets/fonts/a_bank_icon.eot?4ordj9#iefix") format("embedded-opentype"), url("/contents/assets/fonts/a_bank_icon.ttf?4ordj9") format("truetype"), url("/contents/assets/fonts/a_bank_icon.woff?4ordj9") format("woff"), url("/contents/assets/fonts/a_bank_icon.svg?4ordj9#a_bank_icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*!
 * Bootstrap Reboot v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 1rem;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 1rem;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-top: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-top: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 1rem 0 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #004DA1;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #4090EE;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 1rem;
  margin-bottom: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@media (max-width: 320px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* base */
body {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: .05em;
  word-break: break-word;
}

@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

body.is_fixed {
  overflow: hidden;
}

* {
  min-width: 0;
  min-height: 0;
}

*:focus {
  outline-width: 4px;
}

details,
picture {
  display: block;
}

img {
  max-width: 100%;
}

.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

/*!------------------------
 * Layout
 * 接頭辞 .l-xxx
 *------------------------*/
/* .l_wrapper */
.l_wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .l_wrapper {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .l_wrapper {
    min-width: 1080px;
  }
}

/* .l_header */
.l_header_top {
  background: #F6F6F6;
}

@media (max-width: 767px) {
  .l_header_top {
    display: none !important;
  }
}

.l_header_top_inner {
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 2.5rem;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.l_header_top_nav {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1;
}

.l_header_top_nav_item {
  position: relative;
  display: inline-block;
  border-right: 1px solid #231916;
  padding: 0 0.625rem;
}

.l_header_top_nav_item.is-active:after {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: calc(100% - 20px);
  height: 3px;
  background: #004DA1;
  margin: auto;
  content: "";
}

.l_header_top_nav_link {
  color: #231916;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l_header_top_nav_link:focus, .l_header_top_nav_link:hover {
  color: #0068b7;
  text-decoration: none;
}

.l_header_top_nav_item.is-active .l_header_top_nav_link {
  color: #004DA1;
  font-weight: 500;
  cursor: default;
}

.l_header_top_globalsite {
  margin-left: auto;
}

.l_header_top_globalsite_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 24px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  color: #444;
  font-size: 0.75rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l_header_top_globalsite_btn:focus, .l_header_top_globalsite_btn:hover {
  color: #0068b7;
  text-decoration: none;
}

.l_header_top_globalsite_btn .u_icon {
  margin-right: .5em;
  font-size: 1rem;
}

.l_header_top_logo_phd {
  margin: 0 0 0 20px;
}

.l_header_top_logo_phd_btn {
  margin: 0;
}


.l_header_wrap {
  position: relative;
}

@media (max-width: 767px) {
  .l_header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }
}

@media (max-width: 767px) {
  .l_header_wrap.is_fixed {
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  .l_header_wrap.is_fixed {
    height: 160px;
  }
}

.l_header {
  background: #fff;
}

.l_header_wrap .l_header {
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

@media (min-width: 768px) {
  .l_header_wrap.is_fixed .l_header {
    position: fixed;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-animation: fadeInDown .5s ease-in-out forwards;
            animation: fadeInDown .5s ease-in-out forwards;
  }
}

.l_header_inner {
  position: relative;
}

@media (max-width: 767px) {
  .l_header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 0 0 0 1.25rem;
  }
}

@media (min-width: 768px) {
  .l_header_inner {
    max-width: 1440px;
    padding: 1.25rem 2.5rem;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .l_header_inner:after {
    display: table;
    clear: both;
    content: "";
  }
  .l_header_wrap.is_fixed .l_header_inner {
    padding: 1.25rem 2.5rem;
  }
}

.l_header_logo {
  line-height: 1;
}

@media (max-width: 767px) {
  .l_header_logo {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0 0 5px;
  }
}

@media (max-width: 320px) {
  .l_header_logo {
    width: 32vw;
  }
}

@media (min-width: 768px) {
  .l_header_logo {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0;
  }
  .l_header_logo a {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l_header_logo a:focus, .l_header_logo a:hover {
    opacity: .8;
  }
  .l_header_logo img {
    width: 220px;
    height: auto;
  }
  .l_header_wrap.is_fixed .l_header_logo {
    margin: 0 1.25rem 0 0;
  }
  .l_header_wrap.is_fixed .l_header_logo img {
    width: 150px;
    height: auto;
  }
}

.l_header_logo_code {
  margin-left: 10px;
  color: #999;
  font-size: 0.625rem;
  font-weight: normal;
  vertical-align: bottom;
  line-height: 1.3;
  word-break: keep-all;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.l_header_wrap.is_fixed .l_header_logo_code {
  display: none;
}

@media (max-width: 767px) {
  .l_header_logo_code {
    display: none;
  }
}

.l_header_utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 0 0 auto;
}

@media (min-width: 768px) {
  .l_header_utility {
    float: right;
    position: relative;
  }
  .l_header_wrap.is_fixed .l_header_utility {
    margin-left: 1.875rem;
  }
}

.l_header_utility_item_search {
  margin-right: 1.875rem;
}

@media (max-width: 767px) {
  .l_header_utility_item_search {
    display: none;
  }
}

.l_header_wrap.is_fixed .l_header_utility_item_search {
  display: none;
}

.l_header_utility_item_menu {
  margin: 0 0 0 5px;
}

@media (min-width: 768px) {
  .l_header_utility_item_menu {
    display: none;
  }
}

.l_header_nav {
  float: right;
  clear: right;
  margin: 1.875rem 0 0;
  font-size: 1.0625rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .l_header_nav {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .l_header_wrap.is_fixed .l_header_nav {
    clear: none;
    margin: 0.625rem 0 0;
    font-size: 0.9375rem;
  }
}

.l_header_nav_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.l_header_nav_list_item {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.l_header_nav_list_item:not(:first-child) {
  margin-left: 2em;
}

@media (min-width: 768px) {
  .l_header_wrap.is_fixed .l_header_nav_list_item:not(:first-child) {
    margin-left: 1em;
  }
}

.l_header_nav_list_link {
  color: #231916;
  -webkit-transition: color .3s ease-in-out, opacity .3s ease-in-out;
  -o-transition: color .3s ease-in-out, opacity .3s ease-in-out;
  transition: color .3s ease-in-out, opacity .3s ease-in-out;
}

.l_header_nav_list_link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #FCD000;
  margin: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  content: "";
}

.l_header_nav_list_link:focus, .l_header_nav_list_link:hover {
  text-decoration: none;
  color: #231916;
  opacity: .8;
}

.l_header_nav_list_link:focus:after, .l_header_nav_list_link:hover:after {
  width: 100%;
  opacity: 1;
}

.l_header_nav_list_link.is_current:after, .l_header_nav_list_link.is_active:after {
  width: 100%;
  opacity: 1;
}

.l_header_btn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #fff url(/contents/assets/images/icon/menu.svg) center center no-repeat;
  background-size: 26px 26px;
  border: 0;
  padding: 0;
}

.l_header_btn:after, .l_header_btn:before {
  position: absolute;
  top: 16px;
  display: none;
  width: 39px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
}

.l_header_btn:before {
  left: 16px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l_header_btn:after {
  right: 16px;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l_header_btn:focus {
  outline: none;
}

.l_header_btn.is_active {
  background: #004DA1;
}

.l_header_btn.is_active:after, .l_header_btn.is_active:before {
  display: block;
}

.l_header_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l_header_login_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.375rem;
  height: 2.5rem;
  background: #FFF4C1;
  border: 0;
  padding: 0;
  color: #231916;
  font-size: 0.625rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .l_header_login_link {
    width: 10rem;
    font-size: 1rem;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
  .l_header_login_link:hover {
    color: #004DA1;
    text-decoration: none;
  }
  .l_header_wrap.is_fixed .l_header_login_link {
    width: 7.5rem;
    font-size: 0.875rem;
  }
}

.l_header_login_link_toggle {
  position: relative;
  background-color: #FCD000;
  margin-left: 1px;
}

.l_header_login_link_toggle:focus {
  outline: none;
}

.l_header_login_link_toggle.is_active {
  outline: none;
}

.l_header_login_link_toggle.is_active:before {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  margin: auto;
  z-index: 200;
  content: "";
}

.l_header_login_overlay {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 100%;
  background: #fff;
  padding: 1.875rem 1.25rem;
  -webkit-box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
          box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
  z-index: 4;
}

@media (min-width: 768px) {
  .l_header_login_overlay {
    top: calc(100% + 10px);
    width: 820px;
  }
}

@media (min-width: 768px) {
  .l_header_login_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l_header_login_column_item {
    width: 50%;
    padding: 0.625rem 1.875rem 0.625rem 0;
  }
  .l_header_login_column_item:last-child {
    padding: 0.625rem 0 0.625rem 1.875rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.l_header_login_heading {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.l_header_login_btn_personal {
  display: block;
  background: #D70110;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin: 0.9375rem 0 1.25rem;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .l_header_login_btn_personal {
    padding: 1.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l_header_login_btn_personal:focus, .l_header_login_btn_personal:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none;
  }
}

.l_header_login_btn_personal.is_houjin {
  background: #004DA1;
}

.l_header_login_btn_sub {
  display: inline-block;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 1em;
  color: #231916;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 768px) {
  .l_header_login_btn_sub {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l_header_login_btn_sub:focus, .l_header_login_btn_sub:hover {
    opacity: .8;
    color: #231916;
    text-decoration: none;
  }
}

.l_header_login_btn_caption {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}

.l_header_login_btngroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l_header_login_btngroup_item {
  width: 49%;
}

/* .l_header_search */
.l_header_search {
  position: relative;
}

.l_header_search_input {
  width: 200px;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 0.625rem 2.5rem 0.625rem 0.3125rem;
  font-size: 0.875rem;
  line-height: 1;
}

.l_header_search_submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

/* .l_footer */
.l_footer {
  background: #444;
  padding: 1.25rem 0 0.625rem;
  color: #fff;
}

@media (min-width: 768px) {
  .l_footer {
    position: relative;
    padding: 1.875rem 0 1.25rem;
  }
}

.l_footer_wrap {
  margin: 3.75rem 0 0;
}

@media (min-width: 768px) {
  .l_footer_wrap {
    margin: 7.5rem 0 0;
  }
}

.l_footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.25rem;
}

@media (min-width: 768px) {
  .l_footer_inner {
    display: block;
    max-width: 1100px;
    padding: 0 0.625rem;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.l_footer_company {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin: 0 1em 0 0;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .l_footer_company {
    display: block;
    margin: 0;
    text-align: center;
  }
  .l_footer_company_item {
    display: inline-block;
  }
  .l_footer_company_item:not(:first-child) {
    margin: 0 0 0 3em;
  }
}

.l_footer_pagetop {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 768px) {
  .l_footer_pagetop {
    position: absolute;
    top: 30px;
    right: 1.25rem;
  }
}

.l_footer_pagetop_btn {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
}

@media (min-width: 768px) {
  .l_footer_pagetop_btn {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l_footer_pagetop_btn:focus, .l_footer_pagetop_btn:hover {
    opacity: .8;
  }
}

.l_footer_pagetop_btn:before {
  display: inline-block;
  line-height: 1 !important;
  content: "\e934";
  color: #fff;
  font-size: 1.8125rem;
}

@media (min-width: 768px) {
  .l_footer_pagetop_btn:before {
    font-size: 2.4375rem;
  }
}

.l_footer_copyright {
  margin: 1.875rem 0 0;
  text-align: center;
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  .l_footer_copyright {
    margin: 0.625rem 0 0;
    font-size: 0.75rem;
  }
}

.l_footer_copyright small {
  font-size: 1em;
}

/* .l_footer_sns */
.l_footer_sns, .l_global_sp_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem 0;
}

.l_footer_sns_item, .l_global_sp_sns_item {
  margin: 0 0.625rem;
}

.l_footer_sns_item > a, .l_global_sp_sns_item > a {
  display: inline-block;
  background: #fff;
}

/* .l_global_sp_logo_phd */
.l_global_sp_logo_phd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem 0 5rem 0;
  background: #fff;
}

.l_global_sp_logo_phd a {
	width: 70%;
}

@media (min-width: 768px) {
  .l_footer_sns_item > a img, .l_global_sp_sns_item > a img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l_footer_sns_item > a:hover img, .l_global_sp_sns_item > a:hover img {
    opacity: .8;
  }
}

.l_footer_sns_heading, .l_global_sp_sns_heading {
  margin-right: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}

/* .l_footer_nav */
.l_footer_nav {
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .l_footer_nav {
    padding: 3.125rem 0;
  }
}

.l_footer_nav_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .l_footer_nav_list {
    max-width: 1100px;
    padding: 0 0.625rem;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .l_footer_nav_list_item {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 1.25rem 1.875rem;
  }
}

@media (min-width: 768px) {
  .l_footer_nav_list_item {
    display: inline-block;
  }
  .l_footer_nav_list_item:after {
    margin: 0 1em;
    content: "｜";
  }
  .l_footer_nav_list_item:last-child:after {
    display: none;
  }
}

.l_footer_nav_list_link {
  color: #231916;
}

@media (max-width: 767px) {
  .l_footer_nav_list_link {
    position: relative;
    display: inline-block;
    padding-left: 2em;
  }
}

@media (min-width: 768px) {
  .l_footer_nav_list_link {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l_footer_nav_list_link:hover {
    text-decoration: none;
  }
}

.l_footer_nav_list_link:before {
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e939";
  position: absolute;
  left: 0;
  color: #004DA1;
}

@media (min-width: 768px) {
  .l_footer_nav_list_link:before {
    display: none;
  }
}

/* .l_footer_other */
@media (min-width: 768px) {
  .l_footer_other {
    border-top: 1px solid #ddd;
    padding: 2.5rem 0 2.125rem;
  }
}

.l_footer_other_btn {
  position: relative;
  display: block;
  width: 100%;
  background: #0F66C3;
  border: 0;
  border-bottom: 1px solid #0F66C3;
  border-left: 1.25rem solid #0F66C3;
  padding: 1.25rem 2.5rem 1.1875rem 0.625rem;
  color: #fff;
  text-align: left;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l_footer_other_btn.is_active {
  background-color: #fff;
  border-bottom-color: #ccc;
  color: #0F66C3;
}

@media (min-width: 768px) {
  .l_footer_other_btn {
    display: none !important;
  }
}

.l_footer_other_btn_icon {
  position: absolute;
  top: 0;
  right: 1.25rem;
  bottom: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  line-height: 1;
}

.l_footer_other_btn_icon:after, .l_footer_other_btn_icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background: #fff;
  margin: auto;
  content: "";
}

.l_footer_other_btn.is_active .l_footer_other_btn_icon:after, .l_footer_other_btn.is_active .l_footer_other_btn_icon:before {
  background: #0F66C3;
}

.l_footer_other_btn_icon:before {
  width: 100%;
  height: 2px;
}

.l_footer_other_btn_icon:after {
  width: 2px;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l_footer_other_btn.is_active .l_footer_other_btn_icon:after {
  height: 0;
}

.l_footer_other_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .l_footer_other_list {
    display: none;
    border-left: 1.25rem solid #0F66C3;
  }
}

@media (min-width: 768px) {
  .l_footer_other_list {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .l_footer_other_list_item {
    position: relative;
    background: #F6F6F6;
    border-bottom: 1px solid #ccc;
    padding: 1rem 3.4375rem 1rem 0.625rem;
  }
}

@media (min-width: 768px) {
  .l_footer_other_list_item {
    display: inline-block;
    margin: .5em 0;
  }
}

.l_footer_other_list_item:after {
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e920";
}

@media (max-width: 767px) {
  .l_footer_other_list_item:after {
    position: absolute;
    right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .l_footer_other_list_item:after {
    margin: 0 1em;
    content: "｜";
  }
}

@media (min-width: 768px) {
  .l_footer_other_list_item:last-child:after {
    display: none;
  }
}

.l_footer_other_list_link {
  color: #444;
}

@media (min-width: 768px) {
  .l_footer_other_list_link {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l_footer_other_list_link:focus, .l_footer_other_list_link:hover {
    text-decoration: none;
  }
}

.l_footer_banner {
  background-color: #F6F6F6;
}

.l_footer_banner .l_footer_inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.l_footer_banner .l_footer_inner > *:first-child {
  margin-top: 0 !important;
}

.l_footer_banner .l_footer_inner > *:last-child {
  margin-bottom: 0 !important;
}

.l_footer_banner_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #444;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .l_footer_banner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l_footer_banner_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .l_footer_banner_list > li:not(:first-child) {
    margin-top: 1em;
  }
}

.l_footer_banner_list > li > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0  auto;
          flex: 0 0  auto;
  margin: 0 1rem 0 0;
}

@media (max-width: 767px) {
  .l_footer_banner_list > li > a {
    max-width: 80px;
    margin: 0 10px 0 0;
  }
}

@media (min-width: 768px) {
  .l_footer_banner_list > li > a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l_footer_banner_list > li > a:focus, .l_footer_banner_list > li > a:hover {
    opacity: .8;
  }
}

.l_footer_banner_list > li_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* .l_megamenu */
.l_megamenu {
  position: relative;
  color: #fff;
}

.l_header_wrap .l_megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l_megamenu a {
  color: #fff;
}

@media (max-width: 767px) {
  .l_megamenu {
    display: none !important;
  }
}

.l_megamenu_item {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  background: #004691;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.l_megamenu_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  min-height: 400px;
  margin: 0 auto;
}

.l_megamenu_header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40.7407407407%;
  max-width: 550px;
}

.l_megamenu_header_contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 3.5rem 1.875rem 1.875rem;
}

.l_megamenu_header_image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow: hidden;
}

.l_megamenu_header_image img {
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  margin: auto;
  width: 100%;
}

.l_megamenu_heading {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.75rem;
  font-weight: 500;
}

.l_megamenu_heading:before {
  position: absolute;
  top: .25em;
  left: 0;
  width: 3px;
  height: 1.875rem;
  background: #FCD000;
  content: "";
}

.l_megamenu_heading_caption {
  display: block;
  margin-top: .5em;
  font-size: 0.875rem;
  font-weight: normal;
}

.l_megamenu_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #004DA1;
  padding: 3.125rem;
}

.l_megamenu_body .l_megamenu_btn {
  margin-top: auto;
}

.l_megamenu_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.125rem;
}

.l_megamenu_nav_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 50%;
  padding: 0 3.125rem 0 0;
  font-weight: 500;
}

.l_megamenu_nav_list:nth-child(even) {
  padding: 0 0 0 3.125rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.l_megamenu_nav_list > li {
  position: relative;
  padding-left: 1.5em;
}

.l_megamenu_nav_list > li:not(:first-child) {
  margin-top: 2em;
}

.l_megamenu_nav_list > li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e939";
}

.l_megamenu_nav_list > li > a {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.l_megamenu_nav_list > li > a:hover {
  opacity: .8;
  text-decoration: none;
}

.l_megamenu_btn {
  border: 1px solid #fff;
  padding: 1em;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l_megamenu_btn:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.l_megamenu_btn:before {
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e939";
  margin-right: 10px;
}

/* .l_global_parent */
.l_global_uncle,
.l_global_child,
.l_global_parent {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.l_global_parent {
  font-size: 0.9375rem;
  font-weight: 500;
}

.l_global_parent a:focus {
  text-decoration: none;
}

.l_global_parent > li {
  border-bottom: 1px solid #3A7BCB;
}

.l_global_parent > li > a {
  position: relative;
  display: block;
  background: #0F66C3;
  padding: 1.25rem 1.875rem;
  color: #fff;
}

.l_global_parent > li > a:after {
  position: absolute;
  right: .9rem;
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e920";
}

.l_global_parent_label:after, .l_global_child_label:after, .l_global_parent_label:before, .l_global_child_label:before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  background: #fff;
  margin: auto;
  content: "" !important;
}

.l_global_parent_label:before, .l_global_child_label:before {
  right: 9px;
  width: 16px;
  height: 2px;
}

.l_global_parent_label:after, .l_global_child_label:after {
  right: 16px !important;
  width: 2px;
  height: 16px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l_global_parent_label.is_active:after, .is_active.l_global_child_label:after {
  height: 0;
}

.l_global_uncle,
.l_global_child {
  display: none;
}

.l_global_child {
  background: #0F66C3;
  padding-left: 1.25rem;
  font-size: 0.8125rem;
}

.l_global_child > li {
  border-top: 1px solid #ddd;
}

.l_global_child > li > a {
  position: relative;
  display: block;
  background: #fff;
  padding: 1em 1.875rem 1em 1.25rem;
  color: #004DA1;
}

.l_global_child > li > a:after {
  position: absolute;
  right: .9rem;
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e920";
}

.l_global_child_label:after, .l_global_child_label:before {
  background-color: #004DA1;
}

.l_global_uncle {
  font-size: 0.75rem;
  font-weight: normal;
}

.l_global_uncle > li > a {
  position: relative;
  display: block;
  background: #F6F6F6;
  border-top: 1px solid #ddd;
  padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  color: #231916;
}

.l_global_uncle > li > a:after {
  position: absolute;
  right: .9rem;
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e920";
}

/* .l_global_sp */
.l_global_sp {
  position: fixed;
  top: 60px;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100vh - 60px);
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 100;
}

@media (min-width: 768px) {
  .l_global_sp {
    display: none !important;
  }
}

.l_global_sp_nav {
  background: #fff;
}

.l_global_sp_search {
  background: #004DA1;
  padding: 1.25rem 1.875rem 0;
  font-size: 0.875rem;
}

.l_global_sp_search_form {
  position: relative;
}

.l_global_sp_search_form_input {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 15px 40px 15px 20px;
}

.l_global_sp_search_form_submit {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.l_global_sp_utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #004DA1;
  padding: 15px 10px;
  color: #fff;
}

.l_global_sp_utility_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 40px;
  padding: 0 20px;
}

.l_global_sp_utility_item:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.l_global_sp_utility_item:nth-child(n+3) {
  margin-top: 10px;
}

.l_global_sp_utility_item.is_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l_global_sp_utility_item .u_icon {
  margin-right: 10px;
  font-size: 1.25rem;
}

.l_global_sp_utility_item a {
  color: #fff;
}

.l_global_sp_sns {
  background: #fff;
  padding: 1.25rem 1.875rem;
  margin: 0;
}

/* .l_nav_modal */
.l_nav_modal {
  position: fixed;
  right: 0;
  bottom: 125px;
  z-index: 50;
}

@media (max-width: 767px) {
  .l_nav_modal {
    display: none !important;
  }
}

.l_nav_modal_item {
  display: block;
}

.l_nav_modal_item + .l_nav_modal_item {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .l_nav_modal a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l_nav_modal a:focus, .l_nav_modal a:hover {
    opacity: .8;
  }
}

.l_nav_modal.is_follow {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l_pagetop {
  position: fixed;
  bottom: 30px;
  right: 1.25rem;
  width: 30px;
  height: 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .l_pagetop {
    width: 40px;
    height: 40px;
    top: auto;
  }
}

.l_pagetop.is_active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.l_pagetop.is_fixed {
  display: none;
  opacity: 0;
}

.l_pagetop_btn {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
}

@media (min-width: 768px) {
  .l_pagetop_btn {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l_pagetop_btn:focus, .l_pagetop_btn:hover {
    opacity: .8;
  }
}

.l_pagetop_btn:before {
  display: inline-block;
  line-height: 1 !important;
  content: "\e934";
  color: #231916;
  font-size: 29px;
}

@media (min-width: 768px) {
  .l_pagetop_btn:before {
    font-size: 39px;
  }
}

@media (min-width: 768px) {
  .l_container_inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .l_container_news .l_container_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l_container_news .l_container_aside > *:first-child,
.l_container_news .l_container_main > *:first-child {
  margin-top: 0 !important;
}

.l_container_news .l_container_aside > *:last-child,
.l_container_news .l_container_main > *:last-child {
  margin-bottom: 0 !important;
}

.l_container_news .l_container_main {
  padding: 0 1.875rem;
}

@media (min-width: 768px) {
  .l_container_news .l_container_main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 0;
  }
}

.l_container_news .l_container_aside {
  padding: 0 1.25rem;
  margin: 3.125rem 0 0 0;
}

@media (min-width: 768px) {
  .l_container_news .l_container_aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 200px;
    padding: 0;
    margin: 0 0 0 50px;
  }
}

/*!------------------------
 * Components
 * 接頭辞 .c-xxx
 *------------------------*/
/* .c_contents */
.c_contents_bg_gray,
.c_contents {
  margin: 3.125rem 0 0;
}

@media (min-width: 768px) {
  .c_contents_bg_gray,
  .c_contents {
    margin: 7.5rem 0 0;
  }
}

.c_contents_inner {
  padding: 0 1.875rem;
}

@media (min-width: 768px) {
  .c_contents_inner {
    max-width: 1000px;
    padding: 0 2.5rem;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.c_contents_inner > *:first-child {
  margin-top: 0 !important;
}

.c_contents_inner > *:last-child {
  margin-bottom: 0 !important;
}

/* .c_contents_bg_gray */
.c_contents_bg_gray {
  position: relative;
  padding: 3.125rem 0 0;
}

@media (min-width: 768px) {
  .c_contents_bg_gray {
    padding: 5rem 0 0;
  }
}

.c_contents_bg_gray:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 89.3333333333%;
  height: 100%;
  max-height: 300px;
  background: #F6F6F6;
  z-index: 1;
  content: "";
}

@media (min-width: 768px) {
  .c_contents_bg_gray:after {
    width: 73.9583333333vw;
    max-height: 430px;
  }
}

.c_contents_bg_gray > * {
  position: relative;
  z-index: 2;
}

.c_contents_bg_gray_right:after {
  left: auto;
  right: 0;
}

/* .c_contents_bg_xxx */
.c_contents_bg_all_gray,
.c_contents_bg_aqua {
  padding: 1.875rem 0;
}

@media (min-width: 768px) {
  .c_contents_bg_all_gray,
  .c_contents_bg_aqua {
    padding: 5rem 0;
  }
}

.c_contents_bg_aqua {
  background: #EAF6FD;
}

.c_contents_bg_all_gray {
  background: #F6F6F6;
}

/* .c_breadcrumb */
.c_breadcrumb {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.8125rem;
}

@media (max-width: 767px) {
  .c_breadcrumb {
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 10px;
  }
}

.c_breadcrumb_item {
  display: inline;
  color: #7F7F7F;
}

.c_breadcrumb_item:not(:last-child):after {
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e920";
  margin: 0 1em;
  color: #004DA1;
  font-size: .9em;
}

.c_breadcrumb_item a {
  color: #7F7F7F;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .c_breadcrumb_item a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_breadcrumb_item a:focus, .c_breadcrumb_item a:hover {
    opacity: .8;
    color: #231916;
  }
}

/* .c_heading_lvxx */
.c_heading_icon + *,
.c_heading_point + *,
.c_heading_lv5 + *,
.c_heading_lv4 + *,
.c_heading_lv3 + *,
.c_heading_lv2 + * {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .c_heading_icon + *,
  .c_heading_point + *,
  .c_heading_lv5 + *,
  .c_heading_lv4 + *,
  .c_heading_lv3 + *,
  .c_heading_lv2 + * {
    margin-top: 1.875rem;
  }
}

.c_heading_lv2 {
  position: relative;
  padding-top: 1.25rem;
  margin: 3.125rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  z-index: 2;
  background: url(/contents/assets/images/common/bg_heading_lv2.svg) 0 0 no-repeat;
}

@media (min-width: 768px) {
  .c_heading_lv2 {
    padding-top: 1.875rem;
    margin: 7.5rem 0 0;
    font-size: 1.75rem;
  }
}

.c_heading_lv2_caption {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.c_heading_lv2_block {
  margin: 3.125rem 1.25rem 0;
}

@media (min-width: 768px) {
  .c_heading_lv2_block {
    max-width: 1000px;
    background-position: 2.5rem 0;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.c_heading_lv3 {
  background: #F6F6F6 url(/contents/assets/images/common/bg_heading_lv3.svg) no-repeat;
  background-size: 4px 100%;
  padding: 0.625rem 0.625rem 0.625rem 1.5rem;
  margin: 2.5rem 0 0;
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_heading_lv3 {
    padding: 0.625rem 0.625rem 0.625rem 1.875rem;
    margin: 5rem 0 0;
    font-size: 1.25rem;
  }
}

.c_heading_lv4 {
  border-bottom: 1px solid #231916;
  padding-bottom: 0.625rem;
  margin: 2.5rem 0 0;
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_heading_lv4 {
    margin: 4.375rem 0 0;
    font-size: 1.125rem;
  }
}

.c_heading_lv4 + * {
  margin-top: 1.25rem;
}

.c_heading_lv5 {
  margin: 1.5em 0 0;
  color: #004DA1;
  font-size: 0.9375rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_heading_lv5 {
    font-size: 1.125rem;
  }
}

/* .c_heading_point */
.c_heading_point {
  border-bottom: 1px solid #ddd;
  padding: 0.3125rem 0 1.5625rem;
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_heading_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 1.875rem 0 0;
  }
}

.c_heading_point + .c_heading_point {
  margin-top: 1.25rem;
}

.c_heading_point_icon {
  display: inline-block;
  background: #FFF8D8;
  border-radius: 4px;
  padding: 0 1rem;
  color: #FC6700;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
}

.c_heading_point_icon > strong {
  font-size: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_heading_point_icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 150px;
    margin-right: 1.25rem;
    text-align: center;
  }
  .c_heading_point_icon > strong {
    position: relative;
    bottom: 2px;
    font-size: 1.625rem;
  }
}

.c_heading_point_wrapper {
  margin: 0.625rem 0 0;
}

@media (min-width: 768px) {
  .c_heading_point_wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0.3125rem 0 0;
  }
}

.c_heading_point_small, .c_heading_point_strong {
  font-size: 1rem;
}

.c_heading_point_strong {
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_heading_point_strong {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .c_heading_point_small {
    font-size: 1.125rem;
  }
}

.c_heading_point_caption {
  display: block;
  margin: 0.3125rem 0 0;
  color: #666;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .c_heading_point_caption {
    font-size: 0.9375rem;
  }
}

/* .c_heading_icon */
.c_heading_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_heading_icon {
    margin: 1.875rem 0 0;
  }
}

.c_heading_icon_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.c_heading_icon_text {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_heading_icon_text {
    font-size: 1.625rem;
  }
}

.c_heading_icon_caption {
  display: block;
  color: #666;
  font-size: 0.875rem;
  font-weight: normal;
}

@media (min-width: 768px) {
  .c_heading_icon_caption {
    font-size: 0.9375rem;
  }
}

.c_heading_icon .u_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0.625rem 0 0;
  color: #004DA1;
  font-size: 2.5rem;
}

/* .c_text */
.c_text_catchcopy_center,
.c_text_catchcopy,
.c_text_sub,
.c_text {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_text_catchcopy_center,
  .c_text_catchcopy,
  .c_text_sub,
  .c_text {
    margin: 1.875rem 0 0;
  }
}

@media (min-width: 768px) {
  .c_text_catchcopy_center a img,
  .c_text_catchcopy a img,
  .c_text_sub a img,
  .c_text a img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_text_catchcopy_center a:hover img,
  .c_text_catchcopy a:hover img,
  .c_text_sub a:hover img,
  .c_text a:hover img {
    opacity: .8;
  }
}

.c_text_catchcopy_center + .c_text_catchcopy_center,
.c_text_catchcopy_center + .c_text_catchcopy,
.c_text_catchcopy_center + .c_text_sub,
.c_text_catchcopy_center + .c_text,
.c_text_catchcopy + .c_text_catchcopy_center,
.c_text_catchcopy + .c_text_catchcopy,
.c_text_catchcopy + .c_text_sub,
.c_text_catchcopy + .c_text,
.c_text_sub + .c_text_catchcopy_center,
.c_text_sub + .c_text_catchcopy,
.c_text_sub + .c_text_sub,
.c_text_sub + .c_text,
.c_text + .c_text_catchcopy_center,
.c_text + .c_text_catchcopy,
.c_text + .c_text_sub,
.c_text + .c_text {
  margin-top: 0.625rem;
}

.c_text_catchcopy {
  color: #004DA1;
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_text_catchcopy {
    font-size: 1.5rem;
  }
}

.c_text_catchcopy_caption {
  display: block;
  color: #231916;
  font-size: 0.875rem;
  font-weight: normal;
}

.c_text_catchcopy_center {
  color: #004DA1;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 768px) {
  .c_text_catchcopy_center {
    font-size: 1.25rem;
  }
}

.c_text_sub {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .c_text_sub {
    font-size: 0.875rem;
  }
}

.c_text_link {
  color: #004DA1;
  text-decoration: underline;
}

.c_tag {
  display: inline-block;
  background: #E4F7FF;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0 1em;
  color: #004DA1;
  font-size: 0.75rem;
  line-height: 1.7;
}

.c_tag_light_green {
  background: #F7FAD4;
  color: #39B724;
}

.c_tag_yellow {
  background: #FFF4C1;
  color: #EB840C;
}

.c_tag_purple {
  background: #FAEFFF;
  color: #B060DF;
}

.c_tag_green {
  background: #DAF8EE;
  color: #129F70;
}

.c_tag_red {
  background: #FFECEC;
  color: #F1656F;
}

.c_tag.c_tag_line {
  background: #fff;
  border-color: #004DA1;
  color: #004DA1;
}

.c_tag_line.c_tag_light_green {
  border-color: #39B724;
  color: #39B724;
}

.c_tag_line.c_tag_yellow {
  border-color: #EB840C;
  color: #EB840C;
}

.c_tag_line.c_tag_purple {
  border-color: #B060DF;
  color: #B060DF;
}

.c_tag_line.c_tag_green {
  border-color: #129F70;
  color: #129F70;
}

.c_tag_line.c_tag_red {
  border-color: #F1656F;
  color: #F1656F;
}

a.c_tag {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  a.c_tag {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a.c_tag:focus, a.c_tag:hover {
    opacity: .8;
  }
}

/* .c_list */
.c_list {
  list-style: none;
  padding-left: 0;
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_list {
    margin: 1.875rem 0 0;
  }
}

.c_list > li + li {
  margin-top: 0.625rem;
}

.c_list .c_list {
  margin-top: 0.625rem;
}

/* .c_list_bullet */
.c_list_bullet > li {
  position: relative;
  padding-left: 1.5em;
}

.c_list_bullet > li:before {
  position: absolute;
  left: 4px;
  content: "・";
}

/* .c_list_circle */
.c_list_circle > li {
  position: relative;
  padding-left: 1.5em;
}

.c_list_circle > li:before {
  position: absolute;
  left: 4px;
  content: "○";
}

/* .c_list_rice */
.c_list_rice > li {
  position: relative;
  padding-left: 1.5em;
}

.c_list_rice > li:before {
  position: absolute;
  left: 4px;
  content: "※";
}

/* .c_list_num */
.c_list_num {
  counter-reset: item;
}

.c_list_num > li {
  position: relative;
  padding-left: 1.85em;
}

.c_list_num > li:before {
  position: absolute;
  left: 0;
  color: #004DA1;
  font-size: 1em;
  font-weight: bold;
  counter-increment: item;
  content: counter(item) ".";
}

@media (max-width: 767px) {
  .c_list_num > li:before {
    top: -1px;
  }
}

/* .c_list_num_terms */
.c_list_num_terms {
  counter-reset: item;
}

.c_list_num_terms > li {
  position: relative;
  padding-left: 2em;
}

.c_list_num_terms > li:before {
  position: absolute;
  left: 0;
  font-size: 1em;
  counter-increment: item;
  content: counter(item) ")";
}

@media (max-width: 767px) {
  .c_list_num_terms > li:before {
    top: -1px;
  }
}

/* .c_list_num_bracket */
.c_list_num_bracket {
  counter-reset: item;
}

.c_list_num_bracket > li {
  position: relative;
  padding-left: 2em;
}

.c_list_num_bracket > li:before {
  position: absolute;
  left: 0;
  font-size: 1em;
  font-weight: bold;
  counter-increment: item;
  content: "(" counter(item) ")";
}

@media (max-width: 767px) {
  .c_list_num_bracket > li:before {
    top: -1px;
  }
}

/* .c_list_num */
.c_list_kana > li {
  position: relative;
  padding-left: 1.85em;
}

.c_list_kana > li:before {
  position: absolute;
  left: 0;
  color: #004DA1;
  font-size: 1em;
  font-weight: bold;
  content: attr(data-kana) ".";
}

/* .c_list_check */
.c_list_check > li {
  position: relative;
  padding-left: 1.85em;
}

.c_list_check > li:not(:first-child) {
  margin-top: 0.625rem;
}

.c_list_check > li:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/contents/assets/images/icon/checked.svg) 0 0 no-repeat;
  background-size: contain;
  content: '';
}

/* .c_list_ver */
.c_list_ver > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c_list_ver > li > .c_list_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
}

.c_list_ver > li > .c_list_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.c_list_ver > li > .c_list_body > *:first-child {
  margin-top: 0 !important;
}

.c_list_ver > li > .c_list_body > *:last-child {
  margin-bottom: 0 !important;
}

/* .c_list_link */
.c_list_link > li, .c_list_link_line > li {
  position: relative;
  padding-left: 1.5em;
}

.c_list_link > li:not(:first-child), .c_list_link_line > li:not(:first-child) {
  margin-top: 1.25rem;
}

/*-------------------------------------------------------------------------*/
/* .c_list_note_1em */
.c_list_note_num_1rem,
.c_list_note_1rem {
  margin: 0.625rem 0 0;
}

@media (min-width: 768px) {
  .c_list_note_num_1rem,
  .c_list_note_1rem {
    margin: 1.25rem 0 0;
  }
}

.c_list_note_1rem {
  color: #777;
  font-size: 1rem;
}

.c_list_note_1rem > li {
  position: relative;
  padding-left: 1.5em;
}

.c_list_note_1rem > li:before {
  position: absolute;
  left: 0;
  content: "\0203B";
}
/*----------------------------------------------------------------------*/

.c_list_link > li:before, .c_list_link_line > li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e939";
  color: #004DA1;
}

.c_list_link > li > a, .c_list_link_line > li > a {
  color: #231916;
}

.c_list_link > li > a:hover, .c_list_link_line > li > a:hover {
  color: #4090EE;
  text-decoration: none;
}

.c_list_link_line > li {
  border-bottom: 1px solid #ddd;
  padding-top: 1em;
  padding-bottom: 1em;
}

.c_list_link_line > li:not(:first-child) {
  margin-top: 0;
}

/* .c_list_anchor */
.c_list_anchor > li {
  position: relative;
  padding-left: 1.5em;
}

.c_list_anchor > li:not(:first-child) {
  margin-top: 1.25rem;
}

.c_list_anchor > li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e922";
  color: #004DA1;
}

.c_list_anchor > li > a {
  color: #231916;
}

.c_list_anchor > li > a:hover {
  color: #4090EE;
  text-decoration: none;
}

/* .c_list_note */
.c_list_note_num,
.c_list_note {
  margin: 0.625rem 0 0;
}

@media (min-width: 768px) {
  .c_list_note_num,
  .c_list_note {
    margin: 1.25rem 0 0;
  }
}

.c_list_note {
  color: #777;
  font-size: 0.75rem;
}

.c_list_note > li {
  position: relative;
  padding-left: 1.5em;
}

.c_list_note > li:before {
  position: absolute;
  left: 0;
  content: "\0203B";
}

/* .c_list_note_num */
.c_list_note_num {
  counter-reset: item;
  color: #777;
  font-size: 0.75rem;
}

.c_list_note_num > li {
  position: relative;
  padding-left: 2.5em;
}

.c_list_note_num > li:before {
  position: absolute;
  left: 0;
  counter-increment: item;
  content: "※" counter(item);
}

@media (max-width: 767px) {
  .c_list_note_num > li:before {
    top: -1px;
  }
}

/* .c_list_archive */
.c_list_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.8;
}

.c_list_archive > li {
  position: relative;
  padding-left: 1.5em;
}

@media (max-width: 767px) {
  .c_list_archive > li {
    width: 33%;
    margin: 0 !important;
  }
  .c_list_archive > li:nth-child(n+4) {
    margin-top: .5em !important;
  }
}

@media (min-width: 768px) {
  .c_list_archive > li {
    margin: 0 1.5em 0 0 !important;
  }
}

.c_list_archive > li:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e939";
  color: #004DA1;
}

.c_list_archive > li a {
  color: #231916;
}

@media (min-width: 768px) {
  .c_list_archive > li a:focus, .c_list_archive > li a:hover {
    color: #4090EE;
  }
}

.c_list_archive > li.is_active {
  color: #004DA1;
  font-weight: bold;
}

/* .c_define_primary */
.c_define_question,
.c_define_primary {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_define_question,
  .c_define_primary {
    margin: 1.875rem 0 0;
  }
}

.c_define_primary_list {
  border-bottom: 1px solid #ccc;
  padding: 1.25rem 0;
  margin: 0;
}

@media (min-width: 768px) {
  .c_define_primary_list {
    padding: 0.9375rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c_define_primary_list:first-child {
  padding-top: 0;
}

.c_define_primary_list dt {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_define_primary_list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 200px;
    margin: 0 2.5rem 0 0;
  }
}

.c_define_primary_list dd {
  margin: 0.3125rem 0 0;
}

@media (min-width: 768px) {
  .c_define_primary_list dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0;
  }
}

.c_define_primary_list dd > *:first-child {
  margin-top: 0 !important;
}

.c_define_primary_list dd > *:last-child {
  margin-bottom: 0 !important;
}

/* .c_define_question */
.c_define_question_list {
  margin: 0;
}

.c_define_question_list:first-child {
  padding-top: 0;
}

.c_define_question_list + .c_define_question_list {
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .c_define_question_list + .c_define_question_list {
    margin-top: 2.5rem;
  }
}

.c_define_question_list dd,
.c_define_question_list dt {
  position: relative;
  padding-left: 2.5rem;
}

.c_define_question_list dd:before,
.c_define_question_list dt:before {
  position: absolute;
  font-size: 1.5rem;
  line-height: 1;
}

.c_define_question_list dt {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

.c_define_question_list dt:before {
  top: 0;
  left: 0;
  color: #004DA1;
  content: "Q.";
}

.c_define_question_list dd {
  border-top: 1px solid #ccc;
  padding-top: 0.625rem;
  margin: 0.625rem 0 0;
}

@media (min-width: 768px) {
  .c_define_question_list dd {
    padding-top: 0.9375rem;
    margin: 0.9375rem 0 0;
    font-size: 0.875rem;
  }
}

.c_define_question_list dd:before {
  top: 0.625rem;
  left: 0;
  color: #D70110;
  content: "A.";
}

.c_define_question_list dd > *:first-child {
  margin-top: 0 !important;
}

.c_define_question_list dd > *:last-child {
  margin-bottom: 0 !important;
}

/* .c_btn */
input[type="button"],
.c_btn,
button.c_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  input[type="button"],
  .c_btn,
  button.c_btn {
    width: 100%;
  }
}

.c_btn:focus, .c_btn:hover {
  text-decoration: none;
}

.c_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1em;
  color: #231916;
  font-size: 0.875rem;
  font-weight: 500;
}

.c_btn.is_active {
  border-color: #004DA1;
  background: #004DA1;
  color: #fff;
  outline: 0;
}

.c_btn.is_active .u_icon {
  color: #fff;
}

@media (min-width: 768px) {
  .c_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 420px;
    padding: 1.5625rem 1.875rem;
    font-size: 0.9375rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_btn .u_icon {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_btn:focus, .c_btn:hover {
    border-color: #004DA1;
    background: #004DA1;
    color: #fff;
    outline: 0;
  }
  .c_btn:focus .u_icon, .c_btn:hover .u_icon {
    color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .c_btn {
    min-width: 400px;
  }
}

.c_btn_caption {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}

.c_btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  width: 100%;
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_btn_block {
    margin: 1.875rem 0 0;
  }
}

/* .c_btn_icon */
.c_btn_icon {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.c_btn_icon .u_icon {
  color: #004DA1;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .c_btn_icon .u_icon {
    font-size: 2.5rem;
  }
}

/* .c_btn_primary */
@media (min-width: 768px) {
  .c_btn_primary:before {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_btn_primary:focus:before, .c_btn_primary:hover:before {
    color: #fff;
  }
}

.c_btn_primary:before {
  display: inline-block;
  line-height: 1 !important;
  content: "\e939";
  margin-right: 10px;
  color: #004DA1;
}

.c_btn_primary.is_active {
  background-color: #004DA1;
  color: #fff;
  cursor: default;
}

.c_btn_primary.is_active:before {
  color: #fff;
}

/* .c_btn_secondary */
.c_btn_secondary {
  border-width: 2px;
  border-color: #004DA1;
  background: #004DA1;
  color: #fff;
}

@media (min-width: 768px) {
  .c_btn_secondary {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_btn_secondary:before {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_btn_secondary:focus, .c_btn_secondary:hover {
    color: #fff;
    opacity: .8;
  }
}

.c_btn_secondary:before {
  display: inline-block;
  line-height: 1 !important;
  content: "\e939";
  margin-right: 10px;
  color: #fff;
}

/* .c_btn_line */
.c_btn_line {
  border-color: #004DA1;
  background: #fff;
  color: #004DA1;
}

/* .c_btn_sm */
.c_btn_sm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  padding: 0.625rem 1rem;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .c_btn_sm {
    padding: 0.3125rem 2.5rem;
    font-size: 0.875rem;
  }
}

/* .c_btn_icons */
.c_btn_download,
.c_btn_blank,
.c_btn_pdf {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.c_btn_pdf:after {
  position: absolute;
  right: 1.25rem;
  width: 1rem;
  height: 1rem;
  background: url("/contents/assets/images/icon/pdf.svg") center center no-repeat;
  background-size: contain;
  content: "";
}

.c_btn_blank:after {
  position: absolute;
  right: 1.25rem;
  display: inline-block;
  line-height: 1 !important;
  content: "\e92a";
  font-size: 1rem;
}

.c_btn_download:after {
  position: absolute;
  right: 1.25rem;
  display: inline-block;
  line-height: 1 !important;
  content: "\e91b";
  font-size: 1rem;
}

/* .c_btn_colors */
.c_btn_yellow:focus,
.c_btn_yellow:hover,
.c_btn_yellow2:focus,
.c_btn_yellow2:hover,
.c_btn_aqua:focus,
.c_btn_aqua:hover,
.c_btn_blue:focus,
.c_btn_blue:hover,
.c_btn_caution:focus,
.c_btn_caution:hover,
.c_btn_cvn:focus,
.c_btn_cvn:hover {
  opacity: .8;
  outline: 0;
}

.c_btn.is_disabled,
.c_btn_disabled {
  border-color: #ccc !important;
  background: #ccc !important;
  color: #fff !important;
  cursor: default;
}

.c_btn.is_disabled:focus, .c_btn.is_disabled:hover,
.c_btn_disabled:focus,
.c_btn_disabled:hover {
  opacity: 1 !important;
}

.c_btn_caution,
.c_btn_cvn {
  height: 70px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .c_btn_caution,
  .c_btn_cvn {
    height: 80px;
    font-size: 1.25rem;
  }
}

.c_btn_caution .c_btn_caption,
.c_btn_cvn .c_btn_caption {
  font-size: 0.875rem;
}

.c_btn_cvn,
.c_btn_red {
  border-color: #D70110 !important;
  background: #D70110 !important;
  color: #fff !important;
}

.c_btn_caution {
  border-color: #231916 !important;
  background: #231916 !important;
  color: #fff !important;
  text-indent: -10px;
}

.c_btn_caution .u_icon {
  margin: 0 0.625rem 0 0;
  font-size: 2rem;
  color: #fff !important;
}

.c_btn_blue {
  border-color: #004DA1 !important;
  background: #004DA1 !important;
  color: #fff !important;
}

.c_btn_aqua {
  border-color: #ADE6FF !important;
  background: #ADE6FF !important;
  color: #004DA1 !important;
}

.c_btn_yellow {
  border-color: #FCD000 !important;
  background: #FCD000 !important;
  color: #004DA1 !important;
}

.c_btn_yellow .u_icon {
  color: #004DA1 !important;
}

.c_btn_yellow.c_btn_download:after, .c_btn_yellow.c_btn_blank:after {
  color: #004DA1 !important;
}

.c_btn_yellow2 {
  border-color: #004DA1 !important;
  background: #FFFF00 !important;
  color: #000000 !important;
}

.c_btn_yellow2 .u_icon {
  color: #000000 !important;
}

.c_btn_yellow2.c_btn_download:after, .c_btn_yellow2.c_btn_blank:after {
  color: #000000 !important;
}

.c_btn_blue .u_icon,
.c_btn_caution .u_icon,
.c_btn_cvn .u_icon,
.c_btn_red .u_icon {
  color: #fff !important;
}

.c_btn_blue.c_btn_download:after, .c_btn_blue.c_btn_blank:after,
.c_btn_caution.c_btn_download:after,
.c_btn_caution.c_btn_blank:after,
.c_btn_cvn.c_btn_download:after,
.c_btn_cvn.c_btn_blank:after,
.c_btn_red.c_btn_download:after,
.c_btn_red.c_btn_blank:after {
  color: #fff !important;
}

/* .c_btn_group */
.c_btn_group_lg,
.c_btn_group {
  margin: 1.25rem 0 0;
}

@media (max-width: 767px) {
  .c_btn_group_lg .c_btn + .c_btn,
  .c_btn_group .c_btn + .c_btn {
    margin-top: 0.625rem;
  }
}

@media (min-width: 768px) {
  .c_btn_group_lg,
  .c_btn_group {
    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;
    margin: 1.25rem 0 0;
  }
  .c_btn_group_lg .c_btn,
  .c_btn_group .c_btn {
    margin: 0.625rem 1.25rem;
  }
  .c_btn_group_lg_left,
  .c_btn_group_left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c_btn_group_lg_left .c_btn:only-child,
  .c_btn_group_left .c_btn:only-child {
    margin-left: 0;
  }
  .c_btn_group_lg_right,
  .c_btn_group_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c_btn_group_lg_right .c_btn:only-child,
  .c_btn_group_right .c_btn:only-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .c_btn_group {
    padding: 0 1.25rem;
  }
}

/* .c_btn_list */
.c_btn_list {
  margin: 1.25rem 0 0;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .c_btn_list {
    margin: 1.875rem 0 0;
  }
}

.c_btn_list .c_btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0;
  padding: 1.25rem 1.875rem;
}

@media (max-width: 767px) {
  .c_btn_list .c_btn {
    border-top-width: 0;
    font-weight: normal;
  }
  .c_btn_list .c_btn:first-child {
    border-top-width: 1px;
  }
}

@media (min-width: 768px) {
  .c_btn_list .c_btn {
    min-height: 100px;
    padding: 1.25rem 1.875rem;
  }
}

.c_btn_list .c_btn_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .c_btn_list_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c_btn_list_col2 .c_btn {
    width: 50%;
    min-width: auto;
    border-left-width: 0;
  }
  .c_btn_list_col2 .c_btn:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .c_btn_list_col2 .c_btn:nth-child(n+3) {
    border-top-width: 0;
  }
  .c_btn_list_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c_btn_list_col3 .c_btn {
    width: 33.33%;
    min-width: auto;
    border-left-width: 0;
  }
  .c_btn_list_col3 .c_btn:nth-child(3n+1) {
    border-left-width: 1px;
  }
  .c_btn_list_col3 .c_btn:nth-child(n+4) {
    border-top-width: 0;
  }
}

/* .c_btn_bg_aqua */
.c_btn_bg_aqua {
  background: #EAF6FD;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 1.25rem 0 0;
}

.c_btn_bg_aqua > *:first-child {
  margin-top: 0 !important;
}

.c_btn_bg_aqua > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .c_btn_bg_aqua {
    margin: 1.875rem 0 0;
  }
}

/* .c_box */
.c_box {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_box {
    margin: 1.875rem 0 0;
  }
}

.c_box_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #004DA1;
  padding: 0.625rem 1.875rem;
  color: #fff;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .c_box_header {
    padding: 0.9375rem 3.125rem;
    font-size: 1.25rem;
  }
}

.c_box_header .u_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  top: 0.25rem;
  margin-right: 10px;
  font-size: 1.5rem;
}

.c_box_body {
  background: #F6F6F6;
  padding: 1.875rem 1.875rem;
}

@media (min-width: 768px) {
  .c_box_body {
    padding: 1.875rem 3.125rem 2.5rem;
  }
}

.c_box_body > *:first-child {
  margin-top: 0 !important;
}

.c_box_body > *:last-child {
  margin-bottom: 0 !important;
}

.c_box_heading {
  border-bottom: 1px solid #004DA1;
  padding: 0 0 0.625rem;
  margin: 1.875rem 0 0;
  color: #004DA1;
  font-size: 1.125rem;
}

.c_box_heading + * {
  margin-top: 1.25rem;
}

/* .c_box_primary */
.c_box_primary .c_box_body {
  background: #EAF6FD;
}

/* .c_box_green */
.c_box_green .c_box_header {
  background: #0FC382;
}

.c_box_green .c_box_body {
  background: #F0F5F4;
}

/* .c_box_caution */
.c_box_caution .c_box_header {
  background: #D70110;
}

.c_box_caution .c_box_body {
  background: #FFEDEF;
}

.c_box_caution .c_box_heading {
  border-bottom-color: #D70110;
  color: #D70110;
}

/* .c_image */
.c_image {
  margin: 1.25rem 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .c_image {
    margin: 1.875rem 0 0;
  }
}

.c_image_caption,
.c_image figcaption {
  font-size: 0.875rem;
}

.c_image_caption {
  display: block;
}

@media (min-width: 768px) {
  .c_image a img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_image a:hover img {
    opacity: .8;
  }
}

/* .c_image_layout */
.c_image_layout {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_image_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 1.875rem 0 0;
  }
}

.c_image_layout_picture {
  margin: 0 0 3.125rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .c_image_layout_picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 460px;
    margin: 0 60px 20px 0;
  }
}

.c_image_layout_picture img {
  -webkit-box-shadow: 20px 20px 0px #eaf6fd;
          box-shadow: 20px 20px 0px #eaf6fd;
}

.c_image_layout_picture.is_no-shadow img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .c_image_layout_picture.is_no-shadow {
    margin: 0 0 1.875rem 0;
  }
}

.c_image_layout_body {
  margin: 1.25em 0 0;
}

@media (min-width: 768px) {
  .c_image_layout_body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0.625em 0 0;
  }
}

.c_image_layout_body > *:first-child {
  margin-top: 0 !important;
}

.c_image_layout_body > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .c_image_layout_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c_image_layout_right .c_image_layout_picture {
    margin: 0 20px 20px 40px;
  }
}

/* .c_image_float */
.c_image_float {
  margin: 1.25rem 0 0;
}

.c_image_float:after {
  display: table;
  clear: both;
  content: "";
}

@media (min-width: 768px) {
  .c_image_float {
    padding-top: 0.625rem;
    margin: 1.875rem 0 0;
  }
}

.c_image_float_picture {
  margin: 0 1.25rem 3.125rem 0;
  -webkit-box-shadow: 20px 20px 0px #eaf6fd;
          box-shadow: 20px 20px 0px #eaf6fd;
  text-align: center;
}

@media (min-width: 768px) {
  .c_image_float_picture {
    float: left;
    max-width: 460px;
    margin: -0.625rem 2.5rem 2.5rem 0;
  }
}

.c_image_float_picture.is_no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c_image_float_picture + * {
  margin-top: 0 !important;
}

.c_image_float *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .c_image_float_right .c_image_float_picture {
    float: right;
    margin: -0.625rem 1.25rem 2.5rem 2.5rem;
  }
}

/* .c_card */
.c_card_caption, .c_card_text, .c_card_body, .c_card_image, .c_card_heading_arrow, .c_card_heading, .c_card_header {
  display: block;
}

.c_card_header {
  background: #EAF6FD;
  padding: 1.25rem 1.875rem;
}

.c_card_heading {
  font-size: 0.9375rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_card_heading {
    font-size: 1.125rem;
  }
}

.c_card_heading + * {
  margin-top: 1em;
}

.c_card_image {
  display: block;
  text-align: center;
  overflow: hidden;
}

.c_card_image_icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #004DA1;
  font-size: 3.75rem;
}

@media (min-width: 768px) {
  .c_card_image_icon {
    font-size: 5.625rem;
  }
}

.c_card_image_icon + * {
  margin-top: 0.625rem;
}

.c_card_body > *:first-child {
  margin-top: 0 !important;
}

.c_card_body > *:last-child {
  margin-bottom: 0 !important;
}

.c_card_text {
  font-size: 0.9375rem;
}

.c_card_caption {
  color: #666;
  font-size: 0.875rem;
}

/* .c_card_primary */
.c_card_primary {
  display: block;
  background: #fff;
}

.c_card_primary .c_card_body {
  padding: 1.25rem;
}

.c_card_primary .c_card_body > *:first-child {
  margin-top: 0 !important;
}

.c_card_primary .c_card_body > *:last-child {
  margin-bottom: 0 !important;
}

.c_blog_body .c_card_primary .c_card_body {
  padding-left: 0;
  padding-right: 0;
}

/* .c_card_tile */
.c_card_tile {
  position: relative;
  border: 1px solid #ccc;
}

.c_card_tile:after, .c_card_tile:before {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  content: "";
}

.c_card_tile:before {
  width: 50px;
  height: 1px;
  background: #004DA1;
}

.c_card_tile:after {
  width: 1px;
  height: 50px;
  background: #004DA1;
}

.c_card_tile .c_card_body {
  padding: 1.25rem 1.875rem;
}

@media (min-width: 768px) {
  .c_card_tile .c_card_body {
    padding: 1.25rem 8.1632653061%;
  }
}

.c_card_tile .c_card_heading {
  color: #004DA1;
  font-size: 1.125rem;
}

/* .c_card_icon */
.c_card_icon {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.25rem;
  text-align: center;
}

.c_card_icon_heading {
  display: block;
  margin-top: 0.625rem;
  color: #004DA1;
  font-weight: bold;
}

@media (min-width: 768px) {
  .c_card_icon_heading {
    font-size: 1.25rem;
  }
}

.c_card_icon_caption {
  display: block;
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  .c_card_icon_caption {
    font-size: 0.8125rem;
  }
}

.c_card_icon > .u_icon {
  font-size: 3.75rem;
  color: #004DA1;
}

@media (min-width: 768px) {
  .c_card_icon > .u_icon {
    font-size: 5rem;
  }
}

a.c_card_icon {
  display: block;
  color: #231916;
}

@media (min-width: 768px) {
  a.c_card_icon {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a.c_card_icon:hover {
    background: #004DA1;
    color: #fff;
    text-decoration: none;
  }
  a.c_card_icon:hover .u_icon,
  a.c_card_icon:hover .c_card_icon_heading {
    color: #fff;
  }
}

/* .c_card_point_primary */
.c_card_point_primary_wrapper {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .c_card_point_primary_wrapper {
    padding-top: 1.25rem;
  }
}

.c_card_point_primary {
  position: relative;
  border: 1px solid #004DA1;
  border-radius: 12px;
  padding: 1.875rem;
  text-align: center;
}

@media (min-width: 768px) {
  .c_card_point_primary {
    padding: 2.5rem 1.875rem 1.875rem;
  }
}

.c_card_point_primary .c_card_label {
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.5rem;
  background: #004DA1;
  border-radius: 26px;
  padding: 0.3125rem 1.25rem;
  margin: auto;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
}

.c_card_point_primary .c_card_label strong {
  margin-left: 0.3125rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .c_card_point_primary .c_card_label {
    top: -1.375rem;
    width: 9.375rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.9375rem;
  }
  .c_card_point_primary .c_card_label strong {
    font-size: 1.875rem;
  }
}

.c_card_point_primary .c_card_image + *,
.c_card_point_primary .c_card_heading + * {
  margin-top: 0.625rem;
}

.c_card_point_primary .c_card_heading {
  color: #004DA1;
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .c_card_point_primary .c_card_heading {
    min-height: 56px;
    font-size: 1.125rem;
  }
}

a.c_card_point_primary {
  display: block;
  color: #231916;
}

a.c_card_point_primary:focus, a.c_card_point_primary:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  a.c_card_point_primary {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a.c_card_point_primary:focus, a.c_card_point_primary:hover {
    opacity: .8;
  }
}

/* .c_card_point_secondary */
.c_card_point_tertiary,
.c_card_point_secondary {
  position: relative;
  text-align: center;
}

.c_card_point_tertiary .c_card_label,
.c_card_point_secondary .c_card_label {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004DA1;
  font-size: 0.625rem;
  line-height: 1;
  z-index: 2;
}

.c_card_point_tertiary .c_card_label strong,
.c_card_point_secondary .c_card_label strong {
  margin-left: 5px;
  font-size: 30px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .c_card_point_tertiary .c_card_label,
  .c_card_point_secondary .c_card_label {
    font-size: 0.875rem;
  }
  .c_card_point_tertiary .c_card_label strong,
  .c_card_point_secondary .c_card_label strong {
    font-size: 3.75rem;
  }
}

.c_card_point_tertiary .c_card_text,
.c_card_point_secondary .c_card_text {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .c_card_point_tertiary .c_card_text,
  .c_card_point_secondary .c_card_text {
    font-size: 0.875rem;
  }
}

.c_card_point_secondary {
  padding: 20px 0 0;
}

.c_card_point_secondary .c_card_image {
  position: relative;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  padding-bottom: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 768px) {
  .c_card_point_secondary .c_card_image {
    width: 200px;
    height: 200px;
    padding-bottom: 0;
  }
}

.c_card_point_secondary .c_card_image img {
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  max-width: none;
  height: 100%;
  margin: auto;
}

.c_card_point_secondary .c_card_image + * {
  margin-top: 0.625rem;
}

/* .c_card_point_tertiary */
.c_card_point_tertiary {
  padding: 2.5rem 0 0;
}

@media (min-width: 768px) {
  .c_card_point_tertiary {
    padding-top: 4.0625rem;
  }
}

/* .c_panel */
.c_panel_caption, .c_panel_text, .c_panel_body, .c_panel_image, .c_panel_heading_arrow, .c_panel_heading, .c_panel_header {
  display: block;
}

.c_panel_header {
  background: #EAF6FD;
  padding: 1.25rem 1.875rem;
}

.c_panel_heading_arrow, .c_panel_heading {
  font-size: 0.9375rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_panel_heading_arrow, .c_panel_heading {
    font-size: 1.125rem;
  }
  .c_column .c_panel:only-child .c_panel_heading_arrow, .c_column .c_panel:only-child .c_panel_heading {
    font-size: 1.5rem;
    font-weight: normal;
  }
}

.c_panel_heading_arrow + *, .c_panel_heading + * {
  margin-top: 0.625rem;
}

.c_panel_heading_arrow {
  position: relative;
  padding-left: 1.875rem;
  font-size: 1.125rem;
}

.c_panel_heading_arrow:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e939";
  margin: 0 10px 0 0;
  color: #004DA1;
}

.c_panel_image {
  display: block;
  text-align: center;
  overflow: hidden;
}

.c_panel_body > *:first-child {
  margin-top: 0 !important;
}

.c_panel_body > *:last-child {
  margin-bottom: 0 !important;
}

.c_panel_text {
  font-size: 0.9375rem;
}

.c_panel_caption {
  color: #666;
  font-size: 0.875rem;
}

.c_panel_row:not(.c_column_item),
.c_panel:not(.c_column_item) {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_panel_row:not(.c_column_item),
  .c_panel:not(.c_column_item) {
    margin: 1.875rem 0 0;
  }
}

/* .c_panel_primary */
.c_panel_primary {
  display: block;
  background: #fff;
}

.c_panel_primary .c_panel_body {
  padding: 1.25rem;
}

.c_panel_primary .c_panel_body > *:first-child {
  margin-top: 0 !important;
}

.c_panel_primary .c_panel_body > *:last-child {
  margin-bottom: 0 !important;
}

a.c_panel_primary {
  color: #231916;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  a.c_panel_primary {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

a.c_panel_primary:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  a.c_panel_primary:hover *[class*='c_panel_heading'] {
    color: #004DA1;
  }
  a.c_panel_primary:hover .c_panel_image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

a.c_panel_primary .c_panel_image img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* .c_panel_secondary */
.c_panel_secondary {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
}

.c_panel_secondary .c_panel_body {
  padding: 0.9375rem 1.875rem 1.875rem;
}

a.c_panel_secondary {
  color: #231916;
}

@media (min-width: 768px) {
  a.c_panel_secondary {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a.c_panel_secondary:focus, a.c_panel_secondary:hover {
    text-decoration: none;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  }
  a.c_panel_secondary:focus *[class*='c_panel_heading'], a.c_panel_secondary:hover *[class*='c_panel_heading'] {
    color: #004DA1;
  }
  a.c_panel_secondary:focus .c_panel_image img, a.c_panel_secondary:hover .c_panel_image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  a.c_panel_secondary .c_panel_image img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

/* .c_panel_float */
.c_panel_float {
  position: relative;
  display: block;
}

.c_panel_float .c_panel_image {
  z-index: 1;
}

@media (max-width: 767px) {
  .c_panel_float .c_panel_image {
    position: relative;
    height: 160px;
  }
  .c_panel_float .c_panel_image img {
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto;
    width: 100%;
    height: auto;
  }
}

.c_panel_float .c_panel_body {
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  background: #fff url("/contents/assets/images/common/bg_panel_triangle.svg") 0 0 no-repeat;
  border-radius: 0 6px 6px 0;
  padding: 1rem 1.25rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .c_panel_float .c_panel_body {
    padding: 1.25rem 1.875rem;
    background-size: 14px 30px;
  }
  .c_column_col2 .c_panel_float .c_panel_body {
    max-width: 66.6666666667%;
  }
  .c_column_col3 .c_panel_float .c_panel_body {
    bottom: 1.25rem;
    max-width: calc(100% - 30px);
  }
}

@media (min-width: 768px) {
  .c_panel_float .c_panel_heading {
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 767px) {
  .c_panel_float .c_panel_caption {
    display: none;
  }
}

/* .c_panel_row */
.c_panel_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_panel_row .c_panel_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 50%;
  max-width: 490px;
  background: #fff;
}

.c_panel_row .c_panel_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .c_panel_row .c_panel_body {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .c_panel_row_col1_sp {
    display: block;
  }
  .c_panel_row_col1_sp .c_panel_image {
    width: 100%;
    max-width: none;
  }
}

a.c_panel_row {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

/* .c_panel_blog */
.c_panel_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .c_panel_blog {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(35, 25, 22, 0.1);
  }
}

.c_panel_blog .c_panel_body,
.c_panel_blog .c_panel_image {
  display: block;
}

.c_panel_blog .c_panel_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 31.746031746%;
  margin: 0 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_panel_blog .c_panel_image {
    width: auto;
    width: 200px;
    height: 200px;
    margin: 0;
  }
  .c_panel_blog .c_panel_image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c_panel_blog .c_panel_image.c_panel_image_sm_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c_panel_blog .c_panel_image.c_panel_image_sm_pc img {
    width: auto;
    height: auto;
  }
}

@media (min-width: 768px) {
  .c_panel_blog .c_panel_body {
    background: #fff;
    padding: 1.875rem;
  }
}

.c_panel_blog .c_panel_caption,
.c_panel_blog .c_panel_text {
  letter-spacing: normal;
}

.c_panel_blog .c_panel_text {
  margin-top: 1em;
  color: #444;
}

@media (min-width: 768px) {
  .c_panel_blog .c_panel_text {
    font-size: 0.875rem;
  }
}

a.c_panel_blog {
  color: #231916;
}

@media (min-width: 768px) {
  a.c_panel_blog {
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a.c_panel_blog * {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a.c_panel_blog:focus, a.c_panel_blog:hover {
    text-decoration: none;
  }
  a.c_panel_blog:focus .c_panel_image img, a.c_panel_blog:hover .c_panel_image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  a.c_panel_blog:focus *[class*="c_panel_heading"], a.c_panel_blog:hover *[class*="c_panel_heading"] {
    color: #004DA1;
  }
}

/* .c_panel_float */
a.c_panel_row,
a.c_panel_float {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  color: #231916;
}

@media (min-width: 768px) {
  a.c_panel_row,
  a.c_panel_float {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a.c_panel_row *,
  a.c_panel_float * {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 768px) {
  a.c_panel_row:focus, a.c_panel_row:hover,
  a.c_panel_float:focus,
  a.c_panel_float:hover {
    text-decoration: none;
  }
  a.c_panel_row:focus .c_panel_image img, a.c_panel_row:hover .c_panel_image img,
  a.c_panel_float:focus .c_panel_image img,
  a.c_panel_float:hover .c_panel_image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  a.c_panel_row:focus .c_panel_text,
  a.c_panel_row:focus *[class*="c_panel_heading"], a.c_panel_row:hover .c_panel_text,
  a.c_panel_row:hover *[class*="c_panel_heading"],
  a.c_panel_float:focus .c_panel_text,
  a.c_panel_float:focus *[class*="c_panel_heading"],
  a.c_panel_float:hover .c_panel_text,
  a.c_panel_float:hover *[class*="c_panel_heading"] {
    color: #004DA1;
  }
}

/* .c_panel_icon */
.c_panel_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_panel_icon {
    margin: 1.875rem 0 0;
  }
}

.c_panel_icon_item {
  display: block;
  width: 50%;
  border-right: 1px solid #ddd;
  padding: 0.625rem 0.9375rem;
  text-align: center;
}

@media (max-width: 767px) {
  .c_panel_icon_item:nth-child(odd) {
    border-left: 1px solid #ddd;
  }
  .c_panel_icon_item:nth-child(n+3) {
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .c_panel_icon_item {
    padding: 1.25rem;
  }
}

.c_panel_icon_item .u_icon {
  color: #004DA1;
  font-size: 3.125rem;
}

.c_panel_icon_item .u_icon + * {
  margin-top: 0.3125rem;
}

@media (min-width: 768px) {
  .c_panel_icon_item .u_icon {
    font-size: 5rem;
  }
  .c_panel_icon_item .u_icon + * {
    margin-top: 0.625rem;
  }
}

.c_panel_icon + .c_panel_icon {
  margin-top: 1.25rem;
}

.c_panel_icon .c_panel_text {
  font-size: 0.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_panel_icon .c_panel_text {
    font-size: 1rem;
  }
}

a.c_panel_icon_item {
  color: #231916;
}

@media (min-width: 768px) {
  a.c_panel_icon_item {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a.c_panel_icon_item:hover {
    background: #004DA1;
    text-decoration: none;
  }
  a.c_panel_icon_item:hover * {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .c_panel_icon:not(.c_panel_icon_col4) .c_panel_icon_item {
    width: 33.33%;
  }
  .c_panel_icon:not(.c_panel_icon_col4) .c_panel_icon_item:nth-child(3n+1) {
    border-left: 1px solid #ddd;
  }
  .c_panel_icon:not(.c_panel_icon_col4) .c_panel_icon_item:nth-child(n+4) {
    margin-top: 1.25rem;
  }
  .c_panel_icon_col4 .c_panel_icon_item {
    width: 25%;
  }
  .c_panel_icon_col4 .c_panel_icon_item:nth-child(4n+1) {
    border-left: 1px solid #ddd;
  }
  .c_panel_icon_col4 .c_panel_icon_item:nth-child(n+5) {
    margin-top: 1.25rem;
  }
}

/* .c_table */
.c_table {
  width: 100%;
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  background: #fff;
  border-color: #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  .c_table {
    margin: 1.875rem 0 0;
  }
}

.c_table td,
.c_table th {
  padding: 1.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
}

@media (min-width: 768px) {
  .c_table td,
  .c_table th {
    padding: 1.5625rem;
  }
}

.c_table th {
  font-weight: 500;
}

.c_table td > *:first-child {
  margin-top: 0 !important;
}

.c_table td > *:last-child {
  margin-bottom: 0 !important;
}

.c_table:not(.c_table_sm) > thead > tr > *:first-child,
.c_table:not(.c_table_sm) > tbody > tr > *:first-child {
  border-left: 0;
}

.c_table:not(.c_table_sm) > thead > tr > *:last-child,
.c_table:not(.c_table_sm) > tbody > tr > *:last-child {
  border-right: 0;
}

.c_table_top td,
.c_table_top th {
  vertical-align: top;
}

.c_table_head_fixed {
  display: block;
  table-layout: fixed;
}

.c_table_head_fixed .c_table_strong,
.c_table_head_fixed .c_table_heading,
.c_table_head_fixed th {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .c_table_head_fixed td {
    white-space: nowrap;
  }
}

.c_table .c_table_nowrap {
  white-space: nowrap;
}

.c_table .c_table_alert,
.c_table .c_table_strong,
.c_table .c_table_heading {
  font-size: 0.9375rem;
}

.c_table .c_table_strong {
  background: #EAF6FD;
}

.c_table .c_table_caution {
  background: #FFEDEF;
}

.c_table .c_table_heading {
  background: #004DA1;
  color: #fff;
}

.c_table .c_table_alert {
  background: #D70110;
  color: #fff;
}

.c_table .c_table_blank {
  border: 0 !important;
}

/* .c_table_primary */
.c_table_primary thead tr:first-child td,
.c_table_primary thead tr:first-child th {
  border-top: 0;
}

.c_table_scroll {
  margin: 1.25rem 0 0;
}

@media (max-width: 767px) {
  .c_table_scroll {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-bottom: 5px;
    overflow-x: auto;
  }
  .c_table_scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .c_table_scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #f6f6f6;
            box-shadow: inset 0 0 6px #f6f6f6;
  }
  .c_table_scroll::-webkit-scrollbar-thumb {
    background-color: #929292;
    border-radius: 15px;
  }
}

@media (min-width: 768px) {
  .c_table_scroll {
    margin: 1.875rem 0 0;
  }
}

.c_table_scroll > table[class*="c_table"],
.c_table_scroll > table {
  margin: 0 !important;
}

.c_table_sm td,
.c_table_sm th {
  padding: 5px 10px;
}

/* tableの幅制御クラス */
.c_table .c_table_w_50px {
  width: 50px;
  min-width: 50px;
}

.c_table .c_table_w_100px {
  width: 100px;
  min-width: 100px;
}

.c_table .c_table_w_150px {
  width: 150px;
  min-width: 150px;
}

.c_table .c_table_w_200px {
  width: 200px;
  min-width: 200px;
}

.c_table .c_table_w_250px {
  width: 250px;
  min-width: 250px;
}

.c_table .c_table_w_300px {
  width: 300px;
  min-width: 300px;
}

.c_table .c_table_w_350px {
  width: 350px;
  min-width: 350px;
}

.c_table .c_table_w_400px {
  width: 400px;
  min-width: 400px;
}

.c_table .c_table_w_450px {
  width: 450px;
  min-width: 450px;
}

.c_table .c_table_w_500px {
  width: 500px;
  min-width: 500px;
}

.c_table .c_table_w_550px {
  width: 550px;
  min-width: 550px;
}

.c_table .c_table_w_600px {
  width: 600px;
  min-width: 600px;
}

.c_table .c_table_w_650px {
  width: 650px;
  min-width: 650px;
}

.c_table .c_table_w_700px {
  width: 700px;
  min-width: 700px;
}

.c_table .c_table_w_750px {
  width: 750px;
  min-width: 750px;
}

.c_table .c_table_w_800px {
  width: 800px;
  min-width: 800px;
}

.c_table .c_table_w_850px {
  width: 850px;
  min-width: 850px;
}

.c_table .c_table_w_900px {
  width: 900px;
  min-width: 900px;
}

.c_table .c_table_w_950px {
  width: 950px;
  min-width: 950px;
}

.c_table .c_table_w_10per {
  width: 10%;
}

.c_table .c_table_w_15per {
  width: 15%;
}

.c_table .c_table_w_20per {
  width: 20%;
}

.c_table .c_table_w_25per {
  width: 25%;
}

.c_table .c_table_w_30per {
  width: 30%;
}

.c_table .c_table_w_33per {
  width: 33%;
}

.c_table .c_table_w_35per {
  width: 35%;
}

.c_table .c_table_w_40per {
  width: 40%;
}

.c_table .c_table_w_45per {
  width: 45%;
}

.c_table .c_table_w_50per {
  width: 50%;
}

.c_table .c_table_w_55per {
  width: 55%;
}

.c_table .c_table_w_60per {
  width: 60%;
}

.c_table .c_table_w_65per {
  width: 65%;
}

.c_table .c_table_w_70per {
  width: 70%;
}

.c_table .c_table_w_75per {
  width: 75%;
}

.c_table .c_table_w_80per {
  width: 80%;
}

.c_table .c_table_w_85per {
  width: 85%;
}

.c_table .c_table_w_90per {
  width: 90%;
}

@media (max-width: 767px) {
  .c_table_scroll .c_table_w_10per {
    width: 100px;
    min-width: 100px;
  }
  .c_table_scroll .c_table_w_15per {
    width: 150px;
    min-width: 150px;
  }
  .c_table_scroll .c_table_w_20per {
    width: 200px;
    min-width: 200px;
  }
  .c_table_scroll .c_table_w_25per {
    width: 250px;
    min-width: 250px;
  }
  .c_table_scroll .c_table_w_30per {
    width: 300px;
    min-width: 300px;
  }
  .c_table_scroll .c_table_w_33per {
    width: 333px;
    min-width: 333px;
  }
  .c_table_scroll .c_table_w_35per {
    width: 350px;
    min-width: 350px;
  }
  .c_table_scroll .c_table_w_40per {
    width: 400px;
    min-width: 400px;
  }
  .c_table_scroll .c_table_w_45per {
    width: 450px;
    min-width: 450px;
  }
  .c_table_scroll .c_table_w_50per {
    width: 500px;
    min-width: 500px;
  }
  .c_table_scroll .c_table_w_55per {
    width: 550px;
    min-width: 550px;
  }
  .c_table_scroll .c_table_w_60per {
    width: 600px;
    min-width: 600px;
  }
  .c_table_scroll .c_table_w_65per {
    width: 650px;
    min-width: 650px;
  }
  .c_table_scroll .c_table_w_70per {
    width: 700px;
    min-width: 700px;
  }
  .c_table_scroll .c_table_w_75per {
    width: 750px;
    min-width: 750px;
  }
  .c_table_scroll .c_table_w_80per {
    width: 800px;
    min-width: 800px;
  }
  .c_table_scroll .c_table_w_85per {
    width: 850px;
    min-width: 850px;
  }
  .c_table_scroll .c_table_w_90per {
    width: 900px;
    min-width: 900px;
  }
}

/* .c_column */
.c_column {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_column {
    margin: 1.875rem 0 0;
  }
}

@media (max-width: 767px) {
  .c_column_item:not(:first-child) {
    margin: 1.25rem 0 0;
  }
}

.c_column_item > *:first-child {
  margin-top: 0 !important;
}

.c_column_item > *:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .c_column:not(.c_column_col2_sp):not(.c_column_col3_sp) .c_column_item.c_card_point_primary:not(:first-child) {
    margin: 2.1875rem 0 0;
  }
}

@media (min-width: 768px) {
  .c_column_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c_column_col2 .c_column_item {
    width: calc(50% - 15px);
    margin: 0 0 0 30px;
  }
  .c_column_col2 .c_column_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c_column_col2 .c_column_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .c_column_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c_column_col3 .c_column_item {
    width: 32%;
    margin: 0 0 0 2%;
  }
  .c_column_col3 .c_column_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c_column_col3 .c_column_item:nth-child(n+4) {
    margin-top: 20px;
  }
  .c_column_col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c_column_col4 .c_column_item {
    width: 23.5%;
    margin: 0 0 0 2%;
  }
  .c_column_col4 .c_column_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c_column_col4 .c_column_item:nth-child(n+5) {
    margin-top: 20px;
  }
  .c_column_stairs_col2 .c_column_item:first-child {
    margin-top: 40px;
  }
  .c_column_stairs_col3 .c_column_item:first-child {
    margin-top: 80px;
  }
  .c_column_stairs_col3 .c_column_item:nth-child(2) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .c_column_col2_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c_column_col2_sp .c_column_item {
    width: calc(50% - 7.5px);
    margin: 0 0 0 15px;
  }
  .c_column_col2_sp .c_column_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c_column_col2_sp .c_column_item:nth-child(n+3) {
    margin-top: 15px;
  }
  .c_column_col2_sp .c_column_item.c_card_point_primary:nth-child(n+3) {
    margin-top: 35px;
  }
  .c_column_col3_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c_column_col3_sp .c_column_item {
    width: 32%;
    margin: 0 0 0 2%;
  }
  .c_column_col3_sp .c_column_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c_column_col3_sp .c_column_item:nth-child(n+4) {
    margin-top: 20px;
  }
  .c_column_col3_sp .c_column_item.c_card_point_primary:nth-child(n+4) {
    margin-top: 35px;
  }
}

@media (min-width: 768px) {
  .c_column_item_w_auto {
    width: auto !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0px !important;
            flex: 1 1 0 !important;
  }
  .c_column_item_w_390px {
    width: 390px !important;
  }
}

/* c_comment */
.c_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_comment {
    margin: 1.875rem 0 0;
  }
}

.c_comment_picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 1.25rem 0 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .c_comment_picture {
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 2.75rem 0 0;
  }
}

.c_comment_picture img {
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  max-width: none;
  width: auto;
  height: 100%;
  margin: auto;
}

.c_comment_body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1.25rem 0.9375rem;
  z-index: 2;
}

.c_comment_body > *:first-child {
  margin-top: 0 !important;
}

.c_comment_body > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .c_comment_body {
    padding: 1.25rem 2.5rem;
  }
}

.c_comment_body:before {
  position: absolute;
  top: 22px;
  left: -7px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
  content: "";
}

@media (min-width: 768px) {
  .c_comment_body:before {
    top: 44px;
  }
}

.c_comment_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c_comment_right .c_comment_picture {
  margin: 0 0 0 1.25rem;
}

@media (min-width: 768px) {
  .c_comment_right .c_comment_picture {
    margin: 0 0 0 2.75rem;
  }
}

.c_comment_right .c_comment_body:before {
  left: auto;
  right: -7px;
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* c_tab */
.c_tab {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_tab {
    margin: 1.875rem 0 0;
  }
}

/* c_tab_header */
.c_tab_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  color: #444;
}

@media (min-width: 768px) {
  .c_tab_header {
    border-bottom: 1px solid #ccc;
    margin: 1.875rem 0 0.625rem;
  }
}

.c_tab .c_tab_header {
  margin: 0;
}

.c_tab_header_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background: #F2F2F2;
  border: 1px solid #fff;
  border-bottom: 0;
  padding: 1em;
  color: #231916;
  text-align: center;
  cursor: pointer;
}

.c_tab_header_item:focus {
  outline: none;
  color: #4090EE;
}

@media (max-width: 767px) {
  .c_tab_header_item {
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .c_tab_header_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_tab_header_item:focus, .c_tab_header_item:hover {
    background: #004DA1;
    color: #fff;
    text-decoration: none;
    outline: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .c_tab_header_item {
    max-width: 250px;
  }
}

.c_tab_header_item.is_active {
  background: #004DA1;
  color: #fff;
  cursor: default;
}

@media (min-width: 768px) {
  .c_tab_header_col5 {
    font-size: 0.875rem;
  }
  .c_tab_header_col5 .c_tab_header_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

.c_tab_contents > *:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .c_tab_contents > *:first-child {
    margin-top: 1.875rem;
  }
}

.c_tab_contents > *.c_newslist {
  margin-top: 0.625rem;
}

.c_tab_contents > *:last-child {
  margin-bottom: 0 !important;
}

/* .c_newslist */
.c_newslist {
  list-style: none;
  padding-left: 0;
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_newslist {
    margin: 1.875rem 0 0;
  }
}

.c_newslist_item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  .c_newslist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5rem 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_newslist_item:not(.is_nohover):hover {
    background: #EEF5FC;
  }
  .c_newslist_item:not(.is_nohover):hover .c_newslist_link {
    color: #004DA1;
    text-decoration: none;
  }
}

.c_newslist_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .c_newslist_header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 1px;
  }
}

.c_newslist_date {
  font-size: 0.75rem;
}

.c_newslist_category {
  display: inline-block;
  min-width: 130px;
  color: #004DA1;
  border: 1px solid #004DA1;
  border-radius: 2px;
  margin: 0 0 0 1rem;
  padding: 0 10px 0;
  font-size: 0.625rem;
  text-align: center;
}

.c_newslist_body {
  margin: 0.625rem 0 0;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .c_newslist_body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0 0 0 1.25rem;
  }
}

.c_newslist_link {
  color: #231916;
}

@media (min-width: 768px) {
  .c_newslist_link {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.c_newslist_link .u_icon.is_append {
  margin-left: 5px;
}

@media (min-width: 768px) {
  .c_newslist_secondary .c_newslist_item {
    display: block !important;
  }
  .c_newslist_secondary .c_newslist_body {
    margin: 5px 0 0 0;
  }
}

/* .c_mainvisual */
.c_mainvisual_heading {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .c_mainvisual_heading {
    font-size: 2.5rem;
  }
}

.c_mainvisual_heading_caption {
  display: block;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .c_mainvisual_heading_caption {
    font-size: 1.25rem;
  }
}

.c_mainvisual_caption {
  margin: 1.25rem 0 0;
  color: #666;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .c_mainvisual_caption {
    margin: 0.625rem 0 0;
    font-size: 0.9375rem;
  }
}

.c_mainvisual_login {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(white));
  background: -o-linear-gradient(top, #f6f6f6 0%, white 100%);
  background: linear-gradient(180deg, #f6f6f6 0%, white 100%);
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .c_mainvisual_login {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(white));
    background: -o-linear-gradient(top, #f6f6f6 0%, white 100%);
    background: linear-gradient(180deg, #f6f6f6 0%, white 100%);
    padding: 1rem 1.25rem;
  }
}

.c_mainvisual_login > *:not(:first-child) {
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .c_mainvisual_login > *:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.c_mainvisual_login_btn {
  display: block;
  min-width: auto;
  border-radius: 6px;
  padding: 1.25rem;
  font-size: 1.3125rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 768px) {
  .c_mainvisual_login_btn {
    padding: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_mainvisual_login_btn:focus, .c_mainvisual_login_btn:hover {
    opacity: .8;
  }
  .c_mainvisual_login_btn.c_btn_blue:focus, .c_mainvisual_login_btn.c_btn_blue:hover {
    color: #fff;
  }
  .c_mainvisual_login_btn.c_btn_aqua:focus, .c_mainvisual_login_btn.c_btn_aqua:hover {
    color: #004DA1;
  }
}

.c_mainvisual_login_btn_caption {
  display: block;
  font-size: 0.75rem;
}

.c_mainvisual_utility {
  padding: 1.25rem;
  background: #F5F5F5;
}

@media (min-width: 768px) {
  .c_mainvisual_utility {
    padding: 1.25rem;
    margin-top: auto;
  }
  .c_mainvisual_primary .c_mainvisual_utility {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.c_mainvisual_utility_btn {
  display: block;
  border: 1px solid #231916;
  border-radius: 4px;
  padding: 0.625rem 1rem;
  font-weight: 500;
  text-align: center;
  color: #231916;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .c_mainvisual_utility_btn {
    padding: 1rem;
    font-size: 1.125rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_mainvisual_utility_btn:focus, .c_mainvisual_utility_btn:hover {
    border-color: #004DA1;
    color: #004DA1;
    text-decoration: none;
    opacity: .8;
  }
}

.c_mainvisual_utility_btn + * {
  margin-top: 1.25rem;
}

.c_mainvisual_utility_btn_caption {
  display: block;
  font-size: 0.75rem;
}

.c_mainvisual_utility_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_mainvisual_utility_nav_item {
  width: 33%;
  padding: 5px 0;
  text-align: center;
}

.c_mainvisual_utility_nav_item:not(:first-child) {
  border-left: 1px solid #ccc;
}

@media (min-width: 768px) {
  .c_mainvisual_utility_nav_item {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_mainvisual_utility_nav_item:focus, .c_mainvisual_utility_nav_item:hover {
    color: #004DA1;
    text-decoration: none;
    opacity: .8;
  }
}

.c_mainvisual_utility_nav_caption {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_mainvisual_utility_nav_caption {
    font-size: 0.875rem;
  }
}

.c_mainvisual_utility_nav a {
  color: #231916;
}

.c_mainvisual_utility_nav .u_icon {
  color: #004DA1;
  font-size: 3rem;
}

/* .c_mainvisual_primary */
.c_mainvisual_noimage + *,
.c_mainvisual_secondary + *,
.c_mainvisual_primary + * {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .c_mainvisual_noimage + *,
  .c_mainvisual_secondary + *,
  .c_mainvisual_primary + * {
    margin-top: 5rem;
  }
  .c_mainvisual_noimage + .c_anchor,
  .c_mainvisual_secondary + .c_anchor,
  .c_mainvisual_primary + .c_anchor {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .c_mainvisual_primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c_mainvisual_primary .c_mainvisual_image {
  position: relative;
}

@media (min-width: 768px) {
  .c_mainvisual_primary .c_mainvisual_image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: 500px;
    overflow: hidden;
  }
}

.c_mainvisual_primary .c_mainvisual_image_text {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .c_mainvisual_primary .c_mainvisual_image_text {
    top: 110px;
    left: 110px;
  }
}

@media (min-width: 768px) {
  .c_mainvisual_primary .c_mainvisual_image_picture {
    height: 100%;
    min-height: 500px;
  }
  .c_mainvisual_primary .c_mainvisual_image_picture img {
    width: 100%;
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1350px) {
  .c_mainvisual_primary .c_mainvisual_image_picture img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .c_mainvisual_primary .c_mainvisual_contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0  auto;
            flex: 0 0  auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 350px;
  }
}

/* .c_mainvisual_secondary */
.c_mainvisual_secondary {
  background: url("/contents/assets/images/common/bg_mainvisual_symbol2.png") right 0 no-repeat, url("/contents/assets/images/common/bg_mainvisual.gif") 0 0 repeat-x;
  background-size: auto 300px,auto 300px;
}

.c_mainvisual_secondary .c_mainvisual_inner {
  padding: 2.5rem 0 0;
}

@media (min-width: 768px) {
  .c_mainvisual_secondary .c_mainvisual_inner {
    max-width: 1000px;
    padding: 0 2.5rem;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .c_mainvisual_secondary .c_mainvisual_inner:after {
    display: table;
    clear: both;
    content: "";
  }
}

.c_mainvisual_secondary .c_mainvisual_image {
  background: url("/contents/assets/images/common/bg_mainvisual_frame_sp.svg") right 0 no-repeat;
  background-size: 95.2380952381% auto;
  padding: 0.625rem 0.875rem 0 0;
  margin: 1.25rem 1.875rem 0;
}

@media (min-width: 768px) {
  .c_mainvisual_secondary .c_mainvisual_image {
    float: right;
    position: relative;
    left: 20px;
    width: 56%;
    max-width: 560px;
    background: none;
    padding: 0;
    margin: 2.5rem -6.25rem 0 0;
    z-index: 2;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
  .c_mainvisual_secondary .c_mainvisual_image {
    left: -120px;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .c_mainvisual_secondary .c_mainvisual_image:after {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    background: url("/contents/assets/images/common/bg_mainvisual_frame.svg") 0 0 no-repeat;
    background-size: 100% auto;
    padding-bottom: 58.6206896552%;
    z-index: -1;
    content: "";
  }
}

.c_mainvisual_secondary .c_mainvisual_body {
  margin: 0 1.875rem;
}

@media (min-width: 768px) {
  .c_mainvisual_secondary .c_mainvisual_body {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 46%;
    height: 300px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .c_mainvisual_secondary .c_mainvisual_heading:only-child {
    margin-bottom: 2.5rem;
  }
}

.c_mainvisual_secondary .c_mainvisual_footer {
  margin: 1.25rem 0 0;
  overflow: auto;
}

@media (min-width: 768px) {
  .c_mainvisual_secondary .c_mainvisual_footer {
    float: left;
  }
}

@media (min-width: 768px) {
  .c_mainvisual_secondary .c_breadcrumb {
    max-width: 420px;
    line-height: 2;
  }
}

@media (max-width: 767px) {
  .c_mainvisual_secondary .c_breadcrumb_item:first-child {
    margin-left: 1.875rem;
  }
}

/* .c_mainvisual_noimage */
.c_mainvisual_noimage .c_mainvisual_inner {
  background: url("/contents/assets/images/common/bg_mainvisual_symbol2.png") right 0 no-repeat, url("/contents/assets/images/common/bg_mainvisual.gif") 0 0 repeat-x;
  background-size: auto 100%,auto 100%;
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .c_mainvisual_noimage .c_mainvisual_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c_mainvisual_noimage .c_mainvisual_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 140px;
  padding: 2.5rem 1.875rem;
}

@media (min-width: 768px) {
  .c_mainvisual_noimage .c_mainvisual_body {
    max-width: 1080px;
    min-height: 200px;
    padding: 2.5rem 2.5rem;
    margin: 0 auto;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .c_mainvisual_noimage .c_mainvisual_body {
    width: 100%;
  }
}

.c_mainvisual_noimage .c_mainvisual_heading:only-child {
  margin: 0;
}

.c_mainvisual_noimage .c_mainvisual_footer {
  padding: 0.625rem 1.875rem 0;
}

@media (min-width: 768px) {
  .c_mainvisual_noimage .c_mainvisual_footer {
    max-width: 1000px;
    padding: 0.625rem 2.5rem;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

/* .c_nav_fruid */
.c_nav_fruid {
  padding: 0 1.875rem;
  background: #fff url("/contents/assets/images/houjin/bg_service_01.jpg") center 0 no-repeat;
  background-size: auto 160px;
}

@media (min-width: 768px) {
  .c_nav_fruid {
    padding-top: 6.25rem;
    background-size: auto 390px;
  }
}

.c_nav_fruid + .c_nav_fruid {
  margin-top: 3.125rem;
}

@media (min-width: 768px) {
  .c_nav_fruid + .c_nav_fruid {
    margin-top: 5rem;
  }
}

.c_nav_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .c_nav_heading {
    display: block;
    height: auto;
    font-size: 1.75rem;
  }
}

.c_nav_heading span {
  display: inline-block;
  background: #231916;
  padding: 0.3125rem 1.25rem;
  color: #fff;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_nav_heading span {
    padding: 0.3125rem 1.875rem;
  }
}

.c_nav_heading_caption {
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_nav_heading_caption {
    margin-top: 2px;
  }
  .c_nav_heading_caption span {
    display: inline-block;
    padding: 0.3125rem 1.25rem;
    color: #fff;
    font-size: 0.9375rem;
    background: #231916;
  }
}

@media (min-width: 768px) {
  .c_nav_body,
  .c_nav_heading_caption,
  .c_nav_heading {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c_nav_body {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .c_nav_body {
    margin-top: 6.25rem;
  }
}

.c_nav_body > *:first-child {
  margin-top: 0 !important;
}

.c_nav_body > *:last-child {
  margin-bottom: 0 !important;
}

/* .c_accordion */
.c_accordion {
  margin: 1.25rem 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .c_accordion {
    margin: 1.875rem 0 0;
  }
}

.c_accordion.is_news {
  margin-top: 3.125rem;
}

@media (min-width: 768px) {
  .c_accordion.is_news {
    margin-top: 5rem !important;
  }
}

.c_accordion.is_news .c_accordion_heading {
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_accordion.is_news .c_accordion_heading {
    font-size: 20px;
  }
}

.c_accordion.is_news .c_accordion_body {
  padding: 0;
  border: 0;
}

.c_accordion_heading {
  position: relative;
  display: block;
  list-style: none;
  border: 1px solid #004DA1;
  padding: 0.5rem 60px 0.5rem 1.25rem;
  color: #004DA1;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 768px) {
  .c_accordion_heading {
    padding: 1rem 60px 1rem 3.125rem;
  }
}

.c_accordion_heading:focus {
  outline: none;
}

.c_accordion_heading:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  background: #004DA1;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  content: "＋";
}

@media (min-width: 768px) {
  .c_accordion_heading:after {
    width: 60px;
    font-size: 30px;
  }
}

.c_accordion.is_active .c_accordion_heading:after,
.c_accordion[open] .c_accordion_heading:after {
  content: "ー";
}

.c_accordion_heading::-webkit-details-marker {
  display: none;
}

.c_accordion_body {
  border-bottom: 1px solid #ddd;
  padding: 1.25rem;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c_accordion_body > *:first-child {
  margin-top: 0 !important;
}

.c_accordion_body > *:last-child {
  margin-bottom: 0 !important;
}

.c_accordion[open] .c_accordion_body {
  -webkit-animation: accordionShow .5s ease-in-out forwards;
          animation: accordionShow .5s ease-in-out forwards;
}

@media all and (-ms-high-contrast: none) {
  .c_accordion_body {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .c_accordion[open] .c_accordion_body {
    -webkit-animation: none;
            animation: none;
  }
}

/* .c_accordion_question */
.c_accordion_question .c_accordion_body,
.c_accordion_question .c_accordion_heading {
  position: relative;
  padding-left: 60px;
}

@media (min-width: 768px) {
  .c_accordion_question .c_accordion_body,
  .c_accordion_question .c_accordion_heading {
    padding-left: 100px;
  }
}

.c_accordion_question .c_accordion_body:before,
.c_accordion_question .c_accordion_heading:before {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
}

@media (min-width: 768px) {
  .c_accordion_question .c_accordion_body:before,
  .c_accordion_question .c_accordion_heading:before {
    top: 16px;
    left: 40px;
    font-size: 1.5rem;
  }
}

.c_accordion_question .c_accordion_heading:before {
  color: #D70110;
  content: "Q" attr(data-number);
}

.c_accordion_question .c_accordion_body:before {
  top: 20px;
  left: 22px;
  color: #004DA1;
  content: "A" attr(data-number);
}

@media (min-width: 768px) {
  .c_accordion_question .c_accordion_body:before {
    left: 42px;
  }
}

/* .c_emergency */
.c_emergency {
  position: relative;
  background: #FFEDEF;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .c_emergency {
    font-size: 0.9375rem;
  }
}

.c_emergency_box {
  padding: 1rem 1.25rem;
}

@media (min-width: 768px) {
  .c_emergency_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1440px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.c_emergency_close {
  position: absolute;
  top: .8rem;
  right: 1.25rem;
  border: 0;
  padding: 0;
  background: none;
  font-size: 1.5rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .c_emergency_close {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_emergency_close:hover {
    opacity: .8;
  }
}

.c_emergency_heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #D70110;
  padding: 0 1em;
  color: #fff;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .c_emergency_heading {
    margin: 0 1.875rem 0 0;
    font-size: 0.875rem;
  }
}

.c_emergency_heading:before {
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e930";
  font-size: 1rem;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .c_emergency_heading:before {
    font-size: 1.25rem;
  }
}

.c_emergency_contents {
  margin: 0.625rem 0 0;
}

@media (min-width: 768px) {
  .c_emergency_contents {
    margin: 0.125rem 0 0;
  }
}

.c_emergency_contents p {
  margin: 0;
}

.c_emergency_contents p + p {
  margin-top: .5em;
}

.c_emergency_contents a {
  color: #D70110;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .c_emergency_contents a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_emergency_contents a:hover {
    color: #D93B46;
  }
}

/* .c_important */
.c_important {
  padding: 1.25rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .c_important {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9375rem;
  }
}

.c_important a {
  color: #231916;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .c_important a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_important a:hover {
    color: #004DA1;
  }
}

.c_important_box {
  padding: 1.875rem;
  border: 1px solid #D70110;
}

@media (min-width: 768px) {
  .c_important_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.875rem 2.5rem;
  }
}

.c_important_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D70110;
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .c_important_heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: -5px;
    font-size: 1.125rem;
  }
}

.c_important_heading:before {
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e932";
  font-size: 1.25rem;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .c_important_heading:before {
    font-size: 1.5rem;
  }
}

.c_important_contents {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_important_contents {
    border-left: 1px solid #ccc;
    padding: 0 0 0 2.5rem;
    margin: 0 0 0 2.5rem;
  }
}

.c_important_contents p {
  margin: 0;
}

.c_important_contents p + p {
  margin-top: 1em;
}

.c_important_more {
  margin-top: 0.625rem;
  text-align: right;
}

.c_important_more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.c_important_more a:before {
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e939";
  margin-right: 5px;
  color: #004DA1;
}

/* .c_anchor */
.c_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 1.25rem 0 0;
  font-size: 0.8125rem;
  font-weight: 500;
}

.c_anchor + *:not(.c_anchor) {
  margin-top: 4.375rem;
}

.c_anchor + .c_anchor {
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  .c_contents_inner > .c_anchor {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

@media (min-width: 768px) {
  .c_anchor {
    max-width: 1000px;
    margin: 7.5rem auto 0;
    font-size: 1rem;
  }
  .c_anchor + *:not(.c_anchor) {
    margin-top: 5rem;
  }
}

.c_anchor > li {
  position: relative;
  width: 50%;
  border-right: 1px solid #ddd;
  padding: 0.625rem 1.875rem 0.625rem 1.25rem;
}

@media (max-width: 767px) {
  .c_anchor > li:nth-child(even) {
    border-right: 0;
  }
  .c_anchor > li:nth-child(n+3) {
    margin-top: 0.625rem;
  }
}

@media (min-width: 768px) {
  .c_anchor > li {
    padding: 0;
  }
}

.c_anchor > li:after {
  position: absolute;
  right: 10px;
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e922";
  color: #004DA1;
}

@media (min-width: 768px) {
  .c_anchor > li:after {
    bottom: 1px;
    right: 0;
    left: 0;
    width: 1em;
    height: 1em;
    margin: auto;
  }
}

.c_anchor > li > a {
  color: #3B4043;
}

@media (min-width: 768px) {
  .c_anchor > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 45px;
    padding: 0.625rem 1.25rem 1.625rem;
    text-align: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_anchor > li > a:focus, .c_anchor > li > a:hover {
    color: #004DA1;
    background: #EAF6FD;
    text-decoration: none;
    outline: 0;
  }
}

@media (min-width: 768px) {
  .c_anchor:not(.c_anchor_col4):not(.c_anchor_col5) > li {
    width: 33.33%;
  }
  .c_anchor:not(.c_anchor_col4):not(.c_anchor_col5) > li:nth-child(n+4) {
    margin-top: 1.25rem;
  }
  .c_anchor:not(.c_anchor_col4):not(.c_anchor_col5) > li:nth-child(3n+1) {
    border-left: 1px solid #ddd;
  }
}

@media (min-width: 768px) {
  .c_anchor_col4 > li {
    width: 25%;
  }
  .c_anchor_col4 > li:nth-child(n+5) {
    margin-top: 1.25rem;
  }
  .c_anchor_col4 > li:nth-child(4n+1) {
    border-left: 1px solid #ddd;
  }
}

@media (min-width: 768px) {
  .c_anchor_col5 > li {
    width: 20%;
  }
  .c_anchor_col5 > li:nth-child(n+6) {
    margin-top: 1.25rem;
  }
  .c_anchor_col5 > li:nth-child(5n+1) {
    border-left: 1px solid #ddd;
  }
}

/* .c_step */
.c_step {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_step {
    margin: 1.875rem 0 0;
  }
}

.c_step_heading {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.c_step_heading + * {
  margin-top: 1rem;
}

.c_step_body {
  background: #fff;
  border: 4px solid #ddd;
  border-radius: 12px;
  padding: 2.5rem;
}

.c_step_body > *:first-child {
  margin-top: 0 !important;
}

.c_step_body > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .c_step_body {
    padding: 2.5rem 3.125rem 3.125rem;
  }
}

.c_step_body_icon {
  display: block;
  color: #004DA1;
  font-size: 4.75rem;
  text-align: center;
}

.c_step_body_icon + * {
  margin-top: 0.625rem;
}

.c_step_body_inner > *:first-child {
  margin-top: 0 !important;
}

.c_step_body_inner > *:last-child {
  margin-bottom: 0 !important;
}

.c_step_body_inner_icon {
  display: block;
  color: #004DA1;
  font-size: 4.75rem;
  text-align: center;
}

.c_step_body_inner_icon + * {
  margin-top: 0.625rem;
}

/* .c_step_primary */
.c_step_primary {
  counter-reset: item;
}

.c_step_primary .c_step_item {
  position: relative;
  padding: 0 0 3.125rem;
}

.c_step_primary .c_step_item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 60px;
  background: url(/contents/assets/images/common/bg_step_number_01.svg) 0 0 no-repeat;
  background-size: contain;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  counter-increment: item;
  content: counter(item);
}

.c_step_primary .c_step_item:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 50px;
  margin: auto;
  display: inline-block;
  line-height: 1 !important;
  content: "\e922";
  color: #004DA1;
  font-size: 40px;
  text-align: center;
}

.c_step_primary .c_step_item:last-child {
  padding-bottom: 0;
}

.c_step_primary .c_step_item:last-child:after {
  display: none;
}

/* .c_step_icon */
.c_step_icon {
  text-align: center;
}

@media (min-width: 768px) {
  .c_step_icon {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c_step_icon .c_step_body {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .c_step_icon .c_step_body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .c_step_icon .c_step_body .u_icon + * {
    margin-top: 1.25rem;
  }
}

/* .c_step_inline */
@media (min-width: 768px) {
  .c_step_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

.c_step_inline .c_step_item {
  position: relative;
  padding: 0 0 3.125rem;
}

@media (min-width: 768px) {
  .c_step_inline .c_step_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 0 3.75rem 0 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.c_step_inline .c_step_item:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 50px;
  height: 40px;
  margin: auto;
  display: inline-block;
  line-height: 1 !important;
  content: "\e922";
  color: #004DA1;
  font-size: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .c_step_inline .c_step_item:after {
    top: 0;
    bottom: 0;
    left: auto;
    right: 4px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.c_step_inline .c_step_item:last-child {
  padding: 0;
}

.c_step_inline .c_step_item:last-child:after {
  display: none;
}

.c_step_inline .c_step_body {
  border-width: 6px;
  border-radius: 0;
  padding: 1.25rem;
}

@media (max-width: 767px) {
  .c_step_inline .c_step_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c_step_inline .c_step_body > .c_step_body_icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 60px;
    margin-right: 20px;
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .c_step_inline .c_step_body {
    height: 100%;
    padding: 1.875rem 1.25rem;
  }
  .c_step_inline .c_step_body .c_step_body_inner {
    margin-top: 0 !important;
  }
  .c_step_inline .c_step_body .c_step_body_inner .c_step_body_inner_icon + * {
    margin-top: 1.25rem;
  }
}

.c_step_inline .c_step_heading {
  font-size: 1rem;
}

.c_step_inline .c_step_body_inner {
  width: 100%;
}

/* .c_choice */
.c_choice {
  margin: 2.1875rem 0 0;
}

@media (min-width: 768px) {
  .c_choice {
    margin: 2.8125rem 0 0;
  }
}

.c_choice_item {
  position: relative;
}

.c_choice_body {
  border-radius: 6px;
  padding: 1.875rem 1.25rem 1.25rem;
}

.c_choice_body > *:first-child {
  margin-top: 0 !important;
}

.c_choice_body > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .c_choice_body {
    padding: 2.5rem 3rem;
  }
}

/* .c_choice_primary */
.c_choice_primary .c_choice_item {
  border: 1px solid #004DA1;
  border-radius: 6px;
  margin: 3.125rem 0 0;
}

.c_choice_primary .c_choice_item:first-child {
  margin: 0;
}

.c_choice_primary .c_choice_item:first-child:before {
  display: none;
}

.c_choice_primary .c_choice_item:before {
  position: absolute;
  bottom: calc(100% + 26px);
  right: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 25px solid #FCD000;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  margin: auto;
  content: "";
}

.c_choice_primary .c_choice_answer {
  background: #FFF7D2;
  padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .c_choice_primary .c_choice_answer {
    padding-bottom: 3.125rem;
  }
}

.c_choice_primary .c_choice_label {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 30px;
  border-radius: 33px;
  background: #004DA1;
  padding: 0 15px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .c_choice_primary .c_choice_btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0.625rem 0 0;
  }
}

@media (max-width: 767px) {
  .c_choice_primary .c_choice_btn_group .c_btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .c_choice_primary .c_choice_btn_group .c_btn + .c_btn {
    margin: 0 0 0 10px;
  }
}

@media (min-width: 768px) {
  .c_choice_primary .c_choice_btn_group .c_btn {
    margin: 0.625rem;
  }
}

/* .c_form */
.c_form {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_form {
    margin: 1.875rem 0 0;
  }
}

.c_form_item {
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .c_form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c_form_item:last-child {
  border-bottom: 1px solid #ddd;
}

.c_form_item_error {
  margin: 1em 0 0;
  color: #D70110;
}

.c_form_item:not(.is_error) .c_form_item_error {
  display: none;
}

.c_form_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #F6F6F6;
  padding: 0.625rem 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_form_header {
    padding: 1rem 1.5625rem;
    font-size: 0.9375rem;
  }
  .c_form_item .c_form_header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 260px;
  }
}

.c_form_item.is_teikeigai .c_form_header, .c_form_header.is_teikeigai {
  background: #EAF6FD;
}

.c_form_header.is_any:after, .c_form_header.is_required:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  top: 2px;
  display: block;
  width: 30px;
  border: 1px solid #D70110;
  border-radius: 2px;
  margin-left: auto;
  color: #D70110;
  font-size: 0.625rem;
  text-align: center;
  content: "必須";
}

.c_form_header.is_any:after {
  border-color: #666;
  color: #666;
  content: "任意";
}

.c_form_header.is_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c_form_header.is_confrim {
  color: #666;
}

.c_form_item.is_error .c_form_header, .c_form_header.is_error {
  color: #D70110;
}

.c_form_body {
  background: #fff;
  padding: 1rem 1.25rem;
}

.c_form_body > *:first-child {
  margin-top: 0 !important;
}

.c_form_body > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .c_form_body {
    padding: 1rem 1.5625rem;
  }
  .c_form_item .c_form_body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

.c_form_body.has_check {
  position: relative;
  padding-right: 50px;
}

.c_form_note {
  margin: 0.3125rem 0;
  color: #777;
  font-size: 0.75rem;
}

.c_form_control, .c_form_select select {
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.c_form_control::-webkit-input-placeholder, .c_form_select select::-webkit-input-placeholder {
  color: #ccc;
}

.c_form_control::-moz-placeholder, .c_form_select select::-moz-placeholder {
  color: #ccc;
}

.c_form_control:-ms-input-placeholder, .c_form_select select:-ms-input-placeholder {
  color: #ccc;
}

.c_form_control::-ms-input-placeholder, .c_form_select select::-ms-input-placeholder {
  color: #ccc;
}

.c_form_control::placeholder, .c_form_select select::placeholder {
  color: #ccc;
}

.c_form_control[type="text"], .c_form_select select[type="text"] {
  width: 100%;
  padding: 0.625rem 1rem;
}

@media (min-width: 768px) {
  .c_form_control[type="text"], .c_form_select select[type="text"] {
    width: 340px;
  }
}

.c_form_item.is_teikeigai .c_form_control:focus, .c_form_item.is_teikeigai .c_form_select select:focus, .c_form_select .c_form_item.is_teikeigai select:focus {
  background: #FFF7D2;
}

.c_form_control.is_invalid, .c_form_select select.is_invalid, .c_form_control[invalid], .c_form_select select[invalid] {
  border-color: #D70110 !important;
  background: #FFEDEF !important;
  color: #D70110 !important;
}

.c_form_control.is_invalid::-webkit-input-placeholder, .c_form_select select.is_invalid::-webkit-input-placeholder, .c_form_control[invalid]::-webkit-input-placeholder, .c_form_select select[invalid]::-webkit-input-placeholder {
  color: #D70110;
}

.c_form_control.is_invalid::-moz-placeholder, .c_form_select select.is_invalid::-moz-placeholder, .c_form_control[invalid]::-moz-placeholder, .c_form_select select[invalid]::-moz-placeholder {
  color: #D70110;
}

.c_form_control.is_invalid:-ms-input-placeholder, .c_form_select select.is_invalid:-ms-input-placeholder, .c_form_control[invalid]:-ms-input-placeholder, .c_form_select select[invalid]:-ms-input-placeholder {
  color: #D70110;
}

.c_form_control.is_invalid::-ms-input-placeholder, .c_form_select select.is_invalid::-ms-input-placeholder, .c_form_control[invalid]::-ms-input-placeholder, .c_form_select select[invalid]::-ms-input-placeholder {
  color: #D70110;
}

.c_form_control.is_invalid::placeholder, .c_form_select select.is_invalid::placeholder, .c_form_control[invalid]::placeholder, .c_form_select select[invalid]::placeholder {
  color: #D70110;
}

textarea.c_form_control {
  width: 100%;
  padding: 0.625rem 1rem;
}

/* .c_form_select */
.c_form_select {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .c_form_select {
    display: inline-block;
  }
}

.c_form_select:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-block;
  line-height: 1 !important;
  content: "\e922";
  color: #004DA1;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c_form_select select {
  width: 100%;
  padding: 0.625rem 3.125rem 0.625rem 1.5rem;
  cursor: pointer;
}

.c_form_select select::-ms-expand {
  display: none;
}

.c_form_select select.is_placholder {
  color: #ccc;
}

.c_form_select_line {
  display: inline-block;
}

.c_form_select_line:after {
  right: 8px;
  width: 6px;
  height: 12px;
  background: url(/contents/assets/images/icon/select.svg) 0 0 no-repeat;
  content: "";
}

.c_form_select_line select {
  padding: 0.3125rem 1.5625rem 0.3125rem 0.3125rem;
  border-radius: 4px;
}

.c_form_body.has_check .c_form_icon {
  position: absolute;
  top: 1rem;
  right: 0px;
}

@media (min-width: 768px) {
  .c_form_body.has_check .c_form_icon {
    top: 1.5rem;
    right: 10px;
  }
}

.c_form_icon_check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #FCD000;
  color: #FC6700;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1;
}

.c_form_icon_check:before {
  content: "確認";
}

.c_form_icon_check.is_active {
  background: #FFF4C1;
}

.c_form_icon_check.is_active:before {
  content: "OK";
}

/* .c_form_check */
.c_form_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1em 0 0;
  font-size: 0.875rem;
}

.c_form_check_input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.3125rem 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.c_form_check_input[type="checkbox"], .c_form_check_input[type="radio"] {
  cursor: pointer;
}

.c_form_check_input[type="checkbox"]:focus, .c_form_check_input[type="checkbox"]:checked, .c_form_check_input[type="radio"]:focus, .c_form_check_input[type="radio"]:checked {
  outline: none;
}

.c_form_check_input[type="checkbox"][invalid], .c_form_check_input[type="checkbox"]:invalid, .c_form_check_input[type="checkbox"]:disabled, .c_form_check_input[type="radio"][invalid], .c_form_check_input[type="radio"]:invalid, .c_form_check_input[type="radio"]:disabled {
  cursor: default;
}

.c_form_check_input[type="checkbox"][invalid] + .c_form_check_label, .c_form_check_input[type="checkbox"]:invalid + .c_form_check_label, .c_form_check_input[type="checkbox"]:disabled + .c_form_check_label, .c_form_check_input[type="radio"][invalid] + .c_form_check_label, .c_form_check_input[type="radio"]:invalid + .c_form_check_label, .c_form_check_input[type="radio"]:disabled + .c_form_check_label {
  cursor: default;
}

.c_form_check_input[type="radio"] {
  position: relative;
  top: .35em;
  background: url(/contents/assets/images/icon/radio.svg) center center no-repeat;
  background-size: contain;
}

.c_form_check_input[type="radio"]:checked {
  background-image: url(/contents/assets/images/icon/radio_checked.svg) !important;
}

.c_form_item.is_teikeigai .c_form_check_input[type="radio"]:checked + .c_form_check_label {
  background: #FFF7D2;
  padding: 2px 5px;
}

.c_form_check_input[type="radio"][invalid], .c_form_check_input[type="radio"]:invalid {
  background-image: url(/contents/assets/images/icon/radio_error.svg);
  cursor: default;
}

.c_form_check_input[type="radio"]:disabled {
  background-image: url(/contents/assets/images/icon/radio_disabled.svg);
}

.c_form_item.is_teikeigai .c_form_check_input[type="radio"]:disabled + .c_form_check_label {
  color: #999;
}

.c_form_check_input[type="checkbox"] {
  position: relative;
  top: .35em;
  background: url(/contents/assets/images/icon/check.svg) center center no-repeat;
  background-size: contain;
}

.c_form_check_input[type="checkbox"]:checked {
  background-image: url(/contents/assets/images/icon/checked.svg) !important;
}

.c_form_item.is_teikeigai .c_form_check_input[type="checkbox"]:checked + .c_form_check_label {
  background: #FFF7D2;
  padding: 2px 5px;
  font-weight: bold;
}

.c_form_check_input[type="checkbox"][invalid], .c_form_check_input[type="checkbox"]:invalid {
  background-image: url(/contents/assets/images/icon/check_error.svg);
}

.c_form_check_input[type="checkbox"]:disabled {
  background-image: url(/contents/assets/images/icon/check_disabled.svg);
}

.c_form_item.is_teikeigai .c_form_check_input[type="checkbox"]:disabled + .c_form_check_label {
  color: #999;
}

.c_form_check_label {
  margin: 0;
}

.c_form_check_label[for] {
  cursor: pointer;
}

/* .c_form_name */
.c_form_name {
  width: 120px !important;
}

@media (min-width: 768px) {
  .c_form_name {
    width: 150px !important;
  }
}

/* .c_form_address */
.c_form_address {
  width: 180px !important;
}

/* .c_form_tel */
.c_form_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .c_form_tel .c_form_control, .c_form_tel .c_form_select select, .c_form_select .c_form_tel select {
    width: 100px;
  }
}

.c_form_tel .c_form_tel_separate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 10px;
}

/* .c_form_list */
@media (min-width: 768px) {
  .c_form_list.c_form_body {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .c_form_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1.5625rem;
  }
  .c_form_list_item:not(:last-child) {
    border-bottom: 1px solid #DDD;
  }
}

.c_form_list_item + .c_form_list_item {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .c_form_list_item + .c_form_list_item {
    margin: 0;
  }
}

.c_form_list_label {
  display: block;
  margin: 0 0 5px;
}

@media (min-width: 768px) {
  .c_form_list_label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 110px;
    margin: 0 0.625rem 0 0;
  }
}

/* .c_form_inline */
.c_form_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7.5px;
}

.c_form_inline .c_form_control, .c_form_inline .c_form_select select, .c_form_select .c_form_inline select {
  margin: 0 7.5px;
}

.c_form_inline_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: auto;
  border-radius: 2px;
  padding: 0.625rem;
  margin: 0 7.5px;
  font-size: 0.75rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .c_form_inline button.c_form_inline_btn {
    width: auto;
  }
}

@media (min-width: 768px) {
  .c_form_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px -5px 0;
  }
  .c_form_flex > * {
    margin: 5px;
  }
}

@media (max-width: 767px) {
  .c_form_inline_address .c_form_control, .c_form_inline_address .c_form_select select, .c_form_select .c_form_inline_address select {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

@media (min-width: 768px) {
  .c_form_inline_address .c_form_control, .c_form_inline_address .c_form_select select, .c_form_select .c_form_inline_address select {
    width: 170px;
  }
}

.c_form_submit {
  max-width: 830px;
  margin: 1.875rem auto;
}

.c_form_submit_prev {
  margin: 1.25rem 0 0;
  text-align: center;
}

.c_form_submit_prev_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #231916;
}

@media (min-width: 768px) {
  .c_form_submit_prev_link {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_form_submit_prev_link:hover {
    opacity: .8;
    color: #004DA1;
  }
}

.c_form_submit_prev_link:before {
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e939";
  margin-right: 10px;
  color: #004DA1;
}

/* .c_form_inline */
.c_form_rule {
  max-height: 15rem;
  border: 1px solid #999;
  padding: 1.875rem;
  overflow: auto;
}

.c_form_rule > *:first-child {
  margin-top: 0 !important;
}

.c_form_rule > *:last-child {
  margin-bottom: 0 !important;
}

.c_form_rule_heading {
  margin: 1.25rem 0 0;
  font-size: 1rem;
}

.c_form_rule_heading + * {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .c_form_rule_heading {
    margin: 1.875rem 0 0;
    font-size: 1.25rem;
  }
}

.c_form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c_form_group > * {
  margin: 0 5px;
}

.c_form_group > *:first-child {
  margin-left: 0;
}

.c_form_group > *:last-child {
  margin-right: 0;
}

.c_form_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.625rem;
  list-style: none;
  padding-left: 0;
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_form_step {
    margin: 1.875rem 0 0;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .c_form_step {
    letter-spacing: -.05em;
  }
  .c_contents_inner > .c_form_step {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.c_form_step > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  background: #EAF6FD;
  padding: 0 5px;
  color: #004DA1;
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .c_form_step > li {
    height: 60px;
    padding: 0 15px;
  }
}

.c_form_step > li.is_active {
  background-color: #004DA1;
  color: #fff;
}

.c_form_step > li:first-child:after {
  position: absolute;
  top: 0;
  right: -5px;
  width: 10px;
  height: 100%;
  background-image: url(/contents/assets/images/common/bg_form_step_sp.svg);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 2;
  content: "";
}

.c_form_step > li:first-child.is_active:after {
  background-image: url(/contents/assets/images/common/bg_form_step_active_sp.svg);
}

@media (min-width: 768px) {
  .c_form_step > li:first-child:after {
    right: -15px;
    width: 30px;
    background-image: url(/contents/assets/images/common/bg_form_step.png);
  }
  .c_form_step > li:first-child.is_active:after {
    background-image: url(/contents/assets/images/common/bg_form_step_active.png);
  }
}

.c_form_step > li:last-child.is_active:before {
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 100%;
  background-image: url(/contents/assets/images/common/bg_form_step_active_02_sp.svg);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 2;
  content: "";
}

@media (min-width: 768px) {
  .c_form_step > li:last-child.is_active:before {
    left: -15px;
    width: 30px;
    background-image: url(/contents/assets/images/common/bg_form_step_active_02.png);
  }
}

.c_form_step > li:not(:first-child):not(:last-child):after, .c_form_step > li:not(:first-child):not(:last-child):before {
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: 2;
  content: "";
}

@media (min-width: 768px) {
  .c_form_step > li:not(:first-child):not(:last-child):after, .c_form_step > li:not(:first-child):not(:last-child):before {
    width: 30px;
  }
}

.c_form_step > li:not(:first-child):not(:last-child):after {
  right: -5px;
  background-image: url(/contents/assets/images/common/bg_form_step_sp.svg);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.c_form_step > li:not(:first-child):not(:last-child).is_active:before {
  left: -5px;
  background-image: url(/contents/assets/images/common/bg_form_step_active_02_sp.svg);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.c_form_step > li:not(:first-child):not(:last-child).is_active:after {
  background-image: url(/contents/assets/images/common/bg_form_step_active_sp.svg);
}

@media (min-width: 768px) {
  .c_form_step > li:not(:first-child):not(:last-child):after {
    right: -15px;
    background-image: url(/contents/assets/images/common/bg_form_step.png);
  }
  .c_form_step > li:not(:first-child):not(:last-child).is_active:before {
    left: -15px;
    background-image: url(/contents/assets/images/common/bg_form_step_active_02.png);
  }
  .c_form_step > li:not(:first-child):not(:last-child).is_active:after {
    background-image: url(/contents/assets/images/common/bg_form_step_active.png);
  }
}

.c_form_baroon_wrap {
  position: relative;
}

.c_form_baroon {
  position: relative;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #D70110;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 6px 0 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}

.c_form_baroon:before {
  position: absolute;
  bottom: 100%;
  left: 20px;
  display: block;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #D70110;
  content: "";
}

.c_form_baroon_wrap .c_form_baroon {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 2;
}

.c_form_item.is_error .c_form_baroon {
  display: block;
}

.c_form_ui_calender {
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 15px !important;
}

.c_form_ui_calender .ui-datepicker-header {
  height: 30px !important;
  background: #004DA1;
  border: 0;
  border-radius: 0;
  padding: 0 !important;
  color: #fff;
}

.c_form_ui_calender .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1 !important;
}

.c_form_ui_calender .ui-datepicker-prev,
.c_form_ui_calender .ui-datepicker-next {
  top: 0 !important;
  width: 30px !important;
  height: 30px !important;
}

.c_form_ui_calender .ui-icon-circle-triangle-w,
.c_form_ui_calender .ui-icon-circle-triangle-e {
  width: 1.1rem;
  height: 1rem;
  text-indent: 0;
  font-size: 0;
  background: none !important;
}

.c_form_ui_calender .ui-icon-circle-triangle-w:before,
.c_form_ui_calender .ui-icon-circle-triangle-e:before {
  font-size: 1rem;
}

.c_form_ui_calender .ui-icon-circle-triangle-e:before {
  display: inline-block;
  line-height: 1 !important;
  content: "\e939";
}

.c_form_ui_calender .ui-icon-circle-triangle-w:before {
  display: inline-block;
  line-height: 1 !important;
  content: "\e93b";
}

.c_form_ui_calender .ui-datepicker-calendar {
  margin-top: 3px;
}

.c_form_ui_calender .ui-datepicker-calendar thead {
  font-size: 12px;
  color: #666;
}

.c_form_ui_calender .ui-datepicker-calendar thead th {
  padding: 5px 0;
}

.c_form_ui_calender .ui-datepicker-calendar tbody {
  font-size: 14px;
  line-height: 1;
}

.c_form_ui_calender .ui-datepicker-calendar tbody .ui-state-disabled {
  opacity: 1;
}

.c_form_ui_calender .ui-datepicker-calendar tbody td {
  padding: 0;
  border: 1px solid #DDD;
}

.c_form_ui_calender .ui-datepicker-calendar tbody td span,
.c_form_ui_calender .ui-datepicker-calendar tbody td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  text-align: center;
  border: 0;
}

.c_form_ui_calender .ui-datepicker-calendar tbody td a {
  background: #EAF6FD;
  color: #004DA1;
}

.c_form_ui_calender .ui-datepicker-calendar tbody td span {
  background: #fff;
  color: #AAA;
  font-weight: normal;
}

/* .c_inquiry */
.c_inquiry_wrapper,
.c_inquiry {
  margin-top: 3.75rem;
}

@media (min-width: 768px) {
  .c_inquiry_wrapper,
  .c_inquiry {
    margin-top: 120px;
  }
}

.c_inquiry_wrapper + .l_footer_wrap,
.c_inquiry + .l_footer_wrap {
  margin-top: 0 !important;
}

.c_inquiry_wrapper > *:first-child,
.c_inquiry > *:first-child {
  margin-top: 0 !important;
}

.c_inquiry_wrapper > *:last-child,
.c_inquiry > *:last-child {
  margin-bottom: 0 !important;
}

.c_inquiry {
  background: #004DA1;
  margin-top: 3.75rem;
  color: #fff;
}

.c_inquiry_wrapper .c_inquiry {
  margin-top: 0;
}

.c_inquiry_header {
  margin: 0 1.875rem 0.625rem;
  color: #004DA1;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 768px) {
  .c_inquiry_header {
    margin: 0 0 1rem;
    font-size: 1.25rem;
  }
}

.c_inquiry_item {
  padding: 1.25rem 1.875rem;
}

@media (min-width: 768px) {
  .c_inquiry_item {
    padding: 3.75rem;
  }
}

.c_inquiry_item:nth-child(even) {
  background: #004084;
}

.c_inquiry_item_inner > *:first-child {
  margin-top: 0 !important;
}

.c_inquiry_item_inner > *:last-child {
  margin-bottom: 0 !important;
}

.c_inquiry_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.c_inquiry_heading + * {
  margin-top: 1rem;
}

.c_inquiry_heading .u_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0.625rem 0 0;
  font-size: 2rem;
}

.c_inquiry_heading2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.c_inquiry_heading2 + * {
  margin-top: 1rem;
}

.c_inquiry_heading2 .u_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0.625rem 0 0;
  font-size: 2rem;
}


@media (min-width: 768px) {
  .c_inquiry_heading {
    font-size: 1.5rem;
  }
  .c_inquiry_heading + * {
    margin-top: 1.25rem;
  }
  .c_inquiry_heading .u_icon {
    font-size: 3rem;
  }

  .c_inquiry_heading2 {
    font-size: 1.5rem;
  }
  .c_inquiry_heading2 + * {
    margin-top: 1.25rem;
  }
  .c_inquiry_heading2 .u_icon {
    font-size: 3rem;
  }
}

.c_inquiry_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #004DA1;
  border-radius: 4px;
  padding: 1rem 1.625rem;
  margin: 0.625rem 0 0;
  color: #004DA1;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.c_inquiry .c_inquiry_btn {
  border-color: #fff;
  color: #fff;
}

@media (min-width: 768px) {
  .c_inquiry_btn {
    width: 100%;
    max-width: 350px;
    height: 80px;
    margin: 1rem auto 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_inquiry_btn:focus, .c_inquiry_btn:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    text-decoration: none;
    outline: none;
  }
}

.c_inquiry_btn:after {
  position: absolute;
  right: 0.625rem;
  display: inline-block;
  line-height: 1.5 !important;
  content: "\e939";
}

.c_inquiry_btn.is_blank:after {
  content: "\e92a";
}

.c_inquiry_btn.is_number {
  font-size: 1.25rem;
}

.c_inquiry_tel_text {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.c_inquiry_tel_text2 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.c_inquiry .c_text_sub {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .c_inquiry_btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .c_inquiry_btn_group_item + .c_inquiry_btn_group_item {
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .c_inquiry_btn_group_item {
    max-width: auto;
    width: 48%;
    margin: 0;
  }
  .c_inquiry_btn_group_item:nth-child(even) {
    margin-left: 4%;
  }
  .c_inquiry_btn_group_item:nth-child(n+3) {
    margin-top: 1.25rem;
  }
}

div.c_inquiry_btn_group_item > *:first-child {
  margin-top: 0 !important;
}

div.c_inquiry_btn_group_item > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .c_inquiry_col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 300px;
  }
  .c_inquiry_col1 .c_inquiry_item {
    max-width: 1000px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .c_inquiry_col1 .c_inquiry_address {
    width: 350px;
  }
}

@media (min-width: 768px) {
  .c_inquiry_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c_inquiry_col2 .c_inquiry_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 3.125rem 5.625rem;
  }
  .c_inquiry_col2 .c_inquiry_item:nth-child(odd) .c_inquiry_item_inner {
    margin-left: auto;
  }
  .c_inquiry_col2 .c_inquiry_item_inner {
    max-width: 500px;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .c_inquiry_col2 .c_inquiry_item {
    padding: 3.125rem;
  }
}

/* .c_follow */
.c_follow_wrapper {
  position: relative;
  padding-top: 192px;
}

.c_follow {
  background: #fff;
  padding: 1rem 0 0;
}

@media (min-width: 768px) {
  .c_follow {
    padding: 1.5rem 0;
  }
}

.c_follow_wrapper .c_follow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.c_follow.is_fixed {
  position: fixed;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
          animation: fadeInUp 1s ease-in-out forwards;
}

.c_follow_inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c_follow_inner > *:first-child {
  margin-top: 0 !important;
}

.c_follow_inner > *:last-child {
  margin-bottom: 0 !important;
}

.c_follow_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.625rem 0 0;
}

.c_follow_btn_group_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media (min-width: 768px) {
  .c_follow_btn_group_item:only-child {
    max-width: 420px;
  }
  .c_follow_btn_group_item:nth-child(even) {
    margin-left: 1.25rem;
  }
}

.c_follow_btn_group_item > *:first-child {
  margin-top: 0 !important;
}

.c_follow_btn_group_item > *:last-child {
  margin-bottom: 0 !important;
}

.c_follow_btn_group_item .c_btn {
  min-width: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .c_follow_btn_group .c_btn {
    border-radius: 0;
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
  }
}

.c_follow_btn_group > .c_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media (min-width: 768px) {
  .c_follow_btn_group > .c_btn:only-child {
    max-width: 420px;
  }
  .c_follow_btn_group > .c_btn:nth-child(even) {
    margin-left: 1.25rem;
  }
}

/* .c_slider */
.c_slider {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_slider {
    margin: 1.875rem 0 0;
  }
}

.c_slider_image {
  margin: 0 !important;
  line-height: 1;
}

.c_slider_image:not(.slick-initialized) {
  display: none;
  visibility: hidden;
}

.c_slider_image + * {
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .c_slider_image + * {
    margin-top: 1.25rem;
  }
}

.c_slider_image_item > span,
.c_slider_image_item > a {
  display: inline-block;
}

.c_slider_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}

.c_slider_ui {
  font-size: 24px;
  cursor: pointer;
}

.c_slider_ui_prev:before {
  display: inline-block;
  line-height: 1 !important;
  content: "\e93b";
}

.c_slider_ui_next:before {
  display: inline-block;
  line-height: 1 !important;
  content: "\e939";
}

.c_slider_dots {
  margin: 0 1.875rem;
}

.c_slider_dots_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 0;
}

.c_slider_dots_list > li {
  display: inline-block;
}

.c_slider_dots_list > li button {
  background: none;
  border: 0;
  padding: 5px;
  color: transparent;
}

.c_slider_dots_list > li button:focus {
  outline: none;
}

.c_slider_dots_list > li button:before {
  display: block;
  width: 10px;
  height: 10px;
  background: #D0D0D0;
  border-radius: 50%;
  content: "";
}

.c_slider_dots_list > li.slick-active button:before {
  background: #004DA1;
}

.c_slider_primary {
  width: 100%;
}

@media (min-width: 768px) {
  .c_slider_primary {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}

button.c_slider_ui {
  border: 0;
  background: none;
  padding: 0;
}

button.c_slider_ui:focus {
  outline: none;
  opacity: .8;
}

@media (min-width: 768px) {
  button.c_slider_ui {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  button.c_slider_ui:hover {
    color: #004DA1;
  }
}

/* === ページャー === */
.c_pager {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_pager {
    margin: 1.875rem 0 0;
  }
}

.c_pager_nav {
  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;
  font-size: 0.9375rem;
  font-weight: 500;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.c_pager_nav a {
  text-decoration: none !important;
}

.c_pager_nav_item {
  margin: 0.3125rem;
}

.c_pager_nav_item > span,
.c_pager_nav_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #666;
}

@media (min-width: 768px) {
  .c_pager_nav_item > a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_pager_nav_item > a:hover {
    opacity: .75;
  }
}

.c_pager_nav_item:not(.is_disabled) > span {
  background: #004DA1;
  color: #fff;
}

.c_pager_nav_item_last, .c_pager_nav_item_first {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 20px;
}

.c_pager_nav_item_last a, .c_pager_nav_item_first a {
  color: #004DA1;
  font-weight: bold;
}

.c_pager_nav_item_first > a:before {
  margin-right: .5rem;
}

.c_pager_nav_item_last > a:after {
  margin-left: .5rem;
}

.c_blog_header + * {
  margin-top: 1.875rem;
}

.c_blog_header_heading {
  margin: 0;
}

.c_blog_header_utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_blog_header_utility_tag {
  min-width: 100px;
  text-align: center;
}

.c_blog_header_utility_date {
  margin-left: auto;
  color: #777;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .c_blog_mainvisual {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

.c_blog_mainvisual + * {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .c_blog_mainvisual + * {
    margin-top: 1.875rem;
  }
}

.c_blog_body_footer {
  margin-top: 3.125rem;
}

.c_blog_body_footer > *:first-child {
  margin-top: 0 !important;
}

.c_blog_body_footer > *:last-child {
  margin-bottom: 0 !important;
}

.c_blog_aside_list {
  font-size: 0.75rem;
  font-weight: 500;
  list-style: none;
  padding-left: 0;
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  .c_blog_aside_list {
    margin: 1.875rem 0 0;
    font-size: 0.8125rem;
  }
}

.c_blog_aside_list > li {
  border: 1px solid #ddd;
}

.c_blog_aside_list > li:not(:first-child) {
  border-top: 0;
}

.c_blog_aside_list > li span,
.c_blog_aside_list > li a {
  display: block;
  padding: 1em 1.6666666667em;
  line-height: 1.3;
}

.c_blog_aside_list > li a {
  color: #231916;
}

@media (min-width: 768px) {
  .c_blog_aside_list > li a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_blog_aside_list > li a:hover {
    color: #004DA1;
    opacity: .75;
  }
}

.c_blog_aside_list > li span {
  background-color: #004DA1;
  color: #fff;
}

.c_blog_aside_list > .is_active > a {
  background-color: #004DA1;
  color: #fff;
}

@media (min-width: 768px) {
  .c_blog_aside_list > .is_active > a:hover {
    color: #fff;
  }
}

/* c_dialog */
.c_dialog_modal .modaal-container {
  max-width: 760px;
  border-radius: 10px;
}

.c_dialog_modal .modaal-content-container {
  padding: 3.125rem 1.25rem !important;
}

@media (min-width: 768px) {
  .c_dialog_modal .modaal-content-container {
    padding: 5rem 1.25rem !important;
  }
}

.c_dialog_text {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}

@media (min-width: 768px) {
  .c_dialog_text {
    font-size: 1rem;
  }
}

.c_dialog_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .c_dialog_btn_group {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c_dialog_btn_group .c_dialog_btn {
  width: 48%;
  margin: 0  2% !important;
}

@media (min-width: 768px) {
  .c_dialog_btn_group .c_dialog_btn {
    width: 240px;
    min-width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.c_dialog_btn_group .c_dialog_btn:first-child {
  margin-left: 0 !important;
}

.c_dialog_btn_group .c_dialog_btn:last-child {
  margin-right: 0 !important;
}

.c_reco_nav_ranking .dv_rc_price,
.c_reco_nav_ranking .dv_rc_description,
.c_reco_nav_ranking .dv_rc_title,
.c_reco_nav_ranking .dv_rc_footer,
.c_reco_nav_ranking .dv_rc_header,
.c_reco_nav_rel .dv_rc_price,
.c_reco_nav_rel .dv_rc_description,
.c_reco_nav_rel .dv_rc_title,
.c_reco_nav_rel .dv_rc_footer,
.c_reco_nav_rel .dv_rc_header,
.c_reco_rel .dv_rc_price,
.c_reco_rel .dv_rc_description,
.c_reco_rel .dv_rc_title,
.c_reco_rel .dv_rc_footer,
.c_reco_rel .dv_rc_header,
.c_reco_ranking .dv_rc_price,
.c_reco_ranking .dv_rc_description,
.c_reco_ranking .dv_rc_title,
.c_reco_ranking .dv_rc_footer,
.c_reco_ranking .dv_rc_header {
  display: none !important;
  visibility: hidden !important;
}

.c_reco_nav_rel .dv_rc_img,
.c_reco_nav_footprint .dv_rc_img,
.c_reco_rel .dv_rc_img,
.c_reco_ranking .dv_rc_img {
  display: none !important;
  visibility: hidden !important;
}

.c_reco_ranking {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .c_reco_ranking {
    font-size: 1rem;
  }
}

.c_reco_ranking .dv_recommend {
  border-bottom: 2px solid #ddd;
}

.c_reco_ranking .dv_rc_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 65px;
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .c_reco_ranking .dv_rc_items {
    min-height: 80px;
    padding: 1.25rem;
  }
}

.c_reco_ranking .dv_rc_items:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0  auto;
          flex: 0 0  auto;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  content: "";
}

.c_reco_ranking .dv_rc_items:nth-child(even) {
  background: #EEF5FC;
}

.c_reco_ranking .dv_rc_items:nth-child(3):before {
  background: url(/contents/assets/images/icon/reco_rank_01.svg) center center no-repeat;
  background-size: 40px 40px;
}

.c_reco_ranking .dv_rc_items:nth-child(4):before {
  background: url(/contents/assets/images/icon/reco_rank_02.svg) center center no-repeat;
  background-size: 40px 40px;
}

.c_reco_ranking .dv_rc_items:nth-child(5):before {
  background: url(/contents/assets/images/icon/reco_rank_03.svg) center center no-repeat;
  background-size: 40px 40px;
}

.c_reco_ranking .dv_rc_items:nth-child(6):before {
  background: url(/contents/assets/images/icon/reco_rank_04.svg) center center no-repeat;
  background-size: 40px 40px;
}

.c_reco_ranking .dv_rc_items:nth-child(7):before {
  background: url(/contents/assets/images/icon/reco_rank_05.svg) center center no-repeat;
  background-size: 40px 40px;
}

.c_reco_ranking .dv_rc_items > a {
  display: inline-block;
  color: #231916;
}

@media (min-width: 768px) {
  .c_reco_ranking .dv_rc_items > a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_reco_ranking .dv_rc_items > a:hover {
    color: #004DA1;
  }
}

#reco_nav_footprint {
  margin-top: 0 !important;
}

.c_reco_nav_footprint {
  font-size: 0.9375rem;
}

.c_reco_nav_footprint .dv_rc_items {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ddd;
}

.c_reco_nav_footprint .dv_rc_items > a {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  color: #231916;
}

@media (min-width: 768px) {
  .c_reco_nav_footprint .dv_rc_items > a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_reco_nav_footprint .dv_rc_items > a:hover {
    color: #004DA1;
  }
}

.c_reco_nav_footprint .dv_rc_items > a:before {
  position: absolute;
  top: .3em;
  left: 0;
  display: inline-block;
  line-height: 1 !important;
  content: "\e939";
  color: #004DA1;
}

.c_reco_nav_rel,
.c_reco_rel {
  font-size: 0.875rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c_reco_nav_rel,
  .c_reco_rel {
    font-size: 0.9375rem;
  }
}

.c_reco_nav_rel .dv_rc_items:nth-child(3),
.c_reco_rel .dv_rc_items:nth-child(3) {
  border-top: 1px solid #ddd;
}

.c_reco_nav_rel .dv_rc_items > a,
.c_reco_rel .dv_rc_items > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 0.625rem 1.875rem;
  color: #231916;
}

@media (min-width: 768px) {
  .c_reco_nav_rel .dv_rc_items > a,
  .c_reco_rel .dv_rc_items > a {
    height: 100px;
    padding: 1.25rem 1.875rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c_reco_nav_rel .dv_rc_items > a:focus, .c_reco_nav_rel .dv_rc_items > a:hover,
  .c_reco_rel .dv_rc_items > a:focus,
  .c_reco_rel .dv_rc_items > a:hover {
    background: #004DA1;
    color: #fff;
  }
  .c_reco_nav_rel .dv_rc_items > a:focus .dv_rc_name:before, .c_reco_nav_rel .dv_rc_items > a:hover .dv_rc_name:before,
  .c_reco_rel .dv_rc_items > a:focus .dv_rc_name:before,
  .c_reco_rel .dv_rc_items > a:hover .dv_rc_name:before {
    color: #fff;
  }
}

.c_reco_nav_rel .dv_rc_name,
.c_reco_rel .dv_rc_name {
  position: relative;
  padding-left: 1.5em;
}

.c_reco_nav_rel .dv_rc_name:before,
.c_reco_rel .dv_rc_name:before {
  position: absolute;
  top: .35em;
  left: 0;
  display: inline-block;
  line-height: 1 !important;
  content: "\e939";
  color: #004DA1;
}

/*!------------------------
 * Utility
 * 接頭辞 .u-xxx
 *------------------------*/
/* utility font */
.u_font_xsm {
  font-size: 0.75rem !important;
}

.u_font_sm {
  font-size: 0.875rem !important;
}

.u_font_lg {
  font-size: 1.25rem !important;
}

.u_font_xlg {
  font-size: 1.75rem !important;
}

@media (max-width: 767px) {
  .u_font_xsm_sp {
    font-size: 0.75rem !important;
  }
  .u_font_sm_sp {
    font-size: 0.875rem !important;
  }
  .u_font_lg_sp {
    font-size: 1.25rem !important;
  }
  .u_font_xlg_sp {
    font-size: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .u_font_xsm_pc {
    font-size: 0.75rem !important;
  }
  .u_font_sm_pc {
    font-size: 0.875rem !important;
  }
  .u_font_lg_pc {
    font-size: 1.25rem !important;
  }
  .u_font_xlg_pc {
    font-size: 1.75rem !important;
  }
}

.u_font_normal {
  font-weight: normal !important;
}

.u_font_md {
  font-weight: 500 !important;
}

.u_font_bold {
  font-weight: bold !important;
}

.u_font_red {
  color: #D70110 !important;
}

.u_font_blue {
  color: #004DA1 !important;
}

.u_font_gray {
  color: #777 !important;
}

.u_font_white {
  color: #fff;
}

.u_text_center {
  text-align: center !important;
}

.u_text_left {
  text-align: left !important;
}

.u_text_right {
  text-align: right !important;
}

.u_text_line {
  text-decoration: underline !important;
}

.u_text_dotline {
  border-bottom: 1px dotted !important;
}

.u_text_middle {
  vertical-align: middle !important;
}

/* .u_align */
.u_align_top {
  vertical-align: top !important;
}

.u_align_bottom {
  vertical-align: bottom !important;
}

.u_align_center {
  vertical-align: middle !important;
}

.u_lineheight_sm {
  line-height: 1.3 !important;
}

/* .u_indent
 * 使い方は下記
<span class="u_indent">
  <span class="u_indent_icon">アイコンやリストの※</span>
  <span class="u_indent_body">内容</span>
</span>
*/
.u_indent {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u_indent > .u_indent_icon {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  margin-right: 10px;
}

.u_indent > .u_indent_body {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0px !important;
          flex: 1 1 0 !important;
}

.u_indent > .u_indent_body > *:first-child {
  margin-top: 0 !important;
}

.u_indent > .u_indent_body > *:last-child {
  margin-bottom: 0 !important;
}

/* .u_bg */
.u_bg_aqua {
  background-color: #EAF6FD !important;
}

.u_bg_yellow {
  background-color: #FFF7D2 !important;
}

/* utility box-shadow */
.u_shadow_aqua {
  -webkit-box-shadow: 20px 20px 0px #eaf6fd;
          box-shadow: 20px 20px 0px #eaf6fd;
}

@media (min-width: 768px) {
  .u_shadow_aqua_pc {
    -webkit-box-shadow: 20px 20px 0px #eaf6fd;
            box-shadow: 20px 20px 0px #eaf6fd;
  }
}

/* utility icon */
[class^="u_icon_"],
[class*=" u_icon_"],
.l_footer_pagetop_btn:before,
.l_footer_nav_list_link:before,
.l_footer_other_list_item:after,
.l_megamenu_nav_list > li:before,
.l_megamenu_btn:before,
.l_global_parent > li > a:after,
.l_global_child > li > a:after,
.l_global_uncle > li > a:after,
.l_pagetop_btn:before,
.c_breadcrumb_item:not(:last-child):after,
.c_list_link > li:before,
.c_list_link_line > li:before,
.c_list_anchor > li:before,
.c_list_archive > li:before,
.c_btn_primary:before,
.c_btn_secondary:before,
.c_btn_blank:after,
.c_btn_download:after,
.c_panel_heading_arrow:before,
.c_emergency_heading:before,
.c_important_heading:before,
.c_important_more a:before,
.c_anchor > li:after,
.c_step_primary .c_step_item:after,
.c_step_inline .c_step_item:after,
.c_form_select:after,
.c_form_submit_prev_link:before,
.c_form_ui_calender .ui-icon-circle-triangle-e:before,
.c_form_ui_calender .ui-icon-circle-triangle-w:before,
.c_inquiry_btn:after,
.c_slider_ui_prev:before,
.c_slider_ui_next:before,
.c_reco_nav_footprint .dv_rc_items > a:before,
.c_reco_nav_rel .dv_rc_name:before,
.c_reco_rel .dv_rc_name:before {
  font-family: "a_bank_icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u_icon.is_append {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 5px;
}

.u_icon_lg {
  font-size: 1.5rem;
}

.u_icon_xlg {
  font-size: 3rem;
}

.u_icon_pdf:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/contents/assets/images/icon/pdf.svg") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.u_icon_address_line:before {
  content: "\e93d";
}

.u_icon_address:before {
  content: "\e93c";
}

.u_icon_arrow_back:before {
  content: "\e93b";
}

.u_icon_arrow_down:before {
  content: "\e93a";
}

.u_icon_arrow_forward:before {
  content: "\e939";
}

.u_icon_arrow_up:before {
  content: "\e938";
}

.u_icon_arrow_line_back:before {
  content: "\e937";
}

.u_icon_arrow_line_down:before {
  content: "\e936";
}

.u_icon_arrow_line_forward:before {
  content: "\e935";
}

.u_icon_arrow_line_up:before {
  content: "\e934";
}

.u_icon_asset:before {
  content: "\e933";
}

.u_icon_attention:before {
  content: "\e930";
}

.u_icon_attention_line:before {
  content: "\e931";
}

.u_icon_attention_circle:before {
  content: "\e932";
}

.u_icon_banking_line:before {
  content: "\e92f";
}

.u_icon_banking:before {
  content: "\e92e";
}

.u_icon_baseprice_line:before {
  content: "\e92d";
}

.u_icon_baseprice:before {
  content: "\e92c";
}

.u_icon_beginner:before {
  content: "\e92b";
}

.u_icon_booking_line:before {
  content: "\e929";
}

.u_icon_booking:before {
  content: "\e928";
}

.u_icon_calculator:before {
  content: "\e925";
}

.u_icon_chart_line:before {
  content: "\e924";
}

.u_icon_chart:before {
  content: "\e923";
}

.u_icon_chevron_line_bottom:before {
  content: "\e922";
}

.u_icon_chevron_line_left:before {
  content: "\e921";
}

.u_icon_chevron_line_right:before {
  content: "\e920";
}

.u_icon_chevron_line_top:before {
  content: "\e91f";
}

.u_icon_close:before {
  content: "\e91e";
}

.u_icon_deposit:before {
  content: "\e91d";
}

.u_icon_fee_line:before {
  content: "\e91a";
}

.u_icon_fee:before {
  content: "\e919";
}

.u_icon_graph_line:before {
  content: "\e918";
}

.u_icon_graph:before {
  content: "\e917";
}

.u_icon_investment:before {
  content: "\e915";
}

.u_icon_letter_line:before {
  content: "\e913";
}

.u_icon_letter:before {
  content: "\e912";
}

.u_icon_light:before {
  content: "\e911";
}

.u_icon_loan:before {
  content: "\e910";
}

.u_icon_login:before {
  content: "\e90f";
}

.u_icon_lost:before {
  content: "\e90e";
}

.u_icon_map_line:before {
  content: "\e90d";
}

.u_icon_map:before {
  content: "\e90c";
}

.u_icon_network:before {
  content: "\e90b";
}

.u_icon_note:before {
  content: "\e90a";
}

.u_icon_plaza:before {
  content: "\e909";
}

.u_icon_question_line:before {
  content: "\e907";
}

.u_icon_question:before {
  content: "\e906";
}

.u_icon_seminar:before {
  content: "\e905";
}

.u_icon_store:before {
  content: "\e903";
}

.u_icon_tax_exemption:before {
  content: "\e902";
}

.u_icon_telephone:before {
  content: "\e901";
}

.u_icon_user:before {
  content: "\e900";
}

.u_icon_download:before {
  content: "\e91b";
}

.u_icon_blank:before {
  content: "\e92a";
}

.u_icon_stairs:before {
  content: "\e904";
}

.u_icon_house:before {
  content: "\e916";
}

.u_icon_judging:before {
  content: "\e914";
}

.u_icon_desktop:before {
  content: "\e91c";
}

.u_icon_post:before {
  content: "\e908";
}

.u_icon_building:before {
  content: "\e926";
}

.u_icon_booking_pc:before {
  content: "\e927";
}

/* utility hide */
@media (max-width: 320px) {
  .u_hide_sp_sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u_hide_sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u_hide_pc {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .u_hide_pc_lg {
    display: none !important;
  }
}

/* utility margin */
.u_mx_0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.u_mx_10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.u_mx_20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.u_mx_30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.u_my_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u_my_10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u_my_20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u_my_30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u_mt_0 {
  margin-top: 0 !important;
}

.u_mt_10 {
  margin-top: 10px !important;
}

.u_mt_20 {
  margin-top: 20px !important;
}

.u_mt_30 {
  margin-top: 30px !important;
}

.u_mt_40 {
  margin-top: 40px !important;
}

.u_mt_50 {
  margin-top: 50px !important;
}

.u_mb_0 {
  margin-bottom: 0 !important;
}

.u_mb_10 {
  margin-bottom: 10px !important;
}

.u_mb_20 {
  margin-bottom: 20px !important;
}

.u_mb_30 {
  margin-bottom: 30px !important;
}

.u_mb_40 {
  margin-bottom: 40px !important;
}

.u_mb_50 {
  margin-bottom: 50px !important;
}

.u_mr_0 {
  margin-right: 0 !important;
}

.u_mr_10 {
  margin-right: 10px !important;
}

.u_mr_20 {
  margin-right: 20px !important;
}

.u_mr_30 {
  margin-right: 30px !important;
}

.u_ml_0 {
  margin-left: 0 !important;
}

.u_ml_10 {
  margin-left: 10px !important;
}

.u_ml_20 {
  margin-left: 20px !important;
}

.u_ml_30 {
  margin-left: 30px !important;
}

.u_ml_40 {
  margin-left: 40px !important;
}

.u_ml_1em {
  margin-left: 1em !important;
}

.u_ml_2em {
  margin-left: 2em !important;
}

.u_ml_3em {
  margin-left: 3em !important;
}

@media (max-width: 767px) {
  .u_mt_0_sp {
    margin-top: 0 !important;
  }
  .u_mt_10_sp {
    margin-top: 10px !important;
  }
  .u_mt_20_sp {
    margin-top: 20px !important;
  }
  .u_mt_30_sp {
    margin-top: 30px !important;
  }
  .u_mt_40_sp {
    margin-top: 40px !important;
  }
  .u_mt_50_sp {
    margin-top: 50px !important;
  }
  .u_mb_0_sp {
    margin-bottom: 0 !important;
  }
  .u_mb_10_sp {
    margin-bottom: 10px !important;
  }
  .u_mb_20_sp {
    margin-bottom: 20px !important;
  }
  .u_mb_30_sp {
    margin-bottom: 30px !important;
  }
  .u_mb_40_sp {
    margin-bottom: 40px !important;
  }
  .u_mb_50_sp {
    margin-bottom: 50px !important;
  }
  .u_mr_0_sp {
    margin-right: 0 !important;
  }
  .u_mr_10_sp {
    margin-right: 10px !important;
  }
  .u_mr_20_sp {
    margin-right: 20px !important;
  }
  .u_mr_30_sp {
    margin-right: 30px !important;
  }
  .u_ml_0_sp {
    margin-left: 0 !important;
  }
  .u_ml_10_sp {
    margin-left: 10px !important;
  }
  .u_ml_20_sp {
    margin-left: 20px !important;
  }
  .u_ml_30_sp {
    margin-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .u_mt_0_pc {
    margin-top: 0 !important;
  }
  .u_mt_10_pc {
    margin-top: 10px !important;
  }
  .u_mt_20_pc {
    margin-top: 20px !important;
  }
  .u_mt_30_pc {
    margin-top: 30px !important;
  }
  .u_mt_40_pc {
    margin-top: 40px !important;
  }
  .u_mt_50_pc {
    margin-top: 50px !important;
  }
  .u_mb_0_pc {
    margin-bottom: 0 !important;
  }
  .u_mb_10_pc {
    margin-bottom: 10px !important;
  }
  .u_mb_20_pc {
    margin-bottom: 20px !important;
  }
  .u_mb_30_pc {
    margin-bottom: 30px !important;
  }
  .u_mb_40_pc {
    margin-bottom: 40px !important;
  }
  .u_mb_50_pc {
    margin-bottom: 50px !important;
  }
  .u_mr_0_pc {
    margin-right: 0 !important;
  }
  .u_mr_10_pc {
    margin-right: 10px !important;
  }
  .u_mr_20_pc {
    margin-right: 20px !important;
  }
  .u_mr_30_pc {
    margin-right: 30px !important;
  }
  .u_ml_0_pc {
    margin-left: 0 !important;
  }
  .u_ml_10_pc {
    margin-left: 10px !important;
  }
  .u_ml_20_pc {
    margin-left: 20px !important;
  }
  .u_ml_30_pc {
    margin-left: 30px !important;
  }
}

/* utility padding */
.u_p_0 {
  padding: 0 !important;
}

.u_px_0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.u_px_10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.u_px_20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.u_px_30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.u_py_0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u_py_10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u_py_20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u_py_30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u_pt_0 {
  padding-top: 0px !important;
}

.u_pt_10 {
  padding-top: 10px !important;
}

.u_pt_20 {
  padding-top: 20px !important;
}

.u_pt_30 {
  padding-top: 30px !important;
}

.u_pb_0 {
  padding-bottom: 0px !important;
}

.u_pb_10 {
  padding-bottom: 10px !important;
}

.u_pb_20 {
  padding-bottom: 20px !important;
}

.u_pb_30 {
  padding-bottom: 30px !important;
}

@media (max-width: 767px) {
  .u_p_0_sp {
    padding: 0 !important;
  }
  .u_px_0_sp {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .u_px_10_sp {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .u_px_20_sp {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .u_px_30_sp {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .u_py_0_sp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u_py_10_sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u_py_20_sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u_py_30_sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u_pt_0_sp {
    padding-top: 0px !important;
  }
  .u_pt_10_sp {
    padding-top: 10px !important;
  }
  .u_pt_20_sp {
    padding-top: 20px !important;
  }
  .u_pt_30_sp {
    padding-top: 30px !important;
  }
  .u_pb_0_sp {
    padding-bottom: 0px !important;
  }
  .u_pb_10_sp {
    padding-bottom: 10px !important;
  }
  .u_pb_20_sp {
    padding-bottom: 20px !important;
  }
  .u_pb_30_sp {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u_p_0_pc {
    padding: 0 !important;
  }
  .u_px_0_pc {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .u_px_10_pc {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .u_px_20_pc {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .u_px_30_pc {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .u_py_0_pc {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u_py_10_pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u_py_20_pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u_py_30_pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u_pt_0_pc {
    padding-top: 0px !important;
  }
  .u_pt_10_pc {
    padding-top: 10px !important;
  }
  .u_pt_20_pc {
    padding-top: 20px !important;
  }
  .u_pt_30_pc {
    padding-top: 30px !important;
  }
  .u_pb_0_pc {
    padding-bottom: 0px !important;
  }
  .u_pb_10_pc {
    padding-bottom: 10px !important;
  }
  .u_pb_20_pc {
    padding-bottom: 20px !important;
  }
  .u_pb_30_pc {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u_width_200px_pc {
    width: 200px !important;
  }
  .u_width_340px_pc {
    width: 340px !important;
  }
}

@media (max-width: 767px) {
  .u_width_100px_sp {
    width: 100px !important;
  }
}

/* .u_flex */
.u_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* .u_content_xxx */
.u_content_center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

@media (min-width: 768px) {
  .u_content_center_pc {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

/* .u_align_xxx */
.u_flex_top {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.u_flex_bottom {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.u_flex_center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.u_col_auto {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.u_col_full {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0px !important;
          flex: 1 1 0 !important;
}

/*!------------------------
 * Plugins
 *------------------------*/
/*!
 * Modaal - accessible modals - v0.4.4
 * by Humaan, for all humans.
 * http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1120px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-ajax .modaal-content-container,
.modaal-inline .modaal-content-container {
  padding: 30px;
}

@media (min-width: 768px) {
  .modaal-ajax .modaal-content-container,
  .modaal-inline .modaal-content-container {
    padding: 60px;
  }
}

.modaal-ajax .modaal-content-container > *:first-child,
.modaal-inline .modaal-content-container > *:first-child {
  margin-top: 0 !important;
}

.modaal-ajax .modaal-content-container > *:last-child,
.modaal-inline .modaal-content-container > *:last-child {
  margin-bottom: 0 !important;
}

.modaal-ajax .modaal-close,
.modaal-inline .modaal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("/contents/assets/images/icon/close.svg") 0 0 no-repeat;
  background-size: contain;
}

.modaal-ajax .modaal-close:after, .modaal-ajax .modaal-close:before,
.modaal-inline .modaal-close:after,
.modaal-inline .modaal-close:before {
  display: none;
}

@media (min-width: 768px) {
  .modaal-ajax .modaal-close,
  .modaal-inline .modaal-close {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .modaal-ajax .modaal-close:focus, .modaal-ajax .modaal-close:hover,
  .modaal-inline .modaal-close:focus,
  .modaal-inline .modaal-close:hover {
    opacity: .8;
    outline: initial;
  }
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*!------------------------
 * Css Animations
 *------------------------*/
@-webkit-keyframes flash_primary {
  50% {
    opacity: 0;
  }
}
@keyframes flash_primary {
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes accordionShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes accordionShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
