@charset "UTF-8";

  ul.horizontal li {
    margin-right: 25px;
  }

  .textarea-container {
    margin: 0.5em 20px;
  }

  .textarea-container textarea {
    resize: none;
    margin: 0 auto;
    width: 98%;
    height: 6em;
  }

  .button-container {
    margin: auto;
    text-align: center;
  }

  .error {
    color: #F00;
    /*display: none;*/
    padding: 0.5em 20px;
    background-color: #ffe5e5;
  }

  #error-section {
  }
  #error-section ul {
    margin: 0.5em 20px;
  }
  #error-section ul li {
    line-height: 1.6;
    color: #F00;
  }

.layout-canvas-g > .section {
  margin: 0;
}

/*************************************************/
body { max-width: none; max-width: initial; max-width: auto; background-color: transparent; }

/*================================================================
  1-base
  2-elements
  3-layout
  4-modules
================================================================*/
/*================================================================

  1-base

================================================================*/
/*--------------------------------------
  reset
---------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto");
body {
  color: #333333;
  font: 400 14px 'Hiragino Kaku Gothic ProN', 'HiraKakuPro', Roboto, 'Yu Gothic', YuGothic, メイリオ, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

body.en {
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  line-height: 1.3;
}

header, footer, nav, section, article, figure, aside {
  display: block;
}

html, body, div, h1, h2, h3, h4, h5, h6,
header, article, section, footer,
blockquote, pre, address, ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset, input, img, a, span, button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (-ms-high-contrast: none) {
  body {
    font: 400 14px 'Hiragino Kaku Gothic ProN', 'HiraKakuPro', Roboto, メイリオ, sans-serif;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font: 400 14px 'Hiragino Kaku Gothic ProN', 'HiraKakuPro', Roboto, メイリオ, sans-serif;
  }
}

/*--------------------------------------
  structure
---------------------------------------*/
html {
  height: 100%;
}

body {
  text-align: center;
  overflow-x: hidden;
  min-width: 320px;
}


div, header, article, section, nav, footer {
  text-align: left;
}

/*--------------------------------------
  text
---------------------------------------*/
p,
pre,
blockquote,
address,
cite {
  margin: 0;
  line-height: 1.6;
}

sup {
  vertical-align: text-top;
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
      -ms-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

address {
  font-style: normal;
}

pre {
  background: #fafafa;
  border: 1px solid #dddddd;
  padding: 20px;
  display: block;
  word-wrap: break-word;
}

pre[title]:before {
  background: #f0f0f0;
  border-bottom: 3px solid #dddddd;
  margin: -20px -20px 1em;
  padding: 0.4em 20px;
  display: block;
  content: attr(title);
}

pre * {
  word-break: break-word;
}

blockquote {
  position: relative;
  margin: 20px 0 0;
  padding: 25px 50px;
  background: #f0f0f0;
  word-wrap: break-word;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote * {
  word-break: break-word;
}

em {
  color: #004831;
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  blockquote {
    position: relative;
    margin: 20px -9% 0;
    padding: 30px 8%;
  }
  blockquote:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-top: -10px;
    margin-left: -5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f0f0f0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
}

/*--------------------------------------
  hypertext
---------------------------------------*/
a i[class^="icon_"], a img, a svg, a video {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a,
a::before,
a::after {
  color: #004831;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration-skip-ink: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a:visited,
a::before:visited,
a::after:visited {
  color: #004831;
}

a:hover,
a::before:hover,
a::after:hover {
  color: #004831;
}

a:active,
a::before:active,
a::after:active {
  color: #004831;
}

a:hover,
a:hover:before,
a:hover:after,
.nav_flat span:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.hdg__site-title a:hover,
.global_nav .global_nav-menu dt a:hover,
.global_nav .global_nav-menu dt a:hover:before,
.global_nav .global_nav-menu dt a:hover:after {
  opacity: 1 !important;
}

#main a img,
#footer a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#main a:hover img,
#footer a:hover img {
  opacity: 0.8;
}

/*--------------------------------------
  list
---------------------------------------*/
ul {
  list-style: none;
}

ul li {
  list-style: none;
}

dd {
  margin-left: 1em;
}

/*--------------------------------------
  edit
---------------------------------------*/
del {
  opacity: 0.8;
  text-decoration: line-through;
}

del[datetime]:before {
  content: " ( " attr(datetime) "削除) ";
}

ins {
  border-bottom: 1px dotted #444;
  text-decoration: none;
}

ins[datetime]::after {
  display: inline;
  content: "(" attr(datetime) ")";
}

/*--------------------------------------
  forms
---------------------------------------*/
form {
  margin: 1em 0px;
  padding: 1px 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  color: #000;
  background-color: #fff;
  margin: 0 1em;
  padding: 0 10px;
}

label {
  cursor: default;
}

input.inputField {
  width: auto;
}

/*--------------------------------------
  tables
---------------------------------------*/
table {
  border-collapse: collapse;
}

caption {
  color: #004831;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 0;
  text-align: left;
}

/*--------------------------------------
  image
---------------------------------------*/
img {
  border: 0;
  line-height: 0;
  position: relative;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img.img_A {
  border: 5px solid #dddddd;
}

/*--------------------------------------
  object
---------------------------------------*/
/*--------------------------------------
  other
---------------------------------------*/
hr {
  border-top: solid 1px #d0d0d0;
  border-right: none 0px #cccccc;
  border-left: none 0px #cccccc;
  border-bottom: none 0px #cccccc;
  height: 1px;
  margin: 0 0 80px 0;
}

/*================================================================

  2-elements

================================================================*/
/*--------------------------------------
  float
---------------------------------------*/
.img_L {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
  float: left;
}

.img_R {
  margin-left: 1em !important;
  margin-bottom: 1em !important;
  float: right;
}

.txt_L {
  margin-right: 1em !important;
  margin-top: 1em !important;
  float: left;
}

.txt_R {
  margin-left: 1em !important;
  margin-top: 1em !important;
  float: right;
}

.float_L {
  float: left;
}

.float_R {
  float: right;
}

.clear {
  clear: both;
}

/*--------------------------------------
  clearFix
---------------------------------------*/
.clearFix::after,
.container::after,
#header::after,
.main-content::after,
.main-utilities::after,
#footer::after,
#main::after {
  height: 0;
  visibility: hidden;
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------
  fonts setting
---------------------------------------*/
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.flex-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.right {
  text-align: right !important;
}

.weak {
  font-weight: lighter;
}

.normal {
  font-weight: normal;
}

.strong {
  font-weight: bold;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.notes {
  color: #4b4b4b;
  list-style: none;
  word-break: break-word;
}

.red {
  color: #BB1F1F;
}

.color_main {
  color: #004831;
}

.inner p {
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .inner p {
    margin-bottom: 10px;
  }
}

.italic {
  font-style: italic !important;
}

.txt-highest {
  color: #004831;
  font-weight: bold;
  font-size: 18px;
}

.txt-higher {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}

.txt-emphasis {
  font-weight: bold;
}

.txt-border {
  color: #004831;
  border-bottom: 1px dashed #004831;
}

.txt-nowrap {
  white-space: nowrap;
}

.txt-balloon {
  position: relative;
  margin: 22px 0 22px;
  padding: 25px 36px;
  background: #f0f0f0;
  word-wrap: break-word;
}

.txt-balloon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #f0f0f0;
  -webkit-transform: translate(-50%, -70%) rotateZ(-90deg);
      -ms-transform: translate(-50%, -70%) rotate(-90deg);
          transform: translate(-50%, -70%) rotateZ(-90deg);
}

.txt-balloon > *:last-child {
  margin-bottom: 0 !important;
}

.txt-mistake {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
}

.txt-mistake::before {
  content: "";
  background: url("../images/icon_batu_c4.svg") center center/contain no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 18px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media all and (-ms-high-contrast: none) {
  .txt-mistake::before {
    -webkit-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    background-size: 75%;
  }
}

@media screen and (max-width: 767px) {
  .txt-highest {
    font-size: 17px;
  }
  .txt-higher {
    font-size: 17px;
  }
  .txt-balloon {
    padding: 26px;
  }
  .txt-balloon::before {
    -webkit-transform: translate(-50%, -28%) rotateZ(-90deg);
        -ms-transform: translate(-50%, -28%) rotate(-90deg);
            transform: translate(-50%, -28%) rotateZ(-90deg);
  }
}

/*--------------------------------------
  hdg design
  h1,h2,h3,h4,h5,h6
---------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 15px;
  font-weight: normal;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

.hdg {
  padding: 0;
  margin-bottom: 6px;
}

.hdg img {
  margin-right: 8px;
}

.hdg-index {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hdg-content {
  font-size: 24px;
  font-weight: bold;
  padding: 1px 0 1px 16px;
  border-left: 8px solid #004831;
  margin-bottom: 30px;
}

.hdg-notice {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.hdg-badge {
  background-color: #394e73;
  color: #ffffff;
  position: relative;
  display: inline-block;
  float: right;
  min-width: 72px;
  padding: 4px 8px 5px;
  margin-left: 24px;
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.hdg-badge.badge-attention {
  background: #8b577c;
}

.hdg-badge.hdg-badge-front {
  margin: 0;
  float: none;
}

.hdg-index .hdg-badge {
  margin-top: 10px;
}

.hdg-content .hdg-badge {
  margin-top: 6px;
}

.hdg_A .hdg-badge {
  margin-top: 2px;
}

.hdg-badge_A {
  background-color: #004831;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 4px 8px;
  margin-top: 1px;
  margin-bottom: 8px;
  margin-left: 24px;
  min-width: 72px;
}

.hdg-badge_main {
  border-left: 0;
  padding-left: 0;
}

.hdg-badge_main .badge__main {
  margin-top: -3px;
  margin-bottom: 0;
  margin-right: 8px;
  padding: 4px 10px;
  min-width: 68px;
  line-height: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  font-size: 12px;
  vertical-align: middle;
}

.hdg-content.hdg-badge_main .badge__main {
  margin-top: -4px;
}

.hdg_C.hdg-badge_main .badge__main {
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .hdg-badge_main {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
  .hdg-badge_main .badge__main {
    margin-bottom: 0;
    margin-right: 12px;
    padding: 5px 12px 4px;
    min-width: 65px;
    font-size: 11px;
  }
}

.hdg__accordion {
  width: 100%;
  background: #ffffff;
  color: #004831;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  font-family: inherit;
  padding: 16px 50px 16px 0;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.hdg__accordion--open,
.hdg__accordion--close {
  cursor: pointer;
}

.hdg__accordion--open::before,
.hdg__accordion--open::after,
.hdg__accordion--close::before,
.hdg__accordion--close::after {
  content: "";
  display: block;
  position: absolute;
  background: #004831;
}

.hdg__accordion--open::before,
.hdg__accordion--close::before {
  width: 18px;
  height: 2px;
  top: 50%;
  right: 3px;
  margin-top: -1px;
}

.hdg__accordion--close::after {
  width: 2px;
  height: 18px;
  top: 50%;
  right: 11px;
  margin-top: -9px;
}

.accordion_box + .hdg__accordion {
  margin-top: -1px;
}

.accordion_menu {
  display: none;
}

@media screen and (max-width: 1199px) {
  .hdg__accordion {
    padding: 20px 50px 20px 8%;
    outline: none;
  }
  .hdg__accordion--open::before,
  .hdg__accordion--close::before {
    right: 15px;
  }
  .hdg__accordion--close::after {
    right: 23px;
  }
}

.hdg__accordion.hdg__accordion--close {
  border-bottom: 1px solid #d0d0d0;
}

.hdg__accordion.hdg__accordion--rowbtn {
  display: none;
}

@media screen and (max-width: 1199px) {
  .hdg__accordion.hdg__accordion--rowbtn {
    display: inherit;
  }
}

@media screen and (max-width: 767px) {
  .hdg__accordion.hdg__accordion--rowbtn {
    padding-left: 4%;
  }
  .signboard .hdg__accordion.hdg__accordion--rowbtn {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.accordion_box.hdg__accordion--rowbox {
  padding: 0;
  border: 0;
}

.accordion_box.hdg__accordion--rowbox .row {
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .accordion_box.hdg__accordion--rowbox {
    padding: 0;
    border: 0;
  }
  .accordion_box.hdg__accordion--rowbox .linkList_B {
    border: 0;
  }
  .accordion_box.hdg__accordion--rowbox .linkList_B li a {
    padding: 10px 0;
    border: 0;
    text-decoration: none;
    color: #333333;
  }
  .accordion_box.hdg__accordion--rowbox .linkList_B li a::before {
    display: none;
  }
  .accordion_box.hdg__accordion--rowbox .row {
    padding: 15px 8%;
    margin: auto 0;
    background-color: #f0f0f0;
  }
  .accordion_box.hdg__accordion--rowbox .row [class^="col_lg_"] {
    padding: 0;
  }
  .accordion_box.hdg__accordion--rowbox .row [class^="col_lg_"]:last-child .linkList_B {
    margin-bottom: 0;
  }
}

.hdg_A {
  font-size: 15px;
  border-left: 8px solid #004831;
  padding-left: 8px;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
}

.hdg_B {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 11px;
}

.hdg_B__border {
  padding-bottom: 8px;
  margin-bottom: 10px !important;
  font-size: 18px;
  border-bottom: 1px solid #004831;
}

.hdg_B__border + p strong {
  color: #333333;
}

.hdg_B.hdg_icon-notice {
  font-size: 18px;
}

.hdg_B.hdg_icon-notice [class^="icon_"] {
  margin-top: 2px;
}

.en .hdg-badge {
  margin-top: -2px;
}

.en .hdg_B.hdg_icon-notice [class^="icon_"] {
  margin-top: -2px;
}

.en p.hdg_B.hdg_icon-notice [class^="icon_"] {
  margin-top: 0;
}

.en .hdg_C.hdg_icon-notice [class^="icon_"] {
  margin-top: -2px;
}

.en p.hdg_C.hdg_icon-notice [class^="icon_"] {
  margin-top: 0;
}

.hdg_icon-img .hdg_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hdg_icon-img .hdg_txt::after {
  content: " ";
  display: block;
  clear: both;
}

.hdg_icon-img [class^="icon_img"] {
  float: left;
}

.hdg_icon-img .icon_img-24 {
  height: 24px;
  margin-right: 8px;
}

.hdg_icon-img .icon_img-24 + .hdg_txt {
  min-height: 24px;
}

.hdg_icon-img .icon_img-40 {
  height: 40px;
  margin-right: 16px;
}

.hdg_icon-img .icon_img-40 + .hdg_txt {
  min-height: 40px;
}

.hdg_icon-img.hdg_B {
  margin-bottom: 20px;
}

.hdg_icon-img.hdg_B .icon_img-40 .hdg_txt span {
  margin: -4px 0;
}

@media screen and (max-width: 767px) {
  .hdg_icon-img.hdg_B {
    margin-bottom: 15px;
  }
}

.hdg_icon-img.hdg_C {
  margin-bottom: 10px;
}

.hdg_icon-img.hdg_C .icon_img-40 .hdg_txt span {
  margin: -2px 0;
}

@media screen and (max-width: 767px) {
  .hdg_icon-img.hdg_C {
    margin-bottom: 15px;
  }
}

.hdg_B.hdg_icon-notice {
  padding-left: 32px;
  margin-bottom: 12px;
  position: relative;
}

.hdg_B.hdg_icon-notice .icon_img {
  position: relative;
  width: 24px;
}

.hdg_B.hdg_icon-notice [class^="icon_"] {
  position: absolute;
  left: 0;
}

.hdg_C {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

p.hdg_C {
  margin-bottom: 5px;
}

.hdg_C.hdg_icon-notice {
  margin-bottom: 10px;
  padding: 1px 0 1px 32px;
  position: relative;
}

.hdg_C.hdg_icon-notice .icon_img {
  position: relative;
  width: 24px;
}

.hdg_C.hdg_icon-notice [class^="icon_"] {
  position: absolute;
  left: 0;
  margin-top: -1px;
}

.center + .hdg_C {
  margin-top: 16px;
}

.hdg_D {
  color: #d98827;
}

.hdg_D.hdg_icon-notice {
  margin-bottom: 10px;
}

.hdg_E {
  color: #74a2a5;
}

.hdg_F {
  margin-bottom: 20px;
}

.hdg_link.txt-highest {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 14px;
}

.hdg_link.txt-highest::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #004831;
  z-index: 1;
}

.hdg_link.txt-highest + .linkList_border {
  margin-top: -15px;
}

.hdg_link.txt-highest + .row.linkList_border {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .hdg_link.txt-highest + .row.linkList_border {
    margin-bottom: 50px;
  }
}

/*--------------------------------------
  @media screen
---------------------------------------*/
@media screen and (max-width: 1199px) {
  .hdg-content,
  .hdg_A,
  .hdg_B,
  .hdg_C,
  .hdg_D,
  .hdg_E,
  .hdg_F,
  .hdg_link {
    margin-left: 8%;
    margin-right: 8%;
  }
  .row .hdg-content,
  .row .hdg_A,
  .row .hdg_B,
  .row .hdg_C,
  .row .hdg_D,
  .row .hdg_E,
  .row .hdg_F,
  .row .hdg_link {
    margin-left: 0;
    margin-right: 0;
  }
  .inner .hdg-content,
  .inner .hdg_A,
  .inner .hdg_B,
  .inner .hdg_C,
  .inner .hdg_D,
  .inner .hdg_E,
  .inner .hdg_F,
  .inner .hdg_link {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hdg-index {
    font-size: 27px;
    margin-bottom: 12px;
  }
  .hdg-content {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 8%;
    margin-right: 8%;
    padding: 0 0 0 13px;
    border-left: 7px solid #004831;
  }
  .hdg_icon-notice.hdg-pinto {
    margin-bottom: 15px;
  }
  .hdg_icon-notice.hdg-scope {
    margin-bottom: 15px;
  }
  .hdg_B {
    margin-bottom: 7px;
  }
  .hdg_B.hdg_icon-notice {
    margin-bottom: 10px;
  }
  .hdg_C.hdg_icon-notice {
    margin-bottom: 10px;
  }
  .hdg-badge {
    font-size: 11px;
    line-height: 1;
    padding: 2.5px 8px;
    margin-top: 3px;
    margin-left: 15px;
    min-width: 50px;
  }
  .hdg-index .hdg-badge {
    margin-top: 8px;
  }
  .hdg-content .hdg-badge {
    margin-top: 5px;
  }
  .hdg_A .hdg-badge {
    margin-top: 3px;
  }
  .hdg_B .hdg-badge {
    margin-top: 5px;
  }
  .hdg_A {
    border-left: 7px solid #004831;
  }
  .hdg_A,
  .hdg_B,
  .hdg_C,
  .hdg_D,
  .hdg_E,
  .hdg_F,
  .hdg_link {
    margin-left: 8%;
    margin-right: 8%;
  }
  .inner .hdg_A,
  .inner .hdg_B,
  .inner .hdg_C,
  .inner .hdg_D,
  .inner .hdg_E,
  .inner .hdg_F,
  .inner .hdg_link,
  .main-section__bottom .hdg_A,
  .main-section__bottom .hdg_B,
  .main-section__bottom .hdg_C,
  .main-section__bottom .hdg_D,
  .main-section__bottom .hdg_E,
  .main-section__bottom .hdg_F,
  .main-section__bottom .hdg_link {
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------------------------
  link design
---------------------------------------*/
.icon-arrow {
  display: inline-block;
  position: relative;
}

.icon-arrow:after {
  content: url("../images/icon_arrow.svg");
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

p > .icon-arrow {
  font-weight: bold;
}

.icon-external {
  background: url("https://www.smbctb.co.jp/assets/images/icon_external.svg") center center no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 2px;
}

.link-primary,
.link-primary:hover {
  color: #c4d700;
}

.icon-arrow-primary,
.icon-arrow-primary:hover {
  color: #c4d700;
  display: inline-block;
  position: relative;
  padding-right: 1em;
}

.icon-arrow-primary:before,
.icon-arrow-primary:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #c4d700;
}

.continue {
  clear: both;
}

.continue a {
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  background: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.continue a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
}

.pager {
  text-align: center;
}

.pager li {
  display: inline;
  padding: 0 10px;
}

.pager li.newer {
  content: "<< ";
}

.pager li.older {
  content: " >>";
}

.linkList_A {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
}

.linkList_A li {
  position: relative;
}

.linkList_A li a {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 24px;
}

.linkList_A li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
}

.linkList_B {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-bottom: 1px dashed #d0d0d0;
}

.linkList_B li a {
  position: relative;
  display: table;
  width: 100%;
  padding: 16px 25px 16px 0;
  border-top: 1px dashed #d0d0d0;
  border-bottom: none;
}

.linkList_B li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
}

.linkList_B.arrow-down li a::before {
  -webkit-transform: translateX(-1px) rotate(90deg);
      -ms-transform: translateX(-1px) rotate(90deg);
          transform: translateX(-1px) rotate(90deg);
  border-left-width: 6px;
}

.hdg_B.hdg_B__border + .linkList_B {
  margin-bottom: 80px;
}

@media screen and (max-width: 1199px) {
  .hdg_B.hdg_B__border + .linkList_B {
    margin-bottom: 50px;
  }
}

.file_type li {
  position: relative;
}

.file_type li a {
  text-decoration: none;
}

.file_type li a::before {
  content: none;
}

.file_type li a span {
  display: table-cell;
}

.file_type li a .linkList-filename {
  text-decoration: underline;
  width: 100%;
}

.file_type li a:hover .linkList-filename {
  text-decoration: none;
}

.file_type li a .linkList-fileproperty {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 18px;
}

.file_type li a .linkList-fileicon {
  width: auto;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0%;
  margin-top: -9px;
}

.row [class^="col_lg_"] .hdg_B__border + .linkList_B {
  margin-top: -10px;
}

.row [class^="col_lg_"] .hdg_B__border + .linkList_B li:first-child a {
  border-top: none;
}

.linkList_faq .faq_title {
  text-decoration: underline;
}

.linkList_faq .faq_num {
  font-size: 12px;
  color: #4b4b4b;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}

.linkList_faq .faq_marker {
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #004831;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.linkList_faq .faq_marker span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.linkList_faq li a {
  color: #333333;
  padding-left: 32px;
  padding-right: 85px;
}

.linkList_faq li a:hover .faq_title {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .linkList_faq .faq_num {
    display: block;
    width: 100%;
    position: static;
    text-align: right;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .linkList_faq .faq_marker {
    font-size: 12px;
    width: 20px;
    height: 20px;
    top: 44px;
  }
  .linkList_faq li a {
    color: #333333;
    padding-left: 28px;
    padding-right: 20px;
    text-decoration: none;
  }
  .linkList_faq li a:hover .faq_title {
    text-decoration: none;
  }
}

.linkList_C {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #333;
}

.linkList_C li a {
  color: #ffffff;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 24px;
  background: #444444;
  border: 1px solid #333;
  border-bottom: none;
}

.linkList_C li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  border-top: 3px solid #004831;
  border-right: 3px solid #004831;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.linkList_C li a:hover {
  text-decoration: underline;
}

.linkList_A:first-child,
.linkList_B:first-child,
.linkList_C:first-child {
  margin-top: 0;
}

.link_header {
  text-decoration: none;
}

.link_header .icon-external {
  position: relative;
  top: -1px;
  margin-left: 8px;
  margin-right: 2px;
}

.link-tel {
  color: inherit;
  text-decoration: inherit;
}

/*--------------------------------------
  nav design
---------------------------------------*/
.global_nav {
  background: #ffffff;
  width: 1040px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1310px) {
  .global_nav {
    width: 100%;
    border-top: 1px solid #f0f0f0;
  }
}

.global_nav .global_nav-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border-right: 1px solid #f0f0f0;
}

.global_nav .global_nav-menu .global_nav-category {
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #f0f0f0;
  -webkit-box-shadow: 0 5.4px 5.4px -5.4px rgba(0, 0, 0, 0.1) inset, 0 5.4px 5.4px -5.4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5.4px 5.4px -5.4px rgba(0, 0, 0, 0.1) inset, 0 5.4px 5.4px -5.4px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: none;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box {
  width: 982px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .global_nav .global_nav-menu .global_nav-category .global_nav-category__box {
    width: 100%;
    padding: 0 8%;
  }
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .row [class^='col_x_'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .row [class^='col_x_'] > *:last-child {
  margin-bottom: 0;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .row [class^='col_x_'] .right {
  padding-top: 24px;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .row .right {
  margin-top: auto;
  width: 100%;
  font-size: 12px;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .row .right a {
  text-decoration: underline;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .row .right a:hover {
  text-decoration: none;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .row > .right {
  padding: 0 25px;
  margin-top: 24px;
}

@media screen and (max-width: 1199px) {
  .global_nav .global_nav-menu .global_nav-category .global_nav-category__box .row > .right {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .row > .right + .right {
  margin-top: 8px;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .hdg {
  line-height: 1.2;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .hdg + .hdg {
  margin-top: 25px;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .hdg a {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .hdg a span {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .hdg a span i {
  top: 0;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box a {
  vertical-align: middle;
  text-decoration: none;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .global_nav__list {
  margin-bottom: 25px;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .global_nav__list a {
  font-size: 13px;
  color: #333333;
  background:url(../images/icon_arrow_right_02.svg) center right no-repeat;
  background-size:8px 8px;
  padding-right:12px;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .linkList_B {
  margin: 0;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .linkList_B a {
  text-decoration: underline;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .linkList_B a:hover {
  text-decoration: none;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .nav_campaign_infobox .campaign_info .campaign_txt .campaign_name {
  font-size: 13px;
  font-weight: bold;
  color: #004831;
  margin-top: 16px;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__box .nav_campaign_infobox .campaign_info .campaign_txt .campaign_date {
  font-size: 10px;
  font-weight: bold;
  margin-top: 8px;
}

.global_nav .global_nav-menu .global_nav-category .global_nav-category__close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 24px;
  height: 24px;
  background: url("../images/icon_close.svg") center center/100% no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .global_nav .global_nav-menu .global_nav-category .global_nav-category__close {
    right: 4%;
  }
}

.global_nav .global_nav-menu .global_nav-category--open {
  display: block;
}

@media screen and (max-width: 1310px) {
  .global_nav .global_nav-menu .global_nav-category {
    top: 160px;
  }
}

.global_nav .global_nav-menu dt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  border-left: 1px solid #f0f0f0;
}

.global_nav .global_nav-menu dt a {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  display: block;
  height: 60px;
  padding: 10px;
  text-decoration: none;
  border-bottom: 3px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.global_nav .global_nav-menu dt a:hover {
  color: #004831;
}

.global_nav .global_nav-menu dt a .nav-menu_label {
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.global_nav .global_nav-menu dt a span {
  font-size: 14px;
  text-align: center;
  display: block;
}

.global_nav .global_nav-menu dt a.global_nav-menu--current,
.global_nav .global_nav-menu dt a:hover {
  background: -webkit-linear-gradient(90deg, #F4F7F6 0%, #ffffff 60%);
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F7F6), color-stop(60%, #ffffff));
  background: -webkit-linear-gradient(bottom, #F4F7F6 0%, #ffffff 60%);
  background: linear-gradient(0deg, #F4F7F6 0%, #ffffff 60%);
  border-bottom: 3px solid #004831;
  position: relative;
}

.global_nav .global_nav-menu dt a.global_nav-menu--current:after,
.global_nav .global_nav-menu dt a:hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-bottom: 0;
  margin-left: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

.global_nav .global_nav-menu dt a.global_nav-menu--current {
  color: #004831;
}

@media screen and (max-width: 1280px) {
  .global_nav .global_nav-menu dt a {
    height: 60px;
    padding-top: 13px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .global_nav {
    height: auto;
  }
  .global_nav .global_nav-menu dt {
    width: 100%;
    display: block;
  }
  .global_nav .global_nav-menu dt a {
    height: 46px;
    padding-top: 13px;
    line-height: 1;
  }
}

.nav_flat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

.nav_flat li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 15px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  border-left: 1px solid #d0d0d0;
}

.nav_flat li:last-child {
  border-right: 1px solid #d0d0d0;
}

.nav_flat li a,
.nav_flat li span {
  font-weight: bold;
  color: #8a8a8a;
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 10px 16px;
  text-decoration: none;
  border-right: 0;
  border-bottom: 2px solid #ffffff;
}

.nav_flat li a span,
.nav_flat li span span {
  display: inline;
  padding: 0;
  border: 0;
}

.nav_flat li a:hover,
.nav_flat li span:hover {
  cursor: pointer;
}

.nav_flat li a.nav_flat--active,
.nav_flat li span.nav_flat--active {
  font-weight: bold;
  color: #004831;
  cursor: pointer;
  border-bottom: 2px solid #004831;
}

.nav_flat li a.nav_flat--active span,
.nav_flat li span.nav_flat--active span {
  color: #004831;
}

.anchor_flat {
  background: #f9f9f9;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}

.anchor_flat li {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0;
}

.anchor_flat li a {
  color: #8a8a8a;
  font-weight: bold;
  display: block;
  padding: 24px 16px 21px;
  text-decoration: none;
}

.anchor_flat li a:hover,
.anchor_flat li a.anchor_flat--active {
  position: relative;
  font-weight: bold;
  color: #004831;
}

.anchor_flat li a:hover:before,
.anchor_flat li a.anchor_flat--active:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  margin-left: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.anchor_flat li a:hover:before,
.anchor_flat li a.anchor_flat--active:before {
  border-left-width: 6px;
}

@media screen and (max-width: 1199px) {
  .global_nav .nav_flat {
    width: 100%;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .global_nav {
    background: #004831;
  }
  .global_nav .nav_flat {
    display: block;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
  .global_nav .nav_flat li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
  }
  .global_nav .nav_flat li a {
    color: #ffffff;
    display: block;
    white-space: nowrap;
    padding: 3px 5px;
    line-height: 1.5;
    text-decoration: none;
    border-radius: 5px;
  }
  .global_nav .nav_flat li a span {
    font-size: 14px;
    text-align: center;
    display: none;
  }
  .global_nav .nav_flat li a:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}

.tab_flat .action_tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
}

.tab_flat .action_tab_list > li {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab_flat .action_tab {
  color: #8a8a8a;
  font-weight: bold;
  display: block;
  padding: 24px 16px 21px;
  text-decoration: none;
}

.tab_flat .action_tab:hover, .tab_flat .action_tab.nav_flat--active {
  position: relative;
  font-weight: bold;
  color: #004831;
  cursor: pointer;
}

.tab_flat .action_tab:hover:before, .tab_flat .action_tab.nav_flat--active:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  margin-left: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.tab_flat .action_tab:hover:before, .tab_flat .action_tab.nav_flat--active:before {
  border-left-width: 6px;
}

.tab_flat .action_tab:before {
  content: "";
  display: block;
  pointer-events: none;
}

/*--------------------------------------
  list design
---------------------------------------*/
.list,
.notes,
.linkList,
.glossary,
.headline {
  padding: 0;
}

ul.list li,
.list_primary li,
.list_secondary li,
.linkList li {
  list-style: none;
  margin: 0px;
}

ul.list li ul,
.list_primary li ul,
.list_secondary li ul,
.linkList li ul {
  margin: 0 0 0 25px;
}

ul.list li span,
.list_primary li span,
.list_secondary li span,
.linkList li span {
  color: #333333;
}

.list li {
  position: relative;
  padding-left: 20px;
}

.list li:before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 5px;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  background: #004831;
}

.list_primary {
  margin-bottom: 26px;
}

.list_primary li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.list_primary li:before {
  content: "";
  position: absolute;
  top: 1em;
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -8px;
  background: #c4d700;
}

.list_primary li .list_primary,
.list_primary li .list_secondary {
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 13px;
}

.list_primary li .list_primary li,
.list_primary li .list_secondary li {
  padding-left: 18px;
  margin-bottom: 8px;
}

.list_primary li .list_primary li:before,
.list_primary li .list_secondary li:before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 5px;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  background: #004831;
}

.list_primary li .list_primary li::before,
.list_primary li .list_secondary li::before {
  left: 8px;
  width: 4px;
  height: 4px;
}

.list_primary li .notes,
.list_primary li .notes_num {
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

.list_primary li .notes li::before,
.list_primary li .notes_num li::before {
  display: none;
}

.list_primary li .list_num {
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

.list_primary li .list_num li::before {
  display: none;
}

.list_primary li .list_num li .list_num_parts {
  position: absolute;
  left: 0;
}

.list_secondary {
  margin-bottom: 26px;
}

.list_secondary li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.list_secondary li:before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 5px;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  background: #004831;
}

.list_secondary li::before {
  left: 8px;
  width: 4px;
  height: 4px;
}

.list_secondary li .list_secondary {
  margin-top: 6px;
  margin-left: -6px;
  margin-bottom: 10px;
}

.list_secondary li .list_secondary li {
  margin-bottom: 8px;
}

.list_secondary li .notes,
.list_secondary li .notes_num {
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

.list_secondary li .notes li,
.list_secondary li .notes_num li {
  font-weight: normal;
  margin: 0 0 2px;
}

.list_secondary li .notes li::before,
.list_secondary li .notes_num li::before {
  display: none;
}

.list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-bottom: 29px;
}

.list li {
  margin-bottom: 12px;
  padding-left: 23px;
  line-height: 1.6;
  clear: both;
}

.list li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  font-size: 11px;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  background-color: #004831;
  color: #ffffff;
  display: block;
  float: left;
  margin-top: -8px;
  margin-left: -5px;
  text-align: center;
  padding-top: 1px;
  height: 17px;
  width: 18px;
  border-radius: 50%;
  font-weight: bold;
}

.list li .list {
  counter-reset: my-counter;
  list-style: none;
  margin-top: 10px;
  margin-left: -5px;
  margin-bottom: 8px;
  clear: both;
  margin-bottom: 14px;
}

.list li .list li {
  margin-bottom: 8px;
  padding-left: 14px;
  list-style: none;
  font-weight: normal;
}

.list li .list li:before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 5px;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  background: #004831;
}

.list li .list li::before {
  padding: 0;
  top: 14px;
  left: 10px;
  border-radius: 0%;
}

.list li .notes,
.list li .notes_num {
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 0;
  margin-bottom: 8px;
}

.list li .notes li,
.list li .notes_num li {
  font-weight: normal;
}

.list li .notes li::before,
.list li .notes_num li::before {
  display: none;
}

.list .list_num {
  margin-top: 11px;
  margin-left: -5px;
  margin-bottom: 13px;
}

.list .list_num li {
  font-weight: normal;
  padding-left: 38px;
  margin-bottom: 4px;
  position: relative;
}

.list .list_num li .list_num_parts {
  position: absolute;
  margin-left: -38px;
}

.list .list_num li::before {
  content: none;
}

.list .list_num li ul li {
  padding-left: 24px;
}

.en .list .list_num li {
  padding-left: 28px;
}

.en .list .list_num li .list_num_parts {
  margin-left: -28px;
}

@media screen and (max-width: 1199px) {
  .list {
    margin-bottom: 11px;
  }
  .list li {
    margin-bottom: 11px;
  }
  .list li .list {
    margin-bottom: 16px;
  }
}

.list_circle {
  list-style: none;
  padding: 0;
  margin-bottom: 29px;
}

.list_circle li {
  margin-bottom: 12px;
  padding-left: 23px;
  line-height: 1.6;
  clear: both;
  position: relative;
}

.list_circle li .list_circle {
  margin-top: 6px;
  margin-left: -6px;
  margin-bottom: 10px;
}

.list_circle li .list_circle li {
  font-weight: normal;
}

.list_circle li .marker {
  position: absolute;
  margin-top: 2px;
  margin-left: -23px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 1px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  background-color: #004831;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .list_circle {
    margin-bottom: 11px;
  }
  .list_circle li .list_circle {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .list_primary,
  .list_secondary,
  .list_notes,
  .list {
    margin-bottom: 12px;
  }
}

.notes,
.notes_num {
  margin-left: 0px;
  margin-bottom: 12px;
  color: #4b4b4b;
  line-height: 1.6;
  font-size: 12px;
  list-style: none;
}

.notes li,
.notes_num li {
  position: relative;
  padding-left: 16px;
  margin: 0 2px;
  font-size: 12px;
}

.notes li .list_secondary,
.notes_num li .list_secondary {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: -2px;
  list-style: none;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .notes li .list_secondary,
  .notes_num li .list_secondary {
    margin-top: 4px;
    margin-bottom: 9px;
    margin-left: -5px;
  }
}

.notes li .list_secondary li,
.notes_num li .list_secondary li {
  padding-left: 16px;
}

.notes li .list_secondary li::before,
.notes_num li .list_secondary li::before {
  background: #4b4b4b;
  width: 4px;
  height: 4px;
  margin-top: -4px;
}

.notes li .notes,
.notes_num li .notes {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  list-style: none;
  margin-bottom: 9px;
}

.notes li .notes li,
.notes_num li .notes li {
  padding-left: 14px;
  font-size: 12px;
}

.notes li .notes_num,
.notes_num li .notes_num {
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: 3px;
  font-size: 14px;
  list-style: none;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .notes li .notes_num,
  .notes_num li .notes_num {
    margin-top: 4px;
    margin-bottom: 7px;
    margin-left: 0;
  }
}

.notes li .notes_num li,
.notes_num li .notes_num li {
  position: relative;
  font-weight: normal;
  padding-left: 24px;
  font-size: 12px;
}

.notes li .notes_num li .notes_num_parts,
.notes_num li .notes_num li .notes_num_parts {
  position: absolute;
  margin-left: -24px;
}

.notes li .notes_num li::before,
.notes_num li .notes_num li::before {
  content: none;
}

.notes li .notes_num li ul li,
.notes_num li .notes_num li ul li {
  padding-left: 14px;
}

.notes .marker,
.notes_num .marker {
  position: absolute;
  top: 0;
  left: 0;
}

.notes_num li {
  padding-left: 26px;
}

.notes_num li .list_secondary {
  margin-left: -12px;
}

.en .notes li {
  padding-left: 10px;
}

.en .notes_num li {
  padding-left: 21px;
}

.en .list_secondary li::before {
  margin-top: -7px;
}

.en .list_primary li::before {
  margin-top: -9px;
}

.en .list_qa .list_qa_text {
  padding: 9px 0 0;
}

.en .list li::before {
  margin-top: -9px;
}

.glossary {
  margin-left: 0px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #d0d0d0;
  overflow: hidden;
}

.glossary dt {
  clear: both;
  float: left;
  font-weight: bold;
  width: 200px;
  margin: 0 2px 0 0;
  padding: 14px 0;
  border-top: 1px dashed #d0d0d0;
}

.glossary dd {
  float: left;
  width: 780px;
  margin: 0;
  padding: 14px;
  border-top: 1px dashed #d0d0d0;
}

.glossary dd > *:last-child {
  margin-bottom: 0;
}

.glossary dd table {
  margin-bottom: 4px;
}

@media screen and (max-width: 1199px) {
  .glossary {
    margin-bottom: 20px;
  }
  .glossary dt {
    float: none;
    width: 100%;
    margin: 0;
    padding: 15px 0 4px;
    border-top: 1px dashed #d0d0d0;
  }
  .glossary dd {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 0 15px;
    border-top: none;
  }
}

.headline {
  list-style: none;
  margin-left: 0px;
}

.headline li {
  margin-bottom: 5px;
}

ul .date {
  font-weight: bold;
  float: left;
  margin-right: 14px;
}

.list_qa .list_qa__question {
  clear: both;
  color: #004831;
  margin: 0;
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px dashed #d0d0d0;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  min-height: 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.list_qa .list_qa__question .list_qa__question--maker {
  background: #004831;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.list_qa .list_qa__answer {
  clear: both;
  margin: 0 0 16px;
  overflow: hidden;
  position: relative;
  min-height: 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.list_qa .list_qa__answer .list_qa__answer--maker {
  background: #c4d700;
  border-radius: 50%;
  color: #004831;
  font-size: 24px;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-weight: bold;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.list_qa .list_qa_text {
  font-size: 18px;
  font-weight: bold;
  color: #004831;
  margin-left: 55px;
  padding: 6px 0 0;
  display: inline-block;
}

.list_qa .list_qa_text_box {
  padding: 10px 0 0 55px;
  width: 100%;
  display: inline-block;
}

.sample_list_qa .list_qa__question {
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px;
}

.description_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.description_list > .description_title {
  white-space: nowrap;
  display: inline-block;
  padding-right: 0.8em;
}

.description_list > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.service_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -8px;
  margin-bottom: 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service_list {
    margin-top: -7px;
    margin-bottom: 24px;
  }
}

.service_list > li {
  margin-right: 8px;
  margin-top: 8px;
  position: relative;
}

.service_list > li:first-child .service_balloon {
  left: auto;
  -webkit-transform: translate(0, 16px);
      -ms-transform: translate(0, 16px);
          transform: translate(0, 16px);
}

@media screen and (max-width: 1199px) {
  .service_list > li {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .service_list > li {
    margin-right: 7px;
    margin-top: 7px;
  }
}

.service_list > li.service_balloon-active .service_btn::before {
  display: inherit;
}

.service_list > li.service_balloon-active .service_btn + .service_balloon {
  display: inherit;
}

.service_list .service_btn {
  min-width: 140px;
  padding: 4.5px 20px;
  font-weight: bold;
  font-size: 11px;
  font-family: inherit;
  line-height: 1;
  background: #f0f0f0;
  border: 0;
  border-radius: 20px;
  position: relative;
  overflow: visible;
  outline: none;
}

@media screen and (max-width: 767px) {
  .service_list .service_btn {
    padding: 5px 20px;
    min-width: 130px;
    font-size: 10px;
  }
}

.service_list .service_btn::before {
  content: "";
  display: none;
  pointer-events: none;
  outline: none;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-top: 1px solid #004831;
  border-right: 1px solid #004831;
  border-bottom: 1px transparent;
  border-left: 1px transparent;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 12px) rotate(-45deg);
      -ms-transform: translate(-50%, 12px) rotate(-45deg);
          transform: translate(-50%, 12px) rotate(-45deg);
  z-index: 200;
}

.service_list .service_balloon {
  display: none;
  position: absolute;
  left: 50%;
  background: #ffffff;
  border: 1px solid #004831;
  width: 374px;
  padding: 16px 22px;
  font-size: 12px;
  -webkit-box-shadow: 2.294px 3.277px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2.294px 3.277px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, 16px);
      -ms-transform: translate(-50%, 16px);
          transform: translate(-50%, 16px);
  z-index: 100;
}

@media screen and (max-width: 1199px) {
  .service_list .service_balloon {
    width: 100%;
  }
}

.service_list + .notes {
  margin-top: -22px;
  margin-bottom: 32px;
}

.list_checkbox-theme {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.list_checkbox-theme > li {
  margin-right: 8px;
  margin-bottom: 10px;
}

.pagination_list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination_list-prev, .pagination_list-next {
  background: url("../images/icon_calendar_arrow.svg") center center/auto 13px no-repeat;
  border: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 16px;
  height: 16px;
  padding: 2px 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
  outline: none;
}

.pagination_list-prev-last, .pagination_list-next-last {
  background: url("../images/icon_calendar_arrow_white.svg") center center/auto 13px no-repeat;
  pointer-events: none;
}

.pagination_list-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination_list_num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination_list_num > li a,
.pagination_list_num > li button {
  cursor: pointer;
  color: #004831;
  text-decoration: underline;
  background: transparent;
  border: 0;
  padding: 0 10px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.pagination_list_num > li a:hover,
.pagination_list_num > li button:hover {
  opacity: .8;
  text-decoration: none;
}

.pagination_list_num .current a,
.pagination_list_num .current button {
  color: #8a8a8a;
  text-decoration: none;
  pointer-events: none;
}

.pagination_list_num .current a:hover,
.pagination_list_num .current button:hover {
  opacity: inherit;
}

.breadcrumb_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.breadcrumb_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.breadcrumb_list > li:not(:first-child)::before {
  content: ">";
  margin: 0 .5em;
}

@media screen and (max-width: 767px) {
  .breadcrumb_list > li:last-child {
    display: none;
  }
}

.label_list {
  margin-top: -8px;
}

@media screen and (max-width: 1199px) {
  .label_list {
    margin-top: -5px;
  }
}

.label_list::after {
  content: "";
  display: block;
  clear: both;
}

.label_list > li {
  font-size: 11px;
  font-weight: bold;
  color: #4b4b4b;
  background: #f0f0f0;
  padding: 1px 18px;
  border-radius: 10px;
  margin-top: 8px;
  margin-right: 8px;
  float: left;
}

@media screen and (max-width: 1199px) {
  .label_list > li {
    padding: 1px 14px;
    border-radius: 8px;
    margin-top: 5px;
    margin-right: 7px;
  }
}

/*--------------------------------------
  @media screen
---------------------------------------*/
@media screen and (max-width: 1199px) {
  .mgn_link_list .linkList_B > li:first-child a {
    border-top: 0;
  }
}

@media screen and (max-width: 1079px) {
  .headline li {
    margin-bottom: 10px;
  }
  ul .date {
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    clear: both;
    border: 1px solid #dddddd;
    background: #f0f0f0;
    display: block;
  }
}

/*--------------------------------------
  line design
---------------------------------------*/
.bor_top_0 {
  border-top: 0 !important;
}

.bor_btm_0 {
  border-bottom: 0 !important;
}

.shadow_top {
  -webkit-box-shadow: 0 8px 5px -3px rgba(0, 0, 0, 0.05) inset !important;
          box-shadow: 0 8px 5px -3px rgba(0, 0, 0, 0.05) inset !important;
}

.shadow_btm {
  -webkit-box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.05) inset !important;
          box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.05) inset !important;
}

.shadow_topbtm {
  -webkit-box-shadow: 0 8px 5px -3px rgba(0, 0, 0, 0.05) inset, 0 -5px 5px -3px rgba(0, 0, 0, 0.05) inset !important;
          box-shadow: 0 8px 5px -3px rgba(0, 0, 0, 0.05) inset, 0 -5px 5px -3px rgba(0, 0, 0, 0.05) inset !important;
}

.shadow_none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*--------------------------------------
  table design
---------------------------------------*/
.normalTable {
  width: 100%;
  border: 0px solid #ccc;
  margin-bottom: 16px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: center;
}

.normalTable *:last-child,
.normalTable *:last-child > *:last-child,
.normalTable *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.normalTable.left {
  text-align: left;
}

.en .normalTable {
  word-break: break-word;
}

.pagination_display_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .pagination_display_number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pagination_display_number p {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .pagination_display_number .page_current {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-bottom: 12px;
  }
}

.pagination_display_number .page_selecter {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1199px) {
  .pagination_display_number .page_selecter {
    position: static;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

@media screen and (max-width: 1199px) {
  .pagination_display_number .page_maximum {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-bottom: 12px;
  }
}

.normalTable_order thead th {
  padding: 0 !important;
}

.normalTable_order thead th .order_cell {
  background: transparent;
  border: 0;
  font-weight: inherit;
  display: block;
  width: 100%;
  text-align: left;
  padding: 7px 16px;
}

@media screen and (max-width: 767px) {
  .normalTable_order thead th .order_cell {
    padding: 7px 8px;
  }
}

.normalTable_order thead th .order_cell > span {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.normalTable_order thead .order-selecter > span {
  padding-right: 18px;
}

.normalTable_order thead .order-selecter > span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
}

.normalTable_order thead .order-selecter > span::before {
  -webkit-transform: translate(-4px, 0) rotate(-90deg);
      -ms-transform: translate(-4px, 0) rotate(-90deg);
          transform: translate(-4px, 0) rotate(-90deg);
}

.normalTable_order thead .order-selecter > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
  -webkit-transform: translate(4px, 0) rotate(90deg);
      -ms-transform: translate(4px, 0) rotate(90deg);
          transform: translate(4px, 0) rotate(90deg);
}

.normalTable_order thead .order-ascending > span,
.normalTable_order thead .order-descending > span {
  padding-right: 18px;
}

.normalTable_order thead .order-ascending > span:before,
.normalTable_order thead .order-descending > span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
}

.normalTable_order thead .order-ascending > span::before,
.normalTable_order thead .order-descending > span::before {
  -webkit-transform: translate(-1px, 0) rotate(-90deg);
      -ms-transform: translate(-1px, 0) rotate(-90deg);
          transform: translate(-1px, 0) rotate(-90deg);
}

.normalTable_order thead .order-descending > span::before {
  -webkit-transform: translate(-1px, 0) rotate(90deg);
      -ms-transform: translate(-1px, 0) rotate(90deg);
          transform: translate(-1px, 0) rotate(90deg);
}

.normalTable_order thead .link-order span:first-child {
  margin-right: 6px;
}

.normalTable_order thead .link-ascending,
.normalTable_order thead .link-descending {
  position: relative;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.normalTable_order thead .link-ascending:before,
.normalTable_order thead .link-descending:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
}

.normalTable_order thead .link-ascending::before,
.normalTable_order thead .link-descending::before {
  -webkit-transform: translate(0, 0) rotate(-90deg);
      -ms-transform: translate(0, 0) rotate(-90deg);
          transform: translate(0, 0) rotate(-90deg);
}

.normalTable_order thead .link-descending::before {
  -webkit-transform: translate(0, 0) rotate(90deg);
      -ms-transform: translate(0, 0) rotate(90deg);
          transform: translate(0, 0) rotate(90deg);
}

.normalTable_order thead .cell_lg_40p {
  width: 40%;
}

.normalTable thead {
  background: #ffffff;
  border-bottom: 1px solid #d0d0d0;
}

.normalTable thead + tbody tr:first-child {
  border-top: 1px solid #d0d0d0;
}

.normalTable thead th {
  padding: 7px 16px;
  font-size: 12px;
}

.normalTable tbody th {
  padding: 16px 20px;
  text-align: left;
}

.normalTable tbody tr {
  background: #f9f9f9;
  border-bottom: 1px solid #efefef;
}

.normalTable tbody tr:first-child {
  border-top: 1px solid #efefef;
}

.normalTable tbody tr:nth-child(2n) {
  background: #ffffff;
}

.normalTable tbody td {
  padding: 16px;
}

.normalTable .td_strong {
  color: #004831;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.normalTable .td_strong span {
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-size: 22px;
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  .normalTable {
    table-layout: fixed;
    margin-bottom: 15px;
  }
  .normalTable thead {
    background: #ffffff;
    border-bottom: 1px solid #d0d0d0;
  }
  .normalTable thead th {
    padding: 5px 8px;
    font-size: 10px;
  }
  .normalTable tbody th {
    padding: 12px 8px 12px 14px;
  }
  .normalTable tbody tr {
    font-size: 12px;
    background: #f9f9f9;
    border-bottom: 1px solid #efefef;
  }
  .normalTable tbody tr:nth-child(2n) {
    background: #ffffff;
  }
  .normalTable tbody td {
    padding: 12px 8px;
  }
  .normalTable .td_strong {
    color: #004831;
    font-size: 12px;
    font-weight: bold;
  }
  .normalTable .td_strong span {
    font-size: 24px;
    padding: 0 2px;
  }
}

.flatTable {
  border-top: 1px solid #d0d0d0;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  word-break: break-word;
}

.flatTable *:last-child,
.flatTable *:last-child > *:last-child,
.flatTable *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.en .flatTable {
  word-break: break-word;
}

.flatTable thead {
  background: #ffffff;
  border-bottom: 1px solid #d0d0d0;
}

.flatTable thead th {
  padding: 7px 10px 5px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}

.flatTable tbody th {
  background: #f9f9f9;
  min-width: 172px;
  padding: 16px 20px;
  text-align: center;
  color: #666666;
}

.flatTable tbody .subhdg_border {
  border-bottom: 1px solid #f0f0f0;
}

.flatTable tbody th.th_se {
  background: #f0f0f0;
}

.flatTable tbody tr {
  background: #ffffff;
  border-bottom: 1px solid #d0d0d0;
}

.flatTable tbody tr.tr_se th {
  padding: 16px 4%;
}

.flatTable tbody td {
  padding: 16px 20px;
}

.flatTable .td_weak {
  background: #f9f9f9;
  color: #8a8a8a;
}

.flatTable .td_strong {
  color: #004831;
  font-size: 16px;
  font-weight: bold;
}

.flatTable .td_strong span {
  font-size: 22px;
  padding: 0 5px;
}

@media screen and (max-width: 1199px) {
  .flatTable {
    border-top: none;
  }
  .flatTable thead {
    display: block;
  }
  .flatTable thead th {
    display: block;
    text-align: left;
    padding: 11px 15px;
  }
  .flatTable tbody th {
    display: block;
    text-align: left;
    padding: 11px 15px;
    border-top: 1px solid #d0d0d0;
  }
  .flatTable tbody tr:nth-child(n+2) th:nth-child(1) {
    margin-top: 10px;
  }
  .flatTable tbody tr th.th_se {
    border: none;
    background: #f0f0f0;
  }
  .flatTable tbody tr:nth-child(n+2) th.th_se {
    margin-top: 0;
  }
  .flatTable tbody tr {
    display: block;
    width: 100%;
    border: none;
  }
  .flatTable tbody td {
    display: block;
    border-bottom: none;
    padding: 11px 15px 20px;
  }
  .flatTable tbody .subhdg_border {
    border-bottom: none;
  }
  .flatTable .td_strong {
    display: block;
  }
  .flatTable tbody tr.tr_border_none {
    border-bottom: none;
  }
  .flatTable tbody tr {
    padding-bottom: 0 !important;
  }
}

.scrollTable {
  margin-bottom: 16px;
}

.flatTable__scroll {
  border-top: 1px solid #d0d0d0;
  width: 100%;
  word-break: break-word;
  text-align: center;
}

.flatTable__scroll *:last-child,
.flatTable__scroll *:last-child > *:last-child,
.flatTable__scroll *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.en .flatTable__scroll {
  word-break: break-word;
}

.flatTable__scroll thead {
  background: #ffffff;
  border-bottom: 1px solid #d0d0d0;
}

.flatTable__scroll thead th {
  padding: 7px 10px 5px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}

.flatTable__scroll tbody {
  border: 1px solid #d0d0d0;
}

.flatTable__scroll tbody th {
  background: #f9f9f9;
  padding: 6px 12px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}

.flatTable__scroll tbody th:empty {
  background: #ffffff;
}

.flatTable__scroll tbody th.fill_cell {
  background: #f9f9f9;
}

.flatTable__scroll tbody tr.tr_se th {
  border: 1px solid #d0d0d0;
}

.flatTable__scroll tbody tr.tr_bg th {
  background: #f9f9f9;
}

.flatTable__scroll tbody th.th_se {
  background: #f0f0f0;
}

.flatTable__scroll tbody tr {
  background: #ffffff;
  border-bottom: 1px solid #d0d0d0;
}

.flatTable__scroll tbody .cell_sm_A {
  width: 5%;
}

.flatTable__scroll tbody tr.cell_sm_A th {
  width: 5%;
}

.flatTable__scroll tbody tr.cell_sm_A td {
  width: 5%;
}

.flatTable__scroll tbody .cell_sm_B {
  width: 2.24%;
}

.flatTable__scroll tbody tr.cell_sm_B th {
  width: 2.24%;
}

.flatTable__scroll tbody tr.cell_sm_B td {
  width: 2.24%;
}

.flatTable__scroll tbody .cell_lg_A {
  width: 25%;
}

.flatTable__scroll tbody tr.cell_sm_A th {
  width: 25%;
}

.flatTable__scroll tbody tr.cell_sm_A td {
  width: 25%;
}

.flatTable__scroll tbody .cell_lg_B {
  width: 12.5%;
}

.flatTable__scroll tbody tr.cell_lg_B th {
  width: 12.5%;
}

.flatTable__scroll tbody tr.cell_lg_B td {
  width: 12.5%;
}

.flatTable__scroll tbody td {
  padding: 16px 16px;
  border: 1px solid #d0d0d0;
  font-size: 12px;
}

.flatTable__scroll tbody td:empty {
  background: #ffffff;
}

.flatTable__scroll tbody td.td_se {
  padding: 10px 20px;
}

.flatTable__scroll .td_weak {
  background: #f9f9f9;
  color: #8a8a8a;
}

.flatTable__scroll .td_strong {
  color: #004831;
  font-size: 16px;
  font-weight: bold;
}

.flatTable__scroll .td_strong span {
  font-size: 22px;
  padding: 0 5px;
}

@media screen and (max-width: 1199px) {
  .scrollTable {
    overflow-X: scroll;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .scrollTable > p {
    width: 982px;
  }
  .scrollTable > table {
    width: 982px;
    margin-bottom: 0;
  }
  .flatTable__scroll thead th {
    padding: 7px 12px 5px;
  }
  .flatTable__scroll tbody th {
    padding: 15px 10px;
  }
  .flatTable__scroll tbody td {
    padding: 15px 10px;
  }
  .flatTable__scroll tbody td.td_se {
    padding: 15px 10px;
  }
}

.comparison_cell {
  margin-bottom: 80px;
}

@media screen and (max-width: 1199px) {
  .comparison_cell {
    margin-bottom: 50px;
  }
}

.comparison_cell .cell_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comparison_cell .cell_row .cell {
  padding: 0 25px;
}

@media screen and (max-width: 1199px) {
  .comparison_cell .cell_row .cell {
    padding: 0 4%;
  }
}

.comparison_cell .cell_row > *:first-child {
  padding-left: 0;
}

.comparison_cell .cell_row > *:last-child {
  padding-right: 0;
}

.comparison_cell.cell_column_2 .cell {
  width: 50%;
}

.comparisonTable {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.comparisonTable td,
.comparisonTable th {
  border: 1px solid #d0d0d0;
  padding: 12px 6px;
  vertical-align: top;
}

.comparisonTable th {
  text-align: center;
}

.comparisonTable thead th {
  background: #f9f9f9;
  color: #666666;
}

.comparisonTable tbody th {
  background: #f0f0f0;
  color: #666666;
}

.comparisonTable tbody td {
  padding: 25px 26px;
}

.comparisonTable .comparison_block td {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .comparisonTable td,
  .comparisonTable th {
    border: 0;
    text-align: left;
    padding: 18px 16px;
  }
  .comparisonTable thead th {
    border-top: 1px solid #d0d0d0;
  }
  .comparisonTable tbody td {
    padding: 12px 16px;
  }
}

.columnTable {
  width: 100%;
  margin-bottom: 40px;
  word-break: break-word;
  border-left: 1px solid #d0d0d0;
}

.columnTable *:last-child,
.columnTable *:last-child > *:last-child,
.columnTable *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.columnTable thead {
  width: 100%;
  background: #ffffff;
}

.columnTable tbody {
  width: 100%;
  display: table;
}

.columnTable thead th,
.columnTable tbody th {
  display: block;
  padding: 0 36px 16px;
  text-align: center;
  font-size: 15px;
}

.columnTable tbody tr {
  width: 33.33333%;
  display: table-cell;
  vertical-align: top;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #d0d0d0;
}

.columnTable tbody td {
  display: block;
  padding: 0 36px;
}

.columnTable-point tbody th {
  font-size: 16px;
  padding: 0 20px 5px;
}

.columnTable-point tbody td {
  text-align: center;
  padding: 0 20px;
}

.columnTable-point tbody td .description {
  font-weight: bold;
  color: #666666;
}

.columnTable-point tbody td .point {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 9px;
  letter-spacing: -.05em;
}

.columnTable-point tbody td .point .value {
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-size: 56px;
  line-height: 1;
  margin: 0 4px;
  letter-spacing: -.05em;
}

@media screen and (max-width: 767px) {
  .columnTable {
    display: block;
    margin-bottom: 20px;
    border-left: none;
  }
  .columnTable thead {
    display: block;
  }
  .columnTable thead th,
  .columnTable tbody th {
    display: block;
    text-align: left;
    padding: 25px 0 15px;
  }
  .columnTable tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    border-right: none;
  }
  .columnTable tbody tr:first-child {
    border-top: 1px solid #d0d0d0;
  }
  .columnTable tbody td {
    display: block;
    border-bottom: none;
    padding: 0 0 25px;
  }
  .columnTable .td_strong {
    display: block;
  }
  .columnTable-point tbody th {
    text-align: center;
    padding: 28px 20px 5px;
  }
  .columnTable-point tbody td {
    padding: 0 20px 18px;
  }
}

/*--------------------------------------
  form design
---------------------------------------*/
input.radio {
  background-color: transparent;
  background-image: none;
  border: none;
}

input, textarea {
  margin: 0.5em 10px;
  padding: 1px 0.2em;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4 #eee #eee #d4d4d4;
  font-family: inherit;
  background-color: #fff;
  background-repeat: no-repeat;
}

input.submit {
  border-color: #fff;
  color: #666;
  border: none;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #c2c2c2 #8f8f8f #8f8f8f #c2c2c2;
  font-size: 85%;
  font-weight: bold;
  text-transform: uppercase;
}

select, input, textarea {
  font-size: 99%;
}

form dl, form p {
  margin: 0.5em 20px;
}

form.post {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

form.post dl dt {
  margin: 10px 0 5px 0;
}

form.post dl dd {
  margin-left: 0;
  margin-bottom: 0;
}

form.post dl input {
  margin: 0;
}

form.post textarea {
  margin: 0;
  width: 90%;
}

form.post div.action {
  margin: 0 20px 1em;
}

form.post div.action input.submit {
  margin: 0.4em 0;
}

/*--------------------------------------
  @media screen
---------------------------------------*/
@media screen and (max-width: 640px) {
  form.post input.inputField,
  form.post textarea {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  select[multiple="multiple"] {
    width: 100%;
  }
}

/*--------------------------------------
  チェックボックス
---------------------------------------*/
.checkbox-main {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.checkbox-main:focus + span::before {
  -webkit-box-shadow: 0 0 3px #000000;
          box-shadow: 0 0 3px #000000;
}

.checkbox-main + span {
  position: relative;
  padding-left: 24px;
  display: inline-block;
  word-break: break-word;
  overflow-wrap: break-word;
}

.checkbox-main + span::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #8a8a8a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox-main:checked + span::before {
  border: 1px solid #004831;
  background: #004831;
}

.checkbox-main:checked + span::after {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 7px;
  margin-top: 3px;
  margin-left: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.checkbox-main:disabled + span {
  color: #8a8a8a;
  cursor: not-allowed;
}

.checkbox-main:disabled + span::before {
  background: #f0f0f0;
  border: 1px solid #8a8a8a;
}

.checkbox-main:disabled + span::after {
  display: none;
}

.checkbox-theme {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.checkbox-theme:focus + span {
  -webkit-box-shadow: 0 0 3px #000000;
          box-shadow: 0 0 3px #000000;
}

.checkbox-theme + span {
  position: relative;
  display: inline-block;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 14px;
  padding: 2px 18px 2px 36px;
}

.checkbox-theme + span::before, .checkbox-theme + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  width: 2px;
  height: 10px;
  background: #8a8a8a;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.checkbox-theme + span::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
      -ms-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.checkbox-theme:checked + span {
  color: #ffffff;
  background: #8a8a8a;
  border: 1px solid #8a8a8a;
}

.checkbox-theme:checked + span::before {
  display: none;
}

.checkbox-theme:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  width: 4px;
  height: 8px;
  margin-top: 3px;
  margin-left: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.checkbox-theme:disabled + span {
  color: #d0d0d0;
  cursor: not-allowed;
}

.checkbox-theme:disabled + span::before, .checkbox-theme:disabled + span::after {
  background: #d0d0d0;
}

/*--------------------------------------
  ラジオボタン
---------------------------------------*/
.radiobtn-main {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.radiobtn-main:focus + span::before {
  -webkit-box-shadow: 0 0 3px #000000;
          box-shadow: 0 0 3px #000000;
}

.radiobtn-main + span {
  position: relative;
  padding-left: 24px;
  display: inline-block;
  word-break: break-word;
  overflow-wrap: break-word;
}

.radiobtn-main + span::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #8a8a8a;
  border-radius: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radiobtn-main:checked + span::before {
  border: 2px solid #004831;
}

.radiobtn-main:checked + span::after {
  position: absolute;
  left: 5px;
  top: 7px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #004831;
  border-radius: 4px;
}

.radiobtn-main:disabled + span {
  color: #8a8a8a;
  cursor: not-allowed;
}

.radiobtn-main:disabled + span::before {
  background: #f0f0f0;
}

.radiobtn-main:disabled + span::after {
  display: none;
}

/*--------------------------------------
  セレクトボックス
---------------------------------------*/
.select-main {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.select-main .select_btn {
  position: relative;
  display: inline;
}

.select-main .select_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
}

.select-main .select_btn::before {
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-10px, 0) rotate(90deg);
      -ms-transform: translate(-10px, 0) rotate(90deg);
          transform: translate(-10px, 0) rotate(90deg);
  z-index: 1;
}

.select-main select {
  display: inline;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 24px 6px 10px;
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background: #ffffff;
}

.select-main select::-ms-expand {
  display: none;
}

.select-main select:focus {
  -webkit-box-shadow: 0 0 3px #000000;
          box-shadow: 0 0 3px #000000;
}

.select-main .select_title-front {
  margin-right: 18px;
}

.select-main .select_title-back {
  margin-left: 12px;
}

/*--------------------------------------
  images design
---------------------------------------*/
.theme {
  width: 96%;
  padding: 2%;
  background: #ffffff;
}

.img-stretch {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.img-border {
  border: solid #f0f0f0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.img-zoom {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 79px;
}

.img-zoom::after {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  bottom: 10px;
  right: 10px;
  background: url("/assets/images/icon_imagezoom_pc.svg") center center/24px no-repeat, rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .img-zoom::after {
    bottom: 8px;
    right: 8px;
    background: url("/assets/images/icon_imagezoom_sp.svg") center center/24px no-repeat, rgba(255, 255, 255, 0.8);
  }
}

@media screen and (max-width: 767px) {
  .img-zoom.zoom-pc {
    pointer-events: none;
  }
  .img-zoom.zoom-pc::after {
    display: none;
  }
}

.img-zoom.zoom-sp {
  pointer-events: none;
}

.img-zoom.zoom-sp::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .img-zoom.zoom-sp {
    pointer-events: auto;
  }
  .img-zoom.zoom-sp::after {
    display: block;
  }
}

.img-zoom.icon_none::after {
  display: none;
}

.img-zoom img {
  width: 100%;
}

.logo_label,
.logo_label-20 {
  margin-right: 10px;
  display: inline-block;
}

.logo_label img,
.logo_label-20 img {
  height: 20px;
}

@media screen and (max-width: 767px) {
  .logo_label img,
  .logo_label-20 img {
    height: 18px;
  }
}

.logo_label-40 {
  margin-right: 10px;
  display: inline-block;
}

.logo_label-40 img {
  height: 40px;
}

@media screen and (max-width: 767px) {
  .logo_label-40 img {
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .img_mgn_A-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .img_mgn_A-sp > img {
    width: 60vw !important;
  }
}

@media screen and (max-width: 320px) {
  .img_mgn_A-sp > img {
    width: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .img_mgn_B-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .img_mgn_B-sp > img {
    width: 40vw !important;
  }
}

@media screen and (max-width: 320px) {
  .img_mgn_B-sp > img {
    width: 120px !important;
  }
}

.carousel__list__img {
  display: block;
}

.carousel__list__img img {
  width: 100%;
}

/*--------------------------------------
  btn class
---------------------------------------*/
[class^="btn"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  color: #004831;
  padding: 16px 16px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #004831;
  width: 100%;
  max-width: 466px;
  min-width: 466px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

[class^="btn"] .icon-external {
  position: relative;
  top: -1px;
  margin-left: 8px;
}

[class^="btn"]:hover {
  opacity: 0.7;
}

.btn {
  background: #ffffff;
  color: #004831;
}

.btn-bl {
  background: #000000;
  color: #ffffff;
}

.btn-primary {
  background: #c4d700;
  border: none;
  color: #004831;
}

.btn-main {
  background: #004831;
  border: none;
  color: #ffffff;
}

.btn-main .icon-external {
  background-image: url("../images/icon_external_w.svg");
}

.btn-warning {
  background: #f0ad4e;
  border: none;
  color: #ffffff;
}

.btn-danger {
  background: #dd2020;
  border: none;
  color: #ffffff;
}

.btn-info {
  background: #004831;
  border: 1px solid #c4d700;
  color: #c4d700;
}

.btn-info .icon-external {
  background-image: url("../images/icon_external_g.svg");
}

.btn-success {
  background: transparent;
  border: 1px solid #004831;
}

.btn-clear {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  border: 1px solid #fff;
}

.btn-clear .icon-external {
  background-image: url("../images/icon_external_w.svg");
}

.btn:hover {
  color: #004831;
}

.btn-bl:hover {
  color: #ffffff;
}

.btn-main:hover {
  color: #ffffff;
}

.btn-primary:hover {
  color: #004831;
}

.btn-success:hover {
  color: #004831;
}

.btn-warning:hover {
  color: #ffffff;
}

.btn-danger:hover {
  color: #ffffff;
}

.btn-info:hover {
  color: #c4d700;
}

.btn-clear:hover {
  color: #ffffff;
}

.half {
  max-width: 49%;
  min-width: auto;
  width: 49%;
}

.full {
  max-width: 100%;
  min-width: auto;
  width: 100%;
}

.large {
  max-width: 480px;
  font-size: 20px;
}

.middle {
  max-width: 320px;
  font-size: 18px;
}

.small {
  max-width: 160px;
  min-width: auto;
  min-width: auto;
}

@media screen and (max-width: 767px) {
  [class^="btn"] {
    max-width: none;
    min-width: auto;
    width: 100%;
    font-size: 15px;
    padding: 15px 15px;
  }
}

/*--------------------------------------
  icon design
---------------------------------------*/
.icon_search {
  background: url("../images/icon_search.svg") center center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.icon_login {
  background: url("../images/icon_login.svg") center center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.icon_menu {
  background: url("../images/icon_menu.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_write {
  background: url("../images/icon_write.svg") center center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.icon_howto {
  background: url("../images/icon_howto.svg") center center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.icon_bank {
  background: url("../images/icon_bank.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_atm {
  background: url("../images/icon_atm.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_locatin {
  background: url("../images/icon_locatin.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_locatin_white {
  background: url("../images/icon_locatin_white.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1199px) {
  .sticky_menu li a .icon.icon_locatin_white{
    background: url(../images/icon_locatin.svg) center center no-repeat;
  }
}

.icon_email {
  background: url("../images/icon_mail.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_tel {
  background: url("../images/icon_tel.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_pdf {
  background: url("../images/icon_pdf.svg") center center no-repeat;
  display: inline-block;
  width: 14px;
  height: 18px;
}
.icon_beginner {
  background: url("../images/icon_beginner.svg") center center no-repeat;
  display: inline-block;
  width: 13px;
  height: 20px;
}
a > .icon_pdf {
  margin: 0 8px -3px;
}

.icon_up {
  background: url("../images/icon_up.svg") center center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.icon_down {
  background: url("../images/icon_down.svg") center center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.icon_stay {
  background: url("../images/icon_stay.svg") center center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.icon_alert {
  background: url("../images/icon_alert.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_alert_orange {
  background: url("../images/icon_alert_orange.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_info {
  background: url("../images/icon_info.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_info_white {
  background: url("../images/icon_info_white.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_internet {
  background: url("../images/icon_internet.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_download {
  background: url("../images/icon_download.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_mobile {
  background: url("../images/icon_mobile.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_deposit {
  background: url("../images/icon_deposit.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_dollerbag {
  background: url("../images/icon_dollerbag.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_insurance {
  background: url("../images/icon_insurance.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_claim {
  background: url("../images/icon_claim.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_fund {
  background: url("../images/icon_fund.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_exchange {
  background: url("../images/icon_exchange.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_loan {
  background: url("../images/icon_loan.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_creditcard {
  background: url("../images/icon_creditcard.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_global {
  background: url("../images/icon_global.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_online {
  background: url("../images/icon_pc.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_fee {
  background: url("../images/icon_fee.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_domestic {
  background: url("../images/icon_atm.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_help {
  background: url("../images/icon_help.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_security {
  background: url("../images/icon_security.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_program {
  background: url("../images/icon_program.png") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_transfer_to_overseas {
  background: url("../images/icon_transfer_to_overseas.png") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon_gaika_ryougae {
  background: url("../images/icon_gaika_ryougae.gif") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon_foreignreserve {
  background: url("../images/icon_foreignreserve.svg") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}


.icon_moviebtn {
  position: relative;
  display: block;
}

.icon_moviebtn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.icon_moviebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ffffff;
  -webkit-transform: translate(-35%, -50%);
      -ms-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  z-index: 1;
}

.col_x_4 .icon_moviebtn::before {
  width: 50px;
  height: 50px;
}

.col_x_4 .icon_moviebtn::after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #f0f0f0;
}

.col_1 .icon_moviebtn::before,
.col_2 .icon_moviebtn::before {
  width: 40px;
  height: 40px;
}

.col_1 .icon_moviebtn::after,
.col_2 .icon_moviebtn::after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #f0f0f0;
}

@media screen and (max-width: 767px) {
  .icon_search {
    width: 24px;
    height: 24px;
  }
  .icon_login {
    width: 26px;
    height: 26px;
  }
  .icon_menu {
    width: 24px;
    height: 24px;
  }
  .col_x_4 .icon_moviebtn::before {
    width: 45px;
    height: 45px;
  }
  .col_x_4 .icon_moviebtn::after {
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 9px solid #f0f0f0;
  }
  .col_1 .icon_moviebtn::before,
  .col_2 .icon_moviebtn::before {
    width: 30px;
    height: 30px;
  }
  .col_1 .icon_moviebtn::after,
  .col_2 .icon_moviebtn::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #f0f0f0;
  }
}

.icon_side_scroll {
  position: relative;
}

.icon_side_scroll.scroll-active::before {
  opacity: 0;
}

.icon_side_scroll.scroll-show::before {
  display: block;
}

.icon_side_scroll::before {
  content: "";
  background: url("../images/icon_side_scroll.svg") center center/25px no-repeat, #004831;
  border-radius: 50%;
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -webkit-calc(50% - 40px / 2);
  top: calc(50% - 40px / 2);
  right: 15px;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity ease-in-out .8s;
  transition: opacity ease-in-out .8s;
  z-index: 100;
}

/*--------------------------------------
  others
---------------------------------------*/
.ground_gray {
  background: #f0f0f0;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05) inset, 0 -5px 5px -3px rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05) inset, 0 -5px 5px -3px rgba(0, 0, 0, 0.05) inset;
}

.ground_highgray {
  background: #d0d0d0;
}

.scrollbar-main::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

.scrollbar-main::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #f0f0f0;
}

.scrollbar-main::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  background: #004831;
}

/*================================================================

  3-layout

================================================================*/
/*--------------------------------------
  container box class
---------------------------------------*/
.container {
  width: 100%;
  margin: 0 auto;
}

.main-section {
  width: 982px;
  margin: 0 auto 100px;
}

.main-section > section {
  margin-bottom: 80px;
}

.main-section .cv_section,
.main-section .main-section__bottom {
  margin-bottom: 20px;
}

.main-section .cv_section.inner,
.main-section .main-section__bottom.inner {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .main-section .cv_section.inner,
  .main-section .main-section__bottom.inner {
    margin-bottom: 30px;
  }
}

.main-section:first-child {
  margin-top: 0;
}

.main-section:last-child {
  border-bottom: none;
}

.main-section__bottom {
  width: 100%;
  background: #f0f0f0;
  overflow: hidden;
}

.main-section__bottom .main-section__box {
  width: 982px;
  margin: 20px auto 20px;
}

.main-section__bottom .main-section__box .inner {
  margin-bottom: 30px;
}

.main-content > .main-section__bottom {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .main-section {
    margin: 0 auto 60px;
  }
  .main-section > section {
    margin-bottom: 50px;
  }
}

.inner {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .inner {
    margin-bottom: 30px;
  }
}

.inner-full {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
}

.inner.accordion_box {
  margin-bottom: 0;
}

.accordion_box {
  padding: 40px 0px 30px;
  border-bottom: 1px solid #d0d0d0;
}

.accordion_box--open {
  display: block;
}

.accordion_box--close {
  display: none;
}

.tab_box {
  display: none;
}

.tab_box--active {
  display: block;
  margin: 40px 0;
}

.row {
  margin-left: -25px;
  margin-right: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.row [class^="col_"] > *:last-child {
  margin-bottom: 0;
}

.row_n {
  margin-left: 0px;
  margin-right: 0px;
}

.row__s {
  margin-left: -18px;
  margin-right: -18px;
}

.row__ss {
  margin-left: -9px;
  margin-right: -9px;
}

.row:before,
.row:after,
.row_n:before,
.row_n:after {
  content: " ";
  display: block;
  clear: both;
}

.row__box {
  display: block !important;
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

[class^="locator"] {
  clear: both;
}

[class*="col_"] {
  margin-bottom: 30px;
}

main [class*="col_"] {
  margin-bottom: 0px;
}

[class^="col_x_"] {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 1px;
  float: left;
}

.row_n [class^="col_x_"] {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 1px;
  float: left;
}

.row__s [class^="col_x_"] {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  min-height: 1px;
  float: left;
}

.row__ss [class^="col_x_"] {
  position: relative;
  padding-left: 9px;
  padding-right: 9px;
  min-height: 1px;
  float: left;
}

.row [class^="col_xs_"],
.row [class^="col_sm_"],
.row [class^="col_md_"],
.row [class^="col_lg_"] {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}

.row_n [class^="col_xs_"],
.row_n [class^="col_sm_"],
.row_n [class^="col_md_"],
.row_n [class^="col_lg_"] {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 1px;
}

.col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_lg_7, .col_lg_8, .col_lg_9, .col_lg_10, .col_lg_11, .col_lg_12 {
  float: left;
}

.col_lg_12 {
  width: 100%;
}

.col_lg_11 {
  width: 91.66666667%;
}

.col_lg_10 {
  width: 83.33333333%;
}

.col_lg_9 {
  width: 75%;
}

.col_lg_8 {
  width: 66.66666667%;
}

.col_lg_7 {
  width: 58.33333333%;
}

.col_lg_6 {
  width: 50%;
}

.col_lg_5 {
  width: 41.66666667%;
}

.col_lg_4 {
  width: 33.33333333%;
}

.col_lg_3 {
  width: 25%;
}

.col_lg_2 {
  width: 16.66666667%;
}

.col_lg_1 {
  width: 8.33333333%;
}

.col_lg_pull_12 {
  right: 100%;
}

.col_lg_pull_11 {
  right: 91.66666667%;
}

.col_lg_pull_10 {
  right: 83.33333333%;
}

.col_lg_pull_9 {
  right: 75%;
}

.col_lg_pull_8 {
  right: 66.66666667%;
}

.col_lg_pull_7 {
  right: 58.33333333%;
}

.col_lg_pull_6 {
  right: 50%;
}

.col_lg_pull_5 {
  right: 41.66666667%;
}

.col_lg_pull_4 {
  right: 33.33333333%;
}

.col_lg_pull_3 {
  right: 25%;
}

.col_lg_pull_2 {
  right: 16.66666667%;
}

.col_lg_pull_1 {
  right: 8.33333333%;
}

.col_lg_pull_0 {
  right: auto;
  float: right;
}

.col_lg_push_12 {
  left: 100%;
}

.col_lg_push_11 {
  left: 91.66666667%;
}

.col_lg_push_10 {
  left: 83.33333333%;
}

.col_lg_push_9 {
  left: 75%;
}

.col_lg_push_8 {
  left: 66.66666667%;
}

.col_lg_push_7 {
  left: 58.33333333%;
}

.col_lg_push_6 {
  left: 50%;
}

.col_lg_push_5 {
  left: 41.66666667%;
}

.col_lg_push_4 {
  left: 33.33333333%;
}

.col_lg_push_3 {
  left: 25%;
}

.col_lg_push_2 {
  left: 16.66666667%;
}

.col_lg_push_1 {
  left: 8.33333333%;
}

.col_lg_push_0 {
  left: auto;
  float: left;
}

.col_lg_offset_12 {
  margin-left: 100%;
}

.col_lg_offset_11 {
  margin-left: 91.66666667%;
}

.col_lg_offset_10 {
  margin-left: 83.33333333%;
}

.col_lg_offset_9 {
  margin-left: 75%;
}

.col_lg_offset_8 {
  margin-left: 66.66666667%;
}

.col_lg_offset_7 {
  margin-left: 58.33333333%;
}

.col_lg_offset_6 {
  margin-left: 50%;
}

.col_lg_offset_5 {
  margin-left: 41.66666667%;
}

.col_lg_offset_4 {
  margin-left: 33.33333333%;
}

.col_lg_offset_3 {
  margin-left: 25%;
}

.col_lg_offset_2 {
  margin-left: 16.66666667%;
}

.col_lg_offset_1 {
  margin-left: 8.33333333%;
}

.col_lg_offset_0 {
  margin-left: 0%;
}

@media screen and (max-width: 1199px) {
  .col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_lg_7, .col_lg_8, .col_lg_9, .col_lg_10, .col_lg_11, .col_lg_12 {
    float: none;
  }
  .col_lg_12 {
    width: auto;
  }
  .col_lg_11 {
    width: auto;
  }
  .col_lg_10 {
    width: auto;
  }
  .col_lg_9 {
    width: auto;
  }
  .col_lg_8 {
    width: auto;
  }
  .col_lg_7 {
    width: auto;
  }
  .col_lg_6 {
    width: auto;
  }
  .col_lg_5 {
    width: auto;
  }
  .col_lg_4 {
    width: auto;
  }
  .col_lg_3 {
    width: auto;
  }
  .col_lg_2 {
    width: auto;
  }
  .col_lg_1 {
    width: auto;
  }
  .col_lg_pull_12 {
    right: auto;
  }
  .col_lg_pull_11 {
    right: auto;
  }
  .col_lg_pull_10 {
    right: auto;
  }
  .col_lg_pull_9 {
    right: auto;
  }
  .col_lg_pull_8 {
    right: auto;
  }
  .col_lg_pull_7 {
    right: auto;
  }
  .col_lg_pull_6 {
    right: auto;
  }
  .col_lg_pull_5 {
    right: auto;
  }
  .col_lg_pull_4 {
    right: auto;
  }
  .col_lg_pull_3 {
    right: auto;
  }
  .col_lg_pull_2 {
    right: auto;
  }
  .col_lg_pull_1 {
    right: auto;
  }
  .col_lg_pull_0 {
    right: auto;
    float: none;
  }
  .col_lg_push_12 {
    left: auto;
  }
  .col_lg_push_11 {
    left: auto;
  }
  .col_lg_push_10 {
    left: auto;
  }
  .col_lg_push_9 {
    left: auto;
  }
  .col_lg_push_8 {
    left: auto;
  }
  .col_lg_push_7 {
    left: auto;
  }
  .col_lg_push_6 {
    left: auto;
  }
  .col_lg_push_5 {
    left: auto;
  }
  .col_lg_push_4 {
    left: auto;
  }
  .col_lg_push_3 {
    left: auto;
  }
  .col_lg_push_2 {
    left: auto;
  }
  .col_lg_push_1 {
    left: auto;
  }
  .col_lg_push_0 {
    left: auto;
    float: none;
  }
  .col_lg_offset_12 {
    margin-left: 0;
  }
  .col_lg_offset_11 {
    margin-left: 0;
  }
  .col_lg_offset_10 {
    margin-left: 0;
  }
  .col_lg_offset_9 {
    margin-left: 0;
  }
  .col_lg_offset_8 {
    margin-left: 0;
  }
  .col_lg_offset_7 {
    margin-left: 0;
  }
  .col_lg_offset_6 {
    margin-left: 0;
  }
  .col_lg_offset_5 {
    margin-left: 0;
  }
  .col_lg_offset_4 {
    margin-left: 0;
  }
  .col_lg_offset_3 {
    margin-left: 0;
  }
  .col_lg_offset_2 {
    margin-left: 0;
  }
  .col_lg_offset_1 {
    margin-left: 0;
  }
  .col_lg_offset_0 {
    margin-left: 0;
  }
}

.col_xs_1, .col_xs_2, .col_xs_3, .col_xs_4, .col_xs_5, .col_xs_6, .col_xs_7, .col_xs_8, .col_xs_9, .col_xs_10, .col_xs_11, .col_xs_12 {
  float: left;
}

.col_xs_12 {
  width: 100%;
}

.col_xs_11 {
  width: 91.66666667%;
}

.col_xs_10 {
  width: 83.33333333%;
}

.col_xs_9 {
  width: 75%;
}

.col_xs_8 {
  width: 66.66666667%;
}

.col_xs_7 {
  width: 58.33333333%;
}

.col_xs_6 {
  width: 50%;
}

.col_xs_5 {
  width: 41.66666667%;
}

.col_xs_4 {
  width: 33.33333333%;
}

.col_xs_3 {
  width: 25%;
}

.col_xs_2 {
  width: 16.66666667%;
}

.col_xs_1 {
  width: 8.33333333%;
}

.col_xs_pull_12 {
  right: 100%;
}

.col_xs_pull_11 {
  right: 91.66666667%;
}

.col_xs_pull_10 {
  right: 83.33333333%;
}

.col_xs_pull_9 {
  right: 75%;
}

.col_xs_pull_8 {
  right: 66.66666667%;
}

.col_xs_pull_7 {
  right: 58.33333333%;
}

.col_xs_pull_6 {
  right: 50%;
}

.col_xs_pull_5 {
  right: 41.66666667%;
}

.col_xs_pull_4 {
  right: 33.33333333%;
}

.col_xs_pull_3 {
  right: 25%;
}

.col_xs_pull_2 {
  right: 16.66666667%;
}

.col_xs_pull_1 {
  right: 8.33333333%;
}

.col_xs_pull_0 {
  right: auto;
}

.col_xs_push_12 {
  left: 100%;
}

.col_xs_push_11 {
  left: 91.66666667%;
}

.col_xs_push_10 {
  left: 83.33333333%;
}

.col_xs_push_9 {
  left: 75%;
}

.col_xs_push_8 {
  left: 66.66666667%;
}

.col_xs_push_7 {
  left: 58.33333333%;
}

.col_xs_push_6 {
  left: 50%;
}

.col_xs_push_5 {
  left: 41.66666667%;
}

.col_xs_push_4 {
  left: 33.33333333%;
}

.col_xs_push_3 {
  left: 25%;
}

.col_xs_push_2 {
  left: 16.66666667%;
}

.col_xs_push_1 {
  left: 8.33333333%;
}

.col_xs_push_0 {
  left: auto;
}

.col_xs_offset_12 {
  margin-left: 100%;
}

.col_xs_offset_11 {
  margin-left: 91.66666667%;
}

.col_xs_offset_10 {
  margin-left: 83.33333333%;
}

.col_xs_offset_9 {
  margin-left: 75%;
}

.col_xs_offset_8 {
  margin-left: 66.66666667%;
}

.col_xs_offset_7 {
  margin-left: 58.33333333%;
}

.col_xs_offset_6 {
  margin-left: 50%;
}

.col_xs_offset_5 {
  margin-left: 41.66666667%;
}

.col_xs_offset_4 {
  margin-left: 33.33333333%;
}

.col_xs_offset_3 {
  margin-left: 25%;
}

.col_xs_offset_2 {
  margin-left: 16.66666667%;
}

.col_xs_offset_1 {
  margin-left: 8.33333333%;
}

.col_xs_offset_0 {
  margin-left: 0%;
}

@media screen and (max-width: 767px) {
  [class^="col_x_"] {
    padding-left: 4%;
    padding-right: 4%;
  }
  .row [class^="col_xs_"],
  .row [class^="col_sm_"],
  .row [class^="col_md_"],
  .row [class^="col_lg_"] {
    padding-left: 4%;
    padding-right: 4%;
  }
  .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12 {
    float: left;
  }
  .col_sm_12 {
    width: 100%;
  }
  .col_sm_11 {
    width: 91.66666667%;
  }
  .col_sm_10 {
    width: 83.33333333%;
  }
  .col_sm_9 {
    width: 75%;
  }
  .col_sm_8 {
    width: 66.66666667%;
  }
  .col_sm_7 {
    width: 58.33333333%;
  }
  .col_sm_6 {
    width: 50%;
  }
  .col_sm_5 {
    width: 41.66666667%;
  }
  .col_sm_4 {
    width: 33.33333333%;
  }
  .col_sm_3 {
    width: 25%;
  }
  .col_sm_2 {
    width: 16.66666667%;
  }
  .col_sm_1 {
    width: 8.33333333%;
  }
  .col_sm_pull_12 {
    right: 100%;
  }
  .col_sm_pull_11 {
    right: 91.66666667%;
  }
  .col_sm_pull_10 {
    right: 83.33333333%;
  }
  .col_sm_pull_9 {
    right: 75%;
  }
  .col_sm_pull_8 {
    right: 66.66666667%;
  }
  .col_sm_pull_7 {
    right: 58.33333333%;
  }
  .col_sm_pull_6 {
    right: 50%;
  }
  .col_sm_pull_5 {
    right: 41.66666667%;
  }
  .col_sm_pull_4 {
    right: 33.33333333%;
  }
  .col_sm_pull_3 {
    right: 25%;
  }
  .col_sm_pull_2 {
    right: 16.66666667%;
  }
  .col_sm_pull_1 {
    right: 8.33333333%;
  }
  .col_sm_pull_0 {
    right: auto;
  }
  .col_sm_push_12 {
    left: 100%;
  }
  .col_sm_push_11 {
    left: 91.66666667%;
  }
  .col_sm_push_10 {
    left: 83.33333333%;
  }
  .col_sm_push_9 {
    left: 75%;
  }
  .col_sm_push_8 {
    left: 66.66666667%;
  }
  .col_sm_push_7 {
    left: 58.33333333%;
  }
  .col_sm_push_6 {
    left: 50%;
  }
  .col_sm_push_5 {
    left: 41.66666667%;
  }
  .col_sm_push_4 {
    left: 33.33333333%;
  }
  .col_sm_push_3 {
    left: 25%;
  }
  .col_sm_push_2 {
    left: 16.66666667%;
  }
  .col_sm_push_1 {
    left: 8.33333333%;
  }
  .col_sm_push_0 {
    left: auto;
  }
  .col_sm_offset_12 {
    margin-left: 100%;
  }
  .col_sm_offset_11 {
    margin-left: 91.66666667%;
  }
  .col_sm_offset_10 {
    margin-left: 83.33333333%;
  }
  .col_sm_offset_9 {
    margin-left: 75%;
  }
  .col_sm_offset_8 {
    margin-left: 66.66666667%;
  }
  .col_sm_offset_7 {
    margin-left: 58.33333333%;
  }
  .col_sm_offset_6 {
    margin-left: 50%;
  }
  .col_sm_offset_5 {
    margin-left: 41.66666667%;
  }
  .col_sm_offset_4 {
    margin-left: 33.33333333%;
  }
  .col_sm_offset_3 {
    margin-left: 25%;
  }
  .col_sm_offset_2 {
    margin-left: 16.66666667%;
  }
  .col_sm_offset_1 {
    margin-left: 8.33333333%;
  }
  .col_sm_offset_0 {
    margin-left: 0%;
  }
}

@media screen and (max-width: 1199px) {
  [class^="col_x_"] {
    padding-left: 4%;
    padding-right: 4%;
  }
  .row [class^="col_xs_"],
  .row [class^="col_sm_"],
  .row [class^="col_md_"],
  .row [class^="col_lg_"] {
    padding-left: 4%;
    padding-right: 4%;
  }
  .row__s [class^="col_x_"] {
    padding-left: 4%;
    padding-right: 4%;
  }
  .row__ss [class^="col_x_"] {
    padding-left: 4%;
    padding-right: 4%;
  }
  .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_11, .col_md_12 {
    float: left;
  }
  .col_md_12 {
    width: 100%;
  }
  .col_md_11 {
    width: 91.66666667%;
  }
  .col_md_10 {
    width: 83.33333333%;
  }
  .col_md_9 {
    width: 75%;
  }
  .col_md_8 {
    width: 66.66666667%;
  }
  .col_md_7 {
    width: 58.33333333%;
  }
  .col_md_6 {
    width: 50%;
  }
  .col_md_5 {
    width: 41.66666667%;
  }
  .col_md_4 {
    width: 33.33333333%;
  }
  .col_md_3 {
    width: 25%;
  }
  .col_md_2 {
    width: 16.66666667%;
  }
  .col_md_1 {
    width: 8.33333333%;
  }
  .col_md_pull_12 {
    right: 100%;
  }
  .col_md_pull_11 {
    right: 91.66666667%;
  }
  .col_md_pull_10 {
    right: 83.33333333%;
  }
  .col_md_pull_9 {
    right: 75%;
  }
  .col_md_pull_8 {
    right: 66.66666667%;
  }
  .col_md_pull_7 {
    right: 58.33333333%;
  }
  .col_md_pull_6 {
    right: 50%;
  }
  .col_md_pull_5 {
    right: 41.66666667%;
  }
  .col_md_pull_4 {
    right: 33.33333333%;
  }
  .col_md_pull_3 {
    right: 25%;
  }
  .col_md_pull_2 {
    right: 16.66666667%;
  }
  .col_md_pull_1 {
    right: 8.33333333%;
  }
  .col_md_pull_0 {
    right: auto;
  }
  .col_md_push_12 {
    left: 100%;
  }
  .col_md_push_11 {
    left: 91.66666667%;
  }
  .col_md_push_10 {
    left: 83.33333333%;
  }
  .col_md_push_9 {
    left: 75%;
  }
  .col_md_push_8 {
    left: 66.66666667%;
  }
  .col_md_push_7 {
    left: 58.33333333%;
  }
  .col_md_push_6 {
    left: 50%;
  }
  .col_md_push_5 {
    left: 41.66666667%;
  }
  .col_md_push_4 {
    left: 33.33333333%;
  }
  .col_md_push_3 {
    left: 25%;
  }
  .col_md_push_2 {
    left: 16.66666667%;
  }
  .col_md_push_1 {
    left: 8.33333333%;
  }
  .col_md_push_0 {
    left: auto;
  }
  .col_md_offset_12 {
    margin-left: 100%;
  }
  .col_md_offset_11 {
    margin-left: 91.66666667%;
  }
  .col_md_offset_10 {
    margin-left: 83.33333333%;
  }
  .col_md_offset_9 {
    margin-left: 75%;
  }
  .col_md_offset_8 {
    margin-left: 66.66666667%;
  }
  .col_md_offset_7 {
    margin-left: 58.33333333%;
  }
  .col_md_offset_6 {
    margin-left: 50%;
  }
  .col_md_offset_5 {
    margin-left: 41.66666667%;
  }
  .col_md_offset_4 {
    margin-left: 33.33333333%;
  }
  .col_md_offset_3 {
    margin-left: 25%;
  }
  .col_md_offset_2 {
    margin-left: 16.66666667%;
  }
  .col_md_offset_1 {
    margin-left: 8.33333333%;
  }
  .col_md_offset_0 {
    margin-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  [class^="col_x_"] {
    padding-left: 4%;
    padding-right: 4%;
  }
  .row [class^="col_xs_"],
  .row [class^="col_ss_"],
  .row [class^="col_md_"],
  .row [class^="col_lg_"] {
    padding-left: 4%;
    padding-right: 4%;
  }
  .col_ss_1, .col_ss_2, .col_ss_3, .col_ss_4, .col_ss_5, .col_ss_6, .col_ss_7, .col_ss_8, .col_ss_9, .col_ss_10, .col_ss_11, .col_ss_12 {
    float: left;
  }
  .col_ss_12 {
    width: 100%;
  }
  .col_ss_11 {
    width: 91.66666667%;
  }
  .col_ss_10 {
    width: 83.33333333%;
  }
  .col_ss_9 {
    width: 75%;
  }
  .col_ss_8 {
    width: 66.66666667%;
  }
  .col_ss_7 {
    width: 58.33333333%;
  }
  .col_ss_6 {
    width: 50%;
  }
  .col_ss_5 {
    width: 41.66666667%;
  }
  .col_ss_4 {
    width: 33.33333333%;
  }
  .col_ss_3 {
    width: 25%;
  }
  .col_ss_2 {
    width: 16.66666667%;
  }
  .col_ss_1 {
    width: 8.33333333%;
  }
  .col_ss_pull_12 {
    right: 100%;
  }
  .col_ss_pull_11 {
    right: 91.66666667%;
  }
  .col_ss_pull_10 {
    right: 83.33333333%;
  }
  .col_ss_pull_9 {
    right: 75%;
  }
  .col_ss_pull_8 {
    right: 66.66666667%;
  }
  .col_ss_pull_7 {
    right: 58.33333333%;
  }
  .col_ss_pull_6 {
    right: 50%;
  }
  .col_ss_pull_5 {
    right: 41.66666667%;
  }
  .col_ss_pull_4 {
    right: 33.33333333%;
  }
  .col_ss_pull_3 {
    right: 25%;
  }
  .col_ss_pull_2 {
    right: 16.66666667%;
  }
  .col_ss_pull_1 {
    right: 8.33333333%;
  }
  .col_ss_pull_0 {
    right: auto;
  }
  .col_ss_push_12 {
    left: 100%;
  }
  .col_ss_push_11 {
    left: 91.66666667%;
  }
  .col_ss_push_10 {
    left: 83.33333333%;
  }
  .col_ss_push_9 {
    left: 75%;
  }
  .col_ss_push_8 {
    left: 66.66666667%;
  }
  .col_ss_push_7 {
    left: 58.33333333%;
  }
  .col_ss_push_6 {
    left: 50%;
  }
  .col_ss_push_5 {
    left: 41.66666667%;
  }
  .col_ss_push_4 {
    left: 33.33333333%;
  }
  .col_ss_push_3 {
    left: 25%;
  }
  .col_ss_push_2 {
    left: 16.66666667%;
  }
  .col_ss_push_1 {
    left: 8.33333333%;
  }
  .col_ss_push_0 {
    left: auto;
  }
  .col_ss_offset_12 {
    margin-left: 100%;
  }
  .col_ss_offset_11 {
    margin-left: 91.66666667%;
  }
  .col_ss_offset_10 {
    margin-left: 83.33333333%;
  }
  .col_ss_offset_9 {
    margin-left: 75%;
  }
  .col_ss_offset_8 {
    margin-left: 66.66666667%;
  }
  .col_ss_offset_7 {
    margin-left: 58.33333333%;
  }
  .col_ss_offset_6 {
    margin-left: 50%;
  }
  .col_ss_offset_5 {
    margin-left: 41.66666667%;
  }
  .col_ss_offset_4 {
    margin-left: 33.33333333%;
  }
  .col_ss_offset_3 {
    margin-left: 25%;
  }
  .col_ss_offset_2 {
    margin-left: 16.66666667%;
  }
  .col_ss_offset_1 {
    margin-left: 8.33333333%;
  }
  .col_ss_offset_0 {
    margin-left: 0%;
  }
}

.col_x_1 {
  width: 8.33333333%;
}

.col_x_2 {
  width: 16.66666667%;
}

.col_x_3 {
  width: 25%;
}

.col_x_4 {
  width: 33.33333333%;
}

.col_x_5 {
  width: 41.66666667%;
}

.col_x_6 {
  width: 50%;
}

.col_x_7 {
  width: 58.33333333%;
}

.col_x_8 {
  width: 66.66666667%;
}

.col_x_9 {
  width: 75%;
}

.col_x_10 {
  width: 83.33333333%;
}

.col_x_11 {
  width: 91.66666667%;
}

.col_x_12 {
  width: 100%;
}

.locator__index {
  margin: 30px 0;
}

.locator_A .col_1 {
  float: left;
  width: 48.1%;
}

.locator_A .col_2 {
  float: right;
  width: 48.1%;
}

.locator_B .col_1 {
  float: left;
  width: 29.94%;
}

.locator_B .col_2 {
  float: right;
  width: 66.396%;
}

.locator_C .col_1 {
  float: left;
  width: 66.396%;
}

.locator_C .col_2 {
  float: right;
  width: 29.94%;
}

.locator_D .col_1 {
  float: left;
  width: 28%;
}

.locator_D .col_2 {
  float: left;
  margin-left: 8%;
  width: 28%;
}

.locator_D .col_3 {
  float: right;
  width: 28%;
}

.col_l {
  padding-left: 1em;
}

.col_w {
  padding: 0 1em;
}

.col_r {
  padding-right: 1em;
}

main .col_1,
main .col_2,
main .col_3 {
  margin-bottom: 0px;
}

.box {
  width: 100%;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #004831;
}

.box__primary {
  background: #c4d700;
  border: 1px solid #c4d700;
  color: #004831;
}

.box__main {
  background: #004831;
  border: 1px solid #394e73;
  color: #ffffff;
}

.box__warning {
  background: #fcf8e3;
  border: 1px solid #f0ad4e;
  color: #f0ad4e;
}

.box__danger {
  background: #f2dede;
  border: 1px solid #dd2020;
  color: #dd2020;
}

.box__info {
  background: #d9edf7;
  border: 1px solid #74a2a5;
  color: #74a2a5;
}

.box__black {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.box__none {
  color: #8a8a8a;
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
}

/*--------------------------------------
  @media screen
---------------------------------------*/
@media screen and (max-width: 1199px) {
  .container {
    margin: 0px auto;
  }
  .main-section__bottom {
    width: 100%;
    background: #f0f0f0;
  }
  .main-section__bottom .hdg_A,
  .main-section__bottom .hdg_B {
    margin-left: 0;
    margin-right: 0;
  }
  .main-section__bottom .main-section__box {
    width: 100%;
    margin: 20px 0 20px;
    padding: 0 8%;
  }
  .main-section__bottom .main-section__box .inner {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .inner {
    width: 100%;
    padding: 0 8%;
  }
  .inner .inner {
    width: 100%;
    padding: 0;
  }
  .inner .inner:last-child,
  .inner .inner .inner:last-child,
  .inner .inner .inner .inner:last-child,
  .inner .inner .inner .inner .inner:last-child {
    padding-bottom: 0;
  }
  .accordion_box {
    padding: 40px 8% 30px;
    border-bottom: 1px solid #d0d0d0;
  }
  .accordion_box--open {
    display: block;
  }
  .accordion_box--close {
    display: none;
  }
  .tab_box {
    display: none;
  }
  .tab_box--active {
    display: block;
    margin-top: 35px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .action_tab_content .action_tab_list {
    padding: 0 8%;
  }
}

@media screen and (max-width: 1199px) {
  .row {
    margin-left: -4.32%;
    margin-right: -4.32%;
    display: inherit;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .row_n {
    margin-left: 0px;
    margin-right: 0px;
  }
  [class^="locator"] {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  [class^="locator_"] .col_1,
  [class^="locator_"] .col_2,
  [class^="locator_"] .col_3 {
    float: none;
    margin-left: 0;
    margin-bottom: 34px;
    width: 100%;
  }
  .locator_A.flat .col_1 {
    float: left;
    width: 48%;
  }
  .locator_A.flat .col_2 {
    float: right;
    width: 48%;
  }
  .locator_B.flat .col_1 {
    float: left;
    width: 33.33333333%;
    padding-right: 2.385%;
  }
  .locator_B.flat .col_2 {
    float: right;
    width: 66.66666667%;
    padding-left: 2.385%;
  }
  .locator_C.flat .col_1 {
    float: left;
    width: 66.66666667%;
    padding-right: 2.385%;
  }
  .locator_C.flat .col_2 {
    float: right;
    width: 33.33333333%;
    padding-left: 2.385%;
  }
  .locator_D.flat .col_1 {
    float: left;
    width: 30.6666665%;
  }
  .locator_D.flat .col_2 {
    float: left;
    margin-left: 1%;
    width: 30.6666665%;
  }
  .locator_D.flat .col_3 {
    float: right;
    width: 30.6666665%;
  }
  [class^="col_x_"] {
    float: none;
    width: 100%;
    margin: 0 0 12px;
    padding-left: 4%;
    padding-right: 4%;
  }
}

/*--------------------------------------
  PC SP 出し分け
---------------------------------------*/
@media print, screen and (min-width: 768px) {
  .none_pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .none_sp {
    display: none !important;
  }
}

/*--------------------------------------
  content section
---------------------------------------*/
.content-inner {
  width: 982px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .content-inner {
    width: 100%;
    padding: 0 8%;
  }
}

/*--------------------------------------
  Google Map
---------------------------------------*/
.googlemap_box {
  position: relative;
  padding-bottom: 327px;
  padding-top: 0;
  margin-bottom: 50px;
  height: 0;
  overflow: hidden;
}

.googlemap_box iframe,
.googlemap_box object,
.googlemap_box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .googlemap_box {
    padding-bottom: 248px;
    padding-top: 0;
    margin-bottom: 30px;
  }
}

/*--------------------------------------
  scroll box
---------------------------------------*/
.scroll_box {
  overflow: auto;
  margin-bottom: 25px;
}

/*--------------------------------------
  step vertical
---------------------------------------*/
.step_vertical {
  margin-bottom: 40px;
}

.step_vertical .step_content:last-child::before {
  display: none;
}

.step_content {
  padding-bottom: 30px;
  margin-bottom: 10px;
  position: relative;
}

.step_content::before {
  content: "";
  width: 68px;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  background-image: url("../images/icon_step_arrow.png");
  background-repeat: repeat-y;
  background-position-x: center;
  background-position-y: bottom;
  top: 30px;
  left: 0;
}

.step_content:last-child {
  padding-bottom: 0;
}

.step_content > .row {
  overflow: hidden;
  margin: 0;
}

.step_content > .row > [class^="col_"]:first-child {
  padding-left: 0;
}

.step_content > .row > [class^="col_"]:last-child {
  padding-right: 0;
}

.step_content .step_header {
  float: left;
  margin-right: 18px;
}

.step_content .step_header .badge {
  margin-bottom: 0;
  padding: 4px 12px;
  min-width: 68px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.step_content .row .hdg_B {
  margin-bottom: 8px;
}

.step_content .row .col_x_2 {
  padding-right: 0;
}

.step_content .row .col_lg_12 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .step_content {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .step_content:before {
    content: "";
    background: none;
    position: absolute;
    top: inherit;
    bottom: 22px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-left: -10px;
    border-top: 2px solid #004831;
    border-right: 2px solid #004831;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
  }
  .step_content .step_header {
    float: none;
    margin-right: 0;
  }
  .step_content .step_header .badge {
    margin-bottom: 10px;
    min-width: 65px;
  }
  .step_content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .step_content .row .col_x_10 {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
        -ms-flex: 7;
            flex: 7;
    position: relative;
    padding-left: 4%;
  }
  .step_content .row .col_x_2 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
    padding-right: 4%;
  }
}

/*--------------------------------------
  Analyst Component
---------------------------------------*/
.analyst-section.bg_gray {
  background-color: #f0f0f0;
}

.analyst-rivers .analyst_content .analyst_item .analyst_img {
  padding-right: 20px;
  left: 0;
}

.analyst-rivers .analyst_content .analyst_item .analyst_name {
  margin-left: 240px;
}

@media screen and (max-width: 767px) {
  .analyst-rivers .analyst_content .analyst_item .analyst_name {
    margin-left: 0;
    padding: 0 0 0 15px;
  }
}

.analyst-rivers .analyst_content .analyst_item .analyst_description {
  margin-left: 240px;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .analyst-rivers .analyst_content .analyst_item .analyst_description {
    margin-left: 0;
  }
}

.analyst_content {
  width: 982px;
  margin: 0 auto;
}

.analyst_content .analyst_item {
  position: relative;
  min-height: 288px;
}

.analyst_content .analyst_item .analyst_img {
  width: 240px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.analyst_content .analyst_item .analyst_name {
  display: inline-block;
  margin: 55px 0 14px;
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
}

.analyst_content .analyst_item .analyst_name .name_kanji {
  font-size: 24px;
  font-weight: bold;
  color: #004831;
  margin-bottom: -2px;
}

.analyst_content .analyst_item .analyst_name .name_roma {
  font-size: 11px;
  font-weight: bold;
  color: #004831;
}

.analyst_content .analyst_item .analyst_name .name_english {
  font-size: 24px;
  font-weight: bold;
  color: #004831;
}

.analyst_content .analyst_item .analyst_description {
  display: inline-block;
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
  margin-bottom: 55px;
  padding-right: 20px;
}

@media screen and (max-width: 1199px) {
  .analyst_content {
    width: 100%;
    padding: 0 8%;
  }
  .analyst_content .analyst_item .analyst_img {
    margin-top: 10px;
  }
  .analyst_content .analyst_item .analyst_name .hdg_C {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .analyst_content {
    width: 100%;
    padding: 0 8%;
  }
  .analyst_content .analyst_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: auto !important;
  }
  .analyst_content .analyst_item .analyst_img {
    width: 50%;
    margin-top: 8px;
    position: static;
  }
  .analyst_content .analyst_item .analyst_name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    margin: 0;
    padding: 0 15px 0 0;
  }
  .analyst_content .analyst_item .analyst_name .hdg_C {
    margin-top: 0;
    margin-bottom: 4px;
  }
  .analyst_content .analyst_item .analyst_name .name_kanji {
    margin-bottom: -2px;
  }
  .analyst_content .analyst_item .analyst_name .name_roma {
    margin-bottom: 0;
  }
  .analyst_content .analyst_item .analyst_description {
    display: inline-block;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 50px;
    padding-right: 0;
  }
  .analyst-rivers .analyst_content .analyst_item .analyst_img {
    padding-right: 0;
  }
}

.analyst-section:nth-child(1) .analyst_item {
  min-height: 300px;
}

/*--------------------------------------
  News list Component
---------------------------------------*/
.news_box {
  padding-top: 45px;
  padding-bottom: 55px;
}

.news_box .news_title {
  text-align: center;
  font-size: 18px;
}

.news_box .news_description {
  text-align: center;
  font-size: 13px;
}

.news_box .news_list {
  margin: 15px 0 0;
}

.news_box .news_list li {
  padding: 14px 0 14px 134px;
  margin-bottom: 0;
  position: relative;
}

.news_box .news_list .date-release {
  position: absolute;
  left: 0;
  font-weight: bold;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-size: 14px;
  color: #4b4b4b;
}

@media screen and (max-width: 767px) {
  .news_box {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .news_box .news_description {
    text-align: left;
  }
  .news_box .news_list {
    margin: 15px 0 0;
  }
  .news_box .news_list li {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .news_box .news_list .date-release {
    position: static;
    margin-right: 12px;
    font-size: 14px;
    display: inline-block;
  }
  .news_box .news_list .itme-link {
    display: block;
    width: 100%;
    margin-top: 8px;
  }
}

.news_box.news_box_badge .news_list li {
  padding-right: 105px;
}

@media screen and (max-width: 767px) {
  .news_box.news_box .news_list li {
    padding-right: 0;
    padding-left: 0;
  }
}

.news_badge {
  margin: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: normal;
  padding: 1.5px 6px;
  display: inline-block;
  position: absolute;
  right: 0;
  min-width: 86px;
  text-align: center;
}

.news_badge.badge-event {
  background-color: #394e73;
  color: #ffffff;
}

.news_badge.badge-topik {
  background-color: #61718f;
  color: #ffffff;
}

.news_badge.badge-extra {
  background-color: #b0b8c7;
  color: #394e73;
}

@media screen and (max-width: 767px) {
  .news_badge {
    position: static;
    min-width: 56px;
    font-size: 10px;
    padding: 1px 6px;
    -webkit-transform: translate(0, -1px);
        -ms-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
}

/*--------------------------------------
  Campaign card Component
---------------------------------------*/
.campaign_box {
  padding-top: 50px;
  padding-bottom: 50px;
}

.campaign_box .row .col {
  padding: 0 25px;
  width: 25%;
  float: left;
}

@media screen and (max-width: 767px) {
  .campaign_box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .campaign_box img {
    width: 100%;
  }
  .campaign_box .row {
    margin-bottom: -30px;
  }
  .campaign_box .row .col {
    padding: 0 4%;
    width: 50%;
    margin-bottom: 30px;
  }
}

.campaign_infobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.campaign_infobox .campaign_info {
  width: 21.2%;
}

.campaign_infobox .campaign_info .campaign_img {
  margin-bottom: 22px;
}

.campaign_infobox .campaign_info .campaign_name {
  color: #004831;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 12px;
}

.campaign_infobox .campaign_info .campaign_notes {
  font-size: 13px;
}

.campaign_infobox .campaign_info .campaign_date {
  font-weight: bold;
  font-size: 10px;
  text-align: right;
  margin-top: 18px;
}

@media screen and (max-width: 1199px) {
  .campaign_infobox {
    display: block;
  }
  .campaign_infobox .campaign_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
    margin-bottom: 30px;
  }
  .campaign_infobox .campaign_info:last-child {
    margin-bottom: 0px;
  }
  .campaign_infobox .campaign_info .campaign_img {
    margin-bottom: 0;
    width: 23%;
  }
  .campaign_infobox .campaign_info .campaign_img img {
    width: 100%;
  }
  .campaign_infobox .campaign_info .campaign_txt {
    width: 72%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .campaign_infobox .campaign_info .campaign_name {
    color: #004831;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 12px;
  }
  .campaign_infobox .campaign_info .campaign_notes {
    font-size: 13px;
  }
  .campaign_infobox .campaign_info .campaign_date {
    font-weight: bold;
    font-size: 10px;
    text-align: right;
    padding-top: 18px;
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  .campaign_infobox .campaign_info {
    margin-bottom: 25px;
  }
  .campaign_infobox .campaign_info .campaign_img {
    width: 38%;
  }
  .campaign_infobox .campaign_info .campaign_txt {
    width: 57%;
  }
  .campaign_infobox .campaign_info .campaign_name {
    margin-bottom: 8px;
  }
  .campaign_infobox .campaign_info .campaign_notes {
    display: none;
  }
  .campaign_infobox .campaign_info .campaign_date {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
  }
}

/*--------------------------------------
  Calendar Component
---------------------------------------*/
.seminar_calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.seminar_calendar .calendar {
  width: 66.8%;
  padding-right: 18px;
}

.seminar_calendar .calendar .icon_side_scroll::before {
  display: none;
}

.seminar_calendar .calendar_refine,
.seminar_calendar .seminar {
  width: 33.2%;
}

.calendar_month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.calendar_month .month_controller-after,
.calendar_month .month_controller-before {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}

.calendar_month .month_controller-before {
  width: 13px;
  height: 22px;
  border: 0;
  background: transparent;
  background: url("../images/icon_calendar_arrow.svg") center center/auto no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.calendar_month .month_controller-before-last {
  background: url("../images/icon_calendar_arrow_white.svg") center center/auto no-repeat;
}

.calendar_month .month_controller-after {
  width: 13px;
  height: 22px;
  border: 0;
  background: transparent;
  background: url("../images/icon_calendar_arrow.svg") center center/auto no-repeat;
}

.calendar_month .month_controller-after-last {
  background: url("../images/icon_calendar_arrow_white.svg") center center/auto no-repeat;
}

.calendar_month .month_title {
  font-size: 18px;
  font-weight: bold;
}

.calendar_table {
  color: #333333;
  width: 100%;
}

.calendar_table thead th {
  font-weight: bold;
  width: 14.28571%;
  text-align: center;
  color: #666666;
  padding: 6px;
}

.calendar_table thead th:nth-child(6) {
  color: #8a8a8a;
}

.calendar_table thead th:nth-child(7) {
  color: #8a8a8a;
}

.calendar_table tbody td {
  height: 90px;
  max-height: 100%;
  border: 1px solid #d0d0d0;
  vertical-align: top;
}

.calendar_table tbody td span {
  display: block;
}

.calendar_table tbody td:nth-child(6) {
  color: #8a8a8a;
}

.calendar_table tbody td:nth-child(7) {
  color: #8a8a8a;
}

.calendar_table .calendar_item {
  padding: 6px 8px;
  min-height: 80px;
}

.calendar_table .calendar_item .calendar_day {
  font-weight: bold;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-size: 12px;
  margin-bottom: 8px;
}

.calendar_table .calendar_item .seminar_place {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 4px;
}

.calendar_table .calendar_item .seminar_time {
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-size: 11px;
}

.calendar_table .calendar_item a span {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.calendar_table .calendar_item a:hover span {
  opacity: 0.8;
}

.calendar_table .calendar_item:not(:first-child) {
  border-top: 1px dashed #d0d0d0;
}

.calendar_table .calendar_item:not(:first-child) .calendar_day {
  display: none;
}

.calendar_table .seminar_content {
  background: #f9f9f9;
}

.calendar_notice {
  margin-top: 14px;
}

.calendar_refine {
  background: #f0f0f0;
  padding: 32px 35px;
}

.calendar_refine form {
  margin: 12px 0 18px;
}

.calendar_refine form label {
  cursor: pointer;
  display: block;
}

.calendar_refine form label:not(:last-child) {
  margin-bottom: 13px;
}

.calendar_refine .refine_title {
  font-size: 15px;
  font-weight: bold;
}

.seminar {
  background: #f9f9f9;
  padding: 30px 35px;
  position: relative;
}

.seminar .seminar_badge {
  background: #004831;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  min-width: 100px;
  min-height: 22px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  margin-bottom: 12px;
}

.seminar .seminar_badge span {
  padding: 3px 4px;
}

.seminar .seminar_title {
  font-size: 18px;
  color: #004831;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #004831;
}

.seminar .seminar_instructor {
  position: relative;
  padding-left: 48px;
  margin-bottom: 16px;
}

.seminar .seminar_instructor .seminar_instructor_subject {
  font-weight: bold;
  position: absolute;
  left: 0;
}

.seminar .seminar_description {
  margin-bottom: 17px;
}

.seminar .seminar_link {
  text-align: right;
}

.seminar .seminar_closebtn {
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
  background: url("../images/icon_calendar_close.svg") center center/auto no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media screen and (max-width: 1199px) {
  .seminar_calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .seminar_calendar .calendar {
    width: 100%;
    padding: 0 8%;
  }
  .seminar_calendar .calendar_refine {
    width: 100%;
    margin-bottom: 30px;
    padding: 32px 8%;
  }
  .seminar {
    display: none;
  }
  .calendar_notice {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .seminar_calendar .calendar .icon_side_scroll::before {
    display: block;
  }
  .calendar_table {
    width: 650px;
  }
  .scroll_calendar {
    overflow-X: scroll;
    padding: 0 1px 10px;
  }
}

/*--------------------------------------
  CV area Component
---------------------------------------*/
.cv_area .cv_inner {
  width: 982px;
  margin: 0 auto;
}

.cv_area .cv_inner *:last-child {
  margin-bottom: 0;
}

.cv_section {
  margin: 0 0 60px;
  background: #f0f0f0;
  width: 100%;
  overflow: hidden;
}

.cv_section .cv_row {
  width: 982px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 50px;
}

@media screen and (max-width: 1199px) {
  .cv_section .cv_row {
    width: auto;
    display: block;
  }
}

.cv_section .cv_row > [class^="col_"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 1199px) {
  .cv_section .cv_row > [class^="col_"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.cv_section .cv_row > [class^="col_"]:first-child {
  padding-left: 0;
}

.cv_section .cv_row > [class^="col_"]:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1199px) {
  .cv_section .cv_row > [class^="col_"]:not(:last-child) {
    margin-bottom: 60px;
  }
}

.cv_section .cv_row > [class^="col_"] [class^="btn"] {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.cv_section .cv_row .cv_area {
  margin: 0;
}

.cv_section .cv_row .cv_inner {
  width: 100%;
}

.cv_section.inner {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .cv_section.inner {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .cv_section.inner .inner {
    padding: 0 8%;
  }
  .cv_section.inner .inner .cv_title {
    z-index: 1;
  }
  .cv_section.inner .inner .cv_title::after {
    content: "";
    display: block;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 1199px) and (max-width: 320px) {
  .cv_section.inner .inner .cv_title::after {
    width: 320px;
  }
}

.cv_section > .cv_inner {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cv_section .cv_title {
  background: white;
  text-align: center;
  padding-bottom: 45px;
  margin-bottom: 0;
  position: relative;
}

.cv_section .cv_title::before {
  content: "";
  display: block;
  background: url("../images/icon_arrow_down.svg") center center/auto;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.cv_area {
  margin: 40px 0 50px;
}

.cv_area .cv_btnbox {
  text-align: center;
  margin-bottom: 30px;
}

.cv_area .cv_btnbox .cv_btn_description {
  display: block;
  margin-bottom: 16px;
}

.cv_area .cv_btnbox .cv_btn_lead {
  display: block;
  margin-top: 13px;
}

.cv_area .cv_btnbox-attach {
  margin-bottom: 42px;
}

@media screen and (max-width: 1199px) {
  .cv_area .cv_inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cv_section {
    margin: 0 0 50px;
  }
  .cv_section .cv_title {
    margin-bottom: 37px;
  }
  .cv_section .cv_title::before {
    -webkit-transform: translate(-50%, 3px);
        -ms-transform: translate(-50%, 3px);
            transform: translate(-50%, 3px);
  }
  .cv_section .cv_title .txt-highest {
    font-size: 15px;
  }
  .cv_area .cv_inner {
    width: 100%;
  }
  .cv_area {
    margin: 35px 0 45px;
  }
  .cv_area .cv_btnbox {
    margin-bottom: 24px;
  }
  .cv_area .cv_btnbox [class^="btn"] {
    max-width: 100%;
    width: 100%;
  }
}

/*--------------------------------------
  transaction guide Component
---------------------------------------*/
.transaction_guide {
  background: #f0f0f0;
  padding: 31px 0;
  margin-bottom: 30px;
}

.transaction_navicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.transaction_navicon .navicon_title {
  font-size: 15px;
  font-weight: bold;
  padding-right: 1%;
  white-space: nowrap;
}

.transaction_navicon .navicon_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1%;
}

.transaction_navicon .navicon_description [class^="icon_"] {
  margin-right: 17px;
  width: 30px;
  height: 30px;
}

.transaction_navicon .navicon_description span {
  font-size: 12px;
  font-weight: bold;
  color: #004831;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .transaction_guide {
    padding: 21px 0 27px;
  }
  .transaction_navicon {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .transaction_navicon .navicon_title {
    font-size: 14px;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }
  .transaction_navicon .navicon_description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .transaction_navicon .navicon_description [class^="icon_"] {
    margin-right: 0;
    width: 22px;
    height: 22px;
    margin-bottom: 6px;
  }
  .transaction_navicon .navicon_description span {
    font-size: 10px;
  }
}

.transaction_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #d0d0d0;
  padding: 25px 0;
  overflow: hidden;
}

.transaction_list .transaction_setting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.transaction_list .transaction_setting p {
  margin: 0;
}

.transaction_list .transaction_setting .setting_description {
  font-size: 12px;
  margin-top: 9px;
  color: #4b4b4b;
}

.transaction_list .transaction_means {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 254px;
  white-space: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 0 0 38px;
}

.transaction_list .transaction_means p {
  margin: 0;
  width: 33.33333%;
}

.transaction_list .transaction_means a {
  padding: 2px 0 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  text-decoration: none;
  text-align: center;
}

.transaction_list .transaction_means [class^="icon_"] {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
}

.transaction_list .transaction_means [class^="icon_"]::before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: #004831;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 7px);
      -ms-transform: translate(-50%, 7px);
          transform: translate(-50%, 7px);
}

.transaction_list .transaction_means .means_tip {
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  white-space: normal;
}

.transaction_list .transaction_description-attached {
  display: block;
  position: relative;
  min-height: 60px;
}

.transaction_list .transaction_description-attached .transaction_title {
  width: -webkit-calc(100% - 292px);
  width: calc(100% - 292px);
  display: inline-block;
}

.transaction_list .transaction_description-attached .transaction_means {
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.transaction_list .transaction_description-attached .transaction_means .means_iconbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.transaction_list .transaction_description-attached .setting_description {
  width: -webkit-calc(100% - 292px);
  width: calc(100% - 292px);
}

@media screen and (max-width: 767px) {
  .transaction_list > li {
    padding: 21px 0;
  }
  .transaction_list .transaction_setting .transaction_title {
    font-size: 12px;
  }
  .transaction_list .transaction_means {
    width: 125px;
    margin: 0 -9px 0 0;
    padding: 0 0 0 21px;
  }
  .transaction_list .transaction_means [class^="icon_"] {
    width: 22px;
    height: 22px;
  }
  .transaction_list .transaction_means [class^="icon_"]::before {
    width: 20px;
    -webkit-transform: translate(-50%, 6px);
        -ms-transform: translate(-50%, 6px);
            transform: translate(-50%, 6px);
  }
  .transaction_list .transaction_means .means_tip {
    font-size: 10px;
  }
  .transaction_list .transaction_description-attached {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .transaction_list .transaction_description-attached .transaction_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    width: -webkit-calc(100% - 137px);
    width: calc(100% - 137px);
  }
  .transaction_list .transaction_description-attached .transaction_means {
    float: right;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .transaction_list .transaction_description-attached .setting_description {
    width: 100%;
    margin-top: 13px;
  }
}

/*--------------------------------------
  contact area Component
---------------------------------------*/
.contact-section .hdg_link {
  font-size: 15px;
  padding-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .contact-section .hdg_link {
    padding-bottom: 7px;
  }
}

.contact-section .inner .hdg_link.txt-highest {
  margin: 0;
}

.contact-section .inner .hdg_link.txt-highest::before {
  display: none;
}

.contact-section .inner .hdg_link.txt-highest + .linkList_border {
  margin-top: 0;
}

.contact-section > .inner > .contact_area:last-child {
  border-bottom: 1px solid #004831;
}

.contact_tel {
  margin: 0 0 20px;
}

.contact_tel .contact_telnum {
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-size: 24px;
  font-weight: bold;
  color: #004831;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}

.contact_tel .contact_telnum span {
  margin-left: 8px;
  font-size: 12px;
}

.contact_tel p {
  margin-bottom: 2px;
}

.contact_area {
  border-top: 1px solid #004831;
}

.contact_area .contact_inner {
  padding: 22px 0;
  position: relative;
  border-top: 1px solid #d0d0d0;
}

.contact_area .contact_inner .hdg_B {
  margin: 6px 0;
}

.contact_area .contact_inner + .contact_inner {
  border-top: 1px dashed #d0d0d0;
}

.contact_area .contact_inner *:first-child {
  margin-top: 0;
}

.contact_area .contact_inner *:last-child {
  margin-bottom: 0;
}

.contact_area .contact_inner .contact_btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0 16px;
}

.contact_area .contact_inner .contact_btnbox [class^="btn-"] {
  min-width: 295px;
  min-height: 50px;
  width: auto;
  font-size: 15px;
  padding: 13.5px 10px;
}

.contact_area .contact_inner .contact_btnbox [class^="btn-"]:not(:first-child) {
  margin-left: 18px;
}

.contact_area .contact_means {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  color: #004831;
}

.contact_area .contact_means [class^="icon_"] {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.contact_area .contact_means [class^="btn-"] {
  min-width: 180px;
  min-height: 36px;
  width: auto;
  font-size: 13px;
  padding: 8.5px 10px;
  margin-left: 10px;
}

.contact_area .contact_means .contact_btnbox {
  margin-left: auto;
  display: block;
  white-space: nowrap;
}

.contact_area .contact_means_description {
  padding-bottom: 26px;
}

.contact_area .contact_means_description *:first-child {
  margin-top: 0;
}

.contact_area .contact_means_description *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact_tel .contact_telnum span {
    font-size: 11px;
  }
  .contact_tel .description_list {
    font-size: 12px;
  }
  .contact_area .contact_inner .contact_btnbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 3px 0 16px;
  }
  .contact_area .contact_inner .contact_btnbox [class^="btn-"] {
    min-width: 100%;
    min-height: 45px;
    padding: 11.5px 10px;
  }
  .contact_area .contact_inner .contact_btnbox [class^="btn-"]:not(:first-child) {
    margin: 15px 0 0;
  }
  .contact_area .contact_means {
    padding: 16px 0;
    font-size: 17px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact_area .contact_means .contact_btnbox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: normal;
    margin-top: 20px;
    letter-spacing: 0;
  }
  .contact_area .contact_means .contact_btnbox [class^="btn-"] {
    margin: 0;
    min-width: -webkit-calc(50% - 6px);
    min-width: calc(50% - 6px);
    font-size: 11px;
    padding: 10px 4px;
  }
  .contact_area .contact_means .contact_btnbox [class^="btn-"]:not(:first-child) {
    margin-left: 11px;
  }
}

/*--------------------------------------
  simulation Component
---------------------------------------*/
.simulation_align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.simulation_align .simulation_result,
.simulation_align .simulation_table {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .simulation_align > [class^="col_"]:not(:last-child) {
    margin-bottom: 30px;
  }
}

.simulation_result {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 30px;
}

.simulation_result tr th:first-child,
.simulation_result tr td:first-child {
  padding-left: 0;
}

.simulation_result tr th:last-child,
.simulation_result tr td:last-child {
  padding-right: 0;
}

.simulation_result thead {
  border-bottom: 1px solid #004831;
  padding-bottom: 2px;
}

.simulation_result thead th {
  font-weight: bold;
  text-align: right;
  padding-bottom: 6px;
  vertical-align: bottom;
}

.simulation_result thead .simulation_title {
  color: #004831;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding-bottom: 6px;
}

.simulation_result tbody th {
  font-weight: bold;
  text-align: left;
}

.simulation_result tbody th.simulation_emphasis--f {
  font-size: 16px;
  font-weight: bold;
  color: #004831;
}

.simulation_result tbody td {
  text-align: right;
  white-space: nowrap;
}

.simulation_result tbody td.simulation_emphasis--f {
  color: #004831;
  font-size: 28px;
  font-weight: bold;
}

.simulation_result tbody td.simulation_emphasis--f .yen {
  font-size: 16px;
}

.simulation_result tbody th,
.simulation_result tbody td {
  padding: 4px 0;
}

.simulation_result tbody tr:first-child th,
.simulation_result tbody tr:first-child td {
  padding-top: 18px;
}

.simulation_result tbody tr:last-child th,
.simulation_result tbody tr:last-child td {
  padding-bottom: 16px;
}

.simulation_result tbody .simulation_emphasis {
  font-weight: bold;
  font-size: 20px;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  line-height: 1.2;
}

.simulation_result tbody .simulation_emphasis .yen {
  font-size: 14px;
}

.simulation_result tfoot th {
  font-weight: bold;
  text-align: left;
}

.simulation_result tfoot td {
  text-align: right;
  white-space: nowrap;
}

.simulation_result tfoot .simulation_amount {
  border-top: 1px solid #d0d0d0;
}

.simulation_result tfoot .simulation_amount th,
.simulation_result tfoot .simulation_amount td {
  padding-top: 10px;
}

.simulation_result tfoot .simulation_amount th {
  font-size: 16px;
  font-weight: bold;
  color: #004831;
}

.simulation_result tfoot .simulation_amount .simulation_emphasis {
  color: #004831;
  font-size: 28px;
}

.simulation_result tfoot .simulation_amount .simulation_emphasis .yen {
  font-size: 16px;
}

.simulation_result tfoot .simulation_emphasis {
  font-weight: bold;
  font-size: 20px;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  line-height: 1.2;
  white-space: nowrap;
}

.simulation_result tfoot .simulation_emphasis .yen {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .simulation_result thead .simulation_title {
    font-size: 17px;
  }
  .simulation_result tbody th.simulation_emphasis--f {
    font-size: 14px;
  }
  .simulation_result tbody td.simulation_emphasis--f {
    font-size: 27px;
  }
  .simulation_result tfoot .simulation_amount th {
    font-size: 14px;
  }
  .simulation_result tfoot .simulation_amount .simulation_emphasis {
    font-size: 27px;
  }
  .simulation_result tfoot .simulation_amount.simulation_amount--total {
    border-top: none;
  }
  .simulation_result tfoot .simulation_amount.simulation_amount--total th {
    font-weight: normal;
    color: #333333;
  }
}

.simulation_result-sp tbody th {
  font-weight: normal;
}

.simulation_result-sp tbody [colspan] {
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 9px;
}

.simulation_table {
  padding: 27px 36px;
  margin-bottom: 30px;
  background: #f0f0f0;
  -webkit-transform: translate(0, 19px);
      -ms-transform: translate(0, 19px);
          transform: translate(0, 19px);
}

@media screen and (max-width: 767px) {
  .simulation_table {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.sim3__output .simulation_table {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.simulation_itemize {
  width: 100%;
}

.simulation_itemize th {
  text-align: left;
}

.simulation_itemize thead th,
.simulation_itemize thead td {
  padding-bottom: 12px;
}

.simulation_itemize tbody th,
.simulation_itemize tbody td {
  font-weight: normal;
  padding: 4px 0;
}

.simulation_itemize tbody td {
  text-align: right;
  white-space: nowrap;
}

.simulation_itemize tbody tr:last-child th,
.simulation_itemize tbody tr:last-child td {
  padding-bottom: 16px;
}

.simulation_itemize tfoot td {
  text-align: right;
  white-space: nowrap;
}

.simulation_itemize tfoot tr:first-child th,
.simulation_itemize tfoot tr:first-child td {
  padding-top: 10px;
}

.simulation_itemize tfoot .simulation_amount {
  border-top: 1px solid #d0d0d0;
}

.simulation_itemize tfoot .simulation_amount th {
  font-size: 16px;
}

.simulation_itemize tfoot .simulation_amount .simulation_emphasis {
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.simulation_itemize tfoot .simulation_amount .simulation_emphasis .yen {
  font-size: 14px;
}

.simulation_itemize tfoot .simulation_melit th {
  color: #004831;
  font-size: 16px;
}

.simulation_itemize tfoot .simulation_melit .simulation_emphasis {
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-size: 28px;
  font-weight: bold;
  color: #004831;
  line-height: 1.2;
  white-space: nowrap;
}

.simulation_itemize tfoot .simulation_melit .simulation_emphasis .yen {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .simulation_table {
    padding: 20px 27px;
  }
  .simulation_itemize tfoot .simulation_amount th {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .en .simulation_itemize tfoot .simulation_melit .simulation_emphasis .yen {
    display: block;
  }
}

/*--------------------------------------
  fund_ranking Component
---------------------------------------*/
.fund_ranking-trust {
  position: relative;
}

.fund_ranking-trust .ranking_table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table {
    display: block;
  }
  .fund_ranking-trust .ranking_table thead,
  .fund_ranking-trust .ranking_table tbody,
  .fund_ranking-trust .ranking_table tr,
  .fund_ranking-trust .ranking_table th,
  .fund_ranking-trust .ranking_table td {
    display: block;
  }
}

.fund_ranking-trust .ranking_table .fund_rank {
  width: 6.2%;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table .fund_rank {
    width: 12.2%;
  }
}

.fund_ranking-trust .ranking_table .month_basis {
  width: 6.2%;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table .month_basis {
    width: 14.6%;
  }
}

.fund_ranking-trust .ranking_table .fund_name {
  width: 56.8%;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table .fund_name {
    width: 73.2%;
  }
}

.fund_ranking-trust .ranking_table .fund_return_6m,
.fund_ranking-trust .ranking_table .fund_return_1y,
.fund_ranking-trust .ranking_table .fund_return_3y {
  width: 10.266%;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table .fund_return_6m,
  .fund_ranking-trust .ranking_table .fund_return_1y,
  .fund_ranking-trust .ranking_table .fund_return_3y {
    width: auto;
  }
}

.fund_ranking-trust .ranking_table thead {
  border-bottom: solid 1px #d0d0d0;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table thead tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.fund_ranking-trust .ranking_table thead th {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding-bottom: 5px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table thead th {
    font-size: 10px;
  }
}

.fund_ranking-trust .ranking_table thead .fund_name {
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table thead .fund_name {
    padding-left: 1%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table thead .fund_return_6m,
  .fund_ranking-trust .ranking_table thead .fund_return_1y,
  .fund_ranking-trust .ranking_table thead .fund_return_3y {
    display: none;
  }
}

.fund_ranking-trust .ranking_table tbody tr {
  border-bottom: dashed 1px #d0d0d0;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px 0;
  }
}

.fund_ranking-trust .ranking_table tbody tr.hide {
  display: none;
}

.fund_ranking-trust .ranking_table tbody th,
.fund_ranking-trust .ranking_table tbody td {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table tbody th,
  .fund_ranking-trust .ranking_table tbody td {
    padding: 0;
  }
}

.fund_ranking-trust .ranking_table tbody .fund_rank {
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  color: #8a8a8a;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table tbody .fund_rank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fund_ranking-trust .ranking_table tbody .fund_rank-1 {
  font-size: 24px;
  color: #d98827;
}

.fund_ranking-trust .ranking_table tbody .fund_rank-2 {
  font-size: 24px;
  color: #8895ab;
}

.fund_ranking-trust .ranking_table tbody .fund_rank-3 {
  font-size: 24px;
  color: #a89a8b;
}

.fund_ranking-trust .ranking_table tbody .month_basis {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table tbody .month_basis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fund_ranking-trust .ranking_table tbody .month_basis .basis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fund_ranking-trust .ranking_table tbody .fund_name {
  padding: 20px 16px;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table tbody .fund_name {
    display: inline-block;
    padding: 0;
    padding-left: 1%;
  }
}

.fund_ranking-trust .ranking_table tbody .fund_name .fund_tag {
  display: block;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table tbody .fund_name .fund_tag {
    display: none;
  }
}

.fund_ranking-trust .ranking_table tbody .fund_name a {
  width: 100%;
}

.fund_ranking-trust .ranking_table tbody .fund_tag {
  margin-top: 10px;
  display: none;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table tbody .fund_tag {
    display: block;
    width: 100%;
  }
}

.fund_ranking-trust .ranking_table tbody .fund_return_6m,
.fund_ranking-trust .ranking_table tbody .fund_return_1y,
.fund_ranking-trust .ranking_table tbody .fund_return_3y {
  font-weight: bold;
  color: #394e73;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table tbody .fund_return_6m,
  .fund_ranking-trust .ranking_table tbody .fund_return_1y,
  .fund_ranking-trust .ranking_table tbody .fund_return_3y {
    display: none;
  }
}

.fund_ranking-trust .ranking_table tbody .fund_return_6m.positive,
.fund_ranking-trust .ranking_table tbody .fund_return_1y.positive,
.fund_ranking-trust .ranking_table tbody .fund_return_3y.positive {
  color: #d98827;
}

.fund_ranking-trust .ranking_table tbody .fund_return {
  margin-top: 10px;
  display: none;
  font-size: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .fund_ranking-trust .ranking_table tbody .fund_return {
    display: block;
    width: 100%;
  }
}

.fund_ranking-trust .ranking_table tbody .fund_return .description_title {
  padding-right: 1.2em;
}

.fund_ranking-trust .ranking_table tbody .fund_return .rate_6m,
.fund_ranking-trust .ranking_table tbody .fund_return .rate_1y,
.fund_ranking-trust .ranking_table tbody .fund_return .rate_3y {
  color: #394e73;
  margin-right: 1em;
}

.fund_ranking-trust .ranking_table tbody .fund_return .rate_6m.positive,
.fund_ranking-trust .ranking_table tbody .fund_return .rate_1y.positive,
.fund_ranking-trust .ranking_table tbody .fund_return .rate_3y.positive {
  color: #d98827;
}

.fund_ranking-trust .ranking_more {
  text-align: center;
  margin-top: 16px;
}

.fund_ranking-trust .ranking_more button {
  background: transparent;
  border: 0;
  color: #004831;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-right: 12px;
  outline: none;
  cursor: pointer;
}

.fund_ranking-trust .ranking_more button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
}

.fund_ranking-trust .ranking_more button::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fund_ranking-trust .ranking_more button.hide::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.fund_ranking-trust .ranking_update {
  text-align: right;
  font-size: 12px;
  -webkit-transform: translate(0, -110%);
      -ms-transform: translate(0, -110%);
          transform: translate(0, -110%);
  pointer-events: none;
}

.fund_ranking-trust .ranking_update.more-hide {
  margin-top: 16px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media screen and (max-width: 1199px) {
  .fund_ranking-trust .ranking_update {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 20px;
  }
}

.tab_fund_ranking-trust .tab_box--active {
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .tab_fund_ranking-trust .update {
    padding: 0 8%;
  }
}

/*--------------------------------------
  scroll_tab Component
---------------------------------------*/
.scroll_tab_wrap .icon_side_scroll {
  border-bottom: solid 1px #d0d0d0;
}

.scroll_tab_wrap .scroll_box {
  margin: 0;
}

.scroll_tab_wrap .scroll_nav_flat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  word-break: keep-all;
}

.scroll_tab_wrap .scroll_nav_flat > li:not(:first-child) {
  margin-left: 38px;
}

@media screen and (max-width: 1199px) {
  .scroll_tab_wrap .scroll_nav_flat > li:not(:first-child) {
    margin-left: 28px;
  }
}

@media screen and (max-width: 1199px) {
  .scroll_tab_wrap .scroll_nav_flat > li:first-child {
    padding-left: 8%;
  }
  .scroll_tab_wrap .scroll_nav_flat > li:last-child {
    padding-right: 8%;
  }
}

.scroll_tab_wrap .scroll_nav_flat > li span {
  display: block;
  padding: 11px 0;
  white-space: nowrap;
  color: #8a8a8a;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .scroll_tab_wrap .scroll_nav_flat > li span {
    font-size: 13px;
    padding: 10px 0;
  }
}

.scroll_tab_wrap .scroll_nav_flat > li span.nav_flat--active {
  color: #004831;
  border-bottom: solid 2px #004831;
}

/*--------------------------------------
  branchlist Component
---------------------------------------*/
.branchlist_tab_wrap .action_tab_content {
  margin-top: 0;
}

.branchlist_typeselect {
  padding: 29px 36px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .branchlist_typeselect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 23px 8%;
  }
}

.branchlist_typeselect .typeselect_txt {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 152px;
  padding-right: 20px;
}

@media screen and (max-width: 1199px) {
  .branchlist_typeselect .typeselect_txt {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-width: 100%;
    padding-right: 0;
    margin-bottom: 13px;
  }
}

.branchlist_typeselect .typeselect_box {
  width: 100%;
}

.branchlist_typeselect .typeselect_box .select_branchtype {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.branchlist_typeselect .typeselect_box .select_branchtype .branchtype_setting {
  width: 27.02703%;
}

@media screen and (max-width: 767px) {
  .branchlist_typeselect .typeselect_box .select_branchtype .branchtype_setting {
    width: 33.33333%;
  }
}

.branchlist_list {
  width: 100%;
}

.branchlist_list .branchlist_title {
  border-bottom: 1px solid #d0d0d0;
}

.branchlist_list .branchlist_title th {
  padding: 0 0 7px;
  font-size: 11px;
  vertical-align: bottom;
  text-align: left;
}

.branchlist_list .branchlist_title .head_type,
.branchlist_list .branchlist_title .head_code {
  width: 8.7%;
}

.branchlist_list .branchlist_title .head_name {
  width: 22%;
}

.branchlist_list .branchlist_title .head_evening,
.branchlist_list .branchlist_title .head_saturday_consul,
.branchlist_list .branchlist_title .head_saturday_teller,
.branchlist_list .branchlist_title .head_goldpremium,
.branchlist_list .branchlist_title .head_globalbranch {
  width: 12.12%;
  text-align: center;
}

.branchlist_list .branchlist_branch {
  border-bottom: 1px dashed #d0d0d0;
}

.branchlist_list .branchlist_branch td {
  padding: 31px 0;
}

.branchlist_list .branchlist_branch td > *:last-child {
  margin-bottom: 0;
}

.branchlist_list .branchlist_branch td:nth-last-child(1), .branchlist_list .branchlist_branch td:nth-last-child(2) {
  position: static;
}

.branchlist_list .branchlist_branch td:nth-last-child(1) .service_balloon, .branchlist_list .branchlist_branch td:nth-last-child(2) .service_balloon {
  left: auto;
  right: -webkit-calc((100% - 982px) / 2);
  right: calc((100% - 982px) / 2);
  -webkit-transform: translate(0, 16px);
      -ms-transform: translate(0, 16px);
          transform: translate(0, 16px);
}

@media screen and (max-width: 1199px) {
  .branchlist_list .branchlist_branch td:nth-last-child(1) .service_balloon, .branchlist_list .branchlist_branch td:nth-last-child(2) .service_balloon {
    right: 8%;
  }
}

@media screen and (max-width: 1199px) {
  .branchlist_list .branchlist_branch td:nth-last-child(3) {
    position: static;
  }
  .branchlist_list .branchlist_branch td:nth-last-child(3) .service_balloon {
    left: auto;
    right: -webkit-calc((100% - 982px) / 2);
    right: calc((100% - 982px) / 2);
    -webkit-transform: translate(0, 16px);
        -ms-transform: translate(0, 16px);
            transform: translate(0, 16px);
  }
}

@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .branchlist_list .branchlist_branch td:nth-last-child(3) .service_balloon {
    right: 8%;
  }
}

.branchlist_list .branchlist_branch td button {
  border: 0;
  font-family: inherit;
}

.branchlist_list .branchlist_branch .body_name {
  padding-right: 30px;
}

.branchlist_list .branchlist_branch .service-checked {
  position: relative;
}

.branchlist_list .branchlist_branch .service-checked .service_name {
  display: block;
  cursor: pointer;
  outline: none;
}

.branchlist_list .branchlist_branch .service-checked .service_tip {
  display: inline;
}

.branchlist_list .branchlist_branch .service_balloon-active .service_balloon {
  display: block;
}

.branchlist_list .branchlist_branch .service_balloon-active .service_name::before {
  display: block;
}

.branchlist_list .branchlist_branch .service_name {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
  white-space: nowrap;
  overflow: visible;
  margin: 0 auto;
  background: url("../images/icon_check.svg") center center/24px no-repeat;
}

.branchlist_list .branchlist_branch .service_name::before {
  content: "";
  display: none;
  pointer-events: none;
  outline: none;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-top: 1px solid #004831;
  border-right: 1px solid #004831;
  bottom: -10px;
  -webkit-transform: translate(6px, 13px) rotate(-45deg);
      -ms-transform: translate(6px, 13px) rotate(-45deg);
          transform: translate(6px, 13px) rotate(-45deg);
  z-index: 200;
}

.branchlist_list .branchlist_branch .service_type {
  display: none;
}

.branchlist_list .branchlist_branch .service_tip {
  display: none;
  font-size: 11px;
  color: #004831;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
}

.branchlist_list .branchlist_branch .service_balloon {
  display: none;
  position: absolute;
  left: 50%;
  background: #ffffff;
  border: 1px solid #004831;
  width: 374px;
  padding: 16px 22px;
  font-size: 12px;
  -webkit-box-shadow: 2.294px 3.277px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2.294px 3.277px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, 16px);
      -ms-transform: translate(-50%, 16px);
          transform: translate(-50%, 16px);
  z-index: 100;
}

@media screen and (max-width: 1199px) {
  .branchlist_list .branchlist_branch .service_balloon {
    left: 50%;
    -webkit-transform: translate(-50%, 16px);
        -ms-transform: translate(-50%, 16px);
            transform: translate(-50%, 16px);
  }
}

@media screen and (max-width: 767px) {
  .branchlist_list {
    display: block;
  }
  .branchlist_list tr,
  .branchlist_list thead,
  .branchlist_list tbody,
  .branchlist_list th,
  .branchlist_list td {
    display: block;
  }
  .branchlist_list .branchlist_title {
    display: none;
  }
  .branchlist_list .branchlist_body .branchlist_branch:first-child {
    border-top: 1px dashed #d0d0d0;
  }
  .branchlist_list .branchlist_branch {
    position: relative;
    padding: 18px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .branchlist_list .branchlist_branch td {
    display: inline;
    padding: 0;
  }
  .branchlist_list .branchlist_branch td:nth-last-child(1) .service_balloon, .branchlist_list .branchlist_branch td:nth-last-child(2) .service_balloon {
    -webkit-transform: translate(0, 16px);
        -ms-transform: translate(0, 16px);
            transform: translate(0, 16px);
    right: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .branchlist_list .branchlist_branch td:nth-last-child(3) .service_balloon {
    -webkit-transform: translate(0, 16px);
        -ms-transform: translate(0, 16px);
            transform: translate(0, 16px);
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .branchlist_list .branchlist_branch .body_type,
  .branchlist_list .branchlist_branch .body_code {
    font-size: 12px;
    margin-right: 20px;
  }
  .branchlist_list .branchlist_branch .body_type span,
  .branchlist_list .branchlist_branch .body_code span {
    font-weight: bold;
  }
  .branchlist_list .branchlist_branch .body_name {
    padding: 0;
    margin: 4px 0;
    display: block;
    width: 100%;
  }
  .branchlist_list .branchlist_branch .service_name {
    width: auto;
    height: auto;
    position: relative;
    background: #f0f0f0;
    padding: 0 12px;
    min-height: 20px;
    border-radius: 2em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .branchlist_list .branchlist_branch .service_name::before {
    left: 50%;
    -webkit-transform: translate(-50%, 9px) rotate(-45deg);
        -ms-transform: translate(-50%, 9px) rotate(-45deg);
            transform: translate(-50%, 9px) rotate(-45deg);
  }
  .branchlist_list .branchlist_branch .service_balloon {
    width: 100%;
    right: 0;
    left: 0;
  }
  .branchlist_list .branchlist_branch .service_tip {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 10px;
    font-weight: bold;
    color: #4b4b4b;
  }
  .branchlist_list .branchlist_branch .service_tip::before {
    content: "（";
  }
  .branchlist_list .branchlist_branch .service_tip::after {
    content: "）";
  }
  .branchlist_list .branchlist_branch .service-checked {
    margin-top: 6px;
    margin-right: 7px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: static;
  }
  .branchlist_list .branchlist_branch .service-checked .service_name {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .branchlist_list .branchlist_branch .service-checked .service_type {
    display: inline;
    font-size: 10px;
    font-weight: bold;
    color: #4b4b4b;
  }
  .branchlist_list .branchlist_branch .service_balloon-active.service-checked .service_balloon {
    -webkit-transform: translate(0, 32px);
        -ms-transform: translate(0, 32px);
            transform: translate(0, 32px);
  }
}

.movie-7-4-lg {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .movie-7-4-lg {
    margin-bottom: 40px;
  }
}

.movie-7-4-lg [class^="col_"] .mgn_btm_20 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .movie-7-4-lg [class^="col_"] .icon_moviebtn {
    margin-bottom: 20px;
  }
}

.movie-7-4-lg-3col {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .movie-7-4-lg-3col {
    margin-bottom: 40px;
  }
}

.movie-7-4-lg-3col [class^="col_"] .mgn_btm_20 {
  margin-bottom: 0 !important;
}

.movie-7-4-lg-3col [class^="col_"] .icon_moviebtn {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .movie-7-4-lg-3col [class^="col_"]:not(:last-child) {
    margin-bottom: 40px;
  }
}

.movie-7-4-sm {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .movie-7-4-sm {
    margin-bottom: 30px;
  }
}

.movie-7-4-sm [class^="locator_"] [class^="col_"] {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .movie-7-4-sm > [class^="col_"]:not(:last-child) {
    margin-bottom: 30px;
  }
}

.movie-7-4-sm > [class^="col_"] .mgn_btm_20 {
  margin-bottom: 0 !important;
}

.keyvisual-8-13 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .keyvisual-8-13 {
    margin-bottom: 40px;
  }
}

.keyvisual-8-13 .keyvisual_img {
  margin-bottom: 20px;
}

.keyvisual-8-13 .keyvisual_img img {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .keyvisual-8-13 .keyvisual_img {
    padding: 0 8%;
  }
}

@media screen and (max-width: 767px) {
  .keyvisual-8-13 .keyvisual_img {
    padding: 0;
  }
}

.img-7-5-2col {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .img-7-5-2col [class^="col_"]:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .img-7-5-2col {
    margin-bottom: 50px;
  }
}

.img-10-5-sm {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .img-10-5-sm {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .img-10-5-sm > [class^="col_"] {
    margin-bottom: 50px;
  }
}

.img-10-5-sm > [class^="col_"] [class^="locator_"] > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .img-10-5-sm > [class^="col_"] [class^="locator_"] [class^="col_"]:not(:last-child) {
    margin-bottom: 25px;
  }
}

.img-10-5-sm > *:last-child {
  margin-bottom: 0;
}

.img-10-5-sm .img-center {
  text-align: center;
}

.img-10-5-sm-1col {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .img-10-5-sm-1col {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .img-10-5-sm-1col > [class^="col_"] .locator_A:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .img-10-5-sm-1col > [class^="col_"]:not(:last-child) {
    margin-bottom: 25px;
  }
}

.img-8-24-sm {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .img-8-24-sm {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .img-8-24-sm > [class^="col_"]:not(:last-child) {
    margin-bottom: 50px;
  }
}

.img-8-24-sm [class^="locator_"] > [class^="col_"] {
  margin-bottom: 0;
}

.img-8-24-sm .img-center {
  text-align: center;
}

.img-8-24-sm img {
  width: 100%;
}

.img-8-24-sm-1col {
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .img-8-24-sm-1col {
    margin-bottom: 50px;
  }
}

.img-8-24-sm-1col [class^="col_"] {
  padding-left: 18px;
  padding-right: 18px;
}

@media screen and (max-width: 1199px) {
  .img-8-24-sm-1col [class^="col_"] {
    padding-left: 2.385%;
    padding-right: 2.385%;
  }
}

.img-8-24-sm-1col > *:first-child {
  padding-left: 0;
}

.img-8-24-sm-1col > *:last-child {
  padding-right: 0;
}

.img-8-24-sm-1col .img-center {
  text-align: center;
}

.img-8-24-sm-1col img {
  width: 100%;
}

.attention-8-11-bottom .main-section__box {
  margin-top: 50px;
  margin-bottom: 100px;
}

.attention-8-11-bottom .main-section__box .inner {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .attention-8-11-bottom .main-section__box .inner {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .attention-8-11-bottom .main-section__box {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.linkList-8-17 {
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .linkList-8-17 {
    margin-bottom: 30px;
  }
}

.linkList-8-17 > *:last-child {
  margin-bottom: 0;
}

.linkList-12-2 {
  margin-bottom: 80px;
}

@media screen and (max-width: 1199px) {
  .linkList-12-2 {
    margin-bottom: 50px;
  }
  .linkList-12-2 > [class^="col_"] {
    margin-bottom: 50px;
  }
}

.linkList-12-2 > *:last-child {
  margin-bottom: 0;
}

.box_point-8-10 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .box_point-8-10 {
    margin-bottom: 25px;
  }
  .box_point-8-10 > [class^="col_"] {
    margin-bottom: 12px;
  }
  .box_point-8-10 + .box_point-8-10 {
    margin-top: -13px;
  }
}

.box_point-8-10 > *:last-child {
  margin-bottom: 0;
}

.aline_img_ratio {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .aline_img_ratio {
    margin-left: -2.08%;
    margin-right: -2.08%;
  }
  .aline_img_ratio [class^="col_xs_"],
  .aline_img_ratio [class^="col_sm_"],
  .aline_img_ratio [class^="col_md_"],
  .aline_img_ratio [class^="col_lg_"] {
    padding-left: 2%;
    padding-right: 2%;
  }
  .aline_img_ratio.sm_row > [class^="col_"] {
    margin-bottom: 30px;
  }
  .aline_img_ratio.sm_row > *:last-child {
    margin-bottom: 0;
  }
}

body#branch .signboard {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  body#branch .signboard {
    margin-bottom: 28px;
  }
}

body#branch .signboard .hdg-index {
  margin-bottom: 4px;
}

body#branch .googlemap_box {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  body#branch .googlemap_box {
    margin-bottom: 40px;
  }
}

.tab_seminar_select .action_tab_content > *:last-child {
  margin-bottom: 0;
}

.tab_seminar_select .calendar_month {
  padding-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .tab_seminar_select .calendar_month {
    float: none;
    padding: 0 8%;
  }
}

.tab_seminar_select .tab_box--active {
  margin-bottom: 60px;
}

.seminar_select_form.bg_gray {
  background: #f0f0f0;
}

.seminar_select_form.bg_gray .calendar_month {
  padding-bottom: 20px;
  background: #ffffff;
}

.seminar_select_form {
  margin: 0 0 60px;
  padding: 0;
  overflow: hidden;
}

.seminar_select_form .menu-basic {
  padding: 0 35px;
  margin: 40px 0 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .menu-basic {
    display: block;
    padding: 0 8%;
  }
}

.seminar_select_form .menu-basic .selectbox_list {
  margin-bottom: 0;
}

.seminar_select_form .menu-basic .selectbox_list > li:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .menu-basic .selectbox_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.seminar_select_form .menu-basic .option_menu-pc {
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .menu-basic .option_menu-pc {
    display: none;
  }
}

.seminar_select_form .menu-advance {
  padding: 40px 35px;
  background: #f9f9f9;
}

.seminar_select_form .menu-advance > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .menu-advance {
    padding: 20px 8%;
  }
}

.seminar_select_form .selectbox_list {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .selectbox_list {
    margin-bottom: 15px;
  }
}

.seminar_select_form .selectbox_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.seminar_select_form .selectbox_list > li:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .selectbox_list > li {
    display: block;
  }
  .seminar_select_form .selectbox_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.seminar_select_form .selectbox_list > li.flex_align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.seminar_select_form .selectbox_list > li.float_L {
  margin-right: 50px;
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .selectbox_list > li.float_L {
    float: none;
    margin-right: 0;
  }
}

.seminar_select_form .selectbox_list .selectbox_label {
  font-weight: bold;
  min-width: 86px;
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .selectbox_list .selectbox_label {
    display: block;
    margin-bottom: 8px;
  }
}

.seminar_select_form .selectbox_list .selectbox_operation {
  width: 100%;
}

.seminar_select_form .selectbox_list .selectbox_operation .notes {
  margin-top: 6px;
  margin-bottom: 0;
}

.seminar_select_form .selectbox_list .selectbox_operation .select-main .select_btn select {
  min-width: 258px;
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .selectbox_list .selectbox_operation .select-main .select_btn select {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .selectbox_list .selectbox_operation .select-main .select_btn {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .selectbox_list .selectbox_operation .select-main {
    width: 100%;
  }
}

.seminar_select_form .selectbox_list .selectbox_operation .checkbox-narrowing > li {
  display: block;
}

.seminar_select_form .selectbox_list .selectbox_operation .checkbox-narrowing > li:not(:last-child) {
  margin-bottom: 12px;
}

.seminar_select_form .selectbox_list .selectbox_operation .list_checkbox-theme {
  margin-top: -2px;
  margin-bottom: -10px;
}

.seminar_select_form .selectbox_list .selectbox_operation .list_checkbox-theme--all {
  margin-bottom: 2px;
}

.seminar_select_form .submit_btn_area {
  margin: 20px 0 24px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.seminar_select_form .submit_btn_area .option_menu-sp {
  display: none;
  margin-right: 40px;
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .submit_btn_area .option_menu-sp {
    display: block;
  }
}

.seminar_select_form .submit_btn_area .btn-main {
  min-width: auto;
  max-width: 222px;
  font-size: 15px;
  padding: 13px 16px;
}

@media screen and (max-width: 1199px) {
  .seminar_select_form .submit_btn_area .btn-main {
    max-width: 145px;
  }
}

.seminar_select_form .seminar_option_btn {
  background: transparent;
  border: 0;
  color: #004831;
  font-weight: bold;
  padding: 2px 26px 2px 0;
  overflow: visible;
  position: relative;
  outline: none;
}

.seminar_select_form .seminar_option_btn::before, .seminar_select_form .seminar_option_btn::after {
  content: "";
  display: block;
  background: #004831;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  right: 0;
}

.seminar_select_form .seminar_option_btn::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.seminar_select_form .seminar_option_btn.option_btn-open::after {
  display: none;
}

.map_balloon {
  color: #ffffff;
  background: rgba(51, 51, 51, 0.9);
  max-width: 258px;
  padding: 20px 24px;
  position: relative;
  -webkit-box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
}

.map_balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(51, 51, 51, 0.9);
  margin-top: -4px;
  margin-right: -8px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.map_balloon p {
  margin-bottom: 0;
}

.map_balloon a {
  color: #ffffff;
}

.map_balloon .branch_code {
  font-size: 12px;
}

.limitcontrol_box {
  border: 1px solid #d0d0d0;
  padding: 26px 36px;
}

@media screen and (max-width: 767px) {
  .limitcontrol_box {
    padding: 26px;
  }
}

.limitcontrol_box > *:last-child {
  margin-bottom: 0;
}

.limitcontrol_balloon span.if {
  width: 140px;
  display: inline-block;
}

.modal__inner__contents .signboard {
  width: 100%;
  min-width: auto;
}

.modal__inner__contents .signboard h1 {
  margin-left: 0;
  margin-right: 0;
}

.modal__inner__contents .main-section {
  width: 100%;
  min-width: auto;
}

.modal__inner__contents > *:last-child {
  margin-bottom: 0;
}

.modal__inner__contents > *:last-child > *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  header
---------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
}

#header .header-content {
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 1000000;
  height: 110px;
  position: relative;
}

#header .header-content .hdg__site-title {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  color: #ffffff;
  width: 236px;
}

#header .header-content .hdg__site-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  background: #004831;
  width: 236px;
  height: 110px;
}

#header .header-content .hdg__site-title a img {
  width: 206px;
  height: auto;
}

#header .header-content .hdg__site-title a img.header_logo {
  width: 148px;
}

@media screen and (max-width: 767px) {
  #header .header-content .hdg__site-title a img.header_logo {
    width: 97px;
  }
}

#header .header-content .hdg__site-title a img.header_logo_en {
  width: 156px;
}

@media screen and (max-width: 767px) {
  #header .header-content .hdg__site-title a img.header_logo_en {
    width: 99px;
  }
}

#header .header-content .hdg__site-title a img.header_logo_corp {
  width: 166px;
}

@media screen and (max-width: 767px) {
  #header .header-content .hdg__site-title a img.header_logo_corp {
    width: 106px;
  }
}

#header .header-content .hdg__site-title a img.header_logo_corp_en {
  width: 206px;
}

@media screen and (max-width: 767px) {
  #header .header-content .hdg__site-title a img.header_logo_corp_en {
    width: 125px;
  }
}

#header .header-content .header__description {
  color: #004831;
  font-size: 13px;
  display: inline-block;
  padding: 15px 5px 10px 16px;
  margin: 0;
}

#header .header-content .header-search {
  float: right;
  background-color: #f0f0f0;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 34px 4px 10px;
  margin: 10px 0 0 10px;
  width: 466px;
  max-width: 466px;
  height: 30px;
  position: relative;
}

#header .header-content .header-search .header-search__input {
  background-color: #f0f0f0;
  font-family: inherit;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

#header .header-content .header-search .header-search__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(-8px, -50%);
      -ms-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
  width: 18px;
  height: 18px;
}

#header .header-content .header-search .header-search__button img {
  vertical-align: inherit;
}

#header .header-content .header__nav {
  float: right;
}

#header .header-content .header__nav-sp {
  display: none;
}

#header .header-content .header__select {
  float: right;
  padding: 13px 16px 2px 15px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 63px;
  max-width: 100%;
  font-size: 12px;
}

#header .header-content .header__select .select {
  line-height: 1;
  margin: 0;
  border: none;
  background: transparent;
  color: #004831;
  position: relative;
  width: 100%;
  padding: 6px 0;
  text-indent: 13px;
  font-weight: bold;
  font-size: 12px;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  background: url(../images/icon_Japan.svg) left center no-repeat;
  background-size: 24px 24px;
}

#header .header-content .header__select .select.select--jp {
  background: url(../images/icon_Japan.svg) left center no-repeat;
  background-size: 24px 24px;
}

#header .header-content .header__select .select.select--us {
  background: url(../images/icon_America.svg) left center no-repeat;
  background-size: 24px 24px;
}

#header .header-content .header__select .select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 0;
  height: 0;
  margin-top: -4px;
  margin-left: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

#header .header-content .header__select .select__language {
  border: none;
  color: #004831;
  background-color: #ffffff;
  width: -webkit-calc(100% - 31px);
  width: calc(100% - 31px);
  padding: 2px 0;
  position: absolute;
  top: 102%;
  display: none;
  font-weight: bold;
  font-size: 12px;
  z-index: 1;
}

#header .header-content .header__select .select__language .select__language--ja,
#header .header-content .header__select .select__language .select__language--en {
  padding: 8px 4px 8px 32px;
  text-decoration: none;
  display: block;
  line-height: 1;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
}

#header .header-content .header__select .select__language .select__language--ja {
  background: url(../images/icon_Japan.svg) left center no-repeat;
  background-size: 20px 20px;
  background-position-x: 4px;
}

#header .header-content .header__select .select__language .select__language--en {
  background: url(../images/icon_America.svg) left center no-repeat;
  background-size: 20px 20px;
  background-position-x: 4px;
}

#header .header-content .header__nav {
  text-align: right;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 10px 0 0;
}

#header .header-content .header__nav .signboard-nav {
  letter-spacing: -.4em;
  display: inline;
}

#header .header-content .header__nav .signboard-nav li {
  letter-spacing: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

#header .header-content .header__nav .signboard-nav li:not(:last-child) {
  margin-right: 10px;
}

#header .header-content .header__nav .signboard-nav li a {
  min-width: 140px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header .header-content .header__nav .signboard-nav li a.signboard-nav__open {
  background: #c4d700;
  color: #004831;
  text-align: center;
}

#header .header-content .header__nav .signboard-nav li a.signboard-nav__open img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-bottom: 1px;
}

#header .header-content .header__nav .signboard-nav li a.signboard-nav__login {
  background: #004831;
  color: #ffffff;
  text-align: center;
}

#header .header-content .header__nav .signboard-nav li a.signboard-nav__login img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-bottom: 1px;
}

#header .global_nav-sp {
  display: none;
}

#header .search_nav-sp {
  display: none;
}

.en #header .header-content .header__description {
  letter-spacing: -0.02em;
}

.en #header .header-content .header-search {
  width: 420px;
  max-width: 420px;
}

.en #header nav .signboard-nav li a {
  min-width: 125px;
}

/*--------------------------------------
  @media screen
---------------------------------------*/
@media screen and (max-width: 1330px) {
  #header .header-content .header-search {
    width: -webkit-calc(100% - 850px);
    width: calc(100% - 850px);
  }
}

@media screen and (max-width: 1310px) {
  #header .header-content {
    height: 160px;
  }
  #header .header-content .hdg__site-title a {
    height: 99px;
  }
  #header .header-content .header__description {
    padding: 15px 10px 6px 15px;
  }
  #header .header-content .header__select {
    display: inline-block;
    padding: 13px 16px 3px 15px;
  }
}

@media screen and (max-width: 1080px) {
  #header .header-content .header-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    margin-top: 10px;
    margin-left: 250px;
    width: 248px;
  }
}

@media screen and (max-width: 767px) {
  #header .header-content {
    width: 100%;
    min-width: 320px;
    height: 66px;
    position: relative;
    top: 0;
  }
  #header .header-content .hdg__site-title {
    color: #ffffff;
    width: auto;
  }
  #header .header-content .hdg__site-title a {
    width: 145px;
    padding-top: 0px;
    margin-top: 0;
    height: 66px;
  }
  #header .header-content .header__description {
    display: none;
  }
  #header .header-content .header-search {
    display: none;
  }
  #header .header-content .header__nav {
    display: none;
  }
  #header .header-content .header__select {
    display: none;
  }
  #header .header-content .header__nav-sp {
    display: block;
    float: right;
    width: auto;
    padding: 20px 15px 0;
  }
  #header .header-content .header__nav-sp li {
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 20px;
  }
  #header .header-content .header__nav-sp li:first-child {
    margin-left: 0;
  }
  #header .header-content .header__nav-sp li a {
    display: block;
    width: 26px;
    height: 26px;
  }
  #header .header-content .header__nav-sp li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
  }
  #header .header-content .header__nav-sp li button img {
    width: 26px;
    height: 26px;
  }
  #header .header-content .header__nav-sp li .menu-trigger,
  #header .header-content .header__nav-sp li .menu-trigger span {
    display: inline-block;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .header-content .header__nav-sp li .menu-trigger {
    position: absolute;
    width: 26px;
    height: 26px;
    outline: none;
  }
  #header .header-content .header__nav-sp li .menu-trigger span {
    position: absolute;
    left: 0;
    width: 90%;
    height: 3px;
    background-color: #004831;
    border-radius: 5px;
  }
  #header .header-content .header__nav-sp li .menu-trigger span:nth-of-type(1) {
    top: 1px;
  }
  #header .header-content .header__nav-sp li .menu-trigger span:nth-of-type(2) {
    top: 10.5px;
  }
  #header .header-content .header__nav-sp li .menu-trigger span:nth-of-type(3) {
    bottom: 2px;
  }
  #header .header-content .header__nav-sp li .menu-trigger span:nth-of-type(4) {
    text-indent: -9999px;
    background: none;
  }
  #header .header-content .header__nav-sp li .menu-trigger.active span {
    width: 100%;
  }
  #header .header-content .header__nav-sp li .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
  }
  #header .header-content .header__nav-sp li .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .header-content .header__nav-sp li .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
  }
  #header .header-content nav.global_nav {
    display: none;
  }
  #header .global_nav-sp {
    width: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 100000;
    float: inherit;
    text-align: left;
    margin: 0;
    padding: 66px 0 0;
    border: none;
    overflow-y: auto;
    display: block;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
    transition: -webkit-transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  }
  #header .global_nav-sp.active {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #header .global_nav-sp.active::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 66px;
    left: 0;
    -webkit-box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
  }
  #header .global_nav-sp .nav-menu {
    background: #ffffff;
    min-width: 300px;
    width: 100%;
  }
  #header .global_nav-sp .nav-menu .nav-menu__link {
    border-bottom: 1px solid #f0f0f0;
  }
  #header .global_nav-sp .nav-menu .nav-menu__link a {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    padding: 20px 15px;
    text-decoration: none;
    position: relative;
  }
  #header .global_nav-sp .nav-menu .nav-menu__link a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-top: 2px solid #004831;
    border-right: 2px solid #004831;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  #header .global_nav-sp .nav-menu .nav-menu__title {
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    position: relative;
  }
  #header .global_nav-sp .nav-menu .nav-menu__title:before {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    content: "";
    display: block;
    position: absolute;
    background: #004831;
    width: 18px;
    height: 2px;
    top: 50%;
    right: 15px;
    margin-top: -1px;
  }
  #header .global_nav-sp .nav-menu .nav-menu__title:after {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    content: "";
    display: block;
    position: absolute;
    background: #004831;
    width: 2px;
    height: 18px;
    top: 50%;
    right: 23px;
    margin-top: -9px;
  }
  #header .global_nav-sp .nav-menu .nav-menu__title.active:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
        transform: rotate(270deg);
  }
  #header .global_nav-sp .nav-menu .nav-menu__title span {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    padding: 20px 15px;
  }
  #header .global_nav-sp .nav-menu .nav-menu__list {
    display: none;
    margin: 0;
    padding: 12px 15px;
    background: #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  #header .global_nav-sp .nav-menu .nav-menu__list.active {
    display: block;
  }
  #header .global_nav-sp .nav-menu .nav-menu__list a {
    display: block;
    width: 100%;
    padding: 7.5px 15px 7.5px 15px;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
  }
  #header .global_nav-sp .nav-menu__language {
    background: #ffffff;
    width: 100%;
    min-width: 300px;
    padding: 15px 15px 25px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
  }
  #header .global_nav-sp .nav-menu__language .menu__language-jp,
  #header .global_nav-sp .nav-menu__language .menu__language-en {
    display: block;
    width: 50%;
    line-height: 24px;
    text-align: center;
    float: left;
    font-weight: bold;
    font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  }
  #header .global_nav-sp .nav-menu__language .menu__language-jp img,
  #header .global_nav-sp .nav-menu__language .menu__language-en img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  #header .global_nav-sp .nav-menu__language [class^='menu__language-'] {
    color: #8a8a8a;
  }
  #header .global_nav-sp .nav-menu__language [class^='menu__language-']:nth-child(2n) {
    border-left: 1px solid #d0d0d0;
  }
  #header .search_nav-sp {
    background: #f0f0f0;
    width: 100%;
    height: 66px;
    max-height: 66px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    margin: 0;
    padding: 15px 15px 14px;
    border: none;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
  }
  #header .search_nav-sp.active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #header .search_nav-sp .search_box {
    width: 100%;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .search_nav-sp .search_box form {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header .search_nav-sp .search_box form .header-search__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
  }
  #header .search_nav-sp .search_box form .header-search__button img {
    width: 24px;
    height: 24px;
    min-width: auto;
    max-width: none;
  }
  #header .search_nav-sp .search_box form .header-search__input {
    margin: 0 10px 0 10px;
    padding: 0;
    background: none;
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: inherit;
    width: 100%;
  }
  #header .search_nav-sp .search_box .search-trigger {
    border: none;
    background: none;
    color: #004831;
    font-family: inherit;
    white-space: nowrap;
    font-size: 14px;
    min-width: 75px;
    text-align: right;
    padding: 6px 0;
    outline: none;
  }
  .search-trigger {
    outline: none;
  }
}

@media screen and (max-width: 1320px) {
  .en #header .header-content .header-search {
    width: -webkit-calc(100% - 855px);
    width: calc(100% - 855px);
  }
}

@media screen and (max-width: 1080px) {
  .en #header .header-content .header-search {
    width: 248px;
  }
}

@media screen and (max-width: 1320px) {
  #header.header_nav-none .header-content {
    height: 99px !important;
  }
}

@media screen and (max-width: 767px) {
  #header.header_nav-none .header-content {
    height: 66px !important;
  }
}
/*--------------------------------------
  global nav in header
---------------------------------------*/
.header-fix-page {
  padding-top: 0px;
}
@media screen and (max-width: 1310px) {
  .header-fix-page {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .header-fix-page {
    padding-top: 0px;
  }
}

@media screen and (max-width: 1310px) {
  .header-fix-page .global_nav .global_nav-menu .global_nav-category {
    top: 60px;
  }
}
#header.header-nav-fix {
  position: static;
  z-index: 1000000;
}
#header.header-nav-fix .header-content {
  position: absolute;
  top:65px;
  left:0;
  right:0;
  bottom:0;
}

@media screen and (max-width: 767px) {
  #header.header-nav-fix .header-content {
    top:56px;
  }
}
#header.header-nav-fix .fg-header {
  display:table;
  width:100%;
  background-color: #004831;
  border-bottom: 5px solid #b6ca3f;
  margin-bottom:110px;
}
#header.header-nav-fix .fg-header p{
  display:table-cell;
  width:50%;
  padding:0;
  vertical-align:middle;
  line-height:0;
}
#header.header-nav-fix .fg-header p:first-child{
  text-align:left;
  padding:5px 0 5px 10px;
}
#header.header-nav-fix .fg-header p:last-child {
  text-align:right;
  padding-right:20px;
}
.en #header.header-nav-fix .fg-header p:last-child {
  padding-right:21px;
}
#header.header-nav-fix .fg-header .fg-header_logo_01{
  height:50px;
  width:auto;
}
#header.header-nav-fix .fg-header .fg-header_logo_02 {
  height:11px;
  width:auto;
}
.en #header.header-nav-fix .fg-header .fg-header_logo_02 {
  height:13px;
}
#header.header-nav-fix .header-content .header__description {
  color: #004831;
  font-size: 12px;
  padding: 17px 40px 10px 1%;
  float:right;
}
#header.header-nav-fix .header-content .header__description a {
  text-decoration:none;
}
#header.header-nav-fix .header-content .header-search {
  background-color: #fff;
  margin: 0 auto;
  width: 70%;
  height: 36px;
}
#header.header-nav-fix .header-content .header-search .header-search__input {
  background-color: #fff;
  padding:3px 0;
  font-size:16px;
}
@media screen and (max-width: 1310px) {
  #header.header-nav-fix .header-content .header__select {
    padding: 13px 0.5% 3px 0.5%;
  }
  #header.header-nav-fix .header-content .header-txtlink {
    display: inline-block;
    float:right;
    width:51%;
  }
}
@media screen and (max-width: 1310px) {
  #header.header-nav-fix .header-content .header-search {
    position: relative;
    margin:0 auto;
    width: 70%;
  }
  #header.header-nav-fix .header-content .header-txtlink {
  }
  #header.header-nav-fix .header-content .header__description {
    padding:17px 10px 10px 30px;
  }
}
@media screen and (max-width: 1080px) {
  #header.header-nav-fix .header-content .header-txtlink {
    width:100%;
  }
}
#header.header-nav-fix .header-content .header__select {
  float: right;
  padding: 13px 20px 2px 15px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display:inline-block;
  width:auto;
  max-width: 100%;
  font-size: 12px;
}

#header.header-nav-fix .header-content .header__select .select {
  line-height: 1;
  margin: 0;
  border: none;
  background: transparent;
  color: #004831;
  position: relative;
  width: 100%;
  text-indent:0;
  padding: 6px 15px 6px 2px;
  font-weight: bold;
  font-size: 12px;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  background:none;
}

#header.header-nav-fix .header-content .header__select .select.select--jp {
  background:none;
}

#header.header-nav-fix .header-content .header__select .select.select--us {
  background:none;
}

#header.header-nav-fix .header-contents-menu{
  position:relative;
  z-index: 1000001;
  height:50px;
  margin-left:160px;
}
#header.header-nav-fix .header-contents-menu:after{
  height: 0;
  visibility: hidden;
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1310px) {
  #header.header-nav-fix .fg-header{
    margin-bottom:147px;
  }
  #header.header-nav-fix .header-contents-menu {
    height:86px;
    min-height:50px;
  }
}
@media screen and (max-width: 767px) {
  #header.header-nav-fix .fg-header {
    margin-bottom:67px;
    position:relative;
    z-index:100030
  }
  #header.header-nav-fix .header-contents-menu {
    display:none;
  }
  #header.header-nav-fix .fg-header p:first-child{
    padding:0 0 0 5px;
  }
  #header.header-nav-fix .fg-header p:last-child,
  .en #header.header-nav-fix .fg-header p:last-child {
    padding-right:10px;
  }
  #header.header-nav-fix .fg-header .fg-header_logo_01{
    padding:7px 0;
  }
  #header.header-nav-fix .fg-header .fg-header_logo_02{
    height: 8.9px;
  }
  .en #header.header-nav-fix .fg-header .fg-header_logo_02{
    height: 10.5px;
  }
}

#header.header-nav-fix .header-content .hdg__site-title {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  color: #ffffff;
  width: 208px;
  margin-top:-50px;
}

#header.header-nav-fix .header-content .act-scroll .hdg__site-title {
  width: 177px;
}

#header.header-nav-fix .header-content #header-fix-block .header-fix-block-inner.act-scroll .hdg__site-title{
  margin-top:0;
}

#header.header-nav-fix .header-content .hdg__site-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  background: none;
  width: 208px;
  height: 110px;
}

#header.header-nav-fix .header-content #header-fix-block .header-fix-block-inner.act-scroll .hdg__site-title a {
  height:60px;
}

#header.header-nav-fix .header-content .hdg__site-title a img {
  width: 206px;
  height: auto;
}

#header.header-nav-fix .header-content .hdg__site-title a img.header_logo {
  width: 203px;
}

#header.header-nav-fix .header-content .act-scroll .hdg__site-title a img.header_logo {
  width: 163px;
}

@media screen and (max-width: 1310px) {
  #header.header-nav-fix .header-content .hdg__site-title {
    margin-top:-73px;
    width:171px;
  }
  #header.header-nav-fix .header-content .hdg__site-title a {
    height:50px;
  }
  #header.header-nav-fix .header-content .hdg__site-title a img.header_logo {
    width: 160px;
  }
  #header.header-nav-fix .header-content .act-scroll .hdg__site-title a img.header_logo {
    width: 163px;
  }
  #header.header-nav-fix .header-content #header-fix-block .header-fix-block-inner.act-scroll .hdg__site-title{
    margin-top:-73px;
  }
}

#header.header-nav-fix .header-content .hdg__site-title a img.header_logo_en {
  width: 204px;
}
@media screen and (max-width: 1310px) {
  #header.header-nav-fix .header-content .hdg__site-title a img.header_logo_en {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  #header.header-nav-fix .header-content .hdg__site-title a img.header_logo_en {
    width: 140px;
  }
}

#header.header-nav-fix .header-content .hdg__site-title a img.header_logo_corp {
  width: 166px;
}

@media screen and (max-width: 767px) {
  #header.header-nav-fix .header-content .hdg__site-title {
    margin-top:0;
    width:126px;
  }
  #header.header-nav-fix .header-content .hdg__site-title a {
    height:66px;
  }
  #header.header-nav-fix .header-content .act-scroll .hdg__site-title{
    width:126px;
  }
  #header.header-nav-fix .header-content .hdg__site-title a img.header_logo {
    width: 130px;
  }
  #header.header-nav-fix .header-content .act-scroll .hdg__site-title a img.header_logo{
    width: 140px;
  }
  #header.header-nav-fix .header-content .hdg__site-title a img.header_logo_corp {
    width: 106px;
  }
  #header.header-nav-fix .header-content #header-fix-block .header-fix-block-inner.act-scroll .hdg__site-title{
    margin-top:0;
  }
  #header.header-nav-fix .header-content #header-fix-block .header-fix-block-inner.act-scroll .hdg__site-title a {
    height:66px;
  }
  #header.header-nav-fix .header-content #header-fix-block .header-fix-block-inner .hdg__site-title a {
    height:66px;
  }
}

#header.header-nav-fix .header-content .hdg__site-title a img.header_logo_corp_en {
  width: 206px;
}

@media screen and (max-width: 767px) {
  #header.header-nav-fix .header-content .hdg__site-title a img.header_logo_corp_en {
    width: 125px;
  }
}

#header.header-nav-fix #header-fix-block .header-fix-block-inner:after{
  height: 0;
  visibility: hidden;
  content: "";
  display: block;
  clear: both;
}
#header.header-nav-fix #header-fix-block .header-fix-block-inner{
  top:0;
  left:0;
  z-index: 1000000;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 1.4px 0.6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 1.4px 0.6px rgba(0, 0, 0, 0.1);
}
#header.header-nav-fix #header-fix-block .header-fix-block-inner.act-scroll,
.fixed #header.header-nav-fix #header-fix-block .header-fix-block-inner.act-scroll{
  position:fixed;
  top:0;
  left:0;
  right:0;
}
@media screen and (max-width: 1310px) {
  #header.header-nav-fix #header-fix-block .header-fix-block-inner{
    border-top:1px solid #f0f0f0
  }
}
@media screen and (max-width: 767px) {
  #header-fix-block{
    position:relative;/* sp判定用スタイル */
  }
}

@media screen and (max-width: 1310px) {
  #header.header-nav-fix .header-content {
    height: 0;
  }
  #header.header-nav-fix .header-content .hdg__site-title a {
    height: 60px;
  }
}
.en #header.header-nav-fix .header-content .header-search {
  width: 70%;
  max-width: auto;
}

#header.header-nav-fix .global_nav {
  background: #ffffff;
  width: 1050px;
  position:static;
  height: 60px;
  float:right;
}
@media screen and (max-width: 1310px) {
  #header.header-nav-fix .global_nav {
    width: 100%;
    border-top:none;
    position:relative;
  }
}
#header.header-nav-fix .global_nav .global_nav-menu {
  border-right: none;
  overflow:hidden;
}
#header.header-nav-fix .global_nav .global_nav-menu .global_nav-category {
  position: absolute;
}
#header.header-nav-fix #header-fix-block .header-fix-block-inner.act-scroll .global_nav .global_nav-menu .global_nav-category {
  top: 60px;
}

@media screen and (max-width: 1310px) {
  #header.header-nav-fix .global_nav .global_nav-menu .global_nav-category {
    top: 60px;
  }
}
#header.header-nav-fix .global_nav .global_nav-menu dt {
  border-left:none;
}
#header.header-nav-fix .global_nav .global_nav-menu dt.global_nav_ttl_search{
  max-width:103px;
  width:103px;
}
#header.header-nav-fix .global_nav .global_nav-menu dt.global_nav_ttl_campaign{
  width:180px;
}
#header.header-nav-fix .global_nav .global_nav-menu dt a .nav-menu_label {
  position: absolute;
}

@media screen and (max-width: 767px) {
  #header.header-nav-fix .global_nav-sp {
    padding: 122px 0 0;
  }
  .act-scroll #header.header-nav-fix .global_nav-sp {
    padding: 66px 0 0;
  }
  #header.header-nav-fix .search_nav-sp {
    top: 56px;
  }
  .act-scroll #header.header-nav-fix .search_nav-sp {
    top: 0;
  }
}
#header.header-nav-fix .global_nav .global_nav-menu dt a{
  color:#004831;
}

#header.header-nav-fix .global_nav .global_nav-menu dt a.global_nav-menu--current_actstay,
#header.header-nav-fix .global_nav .global_nav-menu dt a.global_nav-menu--current_actstay:hover {
  background: none;
  border-bottom: 3px solid #004831;
  position: relative;
}
#header.header-nav-fix .global_nav .global_nav-menu dt a.global_nav-menu--current,
#header.header-nav-fix .global_nav .global_nav-menu dt a.global_nav-menu--current:hover,
#header.header-nav-fix .global_nav .global_nav-menu dt a:hover{
  background: none;
  border-bottom: 3px solid #004831;
  position: relative;
}

#header.header-nav-fix .global_nav .global_nav-menu dt a:after,
#header.header-nav-fix .global_nav .global_nav-menu dt a:hover:after,
#header.header-nav-fix .global_nav .global_nav-menu dt a.global_nav-menu--current:after,
#header.header-nav-fix .global_nav .global_nav-menu dt a.global_nav-menu--current:hover:after,
#header.header-nav-fix .global_nav .global_nav-menu dt a.global_nav-menu--current_actstay:after,
#header.header-nav-fix .global_nav .global_nav-menu dt a.global_nav-menu--current_actstay:hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-bottom: 0;
  margin-left: -4px;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
#header.header-nav-fix .global_nav .global_nav-menu .global_nav-category.header-search-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  width: 1060px;
  z-index: 1000000;
  box-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  padding: 0;
  height:0;
  margin: -60px 0 0;
  display:block;
  overflow:hidden;
}
#header.header-nav-fix .global_nav .global_nav-menu .global_nav-category.header-search-nav.is-active {
  height:auto;
  padding: 10px 0 4px;
}
#header.header-nav-fix .global_nav .global_nav-menu .global_nav-category.header-search-nav .global_nav-category__box {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  display:block;
}
#header.header-nav-fix .global_nav .global_nav-menu .global_nav-category.header-search-nav.is-active .global_nav-category__box {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
#header.header-nav-fix #header-fix-block .header-fix-block-inner.act-scroll .global_nav .global_nav-menu .global_nav-category.header-search-nav {
}
#header.header-nav-fix #header-fix-block .header-fix-block-inner .global_nav .global_nav-menu .global_nav-category.header-search-nav .global_nav-category__close{
  float:right;
  position:static;
  width:15px;
  height:16px;
  margin-top:10px;
}
#header.header-nav-fix .header-content .header-search {
  padding: 4px 10px 4px 34px;
  margin: 0;
  float:left;
  width: 70%;
  width: calc(100% - 20px);
  max-width: 900px;
}
#header.header-nav-fix .header-content .header-search .header-search__button {
  right: auto;
  left: 1%;
  width: 20px
  height: 20px;
}

@media screen and (max-width: 1310px) {
  #header.header-nav-fix .global_nav .global_nav-menu .global_nav-category.header-search-nav {
    width: 100%;
  }
}


/*--------------------------------------
  signboard
---------------------------------------*/
.signboard {
  width: 982px;
  padding: 0;
  margin: 80px auto 60px;
}

.signboard .cv_section,
.signboard .main-section__bottom {
  margin-bottom: 20px;
}

.signboard .cv_section.inner,
.signboard .main-section__bottom.inner {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .signboard .cv_section.inner,
  .signboard .main-section__bottom.inner {
    margin-bottom: 30px;
  }
}

.main-section .signboard {
  margin-top: 0;
}

.signboard .description,
.signboard .site-description {
  margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .signboard {
    width: 100%;
    padding: 0;
  }
  .signboard > h1,
  .signboard > p,
  .signboard > ul {
    margin-left: 8%;
    margin-right: 8%;
  }
  .signboard .description {
    font-size: 14px;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 20px;
  }
  .signboard .description {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .signboard {
    margin: 50px auto 40px;
    min-width: 320px;
  }
  .signboard h1 img,
  .signboard p.logo img {
    max-width: 150px;
  }
  .signboard .keyvisual_img h1 img{
    max-width: none;
  }

}

/*--------------------------------------
  content
---------------------------------------*/
main#main {
  overflow-x: hidden;
  padding-top: 1px;
}

.main-content {
  width: 100%;
  padding: 0;
  text-align: left;
  margin: 0 auto;
}

div.topicPath {
  width: 982px;
  font-size: 12px;
  clear: both;
  margin: 0 auto;
  padding: 16px 0 0;
  list-style-type: none;
}

div.topicPath a,
div.topicPath em {
  margin: 0;
}

div.topicPath *:first-child {
  margin-left: 0;
}

div.topicPath em {
  color: #333333;
  font-weight: normal;
  font-style: normal;
}

.contents_box {
  margin: 0 auto;
  width: 982px;
}

@media screen and (max-width: 1199px) {
  .contents_box {
    padding-left: 8%;
    padding-right: 8%;
    width: 100%;
  }
}

.stretch_inner {
  position: relative;
  width: 150vw;
  left: -webkit-calc((150vw - 982px) / -2);
  left: calc((150vw - 982px) / -2);
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1199px) {
  .stretch_inner {
    position: static;
    width: 100%;
  }
}

.stretch_inner-sp {
  position: relative;
  width: 100vw;
  left: -webkit-calc((100vw - 982px) / -2);
  left: calc((100vw - 982px) / -2);
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .stretch_inner-sp {
    position: static;
    width: 100%;
  }
}

/*--------------------------------------
  @media screen
---------------------------------------*/
@media screen and (max-width: 1199px) {
  .main-content {
    padding: 0;
    text-align: left;
    margin: 0 auto;
    clear: both;
    float: left;
    width: 100%;
  }
  .content.column2 {
    padding: 0px 0px 0px 0px;
  }
  div.topicPath {
    width: 100%;
    margin: 0;
    padding: 12px 4% 0;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  div.topicPath {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  div.topicPath a,
  div.topicPath em {
    margin: 0 3px;
  }
}

/*--------------------------------------
  main
---------------------------------------*/
/*--------------------------------------
  utilities
---------------------------------------*/
.main-utilities {
  width: 982px;
  float: right;
  padding: 0;
  margin: 0;
  background: #ffffff;
}

.main-utilities section {
  padding: 15px;
}

.main-utilities:last-child {
  border-bottom: none;
}

/*--------------------------------------
  @media screen
---------------------------------------*/
@media screen and (max-width: 1199px) {
  .main-utilities {
    float: none;
    width: 100%;
    padding: 0;
    clear: both;
  }
  .main-utilities section {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .main-utilities h2 {
    text-align: center !important;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .fixed2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 10100;
  }
}

/*--------------------------------------
  footer
---------------------------------------*/
#footer {
  border-top: #f0f0f0 solid 1px;
  clear: both;
  padding: 0;
  margin: 0;
  position: relative;
  text-shadow: none;
  font-size: 13px;
  color: #4b4b4b;
}

#footer .footer-content {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
  border-top: #f0f0f0 solid 1px;
}

#footer .footer-content a {
  color: #333333;
}

#footer .footer-content .footer_nav-pc {
  display: block;
}

@media screen and (max-width: 1199px) {
  #footer .footer-content .footer_nav-pc {
    display: none;
  }
}

#footer .footer-content .footer_nav-sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  #footer .footer-content .footer_nav-sp {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  #footer .footer-content .footer_icon-pc {
    display: none;
  }
}

#footer .footer-content .inner {
  position: relative;
  width: 982px;
  padding: 0 0 20px;
  margin-bottom: 0 !important;
  overflow: hidden;
}

#footer .footer-content .inner p {
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  #footer .footer-content .inner > p {
    padding: 0 4%;
  }
}

#footer .footer-content .inner .row .nav-menu .nav-menu__title {
  font-weight: bold;
  margin: 0;
  padding: 0 0 12px;
}

#footer .footer-content .inner .row .nav-menu .nav-menu__link {
  margin: 0;
  padding: 0;
}

#footer .footer-content .inner .row .nav-menu .nav-menu__list {
  margin: 0;
  padding: 0;
}

#footer .footer-content .inner .row .nav-menu a {
  text-decoration: none;
}

#footer .footer-content .inner .row .pst {
  position: relative;
}

#footer .footer-content .inner .row .pst .nav-menu {
  position: absolute;
}

#footer .footer-content .inner .footer-nav {
  margin: 0 -15px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#footer .footer-content .inner .footer-nav li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  border-left: 1px solid #d0d0d0;
  float: left;
  line-height: 1.2;
}

#footer .footer-content .inner .footer-nav li:first-child, #footer .footer-content .inner .footer-nav li.clear {
  border-left: none;
}

#footer .footer-content .inner .footer-nav li a {
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  #footer .footer-content .inner .footer-nav + .footer-nav,
  #footer .footer-content .inner p + .footer-nav {
    border-top: 1px solid #f0f0f0;
  }
}

#footer .footer-content .inner .footer-txt {
  width: 640px;
  font-size: 13px;
}

#footer .footer-content .inner .footer-logo {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 0;
}

#footer .footer-content small {
  clear: both;
  display: block;
  padding-top: 10px;
}

#footer .footer-content--gray {
  background: #f0f0f0;
  -webkit-box-shadow: 0 5px 5px -3px rgba(208, 208, 208, 0.5) inset, 0 -5px 5px -3px rgba(208, 208, 208, 0.5) inset;
          box-shadow: 0 5px 5px -3px rgba(208, 208, 208, 0.5) inset, 0 -5px 5px -3px rgba(208, 208, 208, 0.5) inset;
}

#footer .footer-content--gray [class^="col_lg_"] {
  margin-bottom: 20px;
}

#footer .footer-content--gray [class^="col_lg_"] a {
  background-color: #ffffff;
  position: relative;
  display: block;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

#footer .footer-content--gray [class^="col_lg_"] a img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#footer .footer-content--gray [class^="col_lg_"] a i {
  position: absolute;
  top: 0;
  right: 0;
  margin: 4px;
}

@media screen and (max-width: 1199px) {
  .footer-content--gray [class^="col_lg_"] img {
    max-height: 100%;
  }
}

#footer .footer-content.reset .inner {
  padding-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  #footer .footer-content.reset .inner {
    padding: 50px 8%;
  }
}

#footer .footer-content.reset .box_C {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #004831;
  border-bottom: 7px solid #c4d700;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 24px;
}

#footer .footer-content.reset .box_C .img {
  margin-bottom: 0;
  margin-left: 30px;
}

#footer .footer-content.reset .box_C .img img {
  height: 40px;
}

@media screen and (max-width: 767px) {
  #footer .footer-content.reset .box_C .img img {
    height: 32px;
    margin-left: 20px;
  }
}

#footer .footer-content.reset .box_C .img.mla {
  margin-left: auto;
  margin-right: 30px;
}

#footer .footer-content.reset .box_D {
  margin-bottom: -24px;
}

#footer .footer-content.reset .box_D img {
  width: 100%;
}

#footer .footer-content.reset .box_D .col_lg_3 {
  margin-bottom: 24px !important;
}

/*--------------------------------------
  @media screen
---------------------------------------*/
@media screen and (max-width: 1199px) {
  #footer {
    border-top: #f0f0f0 solid 1px;
    clear: both;
    padding: 0;
    margin: 0;
    position: relative;
    text-shadow: none;
    font-size: 13px;
    color: #4b4b4b;
    width: 100%;
    min-width: 320px;
  }
  #footer .footer-content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: #f0f0f0 solid 1px;
    overflow: hidden;
  }
  #footer .footer-content .inner {
    position: relative;
    width: 100%;
    padding: 0;
  }
  #footer .footer-content .inner .row .col_lg_3 {
    padding: 0 4%;
    margin-bottom: 0;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__title {
    font-weight: normal;
    margin: 0;
    padding: 10px 4% 10px;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__link {
    margin: 0;
    padding: 0;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__list {
    margin: 0;
    padding: 0;
  }
  #footer .footer-content .inner .row .nav-menu a {
    font-weight: normal;
    text-decoration: none;
  }
  #footer .footer-content .inner .row .pst {
    position: relative;
  }
  #footer .footer-content .inner .row .pst .nav-menu {
    position: inherit;
  }
  #footer .footer-content .inner .row .nav-menu {
    color: #004831;
    min-width: 300px;
    width: 100%;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__link {
    border-bottom: 1px solid #f0f0f0;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__link a {
    display: block;
    width: 100%;
    padding: 20px 4%;
    text-decoration: none;
    position: relative;
    font-weight: bold;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__link a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-top: 2px solid #004831;
    border-right: 2px solid #004831;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__title {
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    position: relative;
    padding: 0;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__title a {
    display: block;
    width: 100%;
    padding: 20px 4%;
    text-decoration: none;
    position: relative;
    font-weight: bold;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__title a:before {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    content: "";
    display: block;
    position: absolute;
    background: #004831;
    width: 18px;
    height: 2px;
    top: 50%;
    right: 15px;
    margin-top: -1px;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__title a:after {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    content: "";
    display: block;
    position: absolute;
    background: #004831;
    width: 2px;
    height: 18px;
    top: 50%;
    right: 23px;
    margin-top: -9px;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__title.active a:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
        transform: rotate(270deg);
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__title span {
    display: block;
    width: 100%;
    padding: 20px 15px;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__list {
    display: none;
    margin: 0;
    padding: 15px;
    background: #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__list.active {
    display: block;
  }
  #footer .footer-content .inner .row .nav-menu .nav-menu__list a {
    display: block;
    width: 100%;
    padding: 12.5px 15px 12.5px 15px;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
  }
  #footer .footer-content .inner .footer-nav {
    overflow: hidden;
    margin: 0 0 24px;
  }
  #footer .footer-content .inner .footer-nav .col_lg_6 {
    padding: 0 4% 15px;
  }
  #footer .footer-content .inner .footer-nav li {
    font-size: 11px;
    text-align: center;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    border-left: none;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    float: left;
    line-height: inherit;
  }
  #footer .footer-content .inner .footer-nav li:nth-child(2) {
    border-right: none;
  }
  #footer .footer-content .inner .footer-nav li:nth-child(2n+1):last-child {
    width: 100%;
  }
  #footer .footer-content .inner .footer-nav li a {
    display: block;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
  }
  #footer .footer-content .inner .footer-txt {
    width: auto;
    font-size: 11px;
    padding: 0 4%;
  }
  #footer .footer-content .inner .footer-logo {
    padding: 20px 0 10px;
    display: block;
    position: static;
    text-align: center;
    clear: both;
  }
  #footer .footer-content .inner .footer-logo img {
    max-width: 195px;
    height: auto;
  }
  #footer .footer-content small {
    clear: both;
    display: block;
    padding-top: 10px;
  }
  #footer .footer-content--gray {
    background: #f0f0f0;
    -webkit-box-shadow: 0 5px 5px -3px rgba(208, 208, 208, 0.5) inset, 0 -5px 5px -3px rgba(208, 208, 208, 0.5) inset;
            box-shadow: 0 5px 5px -3px rgba(208, 208, 208, 0.5) inset, 0 -5px 5px -3px rgba(208, 208, 208, 0.5) inset;
  }
  #footer .footer-content--gray .inner {
    padding: 0 4% 20px;
  }
  #footer .footer-content--gray .row {
    padding: 30px 0 0;
  }
  #footer .footer-content--gray .row .col_md_6 {
    text-align: center;
    padding: 20px 4%;
    margin-bottom: 15px !important;
  }
  #footer .footer-content--gray .row .col_md_6:nth-of-type(2n) {
    padding-left: 2%;
  }
  #footer .footer-content--gray .row .col_md_6:nth-of-type(2n+1) {
    padding-right: 2%;
  }
  #footer .footer-content--gray .row .col_md_6 a {
    height: 40px;
  }
}

body.en #footer .footer-content .inner .row .nav-menu {
  min-height: 145px;
}

@media screen and (max-width: 1199px) {
  body.en #footer .footer-content .inner .row .nav-menu {
    min-height: 0;
  }
}

/*================================================================

  4-modules

================================================================*/
/*--------------------------------------
  component
---------------------------------------*/
/*--------------------------------------
JAPAN MAP
---------------------------------------*/
.map_area {
  background: url("../images/bg_bank_main.png") 308px 18px no-repeat;
  width: 100%;
  height: 464px;
  position: relative;
}

.map_area .map_link_area {
  width: 264px;
  margin: 0;
  position: absolute;
}

.map_area .hokkaido {
  top: 0;
  left: 427px;
}

.map_area .kanto {
  top: 204px;
  right: 0;
}

.map_area .tokai {
  bottom: 10px;
  left: 515px;
}

.map_area .kansai {
  top: 65px;
  left: 214px;
}

.map_area .kyushu {
  top: 233px;
  left: 0;
}

.map_area .locator_A .col_1_map {
  float: left;
  width: 43.18%;
}

.map_area .locator_A .col_2_map {
  float: right;
  width: 43.18%;
}

.map_area .linkList_B {
  border-bottom: none;
}

.map_area .linkList_B li a {
  border-top: none;
  border-bottom: 1px dashed #d0d0d0;
}

.map_area .linkList_B li:last-child a {
  border-bottom: none;
}

.map_area .linkList_B li a.border_btm {
  border-bottom: 1px dashed #d0d0d0;
}

@media screen and (max-width: 1199px) {
  .map_area {
    background: none;
    width: 100%;
    height: auto;
    position: relative;
  }
  .map_area .map_link_area {
    width: 100%;
    margin: 0 auto 50px;
    position: static;
  }
  .map_area .locator_A .col_1_map {
    float: left;
    width: 100%;
  }
  .map_area .locator_A .col_2_map {
    float: right;
    width: 100%;
  }
  .map_area .linkList_B {
    border-bottom: 1px dashed #d0d0d0;
  }
  .map_area .linkList_B li a {
    border-top: none;
    border-bottom: 1px dashed #d0d0d0;
  }
  .map_area .linkList_B li:last-child a {
    border-bottom: none;
  }
  .map_area .linkList_B li a.border_btm {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .map_area .map_link_area {
    margin-bottom: 30px;
  }
}

/*--------------------------------------
TELEPHONE NUMBER
---------------------------------------*/
.tel_box {
  margin-bottom: 12px;
}

.tel_box .tel_box__list {
  padding: 12px 0;
  border-top: 1px dashed #d0d0d0;
}

.tel_box .tel_box__list:last-child {
  border-bottom: 1px dashed #d0d0d0;
}

.tel_box .tel_box__list p {
  margin: 0;
  padding: 0;
}

.tel_box .tel_box__list p span {
  font-weight: bold;
  padding-bottom: 2px;
  display: inline-block;
}

.tel_box .tel_box__list p strong {
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-size: 24px;
  margin-right: 4px;
  color: #004831;
  line-height: 1;
}

.tel_box .tel_box__list p em {
  display: inline-block;
}

/*--------------------------------------
point
---------------------------------------*/
.box_point,
.inner .box_point {
  display: inline-block;
  font-size: 10px;
  line-height: 1.3;
  color: #ffffff;
  background: #004831;
  text-align: center;
  padding: 12px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 24px;
  margin-bottom: 0;
}

.box_point span,
.inner .box_point span {
  font-size: 24px;
  font-weight: bold;
}

.box_point_text {
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.box_point_text strong {
  color: #004831;
}

.box_point_border {
  border-right: 1px solid #d0d0d0;
}

.box_point_arrow {
  margin-bottom: 30px !important;
}

.box_point_arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 2px solid #004831;
  border-right: 2px solid #004831;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.col_lg_4.box_point_arrow:nth-child(3n):before {
  display: none;
}

.col_lg_6.box_point_arrow:nth-child(even):before {
  display: none;
}

/*--------------------------------------
@media screen
---------------------------------------*/
@media screen and (max-width: 1199px) {
  .box_point,
  .inner .box_point {
    margin-right: 13px;
  }
  .box_point_text {
    font-size: 16px;
    font-weight: bold;
  }
  .box_point_border {
    border-right: none;
    margin-bottom: 12px;
  }
  .box_point_arrow:before {
    content: "";
    position: absolute;
    top: inherit;
    bottom: -15px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-left: -10px;
    border-top: 2px solid #004831;
    border-right: 2px solid #004831;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
  }
  .box_point_arrow:nth-child(3n):before {
    display: inherit;
  }
  .col_lg_4.box_point_arrow:nth-child(3n):before {
    display: inherit;
  }
}

/*--------------------------------------
img-holder
---------------------------------------*/
.img-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.img-holder span {
  display: inline-block;
  margin-left: 32px;
}

.img-holder.img-holder__pdf span {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .img-holder {
    display: block;
  }
  .img-holder.img-holder__pdf img {
    margin: 0 auto;
    display: block;
  }
  .img-holder.img-holder__pdf span {
    display: block;
    padding-top: 0.5em;
    margin-left: 0;
    text-align: left;
  }
}

/*--------------------------------------
  appbar（アプリバー）
---------------------------------------*/
.appbar {
  background: #004831;
  display: table;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  position: relative;
  z-index: 1100;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
}

.appbar button.app-button {
  border: 10px;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  overflow: visible;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  padding: 12px;
  width: 48px;
  height: 48px;
  font-size: 0;
  margin-top: 8px;
  margin-right: 8px;
  margin-left: -16px;
}

.appbar button.app-button svg {
  display: inline-block;
  fill: #ffffff;
  height: 24px;
  width: 24px;
  color: #ffffff;
  -webkit-user-select: none;
}

.appbar button.app-button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.appbar a.app-button {
  color: #ffffff;
  border: 10px;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  overflow: visible;
  padding: 12px;
  height: 48px;
  margin-top: 8px;
  margin-right: 8px;
  margin-left: -16px;
}

.appbar a.app-button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
}

.appbar h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-top: 0;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  height: 64px;
  line-height: 64px;
  box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.appbar h1 a {
  color: #ffffff;
  text-decoration: none;
}

.appbar h1 a:hover {
  text-decoration: underline;
}

/*--------------------------------------
  avatar（アバター）
---------------------------------------*/
.avatar {
  display: block;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  margin-left: 0;
  padding-left: 72px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-decoration: none;
}

.avatar img {
  color: #ffffff;
  background-color: #bcbcbc;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  border: solid 1px rgba(188, 188, 188, 0.01);
  position: absolute;
  top: 8px;
  left: 16px;
  -webkit-user-select: none;
}

.avatar:hover {
  background-color: rgba(188, 188, 188, 0.1);
}

/*--------------------------------------
  badge（バッジ）
---------------------------------------*/
.badge {
  position: relative;
  display: inline-block;
  padding: 4px 12px;
  line-height: 1;
  border-radius: 22px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}

.badge .badge_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 500;
  font-size: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
}

.badge .badge__red {
  background-color: #BB1F1F;
}

.badge .badge__main {
  background-color: #004831;
}

.badge .badge__primary {
  background-color: #c4d700;
}

.badge .badge__success {
  background-color: #394e73;
}

.badge .badge__warning {
  background-color: #f0ad4e;
}

.badge .badge__danger {
  background-color: #d98827;
}

.badge .badge__info {
  background-color: #74a2a5;
}

.badge-inline {
  padding: 2px 4px;
  font-size: 90%;
  background-color: #f9f2f4;
  border-radius: 4px;
}

.badge__red {
  color: #ffffff;
  background-color: #BB1F1F;
}

.badge__main {
  color: #ffffff;
  background-color: #004831;
}

.badge__primary {
  color: #ffffff;
  background-color: #c4d700;
}

.badge__success {
  color: #ffffff;
  background-color: #394e73;
}

.badge__warning {
  color: #ffffff;
  background-color: #f0ad4e;
}

.badge__danger {
  color: #ffffff;
  background-color: #d98827;
}

.badge__info {
  color: #ffffff;
  background-color: #74a2a5;
}

/*--------------------------------------
  buttons（ボタン）
---------------------------------------*/
.button {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
  display: inline-block;
  border: 10px;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font: inherit;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  padding: 0;
  overflow: hidden;
  min-width: 150px;
  border-radius: 4px;
  background-color: #ffffff;
}

.button span {
  position: relative;
  opacity: 1;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.87);
  -webkit-user-select: none;
}

.button:hover {
  background-color: #ebebeb;
}

.button_main {
  background-color: #004831;
}

.button_main span {
  color: #ffffff;
}

.button_main:hover {
  background-color: #00714d;
}

.button_primary {
  background-color: #337ab7;
}

.button_primary span {
  color: #ffffff;
}

.button_primary:hover {
  background-color: #478ecc;
}

.button_success {
  background-color: #394e73;
}

.button_success span {
  color: #ffffff;
}

.button_success:hover {
  background-color: #47618e;
}

.button_warning {
  background-color: #f0ad4e;
}

.button_warning span {
  color: #ffffff;
}

.button_warning:hover {
  background-color: #f3be74;
}

.button_danger {
  background-color: #d98827;
}

.button_danger span {
  color: #ffffff;
}

.button_danger:hover {
  background-color: #df9b4a;
}

.button_info {
  background-color: #74a2a5;
}

.button_info span {
  color: #ffffff;
}

.button_info:hover {
  background-color: #8db3b5;
}

.button_black {
  background-color: #000000;
}

.button_black span {
  color: #ffffff;
}

.button_black:hover {
  background-color: #4d4d4d;
}

/*--------------------------------------
  card（カード）
---------------------------------------*/
.card {
  background-color: #ffffff;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}

.card .card-avatar {
  height: 72px;
  padding: 16px;
  font-weight: 500;
  position: relative;
}

.card .card-avatar img.card-avatar-img {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.08);
  margin-right: 16px;
}

.card .card-avatar .card-avatar-text {
  display: inline-block;
  vertical-align: top;
}

.card .card-avatar .card-avatar-text .card-avatar-name {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 15px;
}

.card .card-avatar .card-avatar-text .card-avatar-sub {
  color: rgba(0, 0, 0, 0.54);
  display: block;
  font-size: 14px;
}

.card .card-overlay {
  position: relative;
}

.card .card-overlay .card-overlay-img img {
  vertical-align: top;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.card .card-overlay .card-overlay-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.card .card-overlay .card-overlay-box .card-overlay-box-after {
  height: 100%;
  position: relative;
}

.card .card-overlay .card-overlay-box .card-overlay-box-after .card-overlay-box-after-text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 8px;
  background: rgba(0, 0, 0, 0.54);
}

.card .card-overlay .card-overlay-box .card-overlay-box-after .card-overlay-box-after-text .card-overlay-title {
  padding: 16px;
  position: relative;
}

.card .card-overlay .card-overlay-box .card-overlay-box-after .card-overlay-box-after-text .card-overlay-title .card-overlay-title-main {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.87);
  display: block;
  line-height: 36px;
}

.card .card-overlay .card-overlay-box .card-overlay-box-after .card-overlay-box-after-text .card-overlay-title .card-overlay-title-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.54);
  display: block;
}

.card .card-title {
  padding: 16px;
  position: relative;
}

.card .card-title .card-title-main {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  line-height: 36px;
}

.card .card-title .card-title-sub {
  font-size: 14px;
}

.card .card-text {
  padding: 0 16px;
}

.card .card-button {
  padding: 8px;
  position: relative;
  text-align: center;
}

.card .card-button a,
.card .card-button button {
  min-width: 88px;
  margin: 0px 8px 0px 0px;
}

.card-box {
  padding: 2px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
}

.card-box .card-box-inner {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.card-box .card-box-inner .card-box-img {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.card-box .card-box-inner .card-box-data {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68px;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-box .card-box-inner .card-box-data .card-data-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 16px;
  margin-right: 0;
  color: #ffffff;
  overflow: hidden;
}

.card-box .card-box-inner .card-box-data .card-data-text .card-data-text-main {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card-box .card-box-inner .card-box-data .card-data-text .card-data-text-sub {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card-box .card-box-inner .card-box-data .card-data-icon button {
  border: 10px;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font: inherit;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  padding: 12px;
  width: 48px;
  height: 48px;
  font-size: 0;
  -webkit-appearance: button;
}

.card-box .card-box-inner .card-box-data .card-data-icon button div span {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.card-box .card-box-inner .card-box-data .card-data-icon button div svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  fill: white;
  -webkit-user-select: none;
}

/*--------------------------------------
  icons（アイコン）
---------------------------------------*/
.icons {
  display: inline-block;
  height: 24px;
  width: 24px;
  -webkit-user-select: none;
}

.icons_48 {
  height: 48px;
  width: 48px;
}

.icons_96 {
  height: 96px;
  width: 96px;
}

/*--------------------------------------
  nav（ナビゲーション）
---------------------------------------*/
.nav-list {
  border: solid 1px #d9d9d9;
  overflow: hidden;
}

.nav-list .nav-list-dct {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  padding-left: 16px;
}

.nav-list .nav-list-box {
  background-color: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  padding: 0;
}

.nav-list .nav-list-box .nav-list-link {
  border: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  color: rgba(0, 0, 0, 0.870588);
  font-size: 16px;
  line-height: 16px;
  position: relative;
}

.nav-list .nav-list-box .nav-list-link .nav-link-inner {
  margin-left: 0;
  padding-left: 72px;
  padding-right: 56px;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
}

.nav-list .nav-list-box .nav-list-link .nav-link-inner .nav-link-icon {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  margin: 12px;
  color: #757575;
  fill: #757575;
  left: 4px;
  -webkit-user-select: none;
}

.nav-list .nav-list-box .nav-list-link .nav-link-inner .nav-link-img {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 4px;
  left: 16px;
  -webkit-user-select: none;
}

.nav-list .nav-list-box .nav-list-link .nav-link-inner .nav-link-side {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0px;
  margin: 12px;
  color: #bdbdbd;
  fill: #bdbdbd;
  right: 4px;
  -webkit-user-select: none;
}

.nav-list .nav-list-box .nav-list-link .nav-link-inner .nav-link-side .nav-link-side-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 500;
  font-size: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #BB1F1F;
  color: #ffffff;
}

.nav-list .nav-list-box .nav-list-link .nav-link-inner__none {
  padding-left: 16px;
  padding-right: 16px;
}

.nav-list .nav-list-box .nav-list-link:hover {
  background-color: #ebebeb;
}

/*--------------------------------------
  pager（ページャー）
---------------------------------------*/
.nav-pager {
  font-size: 90%;
  position: relative;
  width: 80%;
  max-width: 100%;
  margin: 16px auto;
  text-align: center;
  color: #9eabb3;
  overflow: hidden;
}

.nav-pager .nav-pager-inner {
  display: block;
  text-align: center;
}

.nav-pager .nav-pager-inner .older-posts,
.nav-pager .nav-pager-inner .newer-posts {
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: border ease .3s;
  transition: border ease .3s;
  text-decoration: none;
  border: #ebf2f6 2px solid;
  border-radius: 30px;
}

.nav-pager .nav-pager-inner .older-posts {
  float: right;
}

.nav-pager .nav-pager-inner .newer-posts {
  float: left;
}

.nav-pager .nav-pager-inner .page-number {
  display: inline-block;
  padding: 10px 15px;
}

/*--------------------------------------
  paper（ペーパー）
---------------------------------------*/
.paper {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
}

.paper-s {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
}

.paper-m {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
}

.paper-l {
  -webkit-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25), 0 10px 18px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25), 0 10px 18px rgba(0, 0, 0, 0.22);
}

.paper-ll {
  -webkit-box-shadow: 0 19px 60px rgba(0, 0, 0, 0.3), 0 15px 20px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 60px rgba(0, 0, 0, 0.3), 0 15px 20px rgba(0, 0, 0, 0.22);
}

.paper-box {
  background-color: #ffffff;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  height: 100px;
  width: 100px;
  margin: 20px;
  text-align: center;
  display: inline-block;
}

/*--------------------------------------
  table（テーブル）
---------------------------------------*/
.table-simple {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: break-word;
}

.table-simple tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.table-simple td,
.table-simple th {
  padding: 6px 13px;
  border: 1px solid #ddd;
}

.table-simple th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  border-top: 0 none;
  color: #888;
  display: table-cell;
  font-weight: 400;
  text-align: left;
}

.table-simple td {
  color: #266d90;
  font-size: 95%;
}

.table-simple td + td {
  color: #bf2a5c;
  font-size: 90%;
}

.table-simple td + td + td {
  color: #666;
}

.table-simple td:last-child {
  color: rgba(51, 51, 51, 0.9);
  font-size: 95%;
  min-width: 250px;
}

/*--------------------------------------
  tabs（タブ）
---------------------------------------*/
.tabs {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #004831;
  white-space: nowrap;
  display: table;
}

.tabs .tabs-button {
  border: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  cursor: pointer;
  padding: 0px 12px;
  height: 72px;
  color: white;
  font-size: 14px;
  background: none;
  border-bottom: 3px solid #004831;
  text-align: center;
  vertical-align: middle;
}

.tabs .tabs-button .tabs-button-inline {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.tabs .tabs-button .tabs-button-main {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: white;
  -webkit-user-select: none;
  fill: #ffffff;
}

.tabs .tabs-button.tabs-button--hover, .tabs .tabs-button:hover {
  border-bottom: 3px solid #00e199;
}

/*--------------------------------------
  form（フォーム）
---------------------------------------*/
form .form-group {
  margin-bottom: 15px;
}

form .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

form .form-group .form-control {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

form .form-group input[type=file] {
  margin: 0;
  display: block;
  border-style: none;
}

form .form-group .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

form .checkbox, form .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

form button {
  font-size: 100%;
}

/*--------------------------------------
  carousel（カルーセル）
---------------------------------------*/
.carousel {
  position: relative;
}

.carousel .carousel__list a:link {
  text-decoration: none;
  color: #333333;
  outline: none;
}

.carousel p {
  margin-top: 20px;
  margin-bottom: 14px;
}

.carousel .carousel__nav {
  position: absolute;
  top: 151.5px;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  cursor: pointer;
}

.carousel .carousel__prev {
  left: -32px;
  background: url(/assets/images/icon_arrow_left.svg) center center no-repeat;
}

.carousel .carousel__next {
  right: -32px;
  background: url(/assets/images/icon_arrow_right.svg) center center no-repeat;
}

.carousel .carousel__dots {
  margin-top: 16px;
}

.carousel .carousel__dots .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 8px;
  line-height: 0;
  margin-top: -1px;
}

.carousel .carousel__dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.carousel .carousel__dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.carousel .carousel__dots .slick-dots li button:hover {
  outline: none;
}

.carousel .carousel__dots .slick-dots li button:hover::before {
  background-color: #004831;
}

.carousel .carousel__dots .slick-dots li button:focus {
  outline: none;
}

.carousel .carousel__dots .slick-dots li button:focus::before {
  opacity: 1;
}

.carousel .carousel__dots .slick-dots li button::before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  text-align: center;
  border: 1px solid #004831;
  border-radius: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel .carousel__dots .slick-dots li.slick-active button::before {
  background-color: #004831;
}

@media screen and (max-width: 767px) {
  .inner.carousel-wrap {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .inner.carousel-wrap:last-child {
    margin-bottom: 0;
  }
  .inner.carousel-wrap .carousel .carousel__list p {
    margin: 20px 8% 17px;
  }
  .inner.carousel-wrap .carousel .carousel__nav {
    width: 21px;
    height: 21px;
    bottom: 0;
    top: auto !important;
  }
  .inner.carousel-wrap .carousel .carousel__prev {
    left: 15px;
  }
  .inner.carousel-wrap .carousel .carousel__next {
    right: 15px;
  }
  .inner.carousel-wrap .carousel .carousel__dots {
    margin-top: 8px;
  }
  .inner.carousel-wrap .carousel .carousel__dots .slick-dots {
    height: 21px;
    padding: 6px 0;
  }
  .inner.carousel-wrap .carousel .carousel__dots .slick-dots li {
    width: 8px;
    height: 8px;
    margin: auto 4px;
  }
  .inner.carousel-wrap .carousel .carousel__dots .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .inner.carousel-wrap .carousel .carousel__dots .slick-dots li button::before {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}

/*--------------------------------------
  utilities-section
---------------------------------------*/
@media screen and (max-width: 1199px) {
  .utilities-section .nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    min-width: 320px;
  }
  .utilities-section .nav .none_sp {
    display: none;
  }
}

/*--------------------------------------
  追随メニュー
---------------------------------------*/
.sticky_menu {
  position: fixed;
  right: 0;
  top: 185px;
  z-index: 100;
  transition: top 0.3s;
}
.act-scroll .sticky_menu {
  top: 70px;
  transition: top 0.3s;
}


@media screen and (max-width: 1310px) {
  .sticky_menu {
    top: 218px;
  }
  .act-scroll .sticky_menu {
    top: 70px;
  }
}

.sticky_menu li {
  background-color: #c3d600;
  margin-top: 1px;
  width: 88px;
  -webkit-box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
}
.sticky_menu li:nth-child(3) {
  background-color: #004831;
}
.sticky_menu li:nth-child(4) {
  background-color: #f0f0f0;
}
@media screen and (max-width: 1199px) {
  .sticky_menu li {
    background-color: #c3d600!important;
  }
}
.sticky_menu li:first-of-type {
  margin-top: 0;
}

.sticky_menu li a {
  width: 100%;
  padding: 13px 0;
  text-decoration: none;
  display: block;
  color: #004831;
}
.sticky_menu li:nth-child(3) a{
  color: #fff;
}

.sticky_menu li a i {
  width: 24px;
  height: 24px;
}

.sticky_menu li a .icon {
  display: block;
  margin: 0 auto;
}

.sticky_menu li a p {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 1.25;
}

.sticky_menu li a .twobyte_mgn {
  margin: 0 -2px;
}

.sticky_menu .sticky_menu-spblock {
  display: none;
}

.sticky_menu .sticky_menu-spblock + li {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .sticky_menu {
    text-align: center;
    z-index: 100;
    position: relative;
    right: auto;
    top: auto!important;
    background-color: #c4d700;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  }
  .sticky_menu li {
    width: 20%;
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
  }
  .sticky_menu li a {
    padding: 8px 0 9px;
    text-align: center;
    position: relative;
    color: #004831 !important;
  }
  .sticky_menu li a.active::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #004831 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
  }
  .sticky_menu li a.active i, .sticky_menu li a.active p {
    opacity: 0.5;
  }
  .sticky_menu li a .icon {
    height: 24px;
    width: 24px;
  }
  .sticky_menu li a p {
    font-size: 10px;
    margin-top: 3px;
  }
  .sticky_menu .sticky_menu-spblock {
    display: inline-block;
  }
  
  .sticky_menu .sticky_menu-pcblock {
    display: none;
  }
}

/*--------------------------------------
  ページトップボタン
---------------------------------------*/
.pagetop {
  position: fixed;
  right: 0;
  top: 413px;
  opacity: 0 !important;
  width: 88px;
  padding: 45px 0 13px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none !important;
  color: #004831 !important;
  background: url(https://www.smbctb.co.jp/assets/images/icon_pagetop.svg) center 13px no-repeat;
  background-size: 34px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-transition: opacity 0.3s ease-in-out , top 0.3s ease-in-out;
  transition: opacity 0.3s, top 0.3s;
  pointer-events: none;
}

.act-scroll .pagetop {
  top:298px;
  transition: opacity 0.3s, top 0.3s;
}
@media screen and (max-width: 1310px) {
  .pagetop {
    top: 446px;
  }
  .act-scroll .pagetop {
    top:298px;
  }
}

.pagetop.active {
  opacity: 1 !important;
  pointer-events: auto;
}
.pagetop.btn_set-top {
  top: 120px;
}

@media screen and (max-width: 1310px) {
  .pagetop.btn_set-top {
    top: 109px;
  }
}

@media screen and (max-width: 1199px) {
  .pagetop {
    width: 40px;
    height: 40px;
    background: url(https://www.smbctb.co.jp/assets/images/icon_pagetop.svg) center center no-repeat;
    border-radius: 50%;
    position: fixed;
    top: auto!important;
    bottom: 75px!important;
    right: 4%;
    background-color: #ffffff;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .pagetop span {
    display: none;
  }
  .pagetop.btn_set-top {
    top: auto;
    bottom: 20px;
  }
  .en .pagetop {
    top: auto;
  }
}

/*--------------------------------------
  CVエリア
---------------------------------------*/
.cv-area {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #004831;
  width: 100%;
  padding: 20px 0;
  z-index: 10000;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: bottom;
  display:none;
}

@media screen and (max-width: 1199px) {
  .cv-area {
    -webkit-box-shadow: none;
            box-shadow: none;
    display:block;
  }
}

.cv-area a {
  text-decoration: none;
  font-weight: bold;
}

.cv-area a i, .cv-area a img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 7px;
}

.cv-area.close {
  display: none;
}

@media screen and (max-width: 1199px) {
  .cv-area.close {
    display: block;
  }
}

.cv-area .cv-area__kaisetsu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  width: 324px;
  height: 50px;
  margin-left: -webkit-calc(50% - 491px);
  margin-left: calc(50% - 491px);
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  background: #c4d700;
  color: #004831;
  line-height: 50px;
}

.cv-area .cv-area__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c4d700;
  margin-left: 20px;
  width: 294px;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  color: #c4d700;
  font-size: 15px;
  text-align: center;
}

.cv-area .cv-area__kensaku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f0f0f0;
  width: 294px;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-left: 50px;
  position: relative;
}

.cv-area .cv-area__kensaku::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: -25px;
  border-left: dashed #4d7f6f 1px;
  pointer-events: none;
}

.cv-area .cv-area__close {
  background: url("/assets/images/icon_close_w.svg") center center/cover no-repeat;
  width: 24px;
  height: 24px;
  border: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 1199px) {
  .cv-area .cv-area__close {
    display: none;
  }
}

.en .cv-area .cv-area__kaisetsu {
  margin-left: -webkit-calc(50% - 349px);
  margin-left: calc(50% - 349px);
}

body:not(#top) .action_cv-area {
  display: none;
}

@media screen and (max-width: 1199px) {
  body:not(#top) .action_cv-area {
    display: block;
  }
  .cv-area {
    padding: 15px;
    position: absolute;
    top: 0;
    bottom: auto !important;
    z-index: 90;
  }
  .cv-area .cv-area__kaisetsu {
    width: -webkit-calc(50% - 5.5px);
    width: calc(50% - 5.5px);
    padding: 9px 10px;
    font-size: 13px;
    height: auto;
    margin-left: 0;
    line-height: inherit;
    border: 1px solid #c4d700;
  }
  .cv-area .cv-area__kaisetsu i {
    width: 18px;
    height: 18px;
  }
  .cv-area .cv-area__question {
    float: right;
    width: -webkit-calc(50% - 5.5px);
    width: calc(50% - 5.5px);
    padding: 9px 10px;
    font-size: 13px;
    margin-left: 0;
    height: auto;
    line-height: inherit;
  }
  .cv-area .cv-area__question i {
    width: 18px;
    height: 18px;
  }
  .cv-area .cv-area__kensaku {
    display: none;
  }
}

/*--------------------------------------
  モーダルウィンドウ
---------------------------------------*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1005000;
}

.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  min-width: 1px;
  margin-left: -1px;
  vertical-align: middle;
}

.modal .modal__inner {
  position: relative;
  border-top: 50px solid #ffffff;
  border-bottom: 50px solid #ffffff;
  padding: 0 36px;
  max-width: 982px;
  background: #ffffff;
  outline: none;
  max-height: 70vh;
  width: 982px;
}

.modal .modal__inner .modal__inner__close {
  position: absolute;
  top: -webkit-calc(0px - (50px + 16px + 24px));
  top: calc(0px - (50px + 16px + 24px));
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icon_close_w.svg) no-repeat;
  overflow: hidden;
  text-indent: -999999px;
  cursor: pointer;
}

.modal .modal__inner .modal__inner__contents {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: -webkit-calc(70vh - 2 * 50px);
  max-height: calc(70vh - 2 * 50px);
}

.modal--img .modal__inner {
  background-color: transparent;
  width: auto;
  border: none;
  padding: 0;
}

.modal--img .modal__inner .modal__inner__close {
  top: -webkit-calc(0px - (16px + 24px));
  top: calc(0px - (16px + 24px));
}

.modal--img .modal__inner .modal__inner__contents {
  overflow: visible;
  max-height: none;
  height: 70vh;
}

.modal--img .modal__inner .modal__inner__contents img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.modal--movie .modal__inner {
  border-top: 0px;
  border-bottom: 0px;
  padding: 0;
  width: auto;
}

.modal--movie .modal__inner .modal__inner__close {
  top: -40px;
}

.modal--movie .modal__inner .modal__inner__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  height: 358px;
}

.modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__movie iframe {
  display: block;
  height: 358px !important;
  width: 638px !important;
  position: relative !important;
}

.modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__description {
  width: -webkit-calc(100% - 638px);
  width: calc(100% - 638px);
  height: 358px;
  padding: 0 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-top: 40px #ffffff solid;
  border-bottom: 40px #ffffff solid;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.modal_movie_text .modal__inner {
  width: 982px;
}

.modal_movie_text .modal__inner .modal__inner__contents .modal__inner__contents__description {
  overflow-y: auto;
}

@media screen and (max-width: 1199px) {
  .modal .modal__inner {
    max-width: 84vw;
  }
  .modal .modal__inner .inner {
    padding: 0;
  }
  .modal .modal__inner .hdg-content,
  .modal .modal__inner .hdg_A, .modal .modal__inner .hdg_B, .modal .modal__inner .hdg_C, .modal .modal__inner .hdg_D, .modal .modal__inner .hdg_E, .modal .modal__inner .hdg_F {
    margin-left: 0;
    margin-right: 0;
  }
  .modal--movie .modal__inner {
    border: 0;
    padding: 0;
    max-height: 78vh;
    max-width: 638px;
    width: 100%;
  }
  .modal--movie .modal__inner .modal__inner__close {
    top: -webkit-calc(0px - (15px + 21px));
    top: calc(0px - (15px + 21px));
  }
  .modal--movie .modal__inner .modal__inner__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    max-height: none;
    height: auto;
  }
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.23188%;
  }
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__movie iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__description {
    width: 100%;
    height: auto;
    padding: 0 30px 0;
    max-height: 45vh;
    border-bottom: 40px #ffffff solid;
    border-top: 30px #ffffff solid;
  }
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__description h3 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .modal .modal__inner {
    max-width: none;
    width: 84%;
    border-top: 40px solid #ffffff;
    border-bottom: 40px solid #ffffff;
    padding: 0 30px;
  }
  .modal .modal__inner .modal__inner__close {
    background-size: 100%;
    width: 21px;
    height: 21px;
    top: -webkit-calc(0px - (15px + 40px + 21px));
    top: calc(0px - (15px + 40px + 21px));
  }
  .modal .modal__inner .modal__inner__contents {
    max-height: -webkit-calc(70vh - 2 * 40px);
    max-height: calc(70vh - 2 * 40px);
  }
  .modal .modal__inner .inner {
    padding: 0;
  }
  .modal .modal__inner .hdg-content,
  .modal .modal__inner .hdg_A, .modal .modal__inner .hdg_B, .modal .modal__inner .hdg_C, .modal .modal__inner .hdg_D, .modal .modal__inner .hdg_E, .modal .modal__inner .hdg_F {
    margin-left: 0;
    margin-right: 0;
  }
  .modal--img .modal__inner {
    background-color: transparent;
    width: auto;
    max-width: 84%;
    border: none;
    padding: 0;
  }
  .modal--img .modal__inner .modal__inner__close {
    top: -webkit-calc(0px - (15px + 21px));
    top: calc(0px - (15px + 21px));
  }
  .modal--img .modal__inner .modal__inner__contents {
    overflow: visible;
    max-height: none;
    height: 70vh;
  }
  .modal--movie .modal__inner {
    border: 0;
    padding: 0;
    max-height: none;
    width: auto;
  }
  .modal--movie .modal__inner .modal__inner__close {
    top: -webkit-calc(0px - (15px + 21px));
    top: calc(0px - (15px + 21px));
  }
  .modal--movie .modal__inner .modal__inner__contents {
    max-height: 87vh;
    max-width: -webkit-calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    height: auto;
    display: block;
    width: 638px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .modal--movie .modal__inner .modal__inner__contents {
    position: relative;
    max-height: none;
    height: 68vh;
    width: -webkit-calc(100vw - 60px);
    width: calc(100vw - 60px);
    overflow-y: hidden;
  }
}

@media screen and (max-width: 767px) {
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__wrap_movie {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__wrap_movie {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__wrap_movie .modal__inner__contents__movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.23188%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__wrap_movie .modal__inner__contents__movie {
    padding-bottom: 68vh;
  }
}

@media screen and (max-width: 767px) {
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__wrap_movie .modal__inner__contents__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__description {
    width: 100%;
    height: auto;
    padding: 0 30px 0;
    max-height: 50vh;
    border-bottom: 40px #ffffff solid;
    border-top: 30px #ffffff solid;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__description {
    position: absolute;
    top: -webkit-calc(25vw * 0.5623188);
    top: calc(25vw * 0.5623188);
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__description h3 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) and (min-aspect-ratio: 3 / 4) {
  .modal--movie .modal__inner .modal__inner__contents .modal__inner__contents__description {
    max-height: 36vh;
  }
}

@media screen and (max-width: 1199px) and (orientation: landscape) {
  .modal_movie_text .modal__inner .modal__inner__contents .modal__inner__contents__wrap_movie .modal__inner__contents__movie {
    padding-bottom: 40.8vh;
  }
}

@media screen and (max-width: 1199px) and (orientation: landscape) {
  .modal_movie_text .modal__inner .modal__inner__contents .modal__inner__contents__description {
    top: 40.2vh;
    border-bottom: 30px #ffffff solid;
    border-top: 20px #ffffff solid;
  }
}

/*--------------------------------------
  検索フォーム(非header)
---------------------------------------*/
.resultpage-search {
  background-color: #f0f0f0;
  color: #004831;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 34px 4px 10px;
  margin: 10px 0 0 20px;
  max-width: 466px;
  height: 30px;
  position: relative;
}

.resultpage-search .resultpage-search__input {
  font-family: inherit;
  background-color: #f0f0f0;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

.resultpage-search .resultpage-search__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(-8px, -50%);
      -ms-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
  width: 18px;
  height: 18px;
}

.resultpage-search .resultpage-search__button img {
  vertical-align: inherit;
}

@media screen and (max-width: 767px) {
  .resultpage-search {
    max-width: none;
    margin-right: 25px;
  }
}

/*--------------------------------------
  シミュレーション画面専用
---------------------------------------*/
.loan-simulator-page input, .loan-simulator-page select {
  border-color: #d0d0d0;
}

.loan-simulator-page input.alert, .loan-simulator-page select.alert {
  border-color: #e35245;
}

.loan-simulator-page input {
  padding: 8px;
}

.loan-simulator-page input::-webkit-input-placeholder {
  color: #d0d0d0;
}

.loan-simulator-page input:-ms-input-placeholder {
  color: #d0d0d0;
}

.loan-simulator-page input::-ms-input-placeholder {
  color: #d0d0d0;
}

.loan-simulator-page input::placeholder {
  color: #d0d0d0;
}

.loan-simulator-page input:focus::-webkit-input-placeholder, .loan-simulator-page .no_placeholder::-webkit-input-placeholder {
  color: transparent;
}

.loan-simulator-page input:focus:-ms-input-placeholder, .loan-simulator-page .no_placeholder:-ms-input-placeholder {
  color: transparent;
}

.loan-simulator-page input:focus::-ms-input-placeholder, .loan-simulator-page .no_placeholder::-ms-input-placeholder {
  color: transparent;
}

.loan-simulator-page input:focus::placeholder, .loan-simulator-page .no_placeholder::placeholder {
  color: transparent;
}

.loan-simulator-page input[type="number"]::-webkit-outer-spin-button,
.loan-simulator-page input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.loan-simulator-page input[type="number"] {
  -moz-appearance: textfield;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .loan-simulator-page input[type="number"] {
    width: 150px;
  }
}

.loan-simulator-page .hdg-badge {
  min-width: 0;
  padding: 4px 7px;
  background-color: #e35245;
  float: none;
}

.loan-simulator-page .selectLabel {
  margin: 0.5em 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.loan-simulator-page .selectLabel::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
  pointer-events: none;
  -webkit-transform: translate(-10px, 0) rotate(90deg);
      -ms-transform: translate(-10px, 0) rotate(90deg);
          transform: translate(-10px, 0) rotate(90deg);
  z-index: 1;
}

.loan-simulator-page select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 26px 8px 8px;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  font-family: inherit;
  background-color: #ffffff;
  background-repeat: no-repeat;
  position: relative;
}

.loan-simulator-page form {
  padding: 0;
  margin-bottom: 5em;
}

.loan-simulator-page form button {
  display: block;
  margin: auto;
  font-family: inherit;
  outline: none;
  width: 293px;
  height: 50px;
  padding: 0;
  min-width: 0;
}

.loan-simulator-page form button:disabled {
  color: #ffffff;
  background-color: #d0d0d0;
}

.loan-simulator-page form [role="alert"] {
  margin-top: 5px;
  margin-bottom: 10px;
}

.loan-simulator-page form [role="alert"] > * {
  margin: 0;
  font-size: 13px;
  color: #e35245;
}

.loan-simulator-page form [role="alert"]:empty {
  display: none;
}

.loan-simulator-page form table td > * {
  margin-left: 10px;
}

.loan-simulator-page form table td input + *, .loan-simulator-page form table td select + *, .loan-simulator-page form table td label {
  margin-left: 0px;
}

.loan-simulator-page form table td label {
  cursor: pointer;
}

.loan-simulator-page .flatTable {
  table-layout: fixed;
}

.loan-simulator-page .flatTable tbody th {
  width: 320px;
  text-align: left;
}

.loan-simulator-page .flatTable + h4 {
  margin-top: 3em;
}

.loan-simulator-page i {
  vertical-align: middle;
}

.loan-simulator-page .sim1-result, .loan-simulator-page .sim2__output, .loan-simulator-page .sim3__output {
  display: none;
}

.loan-simulator-page .sim1-result.active, .loan-simulator-page .sim2__output.active, .loan-simulator-page .sim3__output.active {
  display: block;
}

.loan-simulator-page .sim3__output.sim3__output--sp {
  display: none;
}

.loan-simulator-page .sim3__output .sim3__output__melit {
  text-align: right;
}

.loan-simulator-page .sim3__output .sim3__output__melit span {
  position: static;
  margin-right: 0.3em;
}

.loan-simulator-page.en input[type="checkbox"] + span::before {
  top: 0px;
}

.loan-simulator-page.en input[type="checkbox"]:checked + span::after {
  top: 0;
}

@media screen and (max-width: 1199px) {
  .loan-simulator-page .hdg-badge {
    float: right;
  }
  .loan-simulator-page .flatTable {
    table-layout: auto;
  }
  .loan-simulator-page .flatTable tbody th {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .loan-simulator-page form button {
    max-width: initial;
    width: 100%;
  }
  .loan-simulator-page .flatTable tbody th {
    color: #4b4b4b;
  }
  .loan-simulator-page .sim3__output.sim3__output--pc {
    display: none;
  }
  .loan-simulator-page .sim3__output.sim3__output--sp.active {
    display: block;
  }
  .loan-simulator-page .sim3__output .sim3__output__melit {
    text-align: left;
  }
  .loan-simulator-page .sim3__output .sim3__output__melit span {
    position: absolute;
    margin-right: 0;
  }
}

/*--------------------------------------
  金利画面のうち国旗マーク利用ページ特有
---------------------------------------*/
.regular_time_deposit_page .plus-interest-table tr[data-country-code] th,
.regular_time_deposit_page .base-interest-table tr[data-country-code] th,
.exchange_list-page .fx-rate-table tr[data-country-code] th,
.about_interest_rate-exchange-page .interest-table tr[data-country-code] th {
  text-align: left;
}

.regular_time_deposit_page .plus-interest-table tr[data-country-code] th img,
.regular_time_deposit_page .base-interest-table tr[data-country-code] th img,
.exchange_list-page .fx-rate-table tr[data-country-code] th img,
.about_interest_rate-exchange-page .interest-table tr[data-country-code] th img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

/*--------------------------------------
  外貨定期預金金利一覧画面専用
---------------------------------------*/
.regular_time_deposit_page .checkbox-main.checkbox-main-series + span {
  display: inline-block;
}

.regular_time_deposit_page .checkbox-main + span {
  margin-bottom: 8px;
  padding-left: 35px;
}

.regular_time_deposit_page .radiobtn-main + span {
  margin-bottom: 8px;
  padding-left: 35px;
}

.regular_time_deposit_page .list_primary.list_primary-nomark {
  margin-bottom: 32px;
}

.regular_time_deposit_page .list_primary.list_primary-nomark p {
  margin-left: 35px;
}

.regular_time_deposit_page .list_primary.list_primary-nomark > li {
  padding-left: 0;
}

.regular_time_deposit_page .list_primary.list_primary-nomark > li::before {
  display: none;
}

.regular_time_deposit_page .list_primary.list_primary-nomark > li .list_primary.list_primary-nomark {
  margin-bottom: 0;
}

.regular_time_deposit_page .list_primary.list_primary-nomark > li .list_primary.list_primary-nomark li {
  padding-left: 34px;
}

.regular_time_deposit_page .list_primary.list_primary-nomark > li .list_primary.list_primary-nomark li::before {
  display: none;
}

.regular_time_deposit_page .scrollTable {
  overflow-X: auto;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.regular_time_deposit_page .scrollTable > p {
  width: 982px;
}

.regular_time_deposit_page .flatTable__scroll {
  width: 982px;
}

.regular_time_deposit_page .flatTable__scroll thead th {
  padding: 7px 12px 5px;
}

.regular_time_deposit_page .flatTable__scroll tbody th {
  padding: 15px 10px;
}

.regular_time_deposit_page .flatTable__scroll tbody td {
  padding: 15px 10px;
}

.regular_time_deposit_page .flatTable__scroll tbody td.td_se {
  padding: 15px 10px;
}

.regular_time_deposit_page .interest_rate_condition_select {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.regular_time_deposit_page .interest_rate_condition_select .title {
  display: block;
  margin-bottom: 16px;
}

.regular_time_deposit_page .interest_rate_condition_select .plus-interest-radios {
  display: none;
}

.regular_time_deposit_page .base-interest-table tr[data-country-code] th {
  text-align: left;
}

.regular_time_deposit_page .plus-interest-table tr[data-country-code] th > *, .regular_time_deposit_page .plus-interest-table tr[data-country-code] td > * {
  display: block;
}

.regular_time_deposit_page .plus-interest-table tr[data-country-code] th > *:last-child, .regular_time_deposit_page .plus-interest-table tr[data-country-code] td > *:last-child {
  font-weight: bold;
}

.regular_time_deposit_page .plus-interest-table tr[data-country-code] th span, .regular_time_deposit_page .plus-interest-table tr[data-country-code] th img {
  vertical-align: middle;
}

.regular_time_deposit_page .plus-interest-table tr[data-country-code] th > * {
  font-weight: normal;
  line-height: 26px;
  text-indent: 34px;
}

.regular_time_deposit_page .plus-interest-table tr[data-country-code] th > *:first-child {
  line-height: 30px;
  text-indent: 0;
}

.regular_time_deposit_page .plus-interest-table tr[data-country-code] td {
  text-align: right;
}

.regular_time_deposit_page .plus-interest-table tr[data-country-code] td > span {
  line-height: 26px;
}

.regular_time_deposit_page .plus-interest-table tr[data-country-code] td > span:first-child {
  line-height: 30px;
}

.en.regular_time_deposit_page .checkbox-main + span::before {
  top: 0;
}

.en.regular_time_deposit_page .checkbox-main:checked + span::after {
  top: 0;
}

.en.regular_time_deposit_page .radiobtn-main + span::before {
  top: 0;
}

.en.regular_time_deposit_page .radiobtn-main:checked + span::after {
  top: 5px;
}

@media screen and (max-width: 767px) {
  .regular_time_deposit_page .checkbox-main + span {
    padding-left: 27px;
  }
  .regular_time_deposit_page .radiobtn-main + span {
    padding-left: 27px;
  }
  .regular_time_deposit_page .list_primary.list_primary-nomark p {
    margin-left: 27px;
  }
  .regular_time_deposit_page .list_primary.list_primary-nomark > li .list_primary.list_primary-nomark li {
    padding-left: 26px;
  }
}

/*--------------------------------------
  country flag Component
---------------------------------------*/
.country_flag {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .country_flag {
    margin-bottom: 40px;
  }
}

.flag_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .flag_list {
    margin-bottom: -25px;
  }
}

.flag_list .flag_list_item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1.834%;
}

@media screen and (max-width: 767px) {
  .flag_list .flag_list_item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 50%;
    margin-bottom: 25px;
  }
  .flag_list .flag_list_item:nth-child(2n-1) {
    padding-right: 7.5px;
  }
  .flag_list .flag_list_item:nth-child(2n) {
    padding-left: 7.5px;
  }
}

.flag_list .flag_list_img {
  width: 48px;
  min-width: 48px;
  margin: 0 auto 7px;
}

.flag_list .flag_list_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .flag_list .flag_list_img {
    margin: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 12px;
  }
}

.flag_list .flag_list_txt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .flag_list .flag_list_txt {
    text-align: left;
  }
}

/*--------------------------------------
  News list Component
---------------------------------------*/
.news_box {
  padding-top: 45px;
  padding-bottom: 55px;
}

.news_box .news_title {
  text-align: center;
  font-size: 18px;
}

.news_box .news_description {
  text-align: center;
  font-size: 13px;
}

.news_list {
  margin: 0 0 50px;
  list-style: none;
}

.news_list li {
  padding: 16px 0 16px 134px;
  margin-bottom: 0;
  position: relative;
  border-top: 1px dashed #dcd7d1;
}

.news_list li:last-child {
  padding-bottom: 0;
}

.news_list .date-release {
  position: absolute;
  left: 0;
  font-weight: bold;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  font-size: 14px;
  color: #4b4b4b;
}

@media screen and (max-width: 767px) {
  .news_box {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .news_box .news_description {
    text-align: left;
  }
  .news_list {
    margin: 0 0 40px;
  }
  .news_list li {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0;
    padding-right: 0;
  }
  .news_list .date-release {
    position: static;
    margin-right: 12px;
    font-size: 14px;
    display: inline-block;
  }
  .news_list .itme-link {
    display: block;
    width: 100%;
    margin-top: 4px;
  }
}

.news_list.news_list-badge li {
  padding-right: 105px;
}

@media screen and (max-width: 767px) {
  .news_list.news_list-badge li {
    padding-left: 0;
    padding-right: 0;
  }
}

.news_badge {
  margin: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: normal;
  padding: 1.5px 6px;
  display: inline-block;
  position: absolute;
  right: 0;
  min-width: 86px;
  text-align: center;
}

.news_badge.badge-event {
  background-color: #394e73;
  color: #ffffff;
}

.news_badge.badge-topik {
  background-color: #61718f;
  color: #ffffff;
}

.news_badge.badge-extra {
  background-color: #b0b8c7;
  color: #394e73;
}

@media screen and (max-width: 767px) {
  .news_badge {
    position: static;
    min-width: 56px;
    font-size: 10px;
    padding: 1px 6px;
    -webkit-transform: translate(0, -1px);
        -ms-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
}

/*--------------------------------------
  BAW画面専用
---------------------------------------*/
.bank_at_work-page {
  display: none;
}

.bank_at_work-page .adjust {
  margin-bottom: 0;
}

.bank_at_work-page .account-opening-by-internet {
  border-bottom: 1px solid #004831;
}

/*--------------------------------------
  GoogleMap
---------------------------------------*/
.iw-background {
  -webkit-box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.1);
}

.iw-background > *:nth-child(1) {
  display: none;
}

.iw-background > *:nth-child(2) {
  display: none;
}

.iw-background > *:nth-child(4) {
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 0 !important;
}

.iw-background .iw-background__arrow__left {
  top: 2px !important;
  height: 10px !important;
  width: 13px !important;
  left: -3px !important;
}

.iw-background .iw-background__arrow__left div {
  left: auto !important;
  right: 0 !important;
  height: 10px !important;
  width: 10px !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: skewX(50.6deg) !important;
      -ms-transform: skewX(50.6deg) !important;
          transform: skewX(50.6deg) !important;
}

.iw-background .iw-background__arrow__right {
  top: 2px !important;
  height: 10px !important;
  left: 10px !important;
  width: 13px !important;
}

.iw-background .iw-background__arrow__right div {
  left: 0 !important;
  width: 10px !important;
  height: 10px !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: skewX(-50.6deg) !important;
      -ms-transform: skewX(-50.6deg) !important;
          transform: skewX(-50.6deg) !important;
}

.gm-style-iw {
  color: #ffffff;
  padding: 8px 10px 6px;
}

.gm-style-iw .branch-address {
  font-size: 16px;
}

.iw-close-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .gm-style-iw .branch-address {
    font-size: 13px;
  }
}

/*--------------------------------------
  支店詳細画面
---------------------------------------*/
.branch-info-window .branch-info-window__detail-link {
  margin-bottom: 4px;
  font-size: 14px;
}

.branch-info-window .branch-info-window__detail-link a:link, .branch-info-window .branch-info-window__detail-link a:visited {
  color: #ffffff;
}

.branch-info-window .branch-info-window__branch-code {
  font-size: 12px;
}

.branch-facilities-information{
  text-align:center;
}
.branch-facilities-information ul{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width:100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
     -ms-flex-align: baseline;
        align-items: baseline;
}

.branch-facilities-information ul li{
  width:15%;
  padding:0 1%;
}
.branch-facilities-information ul li img{
  width:76px;
  height:auto;
}

@media screen and (max-width: 1199px) {
  .branch-facilities-information ul{
    width:auto;
  }
  
  .branch-facilities-information ul li{
    width:100px;
  }
  .branch-facilities-information ul li img{
    width:100%;
    height:auto;
  }
}

@media screen and (max-width: 767px) {
  .branch-facilities-information ul{
    max-width:400px;
    width:100%;
  }
  .branch-facilities-information ul li{
    padding:1%;
    max-width:25%;
    width:100%;
  }
}

.ja .branch-info-window__branch-code .en {
  display: none;
}

.en .branch-info-window__branch-code .ja {
  display: none;
}

.en .body_type span, .en .body_code span {
  margin-right: 3px;
}

/*--------------------------------------
  セミナー(開催日から選ぶ)画面
---------------------------------------*/
.seminar_date_page .overview {
  display: none;
}

/*--------------------------------------
  セミナー(テーマ／開催地から選ぶ)画面
---------------------------------------*/
.seminar_place_theme_page .not-found-message {
  display: none;
}

/*--------------------------------------
  width
---------------------------------------*/
@media screen and (max-width: 1199px) {
  #header,
  .container,
  .topicPath,
  .main-section,
  #footer .anchorLink,
  #footer .footer_content {
    width: 100%;
    min-width: 320px;
  }
}

.width_10p {
  width: 10%;
}

@media screen and (max-width: 767px) {
  .width_10p {
    width: auto;
  }
}

.width_15p {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .width_15p {
    width: auto;
  }
}

.width_20p {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .width_20p {
    width: auto;
  }
}

.width_30p {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .width_30p {
    width: auto;
  }
}

.width_40p {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .width_40p {
    width: auto;
  }
}

.width_50p {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .width_50p {
    width: auto;
  }
}

.width_60p {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .width_60p {
    width: auto;
  }
}

/*--------------------------------------
  margin, padding
---------------------------------------*/
.mgn_0 {
  margin: 0 !important;
}

.mgn_top_0 {
  margin-top: 0 !important;
}

.mgn_btm_0 {
  margin-bottom: 0 !important;
}

.mgn_top_5 {
  margin-top: 5px !important;
}

.mgn_btm_5 {
  margin-bottom: 5px !important;
}

.mgn_top_10 {
  margin-top: 10px !important;
}

.mgn_btm_10 {
  margin-bottom: 10px !important;
}

.mgn_top_15 {
  margin-top: 15px !important;
}

.mgn_btm_15 {
  margin-bottom: 15px !important;
}

.mgn_top_20 {
  margin-top: 20px !important;
}

.mgn_btm_20 {
  margin-bottom: 20px !important;
}

.mgn_top_s {
  margin-top: 1.2em !important;
}

.mgn_btm_s {
  margin-bottom: 1.2em !important;
}

.mgn_top_m {
  margin-top: 2em !important;
}

.mgn_btm_m {
  margin-bottom: 2em !important;
}

.mgn_top_l {
  margin-top: 3em !important;
}

.mgn_btm_l {
  margin-bottom: 3em !important;
}

.mgn_top_xl {
  margin-top: 4em !important;
}

.mgn_btm_xl {
  margin-bottom: 4em !important;
}

@media screen and (max-width: 1199px) {
  .mgn_btm_xl {
    margin-bottom: 60px !important;
  }
}

.pdn_0 {
  padding: 0 !important;
}

.pdn_top_0 {
  padding-top: 0 !important;
}

.pdn_btm_0 {
  padding-bottom: 0 !important;
}

.pdn_top_5 {
  padding-top: 5px !important;
}

.pdn_btm_5 {
  padding-bottom: 5px !important;
}

.pdn_top_10 {
  padding-top: 10px !important;
}

.pdn_btm_10 {
  padding-bottom: 10px !important;
}

.pdn_top_15 {
  padding-top: 15px !important;
}

.pdn_btm_15 {
  padding-bottom: 15px !important;
}

.pdn_top_20 {
  padding-top: 20px !important;
}

.pdn_btm_20 {
  padding-bottom: 20px !important;
}

.pdn_top_25 {
  padding-top: 25px !important;
}

.pdn_btm_25 {
  padding-bottom: 25px !important;
}

.pdn_top_s {
  padding-top: 10px !important;
}

.pdn_btm_s {
  padding-bottom: 10px !important;
}

.pdn_top_m {
  padding-top: 30px !important;
}

.pdn_btm_m {
  padding-bottom: 30px !important;
}

.pdn_top_l {
  padding-top: 50px !important;
}

.pdn_btm_l {
  padding-bottom: 50px !important;
}

.pdn_tb_s {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pdn_tb_m {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pdn_tb_l {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

@media screen and (max-width: 1199px) {
  .pdn_top_s {
    padding-top: 10px !important;
  }
  .pdn_btm_s {
    padding-bottom: 10px !important;
  }
  .pdn_top_m {
    padding-top: 30px !important;
  }
  .pdn_btm_m {
    padding-bottom: 30px !important;
  }
  .pdn_top_l {
    padding-top: 50px !important;
  }
  .pdn_btm_l {
    padding-bottom: 50px !important;
  }
  .pdn_tb_s {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pdn_tb_m {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pdn_tb_l {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 1199px){
  #footer.footer_popup .footer-content {
    padding-top: 24px;
  }
}
/*** SFC original ***************************************/
h1, h2, h3 { 
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Hiragino Kaku Gothic ProN", "HiraKakuPro", メイリオ, "MS PGothic", sans-serif, "Meiryo UI" !important;
}
.pcOnly {
    display: block;
}
.spOnly {
    display: none;
}
@media screen and (max-width: 767px) {
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
}


.btn-main,
.btn-primary
 {
    width: 90%;
    margin: 0;
    margin-top: 20px;
}
.submit_btn_area a.btn-main {
    color: #FFFFFF;
    text-decoration: none;
    width: 90%;
    line-height: 1.4 !important;;
}
.submit_btn_area a.btn-primary {
    color: #004831;
    background-color: #c4d700;
}
.img__login img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    margin-bottom: 1px;
}
@media screen and (max-width: 480px) {
    .img__login img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
        margin-bottom: 1px;
    }
}
.main-section__bottom {
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: 0.5s;
}
.main-section__bottom.active {
    position: relative;
    height: auto;
    transition: 0.5s;
}
.main-section__bottom::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 70%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%);
    transition: 0.5s;
}
.main-section__bottom.active::after {
    height: 0%;
    background: none;
    transition: 0.5s;
}
.main-content .hdg_B {
    padding-left: 0;
}
.main-content .hdg_B a {
    display: block;
    width: 100%;
    padding: 10px 30px 10px 4%;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color: #004831;
    line-height: 1.4 !important;
}
h2, h3 { line-height: 1.4 !important; }
.hdg_B a:before {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    content: "";
    display: block;
    position: absolute;
    background: #004831;
    width: 18px;
    height: 2px;
    top: 50%;
    right: 15px;
    margin-top: -1px;
}
.hdg_B a:after {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    content: "";
    display: block;
    position: absolute;
    background: #004831;
    width: 2px;
    height: 18px;
    top: 50%;
    right: 23px;
    margin-top: -9px;
}
.active .hdg_B a:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.horizontal-wrapper .list_primary li:before {
    content: none;
}
.horizontal-wrapper .list_primary {
    border-top: 1px solid #f0f0f0;
}
.horizontal-wrapper ul.list_primary li {
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 0;
}
.inner label {
    cursor: pointer;
    display: inline-block;
}
.horizontal-wrapper .list_primary label {
    display: block;
    padding: 20px 15px;
    /*background-color: #f0f0f0;*/
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.6em;
}
.radiobtn-main:checked + span {
    font-weight: bold;
    color: #004831;
}
.horizontal-comment {
    display: none;
}
.horizontal-comment img {
    height: 1.6em;
    margin: 0 0.5em;
}
@media screen and (min-width: 768px) {
    .horizontal-wrapper {
        display: table;
        table-layout: fixed;
        border-collapse: separate;
        width: 100%;
    }
    .horizontal-wrapper .list_primary {
        display: table-row;
        width: 100%;
    }
    .horizontal-wrapper .list_primary li {
        display: table-cell;
        width: 20%;
        text-align: center;
        background-color: #f0f0f0;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }
    .horizontal-wrapper .horizontal li {
        width: auto;
    }
    .horizontal-wrapper .list_primary label {
        display: block;
        padding: 10px 15px;
        cursor: pointer;
    }
    .horizontal-wrapper .list_primary label span {
        display: block;
        min-height: 2em;
        padding-top: 24px;
        padding-left: 0;
    }
    .radiobtn-main + span::before {
        left: 0;
        right: 0;
        margin: auto;
    }
    .radiobtn-main:checked + span::after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .horizontal-comment {
        display: block;
    }
}
.confirmMain .q p {
    margin: 0;
    padding: 0.5em 20px;
    background-color: #f0f0f0;
    color: #004831;
}
.confirmMain .textarea-container {
    margin: 0;
}


span.pcContents{
    display: inline;
}
span.spContents{
    display: none;
}
@media screen and (max-width: 767px){
    span.spContents{
        display: inline;
    }
    span.pcContents{
        display: none;
    }
}
