@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap');
body {
  position: relative;
}
body:after {
  content: '';
  width: 1px;
  height: 1px;
  position: absolute;
  background-image: url(/assets/images/icon_checkbox.svg), url(/assets/images/icon_checkbox-active.svg), url(/assets/images/icon_radio.svg), url(/assets/images/icon_radio-active.svg);
  background-repeat: no-repeat;
  background-position: 1px 1px;
}

/* ==================================================
   Reset
   ================================================== */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
}

ul,
ol {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

/*==================================================
  base
  ==================================================*/
html {
  font-size: 62.5%;
}
html.font-l {
  font-size: 70%;
}
@media screen and (max-width: 768px) {
  html.font-l {
    font-size: 62.5%;
  }
}
html.font-m {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html.font-m {
    font-size: 62.5%;
  }
}
html.font-s {
  font-size: 55%;
}
@media screen and (max-width: 768px) {
  html.font-s {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  color: #4a546f;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: none;
  }
}

a {
  color: #06f;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}
a.no-text-deco {
  text-decoration: none;
}

table td,
table th {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  table td,
  table th {
    padding: 8px;
  }
}
table td.nowrap,
table th.nowrap {
  white-space: nowrap;
}

.table-wrapper,
.wysiwyg .table-wrapper {
  overflow-x: auto;
  margin-bottom: 0;
}

.clickable {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.clickable:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .clickable:hover {
    opacity: 1;
  }
}

a[href^='tel:'] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^='tel:'] {
    pointer-events: auto;
  }
}

b {
  font-weight: 500;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none !important;
  }
}

.pdf-size {
  font-size: 1.2rem;
}

h2 .pdf-size {
  font-size: 0.8em;
  font-weight: 300;
}

ul.list-style {
  padding-left: 20px;
  list-style-type: disc;
}

ol.list-style {
  padding-left: 20px;
  list-style-type: decimal;
}

.mt-l {
  margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .mt-l {
    margin-top: 40px !important;
  }
}

.mt-m {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt-m {
    margin-top: 20px !important;
  }
}

.mt-s {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt-s {
    margin-top: 20px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .mr20 {
    margin-right: 0;
  }
}

.mr30 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .mr30 {
    margin-right: 0;
  }
}

.mr60 {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .mr60 {
    margin-right: 0;
  }
}

.pl30 {
  padding-left: 30px;
}

.pd10 {
  padding: 10px;
}

.pd20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.th10 {
  width: 10%;
}

.th20 {
  width: 20%;
}

.th30 {
  width: 30%;
}

.th50 {
  width: 50%;
}

.th-phone {
  width: 150px;
}

.table-auto {
  table-layout: auto !important;
}

.indent10 {
  display: block;
  text-indent: -1em;
  padding-left: 1em !important;
}

.indent15 {
  display: block;
  text-indent: -1.5em;
  padding-left: 1.5em !important;
}

.indent20 {
  display: block;
  text-indent: -2em;
  padding-left: 2em !important;
}

.indent25 {
  display: block;
  text-indent: -2.5em;
  padding-left: 2.5em !important;
}

.indent30 {
  display: block;
  text-indent: -3em;
  padding-left: 3em !important;
}

.indent35 {
  display: block;
  text-indent: -3.5em;
  padding-left: 3.5em !important;
}

.indent40 {
  display: block;
  text-indent: -4em;
  padding-left: 4em !important;
}

.indent10 *,
.indent15 *,
.indent20 *,
.indent25 *,
.indent30 *,
.indent35 *,
.indent40 * {
  text-indent: 0;
}

.invisible-cells {
  border: 0 !important;
}
.invisible-cells th,
.invisible-cells td {
  border: 0 !important;
  padding: 0 30px 0 0;
  vertical-align: top;
}
.invisible-cells th:last-of-type,
.invisible-cells td:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .invisible-cells th,
  .invisible-cells td {
    padding: 0 15px 0 0;
  }
}

.text-large {
  font-size: 2.6rem;
}

.text-gray {
  font-size: 1.4rem;
  color: #888;
}

.word-break {
  word-break: break-all;
}

.underline {
  border-bottom: 1px solid #4a546f;
}

.notice-area {
  color: #f33;
  background-color: #fbe5d6;
  border: 2px solid #f33;
  padding: 30px 20px;
}
.notice-area .heading {
  font-size: 2.2rem;
  border-bottom: 2px solid #f33;
  width: -webkit-fit-content;
  width:    -moz-fit-content;
  width:         fit-content;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .notice-area .heading {
    font-size: 1.8rem;
  }
}
.notice-area .heading.multiple-lines {
  padding-bottom: 10px;
}

/*==================================================
  パーツ
  ==================================================*/
/*---------------------------------
  テキストリンク
  ---------------------------------*/
.before-link-icon {
  font-size: 1.4rem;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .before-link-icon {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.icon-before-link,
.wysiwyg a {
  display: inline-block;
  background: url('../images/link-icon_arrow-grayblue.svg') no-repeat left top 0.5em;
  background-size: 6px 12px;
  padding-left: 16px;
  text-indent: 0;
}
.icon-before-link[target='_blank'],
.wysiwyg a[target='_blank'] {
  background: url('../images/link-icon_blank.svg') no-repeat left top 0.3em;
  background-size: 20px 20px;
  padding-left: 30px;
}
.icon-before-link[href$='.pdf'],
.wysiwyg a[href$='.pdf'] {
  background: url('../images/link-icon_pdf.svg') no-repeat left top 0.2em;
  background-size: 20px 20px;
  padding-left: 30px;
}
.icon-before-link[href$='.doc'],
.wysiwyg a[href$='.doc'] {
  background: url('../images/link-icon_word.svg') no-repeat left top 0.3em;
  background-size: 20px 20px;
  padding-left: 30px;
}

.icon-before-link.internal {
  background: url('../images/link-icon_arrow-grayblue-down.svg') no-repeat left top 0.8em;
  background-size: 12px 6px;
  padding-left: 22px;
}

.icon-before-link.partial-underline {
  text-decoration: none;
}
.icon-before-link.partial-underline .link-underline {
  text-decoration: underline;
}
.icon-before-link.partial-underline .pdf-size {
  color: #4a546f;
}

/*---------------------------------
  見出しリンク
  ---------------------------------*/
.icon-before-link.heading {
  display: block;
  color: inherit;
  text-decoration: none;
  padding-left: 50px;
  background: url('../images/link-icon_heading.svg') no-repeat left center;
  background-size: 30px 30px;
}
@media screen and (max-width: 768px) {
  .icon-before-link.heading {
    background-size: 24px 24px;
    padding-left: 35px;
  }
}
.icon-before-link.heading[target='_blank'] {
  background: url('../images/link-icon_blank.svg') no-repeat left center;
  background-size: 30px 30px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .icon-before-link.heading[target='_blank'] {
    background-size: 20px 20px;
    padding-left: 35px;
  }
}
.icon-before-link.heading[href$='.pdf'] {
  background: url('../images/link-icon_pdf.svg') no-repeat left center;
  background-size: 30px 30px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .icon-before-link.heading[href$='.pdf'] {
    background-size: 20px 20px;
    padding-left: 35px;
  }
}

/*---------------------------------
  その他アイコン類
  ---------------------------------*/
.icon {
  display: block;
  color: inherit;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left 3px center;
  background-size: 24px 24px;
  padding-left: 34px;
}
@media screen and (max-width: 768px) {
  .icon {
    background-size: 16px 16px;
    padding-left: 30px;
  }
}
.icon.phone {
  background-image: url('../images/icon_phone.svg');
}
.icon.phone-legacy {
  background-image: url('../images/icon_phone-legacy.svg');
}
.icon.tollfree {
  background-image: url('../images/icon_tollfree.svg');
}
.icon.email {
  background-image: url('../images/icon_email.svg');
}
.icon.internet {
  background-image: url('../images/icon_internet.svg');
}
.icon.blank-l {
  background-image: url('../images/link-icon_blank-l.svg');
}

@media screen and (max-width: 768px) {
  .btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    padding-left: 44px;
  }
  .btn-icon.login {
    background-image: url('../images/icon_login.svg');
  }
  .btn-icon.application {
    background-image: url('../images/icon_application.svg');
  }
}

/*---------------------------------
  強調リンク
  ---------------------------------*/
.block-link {
  display: inline-block;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #59c3ea;
  padding: 50px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url('../images/link-icon_arrow-skyblue.svg') no-repeat right 10px center;
    background-size: 6px 12px;
    background-color: #fff;
    padding: 12px 25px 12px 15px;
  }
}
.block-link::before {
  content: '';
  width: 13px;
  border-top: 2px solid #59c3ea;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 10px;
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .block-link::before {
    content: none;
  }
}
.block-link::after {
  content: '';
  width: 12px;
  height: 12px;
  border-right: 2px solid #59c3ea;
  border-bottom: 2px solid #59c3ea;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .block-link::after {
    content: none;
  }
}
.block-link .text-before-link {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .block-link .text-before-link {
    display: block;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}
.block-link .text-for-link {
  font-size: 2rem;
  font-weight: 500;
  color: #1f67cc;
}
@media screen and (max-width: 768px) {
  .block-link .text-for-link {
    display: block;
    font-size: 1.6rem;
  }
}

.block-link-detail {
  padding: 12px 44px;
  background: #1f67cc;
  border: none;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.block-link-detail-text {
  display: flex;
  align-items: center;
  display: flex;
  gap: 10px;
}

.block-link-detail-text::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/link-icon_blank-white.svg);
}

@media screen and (max-width: 768px) {
  .block-link-detail {
    padding: 12.5px 46px;
  }
}

/*---------------------------------
  コンバージョン系強調リンク
  ---------------------------------*/
.em-block-link {
  display: inline-block;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background: url('../images/link-icon_arrow-grayblue.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background: url('../images/link-icon_arrow-grayblue.svg'), linear-gradient(to bottom, #fff, #f2f2f2);
  background-repeat: no-repeat;
  background-position: right 10px center, center center;
  background-size: 6px 12px, 100% 100%;
  border: 2px solid #4a546f;
  border-bottom: 6px solid #4a546f;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .em-block-link {
    display: block;
    padding: 12px 25px 12px 15px;
  }
}
.em-block-link .text-before-link {
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .em-block-link .text-before-link {
    font-size: 1.2rem;
  }
}
.em-block-link .text-for-link {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .em-block-link .text-for-link {
    font-size: 1.6rem;
  }
}

.vertical-center-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .vertical-center-align div {
    width: 100%;
  }
}

/*---------------------------------
  枠
  ---------------------------------*/
.block-colored {
  background-color: #eef9fd;
  padding: 24px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .block-colored {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
}
.block-colored p:last-child {
  margin-bottom: 0;
}

.block-solid {
  border: 1px solid #4a546f;
  padding: 24px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .block-solid {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
}
.block-solid p:last-child {
  margin-bottom: 0;
}

.block-dashed {
  border: 1px dashed #4a546f;
  padding: 24px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .block-dashed {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
}
.block-dashed p:last-child {
  margin-bottom: 0;
}

.block-solid-topic {
  border: 1px solid #2066cb;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .block-solid-topic {
    margin-bottom: 20px;
  }
}
.block-solid-topic-head {
  margin-bottom: 0 !important;
  padding: 20px;
  color: #fff;
  text-align: center;
  background-color: #2066cb;
}
@media screen and (max-width: 768px) {
  .block-solid-topic-head {
    padding: 10px;
  }
}
.block-solid-topic-contents {
  margin-bottom: 0 !important;
  padding: 20px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-solid-topic-contents {
    padding: 10px;
    font-size: 16px;
  }
}
.block-solid-topic-contents span {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .block-solid-topic-contents span {
    font-size: 22px;
  }
}

/*---------------------------------
  資料請求・問い合わせ
  ---------------------------------*/
.block-link-wrapper.contact-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 70px;
}
.block-link-wrapper.contact-bottom.pt0 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .block-link-wrapper.contact-bottom {
    padding-top: 40px;
  }
}
.block-link-wrapper.contact-bottom .em-block-link {
  display: block;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .block-link-wrapper.contact-bottom .em-block-link {
    width: 100%;
  }
}
.block-link-wrapper.contact-bottom .em-block-link:first-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .block-link-wrapper.contact-bottom .em-block-link:first-child {
    margin-bottom: 10px;
    border-right: 2px solid #4a546f;
  }
}
.block-link-wrapper.contact-bottom .em-block-link.single {
  margin: 0 auto;
  border-right: 2px solid #4a546f;
}

/*---------------------------------
  お問い合わせ番号
  ---------------------------------*/
.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  min-height: 300px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #4a546f;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-info {
    width: 100%;
    height: 160px;
    padding: 20px;
  }
}
.contact-info .contact-head {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact-info .contact-head {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0;
  }
}
.contact-info .contact-number {
  display: inline-block;
  font-size: 6rem;
  font-family: vollkorn SC;
  line-height: 1;
  background-image: url('../images/icon_phone.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .contact-info .contact-number {
    font-size: 3.6rem;
    background-size: 24px 24px;
    padding-left: 34px;
  }
}
.contact-info .contact-number.tollfree {
  background-image: url('../images/icon_tollfree.svg');
}
.contact-info .contact-openhours,
.contact-info .contact-department {
  font-size: 1.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .contact-info .contact-openhours,
  .contact-info .contact-department {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .contact-info .contact-openhours {
    margin-top: 0;
  }
}
.contact-info .contact-remark {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .contact-info .contact-remark {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 5px;
  }
}
.contact-info .contact-bold {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact-info .contact-bold {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.contact-info .contact-alert {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .contact-info .contact-alert {
    font-size: 1.2rem;
  }
}
.contact-info + .helper {
  width: 600px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .contact-info + .helper {
    width: 100%;
    margin: 20px 0;
  }
}

/*---------------------------------
  仮申込み
  ---------------------------------*/
.block-link-wrapper.internet-application {
  background-color: #eef9fd;
  padding: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .block-link-wrapper.internet-application {
    padding: 30px 10px;
    margin-top: 60px;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.block-link-wrapper.internet-application .internet-application-title {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .block-link-wrapper.internet-application .internet-application-title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.block-link-wrapper.internet-application .em-block-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .block-link-wrapper.internet-application .em-block-link-wrapper {
    margin-bottom: 10px;
    background-color: transparent;
  }
}
.block-link-wrapper.internet-application .em-block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 768px) {
  .block-link-wrapper.internet-application .em-block-link {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
        flex: auto;
    border-right: 2px solid #4a546f;
    margin-bottom: 10px;
  }
}
.block-link-wrapper.internet-application .em-block-link:last-child {
  border-right: 2px solid #4a546f;
}
.block-link-wrapper.internet-application .footnote {
  text-align: left;
}
.block-link-wrapper.internet-application .link-list {
  text-align: left;
  margin-bottom: 0;
}

/*---------------------------------
  CMS対応ページ下・サイドナビ
  ---------------------------------*/
.selective-nav dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #59c3ea;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .selective-nav dt {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.selective-nav dd {
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
}
.selective-nav dd:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .selective-nav dd:hover {
    opacity: 1;
  }
}

.selective-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  text-decoration: none;
  color: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/link-icon_arrow-grayblue.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 6px 12px;
  padding: 12px 25px 12px 15px;
}
@media screen and (max-width: 768px) {
  .selective-nav a {
    font-weight: 500;
    padding: 12px 25px 12px 10px;
  }
}

.selective-nav.common-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f2f2f2;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .selective-nav.common-group {
    margin: 60px -10px 0;
  }
}
.selective-nav.common-group dt {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .selective-nav.common-group dt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.selective-nav.common-group dd {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .selective-nav.common-group dd {
    width: 100%;
  }
}
.selective-nav.common-group dd:nth-of-type(odd) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .selective-nav.common-group dd:nth-of-type(odd) {
    border-right: none;
  }
}

.section-head2 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 70px 0 10px;
  border-bottom: 2px solid #59c3ea;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .section-head2 {
    font-size: 1.8rem;
    padding: 40px 10px 10px;
    margin: 0 -10px 20px;
  }
}
.section-head2 a {
  color: inherit;
  text-decoration: none;
}
.section-head2 .tips {
  display: inline-block;
  width: 110px;
  height: 36px;
  padding-top: 4px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: text-bottom;
  background-image: url(../../assets/images/icon_tips.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-head2 .tips {
    display: block;
    width: 158px;
    height: 42px;
    font-size: 14px;
    background-image: url(../../assets/images/icon_tips_sp.png);
  }
}

article > section:first-child > .section-head2:first-child {
  padding-top: 0;
}

h1.section-head2 {
  padding-top: 0;
}

.section-head3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #e6e6e6;
  padding: 11px 20px;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .section-head3 {
    font-size: 1.6rem;
    padding: 5px 10px 7px;
    margin: 30px -10px 20px;
  }
}
.section-head3 a {
  color: inherit;
  text-decoration: none;
}

.section-head2 + section > .section-head3 {
  margin: 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .section-head2 + section > .section-head3 {
    margin: 10px -10px 20px;
  }
}

.section-head4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 2px solid #ccc;
  padding: 12px 0 7px;
  margin: 0 20px 30px;
}
@media screen and (max-width: 768px) {
  .section-head4 {
    font-size: 1.5rem;
    border-bottom: 2px solid #ccc;
    padding: 12px 10px 7px;
    margin: 0 -10px 20px;
  }
}
.section-head4 a {
  color: inherit;
  text-decoration: none;
}

.section-body {
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section-body {
    padding: 0;
  }
}
.section-body .section-head4 {
  margin: 0 0 20px;
}
.section-body h3.section-head4 {
  padding: 0 0 7px;
  margin: 0 0 20px;
}
.section-body .section-body {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .flex-container.wrap-text-around {
    display: block;
  }
  .flex-container.wrap-text-around .flex-item-text {
    display: inline;
  }
  .flex-container.wrap-text-around .flex-item-image {
    height: auto;
    float: right;
    margin: 0 0 20px 15px;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-container.numbering {
  padding-top: 30px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .flex-container.numbering:first-of-type {
    padding-top: 10px !important;
  }
}

.flex-item-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  margin: 0;
  overflow-x: hidden;
}

.flex-item-image {
  max-width: 160px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .flex-item-image {
    width: 120px;
    margin-right: 15px;
  }
}
.flex-item-image.numbering {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .flex-item-image.numbering {
    width: 60px;
    height: 60px;
  }
}
.flex-item-image.numbering img {
  max-width: 100%;
}
.flex-item-image img {
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .flex-item-image img {
    max-width: 100%;
  }
}

.flex-container.img-right .flex-item-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.flex-container.img-right .flex-item-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .flex-container.img-right .flex-item-image {
    width: 120px;
    margin-right: 0;
    margin-left: 15px;
  }
}

.flex-container.col2 {
  width: 460px;
}

.flex-container.col3 {
  width: 705px;
}
@media screen and (max-width: 768px) {
  .flex-container.col3 {
    width: 460px;
  }
}

.flex-container.col2,
.flex-container.col3 {
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
.flex-container.col2 .flex-item-image,
.flex-container.col3 .flex-item-image {
  width: 215px;
  max-width: none;
  margin: 0 0 30px;
}
.flex-container.col2 .flex-item-image img,
.flex-container.col3 .flex-item-image img {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .flex-container.col2 .flex-item-image,
  .flex-container.col3 .flex-item-image {
    width: calc((100% - 15px) / 2);
    max-width: 215px;
    margin: 0 0 20px;
  }
  .flex-container.col2 .flex-item-image img,
  .flex-container.col3 .flex-item-image img {
    max-width: 100%;
  }
}

.figcaption {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .figcaption {
    font-size: 1.2rem;
  }
}

.heading1 {
  display: inline;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .heading1 {
    font-size: 1.8rem;
  }
}

.post-title-area {
  padding: 0 0 10px;
  border-bottom: 2px solid #59c3ea;
  margin: 0 -20px 30px;
}
@media screen and (max-width: 768px) {
  .post-title-area {
    padding: 0 10px 10px;
    margin: 0 -10px 20px;
  }
}
.post-title-area::after {
  content: '';
  display: block;
  clear: both;
}

.heading2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #e6e6e6;
  padding: 11px 20px;
  margin: 20px -20px 30px;
}
@media screen and (max-width: 768px) {
  .heading2 {
    font-size: 1.6rem;
    padding: 5px 10px 7px;
    margin: 10px -10px 20px;
  }
}

.heading3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 2px solid #ccc;
  padding: 12px 0 7px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .heading3 {
    font-size: 1.5rem;
    border-bottom: 2px solid #ccc;
    padding: 12px 10px 7px;
    margin: 0 -10px 20px;
  }
}

.pagination-wrapper {
  text-align: center;
}

.pagination {
  display: inline-block;
  text-align: center;
}
.pagination .page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  color: #1f67cc;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #1f67cc;
  float: left;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 2px;
  }
}
.pagination .page-numbers.dots {
  border: 0;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #1f67cc;
}
.pagination .page-numbers.prev {
  background: url(../images/link-icon_arrow-blue-left.svg) no-repeat center;
  background-size: 6px 12px;
}
.pagination .page-numbers.next {
  background: url(../images/link-icon_arrow-blue.svg) no-repeat center;
  background-size: 6px 12px;
}

.page-content .section-body.iframe,
.wysiwyg .section-body.iframe {
  max-width: 480px;
  margin: 0 auto;
}
.page-content .section-body.iframe .iframe-box,
.wysiwyg .section-body.iframe .iframe-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.page-content .section-body.iframe .iframe-box iframe,
.wysiwyg .section-body.iframe .iframe-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 480px;
  max-height: 360px;
}

/*==================================================
  レイアウト
  ==================================================*/
.wrapper {
  width: 100%;
  min-width: 1280px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .wrapper {
    min-width: 0;
  }
}

/*---------------------------------
  ヘッダー
  ---------------------------------*/
.header {
  height: 70px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
          transition: -webkit-box-shadow 0.3s ease;
          transition:         box-shadow 0.3s ease;
          transition:         box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.header.float {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
  }
}

.header-content {
  width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header-content {
    width: 100%;
    padding: 0;
  }
}

.site-logo {
  width: 160px;
  height: 46px;
  margin: 12px 0 11px 20px;
  float: left;
}
@media screen and (max-width: 768px) {
  .site-logo {
    width: 95px;
    height: 27px;
    margin-left: 10px;
  }
}
.site-logo a {
  color: transparent;
}

.bank-code {
  display: inline-block;
  color: #999;
  font-size: 10px;
  float: left;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 2px 5px 3px;
  margin-top: 25px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .bank-code {
    display: none;
  }
}

.sp-menu {
  display: none;
  width: 200px;
  float: right;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .sp-menu {
    display: block;
  }
}
.sp-menu .atm,
.sp-menu .recruit,
.sp-menu .login,
.sp-menu .loan,
.sp-menu .menu {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: bottom 18px center;
}
.sp-menu .atm .sign,
.sp-menu .recruit .sign,
.sp-menu .login .sign,
.sp-menu .loan .sign,
.sp-menu .menu .sign {
  color: #1f67cc;
  font-size: 8px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  margin: auto;
}
.sp-menu .atm {
  background-image: url('../images/icon_atm.svg');
}
.sp-menu .loan {
  background-image: url('../images/icon_loan-application.svg');
}
.sp-menu .atm .sign {
  display: block;
  width: 60px;
  left: -5px;
}
.sp-menu .recruit {
  background-image: url('../images/icon_recruit.svg');
}
.sp-menu .login {
  background-image: url('../images/icon_login-blue.svg');
  position: relative;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
  opacity: 1;
}
.sp-menu .login .btn-area {
  width: 50px;
  height: 50px;
}
.sp-menu .login::before,
.sp-menu .login::after {
  content: '';
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sp-menu .login::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp-menu .login::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sp-menu .login.current {
  height: 50px;
  color: transparent;
  border-radius: 0;
  background-color: #1a58ae;
  background-image: none;
  position: relative;
  opacity: 1;
}
.sp-menu .login.current .sign {
  display: none;
}
.sp-menu .login.current::before,
.sp-menu .login.current::after {
  opacity: 1;
}
.sp-menu .login.current .btnmenu-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  pointer-events: auto;
}
.sp-menu .login .btnmenu-content {
  width: 100%;
  background-color: #1f67cc;
  padding: 20px;
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.95) translateY(-10px);
          transform: scale(0.95) translateY(-10px);
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sp-menu .login li {
  width: calc((100% - 5px) / 2);
  float: left;
}
.sp-menu .login li.login-individual {
  margin-right: 4px;
}
.sp-menu .login li.login-individual .sp-icon {
  display: inline-block;
  background: url('../images/icon_individual.svg') no-repeat left center;
  background-size: 24px 24px;
  padding-left: 44px;
}
.sp-menu .login li.login-group .sp-icon {
  display: inline-block;
  background: url('../images/icon_group.svg') no-repeat left center;
  background-size: 24px 24px;
  padding-left: 44px;
}
.sp-menu .login li a {
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sp-menu .login li a:hover {
  color: #fff;
  background-color: #1f67cc;
  opacity: 1;
}
.sp-menu .menu .hamburger {
  width: 18px;
  height: 2px;
  background-color: #1f67cc;
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}
.sp-menu .menu .hamburger::before,
.sp-menu .menu .hamburger::after {
  content: '';
  width: 18px;
  height: 2px;
  background-color: #1f67cc;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.sp-menu .menu .hamburger::before {
  top: -7px;
}
.sp-menu .menu .hamburger::after {
  top: 7px;
}
.sp-menu .menu.open {
  background-color: #1a58ae;
}
.sp-menu .menu.open .hamburger {
  height: 0;
  background-color: #fff;
  position: absolute;
  margin: auto;
}
.sp-menu .menu.open .hamburger::before,
.sp-menu .menu.open .hamburger::after {
  content: '';
  width: 18px;
  background-color: #fff;
}
.sp-menu .menu.open .hamburger::before {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp-menu .menu.open .hamburger::after {
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sp-menu .menu.open .sign {
  display: none;
}
.pc-menu {
  height: 70px;
  float: right;
  position: relative;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .pc-menu {
    height: 50px;
  }
}
.pc-global-menu-wrap {
  float: left;
  position: relative;
  top: 0;
}
ul.megamenu-list-upper {
  position: absolute;
  top: 0;
  left: 0;
}
.pc-menu ul.megamenu-list-upper li {
  padding: 0;
  height: 35px;
  overflow: hidden;
}
.pc-menu ul.megamenu-list-upper li p.mega-sub-menu {
  top: 0;
}
.megamenu-list {
  position: relative;
  top: 35px;
}
.pc-menu ul li {
  float: left;
  cursor: pointer;
}
.pc-menu ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  background: #D2D5DB;
  transform: rotate(0deg);
  left: -1px;
  right: inherit;
  top: 8px;
  bottom: inherit;
  -webkit-transition: none;
          transition: none;
          transition: none;
          transition: none;
}
.pc-menu ul li:first-child::before {
  left: 0;
}
.pc-menu ul li.pc-ganv-sub:before {
  display: none;
}
.pc-menu ul li.current + li::before {
  opacity: 0;
}
.megamenu-list {
  margin-right: 20px;
}

.megamenu-list,
.toolmenu-list {
  font-size: 16px;
  font-weight: 500;
  color: #1f67cc;
}

.megamenu-list li {
  padding: 21px 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.megamenu-list li:hover {
  color: #fff;
  background-color: #1a58ae;
}
.megamenu-list li::before {
  content: '';
  width: 7px;
  height: 1px;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 5px;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          transition:         transform 0.3s ease;
          transition:         transform 0.3s ease, -webkit-transform 0.3s ease;
}
.megamenu-list li::after {
  content: '';
  width: 7px;
  height: 1px;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  position: absolute;
  right: 5px;
  bottom: 12px;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          transition:         transform 0.3s ease;
          transition:         transform 0.3s ease, -webkit-transform 0.3s ease;
}
.megamenu-list li.current::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  right: 0;
  left: 5px;
  opacity: 0;
}
.megamenu-list li.current::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  right: 5px;
  left: 0;
}
.megamenu-list li.label {
  padding: 13px 0 13px;
  -webkit-transition: none;
          transition: none;
}

.megamenu-content-area {
  width: 100%;
  position: fixed;
  top: 89px;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .megamenu-content-area {
    top: 50px;
    overflow: hidden;
    touch-action: none;
    display: block;
  }
}

.megamenu-content-wrapper {
  opacity: 0;
  -webkit-transform: scale(0.95) translateY(-10px);
          transform: scale(0.95) translateY(-10px);
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .megamenu-content-wrapper {
    height: 100%;
  }
}
.megamenu-content-wrapper.current {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
}
.megamenu-content-wrapper.sp {
  visibility: hidden;
}
.megamenu-content-wrapper.sp.current {
  visibility: visible;
  max-height: calc(100vh - 50px);
  padding-bottom: 20vh;
  overflow-y: scroll;
}

.megamenu-content-top {
  min-width: 1280px;
  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;
  padding: 30px 0 40px 0;
  background-color: #1f67cc;
}
@media screen and (max-width: 768px) {
  .megamenu-content-top {
    min-width: 0;
    padding: 10px;
  }
}

.megamenu-content-bottom {
  width: 100%;
  min-width: 1280px;
  background-color: rgba(31, 103, 204, 1.0);
  padding: 0 0 40px;
  color: #fff;
  text-align: center;
  position: relative;
}
.megamenu-content-bottom.megamenu-close {
  padding: 0;
}
p.menu-close {
  background: #1958ae;
  padding: 10px;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.megamenu-content-wrapper.sp p.menu-close {
  height: 48px;
}
.megamenu-content-bottom.megamenu-close p.menu-close:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_menu-close.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  position: relative;
  top: 8px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .megamenu-content-bottom {
    min-width: 0;
  }
}
.megamenu-content-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  -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 #fff;
  margin: 0 auto;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
  position: relative;
}
.megamenu-content-bottom a:after {
  content: '';
  position: absolute;
  right: 14px;
  width: 6px;
  height: 12px;
  background-image: url('../images/link-icon_arrow-white.svg');
  background-repeat: no-repeat;
  background-size: 6px  12px;
}
@media screen and (max-width: 768px) {
  .megamenu-content-bottom a {
    width: 100%;
    border: none;
    padding-right: 30px;
    position: relative;
    font-size: 1.6rem;
  }
  .megamenu-content-bottom a::after {
    content: '';
    width: 6px;
    height: 12px;
    background: url('../images/link-icon_arrow-white.svg') no-repeat center;
    position: absolute;
    top: 2px;
    right: -100px;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .megamenu-content-bottom.megamenu-close:before {
    left: 38%;
    top: 15px;
  }
}
.megamenu-content-bottom a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .megamenu-content-bottom a:hover {
    background-color: transparent;
  }
}

.megamenu-content-fillempty {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.megamenu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1010px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.megamenu-content li {
  margin: 5px;
}
.megamenu-content li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 192px;
  height: 100px;
  color: #fff;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: border 0.3s ease;
          transition: border 0.3s ease;
}
.megamenu-content li a:hover {
  opacity: 1;
  border: 2px solid white;
}

.megamenu-content-02 {
  width: 1200px;
}
.megamenu-content-02 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.megamenu-content-02 dt {
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}
.megamenu-content-02 dt a,.megamenu-content-02 dt .megamenu-ttl-nolink {
  position: relative;
  display: block;
  padding-left: 52px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
.megamenu-content-02 dt .megamenu-ttl-nolink {
  padding-left: 0;
}
.megamenu-content-02 dt a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.megamenu-content-02 dt a::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.megamenu-content-02 dt a span {
  margin-left: 10px;
  font-size: 2.2rem;
}
.megamenu-content-02 dd {
  padding-top: 20px;
}
.megamenu-content-02 dd .menu-list-01 {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.megamenu-content-02 dd .menu-list-01 > li {
  width: 24.5%;
  min-height: 4.5em;
  background: #1A58AE;
  border: 1px solid #1A58AE;
  margin: 0 0.5% 0.5% 0;
  border-radius: 4px;
}
.megamenu-content-02 dd .menu-list-01 > li a {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  min-height: 80px;
}
.megamenu-content-02 dd .menu-list-01 > li a:hover {
  opacity: 1;
  background: #1f67cc;
  border: 1px solid #fff;
  border-radius: 4px;
}
.megamenu-content-02 dd .menu-list-01 > li a > span {
  width: 100%;
  padding: 0 12px;
}
.megamenu-content-02 dd .menu-list-01 > li a > span > span {
  font-size: 14px;
}
.megamenu-content-02 dd .menu-list-02 {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5px;
}
.megamenu-content-02 dd .menu-list-02 > li {
  width: 25%;
  padding-top: 15px;
}
.megamenu-content-02 dd .menu-list-02 > li a {
  position: relative;
  display: block;
  padding-left: 24px;
  padding-right: 12px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
}
.megamenu-content-02 dd .menu-list-02 > li a::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.megamenu-content-02 dd .menu-list-02 > li a span {
  font-size: 1.2rem;
}

.sp-menu-content {
  display: none;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sp-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sp-menu-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 2.5px);
  padding-bottom: 5px;
}
.sp-menu-content li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sp-menu-content-02,
.sp-menu-content-03,
.sp-menu-content-04,
.sp-menu-content-05,
.sp-menu-content-06,
.sp-menu-content-07 {
  width: 100%;
}
.sp-menu-content-02 *,
.sp-menu-content-03 *,
.sp-menu-content-04 *,
.sp-menu-content-05 *,
.sp-menu-content-06 *,
.sp-menu-content-07 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp-menu-content-02 .sp-menu-tab,
.sp-menu-content-03 .sp-menu-tab,
.sp-menu-content-04 .sp-menu-tab,
.sp-menu-content-05 .sp-menu-tab,
.sp-menu-content-06 .sp-menu-tab,
.sp-menu-content-07 .sp-menu-tab {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
}
.sp-menu-content-02 .sp-menu-tab > .tab,
.sp-menu-content-03 .sp-menu-tab > .tab,
.sp-menu-content-04 .sp-menu-tab > .tab,
.sp-menu-content-05 .sp-menu-tab > .tab,
.sp-menu-content-06 .sp-menu-tab > .tab,
.sp-menu-content-07 .sp-menu-tab > .tab {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  background: #1F67CC;
  background-image: url(../images/icon_sp-menu-close.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.sp-menu-content-02 .sp-menu-tab > .tab.is-active,
.sp-menu-content-03 .sp-menu-tab > .tab.is-active,
.sp-menu-content-04 .sp-menu-tab > .tab.is-active,
.sp-menu-content-05 .sp-menu-tab > .tab.is-active,
.sp-menu-content-06 .sp-menu-tab > .tab.is-active,
.sp-menu-content-07 .sp-menu-tab > .tab.is-active {
  border: none !important;
  background-image: url(../images/icon_sns-open.svg);
}
.sp-menu-content-02 .sp-menu-tab > .tab.is-active > p,
.sp-menu-content-03 .sp-menu-tab > .tab.is-active > p,
.sp-menu-content-04 .sp-menu-tab > .tab.is-active > p,
.sp-menu-content-05 .sp-menu-tab > .tab.is-active > p,
.sp-menu-content-06 .sp-menu-tab > .tab.is-active > p,
.sp-menu-content-07 .sp-menu-tab > .tab.is-active > p {
  opacity: 1 !important;
}
.sp-menu-content-02 .sp-menu-tab > .tab > p,
.sp-menu-content-03 .sp-menu-tab > .tab > p,
.sp-menu-content-04 .sp-menu-tab > .tab > p,
.sp-menu-content-05 .sp-menu-tab > .tab > p,
.sp-menu-content-06 .sp-menu-tab > .tab > p,
.sp-menu-content-07 .sp-menu-tab > .tab > p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
}
.sp-menu-content-02 .sp-menu-panel,
.sp-menu-content-03 .sp-menu-panel,
.sp-menu-content-04 .sp-menu-panel,
.sp-menu-content-05 .sp-menu-panel,
.sp-menu-content-06 .sp-menu-panel,
.sp-menu-content-07 .sp-menu-panel {
  width: 100%;
  background: #fff;
}
.sp-menu-content-02 .sp-menu-panel > .panel,
.sp-menu-content-03 .sp-menu-panel > .panel,
.sp-menu-content-04 .sp-menu-panel > .panel,
.sp-menu-content-05 .sp-menu-panel > .panel,
.sp-menu-content-06 .sp-menu-panel > .panel,
.sp-menu-content-07 .sp-menu-panel > .panel {
  display: none;
}
.sp-menu-content-02 .sp-menu-panel > .panel.is-show,
.sp-menu-content-03 .sp-menu-panel > .panel.is-show,
.sp-menu-content-04 .sp-menu-panel > .panel.is-show,
.sp-menu-content-05 .sp-menu-panel > .panel.is-show,
.sp-menu-content-06 .sp-menu-panel > .panel.is-show,
.sp-menu-content-07 .sp-menu-panel > .panel.is-show {
  display: block;
  margin: 0;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl,
.sp-menu-content-03 .sp-menu-panel > .panel > dl,
.sp-menu-content-04 .sp-menu-panel > .panel > dl,
.sp-menu-content-05 .sp-menu-panel > .panel > dl,
.sp-menu-content-06 .sp-menu-panel > .panel > dl,
.sp-menu-content-07 .sp-menu-panel > .panel > dl {
  width: 100%;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dt,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dt,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dt,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dt,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dt,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dt {
  padding: 10px;
  border-bottom: 1px dotted rgba(74, 84, 111, 0.6);
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dt a,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dt a,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dt a,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dt a,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dt a,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dt a {
  position: relative;
  display: block;
  padding-left: 34px;
  color: #4A546F;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dt a::after,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dt a::after,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dt a::after,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dt a::after,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dt a::after,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dt a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #4A546F;
  border-radius: 50%;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dt a::before,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dt a::before,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dt a::before,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dt a::before,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dt a::before,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dt a::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #4A546F;
  border-bottom: 2px solid #4A546F;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dt a span,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dt a span,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dt a span,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dt a span,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dt a span,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dt a span {
  margin-left: 10px;
  font-size: 1.6rem;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dd,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dd,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dd,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dd {
  padding-top: 0;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dd .menu-list-01,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-01,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dd .menu-list-01,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dd .menu-list-01,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd .menu-list-01,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dd .menu-list-01 {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dd .menu-list-01 > li,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-01 > li,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dd .menu-list-01 > li,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dd .menu-list-01 > li,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd .menu-list-01 > li,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dd .menu-list-01 > li {
  width: 100%;
  border-bottom: 1px dotted rgba(74, 84, 111, 0.6);
  background-image: url(../images/link-icon_arrow-grayblue.svg);
  background-repeat: no-repeat;
  background-position: 45px center;
  background-size: 5px;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dd .menu-list-01 > li:first-child,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-01 > li:first-child,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dd .menu-list-01 > li:first-child,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dd .menu-list-01 > li:first-child,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd .menu-list-01 > li:first-child,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dd .menu-list-01 > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a {
  display: block;
  padding: 12px;
  color: #4A546F;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  padding-left: 60px;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a span,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a span,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a span,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a span,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a span,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a span {
  font-size: 14px;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dd .menu-list-02,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-02,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dd .menu-list-02,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dd .menu-list-02,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd .menu-list-02,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dd .menu-list-02 {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dd .menu-list-02 > li,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-02 > li,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dd .menu-list-02 > li,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dd .menu-list-02 > li,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd .menu-list-02 > li,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dd .menu-list-02 > li {
  width: 100%;
  padding-top: 25px;
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a {
  position: relative;
  display: block;
  padding-left: 65px;
  padding-right: 4px;
  color: #4A546F;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  background-image: url(../images/link-icon_arrow-grayblue.svg);
  background-repeat: no-repeat;
  background-position: 45px center;
  background-size: 5px;

}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a::before,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a::before,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a::before,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a::before,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a::before,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sp-menu-content-02 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a span,
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a span,
.sp-menu-content-04 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a span,
.sp-menu-content-05 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a span,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a span,
.sp-menu-content-07 .sp-menu-panel > .panel > dl dd .menu-list-02 > li a span {
  font-size: 1.2rem;
}
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a {
  position: relative;
}
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-01 > li a span {
  position: absolute;
  top: 16px;
  left: 170px;
}
.sp-menu-content-03 .sp-menu-panel > .panel > dl dd .menu-list-01 > li.sp-link-blank,
.sp-menu-content-06 .sp-menu-panel > .panel > dl dd .menu-list-01 > li.sp-link-blank {
  background-image: url(../images/link-icon_blank.svg);
  background-size: 12px;
  background-position: 38px center;
}
.btnmenu-list {
  margin-right: 4px;
}
.btnmenu-list .atm a,
.btnmenu-list .recruit a,
.btnmenu-list .login .btn-area {
  display: block;
  font-size: 14px;
  border: 1px solid #1f67cc;
  border-radius: 5px;
  padding: 6px;
  margin: 16px 5px 16px 0;
}
.btnmenu-list .atm a,
.btnmenu-list .recruit a {
  color: #1f67cc;
  font-weight: 500;
  text-decoration: none;
}
.btnmenu-list .login {
  position: relative;
}
.btnmenu-list .login .btn-area {
  color: #fff;
  background-color: #1f67cc;
}
.btnmenu-list .login.current .btn-area {
  opacity: 0.6;
}
.btnmenu-list .login.current .btnmenu-content {
  visibility: visible;
  opacity: 1;
}
.btnmenu-list .btnmenu-content {
  visibility: hidden;
  width: 264px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: 54px;
  left: -96px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.btnmenu-list .btnmenu-content::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  margin: auto;
}
.btnmenu-list .btnmenu-content li.login-individual {
  margin-right: 4px;
}
.btnmenu-list .btnmenu-content li a {
  display: block;
  width: 120px;
  height: 40px;
  color: #1f67cc;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
  border: 1px solid #1f67cc;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.btnmenu-list .btnmenu-content li a:hover {
  color: #fff;
  background-color: #1f67cc;
  opacity: 1;
}

.toolmenu-list > li {
  display: block;
  width: 36px;
  height: 36px;
  margin: 17px 5px;
  position: relative;
}
.toolmenu-list > li.current .toolmenu-content {
  visibility: visible;
  opacity: 1;
}
.toolmenu-list > li.fontsize {
  position: relative;
}
.toolmenu-list > li.fontsize .big-a {
  font-size: 22px;
  position: absolute;
  top: -4px;
  left: 1px;
}
.toolmenu-list > li.fontsize .small-a {
  font-size: 14px;
  position: absolute;
  bottom: 2px;
  right: 1px;
}
.toolmenu-list > li.search .icon-area {
  width: 36px;
  height: 36px;
  background-image: url('../images/icon_search.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

.toolmenu-list .toolmenu-content {
  visibility: hidden;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 37px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.toolmenu-list .toolmenu-content::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -5px;
  margin: auto;
}

.toolmenu-list .fontsize .toolmenu-content {
  width: 128px;
  height: 68px;
  left: -46px;
}
.toolmenu-list .fontsize .toolmenu-content::after {
  right: 0;
  left: 0;
}

.toolmenu-list .search .toolmenu-content {
  width: 360px;
  height: 60px;
  right: -10px;
}
.toolmenu-list .search .toolmenu-content::after {
  right: 75px;
}
.toolmenu-list .search .toolmenu-content .input-search {
  width: 280px;
  height: 40px;
  font-size: 14px;
  border: 2px solid #ccc;
  border-right: none;
  border-radius: 0;
  outline: 0;
  padding: 5px 10px;
  margin: 10px 70px 10px 10px;
}
.toolmenu-list .search .toolmenu-content .submit-search {
  width: 60px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #1f67cc;
  position: absolute;
  top: 10px;
  right: 10px;
}

.toolmenu-list .fontsize-title {
  font-size: 12px;
  padding: 1px 0;
}

.toolmenu-list .btn-fontsize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 118px;
  height: 40px;
  margin: 0 5px;
}
.toolmenu-list .btn-fontsize li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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 #1f67cc;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.toolmenu-list .btn-fontsize li:hover {
  opacity: 0.6;
}
.toolmenu-list .btn-fontsize li.font-l {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
.toolmenu-list .btn-fontsize li.font-s {
  border-radius: 0 5px 5px 0;
  border-left: 0;
}
.toolmenu-list .btn-fontsize li.current {
  color: #fff;
  background-color: #1f67cc;
}

.sp-search {
  width: 100%;
}
.sp-search .input-search {
  width: calc(100% - 50px);
  height: 50px;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #1952a3;
  outline: 0;
  padding: 5px 10px;
  margin: 0 60px 0 0;
}
.sp-search .input-search::-webkit-input-placeholder {
  color: #79a4e0;
}
.sp-search .input-search:-moz-placeholder {
  color: #79a4e0;
}
.sp-search .input-search::-moz-placeholder {
  color: #79a4e0;
}
.sp-search .input-search:-ms-input-placeholder {
  color: #79a4e0;
}
.sp-search .submit-search {
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-radius: 0;
  outline: none;
  background-image: url('../images/icon_search-white.svg');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  background-color: #133e7a;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sp-menu-overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-menu-overlay {
    display: block;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 998;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  .sp-menu-overlay.current {
    visibility: visible;
    opacity: 1;
  }
}

/*---------------------------------
  パンくずリスト
  ---------------------------------*/
.breadcrumbs {
  color: #fff;
  font-size: 1.2rem;
  background-color: #59c3ea;
  padding: 5px 40px 4px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 5px 10px 4px;
    margin-top: 50px;
  }
}
.breadcrumbs .breadcrumbs-item {
  padding-right: 20px;
  background: url('../images/link-icon_arrow-white.svg') no-repeat right 6px center;
  background-size: 4px 13px;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs .home img {
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
}

.block-link-wrapper {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .block-link-wrapper {
    margin-bottom: 20px;
  }
}

/*---------------------------------
  ページタイトル
  ---------------------------------*/
.page-title.post {
  color: #4a546f;
  background-color: #d5f0fa;
  padding: 24px 40px;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-title.post {
    font-size: 2rem;
    padding: 10px;
  }
}

.page-title-area-text {
  color: #4a546f;
  background-color: #d5f0fa;
  padding: 24px 40px;
}
@media screen and (max-width: 768px) {
  .page-title-area-text {
    padding: 10px;
  }
}
.page-title-area-text .page-title {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-title-area-text .page-title {
    font-size: 2rem;
  }
}
.page-title-area-text .page-top-phrase {
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-title-area-text .page-top-phrase {
    font-size: 1.4rem;
  }
}

.page-title-area-image {
  color: #fff;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-title-area-image.hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-title-area-image {
    padding: 20px;
  }
}
.page-title-area-image .page-title {
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-title-area-image .page-title {
    font-size: 2.4rem;
  }
}
.page-title-area-image .page-top-phrase {
  font-size: 1.8rem;
  padding-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-title-area-image .page-top-phrase {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

/*---------------------------------
  メインビジュアル
  ---------------------------------*/
.main-image {
  width: 100%;
  min-width: 1280px;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-image {
    min-width: 0;
    height: 150px;
  }
}
.main-image.top {
  background-position: top;
}
.main-image.bottom {
  background-position: bottom;
}
.main-image::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-image.dim-none::before {
  background-color: rgba(0, 0, 0, 0);
}
.main-image.dim-low::before {
  background-color: rgba(0, 0, 0, 0.15);
}

/*---------------------------------
  コンテンツエリア
  ---------------------------------*/
.contents-wrapper {
  width: 1280px;
  padding: 30px 20px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents-wrapper {
    width: 100%;
    padding: 30px 0;
  }
}
.contents-wrapper::after {
  display: block;
  content: '';
  clear: both;
}

/*---------------------------------
  メインコンテンツ
  ---------------------------------*/
.main-content {
  width: 900px;
  float: left;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .main-content {
    width: 100%;
    padding: 0 10px;
  }
}

/*---------------------------------
  サイドコンテンツ
  ---------------------------------*/
.side-content {
  width: 340px;
  float: right;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .side-content {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .side-content.after-group-nav {
    padding: 0;
  }
}
.side-content nav dl:last-child {
  margin-bottom: 0;
}
.side-content .selective-nav {
  margin-bottom: 30px;
}
.side-content .selective-nav dt {
  display: block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .side-content .selective-nav dt {
    padding: 0;
  }
}
.side-content .selective-nav dt a {
  background-image: url('../images/link-icon_arrow-white.svg');
}
.side-content .selective-nav + .common-nav.group {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .side-content .selective-nav + .common-nav.group {
    margin-top: -30px;
  }
}
.side-content .selective-nav + .common-nav.group .bnr {
  margin-top: 30px;
}
.side-content .selective-nav + .common-nav.group .bnr img {
  display: block;
  margin: 0 auto;
}
.side-content .common-nav {
  margin-bottom: 30px;
}
.side-content .common-nav dt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1a58ae;
}
@media screen and (max-width: 768px) {
  .side-content .common-nav dt {
    font-size: 1.6rem;
    padding: 0 10px 10px;
  }
}
.side-content .common-nav dt .heading {
  display: block;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .side-content .common-nav dt .heading {
    font-size: 1.8rem;
  }
}
.side-content .common-nav .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  font-weight: 500;
  color: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: url('../images/link-icon_arrow-grayblue.svg') no-repeat right 10px center;
  background-size: 6px 12px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .side-content .common-nav .btn a {
    min-height: 45px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: left;
    padding: 8px 10px;
    border-right: none;
    border-left: none;
  }
}
.side-content .common-nav .btn.last {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .side-content .common-nav .btn.last {
    margin-bottom: 0;
  }
}
.side-content .common-nav .btn.last a {
  border-bottom: 1px solid #e5e5e5;
}
.side-content .common-nav .btn.colored {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.side-content .common-nav .btn.colored a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/link-icon_arrow-white.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 6px 12px;
  background-color: #1f67cc;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .side-content .common-nav .btn.colored a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    min-height: 60px;
    background-image: none;
    border-bottom: none;
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  .side-content .common-nav .btn.colored a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.side-content .common-nav .text a {
  display: block;
  font-size: 1.4rem;
  color: inherit;
  text-decoration: none;
  background: url('../images/link-icon_arrow-grayblue.svg') no-repeat;
  background-position: left 10px center;
  background-size: 6px 12px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .side-content .common-nav .text a {
    min-height: 45px;
    font-size: 1.2rem;
    background-position: right center;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 10px 10px 0;
    margin: 0 10px;
  }
}

/*---------------------------------
  フッター
  ---------------------------------*/
.footer {
  background-color: #f2f2f2;
}

.pagetop-area {
  display: block;
  min-width: 1280px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  margin-top: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagetop-area {
    min-width: 0;
    padding: 14px;
  }
}

.pagetop {
  font-size: 1.2rem;
  font-family: Roboto;
  letter-spacing: 6px;
  color: #fff;
  background: url('../images/link-icon_arrow-white-up.svg') no-repeat left center;
  background-size: 12px 6px;
  padding-left: 40px;
}

a.pagetop-float-area {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  text-indent: -100%;
  overflow: hidden;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
a.pagetop-float-area::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
  width: 16px;
  height: 6px;
  background: url(../images/link-icon_arrow-white-up.svg) no-repeat center center;
  background-size: auto 6px;
}
@media screen and (max-width: 768px) {
  a.pagetop-float-area {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 50px;
    height: 50px;
  }
}
a.pagetop-float-area.show {
  opacity: 1;
  pointer-events: auto;
}

.float-facebook {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 100px;
  bottom: 10px;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
@media screen and (max-width: 768px) {
  .float-facebook {
    right: 73px;
    bottom: 12px;
    width: 36px;
    height: 36px;
  }
}
.float-facebook img {
  display: block;
  width: 100%;
}

a.pagetop-float-area.show + .float-facebook {
  opacity: 1;
  pointer-events: auto;
}

.footer-content.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  font-size: 1.4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 55px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-content.pc {
    display: none;
  }
}
.footer-content.pc .footer-content-column {
  width: 24%;
}
.footer-content.pc dl {
  margin-bottom: 30px;
}
.footer-content.pc dt {
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-content.pc dd {
  margin: 0 0 10px 30px;
}
.footer-content.pc a {
  display: block;
  color: inherit;
  text-decoration: none;
  background: url('../images/link-icon_arrow-grayblue.svg') no-repeat left top 10px;
  background-size: 6px 12px;
  padding-left: 20px;
}

.footer-content.sp {
  display: none;
  width: 100%;
  max-width: 450px;
  font-size: 1.2rem;
  padding: 20px 10px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-content.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-content.sp dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-content.sp a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  background: url('../images/link-icon_arrow-grayblue.svg') no-repeat left top 5px;
  background-size: 6px 12px;
  padding-left: 20px;
}

.copyright-area {
  height: 140px;
  font-family: Roboto;
  font-size: 1.1rem;
  text-align: center;
  background-color: #fff;
  padding: 36px;
}
@media screen and (max-width: 768px) {
  .copyright-area {
    height: 108px;
    font-size: 1rem;
    padding: 22px;
  }
}

/*==================================================
  Wysiwyg
  ==================================================*/
.wysiwyg ul {
  margin: 1em 0;
  padding-left: 20px;
  list-style-type: disc;
}

.wysiwyg ol {
  margin: 1em 0;
  padding-left: 20px;
  list-style-type: decimal;
}

.wysiwyg li.mb {
  margin-bottom: 1em !important;
}

.wysiwyg li p {
  margin-bottom: 0;
}

.wysiwyg li > p.mb {
  margin-bottom: 1em !important;
}

.wysiwyg p.mb0 {
  margin-bottom: 0 !important;
}

.wysiwyg p,
.wysiwyg div,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg table,
.wysiwyg img {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .wysiwyg p,
  .wysiwyg div,
  .wysiwyg ul,
  .wysiwyg ol,
  .wysiwyg table,
  .wysiwyg img {
    margin: 0 0 20px;
  }
}

.wysiwyg div p,
.wysiwyg table p,
.wysiwyg ul p,
.wysiwyg ol p {
  padding: 0;
}

.wysiwyg div p:last-child {
  margin: 0;
}

.wysiwyg .bold {
  font-weight: 500;
}

.wysiwyg .red {
  color: #f33;
}

.wysiwyg h2.heading1 {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  padding: 70px 0 10px;
  border-bottom: 2px solid #59c3ea;
  background-color: transparent;
  margin: 0 -20px 30px;
}

@media screen and (max-width: 768px) {
  .wysiwyg h2.heading1 {
    font-size: 1.8rem;
    padding: 40px 10px 10px;
    margin: 0 -10px 20px;
  }
}

.wysiwyg .block-colored .heading3 {
  padding: 12px 0 7px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .wysiwyg .block-colored .heading3 {
    margin: 0 0 20px;
  }
}

.wysiwyg .block-solid .heading3 {
  padding: 12px 0 7px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .wysiwyg .block-solid .heading3 {
    margin: 0 0 20px;
  }
}

.wysiwyg .block-dashed .heading3 {
  padding: 12px 0 7px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .wysiwyg .block-dashed .heading3 {
    margin: 0 0 20px;
  }
}

.wysiwyg .block-no-head {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .wysiwyg .block-no-head {
    margin-right: 0;
    margin-left: 0;
  }
}

.wysiwyg .alignright {
  float: right;
}

.wysiwyg .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wysiwyg .alignleft {
  float: left;
}

.wysiwyg img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg .wp-caption.alignright,
.wysiwyg img.alignright {
  padding-top: 4px;
  margin: 0 0 26px 30px;
  display: inline;
}
@media screen and (max-width: 768px) {
  .wysiwyg .wp-caption.alignright,
  .wysiwyg img.alignright {
    margin: 0 0 16px 15px;
  }
}

.wysiwyg img.aligncenter {
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .wysiwyg img.aligncenter {
    margin: 0 auto 15px;
  }
}

.wysiwyg .wp-caption.alignleft,
.wysiwyg img.alignleft {
  padding-top: 4px;
  margin: 0 30px 26px 0;
  display: inline;
}
@media screen and (max-width: 768px) {
  .wysiwyg .wp-caption.alignleft,
  .wysiwyg img.alignleft {
    margin: 0 15px 16px 0;
  }
}

.wysiwyg .wp-caption-text {
  font-size: 1.2rem;
}

.wysiwyg .wp-caption img {
  margin-bottom: 0;
}

.wysiwyg img.full {
  width: 100% !important;
  height: auto;
}

.wysiwyg .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.wysiwyg table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  word-break: break-all;
  table-layout: fixed;
}

.wysiwyg table td {
  border: 1px solid #ccc;
}
.wysiwyg table td.colored {
  font-weight: 500;
  background-color: #eef9fd;
}

.wysiwyg table td *:last-child {
  margin: 0;
}

.wysiwyg table .heading3 {
  padding: 12px 0 7px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .wysiwyg table .heading3 {
    margin: 0 0 20px;
  }
}

.wysiwyg table.table-vertical {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wysiwyg table.table-vertical {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .wysiwyg table.table-vertical td {
    display: block;
    width: 100% !important;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-left: none;
  }
}

.wysiwyg table.table-liquid {
  width: 100%;
}

.wysiwyg table.table-scroll {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wysiwyg table.table-scroll {
    width: 768px;
  }
}

@media print, screen and (min-width: 769px) {
  .wysiwyg .sub-section {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .wysiwyg .sub-section {
    margin-top: 40px;
  }
}

/*==================================================
  お知らせ・金融犯罪にご注意 ページ
  ==================================================*/
.post-content {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .post-content {
    padding: 0;
  }
}
.post-content p,
.post-content ul,
.post-content ol {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .post-content p,
  .post-content ul,
  .post-content ol {
    margin: 0 0 20px;
  }
}
.post-content .post-info {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .post-content .post-info {
    width: 170px;
  }
}
.post-content .post-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 60px;
  color: #fff;
  font-size: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  margin-top: 10px;
  float: right;
}
@media screen and (max-width: 768px) {
  .post-content .post-category {
    width: 50px;
    height: 25px;
    padding: 2px 0;
  }
}
.post-content .post-category.important {
  background-color: #f00;
}
.post-content .post-category.latest {
  background-color: #1f67cc;
}
.post-content .post-category.event {
  background-color: #20c9c7;
}
.post-content .post-date {
  font-size: 1.4rem;
  text-align: right;
  padding: 12px 15px 0 0;
  float: right;
}
@media screen and (max-width: 768px) {
  .post-content .post-date {
    font-size: 1.2rem;
  }
}

.post-content.page .wysiwyg h2.heading1 {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 70px 0 10px;
  border-bottom: 2px solid #59c3ea;
  background-color: transparent;
  margin: 0 -20px 30px;
}
@media screen and (max-width: 768px) {
  .post-content.page .wysiwyg h2.heading1 {
    font-size: 1.8rem;
    padding: 40px 10px 10px;
    margin: 0 -10px 20px;
  }
}

.post-content.page .wysiwyg h3.heading2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #e6e6e6;
  padding: 11px 20px;
  margin: 20px -20px 30px;
}
@media screen and (max-width: 768px) {
  .post-content.page .wysiwyg h3.heading2 {
    font-size: 1.6rem;
    padding: 5px 10px 7px;
    margin: 10px -10px 20px;
  }
}

.post-content.page .wysiwyg h4.heading3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 2px solid #ccc;
  padding: 12px 0 7px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .post-content.page .wysiwyg h4.heading3 {
    font-size: 1.5rem;
    border-bottom: 2px solid #ccc;
    padding: 12px 10px 7px;
    margin: 0 -10px 20px;
  }
}

/*==================================================
  お知らせアーカイブページ
  ==================================================*/
.post-list-wrapper {
  margin-bottom: 30px;
}

.post-list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .post-list li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.post-list li .post-category {
  width: 60px;
  height: 30px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 768px) {
  .post-list li .post-category {
    width: 50px;
    height: 25px;
    padding: 2px 0;
    margin-right: 10px;
  }
}
.post-list li .post-category.latest {
  background-color: #1f67cc;
}
.post-list li .post-category.event {
  background-color: #20c9c7;
}
.post-list li .post-category.important {
  background-color: #f00;
}
.post-list li .post-date {
  font-size: 1.5rem;
  color: rgba(74, 84, 111, 0.6);
  margin-right: 15px;
  float: left;
}
@media screen and (max-width: 768px) {
  .post-list li .post-date {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.post-list li .post-title {
  width: 678px;
  float: left;
}
@media screen and (max-width: 768px) {
  .post-list li .post-title {
    width: calc(100% - 60px);
    padding-top: 3px;
  }
}
.post-list li .post-title a {
  color: #4a546f;
  text-decoration: none;
}
.post-list li .post-title.no-label {
  width: 758px;
}
@media screen and (max-width: 768px) {
  .post-list li .post-title.no-label {
    width: 100%;
  }
}

.side-content .archive-list-title {
  height: 50px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  background-color: #59c3ea;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .side-content .archive-list-title {
    height: 45px;
    font-size: 1.4rem;
    padding: 10px;
  }
}

.side-content .archive-list {
  margin-bottom: 30px;
}

.side-content .archive-list li {
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.side-content .archive-list li:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .side-content .archive-list li:hover {
    opacity: 1;
  }
}
.side-content .archive-list li a {
  display: block;
  height: 50px;
  text-decoration: none;
  color: inherit;
  padding: 12px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .side-content .archive-list li a {
    font-weight: 500;
    padding: 12px 10px;
  }
}
.side-content .archive-list li a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #4a546f;
  border-right: 1px solid #4a546f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .side-content .archive-list li a::after {
    right: 10px;
  }
}

/*==================================================
  コンテンツトップページ
  ==================================================*/
.group-list {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .group-list {
    margin-top: 60px;
  }
}

.group-list > li {
  margin-bottom: 80px;
}
.group-list > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .group-list > li {
    margin-bottom: 60px;
  }
}
.group-list > li .group-name {
  font-size: 3rem;
  font-weight: 500;
  margin: -11px 0 15px;
}
@media screen and (max-width: 768px) {
  .group-list > li .group-name {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
.group-list > li .group-name a {
  display: inline;
  color: inherit;
  text-decoration: none;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .group-list > li .group-name a {
    font-size: 2rem;
  }
}
.group-list > li .group-name .sup-text {
  font-size: 16px;
  font-weight: 300;
}
.group-list > li .link-list {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .group-list > li .link-list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .group-list > li .link-list li:first-of-type {
    border-top: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 768px) {
  .group-list > li .link-list li {
    background: url('../images/link-icon_arrow-grayblue.svg') no-repeat;
    background-size: 6px 12px;
    background-position: right center;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
  }
}
.group-list > li .link-list li a {
  font-size: 1.6rem;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .group-list > li .link-list li a {
    display: block;
    min-height: 45px;
    color: inherit;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 10px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .group-list > li .link-list li .icon-before-link {
    background: none;
  }
}

.group-list.em {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .group-list.em {
    margin-top: 20px;
  }
}
.group-list.em .group-name {
  width: 590px;
  float: right;
}
@media screen and (max-width: 768px) {
  .group-list.em .group-name {
    width: 100%;
    float: none;
  }
}
.group-list.em .group-image {
  width: 240px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .group-list.em .group-image {
    width: 100%;
    height: 178px;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.group-list.em .group-text {
  width: 590px;
  float: right;
}
@media screen and (max-width: 768px) {
  .group-list.em .group-text {
    width: 100%;
    float: none;
  }
}

.group-list.disclosure li .group-name {
  width: 670px;
}

.group-list.disclosure li .group-image {
  width: 160px;
  height: auto;
  border: 1px solid #ccc;
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .group-list.disclosure li .group-image {
    width: 120px;
    float: left;
    margin-right: 15px;
  }
}

.group-list.disclosure li .group-description {
  width: 670px;
  float: right;
}
@media screen and (max-width: 768px) {
  .group-list.disclosure li .group-description {
    width: calc(100% - 135px);
    margin-bottom: 15px;
  }
}

.group-list.disclosure li .link-list {
  width: 670px;
  float: right;
}
@media screen and (max-width: 768px) {
  .group-list.disclosure li .link-list {
    width: 100%;
    clear: both;
  }
}

.page-description {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-description {
    margin-bottom: 60px;
  }
}

article > .group-list:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  article > .group-list:first-child {
    margin-top: 20px;
  }
}

/*==================================================
  商品グループページ
  ==================================================*/
.item-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-list-wrapper li {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .item-list-wrapper li {
    width: 100%;
  }
}
.item-list-wrapper .block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 180px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .item-list-wrapper .block-link {
    width: 100%;
    height: auto;
    min-height: 90px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: -2px;
  }
}

.item-content .item-list-wrapper {
  margin: 0 0 20px;
}

.field-content .wysiwyg h3 a,
.field-content .wysiwyg h4 a {
  text-decoration: none;
  color: inherit;
  padding-left: 50px;
  background: url('../images/link-icon_heading.svg') no-repeat left center;
  background-size: 30px 30px;
}
@media screen and (max-width: 768px) {
  .field-content .wysiwyg h3 a,
  .field-content .wysiwyg h4 a {
    background-size: 24px 24px;
    padding-left: 35px;
  }
}
.field-content .wysiwyg h3 a[target='_blank'],
.field-content .wysiwyg h4 a[target='_blank'] {
  background: url('../images/link-icon_blank.svg') no-repeat left center;
  background-size: 30px 30px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .field-content .wysiwyg h3 a[target='_blank'],
  .field-content .wysiwyg h4 a[target='_blank'] {
    background-size: 20px 20px;
    padding-left: 35px;
  }
}
.field-content .wysiwyg h3 a[href$='.pdf'],
.field-content .wysiwyg h4 a[href$='.pdf'] {
  background: url('../images/link-icon_pdf.svg') no-repeat left center;
  background-size: 30px 30px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .field-content .wysiwyg h3 a[href$='.pdf'],
  .field-content .wysiwyg h4 a[href$='.pdf'] {
    background-size: 20px 20px;
    padding-left: 35px;
  }
}
.field-content .wysiwyg h3 a[href$='.doc'],
.field-content .wysiwyg h4 a[href$='.doc'] {
  background: url('../images/link-icon_word.svg') no-repeat left center;
  background-size: 30px 30px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .field-content .wysiwyg h3 a[href$='.doc'],
  .field-content .wysiwyg h4 a[href$='.doc'] {
    background-size: 20px 20px;
    padding-left: 35px;
  }
}

.field-content p,
.field-content ul,
.field-content ol {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .field-content p,
  .field-content ul,
  .field-content ol {
    margin: 0 0 20px;
  }
}

.field-content .table-liquid,
.field-content .table-vertical,
.field-content .table-scroll {
  border-collapse: collapse;
  border: 1px solid #ccc;
  word-break: break-all;
  table-layout: fixed;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .field-content .table-liquid,
  .field-content .table-vertical,
  .field-content .table-scroll {
    margin: 0 0 20px;
  }
}
.field-content .table-liquid th,
.field-content .table-vertical th,
.field-content .table-scroll th {
  font-weight: 500;
  background-color: #eef9fd;
}
.field-content .table-liquid th,
.field-content .table-liquid td,
.field-content .table-vertical th,
.field-content .table-vertical td,
.field-content .table-scroll th,
.field-content .table-scroll td {
  border: 1px solid #ccc;
}
.field-content .table-liquid p:last-child,
.field-content .table-liquid ul:last-child,
.field-content .table-liquid ol:last-child,
.field-content .table-vertical p:last-child,
.field-content .table-vertical ul:last-child,
.field-content .table-vertical ol:last-child,
.field-content .table-scroll p:last-child,
.field-content .table-scroll ul:last-child,
.field-content .table-scroll ol:last-child {
  margin-bottom: 0;
}
.field-content .table-liquid dl:not(:last-child),
.field-content .table-vertical dl:not(:last-child),
.field-content .table-scroll dl:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .field-content .table-liquid dl:not(:last-child),
  .field-content .table-vertical dl:not(:last-child),
  .field-content .table-scroll dl:not(:last-child) {
    margin-bottom: 20px;
  }
}
.field-content .table-liquid dt,
.field-content .table-vertical dt,
.field-content .table-scroll dt {
  font-weight: 500;
}
.field-content .table-liquid .center-align,
.field-content .table-vertical .center-align,
.field-content .table-scroll .center-align {
  text-align: center;
}
.field-content .table-liquid .bold,
.field-content .table-vertical .bold,
.field-content .table-scroll .bold {
  font-weight: 500;
}

.field-content .table-vertical {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .field-content .table-vertical {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .field-content .table-vertical th,
  .field-content .table-vertical td {
    display: block;
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-left: none;
  }
}

.field-content .table-liquid {
  width: 100%;
}

.field-content .table-scroll {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .field-content .table-scroll {
    width: 768px;
  }
}

/*==================================================
  NPOアワード詳細ページ
  ==================================================*/
.participant-name {
  font-weight: 500;
}

.participant-name-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .participant-name-wrapper {
    margin-bottom: 20px;
  }
}

/*==================================================
  Static Pages
  ==================================================*/
.page-content p,
.page-content ul,
.page-content ol {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-content p,
  .page-content ul,
  .page-content ol {
    margin-bottom: 20px;
  }
}

.page-content .block-solid p:last-child,
.page-content .block-dashed p:last-child,
.page-content .block-colored p:last-child {
  margin-bottom: 0;
}

.page-content .block-solid ul,
.page-content .block-dashed ul,
.page-content .block-colored ul {
  margin-top: 0;
  margin-bottom: 0;
}

.page-content .table-liquid,
.page-content .table-vertical,
.page-content .table-scroll {
  border-collapse: collapse;
  border: 1px solid #ccc;
  word-break: break-all;
  table-layout: fixed;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-content .table-liquid,
  .page-content .table-vertical,
  .page-content .table-scroll {
    margin-bottom: 20px;
  }
}
.page-content .table-liquid th,
.page-content .table-vertical th,
.page-content .table-scroll th {
  font-weight: 500;
  background-color: #eef9fd;
}
.page-content .table-liquid th,
.page-content .table-liquid td,
.page-content .table-vertical th,
.page-content .table-vertical td,
.page-content .table-scroll th,
.page-content .table-scroll td {
  border: 1px solid #ccc;
}
.page-content .table-liquid p:last-child,
.page-content .table-liquid ul:last-child,
.page-content .table-liquid ol:last-child,
.page-content .table-vertical p:last-child,
.page-content .table-vertical ul:last-child,
.page-content .table-vertical ol:last-child,
.page-content .table-scroll p:last-child,
.page-content .table-scroll ul:last-child,
.page-content .table-scroll ol:last-child {
  margin-bottom: 0;
}
.page-content .table-liquid dl:not(:last-child),
.page-content .table-vertical dl:not(:last-child),
.page-content .table-scroll dl:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-content .table-liquid dl:not(:last-child),
  .page-content .table-vertical dl:not(:last-child),
  .page-content .table-scroll dl:not(:last-child) {
    margin-bottom: 20px;
  }
}
.page-content .table-liquid dt,
.page-content .table-vertical dt,
.page-content .table-scroll dt {
  font-weight: 500;
}
.page-content .table-liquid .center-align,
.page-content .table-vertical .center-align,
.page-content .table-scroll .center-align {
  text-align: center;
}
.page-content .table-liquid .bold,
.page-content .table-vertical .bold,
.page-content .table-scroll .bold {
  font-weight: 500;
}

.page-content .table-vertical {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-content .table-vertical {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .page-content .table-vertical th,
  .page-content .table-vertical td {
    display: block;
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-left: none;
  }
}

.page-content .table-liquid {
  width: 100%;
}

.page-content .table-scroll {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-content .table-scroll {
    width: 768px;
  }
}

.page-content .table-wrapper {
  overflow-x: auto;
}

.page-content .table-heading {
  text-align: left;
  color: #1F67CC;
  padding-left: 1em;
  position: relative;
  margin-bottom: 5px;
}

.page-content .table-heading::before {
  content: '●';
  position: absolute;
  left: 0;
}

.page-content .section-head2 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 70px 0 10px;
  border-bottom: 2px solid #59c3ea;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page-content .section-head2 {
    font-size: 1.8rem;
    padding: 40px 10px 10px;
    margin: 0 -10px 20px;
  }
}
.page-content .section-head2 a {
  color: inherit;
  text-decoration: none;
}

.page-content .section-head3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #e6e6e6;
  padding: 11px 20px;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .page-content .section-head3 {
    font-size: 1.6rem;
    padding: 5px 10px 7px;
    margin: 30px -10px 20px;
  }
}
.page-content .section-head3 a {
  color: inherit;
  text-decoration: none;
}

.page-content .section-head2 + section > .section-head3 {
  margin: 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .page-content .section-head2 + section > .section-head3 {
    margin: 10px -10px 20px;
  }
}

.page-content .section-head4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 2px solid #ccc;
  padding: 12px 0 7px;
  margin: 0 20px 30px;
}
@media screen and (max-width: 768px) {
  .page-content .section-head4 {
    font-size: 1.5rem;
    border-bottom: 2px solid #ccc;
    padding: 12px 10px 7px;
    margin: 0 -10px 20px;
  }
}
.page-content .section-head4 a {
  color: inherit;
  text-decoration: none;
}

.page-content .section-body {
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-content .section-body {
    padding: 0 0 1px 0;
  }
}
.page-content .section-body.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-content .section-body.flex {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .section-body.cell {
    margin-top: -21px;
  }
}
.page-content .section-body .section-head4 {
  margin: 0 0 20px;
}
.page-content .section-body h3.section-head4 {
  padding: 0 0 7px;
  margin: 0 0 20px;
}
.page-content .section-body .section-body {
  padding: 0;
}

.page-content .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-content .flex-container + * {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-content .flex-container + * {
    margin-top: 20px;
  }
}
.page-content .flex-container.numbering {
  padding-top: 30px;
  padding-bottom: 0;
}

.page-content .flex-item-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  margin: 0;
}
.page-content .flex-item-text *:last-child {
  margin-bottom: 0;
}

.page-content .flex-item-image {
  max-width: 160px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .page-content .flex-item-image {
    width: 120px;
    margin-right: 15px;
  }
}
.page-content .flex-item-image.numbering {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .page-content .flex-item-image.numbering {
    width: 60px;
    height: 60px;
  }
}

.page-content .flex-container.img-right .flex-item-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.page-content .flex-container.img-right .flex-item-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .page-content .flex-container.img-right .flex-item-image {
    width: 120px;
    margin-right: 0;
    margin-left: 15px;
  }
}

.page-content .flex-container.col2 {
  width: 460px;
}

.page-content .flex-container.col3 {
  width: 705px;
}
@media screen and (max-width: 768px) {
  .page-content .flex-container.col3 {
    width: 460px;
  }
}

.page-content .flex-container.col2,
.page-content .flex-container.col3 {
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
.page-content .flex-container.col2 .flex-item-image,
.page-content .flex-container.col3 .flex-item-image {
  width: 215px;
  max-width: none;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page-content .flex-container.col2 .flex-item-image,
  .page-content .flex-container.col3 .flex-item-image {
    width: calc((100% - 15px) / 2);
    max-width: 215px;
    margin: 0 0 20px;
  }
}

.page-content .figcaption {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-content .figcaption {
    font-size: 1.2rem;
  }
}

.page-content .image-border {
  display: inline-block;
  border: 2px solid #59c3ea;
}
.page-content .image-border img {
  display: block;
}

.page-content .flex-center-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-content .flex-center-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print {
  @page {
    margin: 12.7mm 9.7mm;
  }
  header,
  .megamenu-content-area,
  .breadcrumbs,
  .side-content,
  .block-link-wrapper.contact-bottom,
  .selective-nav.common-group,
  footer {
    display: none;
  }
  html {
    -webkit-print-color-adjust: exact;
  }
  .wrapper {
    width: 900px;
    min-width: 0;
  }
  .single .wrapper {
    width: 1060px;
  }
  .home .wrapper {
    width: 100%;
  }
  .contents-wrapper {
    width: 100%;
    padding: 0;
  }
  .main-content {
    width: 100%;
  }
  .main-image {
    min-width: 0;
    height: auto;
    background: none;
    position: static;
  }
  .main-image::before {
    content: none;
  }
  .page-title-area-image {
    color: #4a546f;
    padding: 24px 20px;
    background-color: #d5f0fa;
    background-image: none;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .page-title-area-image.hide {
    display: block;
  }
  .page-title-area-image .page-title {
    font-size: 3rem;
    font-weight: 500;
  }
  .page-title-area-text {
    padding: 24px 20px;
  }
  .field-content .flex-container {
    display: block;
  }
  .field-content .flex-container::after {
    display: block;
    content: '';
    clear: both;
  }
  .field-content .flex-container .flex-item-text {
    display: block;
    width: 690px;
    float: right;
  }
  .field-content .flex-container.wrap-text-around .flex-item-text {
    width: 630px;
  }
  .field-content .flex-container .flex-item-image {
    display: block;
    width: 100px;
    float: left;
  }
  .page-content .flex-container {
    display: block;
  }
  .page-content .flex-container::after {
    display: block;
    content: '';
    clear: both;
  }
  .page-content .flex-container .flex-item-text {
    display: block;
    width: 630px;
    float: right;
  }
  .page-content .flex-container .block-link + .flex-item-text {
    width: 500px;
  }
  .page-content .flex-container .flex-item-image {
    display: block;
    width: 160px;
    float: left;
  }
  .page-content .flex-container.img-right {
    display: block;
  }
  .page-content .flex-container.img-right .flex-item-text {
    float: left;
  }
  .page-content .flex-container.img-right .flex-item-image {
    float: right;
  }
  .page-content .flex-container.col2 figure,
  .page-content .flex-container.col3 figure {
    margin: 0 15px;
  }
  .page-content .flex-container.col2 .app_cv {
    float: left;
  }
  .group-list.em .group-name,
  .group-list.em .group-image,
  .group-list.em .group-text {
    float: none;
  }
}

.page-content a.anchor {
  position: relative;
  top: -70px;
}

.page-content .c_red {
  color: #f33;
}

.page-content .txt_small {
  font-size: 0.8em;
}

.page-content .frame {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
      flex: 1 0 0;
  border: 1px solid #ececec;
  padding: 15px 20px;
  width: 100%;
}
.page-content .frame + p,
.page-content .frame + * {
  margin-top: 30px;
}
.page-content .frame + .annotation {
  margin-top: 1em;
}
.page-content .frame p {
  margin-bottom: 0.5em !important;
}
.page-content .frame p:last-child {
  margin-bottom: 0;
}
.page-content .frame.bd_red {
  border-color: #f33;
  border-width: 2px;
}

@media print, screen and (min-width: 769px) {
  .page-content .sub-section {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .page-content .sub-section {
    margin-top: 40px;
  }
}

.page-content .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.page-content .grid > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page-content .grid > .col > figure {
  width: 100%;
}
.page-content .grid > .col > figure > figcaption {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  .page-content .grid > .cel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .page-content .grid > .cel.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.page-content .grid > .cel .frame {
  border: none;
}
.page-content .grid .flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
}
.page-content .grid.col_2 {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-content .grid.col_2 {
    margin-right: -7px;
  }
}
.page-content .grid.col_2 > .col {
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(50% - 7px);
  margin-right: 7px;
  margin-bottom: 7px;
}
@media print, screen and (min-width: 769px) {
  .page-content .grid.col_2 {
    margin-right: -20px;
  }
  .page-content .grid.col_2 > .col {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .page-content .grid.col_2 > .col img {
    max-width: 488px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .grid._pc_col_1 > .col {
    width: 100%;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .page-content .grid._pc_col_1 > .col ~ .col {
    margin-top: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .page-content .grid._pc_col_1_half {
    justify-content: center;
  }

  .page-content .grid._pc_col_1_half > .col {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-content .grid._pc_col_2 > .col {
    width: 100%;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .page-content .grid._pc_col_2 {
    margin-right: -7px;
  }
  .page-content .grid._pc_col_2 > .col {
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(50% - 7px);
    margin-right: 7px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .grid._sp_col_2 {
    margin-right: -7px;
  }
  .page-content .grid._sp_col_2 > .col {
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(50% - 7px);
    margin-right: 7px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .grid.col_3 {
    margin-right: -7px;
  }
}
.page-content .grid.col_3 > .col {
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(33.3333% - 7px);
  margin-right: 7px;
  margin-bottom: 7px;
}
@media print, screen and (min-width: 769px) {
  .page-content .grid.col_3 {
    margin-right: -20px;
  }
  .page-content .grid.col_3 > .col {
    width: calc(33.3333% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .page-content .grid.col_3 > .col img {
    max-width: 488px;
  }
}
@media print, screen and (min-width: 769px) {
  .page-content .grid._pc_col_3 {
    margin-right: -10px;
  }
  .page-content .grid._pc_col_3 > .col {
    width: calc(33.3333% - 10px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page-content .grid._pc_col_4 {
    margin-right: -10px;
  }
  .page-content .grid._pc_col_4 > .col {
    width: calc(25% - 10px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .grid._sp_col_1 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .page-content .grid._sp_col_1 > .col + .col {
    margin-top: 30px;
  }
  .page-content .grid._sp_col_1 > .col > .grid-head1 {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page-content .grid._pc_cel_2 {
    border-left: 1px solid #e5e5e5;
  }
  .page-content .grid._pc_cel_2 > .cel {
    width: 50%;
  }
  .page-content .grid._pc_cel_2 > .cel:nth-child(-n+2) {
    border-top: 1px solid #e5e5e5;
  }
}
@media print, screen and (min-width: 769px) {
  .page-content .grid._pc_cel_3 {
    border-left: 1px solid #e5e5e5;
  }
  .page-content .grid._pc_cel_3 > .cel {
    width: 33.3333%;
  }
  .page-content .grid._pc_cel_3 > .cel:nth-child(-n+3) {
    border-top: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 768px) {
  .page-content .grid._sp_cel_1 {
    border-top: 1px solid #e5e5e5;
  }
  .page-content .grid._sp_cel_1 > .cel {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
}
.page-content .grid .grid-head1 {
  width: 100%;
  color: #1f67cc;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-content .flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
}

.page-content .flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (max-width: 768px) {
  .page-content .flex-direction-column-sp {
    -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
  }
}

.page-content .align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}

.page-content .flex-container .block-link {
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-content .flex-container .block-link {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-content .flex-container.sp-one-column {
    display: block;
    padding-bottom: 0;
  }
}

.page-content .display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .page-content .pc-hidden {
    display: none !important;
  }
}

.page-content ul.list-style > li > .list-style {
  margin-bottom: 0;
}

.page-content ol.list-style li > .frame {
  margin-top: 10px;
}

.page-content ol.list-style.description > li + li {
  margin-top: 25px;
}

.page-content ol.katakana {
  margin: 1em 0;
  padding-left: 20px;
  list-style-type: katakana;
}
.page-content ol.katakana > li > .list-style {
  margin-bottom: 0;
}

.page-content ul.annotation {
  margin: 1em 0;
}
.page-content ul.annotation li {
  padding-left: 1em;
  position: relative;
}
.page-content ul.annotation li::before {
  content: '※';
  position: absolute;
  left: 0;
}

.page-content ol.annotation {
  margin: 0;
}
.page-content ol.annotation li {
  padding-left: 2.5em;
  position: relative;
  counter-increment: table-ol;
}
.page-content ol.annotation li::before {
  content: '※' counter(table-ol);
  position: absolute;
  left: 0;
}

.page-content ul.disc {
  margin: 1em 0;
}
.page-content ul.disc > li {
  position: relative;
  padding-left: 1em;
}
.page-content ul.disc > li + li {
  margin-top: 1em;
}
.page-content ul.disc > li:before {
  content: '●';
  position: absolute;
  left: 0;
}
.page-content ul.disc > li > .list-style {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.page-content ul.horizontal li {
  display: inline-block;
  padding-left: 20px;
}

.page-content p.annotation {
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .page-content p.annotation + dl {
    margin-top: 20px;
  }
}
.page-content p.annotation::before {
  content: '※';
  position: absolute;
  left: 0;
}

.page-content .table-liquid th.bg-mercury,
.page-content .table-vertical th.bg-mercury,
.page-content .table-scroll th.bg-mercury {
  background-color: #e6e6e6;
}

.page-content .table-liquid th .required,
.page-content .table-liquid td .required,
.page-content .table-vertical th .required,
.page-content .table-vertical td .required,
.page-content .table-scroll th .required,
.page-content .table-scroll td .required {
  color: #f33;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .page-content .table-liquid th .required,
  .page-content .table-liquid td .required,
  .page-content .table-vertical th .required,
  .page-content .table-vertical td .required,
  .page-content .table-scroll th .required,
  .page-content .table-scroll td .required {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-content .table-liquid td,
.page-content .table-vertical td,
.page-content .table-scroll td {
  vertical-align: top;
}
.page-content .table-liquid td.center-align-v,
.page-content .table-vertical td.center-align-v,
.page-content .table-scroll td.center-align-v {
  vertical-align: middle;
}

.page-content .section-head5 {
  font-weight: 700;
  margin: 0 20px 10px;
}

@media screen and (max-width: 768px) {
  .page-content .section-head5 {
    padding: 0 10px;
    margin: 0 -10px 10px;
  }
}

.page-content .section-head5 a {
  color: inherit;
  text-decoration: none;
}

.page-content article > .section-head2:first-child {
  padding-top: 0;
}

.page-content article > section:first-child > .section-head2:first-child {
  padding-top: 0;
}

.page-content a.icon-after-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #4a546f;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-content a.icon-after-link {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-content a.icon-after-link {
    padding: 10px 15px 10px 0;
  }
}
.page-content a.icon-after-link::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 10px;
  margin: auto;
  width: 6px;
  height: 12px;
  background-image: url(../images/link-icon_arrow-grayblue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  body.single .page-content .contents-wrapper {
    overflow: hidden;
  }
}

@media print, screen and (min-width: 769px) {
  body.single .page-content .contents-wrapper {
    width: 1040px;
  }
}

@media print, screen and (min-width: 769px) {
  body.single .page-content .contents-wrapper .main-content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.page-content .btn.colored {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-content .btn.colored.double a {
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  .page-content .btn.colored.double a {
    min-height: 60px;
  }
}
.page-content .btn.colored a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/link-icon_arrow-white.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 6px 12px;
  background-color: #1f67cc;
  border-bottom: 1px solid #fff;
  background-size: 6px 12px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .page-content .btn.colored a {
    min-height: 60px;
    padding: 18px 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-content .btn.colored a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.sitemap .page-content .btn.colored a {
  padding: 0 20px 0 14px;
  white-space: nowrap;
}

.right-align {
  text-align: right;
}

.center-align {
  text-align: center;
}

.left-align {
  text-align: left;
}

.bottom-caption {
  caption-side: bottom; 
}

@media print, screen and (min-width: 769px) {
  ._sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}

body.contact header.header {
  position: relative;
}
body.contact header.header .header-content {
  width: auto;
}
body.contact header.header .bank-code {
  color: #999;
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  float: left;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 100px;
}
@media print, screen and (min-width: 769px) {
  body.contact header.header .bank-code {
    padding: 2px 5px 3px;
    margin-top: 25px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  body.contact header.header .bank-code {
    padding: 1px 5px 2px;
    margin-top: 15px;
    margin-left: 10px;
  }
}

body.contact .page-content .flex-container.col2,
body.contact .page-content .flex-container.col3 {
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}

body.contact .page-content .flex-container.col2 .flex-item-image,
body.contact .page-content .flex-container.col3 .flex-item-image {
  width: 215px;
  max-width: none;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  body.contact .page-content .flex-container.col2 .flex-item-image,
  body.contact .page-content .flex-container.col3 .flex-item-image {
    width: calc((100% - 15px) / 2);
    max-width: 215px;
    margin: 0 0 20px;
  }
}

body.contact .page-content .page-title-area-text {
  border-top: 5px solid #59c3ea;
}

body.contact .page-content .figcaption {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  body.contact .page-content .figcaption {
    font-size: 1.2rem;
  }
}

body.contact .page-content .table-vertical th {
  vertical-align: top;
}
@media print, screen and (min-width: 769px) {
  body.contact .page-content .table-vertical th[data-pc-width='280'] {
    width: 280px;
  }
}

@media print, screen and (min-width: 769px) {
  body.contact .page-content .wrapper,
  body.contact .page-content .pagetop-area {
    width: 100%;
    min-width: 1040px;
  }
  body.contact .page-content .contents-wrapper {
    width: 1040px;
  }
  body.contact .page-content .main-content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

body.contact .main-content .contact-flow {
  text-align: center;
  margin-top: 60px;
}
body.contact .main-content .contact-flow ol {
  font-size: 0;
  display: inline-block;
  border-top: 2px solid #f2f2f2;
}
@media screen and (max-width: 768px) {
  body.contact .main-content .contact-flow ol {
    width: 80%;
    text-align: center;
  }
}
body.contact .main-content .contact-flow ol li {
  display: inline-block;
  counter-increment: table-ol;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  body.contact .main-content .contact-flow ol li + li {
    margin-left: 150px;
  }
}
@media screen and (max-width: 768px) {
  body.contact .main-content .contact-flow ol li:first-child {
    float: left;
  }
  body.contact .main-content .contact-flow ol li:last-child {
    float: right;
  }
}
@media print, screen and (min-width: 769px) {
  body.contact .main-content .contact-flow ol li {
    margin-top: -32px;
  }
}
@media screen and (max-width: 768px) {
  body.contact .main-content .contact-flow ol li {
    margin-top: -27px;
  }
}
body.contact .main-content .contact-flow ol li::before {
  content: counter(table-ol);
  display: block;
  background: #f2f2f2;
  font-size: 20px;
  font-size: 2rem;
  color: #4a546f;
  font-family: 'Hiragino Kaku Gothic Pro', Arial;
  border-radius: 50%;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 769px) {
  body.contact .main-content .contact-flow ol li::before {
    width: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  body.contact .main-content .contact-flow ol li::before {
    width: 50px;
    line-height: 50px;
  }
}
body.contact .main-content .contact-flow ol li.is_current::before {
  background: #1f67cc;
  color: white;
}

body.contact .main-content input[type=checkbox].cmn {
  display: none;
}
body.contact .main-content input[type=checkbox].cmn + .label {
  display: block;
  padding-left: 45px;
  margin-bottom: 5px;
  min-height: 30px;
  background-image: url(/assets/images/icon_checkbox.svg);
  background-repeat: no-repeat;
  background-size: 30px;
}
body.contact .main-content input[type=checkbox].cmn + .label + ul {
  margin-top: 15px;
  margin-left: 45px;
}
body.contact .main-content input[type=checkbox].cmn + .label .description {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
body.contact .main-content input[type=checkbox].cmn:checked + .label {
  background-image: url(/assets/images/icon_checkbox-active.svg);
}

body.contact .main-content input[type=radio].cmn {
  display: none;
}
body.contact .main-content input[type=radio].cmn + .label {
  display: block;
  padding-left: 45px;
  margin-bottom: 5px;
  min-height: 30px;
  background-image: url(/assets/images/icon_radio.svg);
  background-repeat: no-repeat;
  background-size: 30px;
}
body.contact .main-content input[type=radio].cmn + .label .description {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
body.contact .main-content input[type=radio].cmn:checked + .label {
  background-image: url(/assets/images/icon_radio-active.svg);
}

body.contact .main-content input[type=text]::-webkit-input-placeholder {
  color: #ccc !important;
  opacity: 1;
}

body.contact .main-content input[type=text]:-moz-placeholder {
  color: #ccc !important;
  opacity: 1;
}

body.contact .main-content input[type=text]::-moz-placeholder {
  color: #ccc !important;
  opacity: 1;
}

body.contact .main-content input[type=text]:-ms-input-placeholder {
  color: #ccc !important;
  opacity: 1;
}

body.contact .main-content input[type=text]:placeholder-shown {
  color: #ccc !important;
  opacity: 1;
}

body.contact .main-content input[type=text].cmn {
  border: 2px solid #ccc;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  body.contact .main-content input[type=text].cmn {
    margin-right: 5px;
    margin-left: 5px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053094:a'] {
    width: 60px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053094:t'] {
    width: 80px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053095'] {
    width: 440px;
  }
  body.contact .main-content input[type=text].cmn[name='f000128828'] {
    width: 440px;
  }
  body.contact .main-content input[type=text].cmn[name='f000128829'] {
    width: 440px;
  }
  body.contact .main-content input[type=text].cmn[name='f000128830'] {
    width: 440px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053092'] {
    width: 240px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053093'] {
    width: 240px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053090'] {
    width: 240px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053091'] {
    width: 240px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053103'] {
    width: 480px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053103:cf'] {
    width: 480px;
  }
  body.contact .main-content input[type=text].cmn[name='f000055226:a'],
  body.contact .main-content input[type=text].cmn[name='f000375871:a'] {
    width: 60px;
  }
  body.contact .main-content input[type=text].cmn[name='f000055226:e'],
  body.contact .main-content input[type=text].cmn[name='f000055226:n'],
  body.contact .main-content input[type=text].cmn[name='f000375871:e'],
  body.contact .main-content input[type=text].cmn[name='f000375871:n'] {
    width: 80px;
    margin-left: 5px !important;
  }
  body.contact .main-content input[type=text].cmn[name='f000375870'] {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.contact .main-content input[type=text].cmn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body.contact .main-content input[type=text].cmn[name='f000053094:a'] {
    width: 80px;
    margin-right: 5px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053094:t'] {
    width: 100px;
    margin-left: 5px;
    margin-right: 10px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053102:y'] {
    width: 100px;
    margin-right: 5px;
  }
  body.contact .main-content input[type=text].cmn[name='f000053102:m'],
  body.contact .main-content input[type=text].cmn[name='f000053102:d'] {
    width: 60px;
    margin-right: 5px;
    margin-left: 10px;
  }
  body.contact .main-content input[type=text].cmn[name='f000055226:a'],
  body.contact .main-content input[type=text].cmn[name='f000375871:a'] {
    width: 60px;
    margin-right: 5px;
  }
  body.contact .main-content input[type=text].cmn[name='f000055226:e'],
  body.contact .main-content input[type=text].cmn[name='f000055226:n'],
  body.contact .main-content input[type=text].cmn[name='f000375871:e'],
  body.contact .main-content input[type=text].cmn[name='f000375871:n'] {
    width: 80px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

body.contact .main-content textarea.cmn {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}

body.contact .main-content button {
  cursor: pointer;
  outline: none;
}
body.contact .main-content button.round {
  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;
  display: inline-block;
  line-height: 40px;
  border: none;
  font-weight: 700;
  padding: 0 16px;
  border-radius: 100px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
body.contact .main-content button.blue {
  background: #429ede;
  color: white;
}
body.contact .main-content button.blue:hover {
  background: #6db4e6;
}
body.contact .main-content button.submit-contact {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;
  background: #1f67cc;
  border: none;
  color: white;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
body.contact .main-content button.submit-contact:hover {
  background: #3d81e1;
}
body.contact .main-content button.submit-contact::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/images/link-icon_arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
body.contact .main-content button.submit-contact .super {
  display: block;
}
@media print, screen and (min-width: 769px) {
  body.contact .main-content button.submit-contact {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 30px 90px;
  }
  body.contact .main-content button.submit-contact .super {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  body.contact .main-content button.submit-contact {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
  body.contact .main-content button.submit-contact .super {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
body.contact .main-content button.return-contact {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;
  background: #e6e6e6;
  border: none;
  color: black;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
body.contact .main-content button.return-contact:hover {
  background: #eee;
}
body.contact .main-content button.return-contact::before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 22px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(/assets/images/link-icon_arrow-grayblue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
body.contact .main-content button.return-contact .super {
  display: block;
}
@media print, screen and (min-width: 769px) {
  body.contact .main-content button.return-contact {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 30px 90px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.contact .main-content button.return-contact {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
  body.contact .main-content button.return-contact .super {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.contact .main-content .table-vertical td dl.address_01 dt {
  color: #4a546f;
}

@media print, screen and (min-width: 769px) {
  body.contact .main-content .table-vertical td dl.address_01 dt {
    width: 200px;
    display: inline-block;
    font-weight: 400;
    text-align: right;
    margin-bottom: 10px;
  }
  body.contact .main-content .table-vertical td dl.address_01 dd {
    width: 440px;
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  body.contact .main-content .table-vertical td dl.address_01 dt {
    margin-bottom: 5px;
  }
  body.contact .main-content .table-vertical td dl.address_01 dd {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  body.contact .main-content .table-vertical td dl.address_01.confirm dt {
    width: auto;
    text-align: left;
    float: left;
    clear: left;
  }
}

@media print, screen and (min-width: 769px) {
  body.contact .main-content .table-vertical td dl.name_01 dt {
    width: 50px;
    display: inline-block;
    font-weight: 400;
    text-align: right;
    margin-bottom: 10px;
  }
  body.contact .main-content .table-vertical td dl.name_01 dt + dd {
    margin-left: 15px;
  }
  body.contact .main-content .table-vertical td dl.name_01 dd {
    width: 250px;
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  body.contact .main-content .table-vertical td dl.name_01 dt {
    margin-bottom: 5px;
  }
  body.contact .main-content .table-vertical td dl.name_01 dd {
    margin-bottom: 15px;
  }
}

body.contact .main-content .table-vertical td p {
  margin-bottom: 10px;
}
body.contact .main-content .table-vertical td p > input[type=text] {
  margin-left: 0;
}

body.contact .main-content .receipt_number {
  border: 2px solid #f99;
  padding: 15px;
  text-align: center;
  background: #fff0f0;
  color: red;
}

@media print, screen and (min-width: 769px) {
  body.contact .main-content ul.lv_2 {
    margin-top: 10px;
    margin-left: 45px;
  }
}

.page-content .block-link.bg_blue {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
      flex: 1 0 0;
  width: 100%;
  background: #1f67cc;
  border: none;
  color: white;
  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;
}
@media screen and (max-width: 768px) {
  .page-content .block-link.bg_blue {
    padding: 40px;
  }
}
.page-content .block-link.bg_blue.txt_large {
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .page-content .block-link.bg_blue.txt_large {
    font-size: 24px;
    font-size: 2.4rem;
    min-height: 180px;
  }
  .page-content .block-link.bg_blue.txt_large::before {
    content: '';
    border-color: white;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .page-content .block-link.bg_blue.txt_large::before {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page-content .block-link.bg_blue.txt_large::after {
    border-color: white;
  }
  .page-content .block-link.bg_blue.txt_large.txt_medium {
    min-height: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-content .block-link.bg_blue.txt_large {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .page-content .block-link.bg_blue.txt_large::before {
    display: none;
  }
  .page-content .block-link.bg_blue.txt_large::after {
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 10px;
    margin: auto;
  }
}
.page-content .block-link.bg_blue.txt_small {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
}
.page-content .block-link.bg_blue.txt_small + .txt_small {
  margin-top: 1px;
}
.page-content .block-link.bg_blue.txt_small::before {
  display: none;
}
.page-content .block-link.bg_blue.txt_small::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  margin: auto;
  border-color: white;
  width: 9px;
  height: 9px;
}
@media print, screen and (min-width: 769px) {
  .page-content .block-link.bg_blue.txt_small {
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .page-content .block-link.bg_blue.txt_small {
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.page-content .block-link.bg_blue.align-self-auto {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.page-content .block-link figure {
  font-weight: 500;
}
.page-content .block-link figure figcaption {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .page-content .block-link figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page-content .block-link figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*女性応援宣言ページ*/
@media print {
  .womens_support_dec .page-title-area-text {
    display: block;
    width: 1040px;
  }
}

@media print, screen and (min-width: 769px) {
  .womens_support_dec .item-list-wrapper .block-link {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .womens_support_dec .item-list-wrapper .block-link .vertical-center-align {
    width: 345px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .womens_support_dec .item-list-wrapper .block-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .womens_support_dec .item-list-wrapper .block-link .vertical-center-align {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .womens_support_dec .item-list-wrapper .block-link .img_woman {
    width: 60px;
    height: 60px;
  }
}

.womens_support_dec.tier .item-list-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media print, screen and (min-width: 769px) {
  .womens_support_dec.tier .item-list-wrapper.thumbnails li {
    width: calc(100% / 3 - 7px);
    margin-right: 10px;
  }
  .womens_support_dec.tier .item-list-wrapper.thumbnails li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .womens_support_dec.tier .item-list-wrapper.thumbnails li .block-link {
    height: 300px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .womens_support_dec.tier .item-list-wrapper.thumbnails li .block-link img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .womens_support_dec.tier .item-list-wrapper.thumbnails li .block-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin-bottom: 10px;
  }
  .womens_support_dec.tier .item-list-wrapper.thumbnails li .block-link img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .womens_support_dec.tier .item-list-wrapper.thumbnails li .block-link img {
    width: 100%;
  }
}

.womens_support_dec.tier .item-list-wrapper.thumbnails li p {
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .womens_support_dec.tier .item-list-wrapper.thumbnails li p {
    height: 120px;
    text-align: left;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .womens_support_dec.tier .item-list-wrapper.thumbnails li p {
    width: calc(100% - 180px);
    padding: 10px 20px 10px 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .womens_support_dec.tier .item-list-wrapper.thumbnails li p {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .womens_support_dec.tier .category-index {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .womens_support_dec.tier .category-index {
    margin-top: 20px;
  }
}

.womens_support_dec.tier .category-index .caption {
  background: #59c3ea;
  text-align: center;
  font-weight: 500;
  color: white;
}
@media print, screen and (min-width: 769px) {
  .womens_support_dec.tier .category-index .caption {
    font-size: 2.4rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .womens_support_dec.tier .category-index .caption {
    font-size: 1.6rem;
    line-height: 45px;
  }
}

.womens_support_dec.tier .category-index .item-list-wrapper {
  background: #d5f0fa;
}
@media print, screen and (min-width: 769px) {
  .womens_support_dec.tier .category-index .item-list-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .womens_support_dec.tier .category-index .item-list-wrapper {
    padding: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .womens_support_dec.tier .category-index .item-list-wrapper li {
    width: calc(100% / 3);
  }
  .womens_support_dec.tier .category-index .item-list-wrapper li:nth-child(3n) a,
  .womens_support_dec.tier .category-index .item-list-wrapper li:nth-child(3n-1) a {
    border-left: 0;
  }
  .womens_support_dec.tier .category-index .item-list-wrapper li:nth-child(1) a,
  .womens_support_dec.tier .category-index .item-list-wrapper li:nth-child(2) a,
  .womens_support_dec.tier .category-index .item-list-wrapper li:nth-child(3) a {
    border-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .womens_support_dec.tier .category-index .item-list-wrapper li {
    background-color: #fff;
  }
  .womens_support_dec.tier .category-index .item-list-wrapper li a {
    border-bottom: 0;
  }
  .womens_support_dec.tier .category-index .item-list-wrapper li:last-child a {
    border-bottom: 2px solid #59c3ea;
  }
}
.womens_support_dec.tier .category-index .item-list-wrapper li .block-link {
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .womens_support_dec.tier .category-index .item-list-wrapper li .block-link {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .womens_support_dec.tier .category-index .item-list-wrapper li .block-link {
    height: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .womens_support_dec.tier .category-index .item-list-wrapper li .vertical-center-align {
    width: 215px;
    padding-right: 10px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .womens_support_dec.tier .category-index .item-list-wrapper li .vertical-center-align {
    width: calc(100% - 60px);
  }
}
.womens_support_dec.tier .category-index .item-list-wrapper li .text-for-link {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .womens_support_dec.tier .category-index .item-list-wrapper li img {
    width: 85px;
    height: 85px;
  }
}
@media screen and (max-width: 768px) {
  .womens_support_dec.tier .category-index .item-list-wrapper li img {
    width: 60px;
    height: 60px;
  }
}

/*インターネット仮申込みページ（/loan/application/）*/
.loan-application .block-link-wrapper.internet-application {
  position: relative;
}
.loan-application .block-link-wrapper.internet-application::after {
  content: '';
  width: 24px;
  height: 24px;
  background-color: #eef9fd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  margin: auto;
}
.loan-application .block-link-wrapper.internet-application .block-link {
  width: 100%;
  height: 130px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .loan-application .block-link-wrapper.internet-application .block-link {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-color: #fff;
    padding: 30px 11px 11px;
  }
}
.loan-application .block-link-wrapper.internet-application .block-link::before {
  content: none;
}
.loan-application .block-link-wrapper.internet-application .block-link::after {
  width: 10px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .loan-application .block-link-wrapper.internet-application .block-link::after {
    content: '';
    width: 8px;
    height: 14px;
    border-right: 2px solid #59c3ea;
    border-bottom: 2px solid #59c3ea;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px;
    left: 0;
    right: 0;
    bottom: auto;
    position: absolute;
  }
}
.loan-application .block-link-wrapper.internet-application .text-before-link {
  line-height: 1.4;
}
.loan-application .block-link-wrapper.internet-application .text-for-link {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .loan-application .block-link-wrapper.internet-application .text-for-link {
    padding-left: 0;
  }
}

.loan-application .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 10px;
}
.loan-application .tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}
.loan-application .tab li.current {
  background-color: #1f67cc;
  color: #fff;
  border-right: none;
}
.loan-application .tab li.current .block-link {
  background-color: #1f67cc;
}
.loan-application .tab li.current .block-link::before {
  border-color: #fff;
}
.loan-application .tab li.current .block-link::after {
  border-color: #fff;
}
.loan-application .tab li.current .block-link .text-for-link {
  color: #fff;
}
.loan-application .tab li:nth-child(1) .block-link,
.loan-application .tab li:nth-child(2) .block-link {
  border-right: 0;
}

.loan-application section.hidden {
  display: none;
}

/*NPOパートナーシップ制度*/
.npo_partnership .sdgs_images {
  text-align: center;
}
.npo_partnership .sdgs_images img {
  width: 100px;
  height: 100px;
  margin-right: 5px;
}

@media print {
  .page-content .grid {
    position: relative;
    display: block;
    border-color: transparent !important;
    overflow: hidden;
  }
  .page-content .grid > .col,
  .page-content .grid > .cel {
    position: relative;
    float: left;
    display: block;
    border-color: transparent !important;
  }
  .page-content .grid.col_2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .page-content .grid.col_3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .page-content .grid._pc_col_2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .page-content .grid._pc_col_3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .page-content .grid._pc_col_4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .page-content .grid._pc_cel_2 > .cel:nth-child(2n+1) {
    clear: both;
  }
  .page-content .grid._pc_cel_3 > .cel:nth-child(3n+1) {
    clear: both;
  }
  .page-content .block-link.print_h230 {
    height: 230px;
  }
  .page-content .page-break-before {
    page-break-before: always;
  }
}

@media print {
  .icon-before-link,
  .wysiwyg a {
    background-image: url('../images/print/link-icon_arrow-grayblue.png');
  }
  .icon-before-link[target='_blank'],
  .wysiwyg a[target='_blank'] {
    background-image: url('../images/print/link-icon_blank.png');
  }
  .icon-before-link[href$='.pdf'],
  .wysiwyg a[href$='.pdf'] {
    background-image: url('../images/print/link-icon_pdf.png');
  }
  .icon-before-link[href$='.doc'],
  .wysiwyg a[href$='.doc'] {
    background-image: url('../images/print/link-icon_word.png');
  }
  .icon-before-link.internal {
    background-image: url('../images/print/link-icon_arrow-grayblue-down.png');
  }
  .icon-before-link.heading {
    background-image: url('../images/print/link-icon_heading.png');
  }
  .icon-before-link.heading[target='_blank'] {
    background-image: url('../images/print/link-icon_blank.png');
  }
  .icon-before-link.heading[href$='.pdf'] {
    background-image: url('../images/print/link-icon_pdf.png');
  }
  .icon.phone {
    background-image: url('../images/print/icon_phone.png');
  }
  .icon.phone-legacy {
    background-image: url('../images/print/icon_phone-legacy.png');
  }
  .icon.tollfree {
    background-image: url('../images/print/icon_tollfree.png');
  }
  .icon.email {
    background-image: url('../images/print/icon_email.png');
  }
  .icon.internet {
    background-image: url('../images/print/icon_internet.png');
  }
  .icon.blank-l {
    background-image: url('../images/print/link-icon_blank-l.png');
  }
  .em-block-link {
    background-image: url('../images/print/link-icon_arrow-grayblue.png');
  }
  .contact-info .contact-number {
    background-image: url('../images/print/icon_phone.png');
  }
  .contact-info .contact-number.tollfree {
    background-image: url('../images/print/icon_tollfree.png');
  }
  .selective-nav a {
    background-image: url('../images/print/link-icon_arrow-grayblue.png');
  }
  .pagination .page-numbers.prev {
    background-image: url(../images/print/link-icon_arrow-blue-left.png);
  }
  .pagination .page-numbers.next {
    background-image: url(../images/print/link-icon_arrow-blue.png);
  }
  .toolmenu-list > li.search .icon-area {
    background-image: url('../images/print/icon_search.png');
  }
  .sp-search .submit-search {
    background-image: url('../images/print/icon_search-white.png');
  }
  .breadcrumbs .breadcrumbs-item {
    background-image: url('../images/print/link-icon_arrow-white.png');
  }
  .side-content .selective-nav dt a {
    background-image: url('../images/print/link-icon_arrow-white.png');
  }
  .side-content .common-nav .btn a {
    background-image: url('../images/print/link-icon_arrow-grayblue.png');
  }
  .side-content .common-nav .btn.colored a {
    background-image: url('../images/print/link-icon_arrow-white.png');
  }
  .side-content .common-nav .text a {
    background-image: url('../images/print/link-icon_arrow-grayblue.png');
  }
  .pagetop {
    background-image: url('../images/print/link-icon_arrow-white-up.png');
  }
  a.pagetop-float-area::before {
    background-image: url(../images/print/link-icon_arrow-white-up.png);
  }
  .footer-content.pc a {
    background-image: url('../images/print/link-icon_arrow-grayblue.png');
  }
  .footer-content.sp a {
    background-image: url('../images/print/link-icon_arrow-grayblue.png');
  }
  .field-content .wysiwyg h3 a,
  .field-content .wysiwyg h4 a {
    background-image: url('../images/print/link-icon_heading.png');
  }
  .field-content .wysiwyg h3 a[target='_blank'],
  .field-content .wysiwyg h4 a[target='_blank'] {
    background-image: url('../images/print/link-icon_blank.png');
  }
  .field-content .wysiwyg h3 a[href$='.pdf'],
  .field-content .wysiwyg h4 a[href$='.pdf'] {
    background-image: url('../images/print/link-icon_pdf.png');
  }
  .field-content .wysiwyg h3 a[href$='.doc'],
  .field-content .wysiwyg h4 a[href$='.doc'] {
    background-image: url('../images/print/link-icon_word.png');
  }
  .page-content a.icon-after-link::after {
    background-image: url(../images/print/link-icon_arrow-grayblue.png);
  }
  .page-content .btn.colored a {
    background-image: url('../images/print/link-icon_arrow-white.png');
  }
  body.contact .main-content input[type=checkbox].cmn + .label {
    background-image: url(/assets/images/print/icon_checkbox.png);
  }
  body.contact .main-content input[type=checkbox].cmn:checked + .label {
    background-image: url(/assets/images/print/icon_checkbox-active.png);
  }
  body.contact .main-content input[type=radio].cmn + .label {
    background-image: url(/assets/images/print/icon_radio.png);
  }
  body.contact .main-content input[type=radio].cmn:checked + .label {
    background-image: url(/assets/images/print/icon_radio-active.png);
  }
  body.contact .main-content button.submit-contact::after {
    background-image: url(/assets/images/print/link-icon_arrow-white.png);
  }
  body.contact .main-content button.return-contact::before {
    background-image: url(/assets/images/print/link-icon_arrow-grayblue.png);
  }
}

/* ご相談の予約ページ */

@media screen and (max-width: 768px) {
  .wrapper.consul .main-image {
    background-position: 95%;  
  }
}

.wrapper.consul .link-list  li::before {
  content: '';
}

.wrapper.consul .link-list a {
  display: inline-block;
  background: url(../images/link-icon_arrow-grayblue.svg) no-repeat left top 0.5em;
  background-size: 6px 12px;
  padding-left: 16px;
  text-indent: 0;
}

.page-content ul.annotation.u-mg0 {
  margin: 0;
}

.reserve-banner {
  margin: 5em 0;
}

.reserve-banner a {
  background: none; 
  padding-left: 0px;
}

.wrapper.consul .consul-table {
  width: 820px;
  overflow: hidden;
}
.wrapper.consul .consul-table tr th,
.wrapper.consul .consul-table tr td {
  text-align: center;
}

.wrapper.consul .consul-table .left-align {
  text-align: left;
}

.wrapper.consul .consul-table tr td:nth-child(1) {
  width: 40%;
}

.wrapper.consul .consul-table tr td:nth-child(2),
.wrapper.consul .consul-table tr td:nth-child(3) {
  width: 15%;
}

.wrapper.consul .block-link-wrapper.contact-bottom {
  padding-top: 0;
}

.wrapper.consul.online .consul-table tr td {
  width: unset;
}

.online .font-l {
  font-size: 20px;
}

.online .fwb {
  font-weight: bold;
}

.online .fwn {
  font-weight: normal;
}

.online .font-blue {
  color: #1F67CC;
}

.online .bg-gray {
  background-color: #F2F2F2;
  padding: 20px;
}

.online .bg-blue {
  background-color: #EEF9FD;
}

.online .bg-white {
  background-color: #fff;
}

.online .heading {
  font-size: 20px;
  font-weight: bold;
  margin-right: 1em;
}

.online .attention {
  font-size: 14px;
  font-weight: bold;
}

.online .border-right {
  border-right: 2px solid #fff;
}

.online .border-bottom {
  border-bottom: 2px solid #EEF9FD;
}

.online .text-underline {
  text-decoration: underline;
}

.online .list-style-none {
  list-style: none;
  padding-left: 0;
} 

.online-order {
  counter-increment: number;
  margin-bottom: 57px;
  position: relative;
}
.order-heading {
  position: relative;
  padding-left: 40px;
}

.order-heading::before {
  content: counter(number);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1F67CC;
  position: absolute;
  text-align: center;
  color: #fff;
  top: 2.5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 2px;
}

.online-order::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: translateY(100%);
  width: 30px;
  height: 36px;
  background-image: url(/assets/images/consul/icon_arrow.svg);
  background-repeat: no-repeat;
}

.online-order:last-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #4A546F;
}

.online-order:last-child::after {
  display: none;
}

.online-flex {
  display: flex;
}

.order-item {
  width: 50%;
  padding: 10px 20px;
}

.device-top {
  display: flex;
  align-items: center;
}

.device-body {
  display: flex;
}

.device-item {
  width: 50%;
}

.device-icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.device-icon.mobile {
  background-image: url(/assets/images/consul/icon_mobile.svg);
}

.device-icon.pc {
  background-image: url(/assets/images/consul/icon_pc.svg);
}

.device-head {
  display: flex;
  align-items: center;
}

.device-download {
  display: flex;
}

.download-item {
  width: 50%;
}

.download-qr {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
}

.device-badge {
  padding: 5px 10px 7px;
  background-color: #1F67CC;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
}

.order-item .bg-white {
  position: relative;
}

.google .download-qr {
  background-image: url(/assets/images/consul/qrcode_G.png);
}

.apple  .download-qr {
  background-image: url(/assets/images/consul/qrcode_A.png);
}

.download-badge {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.google .download-badge {
  width: 160px;
  height: 48px;
  background-image: url(/assets/images/consul/badge_G.png);
}

.apple  .download-badge {
  width: 130px;
  height: 48px;
  background-image: url(/assets/images/consul/badge_A.png);
}

@media screen and (max-width: 768px) {
  .online .attention {
    font-size: 12px;
    display: block;
  }

  .device-body {
    display: block;
  }

  .device-item {
    width: 100%;
  }

  .device-item:first-child {
    margin-bottom: 10px;
  }

  .online .bg-gray {
    padding: 20px 10px;
  }

  .device-kind {
    font-size: 16px;
  }

  .online-order {
    margin-bottom: 49px;
  }

  .online-order::after {
    bottom: -5px;
  }

  .online-flex {
    display: block;
  }

  .order-item {
    width: 100%;

  }

  .order-item:first-child {
    padding: 10px 10px 25px;
  }

  .order-item:last-child {
    margin-top: 20px;
    padding: 10px;
  }

  .online .border-right {
    border-right: none;
  }

  .device-download {
    display: block;
  }

  .download-item {
    width: 100%;
  }

  .download-item:first-child {
    margin-bottom: 20px;
  }

  .download-qr {
    width: 180px;
    height: 180px;
  }

  .google .download-badge {
    width: 226px;
    height: 68px;
  }

  .apple .download-badge {
    width: 184px;
    height: 68px;
  }

  .online-order:last-child {
    margin-bottom: 20px;
  }
}

/*---------------------------------
  公式SNS フローティング
  ---------------------------------*/
.sns-float-area {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}

.sns-float-area.show {
  opacity: 1;
  pointer-events: auto;
}

.sns-button {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 180px;
  height: 60px;
  border-radius: 5px;
  border: 0;
  padding: 0 34px 0 10px;
  margin: 0;

  background: #1F67CC;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  cursor: pointer;

  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;

  z-index: 10;
}

.sns-button.show {
  opacity: 1;
  pointer-events: auto;
}

.sns-button-text {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;

  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1;

  text-align: center;
}

.sns-button-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto 0;

  display: block;
  width: 32px;
  height: 32px;
  background: url('../images/icon_sns-close.svg') no-repeat center center;
  background-size: 24px 24px;
}

@media screen and (max-width: 768px) {
  .sns-button {
    width: 150px;
    height: 50px;
    left: 8px;
    bottom: 5px;
    padding: 0 32px 0 12px;
  }

  .sns-button-text {
    font-size: 1.4rem;
  }

  .sns-button-close {
    right: 10px;
    width: 24px;
    height: 24px;
    background: url('../images/icon_sns-close.svg') no-repeat center center;
    background-size: 20px 20px;
  }
}

.sns-dialog {
  position: fixed;
  left: 10px;
  bottom: 10px;
  border-radius: 5px;

  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;

  z-index: 10;
}

.sns-dialog.show {
  opacity: 1;
  pointer-events: auto;
}

.sns-dialog-header {
  position: relative;
  padding: 14px 34px;
  border-radius: 5px 5px 0 0;

  background: #1F67CC;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sns-dialog-header-text {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;

  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1;

  text-align: center;
}

.sns-dialog-header-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto 0;

  display: block;
  width: 32px;
  height: 32px;
  background: url('../images/icon_sns-dialog-close.svg') no-repeat center center;
  background-size: 24px 24px;
  
  cursor: pointer;
}

.sns-dialog-body {
  padding: 15px 30px;
  border: 1px solid #CCC;
  border-radius: 0 0 5px 5px;
  background: #FFF;
  text-align: center;
}

.sns-dialog-body-icons {
  margin: 30px 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns-icon {
  display: block;
  width: 60px;
  height: 60px;
}

.sns-icon.icon-x {
  background: url('../images/icon_sns-x.svg') no-repeat center center;
  background-size: 60px 60px;
}

.sns-icon.icon-facebook {
  background: url('../images/icon_sns-facebook.svg') no-repeat center center;
  background-size: 60px 60px;
}

.sns-icon.icon-youtube {
  background: url('../images/icon_sns-youtube.svg') no-repeat center center;
  background-size: 60px 60px;
}

.sns-icon + .sns-icon {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .sns-dialog {
    left: 8px;
    bottom: 5px;
    max-width: calc(100% - 67px);
  }

  .sns-dialog-header-text {
    font-size: 1.4rem;
  }

  .sns-dialog-header-close {
    right: 10px;
    width: 24px;
    height: 24px;
    background: url('../images/icon_sns-dialog-close.svg') no-repeat center center;
    background-size: 20px 20px;
  }

  .sns-dialog-body {
    padding: 12px 10px;
  }

  .sns-dialog-body-icons {
    margin: 20px 0;
  }

  .sns-icon {
    display: block;
    width: 40px;
    height: 40px;
  }

  .sns-icon.icon-x {
    background: url('../images/icon_sns-x.svg') no-repeat center center;
    background-size: 40px 40px;
  }
  
  .sns-icon.icon-facebook {
    background: url('../images/icon_sns-facebook.svg') no-repeat center center;
    background-size: 40px 40px;
  }
  
  .sns-icon.icon-youtube {
    background: url('../images/icon_sns-youtube.svg') no-repeat center center;
    background-size: 40px 40px;
  }

  .sns-icon + .sns-icon {
    margin-left: 40px;
  }
}

/*---------------------------------
  アコーディオン
  ---------------------------------*/
summary {
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

.accordion .section-head4 {
  display: flex;
  justify-content: space-between;
}

.accordion-icon {
  border: 1px solid #4A546F;
  border-radius: 50%;
  display: block;
  height: 28px;
  position: relative;
  width: 28px;
}

.accordion-icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 18px;
  background-color: #4A546F;
  translate: -50% -50%;
  transition: 0.3s;
  rotate: 90deg;
}

.accordion-icon::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 18px;
  background-color: #4A546F;
  translate: -50% -50%;
}

details[ open ] .accordion-icon::before {
  rotate: 0deg;
}

@media screen and (max-width: 768px) {
  .accordion-icon {
    height: 20px;
    width: 20px;
  }

  .accordion-icon::before {
    height: 2px;
    width: 12px;
  }

  .accordion-icon::after {
    height: 2px;
    width: 12px;
  }

  .page-content .accordion .table-vertical th, .page-content .accordion .table-vertical td {
    width: auto;
  }
}
/* sidethree */
.header {
  height: 89px;
}
@media only screen and (max-width : 769px){
  .header {
    height: 50px;
  }
}
.header-content {
  position: relative;
}
.bank-code {
  border: none;
  position: absolute;
  top: 35px;
  left: 70px;
}
.pc-menu li {
  position: relative;
  text-align: center;
  padding: 13px 0 13px;
  width: 142px;
  color: #4A546F;
  z-index: 100;
}
.pc-menu li:hover {
  background: #fff;
  color: #2269CC;
}
.megamenu-list li.current {
  color: #fff;
  background-color: #1f67cc;
}
.pc-menu li.pc-ganv-sub {
  background: #F2F2F2;
  font-size: 14px;
  padding: 12px 0 11px;
}
.pc-menu li.pc-ganv-sub#tenpo {
  border-right: 1px solid #F7F7F7;
}
.pc-menu li.pc-ganv-sub p.pc-ganv-sub-link {
  padding: 0;
  line-height: 110%;
  color: #1F67CC;
}
.pc-menu li.pc-ganv-sub:hover p.pc-ganv-sub-link {
  color: #4A546F;
}
.pc-menu li p.mega-sub-menu {
  background: #429EDE;
  color: #fff;
  text-align: center;
  font-size: 14px;
  position: absolute;
  width: 100%;
  top: -35px;
  left: 0;
  padding: 6px 0 5px;
  line-height: 172%;
  z-index: 200;
  border-right: 1px solid #8EC5EB;
}
.pc-menu li p.mega-sub-menu a {
  text-decoration: none;
  color: #fff;
}
.pc-menu li p.mega-sub-menu:hover {
  background: #3B8EC8;
}
.pc-menu li.pc-ganv-sub.current {
  background: #4A546F;
}
.pc-menu li.pc-ganv-sub.current p.pc-ganv-sub-link {
  color: #fff;
}
.pc-menu li.pc-ganv-sub p.mega-sub-menu {
  background: #1F67CC;
}
.pc-menu li.pc-ganv-sub span {
  display: block;
  font-size: 12px;
}
.pc-menu li.pc-ganv-sub .mega-sub-menu img {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  left: 4px;
}
.megamenu-list li::before,.megamenu-list li::after {
  display: none;
}
.megamenu-content-02 dd .menu-list-01 li.pc-megamenu-banking-txt  a span {
  font-size: 14px;
}
.megamenu-content-02 dd .menu-list-01 li.pc-megamenu-banking-txt  a span span {
  font-size: 18px;
}
dl.megamenu-content-02.megamenu-content-02-type3col dd .menu-list-01 > li {
  width: 32.7%;
}
@media only screen and (min-width : 769px){
  .breadcrumbs {
    margin-top: 89px;
  }
}
@media only screen and (max-width : 769px){
  .sp-menu-content-01 {
    background: #429EDE;
    padding: 21px 11px;
  }
  .home_nav_content__inner .sp-menu-content-01 {
    padding: 10px 10px 40px;
  }
  .sp-menu-content-01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp-menu-content-01 li {
    width: calc(50% - 3.5px);
    margin-bottom: 7px;
  }
  .sp-menu-content-01 li:nth-child(2n) {
    margin-right: 0;
    margin-left: 7px;
  }
  .sp-menu-content-01 li:nth-child(9),
  .sp-menu-content-01 li:nth-child(10) {
    margin-bottom: 0;
  }
  .sp-menu-content-01 li a {
    background: #fff;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    color: #4A546F;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-menu-content-01 li a .sp-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-menu-content-01 li a .sp-menu-btn span {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .sp-menu-content-01 li a .sp-menu-btn img {
    max-width: none;
  }
  .sp-menu-content-01 li a .sp-menu-btn p {
    line-height: 21px;
    width: 105px;
    margin-bottom: 0;
  }
  .sp-menu-content-01 li a .sp-menu-btn p span {
    line-height: 21px;
    font-size: 12px;
  }
  p.look-all {
    padding: 20px 0 20px;
  }
  p.look-all a {
    border: 1px solid #E5E5E5;
    padding: 11px 14px 11px 20px;
    display: block;
    width: 80%;
    margin: auto;
    color: #4A546F;
    text-decoration: none;
    font-size: 14px;
    background-image: url(../images/link-icon_arrow-grayblue.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 5px;
    text-align: center;
  }
  ul.menu-list-01.menu-list-01-last-none li:last-child {
    border-bottom: none!important;
  }
}
.gnav-search {
  position: absolute;
  right: 20px;
  top: 0;
  width: 142px;
  background: #1f67cc;
  padding: 0;
  line-height: 156%;
}
.gnav-search li.search {
  color: #fff;
  font-size: 14px;
  padding: 0;
  margin: 0;
  height: auto;
}
.gnav-search > li.search .icon-area {
  background-color: #1e67cc;
  background-image: none;
  width: auto;
  height: auto;
  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;
}
.gnav-search > li.search .icon-area::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_search-white.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 4px;
}
.gnav-search li.search .icon-area.clickable {
  padding: 5px 0;
}
.gnav-search li.search .icon-area.clickable:hover {
  opacity: 1;
  background-color: #1A58AE;
}
.pc-menu li.pc-ganv-sub p.mega-sub-menu:hover {
  background: #1958AE;
}