@charset "UTF-8";
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #005b56;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-feature-settings: "palt";
}

a {
  color: #00a467;
  text-decoration: none;
}

.hidden {
  display: none;
}

.image-common {
  display: block;
  width: 100%;
}

.container {
  overflow: hidden;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 2.222;
    position: static !important;
    top: auto !important;
  }

  .container {
    min-width: 1200px;
    padding-top: 100px;
  }

  .wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 3.75);
  }

  body {
    font-size: 0.13rem;
    line-height: 2.154;
  }

  .container {
    min-width: 320px;
    padding-top: 0.61rem;
  }

  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .md {
    display: none !important;
  }
}
.header-site {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4000;
}

.header-logo {
  display: block;
}
.header-logo a {
  display: block;
}

.navigation-menu {
  letter-spacing: 0.08em;
}
.navigation-menu .icon-blank:after {
  display: inline-block;
  position: relative;
  content: "";
  background: url(../img/common/icon_blank_01.svg) no-repeat center center/100% auto;
}

@media print, (min-width: 768px) {
  .header-site {
    min-width: 1200px;
  }
  .header-site .wrapper {
    width: 1100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 100px;
    position: relative;
  }

  .header-logo {
    width: 240px;
  }

  .navigation {
    height: auto !important;
    opacity: 1 !important;
    display: block !important;
  }

  .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 13px;
    margin-right: -10px;
  }
  .navigation-menu .link-item {
    transition: color 0.26s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100px;
    padding: 0 9px 2px;
    color: #000;
  }
  .ll {
	line-height: 1.1;	
  }
  .navigation-menu .link-item:hover {
    background: #fcf5ec;
    color: #000;
  }
  .navigation-menu .icon-blank:after {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    top: 2px;
  }
  .navigation-menu .is-active {
    color: #6cb0a6;
  }

  html:not(.is-ipad) .is-has-sub:hover .link-item {
    background: #fcf5ec;
    color: #000;
  }
  html:not(.is-ipad) .is-has-sub:hover .navigation-mega {
    display: block !important;
  }

  .navigation-mega {
    position: absolute;
    width: 1010px;
    left: 50%;
    margin-left: -510px;
    background: rgba(0, 91, 83, 0.94);
    z-index: 100;
    padding: 3px 54px 54px;
    display: none;
  }
  .navigation-mega .list-mega-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-height: 339px;
  }
  .navigation-mega .mega-column {
    width: 395px;
  }
  .navigation-mega .navigation-sub {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .navigation-mega .navigation-sub > li {
    border-bottom: 1px solid #b3b3b3;
  }
  .navigation-mega .navigation-sub .is-margin {
    margin-bottom: 59px;
  }
  .navigation-mega .navigation-sub a {
    display: block;
    color: #fff;
    position: relative;
    padding: 15px 20px 16px 0;
  }
  .navigation-mega .navigation-sub a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: 8px;
    background: url(../img/common/icon_arrow_03.svg) no-repeat center center/100% auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site {
    min-width: 320px;
    -ms-transform: none !important;
        transform: none !important;
  }
  .header-site .wrapper {
    padding: 0.16rem 0.5rem;
    height: 0.61rem;
  }

  .header-logo {
    width: 1.82rem;
    margin: 0 auto;
    position: relative;
    z-index: 810;
  }

  .navigation {
    position: fixed;
    z-index: 800;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    min-width: 320px;
    background: #fff;
    padding-top: 0.61rem;
    display: none;
  }
  .navigation .navigation-inner {
    width: 100%;
    overflow-y: auto;
    height: 100%;
    background: #6cb0a6;
    padding: 0.5rem 0.4rem 0;
  }

  .navigation-menu {
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    padding-bottom: 0.47rem;
    border-top: 1px solid #fff;
  }
  .navigation-menu > li {
    border-bottom: 1px solid #fff;
  }
  .navigation-menu > li .menu-text {
    padding: 0.16rem 0 0.03rem;
  }
  .navigation-menu .link-item {
    padding: 0.16rem 0 0.17rem;
    display: block;
  }
  .navigation-menu .icon-blank:after {
    width: 0.14rem;
    height: 0.14rem;
    margin-left: 0.08rem;
    top: 0.01rem;
  }
  .navigation-menu a {
    display: block;
    color: #fff;
  }
  .navigation-menu .list-mega-column {
    padding: 0 0 0.2rem 0.15rem;
  }
  .navigation-menu .navigation-mega {
    margin-top: -0.13rem;
  }
  .navigation-menu .navigation-sub a {
    padding-left: 0.5em;
    position: relative;
  }
  .navigation-menu .navigation-sub a:before {
    content: "〉";
    position: absolute;
    left: 0;
    top: 0.05rem;
    font-size: 0.09rem;
  }
}
.button-menu {
  position: absolute;
  z-index: 810;
  right: 0.1rem;
  top: 0.15rem;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #005b56;
}
.button-menu > span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.1rem;
  width: 0.2rem;
  height: 2px;
  background: #005b56;
  transition: 0.26s ease;
}
.button-menu > span:nth-child(1) {
  margin-top: -0.09rem;
}
.button-menu > span:nth-child(2) {
  margin-top: -0.01rem;
}
.button-menu > span:nth-child(3) {
  margin-top: 0.07rem;
}
.button-menu.is-active > span {
  margin-top: -0.01rem;
}
.button-menu.is-active > span:nth-child(1) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.button-menu.is-active > span:nth-child(2) {
  opacity: 0;
}
.button-menu.is-active > span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

footer {
  position: relative;
}

.button-top {
  position: fixed;
  cursor: pointer;
  display: none;
  z-index: 1300;
}
.button-top:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #005b56 url(../img/common/btn_top.svg) no-repeat center center/24px auto;
  border-radius: 100%;
  transition: opacity 0.26s ease;
}
.button-top:hover:before {
  opacity: 0.8;
}
.button-top.is-button-sticky {
  position: absolute;
  bottom: auto;
}
@media print, (min-width: 768px) {
  .button-top {
    right: 54px;
    bottom: 30px;
    width: 38px;
    height: 38px;
  }
  .button-top.is-button-sticky {
    top: -68px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-top {
    right: 0.4rem;
    bottom: 0.2rem;
    width: 0.38rem;
    height: 0.38rem;
    background-size: 0.24rem auto;
  }
  .button-top.is-button-sticky {
    top: -0.44rem;
  }
  .button-top.is-top-custom {
    transition: 0.26s ease;
  }
  .button-top.is-top-custom.is-button-sticky {
    top: 0.05rem;
  }
}

.footer-contact-us {
  line-height: 1.5;
}
.footer-contact-us .contact-us-title {
  font-weight: 500;
  text-align: center;
}
.footer-contact-us .contact-us-row {
  border-bottom: 1px solid #afccca;
}
.footer-contact-us .contact-us-note {
  font-weight: 500;
}
.footer-contact-us .contact-us-note > li {
  padding-left: 1em;
  position: relative;
}
.footer-contact-us .contact-us-note > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.footer-contact-us .contact-us-tel {
  position: relative;
}
.footer-contact-us .contact-us-tel img {
  display: block;
  max-width: none;
  width: auto;
}
.footer-contact-us .contact-us-tel:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/common/icon_tel.svg) no-repeat center center/100% auto;
}
.footer-contact-us .contact-us-time {
  letter-spacing: 0.03em;
}

.footer-navigation {
  background: #6cb0a6;
}

.footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.031em;
}
.footer-menu a {
  color: #fff;
}
.footer-menu > li {
  position: relative;
}
.footer-menu > li:first-child:before {
  display: none;
}
.footer-menu > li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background: #fff;
}

.footer-bottom {
  background: #005b56;
  line-height: 1.2;
  color: #fff;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom .footer-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-bottom .copyright {
  font-weight: 100;
}

@media print, (min-width: 768px) {
  .footer-contact-us {
    padding: 55px 0 36px;
    background: #ebf2f1;
  }
  .footer-contact-us .contact-us-title {
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 26px;
  }
  .footer-contact-us .contact-us-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 0 0 31px 71px;
    margin-bottom: 28px;
  }
  .footer-contact-us .contact-us-left {
    margin: 5px 28px 0 0;
  }
  .footer-contact-us .contact-us-note {
    font-size: 16px;
    line-height: 1.45;
    -ms-flex: 1;
        flex: 1;
  }
  .footer-contact-us .contact-us-tel {
    display: block;
    pointer-events: none;
    padding-left: 42px;
    margin-bottom: 3px;
  }
  .footer-contact-us .contact-us-tel img {
    height: 36px;
  }
  .footer-contact-us .contact-us-tel:before {
    width: 32px;
    height: 32px;
    top: 2px;
  }
  .footer-contact-us .contact-us-text {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.75;
  }

  .footer-navigation {
    padding: 26px 0;
  }

  .footer-menu {
    font-size: 15px;
  }
  .footer-menu > li {
    padding: 0 23px;
  }
  .footer-menu > li:first-child {
    padding-left: 0;
  }
  .footer-menu > li:last-child {
    padding-right: 0;
  }
  .footer-menu > li:before {
    top: 2px;
    bottom: 2px;
  }
  .is-firefox .footer-menu > li:before {
    bottom: 0;
  }

  .footer-bottom {
    padding: 27px 0;
  }
  .footer-bottom .wrapper {
    width: 1100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .footer-bottom .footer-link {
    font-size: 13px;
  }
  .footer-bottom .footer-link > li {
    margin-left: 14px;
  }
  .footer-bottom .footer-group {
    -ms-flex-order: 2;
        order: 2;
  }
  .footer-bottom .copyright {
    -ms-flex-order: 1;
        order: 1;
    font-size: 10px;
    letter-spacing: 0.06em;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-contact-us {
    padding: 0.46rem 0 0.43rem;
    background: #f0f7f6;
  }
  .footer-contact-us .contact-us-title {
    margin: 0 -0.2rem 0.18rem;
    letter-spacing: 0.03em;
  }
  .footer-contact-us .contact-us-row {
    padding-bottom: 0.31rem;
    margin-bottom: 0.32rem;
  }
  .footer-contact-us .contact-us-left {
    margin-bottom: 0.1rem;
    font-size: 0.1rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
  }
  .footer-contact-us .contact-us-note {
    line-height: 2.154;
  }
  .footer-contact-us .contact-us-tel {
    padding-left: 0.35rem;
    display: inline-block;
    margin-bottom: 0.06rem;
  }
  .footer-contact-us .contact-us-tel img {
    height: 0.29rem;
  }
  .footer-contact-us .contact-us-tel:before {
    width: 0.27rem;
    height: 0.27rem;
    top: 0.02rem;
  }
  .footer-contact-us .contact-us-text {
    line-height: 2.154;
    text-align: justify;
    letter-spacing: 0.01em;
  }

  .footer-navigation {
    padding: 0.09rem 0 0.1rem;
  }

  .footer-menu {
    font-size: 0.12rem;
  }
  .footer-menu a {
    display: inline-block;
    padding: 0 0.17rem;
  }
  .footer-menu > li {
    padding: 0.13rem 0;
  }
  .footer-menu > li:nth-child(1) a {
    padding-left: 0;
  }
  .footer-menu > li:nth-child(3) a {
    padding-right: 0;
  }
  .footer-menu > li:nth-child(4), .footer-menu > li:nth-child(5) {
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer-menu > li:nth-child(4) {
    text-align: right;
  }
  .footer-menu > li:nth-child(4):before {
    display: none;
  }
  .footer-menu > li:nth-child(5) {
    text-align: left;
  }
  .footer-menu > li:nth-child(6):before {
    display: none;
  }
  .footer-menu > li:before {
    top: 0.14rem;
    bottom: 0.13rem;
  }

  .footer-bottom {
    padding: 0.04rem 0 0.14rem;
  }
  .footer-bottom .footer-link {
    font-size: 0.12rem;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    margin-bottom: 0.22rem;
  }
  .footer-bottom .footer-link:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 0.4rem;
    background: rgba(255, 255, 255, 0.3);
  }
  .footer-bottom .footer-link a {
    display: inline-block;
    padding: 0 0.17rem;
  }
  .footer-bottom .footer-link > li {
    position: relative;
    padding: 0.13rem 0;
  }
  .footer-bottom .footer-link > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.14rem;
    bottom: 0.13rem;
    width: 1px;
    background: #fff;
  }
  .footer-bottom .footer-link > li:nth-child(1):before, .footer-bottom .footer-link > li:nth-child(3):before {
    display: none;
  }
  .footer-bottom .footer-link > li:nth-child(2) {
    text-align: left;
  }
  .footer-bottom .copyright {
    font-size: 0.09rem;
    display: block;
    text-align: center;
    margin: 0 -0.2rem;
  }
}
.button-primary,
.button-basic,
.button-default {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  line-height: 1.39;
  letter-spacing: 0.03em;
  margin: 0 auto;
  text-align: center;
}

.button-primary,
.button-basic {
  position: relative;
}
.button-primary:after,
.button-basic:after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 100%;
}

.button-primary {
  color: #fff;
}
.button-primary.is-blue-dark {
  background: #005b56;
}
.button-primary.is-blue-light {
  background: #6cb0a6;
}
.button-primary.is-button-orange {
  background: #dd9743;
}
.button-primary.is-button-yellow {
  background: #dbaf00;
}
.button-primary.is-icon-document:before, .button-primary.is-icon-computer:before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 100%;
  background: #fff no-repeat center center/38px auto;
}
.button-primary.is-icon-document:before {
  background-image: url(../img/common/icon_document.svg);
}

.button-basic {
  width: 100%;
  background: #fff;
  color: #6cb0a6;
}
.button-basic:after {
  border: 1px solid #6cb0a6;
  background: url(../img/common/icon_arrow_02.svg) no-repeat center center/12px auto;
}

.icon-blank-common > span {
  position: relative;
}
.icon-blank-common > span:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../img/common/icon_blank.svg) no-repeat center center/100% auto;
  top: 50%;
}

.button-download {
  background: #005b56;
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.button-download:before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 100%;
  background: #fff url(../img/common/icon_download.svg) no-repeat center center/16px auto;
}
.button-download.is-button-orange {
  background: #dd9743 !important;
}

.button-default {
  color: #fff;
  background: #005b56;
}

@media print, (min-width: 768px) {
  .button-primary,
  .button-basic,
  .button-default {
    border-radius: 50px;
  }

  .button-primary {
    width: 550px;
    height: 90px;
    font-size: 20px;
    padding: 10px 70px 13px;
  }
  .is-ipad .button-primary {
    padding-bottom: 12px;
  }
  .button-primary:after {
    right: 28px;
    margin-top: -17px;
    width: 33px;
    height: 33px;
    border: 1px solid #fff;
    background: url(../img/common/icon_arrow_01.svg) no-repeat center center/16px auto;
  }
  .button-primary.is-icon-document:before, .button-primary.is-icon-computer:before {
    width: 60px;
    height: 60px;
    left: 15px;
    margin-top: -30px;
  }
  .button-primary.is-icon-computer:before {
    background-image: url(../img/common/icon_computer.png);
  }

  .button-basic {
    height: 66px;
    font-size: 18px;
    padding: 4px 46px 7px;
  }
  .button-basic:after {
    right: 20px;
    margin-top: -13px;
    width: 26px;
    height: 26px;
  }
  .is-ipad .button-basic {
    padding-bottom: 6px;
  }
  .button-basic.icon-blank-common {
    padding-left: 13px;
  }

  .icon-blank-common > span {
    padding-right: 20px;
  }
  .icon-blank-common > span:after {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }

  .button-download {
    border-radius: 40px;
    font-size: 12px;
    height: 65px;
    padding: 4px 25px 7px 55px;
  }
  .button-download:before {
    left: 14px;
    margin-top: -19px;
    width: 38px;
    height: 38px;
  }
  .is-ipad .button-download {
    padding-bottom: 6px;
  }

  .button-default {
    width: 465px;
    height: 90px;
    font-size: 20px;
    padding: 10px 20px 13px;
  }
  .is-ipad .button-default {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary,
  .button-basic,
  .button-download,
  .button-default {
    border-radius: 0.5rem;
    font-size: 0.13rem;
    height: 0.6rem;
    padding: 0.1rem 0.44rem 0.12rem;
  }

  .button-primary {
    width: 100%;
  }
  .button-primary:after {
    right: 0.18rem;
    margin-top: -0.12rem;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../img/common/sp/icon_arrow_01.svg) no-repeat center center/100% auto;
  }
  .button-primary.is-icon-document:before, .button-primary.is-icon-computer:before {
    width: 0.4rem;
    height: 0.4rem;
    left: 0.1rem;
    margin-top: -0.2rem;
    background-size: 0.26rem auto;
  }
  .button-primary.is-icon-computer:before {
    background-image: url(../img/common/icon_computer.svg);
  }

  .button-basic:after {
    right: 0.18rem;
    margin-top: -0.12rem;
    width: 0.24rem;
    height: 0.24rem;
    background-size: 0.12rem auto;
  }
  .button-basic.icon-blank-common {
    padding-left: 0.25rem;
  }

  .icon-blank-common > span {
    padding-right: 0.2rem;
  }
  .icon-blank-common > span:after {
    width: 0.14rem;
    height: 0.14rem;
    margin-top: -0.07rem;
  }

  .button-download:before {
    left: 0.1rem;
    margin-top: -0.2rem;
    width: 0.4rem;
    background-size: 0.17rem auto;
    height: 0.4rem;
  }

  .button-default {
    width: 100%;
  }
}
.title-primary {
  border-top: 3px solid #005b56;
  border-bottom: 3px solid #005b56;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
.title-primary > span {
  display: inline-block;
  position: relative;
}
.title-primary > span:before, .title-primary > span:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #005b56;
}
.title-primary > span:before {
  left: 0;
}
.title-primary > span:after {
  right: 0;
}
.title-primary.is-title-orange {
  color: #dd9743;
  border-top-color: #dd9743;
  border-bottom-color: #dd9743;
}
.title-primary.is-title-orange > span:before, .title-primary.is-title-orange > span:after {
  background: #dd9743;
}

.title-basic {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.title-basic > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.title-basic.is-title-blue > span {
  background: #6cb0a6;
}
.title-basic.is-title-orange > span {
  background: #dd9743;
}

.title-default {
  font-weight: 500;
  position: relative;
}
.title-default:before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 100%;
  background: #6cb0a6 url(../img/common/icon_arrow_01.svg) no-repeat center center/9px auto;
}

.text-common {
  position: relative;
}
.text-common:before {
  content: "";
  border-left: 7px solid #005b56;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
}

@media print, (min-width: 768px) {
  .title-primary {
    font-size: 25px;
    padding: 19px 12px 20px;
  }
  .title-primary > span {
    padding: 0 19px 1px;
  }
  .title-primary > span:before, .title-primary > span:after {
    top: 8px;
    bottom: 6px;
  }

  .title-basic {
    font-size: 30px;
  }
  .title-basic > span {
    margin: 0 5px;
    width: 52px;
    height: 52px;
    padding-bottom: 3px;
  }
  .is-firefox .title-basic > span {
    padding-top: 1px;
  }

  .title-default {
    font-size: 22px;
    line-height: 1.82;
    padding-left: 22px;
  }
  .title-default:before {
    top: 14px;
    width: 15px;
    height: 15px;
  }

  .text-common {
    padding-left: 10px;
    font-size: 18px;
    line-height: 2.23;
  }
  .text-common:before {
    top: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    font-size: 0.18rem;
    padding: 0.17rem 0.12rem 0.19rem;
  }
  .title-primary > span {
    padding: 0 0.13rem;
  }
  .title-primary > span:before, .title-primary > span:after {
    top: 0.04rem;
    bottom: 0.03rem;
  }

  .title-basic {
    font-size: 0.23rem;
  }
  .title-basic > span {
    margin: 0 0.035rem;
    width: 0.4rem;
    height: 0.4rem;
    padding-bottom: 0.02rem;
  }

  .title-default {
    font-size: 0.18rem;
    line-height: 1.667;
    padding-left: 0.22rem;
  }
  .title-default:before {
    top: 0.08rem;
    width: 0.15rem;
    height: 0.15rem;
    background-size: 0.09rem auto;
  }
  .is-chrome.is-android .title-default:before {
    top: 0.1rem;
  }

  .text-common {
    padding-left: 0.09rem;
    font-size: 0.13rem;
    line-height: 2.154;
  }
  .text-common:before {
    top: 0.12rem;
    border-left-width: 0.05rem;
    border-top-width: 0.03rem;
    border-bottom-width: 0.03rem;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 374px) {
  .text-common:before {
    top: 0.11rem;
  }
}

.common-keyvisual {
  background: url(../img/common/bg_pattern.png) repeat 0 0;
}
.common-keyvisual .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  position: relative;
}
.common-keyvisual .wrapper:before, .common-keyvisual .wrapper:after {
  content: "";
  position: absolute;
  height: 100%;
}
.common-keyvisual .wrapper:before {
  left: 0;
}
.common-keyvisual .wrapper:after {
  right: 0;
}
.common-keyvisual .keyvisual-title {
  font-weight: 500;
}
.common-keyvisual .keyvisual-title2 {
  font-weight: 500;
}
.keyvisual-title3 {
  font-weight: 500;
}
.common-keyvisual .title_shoulder {
  font-size: 16px;	
}

/* ショルダーの文言 */
.common-keyvisual .wrp2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: left;
  -ms-flex-pack: center;
      justify-content: left;
  text-align: left;
  position: relative;
	top:30px;
	left:60px; 
}
.common-keyvisual .wrp2:before, .common-keyvisual .wrp2:after {
  content: "";
  position: absolute;
  height: 100%;
}
.common-keyvisual .wrp2:before {
  left: 0;
}
.common-keyvisual .wrp2:after {
  right: 0;
}

@media print, (min-width: 768px) {
  .common-keyvisual {
    background-size: 8px auto;
  }
  .common-keyvisual .wrapper {
    min-height: 180px;
    padding: 20px 40px 23px;
  }
  .common-keyvisual .wrapper:before {
    background: url(../img/common/bg_title_01.png) top 10px left/100% no-repeat, url(../img/common/bg_title_02.png) bottom 9px left/100% no-repeat;
  }
  .common-keyvisual .wrapper:after {
    background: url(../img/common/bg_title_04.png) top 10px left/100% no-repeat, url(../img/common/bg_title_03.png) bottom 9px left/100% no-repeat;
  }
  .common-keyvisual .wrapper:before, .common-keyvisual .wrapper:after {
    width: 31px;
  }
  .common-keyvisual .keyvisual-title {
    font-size: 42px;
  }
  .common-keyvisual .keyvisual-title2 {
    font-size: 21px;
  }
  .keyvisual-title3 {
    font-size: 42px;
	text-align: center;
	margin: 0px 0px 40px;
  }
.common-keyvisual .title_shoulder {
    font-size: 24px;
	line-height: 96%;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-keyvisual {
    background-size: 0.08rem auto;
    padding: 0.4rem 0.2rem;
  }
  .common-keyvisual .wrapper {
    min-height: 2.2rem;
    padding: 0;
  }
  .common-keyvisual .wrapper:before {
    background: url(../img/common/sp/bg_title_01.png) top left/100% no-repeat, url(../img/common/sp/bg_title_02.png) bottom left/100% no-repeat;
  }
  .common-keyvisual .wrapper:after {
    background: url(../img/common/sp/bg_title_04.png) top left/100% no-repeat, url(../img/common/sp/bg_title_03.png) bottom left/100% no-repeat;
  }
  .common-keyvisual .wrapper:before, .common-keyvisual .wrapper:after {
    width: 0.51rem;
  }
  .common-keyvisual .keyvisual-title {
    font-size: 0.37rem;
    line-height: 1.487;
    padding-bottom: 0.03rem;
    width: 100%;
  }
  .common-keyvisual .keyvisual-title2 {
    font-size: 0.37rem;
    line-height: 1.487;
    padding-bottom: 0.03rem;
    width: 100%;
  }
  .keyvisual-title3 {
    font-size: 0.37rem;
    line-height: 1.487;
    padding-bottom: 0.03rem;
    width: 100%;
  }
  .common-keyvisual .title_shoulder {
    font-size: 16px;	
  }
}
.common-breadcrumb .breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.common-breadcrumb .breadcrumb-list > li,
.common-breadcrumb .breadcrumb-list a {
  color: #000;
}
.common-breadcrumb .breadcrumb-list > li:not(:first-child)::before {
  content: "›";
}

@media print, (min-width: 768px) {
  .common-breadcrumb .breadcrumb-list {
    font-size: 12px;
  }
  .common-breadcrumb .breadcrumb-list > li::before {
    margin: 0 3px;
    position: relative;
    top: -0.5px;
  }
}
.section-download-common .download-item {
  background: #fff;
  text-align: center;
}
.section-download-common .download-title {
  font-weight: 500;
  line-height: 1.5;
}
.section-download-common .download-title > span {
  display: inline-block;
  position: relative;
}
.section-download-common .download-title > span:before, .section-download-common .download-title > span:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #005b56;
}
.section-download-common .download-title > span:before {
  left: 0;
}
.section-download-common .download-title > span:after {
  right: 0;
}

@media print, (min-width: 768px) {
  .section-download-common {
    padding: 78px 0 10px;
    background: #ebf2f1;
  }
  .section-download-common .title-primary {
    margin-bottom: 10px;
  }
  .section-download-common .list-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-download-common .list-column > li {
    width: 224px;
    margin: 20px 20px 0 0;
  }
  .section-download-common .list-column > li:nth-child(4n) {
    margin-right: 0;
  }
  .section-download-common .download-item {
    line-height: 1.945;
    padding: 29px 30px;
  }
  .section-download-common .download-title {
    font-size: 23px;
    letter-spacing: 0.03em;
    margin-bottom: 27px;
  }
  .section-download-common .download-title > span {
    padding: 0 12px;
  }
  .section-download-common .download-title > span:before, .section-download-common .download-title > span:after {
    top: 7px;
    bottom: 4px;
  }
  .section-download-common .download-summary {
    min-height: 105px;
	text-align: left;
  }
  .section-download-common .button-download {
    margin-top: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-download-common {
    padding-top: 0.5rem;
    background: #f0f7f6;
  }
  .section-download-common .title-primary {
    margin-bottom: 0.28rem;
  }
  .section-download-common .list-column > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .section-download-common .download-item {
    line-height: 2.154;
    padding: 0.23rem 0.3rem 0.2rem;
  }
  .section-download-common .download-summary {
    margin: 0 -0.1rem;
	text-align: left;
  }
  .section-download-common .download-title {
    font-size: 0.18rem;
    margin-bottom: 0.04rem;
  }
  .section-download-common .download-title > span {
    padding: 0 0.1rem;
  }
  .section-download-common .download-title > span:before, .section-download-common .download-title > span:after {
    top: 0.06rem;
    bottom: 0.04rem;
  }
  .section-download-common .button-download {
    margin-top: 0.21rem;
  }
}
.list-dot-common > li {
  padding-left: 1em;
  position: relative;
}
.list-dot-common > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.list-number-common > li,
.list-dot-large > li {
  padding-left: 1em;
  position: relative;
}

.list-number-common > li {
  counter-increment: step-counter;
}
.list-number-common > li:before {
  content: "(" counter(step-counter) ")";
  position: absolute;
  left: -2px;
  top: 0.1em;
  letter-spacing: -0.05em;
  -ms-transform: scale(0.92);
      transform: scale(0.92);
  -ms-transform-origin: left top;
      transform-origin: left top;
}

.list-line-common > li:before,
.list-dot-large > li:before {
  position: absolute;
  left: 0;
  top: 0;
}

.list-line-common > li {
  padding-left: 0.6em;
  position: relative;
}
.list-line-common > li:before {
  content: "-";
}

.list-dot-large > li:before {
  content: "●";
  -ms-transform: scale(0.6);
      transform: scale(0.6);
  -ms-transform-origin: center center;
      transform-origin: center center;
}
@media print, (min-width: 768px) {
  .list-dot-large > li:before {
    margin-top: 1px;
  }
}
.list-dot-large > li:not(:last-child) {
  margin-bottom: 1em;
}

/*# sourceMappingURL=common.css.map */

/*add new css*/

a span.blank{
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
a span.blank::before{
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_blank_01.svg) no-repeat center center;
  background-size: 100%;
}

strong.bold{font-weight: 600!important;}

strong.text_emphasize01{
  font-size: 1.2em;
  color: #FFE3AD;
  font-weight: 600;
  /*text-decoration: underline;*/
}
strong.text_emphasize02{
  color: #ea5506;
}
.tLarge{font-size: 1.2em;}
.underline{text-decoration: underline;}
.mb30{margin-bottom: 30px;}
sup{
  font-size: 70%; 
  vertical-align: top;
  position: relative;
  top: -0.1em;
}


/*_common_breadcrumb.sass pankuzu*/
.common-breadcrumb .breadcrumb-list li{
  position: relative;
    font-size: 16px !important;
}
.common-breadcrumb .breadcrumb-list > li:not(:first-child){padding-left: 24px;}
.common-breadcrumb .breadcrumb-list > li::before {
  position: absolute !important;
    margin: 0 6px;
    position: relative;
    top: -17px;
    left: 4px;
}
.common-breadcrumb .breadcrumb-list > li:not(:first-child)::before {
    content: "›";
    font-size: 28px;
}
@media only screen and (max-width: 767.98px){
nav.common-breadcrumb{margin-bottom: 30px;}
}

/*_common_individual_download.sass icon pdf*/
@media only screen and (max-width: 767.98px){
  .link-pdf-common:after {
    width: 0.15rem !important;
    height: 0.38rem;
    top: -0.04rem;
    background-image: url(../img/common/icon_pdf.svg);
    content: "";
    position: absolute;
    right: 0;
    background: no-repeat center center/100% auto;
}

}

/*_modification_format.sass  icon pdf*/
.section-format .link-pdf:after {
  background-image: url(../img/common/icon_pdf.svg) !important;
}

/*parts>modules>_common_add_point.sass 加点希望 申請書式一覧*/
@media print, (min-width: 768px) {
body.customize-support .list-point li{
  width: 400px;
}
body.customize-support .point-item .point-title {
  font-size: 20px;
}
body.customize-support .point-item .point-text {
  font-size: 18px;
}
body.customize-support .point-item .point-link span{
  display: inline-block;
  width: auto;
  font-size: 18px;
}
}


/*_common_title.sass*/
.title-primary.is-title-orange {
    color: #ea5506 !important;
    border-top-color: #ea5506 !important;
    border-bottom-color: #ea5506 !important;
}
/*_variables.sass*/
.section-top-report .column-topics .button-news{
  background: #ea5506 !important;
}
/*_common_download.sass*/
.section-download-common{
  background: #e3ebea !important;
}

/*_footer.sass*/
.footer-contact-us{
  background: #e3ebea !important;
}
.footer-navigation {
  background: #005b56 !important;
}
.footer-bottom {
  background: #012623 !important;
}


/*PCでも100％にする*/
@media print, (min-width: 768px) {
.button-primary.w100{
  width: calc(100% - 140px);
}
.button-primary.w100 small{font-size: 0.9rem;}
}
@media only screen and (max-width: 767.98px){
.button-primary.w100 span{font-size: 16px;}
.button-primary.w100 small{font-size: 10px;}
}