/* member_login */
.member_login{
  margin-top: 16.8rem;
  padding: 10.4rem 0;
}

.member_login .form{
  width: min(100%, 60rem);
  margin: 0 auto;
}

.member_login .form .ttl{
  margin-bottom: 4rem;
  font-size: 3.2rem;
  text-align: center;
}

.member_login .form dl{
  margin-bottom: 4rem;
}

.member_login .form dt{
  font-size: 1.6rem;
}

.member_login .form dd input{
  background: #FAFAFA;
  display: block;
  width: 100%;
  padding: .7rem;
  border: solid 1px #E1E1E1;
  border-radius: 0.4rem;
}

.member_login .form dd span{
  display: block;
  padding-top: 1rem;
  font-size: 1.4rem;
}

.member_login .form .resetting{
  margin-top: 4.6rem;
  font-size: 1.4rem;
  text-align: center;
}

#header {
  height: 10.8rem;
}

ul.box li.hit p{
  font-size: 1.4rem;
}

.c_sel select {
    position: absolute;
}

.rb_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.r_btn {
  text-align: center;
}

.r_btn a {
  display: inline-block;
  color: #fff;
  width: 15.4rem;
  max-width: 100%;
  padding: 1.36em 3em 1.355em 2em;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 17, 27, 0.26)) drop-shadow(0px 9px 12px rgba(0, 17, 27, 0.13)) drop-shadow(0px 16px 20px rgba(0, 17, 27, 0.2)) drop-shadow(0px 38px 12px rgba(0, 17, 27, 0.05));
  transform: translateZ(0);
}

.r_btn a.blue {
  line-height: 6.4rem;
  padding: 0 1.5em;
  filter: drop-shadow(0px 3px 6px rgba(0, 63, 100, 0.26)) drop-shadow(0px 9px 12px rgba(0, 63, 100, 0.13)) drop-shadow(0px 16px 20px rgba(0, 63, 100, 0.2)) drop-shadow(0px 38px 12px rgba(0, 63, 100, 0.05));
  transform: translateZ(0);
}

@media screen and (max-width: 767px) {
  .r_btn a.blue {
    font-size: 1.4rem;
  }
}

.r_btn a.blue:before {
  background-color: transparent;
}

.r_btn a.blue:after {
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
}

.r_btn a.blue:hover {
  color: #007CC4;
}

.r_btn a.blue:hover span {
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.r_btn a.blue:hover:before {
  background-color: #fff;
  background-image: url(/common/image/ico_arrow03.svg);
}


.r_btn a:before {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #001E30 url(/common/image/ico_arrow02.svg) no-repeat calc(100% - 1.5em) center/0.6rem;
  z-index: -1;
  left: 1px;
  top: 1px;
  border-radius: .4rem;
}

.r_btn a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  background: #001E30;
  border-radius: .5rem;
}

.r_btn a:hover {
  opacity: 1;
  color: #001E30;
  filter: none !important;
}

.r_btn a:hover:before {
  background-position: calc(100% - 1.2em) center;
  background-image: url(/common/image/ico_arrow01.svg);
  background-color: #fff;
}

.r_btn a:hover:after {
  background-color: rgba(0, 17, 27, 0.1);
}

@media screen and (max-width: 767px) {
  .r_btn a {
    text-align: left;
  }
}

.b_btn {
  text-align: center;
  padding-left: 30px;
}

.b_btn a {
  display: inline-block;
  color: #fff;
  width: 15.4rem;
  max-width: 100%;
  padding: 1.36em 3em 1.355em 2em;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 17, 27, 0.26)) drop-shadow(0px 9px 12px rgba(0, 17, 27, 0.13)) drop-shadow(0px 16px 20px rgba(0, 17, 27, 0.2)) drop-shadow(0px 38px 12px rgba(0, 17, 27, 0.05));
  transform: translateZ(0);
}

.b_btn a:before {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #001E30 url(/common/image/ico_arrow02.svg) no-repeat calc(100% - 1.5em) center/0.6rem;
  z-index: -1;
  left: 1px;
  top: 1px;
  border-radius: .4rem;
}

.b_btn a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  background: #001E30;
  border-radius: .5rem;
}

.b_btn a:hover {
  opacity: 1;
  color: #001E30;
  filter: none !important;
}

.b_btn a:hover:before {
  background-position: calc(100% - 1.2em) center;
  background-image: url(/common/image/ico_arrow01.svg);
  background-color: #fff;
}

.b_btn a:hover:after {
  background-color: rgba(0, 17, 27, 0.1);
}

@media screen and (max-width: 767px) {
  .b_btn a {
    text-align: left;
  }
}

@media screen and (max-width: 1279px) {
  #header {
    height: 8rem;
    background: #fff;
    border-bottom: solid 1px #E1E1E1;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 6.4rem;
    background: #fff;
  }
}

.low_path {
  margin: 10.8rem 0 8rem;
}

@media screen and (max-width: 1279px) {
  .low_path {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .low_path {
    margin: 6.4rem 0 3.2rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  .h_logout {
    width: 20rem;
  }
}

@media screen and (max-width: 1279px) {
  .h_logout {
    display: none;
  }
}

.h_logout a {
  display: block;
  color: #fff;
  text-align: center;
  border-radius: .4rem;
  background: -moz-linear-gradient(50% 0% -90deg, #AA2A25 0%, #E86661 100%);
  background: -webkit-linear-gradient(-90deg, #AA2A25 0%, #E86661 100%);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #AA2A25), color-stop(1, #E86661));
  background: linear-gradient(180deg, #AA2A25 0%, #E86661 100%);
  line-height: 5.6rem;
  position: relative;
}

#header.home .h_logout a {
  background: #001E30;
}

.h_logout a:before {
  content: '';
  position: absolute;
  background: url("/member/common/image/h_logout.svg") no-repeat 50%;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 1.142em;
  right: 1.5em;
}

.c_nav .logout {
  background: linear-gradient(180deg, #AA2A25 0%, #E86661 100%);
}

.c_nav .logout a {
  color: #fff;
}

.c_nav .logout a.child:before {
  background-image: url(/member/common/image/h_logout.svg);
}

/* .c_nav .logout a.child.open {
  background: rgba(0, 30, 48, 0.1);
}

.c_nav .logout a.child.open:before {
  background-image: url(/common/image/ico_close_01w.svg);
}

.c_nav .logout li {
  border-top: 1px solid rgba(0, 17, 27, 0.1);
}

.c_nav .logout li a:before {
  background-image: url(/common/image/ico_arrow02.svg);
} */

@media screen and (max-width: 1279px){
  .member_login{
    margin-top: 8rem;
  }
}

@media screen and (max-width: 767px){
  .member_login{
    margin-top: 6.4rem;
    padding: 3.2rem 0 8rem;
  }
  .member_login .form .ttl{
    font-size: 2.2rem;
  }
}

/* member_lead */
.member_lead{
  margin-bottom: 18.4rem;
  padding-bottom: 0;
}

.caveat{
  background: #F6D7D6;
  padding: 2rem;
  font-size: 1.6rem;
  text-align: center;
}

.caveat::before{
  content: '!';
  background: #AA2A25;
  color: #fff;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-right: 1rem;
  text-align: center;
  border-radius: 100%;
}

.member_lead .box{
  border: solid 1px #E1E1E1;
  padding: 4rem;
  background: #fff;
  border-radius: 0.4rem;
}

.member_btn a{
  display: block;
  border: solid 1px #E1E1E1;
  background: #fff url(/common/image/technology/ico_anchor.svg) no-repeat calc(100% - 1.5em) center / 0.8rem;
  border-radius: 0.4rem;
  line-height: 4.8rem;
  padding: 0 4.8rem 0 1.6rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow:
    0px 3px 6px rgba(165, 165, 165, 0.26), 
    0px 9px 12px rgba(165, 165, 165, 0.13), 
    0px 16px 20px rgba(165, 165, 165, 0.2), 
    0px 38px 12px rgba(165, 165, 165, 0.05);
}

.member_btn a:before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  border-radius: 0 0.4rem 0.4rem 0;
  height: 3.2rem;
}

.member_btn a:hover{
  background-position: calc(100% - 1.5em) 60%;
  box-shadow: none;
  color: #BDBDBD;
}

@media screen and (min-width: 768px){
  .member_lead .box{
    width: 108rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 8rem;
    margin-top: -4rem;
  }
  .member_btn{
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .member_btn li{
    width: calc(25% - 1.2rem);
  }
}

@media screen and (max-width: 767px){
  .member_lead{
    margin-bottom: 8rem;
  }
  .member_lead .box{
    margin: 4rem -4.8rem -1px;
  }
  .member_btn li + li{
    margin-top: 1.6rem;
  }
}


/* member_info */
.member_info .menu{
  display: flex;
  margin-bottom: 4.8rem;
}

.member_info dl{
  display: flex;
}

.member_info dt{
  margin-right: 0.8rem;
}

.member_info button,
.member_info dd{
  border-radius: 0.4rem;
  width: 10.8rem;
  height: 3.2rem;
}

.member_info button{
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  color: #fff;
  padding-right: 1em;
  position: relative;
  font-size: 1.2rem;
}

.member_info button:before{
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  background: url(/common/image/information/ico_fillter.svg) no-repeat 50%/contain;
  width: 1.2rem;
  right: 1rem;
}

.member_info .box li{
  border-radius: 0.4rem;
}

.member_info .box li + li{
  margin-top: 1.6rem;
}

.member_info .box a {
  border: 1px solid rgba(0, 17, 27, 0.1);
  border-radius: 0.4rem;
  background: #FAFAFA url(/common/image/ico_arrow01.svg) no-repeat calc(100% - 2.3em) center/0.6rem;
  padding: 1.4rem 2.4rem;
  box-shadow:
    0px 3px 6px rgba(165, 165, 165, 0.26),
    0px 9px 12px rgba(165, 165, 165, 0.13),
    0px 16px 20px rgba(165, 165, 165, 0.2),
    0px 38px 12px rgba(165, 165, 165, 0.05);
}

.member_info .box a.new::before{
  content: 'NEW';
  background: #F08C00;
  color: #fff;
  display: inline-block;
  margin-right: 1.5em;
  padding: 0 1rem;
  font-size: 1.2rem;
  text-align: center;
  border-radius: .4rem;
}

.member_info .box a:hover {
  box-shadow: none;
  background-position: calc(100% - 2em) center;
  background-color: #fff;
}

.member_info .box p{
  padding-right: 1.5em;
}

.member_info .sub small {
  font-weight: 500;
  margin-right: 1.5em;
  display: inline-block;
}

.member_info .sub i {
  background: #F08C00;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  min-width: 8em;
  text-align: center;
  display: inline-block;
}

.member_info .sub i.technology {
  background: #006EF0;
}

.member_info .cate{
  display: flex;
  gap: 1rem;
}

.member_info .cate span{
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid;
  border-radius: .4rem;
}

.member_info .cate span.a{
  color: #AA2A25;
  border-color: #AA2A25;
}

.member_info .cate span.b{
  color: #F08C00;
  border-color: #F08C00;
}

@media screen and (min-width: 768px){
  .member_info dl {
    margin-right: 1.6rem;
  }
  .member_info .box a {
    display: flex;
    white-space: nowrap;
    align-items: center;
  }
  .member_info .box .sub small {
    width: 5.5em;
  }
}

@media screen and (max-width: 767px){
  .member_info .menu{
    margin-top: 0.8rem;
    margin-bottom: 3.2rem;
    white-space: nowrap;
    justify-content: space-between;
  }
  .member_info dt {
    margin-right: 1.6rem;
  }
  .member_info .box a {
    display: block;
    padding: 2.4rem 2.4rem;
    background: #FAFAFA;
  }
  .member_info li .sub {
    background: url(/common/image/ico_arrow01.svg) no-repeat calc(100% - 0.3em) 0.8em/0.6rem;
    border-bottom: solid 1px #E1E1E1;
    padding-bottom: 1.6rem;
    margin-bottom: 2rem;
    transition: background .2s ease-in;
  }
  .member_info .box p + p{
    padding-right: 0;
  }
  .member_info .cate{
    margin-top: 2rem;
  }
}


/* member_detail */
.member_detail .c_ttl{
  margin-bottom: 2rem;
}

.member_detail .sub {
  margin-bottom: 6.9rem;
}

.member_detail .sub small {
  font-weight: 500;
  font-size: 1.4rem;
  margin-right: 1.5em;
  display: inline-block;
}

.member_detail .sub i {
  background: #F08C00;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  min-width: 8em;
  text-align: center;
  display: inline-block;
}

.member_detail .sub i.technology {
  background: #006EF0;
}

@media screen and (max-width: 767px){
  .member_detail .sub {
    margin-bottom: 4rem;
  }
}


.c_btn button {
  display: inline-block;
  color: #fff;
  width: 45.4rem;
  max-width: 100%;
  padding: 1.36em 3em 1.355em 2em;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 17, 27, 0.26)) drop-shadow(0px 9px 12px rgba(0, 17, 27, 0.13)) drop-shadow(0px 16px 20px rgba(0, 17, 27, 0.2)) drop-shadow(0px 38px 12px rgba(0, 17, 27, 0.05));
  transform: translateZ(0);
}

@media screen and (max-width: 767px) {
  .c_btn button {
    text-align: left;
  }
}

.c_btn button:before {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #001E30 url(/common/image/ico_arrow02.svg) no-repeat calc(100% - 1.5em) center/0.6rem;
  z-index: -1;
  left: 1px;
  top: 1px;
  border-radius: .4rem;
}

.c_btn button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  background: #001E30;
  border-radius: .5rem;
}

.c_btn button:hover {
  opacity: 1;
  color: #001E30;
  filter: none !important;
}

.c_btn button:hover:before {
  background-position: calc(100% - 1.2em) center;
  background-image: url(/common/image/ico_arrow01.svg);
  background-color: #fff;
}

.c_btn button:hover:after {
  background-color: rgba(0, 17, 27, 0.1);
}

.r_btn button.blue {
    line-height: 6.4rem;
    padding: 0 1.5em;
    filter: drop-shadow(0px 3px 6px rgba(0, 63, 100, 0.26)) drop-shadow(0px 9px 12px rgba(0, 63, 100, 0.13)) drop-shadow(0px 16px 20px rgba(0, 63, 100, 0.2)) drop-shadow(0px 38px 12px rgba(0, 63, 100, 0.05));
    transform: translateZ(0);
}

.r_btn button {
    display: inline-block;
    color: #fff;
    width: 15.4rem;
    max-width: 100%;
    padding: 1.36em 3em 1.355em 2em;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 17, 27, 0.26)) drop-shadow(0px 9px 12px rgba(0, 17, 27, 0.13)) drop-shadow(0px 16px 20px rgba(0, 17, 27, 0.2)) drop-shadow(0px 38px 12px rgba(0, 17, 27, 0.05));
    transform: translateZ(0);
}

.r_btn button.blue:before {
    background-color: transparent;
}

.r_btn button::before {
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -1;
    left: 1px;
    top: 1px;
    transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: url(/common/image/ico_arrow02.svg) calc(100% - 1.5em) center / 0.6rem no-repeat rgb(0, 30, 48);
    border-radius: 0.4rem;
}

.r_btn button.blue:hover {
    color: #007CC4;
}

.r_btn button.blue:hover:before {
    background-color: #fff;
    background-image: url(/common/image/ico_arrow03.svg);
}

.r_btn button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    background: #001E30;
    border-radius: 0.5rem;
}

.r_btn button.blue:after {
    background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
}

.r_btn button:hover:after {
    background-color: rgba(0, 17, 27, 0.1);
}

.ttl2 {
  font-size: 2.8rem;
  margin: 9.6rem -8rem 2rem;
  padding: .4rem 8rem;
  letter-spacing: .08em;
  background: linear-gradient(90deg, #EDF8FF 16.67%, #FFFFFF 100%);
  position: relative;
}

.ttl2 span {
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ttl2:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: .6rem;
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  height: 1em;
  border-radius: 0 .4rem .4rem 0;
}

@media screen and (max-width: 767px) {
  .ttl2:before {
    width: .4rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 2.2rem;
    margin: 5.6rem -2.4rem 3.2rem;
    padding: .4rem 2.4rem;
  }
}

.ttl3 {
  font-size: 2.4rem;
  margin: 2.2rem 0 1.5rem;
  letter-spacing: .08em;
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 2rem;
    margin: 2rem 0 2.4rem;
  }
}

.ttl4 {
  font-size: 2rem;
  margin: 1.8rem 0 .2rem;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 1.8rem;
  }
}

p, dd {
    font-size: 1.8rem;
}

.u_inner p a{
    text-decoration: underline;
}