@charset "utf-8";
/*--------------------------------------
              share css
--------------------------------------*/
#container{
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
}
img{
  pointer-events: none;
}
.none{
  display: none !important;
}
a{
  display: block;
}
.sp{
  display: none;
}
.pc{
  display: block;
}
.gr{
  color: #9BC9E0;
}
.or{
  color: #ee8800;
}
.rd{
  color:#0091FF;
}
.dbl{
  color: #0091FF;
}
.bl{
  color: #9BC9E0;
}
.btn-arrow{
  font-size: 21px;
  margin-left: 10px;
  padding-top: 4px;
}
.backbtn-arrow{
  transform: scale(-1, 1);
  font-size: 21px;
  margin-left: 10px;
  padding-top: 4px;
}
.btn-gey{
  clear: "#888888"!important;
  border: 4px solid #888888!important;
  background-color:#9e9e9e!important;
  disabled:
}
.btn-rd{
  color:#0091FF!important;
  border: 4px solid #0091FF!important;
}
.btn-rd:hover{
  color:#fff!important;
  background-color: #0091FF;
  border: 4px solid #0091FF !important;
}
.btn-gr{
  color:#0091ff !important;
  border: 4px solid #0091ff !important;
}
.btn-gr:hover{
  color:#fff!important;
  background-color: #9BC9E0;
  border: 4px solid #9BC9E0 !important;
}
.btn-dbl{
  color:#9BC9E0!important;
  border: 4px solid #9BC9E0!important;
}
.btn-dbl:hover{
  color:#fff!important;
  background-color: #9BC9E0;
  border: 4px solid #9BC9E0!important;
}
.btn-bl{
  color:#9BC9E0!important;
  border: 4px solid #9BC9E0!important;
}
.btn-bl:hover{
  color:#fff!important;
  background-color: #9BC9E0;
  border: 4px solid #9BC9E0!important;
}
.min-sp{
  display: none;
}
@media screen and (max-width:640px) {
  #container{
    width: 100%;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}
/*--------------------------------------
              header css
--------------------------------------*/
header{
  height: 120px;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 0;
  left: 0;
}
header .inner{
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  height: 80px;
  background-color: #fff;
}
header .logo-inner{
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  height: 115px;
  background-color: #fff;
}
@media screen and (max-width:640px) {
  header .inner{
    height: 64px;
  }
  header .logo-inner{
    height: 64px;
  }
}
.head-logo{
  height: 53px;
  width: auto;
}
@media screen and (max-width:640px) {
  .head-logo{
    margin: 0 0 0 4%;
  }
}
.head-top{
  border-bottom: 2px solid #D2D2D2;
}
@media screen and (max-width:640px) {
  .head-top{
    border-bottom: initial;
  }
}
.head-bottom{
  border-bottom: 2px solid #0091FF;
  background-color: #fff;
}
header h1{
  height: 50px;
  padding: 10px;
  height: 50px;
}
header img{
  height: 50px;
  padding-top: 3px;
  object-fit: contain;
}
header nav{
  padding: 10px 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
header nav ul{
  display: flex;
  width: 100%;
  justify-content: center;
}
header nav ul li{
  display: flex;
  width: 15%;
  justify-content: center;
  align-items: center;
}
header nav ul li:first-child::before{
  content: "";
  display: block;
  height: 47px;
  border-left: 2px solid #D2D2D2;
  position: absolute;
  left: 0;
}
header nav ul li::after{
  content: "";
  display: block;
  height: 47px;
  border-left: 2px solid #D2D2D2;
  position: absolute;
  right: 0;
}
header nav ul li a{
  color: #595757;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1em;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0px 5px;
}
header nav ul li a:hover{
  text-decoration: underline;
}
.menu-link{
  padding: 10px;
}
.menu-link a{
  white-space: nowrap;
  color: #0099b3;
  text-decoration: underline;
  font-size: 12px;
}
.menu-link a:hover{
  text-decoration: none;
}
.head-contact{
  right: 0;
  top: 0;
}
.head-contact a{
  min-width: 180px;
  height: 50px;
  background: #00A89B;
  color: #fff;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-contact a:hover{
  opacity: 0.9;
}
.head-contact a img{
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
}
.head-menu{
  right: 0;
  top: 0;
}
.head-menu a{
  min-width: 180px;
  height: 50px;
  background: #ee8800;
  color: #fff;
  padding: 10px 30px 10px 30px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-menu a:hover{
  opacity: 0.9;
}
.head-menu.open a{
  background: #fff;
  border: 1px solid #ee8800;
  color: #ee8800;
}
.head-menu-list{
  position: absolute;
  top: 50px;
  height: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  transition: .5s;
}
.head-menu-list.open{
  height: 200px;
}
.head-menu-list li a{
  height: 40px;
  width: 180px;
  background: #fff;
  border: 1px solid #eee;
  padding: 0 10px;
  display: flex;
  align-items: center;
  color: #0099b3;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1em;
}
.head-menu-list li a:hover{
  background: #0099b3;
  color: #fff;
  border: 1px solid #0099b3;
}
.head-txt{
  margin: 0 auto;
  transform: translate(-62%, 0px);
}
@media screen and (max-width:340px) {
  .head-txt{
    font-size: 20px;
  }
}


.btn-area-head{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5%;
}
.btn-size-logout{
  width: 170px;
  height: 38px;
}
@media screen and (max-width:640px) {
  .btn-size-logout{
    display: none;
  }
}
.btn-logout{
  cursor: pointer;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #0000003d;
  border-color: #0000003d;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 0.675rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 4.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  
}
.logout-top{
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width:640px) {
  .logout-top{
    margin-top: 40px;
  }
}

.btn-logout:hover{
  background-color: #6f869e;
  border-color: #6f869e;
}
.btn-size-support{
  width: 170px;
  height: 38px;
  margin-right: 21px;
}
.btn-support{
  cursor: pointer;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #0091ff;
  border-color: #0091ff;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 0.675rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 4.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-support:hover{
  background-color: #0075CC;
  border-color: #0075CC;
}
@media screen and (max-width:640px) {
  .btn-size-support{
    width: 133px;
    height: 43px;
    margin-right: 10px;
  }
  .btn-support{
    padding: 1.075rem 0.75rem;
    font-size: 13px;
  }
}
.menubtn{
  width: 44px;
  height: 44px;
  border-radius: 26px;
  background-color: #0091FF;
  z-index: 999999;
  display: none;
  cursor: pointer;
  margin-right: 6px;
}

.menuPic{
  background: url(/img/menu.png)center center no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}

.menuPic.active{
  background: url(/img/close.png)center center no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:640px) {
  .nav-area{
    display: none!important;
  }
}

@media screen and (max-width:640px) {
  .menubtn{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width:640px) {
  header{
    height: 40px;
    justify-content: flex-end;
  }
  header .inner{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
  }
  header h1{
    padding: 15px;
    height: 40px;
  }
  header img{
    width: 90px;
    object-fit: contain;
  }
  header nav{
    padding: 0;
    position: absolute;
    display: none;
    height: 40px;
    background: #fff;
  }
  .menu-link a{
    font-size: 10px;
  }
  .head-contact a{
    height: 40px;
    padding: 10px 20px;
    min-width: 140px;
    font-size: 12px;
  }
  .head-menu a{
    height: 40px;
    padding: 10px 20px;
    min-width: 140px;
    font-size: 12px;
  }
  .head-menu-list{
    top: 40px;
  }
}
@media screen\0 {
  header nav ul li:not(:last-child)::after{
    right: 0;
    top: 0;
  }
}
/*--------------------------------------
              ヘッダーアコーディオン
--------------------------------------*/
.w1000{
  position: relative;
  height: 100%;
  width: 100%;
  display: none;
}
@media screen and (max-width:640px) {
  .w1000{
    display: block;
  }
}
.menu-wrap{
  background-color:#fff;
  padding:20px 6% 20px;
  position: fixed;
  top: 66px;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: none;
}
.modal-list li{
  padding: 10px 5px;
  border-bottom: 2px solid #d2d2d2;
  font-size: 15px;
}
.modal-list li a{
  font-size: 20px;
}
.acd-check{
  display: none;
}
.acd-label{
  display: block;
  margin-bottom: 1px;
  padding: 10px 5px;
  position: relative;
  border-bottom: 2px solid #d2d2d2;
  font-size: 20px;
  cursor: pointer;
}
.acd-label:after{
  background: #0091FF;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  height: 23px;
  width: 23px;
  padding: 1px 0px;
  position: absolute;
  right: 8px;
  top: 14px;
  border-radius: 30px;
  line-height: 22px;
  text-align: center;
}
.acd-content{
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-content p{
  font-size: 20px;
}
.acd-check:checked + .acd-label:after{
  content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
  height: 43px;
  opacity: 1;
  visibility: visible;
}
.arrow-modal{
  position: absolute;
  right: 0px;
  bottom: -1px;
  font-size: 18px;
  padding: 5px;
  line-height: 20px;
}
.link-adj{
  padding: 5px 0px 2px;
}
.btn-size-logout-modal{
  margin-top: 45px;
}
/*--------------------------------------
             main css
--------------------------------------*/
main{
  width: 100%;
  max-width: 1024px;
  margin-top: 100px;
}
@media screen and (max-width:640px) {
  main {
    margin-top: -6px;
}
}
.news-ttl{
  font-size: 36px;
  color: #0091FF;
}
.ttl .min{
  font-size: 14px;
  color: #0099b3;
  font-weight: normal;
}
.inner{
  width: 100%;
  z-index: 12;
}
@media screen and (max-width:1060px) {
  .inner{
    width: 95%;
  }
}
.content_inner{
  width: 100%;
  padding-top: 160px;
  margin-top: -160px;
}
.btn-or{
  background: #ee8800;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-or:hover{
  background: #e2942e;
}
.btn-or::after{
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  main{
    padding-top: 0px;
  }
  .news-ttl{
    font-size: 28px;
  }
  .ttl .min{
    font-size: 10px;
  }
}
@media screen\0 {
  .btn-or::after{
    top: 12px;
  }
}

/* -- パンくずリスト -- */
.bread-rd{
  font-size: 20px;
  padding: 0px 3px;
  display: flex;
}
.bread-rd a{
  font-size: 20px;
  color: #0091FF;
  padding: 0px 3px;
  display: flex;
}

.bread-gr{
  font-size: 20px;
  padding: 0px 3px;
  display: flex
}
.bread-gr a{
  font-size: 20px;
  color: #0091ff;
  padding: 0px 3px;
  display: flex;
}
.bread-dbl{
  font-size: 20px;
  padding: 0px 3px;
  display: flex;
}
.bread-dbl a{
  font-size: 20px;
  color: #0000003d;
  padding: 0px 3px;
  display: flex;
}
.bread-bl{
  font-size: 20px;
  padding: 0px 3px;
  display: flex;
}
.bread-bl a{
  font-size: 20px;
  color: #9BC9E0;
  padding: 0px 3px;
  display: flex;
}

@media screen and (max-width:640px) {
  .bread-rd{
    font-size: 15px;
  }
  .bread-rd a{
    font-size: 15px;
  }
  .bread-gr{
    font-size: 15px;
  }
  .bread-gr a{
    font-size: 15px;
  }
  .bread-dbl{
    font-size: 15px;
  }
  .bread-dbl a{
    font-size: 15px;
  }
  .bread-bl{
    font-size: 15px;
  }
  .bread-bl a{
    font-size: 15px;
  }
}
/* -- .top -- */
.top{
  width: 100%;
  height: 400px;
  margin-top: 203px;
  position: relative;
}
.top2{
  width: 100%;
  height: 400px;
  margin-top: 122px;
  position: relative;
}
@media screen and (max-width:640px) {
  .top2{
    height: 200px;
    margin-top: 70px;
  }
}
@media screen and (max-width:400px) {
  .top2{
    height: 150px;
    margin-top: 70px;
  }
}

.top-inner{
  background-size: cover;
  margin: 0 auto;
}
.top-inner1{
  background: url(/img/top_img_1.jpeg) left center no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.top-inner2{
  background: url(/img/top_img_2.jpeg) left center no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.top-inner-sub{
  height: 320px;
  margin: 0 auto;
}
.top-cover{
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(3px);
  padding: 10px 0;
}
.top-border{
  border: 10px solid #fff;
  width: 98%;
  display: flex;
  align-items: center;
}
.top-txt{
  width: 1024px;
  margin: 42px auto;
}
.top-txt-s{
  float: left;
  color: #595757;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
 }
.top-txt-l{
  color: #595757;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;    
}
.top-img-size {
  width: 95%;
  height: auto;
}
@media screen and (max-width:1050px) {
  .top-txt-s{
    float: left;
    font-size: 2.7vw;
  }
  .top-txt-l{
    font-size: 2.5vw;
  }
}
@media screen and (max-width:640px) {
  .top{
    height: 113px;
    margin-top: 66px;
  }
  .top-inner1{
    height: 113px;
  }
  .top-inner2{
    height: 113px;
  }
  .top-cover{
    height: 113px;
  }
  .top-border{
    height: 103px;
    border: 4px solid #fff;
  }
  .top-txt{
    width: 92%;
    margin: 10px 15px;
  }
  .top-txt-s{
    font-size: 3.7vw;
  }
  .top-txt-l{
    font-size: 3.5vw;
  }
}

.top .inner{
  width: 100%;
  max-width: 640px;
  padding: 20px 0;
  z-index: 30;
}
.top .co-name{
  padding-left: 20px;
  background: url(../img/icon_logo.png) no-repeat left 0 center;
  background-size: 18px 18px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.top .limited{
  font-size: 12px;
}
.top h2{
  font-size: 36px;
  position: relative;
  padding-bottom: 10px;
}
.top h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 150px;
  height: 1px;
  border-bottom: 2px solid #fff;
}
.top .consept{
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px;
}
@media screen and (max-width:640px) {
  .top .inner{
    padding: 20px 10px;
  }
  .top h2{
    font-size: 24px;
  }
  .top .consept{
    font-size: 12px;
  }
}

/* -- 利用規約 -- */
.agree-body {
  font-size : 22px;
  margin-top: 20px;
}
.border .inner .agree-body:nth-last-of-type(2){
  margin-top: 20px;
  text-align: left;
}
.agree-body label{
  font-size: 22px;
  padding-left: 30px;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 4px; /* 上からの位置 */
  left: 0;
  height: 25px; /* 大きさ */
  width: 25px; /* 大きさ */
  border: solid 2px #d4dae2; /* 線 */
  border-radius: 4px;
  box-sizing: border-box;
}
.checkmark:after {
  content: "";
  position: absolute;
  left: 7px; /* チェックの位置 */
  top: 0px; /* チェックの位置 */
  width: 8px; /* チェックの大きさ */
  height: 16px; /* チェックの大きさ */
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0; /* 透明にしておく */
}
/* チェックが入ったときの□ */
.agree-body input:checked + .checkmark {
  background: #39a5db; /* チェック時の色 */
  border-color: #39a5db; /* チェック時の色 */
}
/* チェックが入ったときの✓ */
.agree-body input:checked + .checkmark:after {
  opacity: 1; /* 透明を解除 */
}
/* -- お知らせ -- */
.ttl-border{
  position: relative;
}
.ttl-detail-border::after{
  content: '';
  position: absolute;
  left: 0px;
  top: 54px;
  height: 3px;
  width: 1024px;
  border-radius: 50px;
  background-color: #0091FF;
}
@media screen and (max-width:640px) {
  .ttl-detail-border::after{
    top: 37px;
  }
}
.content{
  /* padding: 30px 0; */
  display: flex;
  justify-content: center;
  margin-top:-150px;
  padding-top:120px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width:640px) {
  .content{
    margin-top:-40px;
    padding-top:90px;
    padding-bottom: 15px;
  }
}
.content2{
  /* padding: 30px 0; */
  display: flex;
  justify-content: center;
  margin-top:-180px;
  padding-top:100px;
  position: relative;
}
@media screen and (max-width:640px) {
  .content2{
    padding-top:170px;
  }
}
.content3{
  display: flex;
  justify-content: center;
  margin-top:-140px;
  padding-top:10%; 
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width:640px) {
  .content3{
    margin-top:-16px;
    padding-top:10%; 
    padding-bottom: 10px;
  }
}
.content .ttl .min{
  margin-left: 20px;
}
.news-list{
  margin-top: 30px;
}

@media screen and (max-width:640px) {
  .news-list{
    margin-top: 12px;
  }
}
.news-list li{
  padding: 5px;
  margin-bottom: 8px;
}
.news-list li{
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.news-list li .date{
  font-size: 20px;
}
.news-list li .msg{
  font-size: 20px;
  font-weight: normal;
  color: #0091ff;
}

@media screen and (max-width:640px) {
  .news-list li .msg{
    margin-left: 0;
    font-size: 16px;
  }
}

.news-list li .message{
  font-size: 24px;
  font-weight: bold;
  word-wrap:break-word;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: block;
}

.news-list li a.message {
  color:#6da4d4;
}
.news-list li a.message:hover {
  text-decoration: underline;
}

.news-desc{
  margin-top: 40px;
}
@media screen and (max-width:640px) {
  .news-desc{
    margin-top: 12px;
  }
}
.news-desc li{
  cursor: pointer;
}
.news-desc .message{
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.news-time{
  display: block;
  font-size: 24px;
  font-weight: bold;
  float: right;
}
@media screen and (max-width:640px) {
  .news-desc .message{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
  }
  .news-time{
    margin-right: 15px;
    margin-top: 10px;
    font-size: 17px;
  }
  .news-list li .date{
    font-size: 14px;
  }
}
.btn-size-detail{
  width: 142px;
  float: right;
  margin-top: 24px;
  margin-right: 15px;
}
.btn-detail{
  cursor: pointer;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #fff;
  border-color: #007bff;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 1.3rem 0.5rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  border-radius: 3.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media screen and (max-width:640px) {
  .btn-detail{
    font-size: 13px;
    padding: 1.2rem 0.5rem;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
}
.btn-top {
  padding: 15px 0.5px;
  min-width: 180px;
}

.backbtn-size-detail{
  width: 142px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
.arrow-wh{
  width: 5px;
  height: auto;
  margin-left: 6px;
}
@media screen and (max-width:640px) {
  .ttl-border{
    padding-right: 0px;
  }
  .ttl-border::after{
    top: 34px;
  }
  .news-list li a{
    display: flex;
    flex-direction: column;
  }
  .news-list li .message{
    font-size: 22px;
  }
}
/* -- 業務概況周知文書 -- */
.doc-ttl-gr{
  font-size: 36px;
  color: #0091ff;
}
.note{
  font-size: 20px;
}
@media screen and (max-width:640px) {
  .doc-ttl-gr{
    font-size: 28px;
  }
}
/* -- 説明動画 -- */
.doc-ttl-dbl{
  font-size: 36px;
  color: #0091ff;
}

@media screen and (max-width:640px) {
  .doc-ttl-dbl{
    font-size: 28px;
  }
}
.video-desc{
  position: absolute;
  right: 100px;
  bottom: 10px;
  font-size: 20px;
  padding: 5px;
  line-height: 20px;
}
@media screen and (max-width:640px) {
  .video-desc{
    right: 3px;
    bottom: 7px;
    font-size: 22px;
  }
}


/* -- ユーザー情報 -- */
.user-ttl{
  font-size: 36px;
  color: #9BC9E0;
}

.user-list {
  margin-top: 40px;
}
.user-list li {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 10px;
}
.user-list li .message {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.user-list li .date {
  font-size: 20px;
}
@media screen and (max-width:640px) {
  .user-ttl{
    font-size: 28px;
  }
  .user-ttl.ttl-border::after{
    top: 34px;
  }
  .user-list {
    margin-top: 12px;
  }
  .user-list li .message {
    font-size: 18px;
  }
  .note {
    font-size: 15px;
  }
}
.user-desc{
  margin-top: 40px;
}
@media screen and (max-width:640px) {
  .user-desc{
    margin-top: 12px;
  }
}
.user-desc li{
  cursor: pointer;
}
.user-desc li .message{
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.repass-txt{
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
}
@media screen and (max-width:640px) {
  .repass-txt{
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.mail-val{
  padding-bottom: 30px;
  padding-left: 10px;
  font-size: 24px;
}

@media screen and (max-width:640px) {
  .mail-val{
    font-size: 20px;
    word-break: break-word;
  }
}

/* -- Q&A -- */
.qa-ttl{
  font-size: 36px;
  color: #0091FF;
}
.qa-txt{
  color: #333;
}
.qa-wrap{
  border-bottom: 2px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 52px;
}
.q-cont{
  display: flex;
  margin-bottom: 16px;
}
.q-icon{
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  background-color: #0091FF;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 2px 1px 0px 0px;
  
}
.q-txt{
  width: 100%;
  color: #595757;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.a-cont{
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.a-icon{
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  background-color: #9BC9E0;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 2px 1px 0px 0px;
  flex-shrink: 0;
}
.a-txt{
  width: 100%;
  color: #595757;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.note{
  padding-top:10px;
}
.inqury{
  margin-top: 50px;
}
@media screen and (max-width:640px) {
  .qa-ttl{
    font-size: 28px;
  }
  .q-icon{
    font-size: 12px;
    width: 21px;
    height: 21px;
    display: flex;
    top: 3px;
  }
  .qa-wrap {
    padding-bottom: 7px;
    margin-bottom: 26px;
}
  .q-txt{
    font-size: 20px;
  }
  .a-icon{
    font-size: 12px;
    width: 21px;
    height: 21px;
    display: flex;
    top: 4px;
  }
  .a-txt{
    font-size: 20px;
  }
  .qa .news-list{
    padding: 0 10px;
    margin-top: 24px;
  }
  .note{
    font-size:20px;
  }
}
.ttl.center{
  text-align: center;
  line-height: 26px;
}
.panels{
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
}
.panel{
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.panel > div{
  z-index: 30;
}
.panel-ttl{
  padding: 0 5px;
  font-size: 20px;
  font-weight: bold;
}
.pi-bg .panel-ttl{
  background: #0099b3;
  color: #fff;
  z-index: 30;
}
.p-txt{
  width: 300px;
  height: 130px;
  background: #fff;
}
.panel-txt{
  color: #666;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: .1em;
}
.panel-att{
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
}
.arrow{
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 25px;
  padding: 5px;
  line-height: 20px;
}
@media screen and (max-width:640px) {
  .arrow{
    right: 3px;
    bottom: 7px;
    font-size: 22px;
  }
}

a.panel:hover .p-movie::after,
a.panel:hover .p-column::after{
  opacity: .5;
}
.panel-cnt{
  padding: 10px;
  height: 100%;

}
@media screen and (max-width:640px) {
  .vac p{
    padding: 20px;
  }
  .panels{
    flex-direction: column;
    align-items: center;
  }
  .panel{
    margin-bottom: 10px;
  }
  .p-movie,
  .p-column{
    height: 150px;
  }
  .panel-txt{
    color: #666;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .1em;
  }
}

/* -- .contact -- */
.contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.contact-example{
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}
.contact .inner{
  padding: 30px 0 0;
}
.contact-ttl{
  text-align: center;
  line-height: 26px;
  margin-bottom: 10px;
}
.example{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.example div{
  padding-bottom: 30px;
}
.example .cloud{
  width: 200px;
}
.example .char{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
}
.example .char.char-01{
  left: -10px;
}
.example .char.char-02{
  left: -20px;
}
.example .char.char-03{
  left: -10px;
}
.contact-txt,
.contact-txt span{
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.we-can{
  display: flex;
  padding: 30px;
  background: rgba(0,153,179,.15);
  margin: 20px 80px 20px;
  justify-content: space-between;
  align-items: center;
}
.we-can p,
.we-can p span{
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: bold;
}
.btn-area{
  margin-top: 20px;
  width: 640px;
  background: rgba(238,136,0,.15);
  border: 1px solid #ee8800;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 10px;
}

.btn-area p{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  display: flex;
  justify-content: center;
}
.btn-area p span{
  font-size: 16px;
}
.btn-area p::before{
  display: block;
  content: "";
  position: absolute;
  left: 120px;
  top: 5px;
  height: 20px;
  border-left: 3px solid #ee8800;
  transform: skewX(20deg);
}
.btn-area p::after{
  display: block;
  content: "";
  position: absolute;
  right: 120px;
  top: 5px;
  height: 20px;
  border-right: 3px solid #ee8800;
  transform: skewX(-20deg);
}
.btn-area div{
  margin-top: 10px;
  padding: 10px 0 0;
  display: flex;
  justify-content: center;
}
.btn-area .link{
  padding-bottom: 20px;
}
.btn-area .link a{
  font-size: 14px;
  text-decoration: underline;
}
.btn-area .char{
  position: absolute;
  height: 120px;
  bottom: 0;
  z-index: 10;
}
.btn-area .char-04{
  left: 0;
}
.btn-area .char-05{
  right: 0;
}
.contact .btn-top{
  width: 100%;
  padding: 10px;
}
.contact .btn-top a{
  display: block;
}
.contact .btn-top a img{
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media screen and (max-width:640px) {
  .contact-txt{
    padding: 10px;
  }
  .contact-txt,
  .contact-txt span{
    font-size: 14px;
  }
  .we-can{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background: #0099b320;
    margin: 20px auto 20px;
    justify-content: center;
    align-items: center;
    max-width: 320px;
  }
  .we-can p,
  .we-can p span{
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
  }
  .we-can img{
    margin: 0 10px;
  }
  .we-can p{
    width: 100%;
    text-align: center;
  }
  .btn-area{
    width: auto;
    height: 150px;
    margin: 10px;
  }
  .btn-area p{
    display: block;
  }
  .btn-area p::before{
    left: calc((100% - 310px) / 2);
    top: 0px;
    height: 50px;
  }
  .btn-area p::after{
    right: calc((100% - 310px) / 2);
    top: 0px;
    height: 50px;
  }
  .btn-area .char-04{
    left: 5%;
  }
  .btn-area .char-05{
    right: 5%;
  }
  .contact-btn{
    width: calc(100% - 20px);
  }
  .btn-area .link{
    padding-bottom: 100px;
  }
  .btn-area .link a{
    font-size: 12px;
  }
}

/* .v-c .contact{
} */
.v-c .contact::before{
  display: none
}
.v-c .contact .btn-area p{
  color: #666;
  display: block;
}
.v-c .contact .btn-area p .or{
  font-size: 16px;
}
.v-c .contact .btn-area p::before{
  border-left: 3px solid#ee8800;
}
.v-c .contact .btn-area p::after{
  border-right: 3px solid#ee8800;
}
@media screen and (max-width:640px) {
  .v-c .contact .btn-area{
    padding-bottom: 100px;
  }
  .v-c .btn-area p::before{
    left: calc((100% - 310px) / 2);
    top: 0px;
    height: 50px;
  }
  .v-c .btn-area p::after{
    right: calc((100% - 310px) / 2);
    top: 0px;
    height: 50px;
  }
}
/* -- .seminar -- */
.seminar{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
}
.seminar-video{
  margin: 20px 0;
}
.s-ttl .s-date{
  border-left: 3px solid #0099b3;
  color: #0099b3;
  font-size: 12px;
  padding-left: 10px;
}
.s-ttl .ttl{
  color: #0099b3;
  font-size: 14px;
  font-weight: bold;
}
.s-discription{
 font-size: 12px;
 padding: 10px;
 font-weight: bold;
}
.seminar .video-link{
  width: 180px;
}
.seminar .video-link a{
  padding: 0;
  width: 180px;
  height: 100px;
}
.seminar .video-link a img{
  object-fit: cover;
  width: 180px;
  height: 100px;
}
.movie-list{
  display: flex;
  padding: 10px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.movie-img{
  width: 200px;
  position: relative;
}
.movie-img img{
  width: 100%;
  object-fit: contain;
}
.coming-soon{
  position: absolute;
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: auto;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,.7);
}
.movie-ttl{
  font-size: 14px;
  color: #0099b3;
}
.seminar .video-time,
.seminar .v-discription,
.seminar .video-ttl{
  font-size: 12px;
  color: #0099b3;
}
@media screen and (max-width:640px) {
  .seminar-video{
    margin: 20px 0;
    padding: 10px;
  }
  .s-ttl .ttl{
    font-size: 12px;
  }
  .s-discription{
    font-size: 10px;
  }
  .seminar .video-links{
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
  }
  .seminar .video-link{
    width: 110px;
    margin: 0;
  }
  .seminar .video-link a{
    width: 110px;
    height: 60px;
    padding: 0;
  }
  .seminar .video-link a img{
    object-fit: cover;
    width: 110px;
    height: 60px;
  }
  .seminar .video-time,
  .seminar .v-discription,
  .seminar .video-ttl{
    font-size: 10px;
    color: #0099b3;
  }
  .movie-list li{
    margin-bottom: 10px;
  }
}


/* -- .video-list -- */
.v-c .txt{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 10px;
}
.v-c .txt .gl{
  color: #0099b3;
  font-size: 14px;
  font-weight: bold;
}
.video-list{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  background: rgba(0,153,179,.1);
}
.video-list .txt{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.video-list .txt .gl{
  color: #0099b3;
  font-size: 14px;
  font-weight: bold;
}
.anchor{
  position: absolute;
  top: -50px;
}
@media screen and (max-width:640px) {
  .anchor{
    position: absolute;
    top: -40px;
  }
  .v-c .txt,
  .v-c .txt .gl{
    font-size: 12px;
  }
}

/* -- .column-list -- */
#column{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
}
.columns{
  width: 100%;
}
.column{
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 20px 0 50px;
  margin-top: 30px;
}
.column .ttl{
  width: 400px;
  color: #fff;
  background: #99cc00;
  padding: 5px 10px 5px 30px;
  font-size: 20px;
  margin: -40px auto 20px 0;
}
.column.c-yg .ttl{
  background: #99cc00;
}
.column.c-bg .ttl{
  background: #0099b3;
}
.c-yg{
  background: rgba(153, 204, 0, .1);
}
.c-bg{
  background: rgba(0,153,179,.1);
}
.column .inner{
  display: flex;
  flex-wrap: wrap;
}
.column .c-left,
.column .c-right{
  width: 50%;
}
.c-right.c-ttl-img{
  padding-left: 50px;
}
.c-right .c-ttl{
  background: #99cc00;
  padding: 30px 20px 60px 70px;
  border-radius: 0 0 0 150px;
}
.c-right .c-img{
  position: absolute;
  left: -20px;
  top: 30px;
  height: 200px;
}
.c-right .c-img img{
  height: 100%;
  object-fit: contain;
}
.c-left.c-ttl-img{
  padding-right: 50px;
}
.c-left .c-ttl{
  background: #0099b3;
  padding: 30px 70px 60px 20px;
  border-radius: 0 0 150px 0;
}
.c-left .c-img{
  position: absolute;
  right: -10px;
  top: 30px;
  height: 200px;
}
.c-left .c-img img{
  height: 100%;
  object-fit: contain;
}
.c-ttl{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c-tag{
  color: #fff;
  width: 30%;
  min-width: 100px;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
}
.c-tag::after{
  content: "";
  border: 14px solid transparent;
  position: absolute;
  right: -28px;
  top: 0;
}
.c-yg .c-tag{
  background: #99cc00;
}
.c-yg .c-tag::after{
  border-bottom-color: #99cc00;
  border-left-color: #99cc00;
}
.c-bg .c-tag{
  background: #0099b3;
}
.c-bg .c-tag::after{
  border-bottom-color: #0099b3;
  border-left-color: #0099b3;
}
.c-content{
  border: 2px solid transparent;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.c-yg .c-content{
  border-color: #99cc00;
}
.c-bg .c-content{
  border-color: #0099b3;
}
.c-content dt{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.c-yg .c-content dt{
  color: #99cc00;
  border-bottom-color: #99cc00;
}
.c-bg .c-content dt{
  color: #0099b3;
  border-bottom-color: #0099b3;
}
.c-content dd{
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-left: 20px;
}
.c-content dd::before{
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  left: -15px;
  top: 12px;
  border-radius: 1px;
}
.c-yg .c-content dd::before{
  background: #99cc00;
}
.c-bg .c-content dd::before{
  background: #0099b3;
}
.c-txt{
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}
.column .btn-or{
  margin: 0 10px;
}
@media screen and (max-width:640px) {
  .column:nth-child(odd) .inner{
    flex-direction: column-reverse;
  }
  .column .ttl{
    width: 90%;
    padding: 5px 10px 5px 20px;
    font-size: 16px;
    position: absolute;
    top: -5px;
  }
  .column.c-yg .ttl{
    background: #99cc00;
  }
  .column.c-bg .ttl{
    background: #0099b3;
  }
  .column .c-left,
  .column .c-right{
    width: 100%;
  }
  .c-right .c-img{
    position: absolute;
    right: 200px;
    left: auto;
    top: 20px;
    height: 130px;
  }
  .c-left .c-img{
    position: absolute;
    right: auto;
    left: 200px;
    top: 10px;
    height: 130px;
  }
  .c-right .c-ttl{
    padding: 20px 20px 50px 50px;
    display: flex;
    justify-content: flex-end;
  }
  .c-left .c-ttl{
    padding: 20px 50px 50px 20px;
    display: flex;
    justify-content: flex-start;
  }
  .c-ttl{
    font-size: 18px;
  }
  .c-new{
    padding: 10px 20px;
  }
  .c-txt{
    font-size: 14px;
  }
}

/* -- .ba-video -- */
.ba-video{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.ba-video .ttl{
  color: #666;
}
.ba-video .ttl .gl{
  color: #0099b3;
  font-size: 26px;
}
.ba-video .ba-ttl{
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
.banner-area{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.banner-area a,
.banner-area a img{
  width: 400px;
  height: 60px;
  object-fit: contain;
}
.ba-video .txt{
  text-align: center;
  font-size: 12px;
  padding: 10px;
}
.ba-video .txt a{
  color: #0099b3;
  display: inline;
  text-decoration: underline;
  font-size: 12px;
}
.video-links{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.video-link{
  width: 453px;
}
.videos-links{
  display: flex;
  margin-top: 30px;
}
.videos-link{
  width: 453px;
}
.video-link a{
  width: 453px;
  height: 254px;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
}
.video-img{
  width: 453px;
  height: auto;
}
.videos-img{
  width: 300px;
  height: auto;
}
.ba-video .video-link a {
  cursor: default;
}
.ba-video .video-link a img{
  width: 300px;
  height: 150px;
  object-fit: contain;
}
.video-ttl{
  font-size: 30px;
  font-weight: 600;
  margin: 18px 11px;
}
.v-discription{
  height: 50px;
  font-size: 20px;
  padding: 0px 11px;
}
.video-discription{
  height: 50px;
  font-size: 20px;
  padding: 0px 11px;
}
.video-time{
  font-size: 20px;
  padding: 0px 3px;
}
@media screen and (max-width:640px) {
  .ba-video .ttl .gl{
    font-size: 20px;
  }
  .video-ttl {
    font-size: 20px;
    font-weight: 600;
    margin: 8px 11px;
  }
  .v-discription {
    height: 60px;
    font-size: 15px;
    padding: 0px 11px;
  }
  .video-time {
    font-size: 15px;
    padding: 0px 3px;
  }
  .video-links{
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .video-link{
    width: 96%;
    border-bottom: 2px solid #ccc;
    margin-bottom: 27px;
    padding-bottom: 27px;
  }
  .video-link a{
    width: initial;
    height: initial;
  }
  .video-img{
    width: 100%;
  }
  .banner-area a,
  .banner-area a img{
    width: 300px;
  }
}

/* -- .guideline -- */
.guideline{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 60px;
  background: #f5fae5;
}
.p-bg{
  background: #0099b3;
}
.p-yg{
  background: #99cc00;
}
.p-flex{
  display: flex;
  padding: 0;
  flex-direction: row;
  height: 180px;
}
.p-bg .panel-ttl,
.p-yg .panel-ttl{
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.p-bg .panel-ttl::after,
.p-yg .panel-ttl::after{
  content: "";
  display: block;
  width: 100px;
  margin-top: 10px;
  border-bottom: 1px solid #fff;
}
.panel-img{
  width: 100%;
  max-width: 120px;
  height: 100%;
  padding: 0 0 0 5px;
}
.panel-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media screen and (max-width:640px) {
  .p-flex .panel-txt{
    font-size: 12px;
  }
}
@media screen\0 {
  .panel-img{
    padding-top: 20px;
  }
  .panel-cnt{
    width: 180px;
  }
}
/*--------------------------------------
              .disclaimer css
--------------------------------------*/
.disclaimer{
  padding: 10px;
}
.disclaimer li{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.disclaimer li a{
  color: #0099b3;
  text-decoration: underline;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
@media screen and (max-width:640px) {
  .disclaimer li a{
    font-size: 10px;
  }
}
/*--------------------------------------
              footer css
--------------------------------------*/
.pagetop{
  background: #ddd;
  border-radius: 5px;
  width: 150px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: -50px;
  font-size: 1.6rem;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
footer{
  width: 100%;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 0;
 
  margin-top: auto;
}
footer.bg-wh{
  background: #fff;
}
footer img{
  width: 200px;
}
footer.kanyu{
  background: #fff;
  padding: 0;
}
.links{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  width: 100%;
  max-width: 640px;
}
.links div{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.links div.under::after{
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  border: 1px solid #fff;
  bottom: 0;
}
.links div.attend{
  font-size: 12px;
}
.links ul{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px;
}
.links ul.col{
  flex-direction: column;
  align-items: center;
}
.links ul.col li{
  display: flex;
}
.links ul:not(.col) li{
  margin: 0 10px;
}
.links ul.col li .link-img{
  background: #eee;
  padding: 10px;
  display: flex;
  align-items: center;
}
.links ul.col li .link-img a{
  display: flex;
  align-items: center;
}
.links ul.col li .discription{
  font-size: 14px;
  text-align: left;
  padding: 10px;
  font-weight: bold;
  color: #666;
  background: #fff;
  letter-spacing: .1em;
  width: 410px;
  display: flex;
  align-items: center;
}
.links ul.col li .discription img{
  object-fit: contain;
  height: 63px;
  width: 40px;
  min-height: 63px;
  min-width: 40px;
}
.foot-attend{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eee;
  width: 100%;
  padding: 20px;
}
.foot-attend img{
  width: 200px;
}
.foot-attend .txt{
  font-size: 10px;
  font-weight: bold;
  max-width: 360px;
}
.supporter-link{
  width: 100%;
  background: #0099b3;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.supporter-link img{
  width: 300px;
}
.supporter-link p{
  color: #fff;
  font-size: 10px;
}
#footerArea{
  position: relative;
  padding: 20px 0 77px;
  color: #000000;
  background: url(/img/footer_bg.png) bottom center no-repeat;
  width: 100%;
  background-size: 100% 100%;
}
@media screen and (max-width:640px) {
  #footerArea{
    background-size: contain;
    padding: 0px 0 54px;
  }
}
#footer{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#footerArea .logo{
  width: 640px;
  margin: 0 auto 10px;
  text-align: center;
}
#footerArea .footNav {
  margin: 0 auto;
  margin-bottom: 3px;
}
#footerArea .footNav li {
  display: inline-block;
  height: 30px;
  margin-left: 37px; 
  padding-left: 43px;
  border-left: 3px solid #ccc;
}
#footerArea .footNav li.first{
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
#footerArea .footNav li a{
  display: inline-block;
  color: #666;
  text-decoration: none;
  height: 23px;
  font-size: 22px;
  background: transparent;
  margin-top: 7px;
  cursor: pointer;
}
#footerArea .footNav li a:hover{
  text-decoration: none;
  color: #003365;
}
#footerArea .footNav li a:active{
  color: #003365;
}
@media screen and (max-width:640px) {
  #footerArea .footNav li a{
    font-size: 15px;
  }
  #footerArea .footNav li {
    margin-left: 16px;
    padding-left: 16px;
}
}
#footerArea p {
  margin-bottom: 2px;
  text-align: right;
}
.copyright{
  margin: 10px 0;
}
.foot-list{
  margin: 0 auto;
  text-align: center;
}
.copy-right{
  font-size: 22px;
  margin-top: 20px;
}
@media screen and (max-width:640px) {
  .copy-right{
    font-size: 15px;
  }
}
@media screen and (max-width:640px) {
  .links ul{
    flex-direction: column;
    align-items: center;
  }
  .links ul.col li{
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .links ul.col li div{
    margin: 0;
  }
  .links div.attend{
    font-size: 12px;
    padding: 10px;
  }
  .links ul.col li .link-img{
    padding: 0;
  }
  .links ul.col li .discription{
    font-size: 10px;
  }
  .links ul:not(.col) li{
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .links ul li{
    width: 200px;
  }
  .links ul li a{
    width: 200px;
  }
  #footerArea .logo{
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 10px;
    text-align: right;
  }
  #footer{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 10px;
  }
  #footerArea .fl_l{
    margin-bottom: 10px;
  }
  #footerArea .footNav{
    width: 100%;
  }
  .copyright{
    font-size: 10px;
    padding: 10px 0;
  }
}

/*--------------------------------------
            fix-btn css
--------------------------------------*/
.fix-btn{
  position: fixed;
  z-index: 99;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}
.fix-btn .btn-top a img{
  width: 100%;
  height: auto;
}
.fix-btn .btn-area{
  background: #ffecd1;
}
@media screen and (max-width:640px) {
  .fix-btn{
    width: 100%;
    bottom: 5px;
  }
  .fix-btn .btn-area{
    height: 140px;
  }
  .fix-btn .btn-area .btn{
    margin-top: 0;
  }
}

@media screen and (max-width:360px) {
  .min-sp{
    display: block;
  }
  .menu-link{
    padding: 0 5px;
  }
  .sub-top h2.ttl{
    font-size: 20px;
  }
  .v-c .txt, .v-c .txt .gl{
    font-size: 10px;
  }
  .column .ttl{
    font-size: 14px;
  }
  .c-content dt{
    font-size: 14px;
  }
  .c-ttl{
    font-size: 16px;
  }
  .c-right .c-img{
    right: auto;
    left: 10px;
  }
  .c-left .c-img{
    left: auto;
    right: 10px;
  }
  .seminar .video-links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.back{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.back a{
  color: #0099b3;
  font-size: 14px;
  text-decoration: underline;
  position: relative;
}
.back a:hover{
  text-decoration: none;
}
.back a::before{
  content: '▲';
  position: absolute;
  color: #0099b3;
  transform: rotateZ(90deg);
  left: -14px;
}

.logout-message{
  font-size: 24px;
}
@media screen and (max-width:640px) {
  .logout-message{
    font-size: 20px;
  }
}
.change-space{
  width: 20%;
}
@media screen and (max-width:640px) {
  .pageTitleArea{
    margin-top: 90px;
  }
}
.login-txt{
  font-size: 20px;
}
.dbl-inline{
  background: linear-gradient(transparent 93%, #0091ff 0%);
  display: inline;
  padding: 0 1px 7px;
  overflow-wrap: break-word;
}
.gr-inline{
  background: linear-gradient(transparent 93%, #0091ff 0%);
  display: inline;
  padding: 0 1px 7px;
  overflow-wrap: break-word;
}
.or-inline{
  background: linear-gradient(transparent 93%, #ee8800 0%);
  display: inline;
  padding: 0 1px 7px;
}
.bl-inline{
  background: linear-gradient(transparent 93%, #9BC9E0 0%);
  display: inline;
  padding: 0 1px 7px;
}
.rd-inline{
  background: linear-gradient(transparent 93%, #0091FF 0%);
  display: inline;
  padding: 0 1px 7px;
}
@media screen and (max-width:640px) {
  .dbl-inline{
    padding: 0 1px 5px;
  }
  .gr-inline{
    padding: 0 1px 5px;
  }
  .or-inline{
    padding: 0 1px 5px;
  }
  .bl-inline{
    padding: 0 1px 5px;
  }
  .rd-inline{
    padding: 0 1px 5px;
  }
  
}
.middleline{
  font-size: 20px;
  line-height: 50px;
}
@media screen and (max-width:640px) {
  .middleline{
    line-height: 40px;
  }
}
.past-inq .login-card-body {
  background: #FBFAF9;
  border-radius: 7px;
}
.login-card-body {
  border-top: 0;
  color: #333;
  padding: 20px;
  flex: 1 1 auto;
  min-height: 1px;
}
.inquiry-list{
  height: 35pc;
  padding-bottom: 100px;
  display: contents;
  flex-direction: column;
  justify-content: center;
  max-width: initial;
}


@media screen and (max-width:640px) {
  .inquiry-list{
    margin-top: 12px;
  }
}
.inquiry-list li{
  padding: 10px;
  margin-bottom: 8px;
}
.inquiry-list li{
  border-bottom: 1px solid #ccc;
}
.inquiry-list li .date{
  font-size: 20px;
  color: #35719b;
  font-weight: bold;
}
.inquiry-list li .msg{
  font-size: 20px;
  font-weight: normal;
  color: #35719b;
}
.inquiry-list li .responsible{
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.inquiry-list li .message{
  display: block;
  font-size: 24px;
}


/* -- 問合せ管理 --
.bread-mz {
  font-size: 20px;
  padding: 0px 3px;
  display: flex;
}

.bread-mz a {
  font-size: 20px;
  color: #35719b;
}

.inquiry-ttl {
  font-size: 36px;
}
.inquiry-color {
  color: #35719b !important;;
}
.inquiry-bg-color {
  background-color:#35719b !important;
}
.inquiry-ttl.ttl-border::after{
  content: '';
  position: absolute;
  left: 0px;
  top: 54px;
  height: 3px;
  width: 100%;
  border-radius: 50px;
  background-color:#35719b;
}
.inquiry-list li .date {
  font-size: 20px;
}
@media screen and (max-width:640px) {
  .inquiry-ttl{
    font-size: 22px;
  }
  .inquiry-ttl.ttl-border::after{
    top: 34px;
  }
  .inquiry-list {
    margin-top: 12px;
  }
  .inquiry-list li .message {
    font-size: 15px;
  }
  .note {
    font-size: 12px;
  }
}
.inquiry-desc{
  margin-top: 40px;
}

.btn-inquiry {
  color: #35719b!important;
  border: 4px solid #35719b!important;
}

.bread-mz a {
  color: #35719b;
}
.inquiry-list li .date {
  color: #35719b;
} */

.talk-list{
  margin-top: 0px;
}

@media screen and (max-width:640px) {
  .talk-list{
    margin-top: 0px;
  }
}
.talk-list li{
  padding: 5px;
  margin-bottom: 8px;
}
.talk-list li{
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.talk-list li .date{
  font-size: 20px;
}
.talk-list li .msg{
  font-size: 20px;
  font-weight: normal;
}

@media screen and (max-width:640px) {
  .talk-list li .msg{
    margin-left: 0;
    font-size: 16px;
  }
}

.talk-list li .message{
  display: block;
  font-size: 24px;
  font-weight: bold;
  word-wrap:break-word;
}
@media screen and (max-width:640px) {
  .talk-list li .date{
    margin-left: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width:1100px) {
  .talk-list li .message{
    margin-left: 15px;
  }
  .talk-list li .date{
    margin-left: 15px;
  }
}
@media screen and (max-width:640px) {
  .talk-list li a{
    display: flex;
    flex-direction: column;
  }
  .talk-list li .message{
    margin-left: 15px;
    font-size: 22px;
  }
}

.otp-txt {
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 30px;
}
.head-logo .logo {
    display: flex;
    flex-direction: column; /* ロゴ縦並び */
    gap: 5px;              /* ロゴ間の余白 */
    align-items: center;    /* 中央揃え */
    background: #fff;
    margin-top: 20px;
}
.group-logo {
    height: 44px;
}
.company-logo {
    height: 25px;
    margin-left: 20px; /* 左から20pxずらす */
}
.head-logo .logo img {
    top: 25%;
    /*height: 50px;*/
}
@media screen and (max-width:640px) {
  .group-logo {
      height: 30px;
  }
  .company-logo {
      height: 15px;
      margin-left: 10px; /* 左から20pxずらす */
  }
.head-logo .logo img {
      top: -13px;
    /*height: 50px;*/
  }
}