@charset "UTF-8";

/*=================================================
Common
=================================================*/

#container {

}

/* :::::: Link :::::: */

a, a:link, a:active, a:visited {
  color: #564f4e;
  outline: none;
  text-decoration: none;
}

a.toplink {
  color: #564f4e;
}

a.toplink:link {
  color: #564f4e;
}

a.toplink:visited {
  color: #564f4e;
}

a.toplink:active {
  color: #564f4e;
}


/* :::::: Image :::::: */

img {
  max-width: 100%;
  vertical-align: bottom;
}


/* :::::: Contents :::::: */

body {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  left: 0;
  overflow-x: hidden;
  color: #454545;
  font-family: 'Quicksand', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 0;
  font-size: 15px;
  word-break: break-all;
}

#wrapper {
  overflow-x: hidden;
  position: relative;
  line-height: 1;
}


#container_inner {
  padding: 0 5% 5%;
}

#container_bg {
  padding: 20px 3%;
  background: #F8F7F4;
}

#container_inner ol{

}

#container p a{

}

#container_inner .step_list #step_wrap:last-child #step_inner{
   padding-bottom: 0;
}
.summary{
    margin-top: 5%;
}
.sum_small {
  font-size: .9em !important;
  padding-top: 5%;
  line-height: 1.5em;
}

#container p {

}

#container #career .wrap {

}

/* :::::: Layout :::::: */

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex.center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.flex.bottom {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
}

.flex.stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
}

.flex.wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

.flex.middle {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.flex.end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
}


/* :::::: Font Size :::::: */

#wrapper.fontsize-s {
  font-size: 1em;
}

#wrapper.fontsize-l {
  font-size: 1.2em;
}


/* :::::: Heading :::::: */

h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: normal;
  line-height: 1;
  padding: 12px 3%;
  text-align: left;
  position: relative;
}

h1 span {
  font-size: 1.3em;
  font-weight: bold;
}

h1:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.official_caption {
  position: relative;
  padding: 18px 40px 19px;
  background: #F8F7F4;
}
.no_color {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 3%;
}

.official_caption .back_btn {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background: #fff;
  border: 1px solid #C9C6C0;
  border-radius: 4px;
  z-index: 1;
}

.official_caption .back_btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.official_caption .back_btn a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -3px;
  border-left: 2px solid #C9C6C0;
  border-top: 2px solid #C9C6C0;
  transform: rotate(135deg);
  -webkit-transform: rotate(-45deg);
}

h1.official {
  display: block;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03rem;
  text-align: center;
  height: 1em;
}

h1.official2 {
  font-size: 1.1em;
  display: block;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0.03rem;
  text-align: center;
  height: 1em;
}
h1.official span{
  font-size: 12px;
}
.official_caption_l h1.official {
  height: auto;
  line-height: 1.4;
}
h2 {
  padding: 15px 0px 15px 45px;
  font-weight: bold;
  letter-spacing: 0.03rem;
  color: #ffffff;
  -moz-border-radius: 2px 2px 0px 0px;
  -webkit-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
}

div.annot_area {
    background: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 5% 0;
}
div.annot_area .annot_txt {
  padding: 10px;
  font-size: .9em;
}
div.annot_area .annot_txt b{
  font-size: 15px;
  line-height:1.5em;
  display: block;
}

div.annot_area .btn_base{
      line-height: 41px;
}

div.annot1_frame {
    border: 2px solid #a5a29b;

}

h2.annot1 {
  background: #a5a29b;
}

h2.question::after {
  background: url(../../members/sm/img/question_caption.png) no-repeat;
}

div.annot2_frame {
  border: 2px solid #F5AB55;
}

h2.annot2 {
  background: #F5AB55;
  padding-left: 40px;
}
h2.annot2 .icon-attention {
    position: absolute;
    left: 10px;
    top: 13px;
}
h2.annot2::after {

}

h2.cap {
  position: relative;
}

h2.cap::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 45px;
  height: 45px;
  background-size: 66% auto !important;
}

h2.cap .support_tow::after {
  top: 5px;
}

h3 {
  font-weight: bold;
  letter-spacing: 0.03rem;
  line-height: 1em;
}

h3.pay_finish, h3.data_finish {
  text-align: center;
  margin: 8% auto;
  font-size: 1.3em;
  line-height: 1.5em;
}

h3.point {
  padding: 15px 0px 15px 80px;
  position: relative;
  font-size: 1.1em;
}

h3.point_subclr {

}

h3.point_subclr span{
  background:linear-gradient(transparent 60%, #F8F5AC 60%);
}

h3.point::after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: 10px;
  width: 115px;
  height: 35px;
  background-size: 66% auto !important;
  background: url(../img/common/point_caption.png) no-repeat;
}

#free_point h3.point::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -5px;
  width: 115px;
  height: 35px;
  background-size: 66% auto !important;
  background: url(../img/common/free_caption.png) no-repeat;
}


h4 {
  text-align: left;
  margin-bottom: 5px;
}


/* :::::: Text :::::: */

p {
  line-height: 1.8em;
  letter-spacing: -0.01em;
  text-align: justify;
  text-justify: distribute-all-lines;
}

p.logo_area {

}

p.desc {
  padding: 0 3% 3%;
  font-size: 1em;
  line-height: 1.4em;
}

p.err_msg {

}
.ofl_clr {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4em;
    padding-bottom: 0;
}

.note {
  color: #96908f;
  font-size: 13px !important;
  line-height: 1.5em;
  font-weight: normal;
}

.gray_bg {
  background: #F8F7F4;
  padding: 5%;
}

/* :::::: Form :::::: */

input, select, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #333;
  width: 100%;
  border-radius: 3px;
  display: block;
  font-size: 100%;
}

input:focus, select:focus, textarea:focus {
  outline: 0;
}
.form_text {
    
}

/* :::::: Stir Color :::::: */

.str_clr {
  color: #FD961D;
}

.str_clr a{
  color: #FD961D !important;
  text-decoration: underline;
}

.sub_clr {
  color: #FF5233;
}


/* :::::: Step Flow :::::: */

ol.step_list, ol.flow_list {
  list-style-type: none;
}
ol.setp_g {
    background: #F8F7F4;
    padding: 0 5% 0;
}
li#step_wrap {
  margin-bottom: 20px;
}

li#step_wrap div#step_inner {
    padding: 5% 0;
}
li#step_wrap div#step_inner aside{
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    background: #F8F7F4;
    padding: 5%;
    max-width: 960px;
}
li#step_wrap div#step_inner aside p{
   margin-top: 5px;
   font-size: .9em;
}

li#step_wrap div#step_inner aside b{
  line-height: 1.2em;
}

li#step_wrap div#step_inner img{
  padding-top: 10px;
}

li#step_wrap:last-child div#step_inner {

}

ol.flow_list li#step_wrap:last-child div#step_inner {
  margin-bottom: 15px;
}

ol.flow_list li#step_wrap:last-child div#step_inner img {
  margin: 0 auto;
}

ol.step_list li#step_wrap div#step_inner div.cap_area {
    display: flex;
}

div.cap_area span.flow {
    font-weight: bold;
    font-size: 18px;
    width: 3.6em;
    line-height: 1.2em;
}
ol.step_list li#step_wrap div#step_inner div.cap_area span.flow {
  margin-right: 6px;
  color: #6cba8b !important;
}

ol.step_list li#step_wrap:last-child div#step_inner div.cap_area span.flow {
 
}

ol.step_list h3 {
  line-height: 1.2em;
  font-size: 18px;
}

ol.step_list li#step_wrap:last-child h3 {
}

ol.flow_list h3 {
  padding-top: 10%;
}

.desc_cont {
  margin-bottom: 32px;
}

.desc_cont h2 {
  padding: 0 0 28px;
  margin-bottom: 24px;
  font-size: 18px;
  text-align: center;
  color: #e78511;
  border-bottom: 2px solid #e78511;
}

.desc_cont_inner {
  margin-top: 32px;
  padding: 28px 5%;
  background: #fbfaf5;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.desc_cont_inner h3 {
  margin-bottom: 28px;
  font-size: 18px;
  text-align: center;
}

.desc_cont_list {
  margin-bottom: 32px;
}

.desc_cont_item {
  margin-bottom: 20px;
}

.desc_cont_item:last-child {
  margin-bottom: 0;
}

.desc_cont_item p {
  margin-top: 12px;
  font-size: 14px;
}

.desc_cont_item small {
  font-size: 12px;
}

.desc_cont_top {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.desc_cont_top span {
  padding: 2px 12px 3px;
  color: #fff;
  background: #F5AB55;
  border-radius: 40px;
  font-size: 12px;
}

.desc_cont_top b {
  font-size: 15px;
  font-weight: 600;
}

.desc_cont_top b {
  background: linear-gradient(transparent 50%, #f8f5ac 50%);
}

.desc_cont_top strong {
  font-size: 14px;
}

.desc_cont_desc {
  margin-bottom: 32px;
}

.step_accord_head {
  position: relative;
  padding: 20px 16px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.step_accord_head_green {
  background: #7dbe97;
}

.step_accord_head:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  height: 26px;
  transform: translate(0,-50%); 
  background: url(/m999/img/new_2022/img/common/icon_accord.png) no-repeat;
  background-size: 100%;
  transition-duration: 0.3s;
}

.step_accord_head.is-active:after {
  transform: translate(0,-50%) rotate(180deg); 
}

.step_accord_head_orange {
  background: #efaf65;
}

.step_accord_body {
  display: none;
}

.step_accord_body table {
  margin: 0;
}

.step_accord_body ul {
  display: flex;
  flex-direction: column;
  gap: 12px; 
}

.step_accord_note p {
  margin-bottom: 20px;
}

.step_accord_note h5 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #fd961d;
}

.step_price {
  margin-bottom: 4%;
}

.step_note {
  margin-bottom: 4%;
}

.step_note + form {
  margin-top: 8%;
}

.step_note .step_accord_body {
  background: #f8f7f4;
  padding: 20px;
}

.step_note .step_accord_body strong {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

.step_note .step_accord_body strong a {
  color: #7dbe97;
}


/* :::::: Table :::::: */

table {
  margin: 15px auto 15px;
  width: 100%;
  border: 2px solid #fff;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;

}

table .str_clr{
  color: #FF5233;

}

tr {
    background: #f5f4f2;
    font-size: 15px;
}

th {
  padding: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  border: solid 2px;
}

td {
  padding: 1em;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-align: justify;
  border: 2px solid #fff;
  vertical-align: middle;
}

table.bank_account th {
  background: #7dbe97 !important;
}

table.bank_account, table.price_list {
  table-layout: auto;
}

table.price_list th {
  background: #F8F7F4;
  color: #454545;
  text-align: left;
  border: 0;
  line-height: 125%;
}

table.price_list tr:nth-child(odd) td {
  background: #F8F7F4;
}

table.price_list tr:nth-child(even) td {
  background: #F8F7F4;
}

table.price_list td.point_left {
  width: 35%;
}


/* :::::: Step Arrow :::::: */

.arrow_area {
  height: 20px;
}

.flow_arrow {
  margin: 0 auto;
  position: relative;
}

.flow_arrow::before {
  content: "";
  display: block;
  margin: 0 auto;
  height: 8px;
  width: 25px;
  background: #6cba8b !important;
}

.flow_arrow::after {
  content: "";
  display:block;
  border-top: 20px solid #6cba8b !important;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
  width: 0px;
  position: absolute;
  left: -1px;
  right: 0;
  margin: 0 auto;
}


/* :::::: Side Menu :::::: */

#right-sidr.sidr {
  background: #fff;
  color: #454545;
}

@media only screen and (min-width: 580px) {
  #right-sidr.sidr {
    width: 70%;
  }
}

#right-sidr .cap {
  color: #454545;
  background: #F8F7F4;
  border: 0;
}

#right-sidr .cap a {
  padding: 4px 0;
  color: #454545;
  font-size: 1em;
  font-weight: bold;
}

#right-sidr .clo {
  width: 100%;
  padding: 3% 3% 0;
  margin: 0;
}

#right-sidr .clo .slide-menu {
  width: 36%;
  border: 1px solid #C9C6C0;
  border-radius: 6px;
  padding: 8px 5% 8px;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
  line-height: 1em;
  display: block;
}

#right-sidr .clo .slide-menu-inner {
  position: relative;
  padding-left: 20px;
}

.sidr ul li {
  border-bottom: 1px solid #D3D3D3;
}

.sidr ul li:last-child {
  border-bottom: 0;
}

.sidr ul li a, .sidr ul li span {
  padding: 4px 15px;
  display: block;
  text-decoration: none;
  color: #454545;
}

#size_nav {
  position: relative;
  padding: 0 3%;
  padding-right: 7%;
}

#size_nav .s_nav {
  text-align: right;
  width: 128px;
  margin: 0 0 8px auto;
}

.fontSize {
  font-weight: normal;
}

.fontSize p {
  text-align: left;
  margin: 0;
  color: #454545;
}

.fontSize ul {
  display: inline-flex;
  border-radius: 3px;
  margin-left: auto;
  font-weight: bold;
}

.fontSize li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 25px 5px;
  background: #fff;
  line-height: 1em !important;
  border-bottom: 0 !important;
}

.fontSize li:last-child {
  border-right: 0;
}

.fontSize li.on {
  color: #fff;
}

.prof_info {
  padding: 3% 6%;
}

.prof_info_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5%;
  font-size: 16px;
}

.prof_info_name {
  margin-bottom: 0 !important;
  font-size: 0.9em;
  color: #454545;
}

.prof_info_name span {
  font-size: 1.1em;
  font-weight: bold;
}

.prof_info_id {
  max-width: 104px;
  width: 100%;
  margin-bottom: 0 !important;
  font-size: 0.9em;
  color: #454545;
  text-align: right;
}

.prof_info_id span {
  font-size: 1.1em;
  font-weight: bold;
}

.prof_info_btm {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;

}
.prof_info_btm dl {
  display: flex;
  align-items: center;
  width: calc(50% - 2%);
  margin-bottom: 5%;
}

.prof_info_btm dl dt {
  margin-right: 3%;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
}

.prof_info_btm dl dd {
  font-size: 0.9em;
}

.prof_info_btn {
  margin-top: 3% !important;
}

.prof_info_btn a {
  display: block;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
}

.bnr_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.bnr_modal_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.bnr_modal_item {
  position: relative;
  display: none;
  width: 60%;
}

.bnr_modal_item img {
  width: 100%;
}


/* :::::: Header :::::: */

header {
  text-align: center;
  font-size: 1.1em;
}

header > ul.flex {
  display: flex;
  padding: 20px 3%;
  gap: 3%;
}

header li {
  font-size: 0.5em;
  width: calc(33.333% - 2%);
  position: relative;
  line-height: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 3px 3px rgb(159 159 159 / 10%);

}

header li .num {
    position: absolute;
    top: -8px;
    right: -5px;
    border-radius: 50px;
    padding: 0;
    width: 38px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2px 2px rgb(159 159 159 / 16%);
}

header li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  border-radius: 4px;
  cursor: pointer;
}

header li a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}

header li a span {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

header li.add a i {
  vertical-align: super;
}

header li a i {
  margin-right: 3px;
  vertical-align: text-bottom;
}

header li:first-child img {
  vertical-align: bottom;
}

header li:first-child img, .thumb img, #ranking>ul li a>span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.second_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 3%;
}

.second_header .site_name {
  font-size: 15px;
}

.second_header .point_btn a {
  display: block;
  padding: 7px 12px;
  font-size: 12px;
  border-radius: 6px;
  font-weight: bold;
}


/* :::::: Footer :::::: */

footer {
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
}

.s_footer {
 padding-bottom: 0;
}

.s_footer small{
    display: block;
    text-align: center;
}

#footer_menu {
  font-weight: bold;
  font-size: .8em;
}

footer ul .left {
  float: left;
  width: 50%;
  padding: 12px 0px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

footer ul .right {
  float: right;
  width: 50%;
  padding: 12px 0px;
  border-bottom: 1px solid;
}

.clear {
  clear: both;
}

#support {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding: 25px 0 20px;
}

#support li {
  border-right: 1px solid #fff;
}

#support li:last-child {
  border-right: 0;
}

#support a {
  display: initial;
  padding: 0 12px;
  color: #fff;
}

#pagetop {
  position: relative;
  padding: 23px 0 10px 0;
  background: #F8F7F4;
}

#pagetop::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #454545;
  transform: rotate(0deg);
}

footer small {
    font-size: 12px;
}


.box_wrap {
  text-align: center;
  font-size: 1.1em;
}

.box_wrap > ul.flex {
  display: flex;
  padding: 20px 3%;
  gap: 3%;
}

.box_wrap li {
  font-size: 0.5em;
  width: calc(33.333% - 2%);
  position: relative;
  line-height: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 3px 3px rgb(159 159 159 / 10%);

}

.box_wrap li .num {
    position: absolute;
    top: -8px;
    right: -5px;
    border-radius: 50px;
    padding: 0;
    width: 38px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2px 2px rgb(159 159 159 / 16%);
}

.box_wrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  border-radius: 4px;
  cursor: pointer;
}

.box_wrap li a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}

.box_wrap li a span {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.box_wrap li.add a i {
  vertical-align: super;
}

.box_wrap li a i {
  margin-right: 3px;
  vertical-align: text-bottom;
  margin: 0 auto;
}

.box_wrap li:first-child img {
  vertical-align: bottom;
}

.box_wrap li:first-child img, .thumb img, #ranking>ul li a>span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.footer_contents #pagetop{
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 5%;
}

.footer_contents #pagetop::before {
    border-bottom: 6px solid #fff;
}


.footer_contents #career{
  /*margin-top: 5%;*/
}
/* :::::: Navi :::::: */

nav {
  position: absolute;
  top: 0px;
  right: 0;
  background: rgba(28, 28, 28, .97);
  width: 80%;
  height: 100%;
  color: #949494;
  line-height: 1;
  z-index: -1;
  transform: translateX(80%);
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
}

nav, #navbox {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

nav.on {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  z-index: 20;
  opacity: 1;
}

nav a {
  color: #fff;
  font-weight: bold;
}

nav li {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

nav li:first-child {
  text-align: center;
  padding: 6px 0;
  font-size: 15px;
  background: rgba(255, 255, 255, .1);
  border-bottom: 0;
}

nav li a {
  padding: 14px 4%;
  font-size: 15px;
}

nav li a i, nav .close i {
  margin-right: 10px;
}

nav .close {
  text-align: center;
  background: rgba(255, 255, 255, .1);
  padding: 14px 0;
  width: 50%;
  margin: 10px auto 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

#navbox {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .37);
  display: none;
  z-index: 15;
}

#navbox.on {
  display: block;
}


/* :::::: Font Size :::::: */

.fsz9 {
  font-size: 1em;
}

.fsz10 {
  font-size: 1.0em;
}

.fsz11 {
  font-size: 1.2em;
}

.fsz12 {
  font-size: 1em;
}

.fsz13 {
  font-size: 1.5em;
}

.fsz14 {
  font-size: 1.7em;
  line-height: 23px;
}

.fsz15 {
  font-size: 1.3em;
}

.fsz16 {
  font-size: 1.6em;
}

.fsz18 {
  font-size: 1.8em;
}

.fsz20 {
  font-size: 2.0em;
}


/* :::::: Error :::::: */

section#error_form {
  margin: 5% 0 60%;
}

textarea.form_area {
  margin: 15px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #C9C6C0;
  display: block;
  padding: 1em;
  line-height: 1.8em;
}

textarea.form_area::placeholder{
   font-size: 13px;
   line-height: 1.5em;
   color: #96908f;
   font-weight: normal;
}

div.form_area_confirm {
  margin: 15px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #C9C6C0;
  display: block;
  padding: 1em;
  min-height: 150px;

}

div.form_area_confirm p {
  color: #5f5f5f;
}


a.icon_btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: inherit;
  height: 100%;
  padding: 12px 4px;
  background: #fff;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 6%);
  border-radius: 8px;
  position: relative;

}

.short .icon_btn2 .icon_svg {
    line-height: 56px;
    height: 56px;
}


a.icon_btn2 .icon_svg{
  margin-bottom: 8px;

}

a.icon_btn2 .icon_svg:before{
    font-size: 42px;
}

a.icon_btn {
  background: #fff;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 6%);
  border-radius: 8px;
  position: relative;
  margin-top: 5%;
  line-height: 1.5em;
  height: 6.1em;
  font-size: 15px;
  display: -webkit-box;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.icon_btn .icon_btn_text{
  width: 100%;
  padding-right: 1em;
}


a.icon_btn::before {

}

a.icon_btn::after {

}
a.icon_btn h4 {
  margin: 0;
  font-size: 0.6em;
  line-height: 1.4;
  text-align: center;
}

a.icon_btn span.pay_type, a.icon_btn span.prof_type {
  display: block;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-size: 16px;
}

a.btn_base, .btn_base {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  line-height: 51px;
  height: 51px;
}

.btn_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn_normal, .btn_normal {

}

input.btn_normal {

}

a.btn_half, .btn_half {
  width: 45%;
}

input.btn_half {

}

a.btn_short, .btn_short {
  width: 45%;
}

a.btn_small, .btn_small {
  width: 100%;
  height: 35px;
  line-height: 35px;
  letter-spacing: 0.1em;
  font-size: .9em;
}

a.btn_large, .btn_large {

}

a.btn_full, .btn_full {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

input.btn_large {
  height: 51px;
  line-height: 45px;
}


/* ▼ blue ▼ */

a.forward, .forward {
  color: #ffffff !important;
  margin: 15px auto;
  position: relative;
  display: block !important;
}


/* ▼ blue2 ▼ */

a.forward2, .forward2 {
  color: #ffffff !important;
  margin: 15px auto;
  position: relative;
  display: block !important;
}


/* ▼ common_site blue ▼ */

a.forward_siteclr, .forward_siteclr {
  color: #ffffff;
  margin: 15px auto;
  border-radius: 5px;
  position: relative;
}


/*  ▼ green ▼ */

a.general, .general {
    background: #FFFAEA;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block !important;
    border: 1px solid #F5AB55;
    font-weight: bold;
    color: #564f4e !important;
    height: auto;
    box-shadow: 0 2px 2px 2px rgb(159 159 159 / 18%);
    height: auto;
}


/*  ▼ green2 ▼ */

a.general2, .general2 {
    background: #fff;
    border: 1px solid #C9C6C0;
    color: #564f4e !important;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
    display: block !important;
    height: auto;
}

a.general2::before, .general2::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -5px;
    border-left: 2px solid #C9C6C0;
    border-top: 2px solid #C9C6C0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/*  ▼ green3 ▼ */

a.general3, .general3 {
  margin-top: 2%;
  padding: 6px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  line-height: 1.4em;
  font-size: 0.9em;
  text-decoration: none;
}


/*  ▼ yellow ▼  */

a.action, .action {
  background: #FFFAEA;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block !important;
  border: 1px solid #F5AB55;
  font-weight: bold;
  box-shadow: 0 2px 2px 2px rgb(159 159 159 / 18%);
  height: auto;
}

/*a.action::before, .action::before {
  position: absolute;
  left: 8%;
  top: 19%;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
}*/

div.tel_area {
    background: #F8F7F4;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 20px;
    box-shadow: 0 2px 4px 2px rgb(159 159 159 / 12%);
}

div.fax_area {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 20px;
    margin-top: 10px;
}

/*icon　setting*/

a.action.deco, .action.deco {
  padding-left: 20px;
}


/*icon　setting*/

a.action_mail::before, .action_mail::before {
  background: url(../../members/sm/img/action_btn_mail.png) no-repeat;
  -moz-background-size: 30px;
  -webkit-background-size: 30px;
  background-size: 30px;
}


/*icon　setting*/

a.action_camera::before, .action_camera::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -5px;
    border-left: 2px solid #C9C6C0;
    border-top: 2px solid #C9C6C0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);

}


/*icon　setting*/


/*  ▼ yellow2 ▼  */

a.action2, .action2 {
color: #564f4e !important;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block !important;
    background: #FFFAEA;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block !important;
    border: 1px solid #F5AB55;
    font-weight: bold;
    box-shadow: 0 2px 2px 2px rgb(159 159 159 / 18%);
}

a.action2::before, .action2::before {
  position: absolute;
  left: 8%;
  top: 19%;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
}


/*icon　setting*/

a.action2.deco, .action2.deco {
  padding-left: 20px;
}


/*icon　setting*/


/* ▼ gray ▼ */
a.sub_delete, .sub_delete{
  position: relative;
  border: none;
  background: none;
  border: 1px solid #d7d7d7;
  background: #F8F7F4;
}

a.sub_delete2::before, .sub_delete2::before {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
}

a.re_write::before, .re_write::before {
    background: url(../img/common/btn_pencil.png) no-repeat;
    -moz-background-size: 25px;
    -webkit-background-size: 25px;
    background-size: 25px;
    position: absolute;
    left: 16%;
    top: 12px;
    display: block;
    content: "";
    width: 25px;
    height: 25px;
}
/*矢印
a.sub_delete::before, .sub_delete::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -5px;
    border-left: 2px solid #C9C6C0;
    border-top: 2px solid #C9C6C0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);

}*/

/*icon　setting*/

a.sub_delete.re_write, .sub_delete.re_write {
  padding-left: 37px;
  letter-spacing: -0.05em;
}





/* ▼ gray2 ▼ */

a.sub_delete2, .sub_delete2 {
  background: #d7d7d7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d7d7d7 0%, #d7d7d7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #d7d7d7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d7d7d7 0%, #d7d7d7 100%);
  /* Chrome10+,Safari5.1+ */
  border: 1px solid #d7d7d7;
  color: #564f4e;
  text-shadow: 0px 1px #ffffff;
  position: relative;
  font-size: 1.3em;
}

a.sub_delete2::before, .sub_delete2::before {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
}


/*icon　setting*/

a.sub_delete2.re_write, .sub_delete2.re_write {
  padding-left: 37px;
  letter-spacing: -0.05em;
  margin-right: 10px;
  margin-top: 3px;
}


/*icon　setting*/


/* ▼ gray3 ▼ */

a.sub_delete3, .sub_delete3 {
  background: #d7d7d7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d7d7d7 0%, #d7d7d7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #d7d7d7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d7d7d7 0%, #d7d7d7 100%);
  /* Chrome10+,Safari5.1+ */
  border: 1px solid #d7d7d7;
  color: #564f4e;
  text-shadow: 0px 1px #ffffff;
  position: relative;
  font-size: 1.6em;
}

a.sub_delete2::before, .sub_delete2::before {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
}


/*icon　setting*/

a.sub_delete2.re_write, .sub_delete2.re_write {
  padding-left: 37px;
  letter-spacing: -0.05em;
  margin-right: 10px;
  margin-top: 3px;
}


/*icon　setting*/


/* ▼ gold ▼ */

a.sub_forward, .sub_forward {
    border: 1px solid #C9C6C0;
    margin: 15px auto;
    position: relative;
}

.btn_base .btn_small .general {
  margin-bottom: 20px;
}


/* ▼ light gray ▼ */

a.sub_action, .sub_action {
    background: #fff;
    border: 1px solid #C9C6C0;
    color: #564f4e;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
    height: auto;
}

a.sub_action::before, .sub_action::before {
  position: absolute;
  left: 8%;
  top: 19%;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
}


/*icon　setting*/

a.btn_mail::before, .btn_mail::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -5px;
    border-left: 2px solid #C9C6C0;
    border-top: 2px solid #C9C6C0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


/*icon　setting*/

a.btn_camera, .btn_camera {
  font-size: 1.4em !important;
  padding-left: 28px;
}

a.btn_camera::before, .btn_camera::before {
  background: url(../../members/sm/img/btn_camera.png) no-repeat;
  -moz-background-size: 30px;
  -webkit-background-size: 30px;
  background-size: 30px;
  left: 2%;
}


/*icon　setting*/


/* :::::: teller profile btn design :::::: */

a.btn_profile, .btn_profile, a.btn_teller_mail, .btn_teller_mail {
  display: inline-block;
  width: 47%;
  margin: 0px auto 0px 5px;
  background: #ffffff;
  font-size: 1.2rem !important;
  padding-left: 13%;
  box-sizing: border-box;
  -moz-border-radius: 0.9em;
  -webkit-border-radius: 0.9em;
  border-radius: 0.9em;
  overflow: hidden;
  padding-top: 6px;
  height: 53px !important;
  line-height: 20px !important;
  text-align: left;
  position: relative;
}

a.btn_profile::before, .btn_profile::before, a.btn_teller_mail::before, .btn_teller_mail::before {
  position: absolute;
  left: 6%;
  top: 20%;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
}

a.btn_profile::before, .btn_profile::before {
  background: url(../../members/sm/img/btn_profile.png) no-repeat;
  -moz-background-size: 30px;
  -webkit-background-size: 30px;
  background-size: 30px;
}

a.btn_teller_mail::before, .btn_teller_mail::before {
  background: url(../../members/sm/img/btn_teller_mail.png) no-repeat;
  -moz-background-size: 30px;
  -webkit-background-size: 30px;
  background-size: 30px;
}

a.btn_profile::after, .btn_profile::after, a.btn_teller_mail::after, .btn_teller_mail::after {
  display: block;
  position: absolute;
  bottom: 35px;
  right: 0;
  border-left: 23px solid transparent;
  border-top: 23px solid #f2c352;
  content: "";
}


/* :::::: favo_teller profile btn design :::::: */

a.btn_prof_teller {
  width: 100%;
  margin-bottom: 5px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  height: 35px !important;
  line-height: 6px !important;
  position: relative;
  color: #564f4e;
  border: 1px solid #7e7c7a;
}

a.btn_prof_teller::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 22px;
  border-left: 23px solid transparent;
  content: "";
}


/* :::::: support tel btn design :::::: */

a.btn_tel, .btn_tel {
  position: relative;
  margin-left: 8%;
}
a.btn_fax, .btn_fax {
  position: relative;
  margin-left: 8%;
}
a.btn_tel::before, .btn_tel::before {
  position: absolute;
  left: 48px;
  display: block;
  top: 13px;
  content: "";
  width: 18px;
  height: 30px;
  background: url(../img/common/btn_tel.png) no-repeat;
  -moz-background-size: 18px;
  -webkit-background-size: 18px;
  background-size: 18px;
  font-size: 1.2em;
}

a.btn_fax::before, .btn_fax::before {
  position: absolute;
  left: 48px;
  display: block;
  top: 19px;
  content: "";
  width: 18px;
  height: 30px;
  background: url(../img/common/btn_fax.png) no-repeat;
  -moz-background-size: 18px;
  -webkit-background-size: 18px;
  background-size: 18px;
  font-size: 1.2em;
}


a.btn_tel::after, .btn_tel::after {

}


/* :::::: delete btn design :::::: */

a.btn_delete, .btn_delete {

}

a.btn_delete::before, .btn_delete::before {

}
/* :::::: list btn design :::::: */
.list_btn a {
    height: 51px;
    line-height: 51px;
    background: -moz-linear-gradient(top, #BEBEBE 0%, #A5A5A5 100%);
    border: 1px solid #C9C6C0;
    position: relative;
    margin-bottom: 5%;
    font-size: 1em;
}



/*icon　setting*/

a.btn_delete, .btn_delete {
  padding-left: 25px;
}


/*icon　setting*/

a.btn_delete::before, .btn_delete::before {
  background: url(../../members/sm/img/btn_delete.png) no-repeat;
  -moz-background-size: 25px;
  -webkit-background-size: 25px;
  background-size: 25px;
}


/*select_design*/


.select_design {
    background: #F8F7F4;
    border: none;
    padding: 5%;
    margin-top: 5px;
    height: 51px;
}
/* セレクトボックスの矢印デザイン変更 */

.select_box{
  position: relative;

}

.select_box::before {
  border-bottom: 4.5px solid #454545;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 15px;
  top: 19px;
  width: 0;
}
.select_box::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #454545;
  content: "";
  position: absolute;
  right: 15px;
  top: 28px;
  width: 0;
}
/* :::::: other(and more) btn design :::::: */

a.btn_other_cvs {
  width: 96%;
  /* height:59px;*/
  line-height: 15px;
  letter-spacing: 0.1rem;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

a.btn_white {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 2%;
    line-height: 51px;
    border: 1px solid #C9C6C0;
    border-radius: 4px;
    padding-left: 40px;
    font-size: 15px;
    text-align: left;
    margin-top: 5%;
    background: #fff;
    height: auto;
}
a.btn_white:link {
    color: #564f4e !important;
}
a.btn_white:visited {
    color: #564f4e !important;
}
a.btn_white:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -5px;
    border-left: 2px solid #C9C6C0;
    border-top: 2px solid #C9C6C0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.listback_btn a {
    height: 51px;
    line-height: 51px;
    background: -moz-linear-gradient(top, #BEBEBE 0%, #A5A5A5 100%);
    border: 1px solid #C9C6C0;
    position: relative;
    margin-bottom: 5%;
    font-size: 1em;
}

/*=================================================
PC
=================================================*/
@media only screen and (min-width: 480px) {
  
li#step_wrap div#step_inner aside {
    margin: 0 auto;
}

}
/*=================================================
UNDER 370 DEVICE
=================================================*/
@media only screen and (max-width: 370px) {
.prof_info_btm {
    font-size: 13px;
}

.prof_info {
    padding: 3% 3%;
}
}
/*=================================================
UNDER 320 DEVICE
=================================================*/
@media only screen and (max-width: 320px) {

body {

  font-size: 13px;
}
#support {
    font-size: 12px;

}
}