@charset "UTF-8";
* {
  box-sizing: border-box;
}
html{
  overflow-y:scroll;
  }
/*=============================================
* body
*=============================================*/
body {
  color: #222;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: #E5F4EF;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  header .grobal ul li a {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: 'Roboto', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'sans-serif' !important;
  }
}
section {
  font-family: "Noto Sans JP", sans-serif;
}
/*=============================================
* fonts - DON'T EDIT
*=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*=============================================
* .fnt - customs
*=============================================*/
/*=============================================
* <main>
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

/*=============================================
* <header>
*=============================================*/
body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu_toggle,
body.nav--opened #menu_toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}
.nav--opened #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}
.nav--opened #pagetop,
.nav--opened #ft_fixed {
  opacity: 0;
  visibility: hidden;
}

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}

/* .nav-fixed {
  background: #fff;
  height: 80px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 98;
} */
.nav-fixed .wrap {
  padding: 0;
}
.nav-fixed .logo {
  width: 140px;
  float: left;
  margin: 14px 0 0 10px;
}
.nav-fixed .faq {
  float: left;
  color: #009260;
  font-size: 12px;
  line-height: 18px;
  margin: 31px 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .nav-fixed .wrap {
    padding: 0 15px;
  }
  .nav-fixed .logo {
    width: 160px;
    margin: 6px 0 0;
  }
  .nav-fixed .faq {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-fixed .wrap {
    padding: 0 30px;
  }
  .nav-fixed .logo {
    width: 180px;
  }
  .nav-fixed .faq {
    margin-left: 20px;
  }
}

.menu_toggle {
  position: fixed;
  width: 100%;
  top: 80px;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.menu_toggle ul {
  padding: 50px 30px;
  font-size: 18px;
  line-height: 27px;
  color: #009260;
}
.menu_toggle ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
.menu_toggle ul li:first-child {
  display: none;
}
.menu_toggle ul li a {
  display: block;
  padding-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .menu_toggle {
    opacity: 1;
    visibility: visible;
    position: static;
    /* float: right; */
    /* width: auto; */
    background: none;
    width: 990px;
    margin:20px auto 0;
    padding: 20px 0 0;
  }
.faq .menu_toggle,
.user_procedure .menu_toggle,
.tokusenplus .menu_toggle,
.other_faq .menu_toggle,
.other_faq .menu_toggle,
.entameplus .menu_toggle {
  padding: 20px 0 0;
}
  .menu_toggle ul {
    padding: 11px 0 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.08em;
    color: #222;
    display: flex;
    justify-content: flex-start;
  }
  .menu_toggle ul li {
    margin-bottom: 0;
    border: none;
  }
  .menu_toggle ul li:first-child {
    color: #009260;
    display: block;
  }
  .menu_toggle ul li a {
    display: inline-block;
    padding-bottom: 0;
  }
  .menu_toggle ul li a:not([target=_blank])::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.2rem;
    border: 6px solid transparent;
    border-left: 6px solid #009260;
    border-right: none;
    position: relative;
    top: 2px;
  }
  .menu_toggle ul li a:hover {
    color: #009260;
  }
  .menu_toggle ul li + li {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu_toggle ul {
    font-size: 15px;
    line-height: 22px;
  }
  .menu_toggle ul li + li {
    margin-left: 35px;
  }
}
header .header_navi_item_logo {
  width: auto;
  max-width: 135px;
}

/*=============================================
* <section>
*=============================================*/
/*=============================================
* <footer>
*=============================================*/
footer {
  background: #333;
  color: #aaa;
}
footer .wrap {
  padding: 0 10px;
}
footer .footer_link_list {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
}
footer .footer_link_list li {
  border-bottom: 1px solid #444;
}
footer .footer_link_list li a {
  display: block;
  padding: 15px 0;
  line-height: 1;
  position: relative;
}
footer .footer_link_list li a[target=_blank]::before {
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 7px;
  top: 50%;
  right: 3px;
  margin-top: -2px;
  background-color: #555;
  box-shadow: 2px -2px 0 #555;
}
footer .footer_link_list li a:not([target=_blank])::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  border-left: none;
  transform: rotate(45deg);
  right: 4px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
}
footer address {
  font-size: 9px;
  padding: 15px 0;
  display: block;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  footer .footer_link_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 12px;
    padding-top: 5px;
  }
  footer .footer_link_list li {
    border-bottom: none;
  }
  footer .footer_link_list li a {
    white-space: nowrap;
  }
  footer .footer_link_list li a:hover {
    opacity: 0.7;
  }
  footer .footer_link_list li a:not([target=_blank])::after {
    display: none;
  }
  footer .footer_link_list li a:not([target=_blank])::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.2rem;
    border: 6px solid transparent;
    border-left: 6px solid #999;
    border-right: none;
    position: relative;
    top: 2px;
  }
  footer .footer_link_list li a[target=_blank]::before {
    content: "";
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    width: 12px;
    height: 8px;
    background-color: #999;
    box-shadow: 2px -2px 0 #999;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    right: auto;
    top: 2px;
  }
  footer address {
    font-size: 10px;
  }
}
@media only screen and (min-width: 980px) {
  footer .footer_link_list {
    font-size: 16px;
  }
  footer .footer_link_list li a:not([target=_blank])::before {
    top: 0;
  }
  footer .footer_link_list li a[target=_blank]::before {
    top: auto;
  }
  footer address {
    font-size: 12px;
  }
}

/*=============================================
* copyright
*=============================================*/
.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.jcfe {
  justify-content: flex-end;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.fww {
  flex-wrap: wrap;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.w630 {
  max-width: 631px;
  width: 100%;
  margin: 0 auto;
}

.w770 {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 26px;
}

.mb40 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

a:hover {
  text-decoration: none;
}

a, img {
  transition: 0.3s all ease-in-out;
}

img {
  width: 100%;
  height: auto;
}

.txt_small {
  font-size: 12px !important;
  line-height: 20px !important;
}

.cl_green {
  color: #009260;
}

.cl_red {
  color: #FF3547;
}

a.txt_link {
  color: #4285F4;
  text-decoration: underline;
  word-break: break-all;
}
a.txt_link:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .pt13 {
    padding-top: 13px;
  }
  .txt_small {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .tac_pc {
    text-align: center;
  }
}/*# sourceMappingURL=shared.css.map */