@charset "UTF-8";
/* CSS Document */
/*//////////////////////////////////////////////////////////////////////////////////////////////

  reset style

//////////////////////////////////////////////////////////////////////////////////////////////*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  border: none;
  outline: none;
  vertical-align: baseline;
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

img {
  border: none;
  outline: none;
  vertical-align: top;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

i, cite, em, var, address {
  font-style: normal;
}

em {
  font-weight: bold;
}

strong, b {
  font-weight: normal;
}

legend {
  margin: 0;
  float: none;
}

picture{
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: "メイリオ","Hiragino Kaku Gothic ProN","Hiragino Sans",'Noto Sans CJK JP','Noto Sans Japanese',sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
}

a:hover {
  color: #000;
}

a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

#document {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-feature-settings: "palt";
  position: relative;
}

@media screen and (min-width: 960px) {
  #document {
    height: 100vh;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #document {
    min-height: 100vh;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  #document {
    min-height: 100vh;
    overflow-x: hidden;
  }
}

#document.is-nav {
  height: 0;
  overflow-y: hidden;
}

@media screen and (max-width: 767px) {
  #document.single {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.no-column {
    padding: 0;
  }
}

.global-hd {
  width: 100%;
  background: #fff;
  position: relative;
}

@media screen and (min-width: 960px) {
  .global-hd {
    border-top: .5rem solid #40d07d;
    box-shadow: 0 .3rem .4rem #e2eae9;
  }
}

.myna .global-hd {
  padding-top: .5rem;
  border-top: none;
}

.myna .global-hd:before {
  display: block;
  content: "";
  width: 100%;
  height: .5rem;
  background: linear-gradient(to left, #40d07d, #ffd448);
  position: absolute;
  top: 0;
  left: 0;
}

.global-hd--content {
  max-width: 128rem;
  min-height: 5rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 960px) {
  .global-hd--content {
    height: 6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-hd--content {
    height: 6rem;
  }
}

.myna .global-hd--content {
  padding: .9rem 2rem;
}

@media screen and (max-width: 767px) {
  .myna .global-hd--content {
    padding: .8rem 1.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-hd--content {
    padding: 0 3rem;
    box-shadow: 0 .3rem .4rem #e2eae9;
  }
}

@media screen and (max-width: 767px) {
  .global-hd--content {
    padding: 0 1.6rem;
    box-shadow: 0 .3rem .4rem #e2eae9;
  }
}

@media screen and (min-width: 960px) {
  .global-hd--logo {
    width: 9.4rem;
  }
  .myna .global-hd--logo {
    width: 49.3rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-hd--logo {
    width: 9.4rem;
    margin: 0 0 0 2.5rem;
  }
  .myna .global-hd--logo {
    width: 49.3rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .global-hd--logo {
    width: 7.8rem;
    margin: 0 0 0 1.2rem;
  }
  .myna .global-hd--logo {
    width: 27.5rem;
    margin: 0 auto;
  }
}

.global-hd--logo img {
  width: 100%;
}

.global-hd--logo a {
  display: block;
}

.global-hd .nav {
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-hd .nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .global-hd .nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .single .global-hd .nav {
    margin-left: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .no-column .global-hd .nav {
    margin-left: auto;
    display: block;
  }
}

.global-hd .nav li {
  margin: 0 0 0 4rem;
}

.global-hd .nav li a {
  display: block;
  font-size: 1.6rem;
}

.global-hd .nav li a:hover {
  text-decoration: underline;
}

.global-hd .nav li a i {
  max-width: 1.8rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.global-hd .nav li a i.icn-blank {
  max-width: 1.5rem;
}

.global-hd .nav li + li a i {
  max-width: 1.4rem;
}

.global-hd .login-nav {
  margin: 0 0 0 5.6rem;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-hd .login-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .global-hd .login-nav {
    display: none;
  }
}

.global-hd .login-nav li {
  margin: 0 2.8rem;
  position: relative;
}

.global-hd .login-nav li+li:before{
  display: block;
  content: "";
  height: 2rem;
  border-left: .1rem solid #000;
  position: absolute;
  top: 50%;
  left: -2.8rem;
  transform: translateY(-50%);
}

.global-hd .login-nav li button {
  padding: .6rem 0;
  border-bottom: .2rem solid #fff;
  font-size: 1.6rem;
}

.global-hd .login-nav li button:hover {
  border-bottom: .2rem solid #40d07d;
}

.global-hd .login-nav li button.is-active {
  border-bottom: .2rem solid #40d07d;
  pointer-events: none;
}

.global-hd .login-nav li button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.global-hd .btn-logout {
  margin: 0 0 0 4rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-hd .btn-logout {
    margin: 0 -3rem 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .global-hd .btn-logout {
    margin: 0 -1.6rem 0 auto;
  }
}

.global-hd .btn-logout .btn {
  width: 15rem;
  height: 6rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  align-items: center;
  background: #d8ffe8;
  font-weight: 700;
  font-size: 1.6rem;
  color: #284543;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-hd .btn-logout .btn {
    width: 8.2rem;
    height: 6rem;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .global-hd .btn-logout .btn {
    width: 8.2rem;
    height: 5rem;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.2rem;
  }
}

.global-hd .btn-logout .btn:hover {
  background: #a5efc3;
}

.global-hd .btn-logout .btn i {
  width: 1.8rem;
  margin: 0 1.5rem 0 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-hd .btn-logout .btn i {
    width: 1.5rem;
    margin: 0 0 .5rem;
  }
}

@media screen and (max-width: 767px) {
  .global-hd .btn-logout .btn i {
    width: 1.5rem;
    margin: 0 0 .5rem;
  }
}

@media screen and (max-width: 767px) {
  .global-hd .btn-logout .btn span {
    width: 100%;
    display: block;
  }
}

.global-hd #globalToggelNav {
  width: 6rem;
  height: 6rem;
  margin: 0 0 0 -3rem;
  display: block;
  background: #40d07d;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .global-hd #globalToggelNav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .global-hd #globalToggelNav {
    width: 5rem;
    height: 5rem;
    margin: 0 0 0 -1.6rem;
  }
}

.global-hd #globalToggelNav:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.global-hd #globalToggelNav .inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3px;
  background: #000;
  transform: translate(-50%);
}

@media screen and (max-width: 767px) {
  .global-hd #globalToggelNav .inner {
    width: 2rem;
  }
}

.global-hd #globalToggelNav .inner:before, .global-hd #globalToggelNav .inner:after {
  position: absolute;
  left: 0;
  content: "";
  width: 3rem;
  height: 3px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .global-hd #globalToggelNav .inner:before, .global-hd #globalToggelNav .inner:after {
    width: 2rem;
  }
}

.global-hd #globalToggelNav .inner:before {
  top: .8rem;
}

.global-hd #globalToggelNav .inner:after {
  top: -.8rem;
}

.is-nav .global-hd #globalToggelNav .inner {
  background: none;
}

.is-nav .global-hd #globalToggelNav .inner:before {
  transform: rotate(-45deg);
  top: 50%;
}

.is-nav .global-hd #globalToggelNav .inner:after {
  transform: rotate(45deg);
  top: 50%;
}

.global-hd .global-hd--sp-nav {
  width: 100%;
  height: 100vh;
  background: #fff;
  display: none;
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: 50;
  overflow-y: scroll;
}

.is-nav .global-hd .global-hd--sp-nav {
  display: block;
}

@media screen and (max-width: 767px) {
  .global-hd .global-hd--sp-nav {
    top: 5rem;
  }
}

.global-hd .global-hd--sp-nav--inner {
  width: 100%;
  min-height: 100vh;
  padding: 4rem 4rem 9.5rem;
}

@media screen and (max-width: 767px) {
  .global-hd .global-hd--sp-nav--inner {
    padding: 3rem 1.6rem 10.5rem;
  }
}

.global-hd .global-hd--sp-nav--group--ttl {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #4d4d4d;
  line-height: 1;
}

.global-hd .global-hd--sp-nav--group--list + .global-hd--sp-nav--group--ttl {
  margin-top: 3rem;
}

.global-hd .global-hd--sp-nav--group--list ul {
  border-top: .1rem solid #40d07d;
}

.global-hd .global-hd--sp-nav--group--list ul li {
  border-bottom: .1rem solid #e2eae5;
}

.global-hd .global-hd--sp-nav--group--list ul li a {
  display: block;
  padding: 2rem 2rem 2rem 1rem;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

.global-hd .global-hd--sp-nav--group--list ul li a:after {
  display: block;
  content: "";
  width: .8rem;
  height: 1.4rem;
  background: url(icn_arrow_r_b.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.global-hd .global-hd--sp-nav--group--list ul li a.is-active{
  pointer-events: none;
}

.global-hd .global-hd--sp-nav--group--list ul li a.is-active:after {
  display: none;
}

.global-hd .global-hd--sp-nav--group--list ul li a i {
  width: 1.8rem;
  margin-right: .8rem;
  display: inline-block;
  vertical-align: middle;
}

#globalMain {
  width: 100%;
  flex-grow: 1;
}

#globalMain .container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 960px) {
  #globalMain .container {
    padding: 0 4rem 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #globalMain .container {
    padding: 0 4rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  #globalMain .container {
    padding: 0 1.6rem 1.5rem;
  }
}

#globalMain .container .content {
  padding: 0 0 2.5rem;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #globalMain .container .content {
    padding: 0 0 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  #globalMain .container .content {
    padding: 0 0 10rem;
  }
}

.single #globalMain .container {
  padding-top: 5rem;
}

.only #globalMain .container {
  padding-top: 5rem;
}

@media screen and (min-width: 960px) {
  .single #globalMain .container .content {
    max-width: 67.5rem;
    margin: 0 auto;
    padding: 0 0 15rem;
  }
  .only #globalMain .container .content {
    max-width: 67.5rem;
    margin: 0 auto;
    padding: 0 0 15rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .single #globalMain .container .content {
    max-width: 67.5rem;
    margin: 0 auto;
    padding: 0 0 15rem;
  }
  .only #globalMain .container .content {
    max-width: 67.5rem;
    margin: 0 auto;
    padding: 0 0 15rem;
  }
}

.no-column #globalMain .container {
  padding-top: 5rem;
}

@media screen and (min-width: 960px) {
  .no-column #globalMain .container .content {
    max-width: 86rem;
    margin: 0 auto;
    padding: 0 0 15rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .no-column #globalMain .container .content {
    max-width: 86rem;
    margin: 0 auto;
    padding: 0 0 15rem;
  }
}

#globalMain .container.column {
  padding-top: 0;
}

@media screen and (min-width: 960px) {
  #globalMain .container.column {
    max-width: 132rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 960px) {
  #globalMain .container.column .content {
    width: calc(100% - 28rem);
    padding: 0 0 15rem 5.5rem;
  }
}

@media screen and (min-width: 1281px) {
  #globalMain .container.column .content.size-s {
    padding: 0 13.5rem 15rem;
  }
}

@media screen and (min-width: 960px) {
  .home #globalMain .container {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .home #globalMain .container {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .home #globalMain .container {
    padding-top: 3rem;
  }
}

.side-nav {
  width: 28rem;
  background: #fff;
}

@media screen and (min-width: 960px) {
  .side-nav {
    margin: 0 0 2.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .side-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .side-nav {
    display: none;
  }
}

.side-nav--group--ttl {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 2rem;
  color: #4d4d4d;
  line-height: 1;
}

.side-nav--group--list + .side-nav--group--ttl {
  margin-top: 5rem;
}

.side-nav--group--list ul {
  border-top: .1rem solid #40d07d;
}

.side-nav--group--list ul li {
  border-bottom: .1rem solid #e2eae5;
}

.side-nav--group--list ul li a {
  display: block;
  padding: 2rem 4rem 2rem 1rem;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

.side-nav--group--list ul li a.is-active, .side-nav--group--list ul li a:hover {
  background: #f4f4f4;
  color: #000;
}

.side-nav--group--list ul li a:after {
  display: block;
  content: "";
  width: .8rem;
  height: 1.4rem;
  background: url(icn_arrow_r_b.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.breadcrumb {
  width: 100%;
  margin: 0 0 4rem;
  background: #f8f8f8;
  position: relative;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100vw;
    overflow-x: scroll;
  }
}

.breadcrumb ol {
  margin: 0 auto;
  padding: 1rem 4rem;
  display: flex;
}

@media screen and (min-width: 960px) {
  .breadcrumb ol {
    max-width: 132rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .breadcrumb ol {
    max-width: 132rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb ol {
    margin: 0;
    padding: 1rem 1.6rem;
    flex-shrink: 0;
  }
}

.breadcrumb ol li {
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
}

.breadcrumb ol li + li {
  padding: 0 0 0 2.5rem;
}

.breadcrumb ol li + li:before {
  display: block;
  content: ">";
  position: absolute;
  top: 50%;
  left: 1rem;
  color: #000;
  line-height: 1;
  transform: translateY(-50%);
}

.breadcrumb ol li a {
  color: #000;
  text-decoration: none;
}

.breadcrumb ol li a:hover {
  text-decoration: underline;
}

.global-ft {
  width: 100%;
  position: relative;
  color: #000;
  z-index: 2;
}

.global-ft--sub {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--sub {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--sub {
    padding: 0 1.6rem;
  }
}

.global-ft--sub .screen-number {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--sub .screen-number {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--sub .screen-number {
    font-size: 1.2rem;
  }
}

.global-ft--sub .page-top {
  margin-left: auto;
}

.global-ft--sub .page-top a {
  width: 16rem;
  padding: 1.5rem;
  display: block;
  background: #d8ffe8;
  border: .1rem solid #40d07d;
  border-bottom: none;
  border-top-right-radius: .8rem;
  border-top-left-radius: .8rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -.02em;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--sub .page-top a {
    width: 14rem;
    padding: 1rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--sub .page-top a {
    width: 14rem;
    padding: 1rem;
    font-size: 1.4rem;
  }
}

.global-ft--sub .page-top a i {
  width: 1.5rem;
  margin-right: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--sub .page-top a i {
    margin-right: .8rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--sub .page-top a i {
    margin-right: .8rem;
  }
}

.global-ft--sub .page-top a i img {
  width: 100%;
}

.global-ft--wrap {
  background: #eaeaea;
}

.global-ft--content {
  max-width: 128rem;
  margin: 0 auto;
  padding: 3.6rem 4rem 3rem;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content {
    padding: 2rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content {
    padding: 2rem 1.6rem;
  }
}

.global-ft--content .nav {
  margin: 0 0 3.5rem;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content .nav {
    margin: 0 -3rem 2.5rem;
    padding: 0 3rem 2rem;
    border-bottom: .1rem solid #ccc;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content .nav {
    margin: 0 -1.6rem 2rem;
    padding: 0 1.6rem 2rem;
    border-bottom: .1rem solid #ccc;
    flex-wrap: wrap;
  }
}

.global-ft--content .nav li {
  margin: 0 2.4rem 0 0;
  padding: 0 2.4rem 0 0;
  border-right: 0.1rem solid #000;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content .nav li {
    margin: 0 1.5rem 0 0;
    padding: 0 1.5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content .nav li {
    margin: 0 2rem 2rem 0;
    padding: 0 2rem 0 0;
  }
}

.global-ft--content .nav li:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}

.global-ft--content .nav li a {
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content .nav li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content .nav li a {
    font-size: 1.4rem;
  }
}

.global-ft--content .nav li a:hover {
  text-decoration: underline;
}

.global-ft--content--copy {
  margin: 0;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 960px) {
  .global-ft--content--copy {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content--copy {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content--copy {
    font-size: 1.1rem;
  }
}

.global-ft--content--logo {
  width: 8rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
}

@media screen and (min-width: 960px) {
  .global-ft--content--logo {
    position: absolute;
    bottom: 2.4rem;
    right: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content--logo {
    margin-top: 1.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content--logo {
    margin-top: 1.2rem;
    text-align: center;
  }
}

.global-ft--content--logo i {
  margin-right: .8rem;
  display: inline-block;
  vertical-align: middle;
}

.global-ft--nav {
  width: 100%;
  height: 10rem;
  padding: 1.8rem 4rem;
  background: #fff;
  border-top: .1rem solid #ddd;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 960px) {
  .global-ft--nav {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--nav {
    padding: 1.8rem 4rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--nav {
    height: 7.4rem;
    padding: 1.5rem 1.6rem;
  }
}

.global-ft--nav--list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.global-ft--nav--list--one {
  max-width: 25%;
}

.global-ft--nav--list--one a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}

.global-ft--nav--list--one a:hover {
  text-decoration: underline;
}

.global-ft--nav--list--one a i {
  margin: 0 0 .7rem;
  display: block;
  text-align: center;
}

.global-ft--nav--list--one a i img {
  max-width: 3.5rem;
}

@media screen and (max-width: 767px) {
  .global-ft--nav--list--one a i img {
    max-width: 1.9rem;
  }
}

.b-box {
  padding: 3rem;
  border: .1rem solid #707070;
}

@media screen and (max-width: 767px) {
  .b-box {
    padding: 1.5rem;
  }
}

.b-box--02 {
  padding: 3rem;
  border: .1rem solid #e2eae5;
  border-radius: .8rem;
}

@media screen and (max-width: 767px) {
  .b-box--02 {
    padding: 1.5rem;
  }
}

.box-type--01 {
  padding: 1.5rem 2rem;
  background: #f7fafa;
  border-radius: .8rem;
}

.box-type--01 + .box-type--01 {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .box-type--01 .img-column {
    display: block;
  }
}

.box-type--02 {
  padding: 3rem 3rem 2.5rem;
  background: #f8f8f8;
  border-radius: .8rem;
}

.box-type--02 + .box-type--02 {
  margin-top: 1rem;
}

.box-type--03 {
  padding: 2.5rem 2.5rem 1.5rem;
  background: #fffbe8;
  border: .1rem solid #ffd31c;
}

.box-type--03 + .box-type--03 {
  margin-top: 1rem;
}

.box-type--04 {
  padding: 2rem 1.8rem;
  background: #fff;
  border: .1rem solid #89b9ae;
  border-radius: .8rem;
  position: relative;
}

.box-type--04.is-active {
  background: #eaf5f5;
}

.row .box-type--04 {
  width: calc( 50% - 1.5rem);
  padding-bottom: 5.2rem;
}

@media screen and (max-width: 767px) {
  .row .box-type--04 {
    width: 100%;
    min-height: 15rem;
    position: relative;
  }
}

.row .box-type--04 .btn-type--06 {
  width: 100%;
  padding: 0 1.5rem;
  position: absolute;
  bottom: 2rem;
  left: 0;
}

.box-type--04 + .box-type--04 {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .box-type--04 + .box-type--04 {
    margin: 2rem 0 0;
  }
}

.box-type--05 {
  padding: 1.5rem 2rem;
  background: #ededed;
  border-radius: .8rem;
}

.box-type--05 + .box-type--05 {
  margin-top: 1rem;
}

.box-type--06 {
  padding: 1.5rem 2rem;
  background: #fff;
  border-radius: .8rem;
}

.box-type--07 {
  padding: 2.5rem 1.2rem;
  background: #fff;
  border: .1rem solid #959595;
  border-radius: .8rem;
}

.box-type--07.is-error {
  background: #fbebeb;
}

.box-type--08 {
  padding: 3rem 3rem 2.5rem;
  border-radius: .8rem;
  position: relative;
}

.box-type--08:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.anc-box--01{
  margin: 0 0 5rem;
}

.anc-box--01--one{
  background: #fff;
  border: .2rem solid #89b9ae;
  border-radius: .8rem;
  overflow: hidden;
}

.anc-box--01--one+.anc-box--01--one{
  margin-top: 5rem;
}

.anc-box--01--one--head{
  padding: 2rem 5rem;
  display: block;
  background: #eaf5f5;
  border-bottom: .2rem solid #89b9ae;
  font-weight: 700;
  font-size: 2.2rem;
  color: #000;
  text-align: center;
  line-height: 1;
  position: relative;
}

.anc-box--01--one--body{
  padding: 5rem;
}

@media screen and (max-width: 767px) {
  .anc-box--01--one--head{
    padding: 1.9rem 1.6rem 1.8rem;
    font-size: 2rem;
  }
  .anc-box--01--one--body{
    padding: 4rem 1.6rem;
  }
}

.anc-list--01{
  padding: 0;
}

@media screen and (min-width: 768px) {
  .anc-list--01{
    margin: 0 -1.5rem;
    display: flex;
  }
  .anc-list--01--one{
    margin: 0 1.5rem;
  }
  .anc-list--01--one--override-mr-0{
  	margin: 0 0 0 1.5rem;
  }
}

.anc-list--01--one a{
  padding-right: 2rem;
  font-size: 1.6rem;
  color: #098064;
  position: relative;
}

.anc-list--01--one a:hover{
  text-decoration: underline;
}

.anc-list--01--one a:after{
  display: block;
  content: "";
  width: 1.4rem;
  height: .8rem;
  background: url("icn_arrow_d_g.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .anc-list--01--one+.anc-list--01--one{
    margin-top: 1.5rem;
  }
}

.border-type--01 {
  margin: 0 0 3rem;
  padding: 0 0 3rem;
  border-bottom: .1rem solid #bfbfbf;
}

@media screen and (max-width: 767px) {
  .border-type--01 {
    padding: 0 0 1rem;
  }
}

.user-box {
  width: 100%;
  margin: 0 0 5.5rem;
}

@media screen and (min-width: 960px) {
  .user-box {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .user-box {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .user-box {
    margin: 0 0 2.5rem;
    text-align: center;
  }
}

.user-box--desc {
  margin-right: 1rem;
  flex: 1;
}

.user-box--name {
  margin: 0;
  font-size: 1.8rem;
  word-break: break-all;
  line-height: 1.8;
}

.user-box--date {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .user-box--date {
    margin: 1.5rem 0 0;
  }
}

.user-box--btn {
  width: 27rem;
  height: 5rem;
  margin-left: auto;
  flex-shrink: 0;
  padding: 0 3.8rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #098064;
  border-radius: 2.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .user-box--btn {
    width: 26rem;
    margin: 1.5rem auto 0;
    height: 4rem;
  }
}

.user-box--btn:after {
  display: block;
  content: "";
  width: 0.8rem;
  height: 1.4rem;
  background: url(icn_arrow_r_w.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.user-box--btn:hover {
  background: #04624c;
  color: #fff;
}

.ttl-type-01 {
  margin: 0 0 5rem;
  padding: 0 0 3.5rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.ttl-type-01:before {
  display: block;
  content: "";
  width: 7rem;
  height: .4rem;
  background: #40d07d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .ttl-type-01:before {
    width: 4.4rem;
    height: .3rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-type-01 {
    margin: 0 0 4rem;
    padding: 0 0 2.5rem;
    font-size: 2rem;
  }
}

.ttl-type-02 {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
}

.ttl-type-02:before {
  display: block;
  content: "";
  width: .5rem;
  height: 2.3rem;
  background: #40d07d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .ttl-type-02 {
    margin: 0 0 1rem;
    font-size: 1.8rem;
  }
}

.ttl-type-03 {
  margin: 0 0 3rem;
  padding: 0 0 1rem;
  border-bottom: .2rem solid #e2eae5;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ttl-type-03 {
    margin: 0 0 3rem;
    font-size: 1.8rem;
  }
}

.ttl-type-03 > * {
  font-weight: 700;
}

.ttl-type-04 {
  margin: 0 0 4rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ttl-type-04 {
    margin: 0 0 3rem;
    font-size: 1.8rem;
  }
}

.ttl-type-04 i {
  margin-right: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}

.ttl-type-05 {
  margin: 0 0 4.8rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ttl-type-05 {
    margin: 0 0 3rem;
    font-size: 1.8rem;
  }
}

.lead {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}

.list-type-01 {
  border-bottom: .1rem solid #ccc;
}

@media screen and (max-width: 767px) {
  .list-type-01 {
    margin: 0 -1.6rem;
  }
}

.list-type-01--one {
  padding: 2rem;
  border-top: .1rem solid #ccc;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .list-type-01--one {
    padding: 1.8rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .link-box--01 {
    margin: 0 -1rem;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .link-box--01 {
    margin: 0 -1rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.link-box--01--one {
  width: calc(50% - 2rem);
  margin: 0 1rem 2rem;
  padding: 3rem 2rem;
  display: block;
  background: #f7fafa;
  border: .1rem solid #e3e3e3;
  border-radius: .8rem;
  box-shadow: 0 0 0.4rem #e2eae9;
  position: relative;
}

.link-box--01--one:hover {
  outline: .2rem solid #40D07D;
}

.link-box--01--one.in-active {
  padding: 3rem 3rem 6rem;
  background: #efefef;
  border: .1rem solid #ccc;
  pointer-events: none;
}

.link-box--01--one.in-active .img-column--img {
  opacity: .4;
}

.link-box--01--one.in-active .img-column--desc--ttl {
  color: #9f9f9f;
}

.link-box--01--one.in-active .img-column--desc--txt {
  color: #9f9f9f;
}

.link-box--01--one.in-active .link-box--01--one--alert-txt {
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #cc0000;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}

@media screen and (max-width: 767px) {
  .link-box--01--one {
    width: 100%;
    margin: 0 0 1.2rem;
    padding: 1.5rem;
  }
}

.link-box--02 {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .link-box--02 {
    margin: 0 -.6rem;
  }
}

.link-box--02--one {
  width: calc(50% - 2rem);
  margin: 0 1rem 2rem;
  padding: 3rem 2rem;
  background: #f7fafa;
  border: .1rem solid #e3e3e3;
  border-radius: .8rem;
}

.link-box--02--one:hover {
  outline: .2rem solid #40D07D;
}

@media screen and (max-width: 767px) {
  .link-box--02--one {
    width: calc(50% - 1.2rem);
    margin: 0 .6rem 1.2rem;
    padding: 1.5rem;
  }
  .link-box--02--one.img-column {
    display: block;
    text-align: center;
  }
  .link-box--02--one .img-column--img {
    margin: 0 auto;
  }
  .link-box--02--one .img-column--desc {
    margin-top: 1rem;
  }
}

.img-column {
  display: flex;
  align-items: center;
}

.img-column--img {
  width: 7.2rem;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .img-column--img {
    width: 6rem;
  }
}

.img-column--img-02 {
  width: 9.2rem;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .img-column--img-02 {
    margin: 0 auto 2rem;
  }
}

.img-column--desc {
  flex: 1;
}

.img-column--desc--ttl {
  font-weight: 700;
  font-size: 2rem;
  color: #284543;
}

@media screen and (max-width: 767px) {
  .img-column--desc--ttl {
    font-size: 1.6rem;
  }
}

.img-column--desc--txt {
  margin: 1.5rem 0 0;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .img-column--desc--txt {
    margin: 1rem 0 0;
    font-size: 1.4rem;
  }
}

.link-list-type-01 {
  padding: 0;
  border-bottom: .1rem solid #e2eae5;
}

.link-list-type-01--one {
  border-top: .1rem solid #e2eae5;
}

.link-list-type-01--one a {
  display: block;
  padding: 2rem 2.5rem 2rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .link-list-type-01--one a {
    padding: 2rem 2rem 2rem 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.link-list-type-01--one a:after {
  display: block;
  content: "";
  width: .8rem;
  height: 1.4rem;
  background: url(icn_arrow_r_b.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.link-list-type-01--one a:hover {
  background: #f4f4f4;
}

.link-list-type-02 {
  padding: 0;
  border-bottom: .1rem solid #ccc;
}

@media screen and (max-width: 767px) {
  .link-list-type-02 {
    margin: 0 -1.6rem;
  }
}

.link-list-type-02--one a {
  display: block;
  padding: 2rem 1.5rem 2rem 3rem;
  border-top: .1rem solid #ccc;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .link-list-type-02--one a {
    padding: 2rem 2.5rem 2rem 3.1rem;
    line-height: 1.5;
  }
}

.link-list-type-02--one a:before {
  content: "・";
  position: absolute;
  left: 1.5rem;
}

.form-type-01--ttl {
  width: 100%;
  margin: 0 0 .8rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.35;
  display: flex;
}

.form-type-01--ttl .tax-period--num {
  margin-left: auto;
}

.form-type-01--ttl.requir {
  position: relative;
}

.form-type-01--ttl.requir:before {
  content: "必須";
  width: 4rem;
  height: 2rem;
  padding: .3rem;
  margin-right: 1.8rem;
  display: inline-block;
  flex-shrink: 0;
  background: #cc0000;
  border-radius: .3rem;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .form-type-01--ttl.requir:before {
    margin-right: 1.5rem;
  }
}

.form-type-01--ttl .requir-txt {
  width: 4rem;
  height: 2rem;
  margin-right: 1.8rem;
  padding: .3rem;
  display: inline-block;
  background: #cc0000;
  border-radius: .3rem;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .form-type-01--ttl .requir-txt {
    margin-right: 1.5rem;
  }
}

.form-type-01--desc {
  font-size: 1.6rem;
  position: relative;
}

.form-type-01--desc.is-invalid .form-control {
  padding-top: 2em;
  border: 0.1rem solid #fd3d3d;
  background: #fbebeb;
}

.form-type-01--desc.is-invalid .form-type-01--error {
  display: block;
}

.form-type-01--desc + .form-type-01--ttl {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .form-type-01--desc + .form-type-01--ttl {
    margin-top: 3rem;
  }
}

.form-type-01--desc .form-control {
  height: 6.4rem;
  background: #fff;
  border: .1rem solid #959595;
  border-radius: .8rem;
}

@media screen and (max-width: 767px) {
  .form-type-01--desc .form-control {
    height: 5.6rem;
  }
}

.form-type-01--desc .form-control.is-fild-error {
  background: #fbebeb;
}

.form-type-01--desc .form-control:disabled, .form-type-01--desc .form-control[readonly] {
  background: #f7fafa;
  border: .1rem solid #e9f0f0;
}

.form-type-01--desc .form-control::-ms-clear {
  visibility: hidden;
}

.form-type-01--desc .form-control::-ms-reveal {
  visibility: hidden;
}

.form-type-01--desc .form-control::-moz-placeholder {
  color: #4d4d4d;
}

.form-type-01--desc .form-control:-ms-input-placeholder {
  color: #4d4d4d;
}

.form-type-01--desc .form-control::placeholder {
  color: #4d4d4d;
}

.form-type-01--desc .form-control:focus {
  padding-top: 2em;
  border: .2rem solid #40d07d;
  box-shadow: none;
}

.form-type-01--desc .form-control:focus::-moz-placeholder {
  color: transparent;
}

.form-type-01--desc .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-type-01--desc .form-control:focus::placeholder {
  color: transparent;
}

.form-type-01--desc .form-control.is-complete {
  padding-top: 2em;
  background: #fff;
  border: 0.1rem solid #959595;
}

.form-type-01--desc .form-control.is-complete:focus {
  border: 0.2rem solid #40d07d;
}

.form-type-01--desc .form-control.is-requir {
  padding-top: 2em;
  background: #fbebeb;
}

.form-type-01--desc .form-control.is-requir + .form-type-01--error {
  display: block;
}

.form-type-01--desc .is-fild-error .form-check {
  background: #fbebeb;
}

.form-type-01--desc .form-check {
  width: 23rem;
  height: 8.4rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: .1rem solid #959595;
  border-radius: .8rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .form-type-01--desc .form-check {
    width: calc(50% - .8rem);
    padding: 2rem 1.5rem;
  }
}

.form-type-01--desc .form-check > * {
  flex-shrink: 0;
}

.form-type-01--desc .form-check input {
  margin: 0 1rem 0 0;
  border: .1rem solid #9b9b9b;
  box-shadow: none;
}

.form-type-01--desc .form-check input:checked {
  background: url(form_radio.png) no-repeat 50% 50% #fff;
}

.form-type-01--desc .form-check input[type="checkbox"]:checked {
  background: url(icn_check_g.png) no-repeat 50% 50% #757575;
  box-shadow: none;
}

.form-type-01--desc .form-check input:focus {
  outline: .2rem solid #40d07d;
  border: none;
  box-shadow: none;
}

.form-type-01--desc .form-select {
  padding: 0;
  display: inline;
  background: none;
  border: none;
  position: relative;
}

.form-type-01--desc .form-select.is-fild-error select {
  background: rgba(251, 235, 235, 0.8);
  color: #4d4d4d;
}

.form-type-01--desc .form-select.is-fild-error select:disabled, .form-type-01--desc .form-select.is-fild-error select[readonly] {
  background: #efefef;
  border: .1rem solid #e9f0f0;
}

.form-type-01--desc .form-select select {
  width: calc(100% - 2em);
  height: 6.4rem;
  padding: 2rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  border: .1rem solid #959595;
  border-radius: .8rem;
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-type-01--desc .form-select select:focus {
  outline: .2rem solid #40d07d;
  border: none;
  box-shadow: none;
}

.form-type-01--desc .form-select select option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-type-01--desc .form-select:after {
  display: block;
  content: "";
  width: 1.4rem;
  height: .8rem;
  background: url(icn_arrow_d_b.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: -1;
}

.form-type-01--desc .form-select--txt {
  margin: 0 0 0 1rem;
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.6rem;
}

.form-type-01--desc .form-date {
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-type-01--desc .form-date {
    display: block;
  }
}

.form-type-01--desc .form-date input {
  width: 22rem;
  height: 6.4rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 0.1rem solid #959595;
  border-radius: 0.8rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-type-01--desc .form-date input.is-fild-error {
  background: #fbebeb;
}

.form-type-01--desc .form-textarea {
  height: 10rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 0.1rem solid #959595;
  border-radius: 0.8rem;
  color: #4d4d4d;
}

.form-type-01--desc .form-textarea::-moz-placeholder {
  color: #4d4d4d;
}

.form-type-01--desc .form-textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

.form-type-01--desc .form-textarea::placeholder {
  color: #4d4d4d;
}

.form-type-01--desc .form-textarea:focus {
  padding-top: 2em;
  outline: .2rem solid #40d07d;
  border: none;
  box-shadow: none;
}

.form-type-01--desc .form-textarea:focus::-moz-placeholder {
  color: transparent;
}

.form-type-01--desc .form-textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.form-type-01--desc .form-textarea:focus::placeholder {
  color: transparent;
}

.form-type-01--desc .form-textarea.is-complete {
  padding-top: 2em;
}

.form-type-01--desc .form-textarea.is-complete::-moz-placeholder {
  color: transparent;
}

.form-type-01--desc .form-textarea.is-complete:-ms-input-placeholder {
  color: transparent;
}

.form-type-01--desc .form-textarea.is-complete::placeholder {
  color: transparent;
}

.form-type-01--desc.search-group {
  border-radius: .8rem;
  overflow: hidden;
}

.form-type-01--desc.search-group .search-group--btn {
  width: 10.7rem;
  height: 100%;
  background: #04624C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0.1rem solid #959595;
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.form-type-01--desc.search-group .search-group--btn .icn {
  width: 1.4rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.form-type-01--desc.sub-txt--01 {
  width: calc(100% - 3rem);
}

.form-type-01--desc--sub-txt {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
}

.form-type-01--desc--sub-txt--02 {
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .form-type-01--desc--sub-txt--02 {
    position: absolute;
    bottom: 0;
    left: 84%;
  }
}

.form-type-01--desc .zip-row {
  display: flex;
}

.form-type-01--desc .zip-row--fild--01 {
  width: 11.3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-type-01--desc .zip-row--fild--01 {
    width: 8rem;
  }
}

.form-type-01--desc .zip-row--fild--02 {
  width: 3rem;
  padding: 1.5em 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-type-01--desc .zip-row--fild--02 {
    padding: 1em 0 0;
  }
}

.form-type-01--desc .zip-row--fild--03 {
  width: 13.4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-type-01--desc .zip-row--fild--03 {
    width: 9rem;
  }
}

.form-type-01--desc .zip-row--btn {
  width: 14rem;
  margin: 0 0 0 2rem;
}

@media screen and (max-width: 767px) {
  .form-type-01--desc .zip-row--btn {
    width: 13rem;
  }
}

.form-type-01--desc .tel-row {
  display: flex;
}

.form-type-01--desc .tel-row--fild--01 {
  width: 11.3rem;
  position: relative;
}

.form-type-01--desc .tel-row--fild--02 {
  width: 3rem;
  padding: 1.5em 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-type-01--desc .tel-row--fild--02 {
    padding: 1em 0 0;
  }
}

.form-type-01--desc .day-row {
  display: flex;
  align-items: flex-end;
}

.form-type-01--desc .day-row--fild--01 {
  width: 14.2rem;
  position: relative;
}

.form-type-01--desc .day-row--fild--01 + .day-row--fild--01 {
  margin: 0 0 0 1rem;
}

.form-type-01--desc .day-row--fild--02 {
  width: 3.2rem;
  margin: 0 0 0 1rem;
  text-align: center;
}

.form-type-01--place {
  display: none;
  pointer-events: none;
  font-size: 1.2rem;
  color: #4d4d4d;
  position: absolute;
  top: 1rem;
  left: 1.2rem;
}

.col-md-3 .form-type-01--place {
  left: 2rem;
}

.form-type-01--column-2 {
  display: flex;
}

@media screen and (min-width: 960px) {
  .form-type-01--column-2 {
    margin: 0 -2.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .form-type-01--column-2 {
    margin: 0 -2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .form-type-01--column-2 {
    flex-wrap: wrap;
  }
}

.form-type-01--column-2--one {
  width: calc(50% - 2.4rem);
  margin: 0 2.4rem;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-type-01--column-2--one {
    width: 100%;
    margin: 0 0 .5rem;
  }
  .form-type-01--column-2--one + .form-type-01--column-2--one {
    margin-left: auto;
  }
}

.form-type-01--column-3 {
  margin: 0 -1.5rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  .form-type-01--column-3 {
    margin: 0 -.8rem;
  }
}

.form-type-01--column-3--one {
  margin: 0 1.5rem;
  font-size: 1.6rem;
  position: relative;
}

.form-type-01--column-3--one.form-check {
  width: calc(50% - 1.6rem);
}

@media screen and (max-width: 767px) {
  .form-type-01--column-3 {
    flex-wrap: wrap;
  }
  .form-type-01--column-3--one {
    margin: 0 .8rem 2rem;
  }
  .form-type-01--column-3--one.co-md-sp-10 {
    margin: 0 .8rem 2rem;
  }
}

.form-type-01--column-3.flex-wrap .form-type-01--column-3--one {
  width: calc(33.3% - 3rem);
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .form-type-01--column-3.flex-wrap .form-type-01--column-3--one {
    width: calc(50% - 2rem);
  }
}

.form-type-01--column-4 {
  margin: 0 -1.25rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  .form-type-01--column-4 {
    margin: 0 -.5rem;
  }
}

.form-type-01--column-4--one {
  width: 25%;
  margin: 0 1.25rem;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-type-01--column-4--one {
    margin: 0 .5rem;
  }
}

.form-type-01--limit {
  margin: 1.2rem 0 0;
  font-size: 1.4rem;
  text-align: right;
}

.form-type-01--error {
  display: none;
  margin: .5rem 0 0;
  font-size: 1.4rem;
  color: #ff0000;
}

.form-type-01--error i {
  width: 1.6rem;
  margin-right: .5rem;
  display: inline-block;
  vertical-align: middle;
}

.form-type-01--note {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-type-01--btn {
  width: 32rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  .form-type-01--btn {
    width: 100%;
  }
}

.form-type-01--btn .btn {
  width: 100%;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #098064;
  border-radius: 2.8rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
}

.form-type-01--btn .btn:hover {
  background: #04624c;
}

.form-type-01--btn .btn.in-active {
  background: #aaa;
  cursor: initial;
}

.form-type-01--btn .btn i {
  width: .8rem;
  margin: .2rem 0 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 2.8rem;
  transform: translateY(-50%);
}

.form-type-01--input-confirm {
  margin: 5rem 0 0;
}

.form-type-01--input-confirm--btn .btn {
  width: 32rem;
  margin: 0 auto;
  padding: 1.2rem 2rem .8rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #ffe474;
  border-radius: .8rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #000;
  position: relative;
}

.form-type-01--input-confirm--btn .btn:hover {
  background: #ffd31c;
}

@media screen and (max-width: 767px) {
  .form-type-01--input-confirm--btn .btn {
    width: 100%;
  }
}

.form-type-01--input-confirm--btn .btn i {
  width: 1.6rem;
  margin: .4rem 0 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.form-type-01--input-confirm--btn--note {
  width: 100%;
  margin: .4rem 0 0;
  font-size: 1.4rem;
  text-align: center;
}

.form-type-01--input-confirm--txt {
  margin: 2rem 0 0;
  font-size: 1.6rem;
  text-align: center;
}

.form-type-01--pin-show {
  margin: 0 0 5rem;
  padding: 0 0 0 3rem;
  display: block;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .form-type-01--pin-show {
    margin: 0 0 4rem;
  }
}

.form-type-01--pin-show input {
  width: 2rem;
  height: 2rem;
  border: .1rem solid #757575;
  border-radius: .2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-type-01--pin-show input:checked {
  background: url(icn_check_g.png) no-repeat 50% 50% #757575;
}

.form-type-01--error--01 {
  display: none;
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  color: #ff0000;
}

.form-type-01--error--01 i {
  width: 1.6rem;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.is-invalid .form-control {
  border: 0.2rem solid #fd3d3d;
  background: #fbebeb;
}

.is-invalid .form-type-01--error--01 {
  display: block;
}

.is-invalid .form-type-01--error--02 {
  display: block;
}

.is-invalid .form-type-01--error--03 {
  display: block;
}

.form-progress--01 {
  margin: 0 0 7rem;
  padding: 0;
  display: flex;
  justify-content: center;
}

.form-progress--01--one {
  padding: 0 0 2rem;
  position: relative;
}

.form-progress--01--one strong {
  font-weight: 700;
}

.form-progress--01--one--icn {
  width: 2rem;
  height: 2rem;
  display: block;
  background: #e2eaea;
  border-radius: 100%;
  position: relative;
  z-index: 10;
}

.is-active .form-progress--01--one--icn {
  background: #098064;
}

.form-progress--01--one--txt {
  font-size: 1.4rem;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .form-progress--01--one--txt {
    text-align: center;
  }
}

.form-progress--01--one + .form-progress--01--one {
  margin-left: 17.5rem;
}

@media screen and (max-width: 767px) {
  .form-progress--01--one + .form-progress--01--one {
    margin-left: 10rem;
  }
}

.form-progress--01--one + .form-progress--01--one:before {
  display: block;
  content: "";
  width: 19rem;
  height: .4rem;
  background: #e2eaea;
  position: absolute;
  top: .8rem;
  right: 1rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .form-progress--01--one + .form-progress--01--one:before {
    width: 12rem;
  }
}

.form-progress--01--one + .form-progress--01--one.is-active:before {
  background: #098064;
}

.form-progress--01--one:first-child .form-progress--01--one--txt {
  margin-top: -.5rem;
}

.form-progress--01--one:first-child .form-progress--01--one--txt.single {
  margin-top: 0;
}

.form-progress--01--one strong {
  font-weight: 700;
}

.form-progress--02 {
  margin: 0 0 11.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
}

.form-progress--02--one {
  padding: 0 0 2rem;
  position: relative;
}

.form-progress--02--one strong {
  font-weight: 700;
}

.form-progress--02--one--icn {
  width: 2rem;
  height: 2rem;
  display: block;
  background: #e2eaea;
  border-radius: 100%;
  position: relative;
  z-index: 10;
}

.is-active .form-progress--02--one--icn {
  background: #098064;
}

.form-progress--02--one--txt {
  font-size: 1.4rem;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .form-progress--02--one--txt {
    font-size: 1rem;
  }
}

.form-progress--03--one strong {
  font-weight: 700;
}
.form-progress--02--one + .form-progress--02--one {
  margin-left: 10rem;
}

@media screen and (max-width: 767px) {
  .form-progress--02--one + .form-progress--02--one {
    margin-left: 11vw;
  }
}

.form-progress--02--one + .form-progress--02--one:before {
  display: block;
  content: "";
  width: 12rem;
  height: .4rem;
  background: #e2eaea;
  position: absolute;
  top: .8rem;
  right: 1rem;
}

@media screen and (max-width: 767px) {
  .form-progress--02--one + .form-progress--02--one:before {
    width: 15vw;
  }
}

.form-progress--02--one + .form-progress--02--one.is-active:before {
  background: #098064;
}

.form-progress--03 {
  margin: 0 0 11.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .form-progress--03 {
    margin: 0 0 9rem;
  }
}

.form-progress--03--one {
  padding: 0 0 2rem;
  position: relative;
}

.form-progress--03--one--icn {
  width: 2rem;
  height: 2rem;
  display: block;
  background: #e2eaea;
  border-radius: 100%;
  position: relative;
  z-index: 10;
}

.is-active .form-progress--03--one--icn {
  background: #098064;
}

.form-progress--03--one--txt {
  font-size: 1.4rem;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .form-progress--03--one--txt {
    font-size: 1rem;
  }
}

.form-progress--03--one + .form-progress--03--one {
  margin-left: 10rem;
}

@media screen and (max-width: 767px) {
  .form-progress--03--one + .form-progress--03--one {
    margin-left: 14vw;
  }
}

.form-progress--03--one + .form-progress--03--one:before {
  display: block;
  content: "";
  width: 12rem;
  height: .4rem;
  background: #e2eaea;
  position: absolute;
  top: .8rem;
  right: 1rem;
}

@media screen and (max-width: 767px) {
  .form-progress--03--one + .form-progress--03--one:before {
    width: 17vw;
  }
}

.form-progress--03--one + .form-progress--03--one.is-active:before {
  background: #098064;
}

.form-progress--04 {
  margin: 0 0 11.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .form-progress--04 {
    margin: 0 0 9rem;
  }
}

.form-progress--04--one {
  padding: 0 0 2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-progress--04--one:not(.is-current) .form-progress--04--one--txt {
    display: none;
  }
}

.form-progress--04--one--icn {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: #e2eaea;
  border-radius: 100%;
  position: relative;
  z-index: 10;
}

.is-active .form-progress--04--one--icn {
  background: #098064;
}

.form-progress--04--one--txt {
  font-size: 1.4rem;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .form-progress--04--one--txt {
    font-size: 1rem;
  }
}

.form-progress--04--one + .form-progress--04--one {
  margin-left: 8rem;
}

@media screen and (max-width: 767px) {
  .form-progress--04--one + .form-progress--04--one {
    margin-left: 10vw;
  }
}

.form-progress--04--one + .form-progress--04--one:before {
  display: block;
  content: "";
  width: 9rem;
  height: .4rem;
  background: #e2eaea;
  position: absolute;
  top: .6rem;
  right: 1rem;
}

@media screen and (max-width: 767px) {
  .form-progress--04--one + .form-progress--04--one:before {
    width: 13vw;
  }
}

.form-progress--04--one + .form-progress--04--one.is-active:before {
  background: #098064;
}

.form-agree--01 {
  width: 48.5rem;
  min-height: 6.4rem;
  margin: 0 auto;
  padding: 2rem 2rem 2rem 4.5rem;
  display: block;
  background: #fff;
  border: 0.1rem solid #959595;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-agree--01 {
    width: 100%;
  }
}

.form-agree--01.is-fild-error {
  background: #fbebeb;
}

.form-agree--01 input {
  margin: 0 1rem 0 0;
  border: 0.1rem solid #757575;
  border-radius: 0.2rem;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}

.form-agree--01 input:checked {
  background: url(icn_check_g.png) no-repeat 50% 50% #757575;
  box-shadow: none;
}

.form-agree--02 {
  min-height: 6.4rem;
  padding: 2rem 4rem 2rem 4.5rem;
  display: inline-block;
  background: #fff;
  border: 0.1rem solid #959595;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-agree--02 {
    width: 100%;
  }
}

.form-agree--02.is-fild-error {
  background: #fbebeb;
}

.form-agree--02 input {
  margin: 0 1rem 0 0;
  border: 0.1rem solid #757575;
  border-radius: 0.2rem;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}

.form-agree--02 input:checked {
  background: url(icn_check_g.png) no-repeat 50% 50% #757575;
  box-shadow: none;
}

#form-confirm-btn {
  display: none;
}

.alert-box {
  margin: 0 0 7.5rem;
  padding: 2rem;
  background: #fff8f8;
  border-radius: .8rem;
}

@media screen and (max-width: 767px) {
  .alert-box {
    margin: 0 0 5rem;
  }
}

.alert-box--caution {
  padding: 0 0 0 3rem;
  font-size: 1.8rem;
  color: #cc0000;
  position: relative;
}

@media screen and (max-width: 767px) {
  .alert-box--caution {
    font-size: 1.6rem;
  }
}

.alert-box--caution:before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  background: url(icn_carion_r.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.alert-box--txt {
  margin: 0;
  font-size: 1.6rem;
  color: #cc0000;
}

@media screen and (max-width: 767px) {
  .alert-box--txt {
    font-size: 1.4rem;
  }
}

.emergency-box {
  margin: 0 0 7.5rem;
  padding: 2rem;
  background: #fff8f8;
  border: .1rem solid #cc0000;
  border-radius: .8rem;
}

@media screen and (max-width: 767px) {
  .emergency-box {
    margin: 0 0 5rem;
  }
}

.emergency-box--ttl {
  padding: 0 0 0 3rem;
  font-size: 1.8rem;
  color: #cc0000;
  position: relative;
}

@media screen and (max-width: 767px) {
  .emergency-box--ttl {
    font-size: 1.6rem;
  }
}

.emergency-box--ttl:before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  background: url(icn_carion_r.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.emergency-box--txt {
  margin: 0;
  font-size: 1.6rem;
  color: #cc0000;
}

@media screen and (max-width: 767px) {
  .emergency-box--txt {
    font-size: 1.4rem;
  }
}

.dialog-box {
  margin: 0 0 0 1rem;
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .dialog-box {
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .dialog-box {
    position: relative;
  }
}

.dialog-box--btn {
  width: 1.8rem;
  position: relative;
}

.dialog-box--btn.is-pop:before {
  display: block;
  content: "";
  border: solid transparent;
  border-width: 1.4rem .8rem 0;
  border-top-color: #eefae2;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .dialog-box--btn.is-pop:before {
    bottom: 1.8rem;
  }
}

.dialog-box--btn.is-pop:after {
  display: block;
  content: "";
  border: solid transparent;
  border-width: 1.6rem 1rem 0;
  border-top-color: #def2c8;
  position: absolute;
  bottom: 2.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .dialog-box--btn.is-pop:after {
    bottom: 2rem;
  }
}

.dialog-box--pop {
  width: 36rem;
  height: 8rem;
  margin: 0 0 2rem;
  padding: 2rem 1.5rem 1.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  background: #eefae2;
  border: .1rem solid #def2c8;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  position: absolute;
  bottom: 1.8rem;
  z-index: 5;
}

@media screen and (min-width: 960px) {
  .dialog-box--pop {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .dialog-box--pop {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .dialog-box--pop {
    width: calc(100vw - 3rem);
    margin: 0 0 2.4rem;
    left: 0;
  }
}

.dialog-box--pop.is-pop {
  display: flex;
}

.cation-box {
  margin: 2.4rem 0 0;
  padding: 2rem;
  background: #fbf9eb;
  border-radius: .8rem;
  position: relative;
}

.cation-box.arrow-r:before {
  display: block;
  content: "";
  border: solid transparent;
  border-width: 0 1.4rem 2.4rem;
  border-bottom-color: #fbf9eb;
  position: absolute;
  top: -2.4rem;
  right: 4rem;
  /* z-index: 1; */
}

@media screen and (max-width: 767px) {
  .cation-box.arrow-r:before {
    border-width: 0 1.4rem 2rem;
    top: -2rem;
  }
}

@media screen and (max-width: 767px) {
  .cation-box.arrow-sp-l:before {
    right: 80%;
  }
}

.cation-box--ttl {
  margin: 0 0 2rem;
  padding: 0 0 0 2.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -.1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cation-box--ttl {
    margin: 0 0 1.8rem;
    font-size: 1.6rem;
  }
}

.cation-box--ttl i {
  width: 1.9rem;
  display: inline-block;
  position: absolute;
  top: .25rem;
  left: 0;
}

.cation-box--text {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .cation-box--text {
    font-size: 1.4rem;
  }
}

.info-box {
  padding: 2rem;
  background: #fbf9eb;
  border: .2rem solid #f2ebb9;
  border-radius: .8rem;
  position: relative;
}

.info-box--ttl {
  margin: 0 0 2rem;
  padding: 0 0 0 2.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -.1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .info-box--ttl {
    margin: 0 0 1.8rem;
    font-size: 1.6rem;
  }
}

.info-box--ttl i {
  width: 1.9rem;
  display: inline-block;
  position: absolute;
  top: .25rem;
  left: 0;
}

.info-box--text {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .info-box--text {
    font-size: 1.4rem;
  }
}

.cation-pop {
  margin: 0 0 15rem;
  position: relative;
}

.cation-pop.long {
  margin: 0 0 21rem;
}

@media screen and (max-width: 767px) {
  .cation-pop {
    margin: 0;
  }
}

.cation-pop--desc {
  width: 67.5rem;
  margin: 2.4rem 0 0;
  padding: 2rem;
  background: #fbf9eb;
  border-radius: .8rem;
  position: absolute;
  top: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .cation-pop--desc {
    width: 100%;
    margin: 2rem 0 0;
    padding: 1.8rem;
  }
}

.cation-pop--desc:before {
  display: block;
  content: "";
  border: solid transparent;
  border-width: 0 1.4rem 2.4rem;
  border-bottom-color: #fbf9eb;
  position: absolute;
  top: -2.4rem;
  left: 4rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .cation-pop--desc:before {
    border-width: 0 1.4rem 2rem;
    top: -2rem;
  }
}

.cation-pop--desc.cation-pop--arrow-center:before {
  left: 50%;
  transform: translateX(-50%);
}

.cation-pop--desc--ttl {
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -.1em;
}

@media screen and (max-width: 767px) {
  .cation-pop--desc--ttl {
    margin: 0 0 1.8rem;
    font-size: 1.6rem;
  }
}

.cation-pop--desc--ttl i {
  width: 1.9rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.cation-pop--desc--text {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .cation-pop--desc--text {
    font-size: 1.4rem;
  }
}

.defin-type--01--ttl {
  margin: 0 0 .8rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.defin-type--01--desc {
  min-height: 6.4rem;
  margin: 0 0 4rem;
}

@media screen and (min-width: 960px) {
  .defin-type--01--desc {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .defin-type--01--desc {
    display: flex;
    align-items: center;
  }
}

.defin-type--01--desc--txt {
  margin: 0;
  font-size: 1.6rem;
  word-break: break-all;
}

@media screen and (min-width: 960px) {
  .defin-type--01--desc--txt {
    margin-right: 3rem;
  }
  .defin-type--01--desc--txt + * {
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .defin-type--01--desc--txt {
    margin-right: 3rem;
  }
  .defin-type--01--desc--txt + * {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .defin-type--01--desc--txt + * {
    margin-top: 1.5rem;
  }
}

.writings-area--01 {
  margin: 0 0 4.5rem;
}

@media screen and (max-width: 767px) {
  .writings-area--01 {
    margin: 0 0 6.5rem;
  }
}

.writings-area--01--ttl {
  font-weight: 500;
  margin: 0 0 2.5rem;
  font-size: 2rem;
  text-align: center;
}

.writings-area--01--txt {
  font-size: 1.6rem;
}

@media screen and (min-width: 960px) {
  .writings-area--01--txt {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .writings-area--01--txt {
    text-align: center;
  }
}

.btn-type--01 .btn {
  width: 100%;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .1rem solid #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: #098064;
  line-height: 1.25;
  position: relative;
}

.btn-type--01 .btn.color-dark {
  border: .1rem solid #057f7b;
  color: #057f7b;
}

.btn-type--01 .btn.size-s {
  max-width: 14rem;
  padding: 0.75rem 1rem;
}

.btn-type--01 .btn:hover {
  background: #f4f4f4;
  border: .1rem solid #04624c;
  color: #04624c;
}

.btn-type--02 {
  min-width: 13rem;
}

.btn-type--02 .btn {
  width: 100%;
  padding: 1.25rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .1rem solid #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #098064;
  line-height: 1;
  position: relative;
}

.btn-type--02 .btn:after {
  display: block;
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url(icn_arrow_r_g_def.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}

.btn-type--02 .btn:hover {
  background: #f4f4f4;
  border: .1rem solid #04624c;
  color: #04624c;
}

.btn-type--02 .btn:hover:after {
  background: url(icn_arrow_r_g_on.png) no-repeat 0 0;
  background-size: 100% auto;
}

.btn-type--02 .btn.color-dark {
  border: .1rem solid #057f7b;
  color: #057f7b;
}

.btn-type--02 .btn:disabled {
  background: #737373;
  border: .1rem solid #e9f0f0;
  color: #fff;
}

.btn-type--02 .btn:disabled:after {
  background: url(icn_arrow_r_w.png) no-repeat 0 0;
  background-size: 100% auto;
}

.btn-type--03 {
  min-width: 13rem;
}

.btn-type--03 .btn {
  padding: 1.5rem 3rem 1.5rem 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .1rem solid #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #098064;
  line-height: 1;
  position: relative;
}

.btn-type--03 .btn:after {
  display: block;
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url(icn_arrow_l_g_def.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}

.btn-type--03 .btn:hover {
  background: #f4f4f4;
  border: .1rem solid #04624c;
  color: #04624c;
}

.btn-type--03 .btn:hover:after {
  background: url(icn_arrow_l_g_on.png) no-repeat 0 0;
  background-size: 100% auto;
}

.btn-type--04 .btn {
  width: 15rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.25;
  position: relative;
}

.btn-type--04 .btn:hover {
  background: #04624c;
}

.btn-type--05 {
  width: 34.5rem;
  min-width: 13rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn-type--05 {
    width: 100%;
  }
}

.btn-type--05 .btn {
  padding: 2rem 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  position: relative;
}

.btn-type--05 .btn:hover {
  background: #04624c;
}

.btn-type--05 .btn:after {
  display: block;
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url(icn_arrow_r_w.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.btn-type--05 .btn.double {
  padding: 1.6rem 4.8rem 1.4rem;
  border-radius: 5rem;
  line-height: 1.2;
}

.btn-type--05 .btn.bg-blue{
  background: #0098d0;
}

.btn-type--05 .btn.bg-blue:hover {
  background: #0079a5;
}

.btn-type--06 {
  min-width: 13rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn-type--06 {
    width: 100%;
  }
}

.btn-type--06 .btn {
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  position: relative;
}

.btn-type--06 .btn:hover {
  background: #04624c;
}

.btn-type--06 .btn:after {
  display: block;
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url(icn_arrow_r_w.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.btn-type--07 .btn {
  padding: 2.4rem 3.5rem 2.4rem 2.4rem;
  display: flex;
  align-items: center;
  background: #f7fafa;
  border: .1rem solid #e3e3e3;
  border-radius: .8rem;
  box-shadow: 0 0 .4rem #E2EAE9;
  font-weight: 700;
  font-size: 2rem;
  color: #284543;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn-type--07 .btn {
    padding: 2rem 3.5rem 2rem 2.4rem;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
  }
}

.btn-type--07 .btn:after {
  display: block;
  content: "";
  width: .8rem;
  height: 1.4rem;
  background: url(icn_arrow_r_b.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.btn-type--07 .btn.hvr:hover {
  opacity: 1;
  outline: 0.2rem solid #40d07d;
}

.btn-type--08 {
  display: flex;
  align-items: self-start;
  justify-content: flex-end;
}

.btn-type--08 .btn {
  padding: .6rem 1.25rem .6rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .1rem solid #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.2rem;
  color: #098064;
  line-height: 1.25;
  position: relative;
}

.btn-type--08 .btn:hover {
  background: #f4f4f4;
  border: .1rem solid #04624c;
  color: #04624c;
}

.btn-type--08 .btn:after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(icn_write_g.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}

.btn-type--09 {
  min-width: 13rem;
}

.btn-type--09 .btn {
  width: 100%;
  padding: 1.25rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aaa;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  position: relative;
}

.btn-type--09 .btn:after {
  display: block;
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url(icn_arrow_r_w.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}

.btn-type--10 {
  min-width: 13rem;
}

.btn-type--10 .btn {
  width: 100%;
  padding: 1.25rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .1rem solid #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #098064;
  line-height: 1;
  position: relative;
}

.btn-type--10 .btn:after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(icn_download_g_def.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.btn-type--10 .btn:hover {
  background: #f4f4f4;
  border: .1rem solid #04624c;
  color: #04624c;
}

.btn-type--10 .btn:hover:after {
  background: url(icn_download_g_on.png) no-repeat 0 0;
  background-size: 100% auto;
}

.btn-type--11 {
  display: flex;
  justify-content: flex-end;
}

.btn-type--11 .btn {
  padding: .6rem 3rem .6rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .1rem solid #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: #098064;
  line-height: 1.25;
  position: relative;
}

.btn-type--11 .btn:hover {
  background: #f4f4f4;
  border: .1rem solid #04624c;
  color: #04624c;
}

.btn-type--11 .btn:before, .btn-type--11 .btn:after {
  display: block;
  content: "";
  width: .2rem;
  border-top: 1.2rem solid #098064;
  position: absolute;
  top: 50%;
  right: 1.5rem;
}

.btn-type--11 .btn:before {
  transform: translateY(-50%) rotate(-135deg);
}

.btn-type--11 .btn:after {
  transform: translateY(-50%) rotate(135deg);
}

.btn-type--12 {
  width: 34.5rem;
  min-width: 13rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn-type--12 {
    width: 100%;
  }
}

.btn-type--12 .btn {
  padding: 2rem 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  position: relative;
}

.btn-type--12 .btn:hover {
  background: #04624c;
}

.btn-type--12 .btn:after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(icn_blank_03.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.btn-type--12 .btn.double {
  padding: 1.6rem 4.8rem 1.4rem;
  border-radius: 5rem;
  line-height: 1.2;
}

.btn-list--01 {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .btn-list--01.l-sp-100 {
    display: block;
  }
}

.btn-list--01--one {
  width: 15rem;
  margin: 0 1.5rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .l-sp-100 .btn-list--01--one {
    width: 100%;
    margin: 0 0 3rem;
  }
}

.btn-list--02 {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
}

.btn-list--02--one {
  width: 50%;
  margin: 0 0 2rem;
  padding: 0 1rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .btn-list--02--one {
    width: 100%;
    margin: 0 0 2rem;
  }
}

.result-list {
  height: 40rem;
  border-top: .1rem solid #40d07d;
  overflow-y: auto;
}

.result-list--one + .result-list--one {
  border-top: .1rem solid #B8c6be;
}

.result-list--one a {
  display: block;
  padding: 2rem 4rem 2rem 1rem;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

.result-list--one a:after {
  display: block;
  content: "";
  width: 0.8rem;
  height: 1.4rem;
  background: url(icn_arrow_r_b.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.table-type--01{
  width: 100%;
  margin: 0 0 2rem;
  table-layout: fixed;
  border-top: .1rem solid #cdd6d0;
}
@media screen and (max-width: 767px) {
  .table-type--01{
    display: block;
  }
}
.table-type--01 tbody tr{
  border-bottom: .1rem solid #cdd6d0;
}
@media screen and (max-width: 767px) {
  .table-type--01 tbody,
  .table-type--01 tbody tr{
    display: block;
  }
}
.table-type--01 tbody th{
  width: 22rem;
  padding: 3rem;
  background: #f7fafa;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .table-type--01 tbody th{
    width: 100%;
    padding: 1.5rem 2rem;
    display: block;
  }
}
.table-type--01 tbody td{
  padding: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .table-type--01 tbody td{
    padding: 1.5rem 2rem;
    display: block;
    font-size: 1.5rem;
  }
}

.js-toggle-fild {
  display: none;
}

.js-toggle-fild.is-active {
  display: block;
}

.js-period--content {
  width: 54rem;
  display: none;
}

@media screen and (max-width: 767px) {
  .js-period--content {
    width: 100%;
  }
}

.js-period--content.is-active {
  display: block;
}

.js-period-add--content {
  display: none;
}

.js-period-add--content.is-active {
  display: block;
}

.js-change-select--target,
.js-show-select--target {
  display: none;
}

.js-change-radio--target {
  display: none;
}

.uni-modal {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}

.uni-modal.is-active {
  display: block;
}

.uni-modal .close-icn {
  width: 2rem;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}

.uni-modal .btn-type--01 {
  width: 17.5rem;
  margin: 7rem auto 0;
}

.uni-modal--spinner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uni-modal--spinner .spinner-border {
  width: 8rem;
  height: 8rem;
}

.uni-modal--spinner + .uni-modal--content {
  display: none;
}

.uni-modal--content {
  max-width: 68rem;
  margin: 4rem auto;
  padding: 5rem 3rem 3rem;
  background: #fff;
  border-radius: .8rem;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .uni-modal--content {
    margin: 4rem auto;
    padding: 5rem 1.5rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .uni-modal--content {
    max-width: calc(100% - 3rem);
    margin: 4rem 1.5rem;
    padding: 5rem 7.5vw 3rem;
  }
}

.uni-modal--content--ttl {
  margin: 0 0 3rem;
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .uni-modal--content--ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .uni-modal--content--ttl {
    font-size: 1.8rem;
  }
}

.uni-modal--content--txt {
  font-size: 1.6rem;
}

.link-more {
  padding-right: 2.2rem;
  font-size: 1.4rem;
  color: #284543;
  position: relative;
}

.link-more:hover {
  color: #284543;
  text-decoration: underline;
}

.link-more i {
  width: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.link-bullet {
  padding-right: 2.4rem;
  font-size: 1.6rem;
  color: #098064;
  position: relative;
}

.link-bullet:hover {
  color: #098064;
  text-decoration: underline;
}

.link-bullet i {
  width: 1.4rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.link-blank {
  font-size: 1.6rem;
  color: #098064;
  position: relative;
}

.link-blank:hover {
  color: #098064;
  text-decoration: underline;
}

.link-blank i {
  width: 1.5rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.udl {
  color: #098064;
  text-decoration: underline;
}

.udl:hover {
  color: #098064;
  text-decoration: none;
}

.link {
  color: #098064;
}

.link:hover {
  color: #098064;
}

.agreement-box--01 {
  padding: 2.5rem 0;
  background: #f8f8f8;
}

.agreement-box--01--inner {
  max-height: 17rem;
  padding: 0 2rem;
  overflow-y: auto;
}

.icn-secret {
  width: 2.2rem;
  height: 1.9rem;
  background: url(icn_secret_n.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.icn-secret.is-active {
  width: 2.2rem;
  height: 1.5rem;
  background: url(icn_secret_on.png) no-repeat 0 0;
  background-size: 100% auto;
}

.icn-secret:focus {
  outline: 0.2rem solid #40d07d;
}

.icn-more {
  padding: 0 0 0 3rem;
  position: relative;
  cursor: pointer;
}

.icn-more:before {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(icn_plus_g.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.icn-type--01{
  padding: 0 0 0 4.2rem;
  position: relative;
}

.icn-type--01 i{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.spinner-box {
  text-align: center;
}

.spinner-box .spinner-border {
  width: 8rem;
  height: 8rem;
}

.txt-type--01 {
  margin: 0;
  font-size: 1.6rem;
}

.txt-type--02 {
  margin: 0;
  font-size: 1.4rem;
}

.txt-type--03 {
  margin: 0;
  font-size: 2rem;
}

.txt-type--04 {
  margin: 0;
  font-size: 2.4rem;
}

.txt-type--05 {
  margin: 0;
  font-size: 1.8rem;
}

.note {
  padding: 0;
}

.note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
}

.note-error {
  padding: 0;
}

.note-error li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  color: #cc0000;
}

.error-txt {
  color: #cc0000;
}

.link-txt--01 {
  color: #098064;
}

.link-txt--01:hover {
  color: #098064;
  text-decoration: underline;
}

.hvr:hover {
  opacity: .7;
}

.hvr-link:hover {
  opacity: .7;
  color: #000;
}

.anc-link {
  padding-right: 4.2rem;
  color: #098064;
  position: relative;
}

.anc-link:hover {
  color: #098064;
}

.anc-link:after {
  display: block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url(icn_anc_01.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.color-green{
  color: #284543;
}

.w-20 {
  width: 20% !important;
}

.w-33 {
  width: 33.3% !important;
}

.w-48 {
  width: 48% !important;
}

.col-md-5 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .col-md-5 {
    width: 80% !important;
    margin: 0 0 2rem;
  }
}

.col-md-3 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .col-md-3 {
    width: 50% !important;
    margin: 0 0 2rem;
  }
}

.co-md-sp-1 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .co-md-sp-1 {
    width: 10% !important;
    margin: 0 0 2rem;
  }
}

.co-md-sp-2 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .co-md-sp-2 {
    width: 20% !important;
    margin: 0 0 2rem;
  }
}

.co-md-sp-3 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .co-md-sp-3 {
    width: 33.333% !important;
    margin: 0 0 2rem;
  }
}

.co-md-sp-4 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .co-md-sp-4 {
    width: 41% !important;
    margin: 0 0 2rem;
  }
}

.co-md-sp-5 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .co-md-sp-5 {
    width: 50% !important;
    margin: 0 0 2rem;
  }
}

.co-md-sp-6 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .co-md-sp-6 {
    width: 66.6% !important;
    margin: 0 0 2rem;
  }
}

.co-md-sp-8 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .co-md-sp-8 {
    width: 80% !important;
    margin: 0 0 2rem;
  }
}

.co-md-sp-10 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .co-md-sp-10 {
    width: 100% !important;
    margin: 0 0 2rem;
  }
}

.co-md-sp-auto {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .co-md-sp-auto {
    width: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .co-md-sp-auto {
    width: auto !important;
  }
}

.pos-r {
  position: relative;
}

@media screen and (min-width: 960px) {
  .l-pc-mb-0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-pc-mb-0 {
    margin-bottom: 0 !important;
  }
}

.me-4_5 {
  margin-right: 2rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

@media screen and (max-width: 767px) {
  .mt-6 {
    margin-top: 4rem !important;
  }
}

.mt-7 {
  margin-top: 7rem !important;
}

@media screen and (max-width: 767px) {
  .mt-7 {
    margin-top: 5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-mt-4 {
    margin-top: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-mt-8 {
    margin-top: 8rem !important;
  }
}

.mb-6 {
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 767px) {
  .mb-6 {
    margin-bottom: 3rem !important;
  }
}

.mb-7 {
  margin-bottom: 7rem !important;
}

@media screen and (max-width: 767px) {
  .mb-7 {
    margin-bottom: 5rem !important;
  }
}

.mb-8 {
  margin-bottom: 8rem !important;
}

@media screen and (max-width: 767px) {
  .mb-8 {
    margin-bottom: 6rem !important;
  }
}

.mb-9 {
  margin-bottom: 9rem !important;
}

@media screen and (max-width: 767px) {
  .mb-9 {
    margin-bottom: 7rem !important;
  }
}

.mb-10 {
  margin-bottom: 10rem !important;
}

@media screen and (max-width: 767px) {
  .mb-10 {
    margin-bottom: 8rem !important;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-mb-0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-mb-5 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-mb-7 {
    margin-bottom: 6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-mb-8 {
    margin-bottom: 8rem !important;
  }
}

.pt-6 {
  padding-top: 6rem !important;
}

@media screen and (max-width: 767px) {
  .pt-6 {
    padding-top: 4rem !important;
  }
}

.pt-7 {
  padding-top: 7rem !important;
}

@media screen and (max-width: 767px) {
  .pt-7 {
    padding-top: 5rem !important;
  }
}

.bg-gray {
  background: #ededed !important;
}

@media screen and (min-width: 960px) {
  .is-pc-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .is-pc-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-sp-hide {
    display: none;
  }
}

.pre-code {
  height: auto;
  margin: 1.5rem 0 5rem;
  padding: 1rem;
  border-radius: 5px;
  background: #25292f;
  color: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

input[type="text"],
input[type="mail"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  padding: 1rem 1.2rem;
  background: #fff;
  border: .1rem solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  outline: none;
}

input[type="text"].requir,
input[type="mail"].requir,
input[type="password"].requir,
input[type="tel"].requir,
input[type="email"].requir {
  background: #f4f4f4;
}

input[type="number"] {
  padding: 1rem 1.2rem;
  background: #fff;
  border: .1rem solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  outline: none;
}

input[type="number"].requir {
  background: #f4f4f4;
}

input[type="date"] {
  padding: 1rem 1.2rem;
  background: #fff;
  border: .1rem solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  outline: none;
}

input[type="date"].requir {
  background: #f4f4f4;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ddd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd;
}

input[type="submit"] {
  width: 100%;
  display: block;
  padding: 1.64rem 3.6rem;
  font-size: 1.4rem;
  background: #000;
  border: none;
  border-radius: .5rem;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #000;
}

input[type="submit"].color_b {
  background: #2eb8ff;
}

input[type="submit"].color_b:hover {
  background: #5fc4fe;
}

input[type="submit"].color_r {
  background: #c93434;
}

input[type="submit"].color_r:hover {
  background: #cc6565;
}

.labelTypeA01 {
  padding: 0 0 0 3.2rem;
  font-size: 1.4rem;
  position: relative;
}

.labelTypeA01 input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  margin-top: .1rem;
  background: #fff;
  border: .1rem solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.labelTypeA01 input[type="checkbox"].requir {
  background: #f4f4f4;
}

.labelTypeA01 input[type="checkbox"]:checked {
  background: url(icn_check_b.png) no-repeat right 50% top 50%/0.8rem auto;
  background-color: #fff;
}

.labelTypeA01 input[type="radio"] {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .1rem;
  background: #fff;
  border: .1rem solid #ccc;
  border-radius: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.labelTypeA01 input[type="radio"].requir {
  background: #f4f4f4;
}

.labelTypeA01 input[type="radio"]:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.selectTypeA01 {
  width: 24rem;
  min-height: 4.5rem;
  padding: 1rem 1.2rem;
  border: .1rem solid #ccc;
  font-size: 1.6rem;
  outline: 0;
}

textarea {
  width: 100%;
  height: 20rem;
  background: #fff;
  border: .1rem solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  line-height: 1.8;
  outline: none;
  resize: none;
}

@media screen and (min-width: 960px) {
  textarea {
    padding: 1rem 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  textarea {
    padding: 1.08rem .84rem;
  }
}

textarea.requir {
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .formTypeA01 dl {
    font-size: 1.24rem;
  }
}

.formTypeA01 dl dt {
  margin: 0 0 .84rem;
  font-size: 1.4rem;
}

.formTypeA01 dl dd {
  margin: 0 0 1.24rem;
  font-size: 1.4rem;
}

.formBtn {
  margin: 3.24rem 0 0;
  display: flex;
  justify-content: center;
}

.formBtn li {
  width: 32%;
}

.formBtn li + li {
  margin: 0 0 0 5%;
}

#requirTxt {
  display: none;
  font-weight: bold;
  font-size: 1.6rem;
  color: #c93434;
}

.hdTypeA01 {
  width: 100%;
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 2.1rem;
}

.hdTypeB01 {
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 2.8rem;
  color: #5fc4fe;
  text-align: center;
}

.hdTypeB02 {
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 2.1rem;
  color: #5fc4fe;
}

.tips-modal-btn {
  width: 1.8rem;
  position: relative;
}

.tips-modal-box {
  margin: 0 0 0 1rem;
  display: inline-block;
}


@media screen and (max-width: 767px) {
  .uni-modal .btn-list--02 {
    margin: 5rem -1.5rem 0;
  }
}

.uni-modal .btn-list--02 {
  margin: 5rem -2.5rem 0;
}

.uni-modal .btn-list--02--one {
  width: 33.3%;
  margin: 0;
  padding: 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .uni-modal .btn-list--02--one {
    max-width: 23rem;
    width: 50%;
    padding: 0 1.5rem;
  }
}

.btn-cancel .btn {
  width: 100%;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .1rem solid #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: #098064;
  line-height: 1.25;
  position: relative;
}

.btn-cancel .btn:hover {
  background: #f4f4f4;
  border: .1rem solid #04624c;
  color: #04624c;
}

.text-align-center {
    text-align:center;
}

.text-align-center-bold {
    text-align:center;
    font-weight:bold;
}

.form-type-01--desc.no-placeholder .form-control:focus {
  padding-top: 1rem;
  border: .2rem solid #40d07d;
  box-shadow: none;
}

.form-type-01--desc.no-placeholder .form-control.is-complete {
  padding-top: 1rem;
  background: #fff;
  border: 0.1rem solid #959595;
}
-- safariのPINコード入力画面用
#overlay_Surface {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	display: none;
	z-index: 1
}

#modalWindow_Surface {
	width: 450px;
	height: 250px;
	position: fixed;
	border: 2px solid #000000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	
}

#modalWindow_SignaturePassword {
	width: 450px;
	height: 300px;
	position: fixed;
	border: 2px solid #000000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	
}

#SurfaceReadTitle {
	background:#E5E5E5;
	padding:0.5em;
	font-weight:boid;
	color:#000000
	
}

#inputSignaturePasswordTitle {
	background:#E5E5E5;
	padding:0.5em;
	font-weight:boid;
	color:#000000
	
}

.SurfaceRead {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.SurfaceRead input.MyNumCdPasseord{
	width: 246px;
}

.signaturePasswordArea {
	width: 390px;
	margin-left: auto;
	margin-right: auto;
}

.signaturePasswordArea input.signaturePasseord{
	width: 246px;
}

#SurfaceReadButton{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom:0px;
}

#signaturePasswordButtonArea{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom:0px;
}

input.modalCancel {
    width: 110px;
}

input.modalOK {
    width: 110px;
    margin-right: 20px;
}

.infomation {
	margin-left: 10px;
}

.btn-type--14 .btn {
  width: 100%;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .1rem solid #098064;
  border-radius: 3rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: #098064;
  line-height: 1.25;
  position: relative;
}

.btn-type--14 .btn.color-dark {
  border: .1rem solid #057f7b;
  color: #057f7b;
}

.btn-type--14 .btn.size-s {
  max-width: 14rem;
  padding: 0.75rem 1rem;
}

.btn-type--14 .btn:hover {
  background: #f4f4f4;
  border: .1rem solid #04624c;
  color: #04624c;
}
.uni-modal .btn-type--14 {
  width: 17.5rem;
  margin: 0rem auto 0;
}