/* Noto Sans JP */
@font-face {
	font-family: 'NSJ';
	src: url('../../font/NSJP-Regular.woff') format('woff'),
		url(../../font/NSJP-Regular.woff2) format('woff2'),
		url(../../font/NSJP-Regular.ttf) format('truetype'),
		url(../../font/NSJP-Regular.otf) format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NSJ';
	src: url('../../font/NSJP-Medium.woff') format('woff'),
		url(../../font/NSJP-Medium.woff2) format('woff2'),
		url(../../font/NSJP-Medium.ttf) format('truetype'),
		url(../../font/NSJP-Medium.otf) format("opentype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'NSJ';
	src: url('../../font/NSJP-Bold.woff') format('woff'),
		url(../../font/NSJP-Bold.woff2) format('woff2'),
		url(../../font/NSJP-Bold.ttf) format('truetype'),
		url(../../font/NSJP-Bold.otf) format("opentype");
	font-weight: 900;
	font-style: normal;
}

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

/* html{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
} */
html{	font-family: 'NSJ', sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
* {
    box-sizing: border-box;
}
table{
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
body {
    line-height: 2;
    letter-spacing: .07em;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a,
a img {
  transition: all 0.5s;
}
a:hover img {
  opacity: 0.5;
}
/* :root {
  --primary-color:#3DB371;
  --secondary-color: #FFA500;
  --tertiary-color: #191970;
  --quaternary-color:#FE5C45;
  --quinary-color:#F0F1F3;
  --senary-color:#6A6A6A;
  --septenary-color:#F9CDAD;
  --octonary-color:#C6E5D9;
  --novenary-color:#FFDA8E;
  --decenary-color:#80D4F6;
} */
html {
  scroll-padding: 50px;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    scroll-padding: 0;
  }
}

/* bg-dark */
.bg-dark{
  background: #000;
}

/* layout */
.container-001,
.container-002,
.container-003{
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.container-001{
  max-width: 1000px;
}
.container-002{
  max-width: 1100px;
}
.container-003{
  max-width: 1400px;
}
.font-l .container-001{
  max-width: 1200px;
}
.font-l .container-002{
  max-width: 1300px;
}
.font-l .container-003{
  max-width: 1600px;
}

/* color */
.primary{
  color: #3DB371;
}
.quaternary{
  color: #FE5C45;
}
.tertiary{
  color: #191970;
}
.c-blue{
  color: #005DAA;
}




/* bg */
.bg-primary{
  background: #3DB371;
}
.bg-secondary{
  background: #FFA500;
}
.bg-tertiary{
  background: #191970;
}
.bg-quaternary{
  background: #FE5C45;
}
.bg-quinary{
  background: #F0F1F3;
}
.bg-senary{
  background: #6A6A6A;
}
.bg-septenary{
  background: #F9CDAD;
}
.bg-octonary{
  background: #C6E5D9;
}
.bg-novenary{
  background: #FFDA8E;
}
.bg-decenary{
  background: #80D4F6;
}
.bg-red{
  background: #CF1020;
}

/* font-size */
html {
  font-size: 62.5%;
}

.fs-056{
  font-size:4rem;
}
.fs-043{
  font-size:3rem;
}
.fs-036{
  font-size:3rem;
}
.fs-028{
  font-size:2.4rem;
}
.fs-026{
  font-size:2.3rem;
}
.fs-025{
  font-size:2.2rem;
}
.fs-020{
  font-size:1.8rem;
}
.fs-018{
  font-size:1.6rem;
}
.fs-016{
  font-size:1.4rem;
}
.fs-014{
  font-size:1.2rem;
}

@media (min-width: 768px) {
  .fs-056{
    font-size: 5.6rem;
  }
  .fs-043{
    font-size: 4.3rem;
  }
  .fs-036{
    font-size:3.6rem;
  }
  .fs-028{
    font-size:2.8rem;
  }
  .fs-026{
    font-size:2.6rem;
  }
  .fs-025{
    font-size:2.5rem;
  }
  .fs-020{
    font-size:2rem;
  }
  .fs-018{
    font-size:1.8rem;
  }
  .fs-016{
    font-size:1.6rem;
  }
  .fs-014{
    font-size:1.4rem;
  }
}


.font-l .fs-056{
  font-size:5.2rem;
}
.font-l .fs-043{
  font-size:3.9rem;
}
.font-l .fs-036{
  font-size:3.1rem;
}
.font-l .fs-026{
  font-size:2.2rem;
}
.font-l .fs-025{
  font-size:2.3rem;
}
.font-l .fs-020{
  font-size:2.2rem;
}
.font-l .fs-018{
  font-size:2rem;
}
.font-l .fs-016{
  font-size:1.8rem;
}
.font-l .fs-014{
  font-size:1.6rem;
}
@media (min-width: 768px) {
  .font-l .fs-056{
    font-size:6rem;
  }
  .font-l .fs-043{
    font-size:4.7rem;
  }
  .font-l .fs-036{
    font-size:3.9rem;
  }
  .font-l .fs-026{
    font-size:3rem;
  }
  .font-l .fs-025{
    font-size:2.9rem;
  }
  .font-l .fs-020{
    font-size:2.4rem;
  }
  .font-l .fs-018{
    font-size:2.2rem;
  }
  .font-l .fs-016{
    font-size:2rem;
  }
  .font-l .fs-014{
    font-size:1.8rem;
  }
}
/* heading */
.heading-005{
  background: #E5F5ED;
  border-left: solid 10px #3DB371;
  padding-left: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.3em;
}
.bg-dark .heading-005{
  background: #FFF;
  border-left: solid 10px #6A6A6A;
  color: #000;
}
.heading-006{
  color: #3DB371;
  padding-bottom: 10px;
  border-bottom: solid 4px #3DB371;
  color: #000;
}
.bg-dark .heading-006{
  color: #6A6A6A;
  padding-bottom: 10px;
  border-bottom: solid 4px #6A6A6A;
}
.heading-007{
  color: #FFF;
  font-weight: 600;
}
.saigai-heading-005{
  background: rgba(25, 25, 112, 0.1);
  border-left: solid 10px #191970;
  padding-left: 15px;
  display: flex;
  padding-bottom:5px;
  align-items: end;
  letter-spacing: 0.3em;
  flex-wrap: wrap;
}
.bg-dark .saigai-heading-005{
  background: #FFF;
  border-left: solid 10px #6A6A6A;
  color: #000;
}

/* btn */
.button-067 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 40px 10px 26px;
    border-radius: 30px;
    color:#FFF;
    text-decoration: none;
    position:relative;
    transition: opacity .5s ease;
    text-align: center;
}
.button-067::after {
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.5s;
}
.button-067.member {
    border: 2px solid #CF1020;
    background: #FE5C45;
}
.button-067.member::after {
    background-image: url('../img/member-icon2.svg');
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    margin-right: 45px;
}
.button-067.member:hover::after{
    margin-right: 40px;
}
.font-l .button-067.member::after {
    width:62px;
    height: 62px;
}
.bg-dark .button-067.member::after {
    background-image: url('../img/member-icon-black.svg');
}

.button-067.bg-primary{
  width: 225px;
  height: 42px;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.font-l .button-067.bg-primary{
  width: 300px;
  height: 52px;
}
.button-067.bg-primary::after {
    background: url('../img/arrow-icon.svg') no-repeat;
    width: 8px;
    height: 14px;
    margin-right:15px;
}
.button-067.bg-primary:hover::after {
    margin-right:10px;
}
.bg-dark .button-067.bg-primary {
  background: #FFF;
  color: #000;
}
.bg-dark .button-067.bg-primary::after {
    background: url('../img/arrow-icon-dark.svg');
}


.button-068{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px 40px 10px 26px;
  border-radius: 30px;
  color:#FFF;
  text-decoration: none;
  position:relative;
  transition: opacity .5s ease;
  text-align: center;
  position: relative;
  width: 190px;
  height: 42px;
  border-radius:7px;
  background: #7D7D7D;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.font-l .button-068{
  width: 300px;
  height: 52px;
}
.button-068::before {
    position: absolute;
    content: "";
    background: url('../img/arrow-icon-left.svg') no-repeat;
    width: 8px;
    height: 14px;
    left: 10px;
    transition: left .5s ease;
}
.button-068:hover::before {
    left:15px;
}
.bg-dark .button-068 {
  background: #FFF;
  color: #000;
}
.bg-dark .button-068::before {
    background: url('../img/arrow-icon-left-dark.svg');
}
#login-form label {
  font-size:1.6em;
}
#login-form p {
  margin-top:10px;
}
#login-form .button,
.button-069{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px 40px 10px 30px;
  border-radius: 30px;
  color:#FFF;
  text-decoration: none;
  position:relative;
  transition: all .5s ease;
  position: relative;
  border-radius:7px;
  display: inline-block;
}
#login-form .button {
  font-size:1.6em;
  border-radius: 25px;
  box-shadow: 0 5px 0 #000000;
  width: 100%;
  border: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
  background: #191970;
}
#login-form .button::after {
  content:"";
  background: url('../img/arrow-icon.svg') no-repeat;
  width: 8px;
  height: 14px;
  margin-right:15px;
  display: block;
  position: absolute;
  right:10px;
  top: 50%;
  transition: right .5s ease;
  transform: translateY(-50%);
}
#login-form .button:hover::after {
  right:5px;
}
#login-form .button:hover{
  box-shadow: none;
  transform: translateY(5px);
}
.bg-dark #login-form .button {
  background: #FFF;
  color: #000;
}
.bg-dark #login-form .button::after {
    background: url('../img/arrow-icon-dark.svg');
}


.button-069.bg-tertiary{
  border-radius: 25px;
  box-shadow: 0 5px 0 #000000;
}
.button-069.bg-tertiary::after {
  content:"";
  background: url('../img/arrow-icon.svg') no-repeat;
  width: 8px;
  height: 14px;
  margin-right:15px;
  display: block;
  position: absolute;
  right:10px;
  top: 50%;
  transition: right .5s ease;
  transform: translateY(-50%);
}
.button-069.bg-tertiary:hover::after {
  right:5px;
}
.button-069.bg-tertiary:hover{
  box-shadow: none;
  transform: translateY(5px);
}
.bg-dark .button-069.bg-tertiary {
  background: #FFF;
  color: #000;
}
.bg-dark .button-069.bg-tertiary::after {
    background: url('../img/arrow-icon-dark.svg');
}
.button-069.top-btn {
  padding-left:3em;
  text-indent: -2em;
  width: 100%;
}
@media (min-width: 768px) {
  .button-069.top-btn {
    width: 480px;
  }
  .font-l .button-069.top-btn {
    width:550px;
  }
}

/* other */
.list-none{
    list-style: none;
}
.lh{
  line-height: 1.4;
}
.bg-dark-block{
  display:none;
}
.bg-dark .bg-dark-block{
  display:block;
}
.bg-dark .bg-dark-none{
  display: none;
}
.bg-dark .bg-dark-block.display-block-md-none,
.bg-dark-none.display-block-md-none{
  display: block;
}
.bg-dark .bg-dark-block.display-none-md-block,
.bg-dark .bg-dark-none.display-block-md-none{
  display: none;
}

@media (min-width: 768px) {
  .bg-dark .bg-dark-block.display-none-md-block{
    display: block;
  }
  .bg-dark .bg-dark-block.display-block-md-none,
  .bg-dark-none.display-block-md-none{
    display: none;
  }

}

/* header */

.assistant-navi button{
  background: #E0E6E9;
  border:solid 2px #000;
  border-radius: 5px;
  padding: 2px 10px;
  cursor: pointer;
}
.assistant-navi button.bg-white{
  background:#FFF;
}
.assistant-navi button.bg-black{
  background:#000;
  color: #FFF;
}
.bg-dark .assistant-navi{
  color: #FFF;
}
.bg-dark button{
  border:solid 2px #FFF;
  background: #000;
  color: #FFF;
}
.bg-dark .assistant-navi button.bg-white{
  color: #000;
}
.header-sp-001 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #FFF;
    z-index: 7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.bg-dark .header-sp-001 {
  background: #000;
}
.header-sp-001-logo {
    padding: 10px;
}
.header-sp-001-logo img {
    height:28px;
}
.header-sp-001-icon {
    /* background-color: #191970; */
    width: 53px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.bg-normal{
    background-color:#3DB371;
}
.bg-saigai{
    background-color:#191970;
}
.bg-dark .bg-normal,
.bg-dark .bg-saigai{
    background-color:#FFF;
}
/* .bg-dark .header-sp-001-icon{
    background-color:#FFF;
} */
.header-sp-001-right {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-nav-sp-001 {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top:50px;
    left: 0;
    z-index: 7;
    background-color: #FFF;
    color: #000;
}
.bg-dark .header-nav-sp-001{
    background-color: #000;
    color: #FFF;
}
.header-nav-sp-001 > ul {
    height: calc(100% - 50px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.header-nav-sp-001 ul {
    border-top:1px solid #ccc;
}
.header-nav-sp-001 li {
    width: 100%;
}
.header-nav-sp-001 a {
    display: block;
    padding:5px 10px;
    color:#000;
    text-decoration: none;
    width: 100%;
}
.bg-dark .header-nav-sp-001 a{
    color:#FFF;
}
.header-nav-sp-001 ul.sub-menu > li:last-child {
    border-bottom: none;
}
.header-nav-sp-001 .menu-item-has-children>a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url(../img/arrow-down.svg) ;
    background-repeat: no-repeat;
    margin-left: 15px;
    background-size: contain;
}
.bg-dark .header-nav-sp-001 .menu-item-has-children>a::after {
    background-image: url(../img/arrow-down-dark.svg) ;
}
.font-l .header-nav-sp-001 .menu-item-has-children>a::after {
    width: 24px;
    height: 14px;
}
.header-nav-sp-001 .sub-menu {
    display: none;
    padding:0;
    width: 100%;
}
.header-nav-sp-001 .sub-menu li{
    display: block;
    padding-left: 15px;
}

.header-nav-sp-001 .logout-btn{
  position: relative;
  margin:10px 10px 20px;
  background: #888;
  width: calc(100% - 20px);
  border-radius: 8px;
  text-align: center;
  color: #FFF;
}
.bg-dark .header-nav-sp-001 .logout-btn{
  background: #FFF;
  color: #000;
}

.header-nav-sp-001 .btn2,
.header-nav-sp-001 .btn{
  position: relative;
  margin:10px 10px 20px;
  background: #191970;
  width: calc(100% - 20px);
  border-radius: 8px;
  text-align: center;
  color: #FFF;
}
.bg-dark .header-nav-sp-001 .btn2,
.bg-dark .header-nav-sp-001 .btn{
  background: #FFF;
  color: #000;
}
.header-nav-sp-001 .btn::after{
  content: "";
  display: inline-block;
  position: absolute;
  background: url('../img/member-icon2.svg') ;
  width:20px;
  height:20px;
  margin-left:15px;
  top: 12px;
  background-size: contain;
}
.font-l .header-nav-sp-001 .btn::after{
  width:20px;
  height:20px;
  top:14px;
}
.bg-dark .header-nav-sp-001 .btn::after{
  background-image: url('../img/member-icon-black.svg');
}
.header-nav-sp-001 .assistant-navi{
  padding: 10px 5px;

}

.h-logo{
  width: 300px;
}
.font-l .h-logo{
  width: 250px;
}

@media (min-width:991px) {
  .h-logo{
    width: 394px;
  }
}
.g-navi li:first-child{
  margin-right:10px;
}

.g-navi-link{
  color: #FFF;
  text-decoration: none;
  display: block;
  margin-right:5px;
  border-radius: 7px 7px 0 0;
  text-align: center;
  padding: 5px;
  position: relative;
}
.g-navi li:last-child .g-navi-link{
  margin-right: 0;
}
@media (min-width:991px) {
  .g-navi-link{
    margin-right:15px;
  }
}
@media (min-width:1100px) {
  .g-navi-link{
      width: 240px;
      padding: 10px 4px;
  }
}
.font-l .g-navi-link{
    padding: 10px 5px;
}
@media (min-width:991px) {
  .font-l .g-navi-link{
      padding: 10px;
  }
}
.font-l .g-navi .fs-018 {
  font-size:1.8rem;
}
@media (min-width:991px) {
  .font-l .g-navi .fs-018 {
    font-size:1.9rem;
  }
}
@media (min-width:768px) {
  .g-navi .fs-018 {
    font-size:1.7rem;
  }
}

.g-navi-link:hover{
  opacity: 0.8;
}
.font-l .home{
  width:50px;
}
.g-navi-link.member-link,
.g-navi-link.bg-quaternary{
  min-width:auto;
}
@media (min-width:768px) {
  .g-navi-link.member-link{
    min-width:239px;
  }
  .g-navi-link.bg-quaternary{
    min-width: 260px;
  }
}
@media (min-width:1100px) {
  .g-navi-link.bg-quaternary{
    min-width: 300px;
  }
}
.font-l .g-navi-link.member-link{
  min-width:250px;
}
.font-l .g-navi-link.bg-quaternary{
  min-width: 230px;
}
.g-navi-link.member-link::after,
.g-navi-link.bg-quaternary::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url('../img/member-icon2.svg');
    background-repeat: no-repeat;
    width:18px;
    height:18px;
    top:20px;
    right:15px;
    background-size: contain;
}
@media (min-width:768px) {
  .g-navi-link.bg-quaternary::after {
    top:16px;
  }
}
@media (min-width:991px) {
  .g-navi-link.bg-quaternary::after {
      right:20px;
  }
}
.font-l .g-navi-link.bg-quaternary{
  padding-right:30px;
}

.font-l .g-navi-link.bg-quaternary::after {
    width:20px;
    height:20px;
    top:20px;
    right:15px;
}
@media (min-width:991px) {
  .font-l .g-navi-link.bg-quaternary::after {
        right:8px;
  }
}

.bg-dark .g-navi-link.bg-primary,
.bg-dark .g-navi-link.bg-secondary,
.bg-dark .g-navi-link.bg-tertiary,
.bg-dark .g-navi-link.bg-quaternary{
  background: #FFF;
  color: #000;
}
.bg-dark .g-navi-link.member-link::after,
.bg-dark .g-navi-link.bg-quaternary::after {
    background-image: url('../img/member-icon-black.svg');
}
/* top */
.bg-top{
  background:url(../img/bg-top-sp.jpg) ;
  width: 100%;
  color: #FFF;
  background-size: cover;
}
.bg-dark .bg-top{
  background:url(../img/bg-top-dark-sp.jpg);
  background-size: cover;
}
@media (min-width:768px) {
  .bg-top{
    background:url(../img/bg-top.jpg) center 80%;
    padding-bottom: 100px;
    background-size: cover;
  }
  .bg-dark .bg-top{
    background:url(../img/bg-top-dark.jpg) center 80%;
    background-size: cover;
  }
}
.top-item{
  margin-top: 70px;
}
.top-heading {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  width: 100%;
  color: #FFF;
}
.top-heading:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  margin-left: -15px;
  border: 10px solid transparent;
}
.top-heading.bg-primary::before{
  border-top: 10px solid #3DB371;
}
.top-heading.bg-secondary::before{
  border-top: 10px solid #FFA500;
}
.top-heading.bg-tertiary::before{
  border-top: 10px solid #191970;
}

.bg-dark .top-heading.bg-primary,
.bg-dark .top-heading.bg-secondary,
.bg-dark .top-heading.bg-quaternary{
  background: #6A6A6A;
}
.bg-dark .top-heading.bg-primary::before,
.bg-dark .top-heading.bg-secondary::before,
.bg-dark .top-heading.bg-quaternary::before,
.bg-dark .top-heading.bg-tertiary::before{
  border-top: 10px solid #6A6A6A;
}

.top-link{
  background: #FFF;
  border-left: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
  border-right: #CCC solid 1px;
  padding:25px 20px 20px;
  min-height:190px;
}
.font-l .top-link{
  min-height:230px;
}
.top-link a{
  color: #000;
  text-decoration: none;
  position: relative;
  padding-left:15px;
}

.top-link li{
  margin-left: 1em;
  text-indent: -1em;
}
.top-link a::before{
  content: "";
  position: absolute;
  background: url(../img/arrow-black.svg)  no-repeat;
  width: 7px;
  height: 13px;
  top:7px;
  left: 0;
  display: block;
  transition: all 0.5s;
}
.top-link li a:hover::before{
  left:5px;
}
.bg-dark .top-link li a.c-blue{
  color: #000;
}
.font-l .top-link a::before{
  top:10px;
  width:10px;
  height:22px;
  background-size: contain;
}
.font-l .top-link li{
  margin-left: 0.5em;
  text-indent: -0.5em;
}
.bg-top .button-067{
  min-width: 465px;
  height: 66px;
}
.font-l .bg-top .button-067{
  padding-right:90px;
  height:auto;
}
.bg-dark .bg-top .button-067{
  background:#FFF;
  color: #000;
  border: solid 2px #6A6A6A;
}

.font-l-br{
  display: none;
}
.font-l .font-l-br{
  display: block;
}

.top-block{
  padding: 50px 0 80px;
}
.bg-dark .top-block.bg-quinary{
  background: #000;
}
.news-heading span {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
.bg-dark .news-heading  .primary{
  color: #FFF;
}
.news-heading span:before,
.news-heading span:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #5CAB7D;
}
.bg-dark .news-heading span:before,
.bg-dark .news-heading span:after {
    background-color: #FFF;
}
.bg-dark .news-heading{
  color: #FFF;
}
.news-heading span:before {
    left: 0;
}
.news-heading span:after {
    right: 0;
}
.news-001-list {
    padding:20px 0 10px 0;
    border-bottom:2px dotted #999;
}
.bg-dark .news-001-list {
  color: #FFF;
}
.news-001-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #000;
}
.bg-dark .news-001-text {
  color: #FFF;
}
.news-001-text:hover {
    text-decoration: underline;
}
/* footer */
.footer{
  border-top: solid 5px #6A6A6A;
}
.bg-dark .footer{
  border-top: solid 5px #FFF;
}
.bg-dark .footer{
  color: #FFF;
}
.footer-navi{
  margin: 30px 0 ;
  padding: 0;
}
.footer-navi li{
  margin: 0 15px;
}
.footer-navi li a{
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.bg-dark .footer-navi li a{
  color: #FFF;
}
.footer-navi li a.quaternary{
  color: #FE5C45;
}
.bg-dark .footer-navi li a.quaternary{
  color: #FFF;
}
.bg-dark .copy-right{
  color: #000;
}
.pagetop-btn {
	position: fixed;
	z-index:1;
	background:#191970;

	text-decoration: none;
	width:62px;
	height:56px;
	bottom:55px;
  /* bottom:106px; */
	right: 15px;
	text-align: center;
	border-radius:7px;
	display: flex;
	align-items: center;
	justify-content: center;
  flex-direction: column;
  color: #FFF;
}
.bg-dark .pagetop-btn {
	background:#FFF;
  color: #000;
}
.font-l .pagetop-btn {
	width:80px;
	height:80px;
}
.font-l .pagetop-btn img{
  width: 30px;
  margin-top: 10px;
}
.pagetop-btn:hover {
	opacity: 0.5;
}
@media (min-width:768px) {
	.pagetop-btn {
		bottom: 15px;
	}
}
/* page */
.breadcrumbs-block{
  padding:5px 10px;
}
@media (min-width:768px) {
  .breadcrumbs-block{
    padding: 10px;
  }
}
.bg-dark .bg-primary,
.bg-dark .bg-tertiary,
.bg-dark .bg-secondary,
.bg-dark .bg-septenary,
.bg-dark .bg-octonary,
.bg-dark .bg-novenary,
.bg-dark .bg-decenary,
.bg-dark .bg-red{
  background: #6A6A6A;
}



.breadcrumbs li::after{
  content: "";
  background: url(../img/breadcrumbs-icon2.svg) no-repeat;
  width:8px;
  height:12px;
  position: relative;
  top:1px;
  left: 8px;
  padding: 0 10px;
  display: inline-block;
  background-size: contain;
}
.font-l .breadcrumbs li::after{
  width:8px;
  height:12px;
  top:0px;
  left:20px;
  padding: 0 20px;
}
@media (min-width:768px) {
  .font-l .breadcrumbs li::after{
    width:10px;
    height:16px;
  }
}
.breadcrumbs li:last-child::after{
  display: none;
}
.breadcrumbs li{
  color: #FFF;
  font-weight: 600;
}
.breadcrumbs li a{
  text-decoration: none;
  color: #FFF;
}
.page-top h1{
  line-height: 1;
}
.bg-dark .page-top .primary{
  color: #000;
}
.page-block{
  /* padding:15px 0 30px; */
  padding:30px 0;
}
@media (min-width:768px) {
  .page-block{
    padding: 60px 0 100px;
  }
}
.bg-dark .page-block {
  color: #FFF;
}
.bg-dark .page-block .tertiary{
  color: #FFF;
}

.organization-table{
  width: 100%;
}
.organization-table th{
  font-weight: 600;
  width: 20%;
}
.organization-table th,
.organization-table td{
  border-bottom: solid 1px #CCC;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.search-map{
  width: 100%;
}
.search-map a:hover {
  opacity: 0.7;
}

.search-btn{
  background: #FE5C45;
  color: #FFF;
  border-radius:10px ;
  font-weight: 600;
  text-decoration: none;
  padding:3px 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 10px 15px;
  display: block;
}
.search-btn:hover{
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
}
table.search-list{
  table-layout: auto;
  width: 100%;
  border-bottom:solid 1px #ccc;
}

.bg-01{
  background: #FAF8F5;
  color:#000;
}
.search-list td a{
  color: #3DB371;
  font-weight: 600;
}
.bg-dark .search-list td a{
  color: #000;
}
.th-01 {
  background: #5CAB7D;
  color: #FFF;
  border-left:solid 1px #ccc;
  border-right:solid 1px #ccc;
  border-top:solid 1px #ccc;
  padding-left: 10px;
  position: static;
  border-top:solid 1px #ccc;
  border-left:solid 1px #ccc;
  border-right:solid 1px #ccc;
  padding:5px 10px;
  line-height: 1.6;
}
.td-01 {
  border-left:solid 1px #ccc;
  border-right:solid 1px #ccc;
  border-top:solid 1px #ccc;
  padding:5px 10px;
  line-height: 1.6;
}
.th-02 {
  background: #5CAB7D;
  color: #FFF;
  border-left:solid 1px #000;
  border-right:solid 1px #000;
  border-top:solid 1px #000;
  padding-left: 10px;
  position: static;
  border-left:solid 1px #ccc;
  border-right:solid 1px #ccc;
  border-top:solid 1px #ccc;
  padding:5px 10px;
  line-height: 1.6;
}
.td-02 {
  border-left:solid 1px #ccc;
  border-right:solid 1px #ccc;
  border-top:solid 1px #ccc;
  padding:5px 10px;
  line-height: 1.6;
}
.th-03 {
  background: #5CAB7D;
  color: #FFF;
  border-left:solid 1px #000;
  border-right:solid 1px #000;
  border-top:solid 1px #000;
  padding-left: 10px;
  position: static;
  border-left:solid 1px #000;
  border-right:solid 1px #000;
  border-top:solid 1px #000;
  padding:5px 10px;
  line-height: 1.6;
}
.td-03 {
  border-left:solid 1px #000;
  border-right:solid 1px #000;
  border-top:solid 1px #ccc;
  padding:5px 10px;
  line-height: 1.6;
}
.bg-dark .th-01,
.bg-dark .th-02,
.bg-dark .th-03 {
  background: #FAF8F5;
  color:#000;
}
.bg-dark .td-01,
.bg-dark .td-02 {
  background: #000;
  color:#fff;
}
/* @media (min-width:768px) {
  .search-list th{
    border-top:solid 1px #ccc;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
  }
  .search-list td{
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
  }
} */
.link-table{
  width: 100%;
}
.link-table th{
  padding: 2px 10px 0;
}
.link-table td{
  padding: 0 10px 10px;
  border-bottom: solid 1px #CCC;
}
.link-table th{
  width: 20%;
}
.link-table tr:nth-child(even) th,
.link-table tr:nth-child(even) td {	background: #F7F9FA;}
@media (min-width:768px) {
  .link-table th,
  .link-table td{
    padding: 5px 10px;
    border-bottom: solid 1px #CCC;
  }
}

@media (max-width:768px) {
  .table th,
  .table td{
    width: 100%;
    display: block;
  }
}

/* sainohitomi */
.sainohitomi-top{
  border-radius:8px;
  border: 10px solid #191970;
  padding:10px 15px 30px;
  font-weight: 600;
  margin-bottom:50px;
  font-weight: 600;
  line-height: 1;
}
/* .sainohitomi-top span{
  display: inline-block;
} */
.bg-dark .sainohitomi-top{
  border: 10px solid #FFF;
  color: #FFF;
}
@media (min-width:768px) {
  .bg-dark .sainohitomi-top{
      border: 10px solid #FFF;
  }
  .sainohitomi-top{
      border-radius: 32px;
      border: 30px solid #191970;
      margin-bottom: 70px;
      padding: 50px 0;
      line-height: 1.2;
  }
}
.sainohitomi-box{
  border:6px solid #191970;
  padding:10px;
  border-radius:10px;
  color: #191970;
}
.bg-dark .sainohitomi-box{
  border: 6px solid #FFF;
  color: #FFF;
}
@media (min-width:768px) {
  .sainohitomi-box{
    border: 12px solid #191970;
    padding:20px;
  }
  .bg-dark .sainohitomi-box{
      border: 12px solid #FFF;
  }
}
.sainohitomi-box02{
  border:5px solid #191970;
  word-break :break-all;
}
.sainohitomi-box02 a{
  text-decoration: none;
  color:#000;
}
.sainohitomi-box02 a:hover{
  text-decoration: underline;
}
.bg-dark .sainohitomi-box02{
  border:5px solid #FFF;
}
.bg-dark .sainohitomi-box02 a{
  color: #FFF;
}
.sainohitomi-box02 .bg-tertiary{
  color: #FFF;
}
.sainohitomi-box02 .bg-tertiary a{
   color: #FFF;
}
.sainohitomi-block{
  margin-bottom: 50px;
}
@media (min-width:768px) {
  .sainohitomi-block{
    margin-bottom: 100px;
  }
}
a.link {
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}
.link-btn{
  border:solid 3px #191970;
  display: block;
  border-radius:15px;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  padding:5px 30px 5px 15px;
  color:#191970;
  box-shadow: 2px 4px rgba(0,0,0,0.3);
}
.link-btn::before{
  content: "";
  background: url(../img/arrow-blue2.svg) no-repeat;
  position: absolute;
  width:20px;
  height:20px;
  background-size: cover;
  display: block;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.link-btn:hover{
  box-shadow: none;
}
.link-btn:hover::before{
  right: 20px;
}
.bg-dark .link-btn{
  border:solid 3px #FFF;
  color: #FFF;
}
.bg-dark .link-btn::before{
  background: url(../img/arrow-white.svg) no-repeat;
}
@media (min-width:768px) {
  .link-btn{
      border:solid 7px #191970;
      box-shadow: 4px 8px rgba(0,0,0,0.3);
      padding:20px 50px;
      border-radius: 60px;
  }
  .bg-dark .link-btn{
      border:solid 7px #FFF;
  }
  .link-btn::before{
    width: 62px;
    height: 62px;
  }
}
.download{
  text-decoration: none;
  color: #000;
}

.bg-dark .download{
  color:#FFF;
}
.download img{
  margin: 0 30px 15px;
}
@media (min-width:768px) {
  .download img{
    margin: 0 30px;
  }
}
.list-top{
  border-radius:6px;
  border:7px solid #191970;
  padding:10px 15px ;
  font-weight: 600;
  margin-bottom:50px;
  font-weight: 600;
  line-height: 1;
}
.bg-dark .list-top{
  border:7px solid #FFF;
}
@media (min-width:768px) {
  .list-top{
      border-radius: 18px;
      border:14px solid #191970;
      margin-bottom: 70px;
      padding: 40px 15px ;
      line-height: 1.3;
  }
}
.list-map{
  margin-bottom: 50px;
}
.list-map a:hover{
  opacity: 0.8;
}
@media (min-width:768px) {
  .list-map{
    margin-bottom: 100px;
  }
}
.list-headline{
  padding: 10px;
  color: #000;
}
.list-navi a{
  text-decoration: none;
  color: #000;
  margin:0 20px;
}
.bg-dark .list-navi a{
  color: #FFF;
}
.list-block{
  margin-bottom: 100px;
}
.list-block-top{
  color: #000;
  text-align: center;
  line-height: 1.4;
  justify-content: center;
  display: flex;
}
.list-block-top div{
  display: flex;
  align-items: center;
  padding: 10px ;
  border-right:solid 1px #FFF;
}
.list-block-top div:last-child{
  border-right: none;
}
.list-block-headline{
  border-left: 10px #000000 solid;
  padding-left: 12px;
}
.bg-dark .list-block-headline{
  border-left: 10px #FFF solid;
}
.list-block-list{
  width: 100%;
}
.list-block-list th,
.list-block-list td{
  position: static;
  padding:10px;
  line-height: 1.3;
  border:solid 1px #191970;
}
.bg-dark .list-block-list th,
.bg-dark .list-block-list td{
  border:solid 1px #FFF;
}
.list-block-list th{
  background: #FAF8F5;
  font-weight: 600;
}
.list-block-list th a{
  color: #000;
}
.list-block-list th a:hover{
  text-decoration: none;
}
.list-block-list td a{
  color: #000;
  text-decoration: none;
}

.study-block{
  padding:20px 15px;
  border-bottom: solid 1px #CCC;
}
.study-block{
  padding:20px 15px;
  border-bottom: solid 1px #CCC;
}

.sidebar{
  padding: 20px 10px;
  border-radius: 9px;
  border:#5CAB7D solid 7px;
}
.bg-dark .sidebar{
  border: #6A6A6A solid 7px;
}
@media (min-width:768px) {
  .sidebar{
      margin-left:15px;
  }
}
@media (min-width:991px) {
  .sidebar{
      margin-left: 80px;
  }
}
.bg-dark .sidebar h3{
  color: #FFF;
}
.sidebar a{
  text-decoration: none;
  color: #000;
  padding-bottom: 5px;
  position: relative;
}
.bg-dark .sidebar a{
  color: #FFF;
}
.sidebar a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:3px;
    background:#3DB371;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
.bg-dark .sidebar a::after {
  background: #6A6A6A;
}
.sidebar li.current a::after,
.sidebar li a:hover::after {
    transform: scale(1, 1);
}
.sidebar li{
  margin-bottom:15px;
}
.sidebar li:last-child{
  margin-bottom: 0;
}
.pagination{
  margin-top:30px;
}
@media (min-width:768px) {
  .pagination{
    margin-top: 70px;
  }
}
.pagination-item-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #CCC;
  color: #FFF;
  font-weight: 600;
  transition: all 0.15s linear;
  text-decoration: none;
  margin: 0 10px;
  position: relative;
}
.pagination-item-link.active {
  background: #3DB371;
  color: #fff;
  pointer-events: none;
}
.pagination-item-link:not(.active):hover {
  background: #3DB371;
  color: #fff;
}
.pagination-item-link.prev::before{
  content: "";
  background: url(../img/pagination-prev.svg) no-repeat;
  width: 8px;
  height: 15px;
  position: absolute;
  display: block;
  background-size: contain;
}
.pagination-item-link.prev:hover::before{
  background: url(../img/pagination-prev-ov.svg) no-repeat;
}
.pagination-item-link.end::before{
  content: "";
  background: url(../img/pagination-next.svg) no-repeat;
  width: 8px;
  height: 15px;
  position: absolute;
  display: block;
  background-size: contain;
}
.pagination-item-link.end:hover::before{
  background: url(../img/pagination-next-ov.svg) no-repeat;
}
.font-l .pagination-item-link {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.bg-dark .pagination-item-link.active {
  background: #6A6A6A;
  color: #FFF;
}
.bg-dark .pagination-item-link:not(.active):hover {
  background: #6A6A6A;
  color: #000;
}
.bg-dark .pagination-item-link.prev::before{
  background: url(../img/pagination-prev-dark.svg) no-repeat;
}
.bg-dark .pagination-item-link.end::before{
  background: url(../img/pagination-next-dark.svg) no-repeat;
}
.bg-dark .pagination-item-link.prev::before,
.bg-dark .pagination-item-link.end::before{
  width: 8px;
  height: 15px;
}
.font-l .pagination-item-link.prev::before,
.font-l .pagination-item-link.end::before,
.font-l .pagination-item-link.prev:hover::before,
.font-l .pagination-item-link.end:hover::before{
  width: 16px;
  height: 30px;
  top: 12px;
  background-size: contain;
}
/* single */
.single-block{
  padding:30px 0 50px;
}
@media (min-width:768px) {
  .single-block{
    padding: 60px 0 100px;
  }
}
.single-content{
  padding: 30px 15px 80px;
}
.single-content p{
  margin-bottom: 40px;
}
.single-content img{
  margin: 0 auto;
  display: block;
  border:solid 1px #CCC;
}
.bg-dark .heading-006{
    color: #FFF;
    border-bottom: solid 4px #FFF;
}

.bg-dark .single-block time,
.bg-dark .single-block p{
  color: #FFF;
}
.full-w {
  width: 100%;
}
.full-h {
  height: 100%;
}
.hide {
  opacity: 0;
  visibility: hidden;
}
.menu-close,
.menu-open {
  transition: all 0.5s; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transform-origin: left top;
}

.emergency_info {
  color:#000;
}
.emergency_info h2 {
  font-size:1.2em;
}
.emergency_info strong {
  font-weight: bold;
}
.box-01 {
    border: 6px solid #191970;
    padding: 10px;
    border-radius: 10px;
    /* color: #191970; */
}
@media (min-width: 768px) {
    .box-01 {
        border: 12px solid #191970;
        padding: 20px;
    }
}
.table-01 {
  width:100%;
}
.bg-grey {
  background-color: #888;
}
.bb-01 {
  border-bottom:4px solid #191970;
}
.bb-02 {
  border-bottom:2px solid #191970;
}
.bb-03 {
  border-bottom:1px solid #000;
  padding-bottom:20px;
}

.facilities strong {
  font-weight: bold;
}
.saigai-main{
  padding: 15px 0;
}
/* @media (min-width: 768px) {
  .saigai-main{
    padding: 50px 0;
  }
} */
.saigai-page{
  padding: 15px 0;
}
@media (min-width: 768px) {
  .saigai-page{
    padding: 15px 0;
  }
}
.saigai-page h2{
  line-height: 1.4;
}

.member-top,
.saigai-top{
  color: #FFF;
  padding: 15px;
  margin-top:50px;
}
@media (min-width: 1200px) {
  .member-top,
  .saigai-top{
    margin-top:0;
  }    
}
.saigai-top h1{
  position: relative;
  font-weight: 600;
  line-height: 1.4;
}
.saigai-top h1::before{
  content: "";
  background: url(../img/caution-icon.svg) no-repeat;
  position: absolute;
  width:25px;
  height: 21px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  left: -30px;
  /* left: -36px; */
}
@media (min-width: 768px) {
  .saigai-top h1::before{
  width: 36px;
  height: 31px;
  }
}

.saigai-txt{
  border:solid 2px #000;
  background: #FFF;
  display: inline-block;
  padding: 5px 15px;
  line-height: 1.4;
}

.saigai-message{
  color: #CF1020;
  background: #FFF;
  line-height: 1.4;
  padding: 10px;
}
.bg-dark .saigai-message{
  background: #000;
  color: #FFF;
}

.saigai .top-link li{
  line-height: 1.4;
}
.top-link li a.c-blue{
  text-decoration: underline;

}
.saigai .top-item{
  margin-top: 30px;
  margin-bottom:30px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .saigai .top-item{
    margin-top: 50px;
    margin-bottom: 200px;
  }
}
.icon-txt{
  padding-left:1em;
  text-indent: -1em;
}
.icon-txt2{
  padding-left:2em;
  text-indent: -2em;
}
.new-line span{
  display: inline-block;
}
.footer .button-067.bg-tertiary{
  /* width: 280px; */
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.footer .button-067.bg-tertiary::after {
  background: url('../img/arrow-icon.svg') no-repeat;
  width: 8px;
  height: 14px;
  margin-right: 15px;
}
.footer .button-067.bg-tertiary:hover::after {
  margin-right: 10px;
}
.font-l .footer .button-067.bg-tertiary{
  width: 350px;
}
.saigai-block{
  margin: 30px 0 50px;
}
.bg-dark .saigai-block{
  color: #FFF;
}
@media (min-width: 768px) {
  .saigai-block{
    margin: 55px 0 100px;
    /* min-height: 550px; */
  }
}



.saigai-single .heading-006{
  border-bottom: solid 4px #191970;
}
.bg-dark .saigai-single .heading-006{
  border-bottom: solid 4px #6A6A6A;
}
.medical-status-block{
  overflow-x: scroll;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .medical-status-block{
    margin-bottom: 100px;
  }
}
.medical-status-list{
  width:700px;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .medical-status-list{
    width: 100%;
    min-width: 980px;
  }
}
.medical-status-list thead th{
  color: #FFF;
  /* padding: 5px 20px; */
  padding: 10px 5px;
  font-weight: 600;
  border:solid 1px #CCC;
}
.medical-status-list thead tr th:nth-of-type(1){
  /* width: 210px; */
}
@media (min-width: 768px) {
  .medical-status-list thead tr th:nth-of-type(1){
    /* width: 340px; */
  }
}
.medical-status-list thead tr th:nth-of-type(2){
  width: 6em;
}
.font-l .medical-status-list thead tr th:nth-of-type(2){
}
@media (min-width: 768px) {
  .medical-status-list thead tr th:nth-of-type(2){
  }
  .font-l .medical-status-list thead tr th:nth-of-type(2){
  }
}
.medical-status-list thead tr th:nth-of-type(3){
  width: 6em;
}
.medical-status-list thead tr th:nth-of-type(4){
}
.medical-status-list thead tr th:nth-of-type(5){
  width: 6em;
}

.medical-status-list tbody th,
.medical-status-list tbody td{
  padding: 5px 20px;
  border:solid 1px #CCC;
}
.medical-status-list tr:nth-child(even) th,
.medical-status-list tr:nth-child(even) td{
  background: #F5F5F5;
}
.bg-dark .medical-status-list tr:nth-child(even) th,
.bg-dark .medical-status-list tr:nth-child(even) td{
  background: #6A6A6A !important;
  color: #FFF;
}
.bg-dark .medical-status-list tr:nth-child(odd) th,
.bg-dark .medical-status-list tr:nth-child(odd) td{
  color: #FFF;
}

.bg-possible{
  background: #FF8C00 !important;
  color: #FFF;
    text-align: center;
}
.bg-dark .bg-possible{
  background: transparent !important;
}
.bg-partially-possible{
  background: #FFCEA5 !important;
  color: #3B4043;
  text-align: center;
}
.bg-dark .bg-partially-possible{
  background: transparent !important;
}
.bg-incompatible{
  background: #0000FF !important;
  color: #FFF;
  text-align: center;
}
.bg-dark .bg-incompatible{
  background: transparent !important;
}
#login-form .input,
.login-form{
  border: solid 2px #BDCAD9;
  font-size: 16px;
  padding: 5px 15px;
  transition: all 0.5s;
  color: #111;
  width: 100%;
}

.saigai-block .button-067.login-btn{
  width:100%;
  border-radius: 7px;
}

.saigai-block .button-067.login-btn::after{
  content: "";
  background: url(../img/member-icon.svg) no-repeat;
  width: 18px;
  height: 18px;
  right:20px;
}
.saigai-block .button-067.login-btn:hover::after{
  right:25px;
}

.ganka-block{
  border: #191970 7px solid;
  border-radius: 9px;
  padding: 15px 40px;
  text-align: center;
  margin-top: 30px;
}
.bg-dark .ganka-block{
  border: #FFFF 7px solid;
  color: #FFF;
}
.bg-dark .ganka-block a{
  color: #FFF;
}
@media (min-width: 768px) {
  .ganka-block{
      margin-top: 150px;
  }
}

.form-box{
  width: 100%;
}
@media (min-width: 845px) {
  .form-box{
    width: 845px;
    margin: 0 auto;
  }
}
.form-box dt{
  font-weight: 600;
}
.must{
  font-size: 11px;
  color: #FFF;
  background: #CF1020;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 15px;
  display: inline-block;
}
.bg-dark .must{
  background: #6A6A6A;
}
.any{
  font-size: 11px;
  color: #FFF;
  background: #005DAA;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 15px;
}
.bg-dark .any{
  background: #a8a8a8;
  color: #000;
}
.form-textarea {
  min-height: 200px;
}
.form-txt, .form-textarea {
  border: solid 2px #F4F5F6;
  font-size: 16px;
  padding: 5px 15px;
  background: #F4F5F6;
  transition: all 0.5s;
  color: #111;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
}

.select-box {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.select-box::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select-box select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #F4F5F6;
    border-radius: 3px;
    background-color: #F4F5F6;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
    width: 100%;
}

.radio-box {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
    margin-bottom: 20px;
}

.radio-box label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.radio-box label::before,
.radio-box label::after {
    border-radius: 50%;
    content: '';
}

.radio-box label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}

.radio-box label::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #dee5eb;
}

.radio-box label:has(:checked)::after {
    background-color: #2589d0;
    animation: anim-radio-2 .3s linear;
}

.bg-dark .radio-box label:has(:checked)::after {
  background: #000;
}

@keyframes anim-radio-2 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #2589d033;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio-box input {
    display: none;
}

input[type="submit"].button-069{
  width: 100%;
  border: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
input[type="submit"].button-069:hover {
  opacity: 0.8;
}
input[type="submit"].button-069.return-btn{
  margin-top: 10px;
}

.bg-dark .c-blue{
  color: #FFF;
}
.bg-dark .icon-txt a{
  color: #FFF;
}
.no-link {
  background-color: #333;
  color:#999;
}
.no-link:hover {
  opacity: 1;
}
.logout {
  background-color: #333;
  /* color:#999; */
}
.mb-100 {
  margin-bottom:100px;
}
.list-03 a{
  line-height: 1.5;
  color: #000;
  /* text-decoration: none; */
}
.list-03 a:hover{
  text-decoration: none;
}
.list-02 a{
  color: #000;
  text-decoration: none;
  position: relative;
  padding-left:15px;
}
.list-01 {
  list-style: disc inside;
}
.list-02 li{
  margin-left: 1em;
  text-indent: -1em;
}
.list-02 a::before{
  content: "";
  position: absolute;
  background: url(../img/arrow-black.svg)  no-repeat;
  width: 7px;
  height: 13px;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  transition: all 0.5s;
}
.list-02 li a:hover::before{
  left:5px;
}
