@font-face {
  font-family: "JosefinSans Bold";
  src: url(../font/JosefinSans-Bold.woff), url(../font/JosefinSans-Bold.woff2);
}
@font-face {
  font-family: "JosefinSans SemiBold";
  src: url(../font/JosefinSans-SemiBold.woff), url(../font/JosefinSans-SemiBold.woff2);
}
@font-face {
  font-family: "JosefinSans Regular";
  src: url(../font/JosefinSans-Regular.woff), url(../font/JosefinSans-Regular.woff2);
}
@font-face {
  font-family: "JosefinSans Light";
  src: url(../font/JosefinSans-Light.woff), url(../font/JosefinSans-Light.woff2);
}
.accordion_box {
  display: inline-block;
  width: 100%;
}
.accordion_box label {
  position: relative;
  display: block;
  cursor: pointer;
}
.accordion_box label #works_ttl1 {
  font-weight: 300;
}
.accordion_box label .accordion_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  float: right !important;
  top: 0;
  right: 0;
  line-height: initial !important;
}
.accordion_box label .accordion_icon:before {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 67px;
  border-radius: 50%;
  z-index: 0;
}
.accordion_box label .accordion_icon span {
  position: absolute;
  left: 70px;
  width: 13px;
  height: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion_box label .accordion_icon span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion_box label .accordion_icon span:nth-of-type(2) {
  top: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion_box label .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion_box input {
  display: none !important;
}
.accordion_box #accordion_bar1:checked ~ #accordion_cont_1 .accordion_item,
.accordion_box #accordion_topic_bar2:checked ~ #accordion_cont_1 .accordion_item,
.accordion_box #accordion_topic_bar3:checked ~ #accordion_cont_1 .accordion_item {
  max-height: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .accordion_box {
      display: inline-block;
      width: 100%;
  }
  .accordion_box label {
      position: relative;
      display: block;
      cursor: pointer;
  }
  .accordion_box label #works_ttl1 {
      font-size: 26px;
      font-weight: 300;
  }
  .accordion_box label .accordion_icon {
      position: absolute;
      width: 100%;
      height: 100%;
      float: right !important;
      top: 0;
      right: 0;
      line-height: initial !important;
  }
  .accordion_box label .accordion_icon:before {
      content: "";
      display: inline-block;
      background-color: #000;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      left: 120px;
      border-radius: 50%;
      z-index: 0;
  }
  .accordion_box label .accordion_icon span {
      position: absolute;
      left: 127px;
      width: 25px;
      height: 2px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      background-color: #fff;
      -webkit-transition: 0.4s;
      transition: 0.4s;
  }
  .accordion_box label .accordion_icon span:nth-of-type(1) {
      top: 19px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: 0.4s;
      transition: 0.4s;
  }
  .accordion_box label .accordion_icon span:nth-of-type(2) {
      top: 19px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: 0.4s;
      transition: 0.4s;
  }
  .accordion_box label .accordion_icon.active span:nth-of-type(2) {
      transform: rotate(0);
      -webkit-transform: rotate(0);
      -webkit-transition: 0.4s;
      transition: 0.4s;
  }
  .accordion_box input {
      display: none !important;
  }
  .accordion_box #accordion_bar1:checked ~ #accordion_cont_1 .accordion_item,
  .accordion_box #accordion_topic_bar2:checked ~ #accordion_cont_1 .accordion_item,
  .accordion_box #accordion_topic_bar3:checked ~ #accordion_cont_1 .accordion_item {
      max-height: 100%;
      opacity: 1;
  }
}
.tml-login .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/mypage/main_vis.jpg);
}
.tml-login .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
.member-dialog {
  text-align: center;
  margin-bottom: 15px;
}
.member-dialog .error {
  color: #ff2f2f;
}
@media screen and (max-width: 768px) {
  .tml-login .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/mypage/sp-main_vis.jpg);
  }
  .tml-login .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  .member-dialog {
      width: 600px;
      font-size: 2.6rem;
      text-align: left;
      margin: 0 auto 20px;
  }
}
.resetpassword {
  width: 600px;
  margin: 0 auto 100px;
}
.resetpassword .member-dialog {
  font-size: 2rem;
  margin-bottom: 20px;
}
#pass-strength-result {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user-pass1-wrap {
  width: 440px;
  margin: 0 auto;
}
.user-pass1-wrap p {
  margin-bottom: 5px;
}
.user-pass1-wrap input {
  height: 50px;
  padding: 0 17px;
}
.indicator-hint {
  margin-top: 17px;
  margin-bottom: 25px;
}
#your-profile .tml-submit-wrap {
  text-align: center;
  font-size: 0;
}
#your-profile .tml-submit-wrap input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 0 30px;
  min-width: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#your-profile .tml-submit-wrap input[type="submit"]#submit_with_mail {
  background-color: #4472c4;
  border: 1px solid #2f528f;
  margin-left: 12px;
}
#your-profile .tml-submit-wrap input[type="submit"]#submit_with_mail:hover {
  background-color: #fff;
  color: #4472c4;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .resetpassword {
      width: 93.75%;
      margin-top: 40px;
  }
  .resetpassword .member-dialog {
      font-size: 2.6rem;
      text-align: center;
      margin-bottom: 30px;
  }
  .user-pass1-wrap .user-pass1-wrap {
      width: 100%;
  }
  .user-pass1-wrap .user-pass1-wrap p {
      font-size: 2.4rem;
  }
  .user-pass1-wrap .user-pass1-wrap #pass-strength-result,
  .user-pass1-wrap .user-pass1-wrap input {
      font-size: 2.4rem;
  }
  .user-pass1-wrap .user-pass1-wrap input {
      height: 80px;
  }
  .indicator-hint {
      font-size: 2.4rem;
      margin-top: 32px;
      margin-bottom: 40px;
  }
  .tml-submit-wrap input[type="submit"] {
      width: 360px;
      height: 80px;
      font-size: 2.8rem;
  }
}
#login-wrapper {
  padding: 80px 0 120px;
  width: 1000px;
  margin: 0 auto;
}
#login-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
#user-login {
  width: 560px;
  height: 380px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 6px solid #82786e;
}
#user-login h3 {
  text-align: left;
  line-height: 1;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
}
#user-login form .input-box {
  text-align: left;
  margin-bottom: 30px;
}
#user-login form .input-box .text-box {
  display: block;
  width: 100%;
  padding: 10px 22px;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 20px;
  border: 1px solid #82786e;
}
#user-login form .input-box #user_pass {
  margin-bottom: 0;
}
#user-login form .login-link {
  display: block;
  width: 230px;
  height: 50px;
  margin: 0 auto;
  background-color: #e85b0a;
  border: none;
  border-bottom: 6px solid #b34201;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#user-login form .login-link:hover {
  border-bottom: none;
  margin-top: 36px;
}
#user-login .text-link-cover {
  text-align: center;
}
#user-login .text-link-cover .text-link {
  display: inline-block;
  text-decoration: underline;
}
#user-login .text-link {
  font-size: 1.4rem;
  margin-top: 12px;
}
#user-resister {
  width: 390px;
  height: 380px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 6px solid #e85b0a;
}
#user-resister h3 {
  text-align: left;
  line-height: 1;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
}
#user-resister p {
  text-align: left;
  font-size: 15px;
  margin-bottom: 65px;
}
#user-resister .l_mypage {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 50px;
  background-color: #e85b0a;
  border-bottom: 6px solid #b34201;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
#user-resister .l_mypage:hover {
  margin-top: 6px;
  border-bottom: none;
  opacity: 1;
}
#user-resister .l_mypage img {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  #login-wrapper {
      padding: 80px 20px 120px;
      width: 100%;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #login-wrapper:after {
      content: "";
      display: block;
      clear: both;
  }
  #user-login {
      float: none;
      width: 100%;
      height: initial;
      padding: 30px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      border: 6px solid #82786e;
  }
  #user-login h3 {
      text-align: left;
      line-height: 1;
      font-size: 38px;
      font-weight: 300;
      margin-bottom: 30px;
  }
  #user-login form .input-box {
      text-align: left;
      margin-bottom: 50px;
  }
  #user-login form .input-box p {
      font-size: 28px;
  }
  #user-login form .input-box .text-box {
      display: block;
      width: 100%;
      padding: 10px 22px;
      margin: 0 auto 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #82786e;
      font-size: 28px;
  }
  #user-login form .input-box #user_pass {
      margin-bottom: 0;
  }
  #user-login form .login-link {
      display: block;
      width: 350px;
      height: 70px;
      margin: 0 auto;
      background-color: #e85b0a;
      border: none;
      border-bottom: 10px solid #b34201;
      color: #fff;
      font-size: 26px;
      font-weight: 300;
      text-align: center;
      line-height: 70px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
  }
  #user-login .text-link-cover {
      text-align: center;
  }
  #user-login .text-link-cover .text-link {
      display: inline-block;
      text-decoration: underline;
  }
  #user-login .text-link {
      font-size: 24px;
      margin-top: 30px;
  }
  #user-resister {
      float: none;
      width: 100%;
      height: initial;
      padding: 30px 20px;
      margin-top: 80px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      border: 6px solid #e85b0a;
  }
  #user-resister h3 {
      text-align: left;
      line-height: 1;
      font-size: 38px;
      font-weight: 300;
      margin-bottom: 20px;
  }
  #user-resister p {
      text-align: left;
      font-size: 28px;
      margin-bottom: 65px;
  }
  #user-resister .l_mypage {
      position: relative;
      display: inline-block;
      width: 350px;
      height: 70px;
      background-color: #e85b0a;
      border-bottom: 10px solid #b34201;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 70px;
  }
  #user-resister .l_mypage img {
      position: absolute;
      top: -40px;
      left: -25px;
      width: 96px;
  }
}
.short-mv {
  background-color: transparent;
  background-image: url(../images/login/short-mv_o.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 78px 0 70px;
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .short-mv {
      background-color: transparent;
      background-image: url(../images/login/short-mv_o.png);
      background-position: center;
      background-size: cover;
      text-align: center;
      padding: 100px 0 100px;
      color: #fff;
      font-size: 46px;
  }
}
#user-register {
  margin-bottom: 120px;
}
#user-register .introduction {
  width: 900px;
  margin: 80px auto 40px;
  text-align: left;
}
#user-register .security {
  width: 900px;
  font-size: 12px;
  text-align: left;
  line-height: 2;
  margin: 0 auto;
  padding: 15px 0 25px 0;
}
#user-register .pink-push {
  display: block;
  width: 230px;
  height: 50px;
  margin: 0 auto;
  background-color: #e85b0a;
  border: none;
  border-bottom: 6px solid #b34201;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#user-register .pink-push:hover {
  border-bottom: none;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  #user-register .introduction {
      width: 100%;
      margin: 80px auto 40px;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: left;
  }
  #user-register .form-width .row {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 1px #82786e solid;
      border-bottom: initial;
  }
  #user-register .form-width .birthday {
      border-bottom: 1px #82786e solid;
      padding-bottom: 30px;
  }
  #user-register .security {
      width: 100%;
      font-size: 24px;
      text-align: left;
      line-height: 2;
      margin: 0 auto;
      padding: 30px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #user-register .pink-push {
      display: block;
      width: 320px;
      height: 70px;
      margin: 0 auto;
      background-color: #e85b0a;
      border: initial;
      border-bottom: 10px solid #b34201;
      color: #fff;
      font-size: 26px;
      font-weight: 300;
      text-align: center;
      line-height: 70px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
  }
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"] {
  background-color: #fff;
  border-color: #82786e;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-width {
  width: 900px;
  margin: 0 auto;
}
.form-width input {
  background-color: #fff;
  font-size: 1.4rem;
}
.form-width input.short {
  width: 220px;
}
.form-width input.long {
  width: 590px;
}
.form-width input[type="email"],
.form-width input[type="password"],
.form-width input[type="tel"],
.form-width input[type="text"] {
  height: 50px;
  padding: 4px 18px;
}
.form-width input[type="email"]:placeholder-shown,
.form-width input[type="password"]:placeholder-shown,
.form-width input[type="tel"]:placeholder-shown,
.form-width input[type="text"]:placeholder-shown {
  color: #969696;
}
.form-width input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.form-width input[type="radio"] + span {
  position: relative;
  padding-left: 36px;
  pointer-events: none;
  display: inline-block;
}
.form-width input[type="radio"] + span::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #fff;
  border: 1px #82786e solid;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-width input[type="radio"]:checked + span::before {
  background-color: #969696;
}
.form-width input[type="radio"]:checked + span.circle-double::before {
  background-color: transparent;
}
.form-width input[type="radio"]:checked + span.circle-double::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 4px;
  background-color: transparent;
  border: 10px #82786e solid;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-width input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}
.form-width input[type="checkbox"] + span {
  position: relative;
  padding-left: 30px;
  pointer-events: none;
  display: inline-block;
}
.form-width input[type="checkbox"] + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px #82786e solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-width input[type="checkbox"]:checked + span::before {
  background-color: #969696;
}
.form-width input[type="checkbox"]:checked + span.circle-double::before {
  background-color: transparent;
}
.form-width input[type="checkbox"]:checked + span.circle-double::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  top: 6px;
  left: 6px;
  border: solid 4px #e85b0a;
  border-left: 0;
  border-top: 0;
  -webkit-transform: translateY(-50%) rotate(37deg);
  transform: translateY(-50%) rotate(37deg);
}
.form-width label.lbl-for-radio {
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
}
.form-width label.lbl-for-radio:last-child {
  margin-right: 0;
}
.form-width label.lbl-for-checkbox {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  cursor: pointer;
}
.form-width label.lbl-for-checkbox:last-child {
  margin-right: 0;
}
.form-width .select-cover {
  display: inline-block;
  margin: 0 6px 0 18px;
  overflow: hidden;
  vertical-align: middle;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-width .select-cover:first-child {
  margin-left: 0;
}
.form-width .select-cover::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 9px;
  pointer-events: none;
  top: 10px;
  border-style: solid;
  border-width: 0 4.5px 7px 4.5px;
  border-color: transparent transparent #000 transparent;
}
.form-width .select-cover::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 9px;
  pointer-events: none;
  bottom: 10px;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #000 transparent transparent transparent;
}
.form-width .select-cover select {
  text-indent: 0.01px;
  text-overflow: "";
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  vertical-align: middle;
  background: none transparent;
  margin: 0;
  padding: 7px 40px 7px 18px;
  width: 100%;
  border: none;
}
.form-width .select-cover select::-ms-expand {
  display: none;
}
.form-width .select-cover textarea {
  resize: none;
  width: 620px;
  height: 170px;
  background-color: #fff;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-width .file-link-wrap {
  display: block;
  border-bottom: 1px #cdcdcd dashed;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
.form-width .file-link-wrap input[type="checkbox"] {
  position: static;
  visibility: visible;
  margin: 0 5px 0 15px;
  vertical-align: middle;
}
.form-width .has-group-title {
  margin: 29px 0;
}
.form-width .has-group-title .row {
  height: auto;
  padding: 15px 0 0;
  border-top: none;
  border-bottom: none;
}
.form-width .has-group-title .row.graduate_school {
  padding-bottom: 15px;
}
.form-width .has-group-title .row.employment_duration {
  padding-top: 20px;
}
.form-width .has-group-title .row.job_business {
  padding-bottom: 19px;
}
.form-width .has-group-title .row.job_other_career {
  padding: 18px 0 0 19px;
}
.form-width .has-group-title .row .item-name {
  width: 130px;
  background-color: #fff;
}
.form-width .group-title {
  font-size: 1.4rem;
  text-align: center;
  background-color: #f2f2f2;
  padding: 10px;
  border-top: 1px #969696 solid;
  border-bottom: 1px #969696 solid;
}
.form-width .group-title span {
  font-size: 1.2rem;
}
.form-width .row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px #82786e solid;
}
.form-width .row .item-name {
  width: 240px;
  background-color: #f3f2f1;
  font-size: 1.4rem;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-width .row .input-box {
  font-size: 1.4rem;
  padding: 15px 0 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-width .row input {
  margin-right: 10px;
}
.form-width .group-profile_school .row .item-name {
  width: 95px;
}
.form-width .group-profile_school .row .input-box {
  padding: 0;
}
.form-width .group-profile_school input[type="text"] {
  width: 490px;
  margin-left: 25px;
}
.form-width .group-profile_job .row .item-name {
  width: 125px;
}
.form-width .group-profile_job .row .input-box {
  padding: 0;
}
.form-width .group-profile_job input[type="text"] {
  width: 490px;
  margin-left: 25px;
}
.form-width .group-profile_license .row {
  padding: 0;
}
.form-width .group-profile_license input[type="text"] {
  width: 490px;
  margin-left: 25px;
}
.form-width .group-profile_others .row {
  border-bottom: 1px #82786e solid;
}
.form-width .group-profile_others .lbl-for-radio {
  margin-right: 40px;
}
.form-width #profile_idcard .row {
  border-top: 1px #cdcdcd dashed;
}
.form-width .name.row {
  border-top: 1px #82786e solid;
}
.form-width .birthday {
  height: 85px;
  font-size: 1.4rem;
}
.form-width .birthday.row {
  border-bottom: 1px #82786e solid;
}
.form-width .zip input {
  width: 180px;
}
.form-width .zip-searches {
  text-decoration: underline;
}
.form-width .zip-searches:hover {
  cursor: pointer;
}
.form-width .group-lead-text {
  font-size: 13px;
  margin: 0;
  padding: 10px;
}
.form-width .group-lead-text + .row {
  padding-top: 5px;
}
.form-width .dependents .input-box,
.form-width .gender .input-box,
.form-width .is-member .input-box,
.form-width .mate .input-box,
.form-width .reward_punishment .input-box {
  padding: 26px 0 26px 20px;
}
.form-width .message .input-box,
.form-width .note .input-box {
  padding: 19px 0 19px 20px;
  line-height: 0;
}
.form-width .message .input-box textarea,
.form-width .note .input-box textarea {
  width: 100%;
  height: 110px;
}
.form-width .date-notice {
  line-height: 1;
  margin-top: 10px;
}
.contact-form .wpcf7-radio label {
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
}
.contact-form .wpcf7-radio .wpcf7-list-item:last-child label {
  margin-right: 0;
}
.contact-form .wpcf7-checkbox label {
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
}
.contact-form .wpcf7-checkbox .wpcf7-list-item:last-child label {
  margin-right: 0;
}
.contact-form .group-profile_others .wpcf7-radio label {
  margin-right: 40px;
}
.security {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
  margin: 15px 0 25px 0;
}
@media screen and (max-width: 768px) {
  #user-register {
      margin-bottom: 115px;
  }
  #user-register .page-type-mv {
      background-image: url(../images/register/sp_page-type-mv.png);
  }
  .form-width {
      width: 93.75%;
  }
  .form-width .has-group-title {
      margin: 100px 0;
  }
  .form-width .has-group-title .row .item-name {
      width: 100%;
      padding: 0;
      margin-bottom: 10px;
  }
  .form-width .has-group-title .row.job_other_career {
      padding: 0;
      margin-top: 29px;
  }
  .form-width .group-title {
      font-size: 2.8rem;
      text-align: left;
      border-bottom: 0;
  }
  .form-width .group-title span {
      display: block;
      font-size: 2.5rem;
  }
  .form-width .group-lead-text {
      font-size: 22px;
  }
  .form-width .row {
      height: auto;
      margin-bottom: 39px;
  }
  .form-width .row:last-child {
      border-bottom: 1px transparent solid;
      margin-bottom: 0;
  }
  .form-width .row.idcard .input-box {
      line-height: inherit;
  }
  .form-width .row .item-name {
      width: 100%;
      padding: 0;
      font-size: 2.6rem;
      padding: 8px 10px;
      margin-bottom: 20px;
  }
  .form-width .row .input-box {
      width: 100%;
      padding: 0;
      font-size: 2.8rem;
      line-height: 0;
  }
  .form-width .table {
      display: block;
  }
  .form-width .cell {
      display: block;
  }
  .form-width .gender label {
      padding: 8px 0;
      margin-right: 110px;
  }
  .form-width label.lbl-for-radio {
      line-height: 1.65;
      padding: 8px 0;
  }
  .form-width label.lbl-for-checkbox {
      line-height: 1.65;
      padding: 8px 0;
  }
  .form-width input {
      font-size: 2.8rem;
  }
  .form-width input.short {
      width: 100%;
  }
  .form-width input.long {
      width: 100%;
  }
  .form-width input[type="email"],
  .form-width input[type="password"],
  .form-width input[type="tel"],
  .form-width input[type="text"] {
      height: 80px;
  }
  .form-width input[type="radio"] + span {
      padding-left: 73px;
  }
  .form-width input[type="radio"] + span::before {
      width: 60px;
      height: 60px;
      top: -7px;
  }
  .form-width input[type="radio"]:checked + span.circle-double::after {
      width: 46px;
      height: 46px;
      top: 0;
      left: 7px;
      border-width: 23px;
  }
  .form-width input[type="checkbox"] + span {
      padding-left: 55px;
      font-size: 24px;
  }
  .form-width input[type="checkbox"] + span::before {
      width: 40px;
      height: 40px;
      top: 0;
  }
  .form-width input[type="checkbox"]:checked + span.circle-double::after {
      width: 15px;
      height: 27px;
      top: 18px;
      left: 8px;
      border-width: 9px;
  }
  .form-width .date-notice {
      font-size: 2.4rem;
      margin-top: 20px;
  }
  .form-width .select-cover {
      width: 100%;
      line-height: 1.65;
      margin-right: 8px;
  }
  .form-width .select-cover::before {
      top: 10px;
      right: 14px;
      border-width: 0 9px 14px 9px;
  }
  .form-width .select-cover::after {
      bottom: 10px;
      right: 14px;
      border-width: 14px 9px 0 9px;
  }
  .form-width .select-cover.year {
      width: auto;
  }
  .form-width .select-cover.month {
      width: auto;
  }
  .form-width .select-cover.day {
      width: auto;
  }
  .form-width .year select {
      padding: 6px 70px 6px 25px;
  }
  .form-width .day select,
  .form-width .month select {
      padding: 6px 50px 6px 36px;
  }
  .form-width .zip input {
      width: 290px;
      margin-right: 28px;
  }
  .form-width .station input {
      width: 460px;
      margin-right: 15px;
  }
  .form-width .message .input-box {
      height: auto;
  }
  .form-width .message .input-box textarea {
      width: 100%;
      height: 180px;
      font-size: 2.8rem;
  }
  .form-width .note .input-box {
      height: auto;
  }
  .form-width .note .input-box textarea {
      width: 100%;
      height: 180px;
      font-size: 2.8rem;
  }
  .form-width .group-profile_school input[type="text"] {
      width: 100%;
      margin-right: 0;
  }
  .form-width .group-profile_job input[type="text"] {
      width: 100%;
      margin-right: 0;
  }
  .form-width .group-profile_job .row {
      margin-bottom: 20px;
  }
  .form-width .group-profile_job .row.job_business {
      padding-bottom: 40px;
  }
  .form-width .group-profile_job .employment_duration .select-cover {
      margin: 0 10px 20px 20px;
  }
  .form-width .group-profile_job .employment_duration .select-cover:nth-child(2n + 1) {
      margin-left: 0;
  }
  .form-width .group-profile_job .employment_duration .select-cover:nth-last-child(-n + 2) {
      margin-bottom: 0;
  }
  .form-width .group-profile_job .employment_type .lbl-for-radio {
      width: 213px;
      margin-bottom: 18px;
  }
  .form-width .group-profile_job .employment_type .lbl-for-radio:nth-last-child(-n + 2) {
      margin-bottom: 0;
  }
  .form-width .group-profile_license .license {
      padding-bottom: 40px;
  }
  .form-width .group-profile_license .license .select-cover {
      margin-bottom: 30px;
  }
  .form-width .group-profile_license .license input[type="text"] {
      width: 100%;
      margin: 0;
  }
  .form-width .group-profile_license .group-title {
      margin-bottom: 20px;
  }
  .form-width .group-profile_others .lbl-for-radio {
      margin-right: 105px;
  }
  .form-width .group-profile_others .wpcf7-radio label {
      margin-right: 105px;
  }
  .form-width .security {
      width: 93.75%;
      font-size: 2.6rem;
      text-align: left;
      line-height: 1.5;
      margin: 0 auto;
  }
  .form-width .file-link-wrap {
      margin: 0 0 20px;
  }
  .form-width .file-link-wrap a {
      text-decoration: underline;
  }
  .contact-form .wpcf7-radio label {
      line-height: 1.65;
      padding: 8px 0;
  }
  .contact-form .wpcf7-checkbox label {
      line-height: 1.65;
      padding: 8px 0;
  }
  .contact-form .group-profile_job .employment_type .wpcf7-radio label {
      width: 213px;
      margin-bottom: 18px;
  }
  .contact-form .group-profile_job .employment_type .wpcf7-radio .wpcf7-list-item:nth-last-child(-n + 2) label {
      margin-bottom: 0;
  }
  .security {
      font-size: 24px;
      text-align: center;
      line-height: 1.7;
      margin: 15px 0 25px 0;
  }
}
.lostpassword {
  padding: 80px 0 120px;
}
.lostpassword .introduction {
  display: block;
  width: 1000px;
  margin: 0 auto 45px;
  text-align: left;
  font-size: 15px;
}
.lostpassword #lostpasswordform {
  width: 1000px;
  margin: 0 auto 30px;
  padding: 30px 0;
  text-align: center;
  background-color: #f3f2f1;
}
.lostpassword #lostpasswordform .input-row {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.lostpassword #lostpasswordform .input-row .type,
.lostpassword #lostpasswordform .input-row input {
  font-size: 1.4rem;
}
.lostpassword #lostpasswordform .input-row .type {
  width: 125px;
}
.lostpassword #lostpasswordform .input-row .input input {
  width: 620px;
  height: 50px;
  font-weight: 700;
  padding: 0 17px;
  border: 1px solid #82786e;
}
.lostpassword #lostpasswordform .pink-push {
  display: block;
  width: 230px;
  height: 50px;
  margin: 0 auto;
  background-color: #e85b0a;
  border: none;
  border-bottom: 6px solid #b34201;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.lostpassword #lostpasswordform .pink-push:hover {
  border-bottom: none;
  margin-top: 6px;
}
.lostpassword .notice {
  width: 1000px;
  font-size: 15px;
  line-height: 2;
  text-indent: -1.2em;
  padding-left: 2.4em;
  margin: 0 auto;
}
.lostpassword .notice a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .lostpassword {
      padding: 80px 0 120px;
  }
  .lostpassword .introduction {
      display: block;
      width: 100%;
      margin: 0 auto 45px;
      text-align: left;
      font-size: 2.6rem;
      line-height: 2;
  }
  .lostpassword #lostpasswordform {
      width: 100%;
      margin: 0 auto 30px;
      padding: 50px 0;
      text-align: center;
      background-color: #f3f2f1;
  }
  .lostpassword #lostpasswordform .input-row {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  .lostpassword #lostpasswordform .input-row .cell {
      display: block;
      text-align: left;
      font-size: 26px;
  }
  .lostpassword #lostpasswordform .input-row .cell:first-child {
      margin-bottom: 5px;
  }
  .lostpassword #lostpasswordform .input-row .type,
  .lostpassword #lostpasswordform .input-row input {
      font-size: 26px;
  }
  .lostpassword #lostpasswordform .input-row .type {
      width: 100%;
  }
  .lostpassword #lostpasswordform .input-row .input input {
      width: 100%;
      height: initial;
      font-weight: 700;
      padding: 10px 15px;
      border: 2px solid #82786e;
  }
  .lostpassword #lostpasswordform .pink-push {
      display: block;
      width: 320px;
      height: 70px;
      margin: 0 auto;
      background-color: #e85b0a;
      border: none;
      border-bottom: 6px solid #b34201;
      color: #fff;
      font-size: 26px;
      font-weight: 300;
      text-align: center;
      line-height: 70px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
  }
  .lostpassword .notice {
      width: 100%;
      font-size: 2.6rem;
      line-height: 2;
      text-indent: 0;
      padding-left: 0;
      margin: 0 auto;
  }
  .lostpassword .notice a {
      text-decoration: underline;
  }
}
.page-type-mv.to-beginner {
  background-image: url(../images/beginner/page-type-mv.png);
}
@media screen and (max-width: 768px) {
  .page-type-mv.to-beginner {
      background-image: url(../images/beginner/sp_page-type-mv.png);
  }
  .beginner-bracket {
      margin: 34px 0 25px;
  }
  .beginner-intro {
      margin-bottom: 55px;
  }
}
.member-content-cover {
  background-color: #fff;
  margin-bottom: 120px;
}
#my-page-menu .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/mypage/main_vis.jpg);
}
#my-page-menu .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#my-page-menu .menu-list {
  width: 1000px;
  font-size: 0;
  text-align: center;
  margin: 80px auto 50px;
}
#my-page-menu .menu-list:after {
  content: "";
  display: block;
  clear: both;
}
#my-page-menu .menu-list .round_border {
  width: 48%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 25px 10px 30px;
  border: 5px solid #82786e;
  color: #000;
  text-align: left;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#my-page-menu .menu-list .round_border::after,
#my-page-menu .menu-list .round_border::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
#my-page-menu .menu-list .round_border::before {
  top: -5px;
  left: -5px;
}
#my-page-menu .menu-list .round_border::after {
  bottom: -5px;
  right: -5px;
}
#my-page-menu .menu-list .round_border:hover {
  opacity: 1;
}
#my-page-menu .menu-list .round_border:hover::after,
#my-page-menu .menu-list .round_border:hover::before {
  width: 100%;
  height: 100%;
}
#my-page-menu .menu-list .round_border:hover::before {
  border-bottom-color: #e85b0a;
  border-left-color: #e85b0a;
  -webkit-transition: height 50ms, width 50ms 50ms, border-left-color 50ms, border-bottom-color 50ms 50ms;
  transition: height 50ms, width 50ms 50ms, border-left-color 50ms, border-bottom-color 50ms 50ms;
}
#my-page-menu .menu-list .round_border:hover::after {
  border-top-color: #e85b0a;
  border-right-color: #e85b0a;
  -webkit-transition: height 50ms 0.1s, width 50ms 0.15s, border-right-color 50ms 0.1s, border-top-color 50ms 0.15s;
  transition: height 50ms 0.1s, width 50ms 0.15s, border-right-color 50ms 0.1s, border-top-color 50ms 0.15s;
}
#my-page-menu .menu-list .round_border img {
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  width: auto;
  margin-left: 10px;
}
#my-page-menu .menu-list .round_border > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
#my-page-menu .menu-list .round_border h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1;
}
#my-page-menu .menu-list .round_border p {
  font-size: 15px;
  line-height: 1.6;
}
#my-page-menu .link_wrapper {
  background-color: #f3f2f1;
  padding: 50px 0;
}
#my-page-menu .link_wrapper h3 {
  display: block;
  width: 1000px;
  margin: 0 auto 30px;
  border-left: 5px solid #e85b0a;
  font-size: 24px;
  font-weight: 500;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
#my-page-menu .link_wrapper .col3 {
  width: 1000px;
  margin: 0 auto;
}
#my-page-menu .link_wrapper .col3 .round_border {
  width: 306px;
  height: 188px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 25px 10px 30px;
  border: 5px solid #82786e;
  color: #000;
  text-align: center;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#my-page-menu .link_wrapper .col3 .round_border:nth-child(2) {
  margin: 0 32px;
}
#my-page-menu .link_wrapper .col3 .round_border::after,
#my-page-menu .link_wrapper .col3 .round_border::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
#my-page-menu .link_wrapper .col3 .round_border::before {
  top: -5px;
  left: -5px;
}
#my-page-menu .link_wrapper .col3 .round_border::after {
  bottom: -5px;
  right: -5px;
}
#my-page-menu .link_wrapper .col3 .round_border:hover {
  opacity: 1;
}
#my-page-menu .link_wrapper .col3 .round_border:hover::after,
#my-page-menu .link_wrapper .col3 .round_border:hover::before {
  width: 100%;
  height: 100%;
}
#my-page-menu .link_wrapper .col3 .round_border:hover::before {
  border-bottom-color: #e85b0a;
  border-left-color: #e85b0a;
  -webkit-transition: height 50ms, width 50ms 50ms, border-left-color 50ms, border-bottom-color 50ms 50ms;
  transition: height 50ms, width 50ms 50ms, border-left-color 50ms, border-bottom-color 50ms 50ms;
}
#my-page-menu .link_wrapper .col3 .round_border:hover::after {
  border-top-color: #e85b0a;
  border-right-color: #e85b0a;
  -webkit-transition: height 50ms 0.1s, width 50ms 0.15s, border-right-color 50ms 0.1s, border-top-color 50ms 0.15s;
  transition: height 50ms 0.1s, width 50ms 0.15s, border-right-color 50ms 0.1s, border-top-color 50ms 0.15s;
}
#my-page-menu .link_wrapper .col3 .round_border img {
  height: 75px;
  width: auto;
}
#my-page-menu .link_wrapper .col3 .round_border h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 1;
}
#my-page-menu .link_wrapper .col3 .round_border p {
  font-size: 15px;
  line-height: 1.6;
}
#my-page-menu .bnr_wrap {
  position: relative;
  width: 1000px;
  margin: 50px auto 0;
}
#my-page-menu .bnr_wrap img {
  width: 100%;
}
#my-page-menu .bnr_wrap a {
  position: absolute;
  bottom: 50px;
  right: 385px;
  text-align: center;
}
#my-page-menu .logout {
  text-align: center;
  margin-top: 50px;
}
#my-page-menu .logout a {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  background-color: #e85b0a;
  border-bottom: 6px solid #b34201;
  color: #fff;
  line-height: 50px;
}
#my-page-menu .logout a:hover {
  border-bottom: none;
  margin-top: 6px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #my-page-menu .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/mypage/sp-main_vis.jpg);
  }
  #my-page-menu .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  #my-page-menu .menu-list {
      width: 100%;
      font-size: 0;
      text-align: center;
      margin: 80px 0;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #my-page-menu .menu-list:after {
      content: "";
      display: block;
      clear: both;
  }
  #my-page-menu .menu-list .round_border {
      float: none;
      width: 100%;
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 15px 10px;
      border: 5px solid #82786e;
      color: #000;
      text-align: left;
      text-decoration: none;
      outline: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      background-color: transparent;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #my-page-menu .menu-list .round_border::after,
  #my-page-menu .menu-list .round_border::before {
      display: none;
      position: absolute;
      z-index: 2;
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
  }
  #my-page-menu .menu-list .round_border::before {
      top: -5px;
      left: -5px;
  }
  #my-page-menu .menu-list .round_border::after {
      bottom: -5px;
      right: -5px;
  }
  #my-page-menu .menu-list .round_border:hover {
      opacity: 1;
  }
  #my-page-menu .menu-list .round_border:hover::after,
  #my-page-menu .menu-list .round_border:hover::before {
      width: 100%;
      height: 100%;
  }
  #my-page-menu .menu-list .round_border:hover::before {
      border-bottom-color: #e85b0a;
      border-left-color: #e85b0a;
      -webkit-transition: initial;
      transition: initial;
  }
  #my-page-menu .menu-list .round_border:hover::after {
      border-top-color: #e85b0a;
      border-right-color: #e85b0a;
      -webkit-transition: initial;
      transition: initial;
  }
  #my-page-menu .menu-list .round_border img {
      display: inline-block;
      vertical-align: middle;
      height: 80px;
      width: auto;
      margin-left: 10px;
  }
  #my-page-menu .menu-list .round_border > div {
      display: inline-block;
      vertical-align: middle;
      margin-left: 30px;
  }
  #my-page-menu .menu-list .round_border h4 {
      display: inline-block;
      vertical-align: middle;
      font-size: 28px;
      margin-bottom: 15px;
      margin-top: 15px;
      line-height: 1;
  }
  #my-page-menu .menu-list .round_border p {
      font-size: 24px;
      line-height: 1.6;
      margin-top: 10px;
      margin-left: 5px;
  }
  #my-page-menu .menu-list .favorite {
      margin-bottom: 30px;
  }
  #my-page-menu .link_wrapper {
      background-color: #f3f2f1;
      padding: 80px 0;
  }
  #my-page-menu .link_wrapper h3 {
      display: block;
      width: 100%;
      margin: 0 auto 30px;
      border-left: 7px solid #e85b0a;
      font-size: 30px;
      font-weight: 500;
      padding-left: 10px;
      margin-left: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1.5;
  }
  #my-page-menu .link_wrapper .col3 {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #my-page-menu .link_wrapper .col3 .round_border {
      width: 100%;
      height: initial;
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 20px;
      border: 5px solid #82786e;
      color: #000;
      text-align: left;
      text-decoration: none;
      outline: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      background-color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #my-page-menu .link_wrapper .col3 .round_border:nth-child(2) {
      margin: 30px 0;
  }
  #my-page-menu .link_wrapper .col3 .round_border::after,
  #my-page-menu .link_wrapper .col3 .round_border::before {
      display: none;
      position: absolute;
      z-index: 2;
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
  }
  #my-page-menu .link_wrapper .col3 .round_border::before {
      top: -5px;
      left: -5px;
  }
  #my-page-menu .link_wrapper .col3 .round_border::after {
      bottom: -5px;
      right: -5px;
  }
  #my-page-menu .link_wrapper .col3 .round_border:hover {
      opacity: 1;
  }
  #my-page-menu .link_wrapper .col3 .round_border:hover::after,
  #my-page-menu .link_wrapper .col3 .round_border:hover::before {
      width: 100%;
      height: 100%;
  }
  #my-page-menu .link_wrapper .col3 .round_border:hover::before {
      border-bottom-color: #e85b0a;
      border-left-color: #e85b0a;
      -webkit-transition: initial;
      transition: initial;
  }
  #my-page-menu .link_wrapper .col3 .round_border:hover::after {
      border-top-color: #e85b0a;
      border-right-color: #e85b0a;
      -webkit-transition: initial;
      transition: initial;
  }
  #my-page-menu .link_wrapper .col3 .round_border img {
      display: inline-block;
      vertical-align: middle;
      height: 75px;
      width: auto;
      margin-right: 20px;
  }
  #my-page-menu .link_wrapper .col3 .round_border h4 {
      display: inline-block;
      vertical-align: middle;
      font-size: 28px;
      margin-bottom: 0;
      margin-top: 0;
      line-height: 1;
  }
  #my-page-menu .link_wrapper .col3 .round_border p {
      font-size: 24px;
      line-height: 1.6;
      margin-top: 10px;
  }
  #my-page-menu .bnr_wrap {
      position: relative;
      width: 100%;
      text-align: center;
      margin: 50px auto 0;
  }
  #my-page-menu .bnr_wrap img {
      width: 93.68%;
  }
  #my-page-menu .bnr_wrap a {
      position: absolute;
      bottom: 70px;
      right: 26%;
      text-align: center;
  }
  #my-page-menu .logout {
      text-align: center;
      margin-top: 50px;
  }
  #my-page-menu .logout a {
      display: inline-block;
      vertical-align: top;
      width: 410px;
      height: 80px;
      background-color: #e85b0a;
      border-bottom: 15px solid #b34201;
      color: #fff;
      line-height: 80px;
      font-size: 26px;
  }
  #my-page-menu .logout a:hover {
      border-bottom: none;
      margin-top: 10px;
      opacity: 1;
  }
}
.member-dialog .message {
  font-size: 2rem;
}
.mypage-mv {
  background-image: url(../images/mypage/page-type-mv.png);
}
.mypage {
  margin: 50px auto 140px;
}
@media screen and (max-width: 768px) {
  .mypage-mv {
      background-image: url(../images/mypage/sp_page-type-mv.png);
      margin-bottom: 50px;
  }
  #prof .member-dialog {
      margin-top: 20px;
  }
  .member-dialog .message {
      font-size: 2.6rem;
  }
  .mypage {
      margin-bottom: 119px;
  }
}
.mypage-sidebar {
  width: 260px;
  background-color: #f3f2f1;
}
.mypage-sidebar .side-title {
  text-align: center;
  padding: 20px 0;
}
.mypage-sidebar .side-link {
  padding: 0 10px 10px 10px;
}
.mypage-sidebar .side-link li {
  margin-bottom: 10px;
}
.mypage-sidebar .side-link li:last-child {
  margin-bottom: 0;
}
.mypage-sidebar .side-link li a {
  display: block;
  background-color: #fff;
  background-image: url(../images/mypage/sidebar-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
  font-size: 1.6rem;
  padding: 12px 0 12px 13px;
}
.mypage-sidebar .side-link li .current {
  background-color: #00cdbe;
  background-image: url(../images/mypage/sidebar-arrow-w.png);
  color: #fff;
  font-weight: 700;
  pointer-events: none;
}
#user-profile .form-width {
  width: 800px;
}
.mypage-toptext .mypage-content-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  border-left: solid 6px #fa3264;
  padding-left: 14px;
  margin-bottom: 23px;
}
.mypage-toptext .common {
  margin-bottom: 20px;
}
#your-profile .form-width input.long {
  width: 490px;
}
#your-profile .form-width .pass1 {
  height: auto;
}
#your-profile .form-width .pass1 .input-box {
  padding: 15px 0 10px 20px;
}
#your-profile .form-width .pass1 .input-box label {
  display: inline-block;
}
#your-profile .form-width textarea {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .mypage-content-box {
      float: none;
      width: 100%;
  }
  #user-profile .form-width {
      width: 100%;
  }
  .mypage-toptext .mypage-content-title {
      font-size: 3.2rem;
      margin-bottom: 43px;
  }
  .mypage-toptext .common {
      font-size: 25px;
      margin-bottom: 35px;
  }
  #your-profile .form-width input.long {
      width: 100%;
  }
  #your-profile .form-width .pass1 .input-box {
      padding: 0;
  }
  #your-profile .form-width .pass1 .input-box label {
      width: 100%;
  }
  #your-profile .form-width textarea {
      width: 100%;
      height: 180px;
  }
  #your-profile .form-width .group-profile_others {
      margin-bottom: 35px;
  }
  #your-profile .form-width .group-profile_others .note {
      padding-bottom: 40px;
      border-color: #969696;
  }
  #your-profile .security {
      width: 100%;
      margin-bottom: 35px;
  }
}
#favorite .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/mypage/main_vis.jpg);
}
#favorite .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#favorite .mypage {
  width: 100%;
  margin: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#favorite .mypage .mypage-content-box {
  width: 80%;
  padding: 80px 0 120px;
}
#favorite .mypage .mypage-content-box .mypage-toptext {
  width: 800px;
  margin: 0 auto;
}
#favorite .mypage .mypage-content-box .mypage-toptext .mypage-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
  border-left: initial;
  padding-left: 0;
}
#favorite .mypage .mypage-content-box .mypage-toptext .mypage-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a;
}
#favorite .mypage .mypage-sidemenu {
  width: 20%;
  padding: 80px 0 120px;
  border-left: 1px solid #82786e;
  background-color: #f3f2f1;
}
#favorite .mypage .mypage-sidemenu .mypage-sidemenu-list {
  padding-left: 40px;
}
#favorite .mypage .mypage-sidemenu .mypage-sidemenu-list li {
  margin-bottom: 20px;
}
#favorite .mypage .mypage-sidemenu .mypage-sidemenu-list li a {
  font-weight: 300;
  font-size: 15px;
}
#favorite .mypage .mypage-sidemenu .mypage-sidemenu-list li a.carrent {
  color: #e85b0a;
  font-weight: 500;
}
.favorite-list {
  width: 800px;
  margin: 0 auto;
}
.favorite-list .work-wrap {
  position: relative;
  width: 100%;
  padding: 30px;
  border: solid 2px #82786e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.favorite-list .work-wrap:last-child {
  margin-bottom: 0;
}
.favorite-list .work-wrap .top-box .number {
  display: inline-block;
  background-color: #82786e;
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  margin-bottom: 10px;
}
.favorite-list .work-wrap .top-box .number .name,
.favorite-list .work-wrap .top-box .number .text {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.favorite-list .work-wrap .closed {
  width: 100%;
  height: 521px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(106, 106, 106, 0.8);
}
.favorite-list .work-wrap .closed .cell {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.favorite-list .work-wrap .catch {
  margin-bottom: 10px;
}
.favorite-list .work-wrap .catch a {
  font-size: 20px;
  font-weight: 500;
}
.favorite-list .work-wrap .work-thumb-wrap {
  width: 300px;
  float: left;
  margin-bottom: 19px;
}
.favorite-list .work-wrap .work-data-wrap {
  font-size: 1.6rem;
  line-height: 1.8;
  width: 100%;
  float: none;
}
.favorite-list .work-wrap .work-data-wrap .data-block .block-inner .cell.text {
  padding-left: 19px;
}
.favorite-list .work-wrap .work-data-wrap .search-icons .icon-cover {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 10px 5px 0;
}
.favorite-list .work-wrap .work-data-wrap .search-icons .icon-cover p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 20px;
  background-color: #82786e;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #favorite .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/mypage/sp-main_vis.jpg);
  }
  #favorite .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  #favorite .mypage {
      width: 100%;
      margin: 0;
      display: block;
  }
  #favorite .mypage .mypage-content-box {
      width: 100%;
      padding: 80px 0 120px;
  }
  #favorite .mypage .mypage-content-box .mypage-toptext {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #favorite .mypage .mypage-content-box .mypage-toptext .mypage-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
      border-left: initial;
      padding-left: 0;
  }
  #favorite .mypage .mypage-content-box .mypage-toptext .mypage-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #e85b0a;
  }
  #favorite .mypage .mypage-content-box .mypage-toptext .common {
      font-size: 25px;
  }
  #favorite .mypage .mypage-sidemenu {
      width: 100%;
      padding: 50px 0 80px;
      border-top: 1px solid #82786e;
      border-left: initial;
      background-color: #f3f2f1;
  }
  #favorite .mypage .mypage-sidemenu .mypage-sidemenu-list {
      padding-left: 40px;
  }
  #favorite .mypage .mypage-sidemenu .mypage-sidemenu-list li {
      margin-bottom: 40px;
  }
  #favorite .mypage .mypage-sidemenu .mypage-sidemenu-list li a {
      font-weight: 300;
      font-size: 26px;
  }
  #favorite .mypage .mypage-sidemenu .mypage-sidemenu-list li a.carrent {
      color: #e85b0a;
      font-weight: 500;
  }
  .favorite-list {
      width: 100%;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  .favorite-list .work-wrap {
      padding: 30px 15px;
      margin-bottom: 70px;
  }
  .favorite-list .work-wrap .top-box .number {
      font-size: 24px;
  }
  .favorite-list .catch {
      float: none;
      width: 100%;
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 25px;
  }
  .favorite-list .work-thumb-wrap {
      float: none;
      width: 420px;
      text-align: center;
      margin-bottom: 29px;
  }
  .favorite-list .work-data-wrap {
      font-size: 2.6rem;
      line-height: 1.5;
      margin-bottom: 40px;
  }
  .favorite-list .work-data-wrap .data-block .block-inner .cell.text {
      padding-left: 10px !important;
  }
  .favorite-list .work-data-wrap .search-icons .icon-cover p {
      font-size: 24px !important;
  }
  .favorite-list .work-data-wrap .work_term > div {
      padding: 0;
  }
  .favorite-list .link-btn {
      margin-top: -20px;
  }
}
#user-profile .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/mypage/main_vis.jpg);
}
#user-profile .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#user-profile .prof-content-box {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#user-profile .prof-content-box .prof-content-wrapper {
  width: 80%;
  padding: 80px 0 120px;
}
#user-profile .prof-content-box .prof-content-wrapper .mypage-toptext {
  width: 800px;
  margin: 0 auto;
}
#user-profile .prof-content-box .prof-content-wrapper .mypage-toptext .prof-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
}
#user-profile .prof-content-box .prof-content-wrapper .mypage-toptext .prof-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a;
}
#user-profile .prof-content-box .prof-content-wrapper .security {
  width: 800px;
  margin: 15px auto 30px;
  text-align: left;
}
#user-profile .prof-content-box .prof-content-wrapper .button-primary {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  margin-bottom: 0;
  background-color: #e85b0a;
  border: initial;
  border-bottom: 6px solid #b34201;
  color: #fff;
  line-height: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#user-profile .prof-content-box .prof-content-wrapper .button-primary:hover {
  border-bottom: none;
  margin-top: 6px;
  opacity: 1;
}
#user-profile .prof-content-box .prof-sidemenu {
  width: 20%;
  padding: 80px 0 120px;
  border-left: 1px solid #82786e;
  background-color: #f3f2f1;
}
#user-profile .prof-content-box .prof-sidemenu .prof-sidemenu-list {
  padding-left: 40px;
}
#user-profile .prof-content-box .prof-sidemenu .prof-sidemenu-list li {
  margin-bottom: 20px;
}
#user-profile .prof-content-box .prof-sidemenu .prof-sidemenu-list li a {
  font-weight: 300;
  font-size: 15px;
}
#user-profile .prof-content-box .prof-sidemenu .prof-sidemenu-list li a.carrent {
  color: #e85b0a;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #user-profile .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/mypage/sp-main_vis.jpg);
  }
  #user-profile .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  #user-profile .prof-content-box {
      width: 100%;
      display: block;
  }
  #user-profile .prof-content-box .prof-content-wrapper {
      width: 100%;
      padding: 80px 0 120px;
  }
  #user-profile .prof-content-box .prof-content-wrapper .mypage-toptext {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #user-profile .prof-content-box .prof-content-wrapper .mypage-toptext .prof-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
  }
  #user-profile .prof-content-box .prof-content-wrapper .mypage-toptext .prof-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #e85b0a;
  }
  #user-profile .prof-content-box .prof-content-wrapper .form-width {
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #user-profile .prof-content-box .prof-content-wrapper .form-width .row {
      border-top: 1px #82786e solid;
      border-bottom: initial;
      margin-bottom: 40px;
  }
  #user-profile .prof-content-box .prof-content-wrapper .form-width .note.row {
      border-bottom: 1px solid #82786e;
  }
  #user-profile .prof-content-box .prof-content-wrapper .form-width .selectworker label {
      display: block;
      margin-bottom: 10px;
  }
  #user-profile .prof-content-box .prof-content-wrapper .form-width .selectworker label:nth-child(5),
  #user-profile .prof-content-box .prof-content-wrapper .form-width .selectworker label:nth-child(6) {
      display: inline-block;
  }
  #user-profile .prof-content-box .prof-content-wrapper .form-width .selectskills label {
      display: inline-block;
      width: 47%;
      vertical-align: top;
      margin-bottom: 10px;
      margin-right: 5%;
  }
  #user-profile .prof-content-box .prof-content-wrapper .form-width .selectskills label:nth-child(2n) {
      margin-right: 0;
  }
  #user-profile .prof-content-box .prof-content-wrapper .security {
      width: 100%;
      margin: 15px auto 30px;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 22px;
      text-align: left;
  }
  #user-profile .prof-content-box .prof-content-wrapper .button-primary {
      display: inline-block;
      vertical-align: top;
      width: 320px;
      height: 70px;
      margin-bottom: 0;
      background-color: #e85b0a;
      border: initial;
      border-bottom: 10px solid #b34201;
      border-radius: initial;
      font-size: 26px;
      font-weight: 300;
      color: #fff;
      line-height: 70px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
  }
  #user-profile .prof-content-box .prof-sidemenu {
      width: 100%;
      padding: 50px 0 80px;
      border-left: initial;
      border-top: 1px solid #82786e;
      background-color: #f3f2f1;
  }
  #user-profile .prof-content-box .prof-sidemenu .prof-sidemenu-list {
      padding-left: 40px;
  }
  #user-profile .prof-content-box .prof-sidemenu .prof-sidemenu-list li {
      margin-bottom: 40px;
  }
  #user-profile .prof-content-box .prof-sidemenu .prof-sidemenu-list li a {
      font-weight: 300;
      font-size: 26px;
  }
  #user-profile .prof-content-box .prof-sidemenu .prof-sidemenu-list li a.carrent {
      color: #e85b0a;
      font-weight: 500;
  }
}
#resume .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/mypage/main_vis.jpg);
}
#resume .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#resume .mypage {
  width: 100%;
  margin: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#resume .mypage .mypage-content-box {
  width: 80%;
  padding: 80px 0 120px;
}
#resume .mypage .mypage-content-box .mypage-toptext {
  width: 700px;
  margin: 0 auto;
}
#resume .mypage .mypage-content-box .mypage-toptext .mypage-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
  border-left: initial;
  padding-left: 0;
}
#resume .mypage .mypage-content-box .mypage-toptext .mypage-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a;
}
#resume .mypage .mypage-content-box .common {
  width: 700px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8666;
  letter-spacing: -0.5px;
}
#resume .mypage .mypage-sidemenu {
  width: 20%;
  padding: 80px 0 120px;
  border-left: 1px solid #82786e;
  background-color: #f3f2f1;
}
#resume .mypage .mypage-sidemenu .mypage-sidemenu-list {
  padding-left: 40px;
}
#resume .mypage .mypage-sidemenu .mypage-sidemenu-list li {
  margin-bottom: 20px;
}
#resume .mypage .mypage-sidemenu .mypage-sidemenu-list li a {
  font-weight: 300;
  font-size: 15px;
}
#resume .mypage .mypage-sidemenu .mypage-sidemenu-list li a.carrent {
  color: #e85b0a;
  font-weight: 500;
}
#resume .resume_content {
  width: 700px;
  margin: 0 auto;
}
#resume .resume_content .resume_box {
  margin-top: 80px;
}
#resume .resume_content .resume_box h4 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  border-left: 5px solid #e85b0a;
  padding: 10px 15px;
}
#resume .resume_content .resume_box h5 {
  font-weight: 500;
  font-size: 17px;
  color: #e85b0a;
  margin-top: 20px;
}
#resume .resume_content .resume_box h5.bad {
  color: #23afb9;
}
#resume .resume_content .resume_box h5.bad img {
  margin-right: 10px;
}
#resume .resume_content .resume_box h5 img {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
#resume .resume_content .resume_box p {
  font-size: 15px;
  line-height: 1.8666;
}
#resume .resume_content img.img_resume {
  display: block;
  border: 2px solid #82786e;
  margin: 20px 0;
}
#resume .resume_content img.img_device {
  display: block;
  width: 390px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #resume .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/mypage/sp-main_vis.jpg);
  }
  #resume .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  #resume .mypage {
      width: 100%;
      margin: 0;
      display: block;
  }
  #resume .mypage .mypage-content-box {
      width: 100%;
      padding: 80px 0 120px;
  }
  #resume .mypage .mypage-content-box .mypage-toptext {
      width: 100%;
      margin: 0 auto;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #resume .mypage .mypage-content-box .mypage-toptext .mypage-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
      border-left: initial;
      padding-left: 0;
  }
  #resume .mypage .mypage-content-box .mypage-toptext .mypage-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #e85b0a;
  }
  #resume .mypage .mypage-content-box .common {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 25px;
      line-height: 1.8666;
      letter-spacing: 0;
  }
  #resume .mypage .mypage-sidemenu {
      width: 100%;
      padding: 50px 0 80px;
      border-top: 1px solid #82786e;
      border-left: initial;
      background-color: #f3f2f1;
  }
  #resume .mypage .mypage-sidemenu .mypage-sidemenu-list {
      padding-left: 40px;
  }
  #resume .mypage .mypage-sidemenu .mypage-sidemenu-list li {
      margin-bottom: 40px;
  }
  #resume .mypage .mypage-sidemenu .mypage-sidemenu-list li a {
      font-weight: 300;
      font-size: 26px;
  }
  #resume .mypage .mypage-sidemenu .mypage-sidemenu-list li a.carrent {
      color: #e85b0a;
      font-weight: 500;
  }
  #resume .resume_content {
      width: 100%;
      margin: 0 auto;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #resume .resume_content .resume_box {
      margin-top: 80px;
  }
  #resume .resume_content .resume_box h4 {
      font-weight: 500;
      font-size: 36px;
      line-height: 1.5;
      border-left: 5px solid #e85b0a;
      padding: 5px 15px;
  }
  #resume .resume_content .resume_box h5 {
      font-weight: 500;
      font-size: 27px;
      color: #e85b0a;
      margin-top: 20px;
      margin-bottom: 5px;
  }
  #resume .resume_content .resume_box h5.bad {
      color: #23afb9;
  }
  #resume .resume_content .resume_box h5.bad img {
      margin-right: 10px;
  }
  #resume .resume_content .resume_box h5 img {
      width: 38px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -5px;
  }
  #resume .resume_content .resume_box p {
      font-size: 25px;
      line-height: 1.8666;
  }
  #resume .resume_content img.img_resume {
      display: block;
      border: 2px solid #82786e;
      margin: 20px 0;
  }
  #resume .resume_content img.img_device {
      display: block;
      width: 80%;
      margin: 20px auto;
  }
}
#makeup .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/mypage/main_vis.jpg);
}
#makeup .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#makeup .mypage {
  width: 100%;
  margin: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#makeup .mypage .mypage-content-box {
  width: 80%;
  padding: 80px 0 120px;
}
#makeup .mypage .mypage-content-box .mypage-toptext {
  width: 700px;
  margin: 0 auto;
}
#makeup .mypage .mypage-content-box .mypage-toptext .mypage-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
  border-left: initial;
  padding-left: 0;
}
#makeup .mypage .mypage-content-box .mypage-toptext .mypage-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a;
}
#makeup .mypage .mypage-content-box .common {
  width: 700px;
  margin: 0 auto;
  padding: 20px 0 10px;
  font-size: 15px;
  line-height: 1.8666;
  letter-spacing: -0.5px;
  border-top: 5px dotted #ffbec8;
  border-bottom: 5px dotted #ffbec8;
}
#makeup .mypage .mypage-content-box .common img {
  margin-top: 20px;
}
#makeup .mypage .mypage-sidemenu {
  width: 20%;
  padding: 80px 0 120px;
  border-left: 1px solid #82786e;
  background-color: #f3f2f1;
}
#makeup .mypage .mypage-sidemenu .mypage-sidemenu-list {
  padding-left: 40px;
}
#makeup .mypage .mypage-sidemenu .mypage-sidemenu-list li {
  margin-bottom: 20px;
}
#makeup .mypage .mypage-sidemenu .mypage-sidemenu-list li a {
  font-weight: 300;
  font-size: 15px;
}
#makeup .mypage .mypage-sidemenu .mypage-sidemenu-list li a.carrent {
  color: #e85b0a;
  font-weight: 500;
}
#makeup .makeup_content {
  width: 700px;
  margin: 0 auto;
}
#makeup .makeup_content .makeup_box {
  text-align: center;
  margin-top: 80px;
}
#makeup .makeup_content .makeup_box .face_icon {
  width: 100px;
}
#makeup .makeup_content .makeup_box h4 {
  font-weight: 700;
  font-size: 32px;
  color: #145a8c;
  margin-bottom: 20px;
}
#makeup .makeup_content .makeup_box .col3 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#makeup .makeup_content .makeup_box .col3 > div {
  width: 30%;
  line-height: 0;
  border: 2px solid #145a8c;
  border-radius: 8px;
}
#makeup .makeup_content .makeup_box .col3 > div .top {
  background-color: #145a8c;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 20px 5px;
}
#makeup .makeup_content .makeup_box .col3 > div .bottom {
  padding: 20px 15px 15px 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8666;
}
#makeup .makeup_content .makeup_box .col3 > div .bottom div {
  text-align: left;
}
#makeup .makeup_content .makeup_box .col3 > div .bottom div.img {
  text-align: center;
  margin-bottom: 15px;
}
#makeup .makeup_content .makeup_box .col3 > div .bottom div.img img {
  width: 60%;
}
#makeup .makeup_content .makeup_box .middle {
  font-weight: 500;
  font-size: 22px;
  margin: 30px 0 15px;
}
#makeup .makeup_content .makeup_box .face_title {
  width: 660px;
  margin-bottom: 20px;
}
#makeup .makeup_content .makeup_points .col3 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#makeup .makeup_content .makeup_points .col3 > div {
  width: 31.5%;
}
#makeup .makeup_content .makeup_points .col3 > div .bottom {
  min-height: 108px;
}
#makeup .makeup_content .makeup_points .col3 > div .bottom p {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
#makeup .makeup_content .makeup_points .makeup_wrap {
  position: relative;
  margin-top: 30px;
  line-height: 0;
}
#makeup .makeup_content .makeup_points .makeup_wrap .top {
  background-color: #ff5fa0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 20px;
  border-radius: 8px 8px 0 0;
}
#makeup .makeup_content .makeup_points .makeup_wrap .bottom {
  background-color: #fff0f0;
  padding: 15px;
  border-radius: 0 0 8px 8px;
  line-height: 1.8666;
}
#makeup .makeup_content .makeup_points .makeup_wrap .bottom .item {
  font-size: 17px;
  font-weight: 500;
}
#makeup .makeup_content .makeup_points .makeup_wrap .bottom .item.mt {
  margin-top: 20px;
}
#makeup .makeup_content .makeup_points .makeup_wrap .bottom .good {
  font-size: 15px;
  font-weight: 700;
  color: #ff5fa0;
}
#makeup .makeup_content .makeup_points .makeup_wrap .bottom .bad {
  font-size: 15px;
  font-weight: 300;
}
#makeup .makeup_content .makeup_points .makeup_wrap .bottom .bad span {
  font-size: 13px;
  color: #e80a80;
}
#makeup .makeup_content .makeup_points .makeup_wrap .bottom .col2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#makeup .makeup_content .makeup_points .makeup_wrap .bottom .col2 > div {
  width: 48%;
}
#makeup .makeup_content .makeup_points .makeup_wrap.point1 > img {
  position: absolute;
  bottom: -9px;
  right: 5px;
  width: 53px;
}
#makeup .makeup_content .makeup_points .makeup_wrap.point2 > img {
  position: absolute;
  bottom: -9px;
  right: 5px;
  width: 80px;
}
#makeup .makeup_content .makeup_points .makeup_wrap.point3 > img {
  position: absolute;
  bottom: -9px;
  right: -10px;
  width: 80px;
}
#makeup .makeup_content .makeup_points .makeup_wrap.point4 > img {
  position: absolute;
  bottom: -9px;
  right: 0;
  width: 60px;
}
#makeup .makeup_content .makeup_points .makeup_wrap.point5 > img {
  position: absolute;
  bottom: -9px;
  right: 8px;
  width: 28px;
}
#makeup .makeup_content .makeup_credit img {
  margin: 40px 0 20px;
}
#makeup .makeup_content .makeup_credit p {
  font-size: 15px;
  line-height: 1.8666;
}
@media screen and (max-width: 768px) {
  #makeup .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/mypage/sp-main_vis.jpg);
  }
  #makeup .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  #makeup .mypage {
      width: 100%;
      margin: 0;
      display: block;
  }
  #makeup .mypage .mypage-content-box {
      width: 100%;
      padding: 80px 0 120px;
  }
  #makeup .mypage .mypage-content-box .mypage-toptext {
      width: 100%;
      margin: 0 auto;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #makeup .mypage .mypage-content-box .mypage-toptext .mypage-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
      border-left: initial;
      padding-left: 0;
  }
  #makeup .mypage .mypage-content-box .mypage-toptext .mypage-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #e85b0a;
  }
  #makeup .mypage .mypage-content-box .common {
      width: 100%;
      margin: 0 auto;
      padding: 0 40px 0;
      line-height: 1.8666;
      letter-spacing: -0.5px;
      border-top: none;
      border-bottom: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #makeup .mypage .mypage-content-box .common p {
      padding-top: 20px;
      font-size: 25px;
      border-top: 5px dotted #ffbec8;
  }
  #makeup .mypage .mypage-content-box .common img {
      margin-top: 20px;
      padding-bottom: 20px;
      border-bottom: 5px dotted #ffbec8;
  }
  #makeup .mypage .mypage-sidemenu {
      width: 100%;
      padding: 50px 0 80px;
      border-top: 1px solid #82786e;
      border-left: initial;
      background-color: #f3f2f1;
  }
  #makeup .mypage .mypage-sidemenu .mypage-sidemenu-list {
      padding-left: 40px;
  }
  #makeup .mypage .mypage-sidemenu .mypage-sidemenu-list li {
      margin-bottom: 40px;
  }
  #makeup .mypage .mypage-sidemenu .mypage-sidemenu-list li a {
      font-weight: 300;
      font-size: 26px;
  }
  #makeup .mypage .mypage-sidemenu .mypage-sidemenu-list li a.carrent {
      color: #e85b0a;
      font-weight: 500;
  }
  #makeup .makeup_content {
      width: 100%;
      margin: 0 auto;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #makeup .makeup_content .makeup_box {
      text-align: center;
      margin-top: 80px;
  }
  #makeup .makeup_content .makeup_box .face_icon {
      width: 150px;
  }
  #makeup .makeup_content .makeup_box h4 {
      font-weight: 700;
      font-size: 42px;
      color: #145a8c;
      margin-bottom: 20px;
  }
  #makeup .makeup_content .makeup_box .col3 {
      display: block;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  #makeup .makeup_content .makeup_box .col3 > div {
      width: 100%;
      line-height: 0;
      border: 2px solid #145a8c;
      border-radius: 8px;
  }
  #makeup .makeup_content .makeup_box .col3 > div .top {
      background-color: #145a8c;
      color: #fff;
      font-size: 28px;
      font-weight: 300;
      padding: 30px 5px;
  }
  #makeup .makeup_content .makeup_box .col3 > div .bottom {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 15px 15px 15px;
      font-size: 25px;
      font-weight: 300;
      line-height: 1.8666;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  #makeup .makeup_content .makeup_box .col3 > div .bottom div {
      width: 49%;
      text-align: left;
  }
  #makeup .makeup_content .makeup_box .col3 > div .bottom div.img {
      text-align: center;
      margin-bottom: 0;
      padding-top: 10px;
  }
  #makeup .makeup_content .makeup_box .col3 > div .bottom div.img img {
      width: 80%;
  }
  #makeup .makeup_content .makeup_box .col3 > div:nth-child(2) {
      margin: 30px 0;
  }
  #makeup .makeup_content .makeup_box .middle {
      font-weight: 500;
      font-size: 30px;
      margin: 30px 0 20px;
  }
  #makeup .makeup_content .makeup_box .face_title {
      width: 95%;
      margin-bottom: 20px;
  }
  #makeup .makeup_content .makeup_points .col3 {
      display: block;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  #makeup .makeup_content .makeup_points .col3 > div {
      width: 100%;
  }
  #makeup .makeup_content .makeup_points .col3 > div .bottom {
      min-height: initial;
  }
  #makeup .makeup_content .makeup_points .col3 > div .bottom p {
      text-indent: 0;
      padding-left: 0;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap {
      position: relative;
      margin-top: 40px;
      line-height: 0;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap .top {
      background-color: #ff5fa0;
      color: #fff;
      font-size: 28px;
      font-weight: 300;
      padding: 30px 20px;
      border-radius: 8px 8px 0 0;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap .bottom {
      background-color: #fff0f0;
      padding: 25px;
      border-radius: 0 0 8px 8px;
      line-height: 1.8666;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap .bottom .item {
      font-size: 27px;
      font-weight: 500;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap .bottom .item.mt {
      margin-top: 20px;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap .bottom .good {
      font-size: 25px;
      font-weight: 700;
      color: #ff5fa0;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap .bottom .bad {
      font-size: 25px;
      font-weight: 300;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap .bottom .bad span {
      font-size: 23px;
      color: #e80a80;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap .bottom .col2 {
      display: block;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap .bottom .col2 > div {
      width: 100%;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap.point1 > img {
      position: absolute;
      bottom: -9px;
      right: -10px;
      width: 90px;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap.point2 > img {
      position: absolute;
      bottom: -9px;
      right: -10px;
      width: 140px;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap.point3 > img {
      position: absolute;
      bottom: -15px;
      right: -10px;
      width: 130px;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap.point4 > img {
      position: absolute;
      bottom: -9px;
      right: -10px;
      width: 80px;
  }
  #makeup .makeup_content .makeup_points .makeup_wrap.point5 > img {
      position: absolute;
      bottom: -9px;
      right: 10px;
      width: 40px;
  }
  #makeup .makeup_content .makeup_credit img {
      margin: 60px 0 20px;
  }
  #makeup .makeup_content .makeup_credit p {
      font-size: 25px;
      line-height: 1.8666;
  }
}
#rules_seat .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/mypage/main_vis.jpg);
}
#rules_seat .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#rules_seat .mypage {
  width: 100%;
  margin: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#rules_seat .mypage .mypage-content-box {
  width: 80%;
  padding: 80px 0 120px;
}
#rules_seat .mypage .mypage-content-box .mypage-toptext {
  width: 700px;
  margin: 0 auto;
}
#rules_seat .mypage .mypage-content-box .mypage-toptext .mypage-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
  border-left: initial;
  padding-left: 0;
}
#rules_seat .mypage .mypage-content-box .mypage-toptext .mypage-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a;
}
#rules_seat .mypage .mypage-content-box .common {
  width: 700px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8666;
  letter-spacing: -0.5px;
}
#rules_seat .mypage .mypage-sidemenu {
  width: 20%;
  padding: 80px 0 120px;
  border-left: 1px solid #82786e;
  background-color: #f3f2f1;
}
#rules_seat .mypage .mypage-sidemenu .mypage-sidemenu-list {
  padding-left: 40px;
}
#rules_seat .mypage .mypage-sidemenu .mypage-sidemenu-list li {
  margin-bottom: 20px;
}
#rules_seat .mypage .mypage-sidemenu .mypage-sidemenu-list li a {
  font-weight: 300;
  font-size: 15px;
}
#rules_seat .mypage .mypage-sidemenu .mypage-sidemenu-list li a.carrent {
  color: #e85b0a;
  font-weight: 500;
}
#rules_seat .rules_seat_content {
  width: 700px;
  margin: 0 auto;
}
#rules_seat .rules_seat_content .rules_seat_box {
  margin-top: 50px;
}
#rules_seat .rules_seat_content .rules_seat_box:first-child {
  margin-top: 80px;
}
#rules_seat .rules_seat_content .rules_seat_box h4 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  border-left: 5px solid #e85b0a;
  padding: 10px 15px;
  margin-bottom: 20px;
}
#rules_seat .rules_seat_content .rules_seat_box p {
  font-size: 15px;
  line-height: 1.8666;
}
#rules_seat .rules_seat_content .rules_seat_box h5.top {
  line-height: 1;
  color: #fff;
  background-color: #23afb9;
  font-size: 20px;
  font-weight: 500;
  padding: 20px;
}
#rules_seat .rules_seat_content .rules_seat_box .bottom {
  background-color: #edf7f9;
  padding: 30px 20px;
}
#rules_seat .rules_seat_content .rules_seat_box .bottom .ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#rules_seat .rules_seat_content .rules_seat_box .bottom img {
  width: 60%;
  display: block;
  margin: 0 auto 10px;
}
#rules_seat .rules_seat_content .rules_seat_box .bottom .txt {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8666;
  letter-spacing: 1px;
}
#rules_seat .rules_seat_content .rules_seat_box .bottom .col2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#rules_seat .rules_seat_content .rules_seat_box .bottom .col2 > div {
  width: 48%;
}
#rules_seat .rules_seat_content .rules_seat_box .bottom .col2 > div img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #rules_seat .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/mypage/sp-main_vis.jpg);
  }
  #rules_seat .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  #rules_seat .mypage {
      width: 100%;
      margin: 0;
      display: block;
  }
  #rules_seat .mypage .mypage-content-box {
      width: 100%;
      padding: 80px 0 120px;
  }
  #rules_seat .mypage .mypage-content-box .mypage-toptext {
      width: 100%;
      margin: 0 auto;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #rules_seat .mypage .mypage-content-box .mypage-toptext .mypage-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
      border-left: initial;
      padding-left: 0;
  }
  #rules_seat .mypage .mypage-content-box .mypage-toptext .mypage-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #e85b0a;
  }
  #rules_seat .mypage .mypage-content-box .common {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 25px;
      line-height: 1.8666;
      letter-spacing: 0;
  }
  #rules_seat .mypage .mypage-sidemenu {
      width: 100%;
      padding: 50px 0 80px;
      border-top: 1px solid #82786e;
      border-left: initial;
      background-color: #f3f2f1;
  }
  #rules_seat .mypage .mypage-sidemenu .mypage-sidemenu-list {
      padding-left: 40px;
  }
  #rules_seat .mypage .mypage-sidemenu .mypage-sidemenu-list li {
      margin-bottom: 40px;
  }
  #rules_seat .mypage .mypage-sidemenu .mypage-sidemenu-list li a {
      font-weight: 300;
      font-size: 26px;
  }
  #rules_seat .mypage .mypage-sidemenu .mypage-sidemenu-list li a.carrent {
      color: #e85b0a;
      font-weight: 500;
  }
  #rules_seat .rules_seat_content {
      width: 100%;
      margin: 0 auto;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #rules_seat .rules_seat_content .rules_seat_box {
      margin-top: 50px;
  }
  #rules_seat .rules_seat_content .rules_seat_box:first-child {
      margin-top: 80px;
  }
  #rules_seat .rules_seat_content .rules_seat_box h4 {
      font-weight: 500;
      font-size: 36px;
      line-height: 1;
      border-left: 5px solid #e85b0a;
      padding: 10px 15px;
      margin-bottom: 20px;
  }
  #rules_seat .rules_seat_content .rules_seat_box p {
      font-size: 25px;
      line-height: 1.8666;
  }
  #rules_seat .rules_seat_content .rules_seat_box h5.top {
      line-height: 1;
      color: #fff;
      background-color: #23afb9;
      font-size: 30px;
      font-weight: 500;
      padding: 20px;
  }
  #rules_seat .rules_seat_content .rules_seat_box .bottom {
      background-color: #edf7f9;
      padding: 30px 20px;
  }
  #rules_seat .rules_seat_content .rules_seat_box .bottom .ttl {
      font-size: 28px;
      font-weight: 500;
      margin-bottom: 10px;
  }
  #rules_seat .rules_seat_content .rules_seat_box .bottom .ttl.mt {
      margin-top: 30px;
  }
  #rules_seat .rules_seat_content .rules_seat_box .bottom img {
      width: 80%;
      display: block;
      margin: 0 auto 10px;
  }
  #rules_seat .rules_seat_content .rules_seat_box .bottom .txt {
      font-size: 25px;
      font-weight: 300;
      line-height: 1.8666;
      letter-spacing: 1px;
  }
  #rules_seat .rules_seat_content .rules_seat_box .bottom .col2 {
      display: block;
  }
  #rules_seat .rules_seat_content .rules_seat_box .bottom .col2 > div {
      width: 100%;
  }
  #rules_seat .rules_seat_content .rules_seat_box .bottom .col2 > div img {
      width: 80%;
  }
}
#workers_common .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/workers/top/main_vis-2.jpg);
}
#workers_common .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#workers_common .flex_wrapper {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#workers_common .workers_page_content {
  width: 80%;
  padding: 80px 0 120px;
}
#workers_common .workers_page_content .workers_page_content_wrap {
  width: 700px;
  margin: 0 auto;
}
#workers_common .workers_page_content .workers-toptext .workers-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
}
#workers_common .workers_page_content .workers-toptext .workers-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a;
}
#workers_common .workers_page_content .common {
  margin-bottom: 40px;
}
#workers_common .workers_page_content .link_wrap {
  text-align: center;
}
#workers_common .workers_page_content .link_wrap .l_mypage,
#workers_common .workers_page_content .link_wrap .workers-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  margin: 0 20px;
  background-color: #e85b0a;
  border-bottom: 6px solid #b34201;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
#workers_common .workers_page_content .link_wrap .l_mypage:hover,
#workers_common .workers_page_content .link_wrap .workers-link:hover {
  margin-top: 6px;
  border-bottom: none;
  opacity: 1;
}
#workers_common .workers_page_content .link_wrap .l_mypage img,
#workers_common .workers_page_content .link_wrap .workers-link img {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 56px;
}
#workers_common .workers_page_content .bnr_wrap {
  text-align: center;
}
#workers_common .workers_page_content .bnr_wrap a {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  width: 100%;
}
#workers_common .workers_page_content .bnr_wrap a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #workers_common .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/workers/top/sp-main_vis-2.jpg);
  }
  #workers_common .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 50px;
      color: #fff;
      padding: 180px 0;
  }
  #workers_common .flex_wrapper {
      width: 100%;
      display: block;
  }
  #workers_common .workers_page_content {
      width: 100%;
      padding: 100px 0 120px;
  }
  #workers_common .workers_page_content .workers_page_content_wrap {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #workers_common .workers_page_content .workers-toptext .workers-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
  }
  #workers_common .workers_page_content .workers-toptext .workers-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #e85b0a;
  }
  #workers_common .workers_page_content .common {
      margin-bottom: 40px;
      font-size: 24px;
  }
  #workers_common .workers_page_content .link_wrap {
      text-align: center;
  }
  #workers_common .workers_page_content .link_wrap .l_mypage,
  #workers_common .workers_page_content .link_wrap .workers-link {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 45%;
      height: 70px;
      margin: 0 2%;
      background-color: #e85b0a;
      border-bottom: 10px solid #b34201;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 70px;
  }
  #workers_common .workers_page_content .link_wrap .l_mypage:hover,
  #workers_common .workers_page_content .link_wrap .workers-link:hover {
      margin-top: 0;
      border-bottom: 10px solid #b34201;
      opacity: 1;
  }
  #workers_common .workers_page_content .link_wrap .l_mypage img,
  #workers_common .workers_page_content .link_wrap .workers-link img {
      position: absolute;
      top: -20px;
      left: -25px;
      width: 76px;
  }
  #workers_common .workers_page_content .bnr_wrap {
      text-align: center;
  }
  #workers_common .workers_page_content .bnr_wrap a {
      display: inline-block;
      vertical-align: top;
      line-height: 1;
      width: 100%;
  }
  #workers_common .workers_page_content .bnr_wrap a img {
      width: 100%;
      height: auto;
  }
}
.workers-sidemenu {
  width: 20%;
  padding: 80px 0 120px;
  border-left: 1px solid #82786e;
  background-color: #f3f2f1;
}
.workers-sidemenu .workers-sidemenu-list {
  padding-left: 40px;
}
.workers-sidemenu .workers-sidemenu-list li {
  margin-bottom: 20px;
}
.workers-sidemenu .workers-sidemenu-list li a {
  font-weight: 300;
  font-size: 15px;
}
.workers-sidemenu .workers-sidemenu-list li a.carrent {
  color: #e85b0a;
  font-weight: 500;
}
.workers-sidemenu .workers-sidemenu-list-sub {
  padding-left: 40px;
  padding-top: 20px;
}
.workers-sidemenu .workers-sidemenu-list-sub li {
  line-height: 1;
  margin-bottom: 20px;
}
.workers-sidemenu .workers-sidemenu-list-sub li:last-child {
  margin-bottom: 0;
}
.workers-sidemenu .workers-sidemenu-list-sub li a {
  position: relative;
  font-weight: 300;
  font-size: 15px;
}
.workers-sidemenu .workers-sidemenu-list-sub li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -25px;
  width: 1px;
  height: 18px;
  background-color: #000;
}
.workers-sidemenu .workers-sidemenu-list-sub li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 48%;
  left: -24px;
  width: 10px;
  height: 1px;
  background-color: #000;
}
.workers-sidemenu .workers-sidemenu-list-sub li a.carrent {
  color: #e85b0a;
  font-weight: 500;
}
.workers-sidemenu .search-link {
  text-align: center;
}
.workers-sidemenu .l_mypage {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 230px;
  height: 50px;
  background-color: #e85b0a;
  border-bottom: 6px solid #b34201;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
.workers-sidemenu .l_mypage:hover {
  margin-top: 26px;
  border-bottom: none;
  opacity: 1;
}
.workers-sidemenu .l_mypage img {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .workers-sidemenu {
      width: 100%;
      padding: 50px 0 80px;
      border-left: initial;
      border-top: 1px solid #82786e;
      border-bottom: 1px solid #82786e;
      background-color: #f3f2f1;
  }
  .workers-sidemenu .workers-sidemenu-list {
      padding-left: 40px;
  }
  .workers-sidemenu .workers-sidemenu-list li {
      margin-bottom: 40px;
  }
  .workers-sidemenu .workers-sidemenu-list li.btn {
      display: inline-block;
      vertical-align: top;
      width: 46%;
      margin-right: 3%;
      margin-top: 30px;
  }
  .workers-sidemenu .workers-sidemenu-list li.btn:last-child {
      margin-right: 0;
  }
  .workers-sidemenu .workers-sidemenu-list li a {
      font-weight: 300;
      font-size: 26px;
  }
  .workers-sidemenu .workers-sidemenu-list li a.carrent {
      color: #e85b0a;
      font-weight: 500;
  }
  .workers-sidemenu .workers-sidemenu-list-sub {
      padding-left: 40px;
      padding-top: 40px;
  }
  .workers-sidemenu .workers-sidemenu-list-sub li {
      line-height: 1;
      margin-bottom: 40px;
  }
  .workers-sidemenu .workers-sidemenu-list-sub li:last-child {
      margin-bottom: 0;
  }
  .workers-sidemenu .workers-sidemenu-list-sub li a {
      position: relative;
      font-weight: 300;
      font-size: 26px;
  }
  .workers-sidemenu .workers-sidemenu-list-sub li a:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 3px;
      left: -25px;
      width: 1px;
      height: 18px;
      background-color: #000;
  }
  .workers-sidemenu .workers-sidemenu-list-sub li a:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 48%;
      left: -24px;
      width: 10px;
      height: 1px;
      background-color: #000;
  }
  .workers-sidemenu .workers-sidemenu-list-sub li a.carrent {
      color: #e85b0a;
      font-weight: 500;
  }
  .workers-sidemenu .search-link {
      text-align: center;
      width: 100%;
  }
  .workers-sidemenu .l_mypage {
      margin-top: 0;
      position: relative;
      display: inline-block;
      width: 100%;
      height: 70px;
      background-color: #e85b0a;
      border-bottom: 10px solid #b34201;
      text-align: center;
      color: #fff;
      line-height: 70px;
  }
  .workers-sidemenu .l_mypage:hover {
      margin-top: 0;
      border-bottom: 10px solid #b34201;
  }
  .workers-sidemenu .l_mypage img {
      position: absolute;
      top: -20px;
      left: -35px;
      width: 76px;
  }
}
#workers_beginner .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/workers/top/main_vis-2.jpg);
}
#workers_beginner .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#workers_beginner .flex_wrapper {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#workers_beginner .workers_page_content {
  width: 80%;
  padding: 80px 0 120px;
}
#workers_beginner .workers_page_content .workers_page_content_wrap {
  width: 700px;
  margin: 0 auto;
}
#workers_beginner .workers_page_content .workers-toptext .workers-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
}
#workers_beginner .workers_page_content .workers-toptext .workers-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a;
}
#workers_beginner .workers_page_content .common {
  margin-bottom: 20px;
}
#workers_beginner .workers_page_content .workers_content {
  margin-bottom: 60px;
}
#workers_beginner .workers_page_content .workers_content .workers_title {
  border-bottom: 1px solid #82786e;
  margin-bottom: 20px;
}
#workers_beginner .workers_page_content .workers_content .workers_title > span {
  display: inline-block;
  font-size: 26px;
  font-weight: 300;
  padding: 0 0 10px 15px;
}
#workers_beginner .workers_page_content .workers_content .workers_title .workers_title_icon {
  display: inline-block;
  vertical-align: bottom;
  background-color: #82786e;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 30px;
}
#workers_beginner .workers_page_content .workers_content .workers_title .workers_title_icon span {
  font-size: 25px;
  font-weight: 900;
  line-height: 1px;
}
#workers_beginner .workers_page_content .workers_content .text {
  margin-top: 20px;
  line-height: 1.8666;
  font-size: 15px;
}
#workers_beginner .workers_page_content .workers_content .text .pink {
  color: #e85b0a;
}
#workers_beginner .workers_page_content .link_wrap {
  text-align: center;
}
#workers_beginner .workers_page_content .link_wrap .l_mypage,
#workers_beginner .workers_page_content .link_wrap .workers-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  margin: 0 20px;
  background-color: #e85b0a;
  border-bottom: 6px solid #b34201;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
#workers_beginner .workers_page_content .link_wrap .l_mypage:hover,
#workers_beginner .workers_page_content .link_wrap .workers-link:hover {
  margin-top: 6px;
  border-bottom: none;
  opacity: 1;
}
#workers_beginner .workers_page_content .link_wrap .l_mypage img,
#workers_beginner .workers_page_content .link_wrap .workers-link img {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  #workers_beginner .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/workers/top/sp-main_vis-2.jpg);
  }
  #workers_beginner .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 50px;
      color: #fff;
      padding: 180px 0;
  }
  #workers_beginner .flex_wrapper {
      width: 100%;
      display: block;
  }
  #workers_beginner .workers_page_content {
      width: 100%;
      padding: 100px 0 120px;
  }
  #workers_beginner .workers_page_content .workers_page_content_wrap {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #workers_beginner .workers_page_content .workers-toptext .workers-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
  }
  #workers_beginner .workers_page_content .workers-toptext .workers-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #e85b0a;
  }
  #workers_beginner .workers_page_content .common {
      margin-bottom: 40px;
      font-size: 24px;
  }
  #workers_beginner .workers_page_content .workers_content {
      margin-bottom: 60px;
  }
  #workers_beginner .workers_page_content .workers_content .workers_title {
      border-bottom: 1px solid #82786e;
      margin-bottom: 30px;
  }
  #workers_beginner .workers_page_content .workers_content .workers_title > span {
      display: inline-block;
      font-size: 36px;
      font-weight: 300;
      padding: 0 0 15px 10px;
  }
  #workers_beginner .workers_page_content .workers_content .workers_title .workers_title_icon {
      display: inline-block;
      vertical-align: bottom;
      background-color: #82786e;
      color: #fff;
      font-size: 22px;
      font-weight: 300;
      width: 90px;
      height: 85px;
      padding-top: 5px;
      text-align: center;
      line-height: 43px;
  }
  #workers_beginner .workers_page_content .workers_content .workers_title .workers_title_icon span {
      font-size: 36px;
      font-weight: 900;
      line-height: 0;
  }
  #workers_beginner .workers_page_content .workers_content .text {
      margin-top: 30px;
      line-height: 1.765;
      font-size: 25px;
  }
  #workers_beginner .workers_page_content .workers_content .text .pink {
      color: #e85b0a;
  }
  #workers_beginner .workers_page_content .link_wrap {
      text-align: center;
  }
  #workers_beginner .workers_page_content .link_wrap .l_mypage,
  #workers_beginner .workers_page_content .link_wrap .workers-link {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 45%;
      height: 70px;
      margin: 0 2%;
      background-color: #e85b0a;
      border-bottom: 10px solid #b34201;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 70px;
  }
  #workers_beginner .workers_page_content .link_wrap .l_mypage:hover,
  #workers_beginner .workers_page_content .link_wrap .workers-link:hover {
      margin-top: 0;
      border-bottom: 10px solid #b34201;
      opacity: 1;
  }
  #workers_beginner .workers_page_content .link_wrap .l_mypage img,
  #workers_beginner .workers_page_content .link_wrap .workers-link img {
      position: absolute;
      top: -20px;
      left: -25px;
      width: 76px;
  }
}
.workers_introduce .workers_content .workers_content_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.workers_introduce .workers_content .col2 a {
  border: 5px solid #82786e;
  text-align: center;
}
.workers_introduce .workers_content .col2 a.job_large {
  width: 47%;
  height: 173px;
  margin-bottom: 20px;
}
.workers_introduce .workers_content .col2 a.job_small {
  width: 21%;
  height: 173px;
}
.workers_introduce .workers_content .col2 a > img {
  height: 70%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.workers_introduce .workers_content .col2 a h4 {
  padding-top: 10px;
  line-height: 1;
  font-size: 20px;
  font-weight: 300;
}
.workers_introduce .workers_content .col2 a.job_small h4 {
  font-size: 16px;
}
.workers_introduce .workers_content .col2 a h4 img {
  width: auto;
  height: 38px;
  margin-top: -10px;
  margin-right: 15px;
  vertical-align: middle;
}
.workers_introduce .workers_content .col2 a.job_small h4 img {
  height: 25px;
  margin-top: -5px;
}
.workers_content .clearfix::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .workers_introduce .workers_content .col2 a {
      width: 45% !important;
      height: 238px !important;
      margin-bottom: 40px !important;
      margin-right: 0 !important;
  }
  .workers_introduce .workers_content .col2 a.job_large {
      width: 100% !important;
  }
  .workers_introduce .workers_content .col2 a > img {
      display: inline-block;
      vertical-align: top;
      line-height: 1;
  }
  .workers_introduce .workers_content .col2 a h4 {
      padding-top: 15px;
  }
  .workers_introduce .workers_content .col2 a::after,
  .workers_introduce .workers_content .col2 a::before {
      display: none;
  }
  .workers_introduce .workers_content .col2 a h4 {
      padding-top: 20px;
      font-size: 28px;
  }
  .workers_introduce .workers_content .col2 a.job_small h4 {
      font-size: 28px;
  }
  .workers_introduce .workers_content .col2 a.job_small h4 img {
      height: 38px;
      margin-top: -10px;
      margin-right: 15px;
  }
}
.workers_variety {
  border-top: 1px solid #82786e;
}
.workers_variety .workers_content .workers_main_vis {
  display: block;
  width: 100%;
  height: auto;
  border: 5px solid #82786e;
  margin-bottom: 40px;
}
.workers_variety .workers_content .text {
  margin-bottom: 40px;
  line-height: 1.8666;
  font-size: 15px;
}
.workers_variety .workers_content .sankaku {
  text-align: center;
}
.workers_variety .workers_content .sankaku span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 40px;
}
.workers_variety .workers_content .sankaku span:before {
  position: absolute;
  left: 25px;
  top: -5px;
  z-index: -1;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 65px 0 65px;
  border-color: #e9e6e4 transparent transparent transparent;
}
.workers_variety .workers_content .balloon {
  position: relative;
  width: 550px;
  margin: 0 auto 40px;
}
.workers_variety .workers_content .balloon img {
  width: 100%;
}
.workers_variety .workers_content .balloon .balloon_text1 {
  position: absolute;
  top: 55px;
  left: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.workers_variety .workers_content .balloon .balloon_text2 {
  position: absolute;
  top: 55px;
  left: 232px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.workers_variety .workers_content .balloon .balloon_text3 {
  position: absolute;
  top: 55px;
  left: 408px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.workers_variety .workers_content .works_about_box {
  margin-bottom: 40px;
}
.workers_variety .workers_content .works_about_box h4 {
  padding: 7px 0 7px 15px;
  background-color: #82786e;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}
.workers_variety .workers_content .works_about_box p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8666;
}
.workers_variety .workers_content .works_about_box p b {
  font-weight: 700;
}
.workers_variety .workers_content .works_about_box p:last-child {
  margin-bottom: 0;
}
.workers_variety .workers_content .works_about_box ul {
  list-style-type: circle;
}
.workers_variety .workers_content .works_about_box ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.8666;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .workers_variety .workers_content .workers_main_vis {
      display: block;
      width: 100%;
      height: auto;
      border: 5px solid #82786e;
      margin-bottom: 40px;
  }
  .workers_variety .workers_content .text {
      margin-bottom: 40px;
      line-height: 1.6666;
      font-size: 25px;
  }
  .workers_variety .workers_content .sankaku {
      text-align: center;
      padding-top: 20px;
  }
  .workers_variety .workers_content .sankaku span {
      position: relative;
      z-index: 2;
      display: inline-block;
      font-size: 30px;
      font-weight: 700;
      padding: 0 0 60px;
  }
  .workers_variety .workers_content .sankaku span:before {
      position: absolute;
      left: 50px;
      top: -5px;
      z-index: -1;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 80px 90px 0 90px;
      border-color: #e9e6e4 transparent transparent transparent;
  }
  .workers_variety .workers_content .balloon {
      position: relative;
      width: initial;
      margin: 0 auto 40px;
  }
  .workers_variety .workers_content .balloon img {
      width: 100%;
  }
  .workers_variety .workers_content .balloon .balloon_text1 {
      position: absolute;
      top: 60px;
      left: 30px;
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      color: #fff;
  }
  .workers_variety .workers_content .balloon .balloon_text2 {
      position: absolute;
      top: 60px;
      left: 248px;
      text-align: center;
      font-weight: 700;
      font-size: 22px;
      color: #fff;
  }
  .workers_variety .workers_content .balloon .balloon_text3 {
      position: absolute;
      top: 60px;
      left: 438px;
      text-align: center;
      font-weight: 700;
      font-size: 22px;
      color: #fff;
  }
  .workers_variety .workers_content .works_about_box {
      margin-bottom: 40px;
  }
  .workers_variety .workers_content .works_about_box h4 {
      padding: 10px 0 10px 15px;
      background-color: #82786e;
      color: #fff;
      font-size: 28px;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 20px;
  }
  .workers_variety .workers_content .works_about_box p {
      margin-bottom: 30px;
      font-size: 25px;
      line-height: 1.8666;
  }
  .workers_variety .workers_content .works_about_box p b {
      font-weight: 700;
  }
  .workers_variety .workers_content .works_about_box p:last-child {
      margin-bottom: 0;
  }
  .workers_variety .workers_content .works_about_box ul {
      list-style-type: circle;
  }
  .workers_variety .workers_content .works_about_box ul li {
      text-indent: -1em;
      padding-left: 1em;
      font-size: 25px;
      line-height: 1.8666;
      font-weight: 300;
  }
}
.workers_callcenter .workers_content .balloon .balloon_text1 {
  top: 75px;
  left: 54px;
}
.workers_callcenter .workers_content .balloon .balloon_text2 {
  top: 60px;
  left: 223px;
}
.workers_callcenter .workers_content .balloon .balloon_text3 {
  top: 60px;
  left: 418px;
}
@media screen and (max-width: 768px) {
  .workers_callcenter .workers_content .balloon .balloon_text1 {
      top: 80px;
      left: 49px;
      font-size: 24px;
  }
  .workers_callcenter .workers_content .balloon .balloon_text2 {
      top: 60px;
      left: 236px;
  }
  .workers_callcenter .workers_content .balloon .balloon_text3 {
      top: 60px;
      left: 448px;
  }
}
@media screen and (max-width: 768px) {
  .workers_callcenter .workers-link {
      width: 75% !important;
  }
}
.workers_engineer .workers_content .balloon .balloon_text1 {
  top: 60px;
  left: 45px;
}
.workers_engineer .workers_content .balloon .balloon_text2 {
  top: 60px;
  left: 240px;
}
.workers_engineer .workers_content .balloon .balloon_text3 {
  top: 60px;
  left: 398px;
}
@media screen and (max-width: 768px) {
  .workers_engineer .workers_content .balloon .balloon_text1 {
      top: 60px;
      left: 37px;
      font-size: 24px;
  }
  .workers_engineer .workers_content .balloon .balloon_text2 {
      top: 60px;
      left: 256px;
  }
  .workers_engineer .workers_content .balloon .balloon_text3 {
      top: 65px;
      left: 426px;
  }
}
@media screen and (max-width: 768px) {
  .workers_engineer .workers-link {
      width: 75% !important;
  }
}
.workers_forcustomer .workers_content .balloon .balloon_text1 {
  top: 60px;
  left: 45px;
}
.workers_forcustomer .workers_content .balloon .balloon_text2 {
  top: 75px;
  left: 214px;
}
.workers_forcustomer .workers_content .balloon .balloon_text3 {
  top: 60px;
  left: 417px;
}
@media screen and (max-width: 768px) {
  .workers_forcustomer .workers_content .balloon .balloon_text1 {
      top: 60px;
      left: 37px;
      font-size: 24px;
  }
  .workers_forcustomer .workers_content .balloon .balloon_text2 {
      top: 80px;
      left: 224px;
  }
  .workers_forcustomer .workers_content .balloon .balloon_text3 {
      top: 65px;
      left: 448px;
  }
}
@media screen and (max-width: 768px) {
  .workers_forcustomer .workers-link {
      width: 75% !important;
  }
}
.workers_lightwork .workers_content .balloon .balloon_text1 {
  top: 80px;
  left: 45px;
}
.workers_lightwork .workers_content .balloon .balloon_text2 {
  top: 60px;
  left: 232px;
}
.workers_lightwork .workers_content .balloon .balloon_text3 {
  top: 80px;
  left: 402px;
}
@media screen and (max-width: 768px) {
  .workers_lightwork .workers_content .balloon .balloon_text1 {
      top: 80px;
      left: 37px;
      font-size: 24px;
  }
  .workers_lightwork .workers_content .balloon .balloon_text2 {
      top: 65px;
      left: 247px;
  }
  .workers_lightwork .workers_content .balloon .balloon_text3 {
      top: 80px;
      left: 426px;
  }
}
@media screen and (max-width: 768px) {
  .workers_lightwork .workers-link {
      width: 75% !important;
  }
}
#securitywork_complete .sec1 .wrapper p {
  max-width: 1000px;
  margin: 80px 50px;
  width: 100%;
  font-size: 15px;
  line-height: 1.8666;
}
@media screen and (max-width: 768px) {
  #securitywork_complete .sec1 .wrapper p {
      max-width: initial;
      margin: 80px 0;
      width: 100%;
      font-size: 25px;
      line-height: 1.8666;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
}
.workers_work_flow .workers_content .flow_list {
  position: relative;
}
.workers_work_flow .workers_content .flow_list:before {
  position: absolute;
  top: 0;
  left: 57.5px;
  z-index: -1;
  content: "";
  width: 5px;
  height: 1180px;
  background-color: #c5beb8;
}
.workers_work_flow .workers_content .flow_list li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.workers_work_flow .workers_content .flow_list li:last-child {
  margin-bottom: 0;
}
.workers_work_flow .workers_content .flow_list li > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.workers_work_flow .workers_content .flow_list li > div:first-child {
  width: 120px;
}
.workers_work_flow .workers_content .flow_list li > div:last-child {
  width: 580px;
  padding-left: 40px;
}
.workers_work_flow .workers_content .flow_list li > div:last-child h4 {
  color: #e85b0a;
  font-size: 22px;
  font-weight: 300;
}
.workers_work_flow .workers_content .flow_list li > div:last-child p {
  font-size: 15px;
  line-height: 1.8666;
}
.workers_work_flow .workers_content .flow_list li > div:last-child > div {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #c5beb8;
  padding: 10px;
  margin-top: 10px;
}
.workers_work_flow .workers_content .flow_list li > div:last-child > div h5 {
  font-size: 15px;
  font-weight: 500;
}
.workers_work_flow .workers_content .flow_list li:nth-child(4) > div:last-child h4 {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .workers_work_flow .workers_content .flow_list {
      position: relative;
  }
  .workers_work_flow .workers_content .flow_list:before {
      position: absolute;
      top: 0;
      left: 87.5px;
      z-index: -1;
      content: "";
      width: 5px;
      height: 2300px;
      background-color: #c5beb8;
  }
  .workers_work_flow .workers_content .flow_list li {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px;
  }
  .workers_work_flow .workers_content .flow_list li:last-child {
      margin-bottom: 0;
  }
  .workers_work_flow .workers_content .flow_list li > * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  .workers_work_flow .workers_content .flow_list li > div:first-child {
      width: 256px;
  }
  .workers_work_flow .workers_content .flow_list li > div:last-child {
      padding-left: 15px;
  }
  .workers_work_flow .workers_content .flow_list li > div:last-child h4 {
      color: #e85b0a;
      font-size: 32px;
      font-weight: 300;
  }
  .workers_work_flow .workers_content .flow_list li > div:last-child p {
      font-size: 25px;
      line-height: 1.8666;
  }
  .workers_work_flow .workers_content .flow_list li > div:last-child > div {
      max-width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 5px solid #c5beb8;
      padding: 10px;
      margin-top: 10px;
  }
  .workers_work_flow .workers_content .flow_list li > div:last-child > div h5 {
      font-size: 25px;
      font-weight: 500;
  }
  .workers_work_flow .workers_content .flow_list li > div:last-child > div p {
      font-size: 25px;
      line-height: 1.8666;
  }
  .workers_work_flow .workers_content .flow_list li:nth-child(4) > div:last-child h4 {
      padding-top: 47px;
  }
}
.workers_work_experiences .workers_content .voice_wrap {
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}
.workers_work_experiences .workers_content .voice_wrap:last-child {
  margin-bottom: 0;
}
.workers_work_experiences .workers_content .voice_wrap .lt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: auto;
  padding: 7px;
  background-color: #fff;
}
.workers_work_experiences .workers_content .voice_wrap .lt img {
  width: 100%;
}
.workers_work_experiences .workers_content .voice_wrap .rb {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 34px;
  height: auto;
  padding: 7px;
  background-color: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.workers_work_experiences .workers_content .voice_wrap .rb img {
  width: 100%;
}
.workers_work_experiences .workers_content .voice_wrap h4 {
  display: inline-block;
  padding: 5px 25px 0 45px;
  line-height: 1;
  background-color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.workers_work_experiences .workers_content .voice_wrap h4 b {
  font-size: 24px;
  font-weight: 700;
  padding: 0 10px 0 5px;
}
.workers_work_experiences .workers_content .voice_wrap h4 span {
  font-size: 30px;
  font-weight: 300;
}
.workers_work_experiences .workers_content .voice_wrap h4 small {
  font-size: 20px;
  font-weight: 300;
}
.workers_work_experiences .workers_content .voice_wrap .voice_inner {
  margin-top: -15px;
  padding: 30px 20px 15px;
  border: 5px solid #c5beb8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.workers_work_experiences .workers_content .voice_wrap .voice_inner .about {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background-color: #e9e6e4;
}
.workers_work_experiences .workers_content .voice_wrap .voice_inner .about .l_text {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
}
.workers_work_experiences .workers_content .voice_wrap .voice_inner .about .l_text img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
  margin: -5px 10px 0 4px;
}
.workers_work_experiences .workers_content .voice_wrap .voice_inner .about .r_text {
  width: 480px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 300;
}
.workers_work_experiences .workers_content .voice_wrap .voice_inner .skill {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin: 10px 0 20px;
  background-color: #e9e6e4;
}
.workers_work_experiences .workers_content .voice_wrap .voice_inner .skill .l_text {
  width: 175px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
}
.workers_work_experiences .workers_content .voice_wrap .voice_inner .skill .l_text img {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: auto;
  margin-top: -4px;
  margin-right: 10px;
}
.workers_work_experiences .workers_content .voice_wrap .voice_inner .skill .r_text {
  width: 390px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 300;
}
.workers_work_experiences .workers_content .voice_wrap .voice_inner .voice_content {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8666;
}
.workers_work_experiences .workers_content .voice_wrap .voice_inner .voice_content .right {
  width: 140px;
  margin: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .workers_work_experiences .workers_content .voice_wrap {
      position: relative;
      padding: 0 0;
      margin-bottom: 40px;
  }
  .workers_work_experiences .workers_content .voice_wrap:last-child {
      margin-bottom: 0;
  }
  .workers_work_experiences .workers_content .voice_wrap .lt {
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 10px;
      left: -15px;
      width: 50px;
      height: auto;
      padding: 0 30px 10px 0;
      background-color: #fff;
  }
  .workers_work_experiences .workers_content .voice_wrap .lt img {
      width: 100%;
  }
  .workers_work_experiences .workers_content .voice_wrap .rb {
      display: inline-block;
      position: absolute;
      z-index: 1;
      bottom: -15px;
      right: -15px;
      width: 50px;
      height: auto;
      padding: 0 10px 10px 0;
      background-color: #fff;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  .workers_work_experiences .workers_content .voice_wrap .rb img {
      width: 100%;
  }
  .workers_work_experiences .workers_content .voice_wrap h4 {
      position: relative;
      z-index: 10;
      display: inline-block;
      padding: 5px 25px 0 0;
      margin-left: 50px;
      line-height: 1.3;
      background-color: #fff;
      font-size: 26px;
      font-weight: 300;
  }
  .workers_work_experiences .workers_content .voice_wrap h4 b {
      font-size: 34px;
      font-weight: 700;
      padding: 0 10px 0 5px;
  }
  .workers_work_experiences .workers_content .voice_wrap h4 span {
      font-size: 40px;
      font-weight: 300;
  }
  .workers_work_experiences .workers_content .voice_wrap h4 small {
      font-size: 30px;
      font-weight: 300;
  }
  .workers_work_experiences .workers_content .voice_wrap .voice_inner {
      margin-top: -75px;
      padding: 85px 20px 15px;
      border: 5px solid #c5beb8;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  .workers_work_experiences .workers_content .voice_wrap .voice_inner .about {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px;
      background-color: #e9e6e4;
  }
  .workers_work_experiences .workers_content .voice_wrap .voice_inner .about .l_text {
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      font-size: 25px;
      font-weight: 500;
      margin-bottom: 5px;
  }
  .workers_work_experiences .workers_content .voice_wrap .voice_inner .about .l_text img {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: auto;
      margin: -5px 10px 0 4px;
  }
  .workers_work_experiences .workers_content .voice_wrap .voice_inner .about .r_text {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      font-size: 25px;
      font-weight: 300;
  }
  .workers_work_experiences .workers_content .voice_wrap .voice_inner .skill {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px;
      margin: 20px 0 30px;
      background-color: #e9e6e4;
  }
  .workers_work_experiences .workers_content .voice_wrap .voice_inner .skill .l_text {
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      font-size: 25px;
      font-weight: 500;
      margin-bottom: 5px;
  }
  .workers_work_experiences .workers_content .voice_wrap .voice_inner .skill .l_text img {
      display: inline-block;
      vertical-align: middle;
      width: 36px;
      height: auto;
      margin-top: -4px;
      margin-right: 10px;
  }
  .workers_work_experiences .workers_content .voice_wrap .voice_inner .skill .r_text {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      font-size: 25px;
      font-weight: 300;
  }
  .workers_work_experiences .workers_content .voice_wrap .voice_inner .voice_content {
      font-size: 25px;
      font-weight: 300;
      line-height: 1.8666;
  }
  .workers_work_experiences .workers_content .voice_wrap .voice_inner .voice_content .right {
      width: 250px;
      margin: 0 0 10px 10px;
  }
}
.workers_qa_worker .workers_content ul {
  margin-bottom: 60px;
}
.workers_qa_worker .workers_content ul li {
  padding: 20px 0;
  border-top: 1px solid #82786e;
}
.workers_qa_worker .workers_content ul li:last-child {
  border-bottom: 1px solid #82786e;
}
.workers_qa_worker .workers_content ul li > div img {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  margin-right: 20px;
  line-height: 1.8666;
}
.workers_qa_worker .workers_content ul li > div p {
  width: 91%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.8666;
  padding-top: 4px;
}
.workers_qa_worker .workers_content ul li .que {
  margin-bottom: 10px;
}
.workers_qa_worker .workers_content ul li .que p {
  font-weight: 500;
  font-size: 17px;
  color: #143c5a;
  padding-top: 2px;
}
.workers_qa_worker .link_wrap p {
  font-size: 15px;
  margin-bottom: 10px;
}
.workers_qa_worker .link_wrap p span {
  font-weight: 500;
  color: #e85b0a;
}
@media screen and (max-width: 768px) {
  .workers_qa_worker .workers_content ul {
      margin-bottom: 60px;
  }
  .workers_qa_worker .workers_content ul li {
      padding: 20px 0;
      border-top: 1px solid #82786e;
  }
  .workers_qa_worker .workers_content ul li:last-child {
      border-bottom: 1px solid #82786e;
  }
  .workers_qa_worker .workers_content ul li > div img {
      display: inline-block;
      vertical-align: middle;
      width: 54px;
      margin-right: 20px;
      line-height: 1.8666;
  }
  .workers_qa_worker .workers_content ul li > div p {
      width: 87%;
      display: inline-block;
      vertical-align: top;
      font-size: 25px;
      line-height: 1.8666;
      padding-top: 8px;
  }
  .workers_qa_worker .workers_content ul li .que {
      margin-bottom: 10px;
  }
  .workers_qa_worker .workers_content ul li .que p {
      font-weight: 500;
      font-size: 27px;
      color: #143c5a;
      padding-top: 4px;
  }
  .workers_qa_worker .link_wrap p {
      font-size: 25px;
  }
  .workers_qa_worker .link_wrap p span {
      font-weight: 500;
      color: #e85b0a;
  }
  .workers_qa_worker .link_wrap .workers-link {
      padding-top: 5px;
  }
  .workers_qa_worker .link_wrap .workers-link.tel-link {
      text-decoration: none;
      line-height: 30px !important;
      padding-top: 5px;
  }
  .workers_qa_worker .link_wrap .workers-link.tel-link .tel-icon {
      position: relative !important;
      width: 21px !important;
      top: 3px !important;
      left: -5px !important;
  }
}
.business-sidemenu {
  width: 20%;
  padding: 80px 0 120px;
  border-left: 1px solid #82786e;
  background-color: #f3f2f1;
}
.business-sidemenu .business-sidemenu-list {
  padding-left: 40px;
}
.business-sidemenu .business-sidemenu-list li {
  margin-bottom: 20px;
}
.business-sidemenu .business-sidemenu-list li a {
  font-weight: 300;
  font-size: 15px;
}
.business-sidemenu .business-sidemenu-list li a.carrent {
  color: #143c5a;
  font-weight: 500;
}
.business-sidemenu .search-link {
  text-align: center;
  background-color: #143c5a;
  border-bottom: 6px solid #0c253d;
}
.business-sidemenu .l_mypage {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 230px;
  height: 50px;
  background-color: #143c5a;
  border-bottom: 6px solid #0c253d;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
.business-sidemenu .l_mypage:hover {
  margin-top: 26px;
  border-bottom: none;
  opacity: 1;
}
.business-sidemenu .l_mypage img {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .business-sidemenu {
      width: 100%;
      padding: 50px 0 80px;
      border-left: initial;
      border-top: 1px solid #82786e;
      border-bottom: 1px solid #82786e;
      background-color: #f3f2f1;
  }
  .business-sidemenu .business-sidemenu-list {
      padding-left: 40px;
  }
  .business-sidemenu .business-sidemenu-list li {
      margin-bottom: 40px;
  }
  .business-sidemenu .business-sidemenu-list li.btn {
      display: inline-block;
      vertical-align: top;
      width: 46%;
      margin-right: 3%;
      margin-top: 30px;
  }
  .business-sidemenu .business-sidemenu-list li.btn:last-child {
      margin-right: 0;
  }
  .business-sidemenu .business-sidemenu-list li a {
      font-weight: 300;
      font-size: 26px;
  }
  .business-sidemenu .business-sidemenu-list li a.carrent {
      color: #143c5a;
      font-weight: 500;
  }
  .business-sidemenu .search-link {
      text-align: center;
      width: 100%;
  }
  .business-sidemenu .l_mypage {
      margin-top: 0;
      position: relative;
      display: inline-block;
      width: 100%;
      height: 70px;
      background-color: #143c5a;
      border-bottom: 10px solid #0c253d;
      text-align: center;
      color: #fff;
      line-height: 70px;
  }
  .business-sidemenu .l_mypage:hover {
      margin-top: 0;
      border-bottom: 10px solid #0c253d;
  }
  .business-sidemenu .l_mypage img {
      position: absolute;
      top: -20px;
      left: -35px;
      width: 76px;
  }
}
#business_top .main_vis {
  background-image: url(../images/business/top/main_vis.jpg);
  background-position: center top;
  background-size: cover;
}
#business_top .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#business_top .wrapper {
  padding: 80px 0 120px;
}
#business_top .col3 {
  width: 1000px;
  margin: 0 auto 50px;
}
#business_top .col3:last-child {
  margin-bottom: 0;
}
#business_top .col3 .round_border {
  width: 306px;
  height: 248px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 25px 10px 30px;
  border: 5px solid #82786e;
  color: #000;
  text-align: center;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#business_top .col3 .round_border:nth-child(2) {
  margin: 0 32px;
}
#business_top .col3 .round_border::after,
#business_top .col3 .round_border::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
#business_top .col3 .round_border::before {
  top: -5px;
  left: -5px;
}
#business_top .col3 .round_border::after {
  bottom: -5px;
  right: -5px;
}
#business_top .col3 .round_border:hover {
  opacity: 1;
}
#business_top .col3 .round_border:hover::after,
#business_top .col3 .round_border:hover::before {
  width: 100%;
  height: 100%;
}
#business_top .col3 .round_border:hover::before {
  border-bottom-color: #143c5a;
  border-left-color: #143c5a;
  -webkit-transition: height 50ms, width 50ms 50ms, border-left-color 50ms, border-bottom-color 50ms 50ms;
  transition: height 50ms, width 50ms 50ms, border-left-color 50ms, border-bottom-color 50ms 50ms;
}
#business_top .col3 .round_border:hover::after {
  border-top-color: #143c5a;
  border-right-color: #143c5a;
  -webkit-transition: height 50ms 0.1s, width 50ms 0.15s, border-right-color 50ms 0.1s, border-top-color 50ms 0.15s;
  transition: height 50ms 0.1s, width 50ms 0.15s, border-right-color 50ms 0.1s, border-top-color 50ms 0.15s;
}
#business_top .col3 .round_border img {
  height: 75px;
  width: auto;
}
#business_top .col3 .round_border h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 1;
}
#business_top .col3 .round_border p {
  font-size: 15px;
  line-height: 1.6;
}
#business_top .business_begginer {
  padding: 50px 0;
  background-color: #f3f2f1;
}
#business_top .business_begginer .business_flow,
#business_top .business_begginer .col2,
#business_top .business_begginer h4,
#business_top .business_begginer > .bis_box,
#business_top .business_begginer > p {
  display: block;
  width: 1000px;
  margin: 0 auto;
}
#business_top .business_begginer h4 {
  font-size: 24px;
  font-weight: 500;
}
#business_top .business_begginer h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
  width: 20px;
  height: auto;
}
#business_top .business_begginer .business_flow {
  margin: 30px auto 40px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #143c5a;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#business_top .business_begginer .business_flow > p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
#business_top .business_begginer .business_flow > p img {
  height: 36px;
  margin: 0 0 -10px 10px;
}
#business_top .business_begginer .business_flow .flowwrap {
  margin-top: 10px;
}
#business_top .business_begginer .business_flow .flowwrap .flow_box {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
#business_top .business_begginer .business_flow .flowwrap .flow_box .top {
  height: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #143c5a;
}
#business_top .business_begginer .business_flow .flowwrap .flow_box .top img {
  width: 30px;
}
#business_top .business_begginer .business_flow .flowwrap .flow_box .top img.step1 {
  margin: 1px 10px -7px 10px;
}
#business_top .business_begginer .business_flow .flowwrap .flow_box .top img.step2 {
  margin: 1px 10px -6px 10px;
}
#business_top .business_begginer .business_flow .flowwrap .flow_box .top img.step3 {
  margin: 1px 10px -6px 10px;
}
#business_top .business_begginer .business_flow .flowwrap .flow_box .top img.step4 {
  margin: -2px 10px -6px 10px;
}
#business_top .business_begginer .business_flow .flowwrap .flow_box .top img.step5 {
  margin: 5px 10px -3px 10px;
}
#business_top .business_begginer .business_flow .flowwrap .flow_box .bottom {
  text-align: center;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #143c5a;
  padding-top: 11px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
}
#business_top .business_begginer .business_flow .flowwrap .flow_box .bottom small {
  font-size: 13px;
}
#business_top .business_begginer .business_flow .flowwrap .flow_box .bottom span {
  color: #ff0;
  font-weight: 500;
}
#business_top .business_begginer .business_flow .flowwrap .sankaku {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  width: 19px;
  height: 10px;
  position: relative;
}
#business_top .business_begginer .business_flow .flowwrap .sankaku:before {
  position: absolute;
  top: 50px;
  left: 5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #82786e;
}
#business_top .business_begginer > p {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8666;
}
#business_top .business_begginer .col2 {
  margin-bottom: 30px;
}
#business_top .business_begginer .col2 .bis_box {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}
#business_top .business_begginer .col2 .bis_box ul {
  height: 180px;
}
#business_top .business_begginer .col2 .bis_box ul li {
  margin-bottom: 5px;
}
#business_top .business_begginer .bis_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #143c5a;
}
#business_top .business_begginer .bis_box h5 {
  background-color: #143c5a;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  padding: 10px 20px;
}
#business_top .business_begginer .bis_box ul {
  background-color: #fff;
  padding: 10px 20px;
}
#business_top .business_begginer .bis_box ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.8666;
}
#business_top .business_begginer .bis_box ul li:before {
  content: "◆ ";
}
#business_top .business_begginer .merit_wrap {
  margin-top: 40px;
  text-align: center;
}
#business_top .business_begginer .merit_wrap img {
  width: 686px;
}
#business_top .link_wrap {
  padding-top: 50px;
  text-align: center;
}
#business_top .link_wrap .business-link,
#business_top .link_wrap .l_mypage {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  margin: 0 2%;
  background-color: #143c5a;
  border-bottom: 6px solid #0c253d;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
}
#business_top .link_wrap .business-link:hover,
#business_top .link_wrap .l_mypage:hover {
  margin-top: 6px;
  border-bottom: none;
  opacity: 1;
}
#business_top .link_wrap .business-link img,
#business_top .link_wrap .l_mypage img {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  #business_top .main_vis {
      background-image: url(../images/business/top/sp-main_vis.jpg);
  }
  #business_top .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  #business_top .wrapper {
      padding: 80px 0px 120px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #business_top .form-width .row {
    border-bottom: none;
  }
  #business_top div.wpcf7 {
    padding: 0 20px;
  }
  #business_top .col3 {
      width: 100%;
      padding: 0 20px 100px;
      margin-bottom: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #business_top .col3:last-child {
      margin-bottom: 0;
  }
  #business_top .col3 .round_border {
      width: 100%;
      height: initial;
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 20px;
      margin-top: 50px;
      border: 5px solid #82786e;
      color: #000;
      text-align: left;
      text-decoration: none;
      outline: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      background-color: transparent;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #business_top .col3 .round_border:nth-child(2) {
      margin: 0;
      margin-top: 50px;
  }
  #business_top .col3 .round_border::after,
  #business_top .col3 .round_border::before {
      display: none;
      position: absolute;
      z-index: 2;
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
  }
  #business_top .col3 .round_border::before {
      top: -5px;
      left: -5px;
  }
  #business_top .col3 .round_border::after {
      bottom: -5px;
      right: -5px;
  }
  #business_top .col3 .round_border:hover {
      opacity: 1;
  }
  #business_top .col3 .round_border:hover::after,
  #business_top .col3 .round_border:hover::before {
      width: 100%;
      height: 100%;
  }
  #business_top .col3 .round_border:hover::before {
      border-bottom-color: #143c5a;
      border-left-color: #143c5a;
      -webkit-transition: initial;
      transition: initial;
  }
  #business_top .col3 .round_border:hover::after {
      border-top-color: #143c5a;
      border-right-color: #143c5a;
      -webkit-transition: initial;
      transition: initial;
  }
  #business_top .col3 .round_border img {
      display: inline-block;
      vertical-align: middle;
      height: auto;
      width: 90px;
  }
  #business_top .col3 .round_border h4 {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px;
      font-size: 28px;
  }
  #business_top .col3 .round_border p {
      font-size: 25px;
      margin-top: 15px;
  }
  #business_top .business_begginer {
      padding: 100px 20px 60px;
      background-color: #f3f2f1;
  }
  #business_top .business_begginer .business_flow,
  #business_top .business_begginer .col2,
  #business_top .business_begginer h4,
  #business_top .business_begginer > .bis_box,
  #business_top .business_begginer > p {
      display: block;
      width: 100%;
      margin: 0 auto;
  }
  #business_top .business_begginer h4 {
      font-size: 34px;
      font-weight: 500;
  }
  #business_top .business_begginer h4 img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      margin-top: -5px;
      width: 40px;
      height: auto;
  }
  #business_top .business_begginer .business_flow {
      margin: 30px auto 40px;
      padding: 40px 20px 40px;
      background-color: #fff;
      border: 2px solid #143c5a;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #business_top .business_begginer .business_flow > p {
      display: block;
      margin: 0 auto;
      width: 80%;
      font-size: 30px;
      font-weight: 500;
      line-height: 1;
  }
  #business_top .business_begginer .business_flow > p img {
      display: block;
      margin: 10px auto 20px;
      width: 100%;
      height: 100%;
  }
  #business_top .business_begginer .business_flow .flowwrap {
      margin-top: 10px;
  }
  #business_top .business_begginer .business_flow .flowwrap .flow_box {
      width: 80%;
      display: block;
      vertical-align: top;
      line-height: 1;
      margin: 0 auto;
  }
  #business_top .business_begginer .business_flow .flowwrap .flow_box .top {
      height: 60px;
      font-size: 32px;
      font-weight: 500;
      color: #143c5a;
  }
  #business_top .business_begginer .business_flow .flowwrap .flow_box .top img {
      width: 50px;
  }
  #business_top .business_begginer .business_flow .flowwrap .flow_box .top img.step1 {
      margin: 11px 10px -11px 10px;
  }
  #business_top .business_begginer .business_flow .flowwrap .flow_box .top img.step2 {
      margin: 11px 10px -11px 10px;
  }
  #business_top .business_begginer .business_flow .flowwrap .flow_box .top img.step3 {
      margin: 11px 10px -11px 10px;
  }
  #business_top .business_begginer .business_flow .flowwrap .flow_box .top img.step4 {
      margin: 6px 10px -11px 10px;
  }
  #business_top .business_begginer .business_flow .flowwrap .flow_box .top img.step5 {
      margin: 19px 10px -11px 10px;
  }
  #business_top .business_begginer .business_flow .flowwrap .flow_box .bottom {
      text-align: center;
      height: initial;
      background-color: #143c5a;
      padding: 10px 10px 10px 20px;
      font-size: 35px;
      font-weight: 300;
      line-height: 1.7;
      color: #fff;
  }
  #business_top .business_begginer .business_flow .flowwrap .flow_box .bottom small {
      font-size: 23px;
  }
  #business_top .business_begginer .business_flow .flowwrap .flow_box .bottom span {
      color: #ff0;
      font-weight: 500;
  }
  #business_top .business_begginer .business_flow .flowwrap .sankaku {
      display: inline-block;
      vertical-align: top;
      line-height: 1;
      width: 19px;
      height: 45px;
      position: relative;
  }
  #business_top .business_begginer .business_flow .flowwrap .sankaku:before {
      position: absolute;
      top: 25px;
      left: 250px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 27px 0 27px;
      border-color: #82786e transparent transparent transparent;
  }
  #business_top .business_begginer > p {
      margin-bottom: 30px;
      font-size: 25px;
      font-weight: 300;
      line-height: 1.8666;
  }
  #business_top .business_begginer .col2 {
      margin-bottom: 30px;
  }
  #business_top .business_begginer .col2 .bis_box {
      display: inline-block;
      vertical-align: top;
      width: 100%;
  }
  #business_top .business_begginer .col2 .bis_box:first-child {
      margin-bottom: 30px;
  }
  #business_top .business_begginer .col2 .bis_box ul {
      height: initial;
  }
  #business_top .business_begginer .col2 .bis_box ul li {
      margin-bottom: 5px;
  }
  #business_top .business_begginer .bis_box {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #143c5a;
  }
  #business_top .business_begginer .bis_box h5 {
      background-color: #143c5a;
      color: #fff;
      font-size: 27px;
      font-weight: 300;
      padding: 20px;
      line-height: 1;
  }
  #business_top .business_begginer .bis_box ul {
      background-color: #fff;
      padding: 10px 20px;
  }
  #business_top .business_begginer .bis_box ul li {
      text-indent: -1em;
      padding-left: 1em;
      font-size: 25px;
      line-height: 1.8666;
  }
  #business_top .business_begginer .bis_box ul li:before {
      content: "◆ ";
  }
  #business_top .business_begginer .merit_wrap {
      margin-top: 40px;
      text-align: center;
  }
  #business_top .business_begginer .merit_wrap img {
      width: 100%;
  }
  #business_top .link_wrap {
      padding-top: 50px;
      text-align: center;
  }
  #business_top .link_wrap .business-link,
  #business_top .link_wrap .l_mypage {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 45%;
      height: 70px;
      margin: 0 2%;
      background-color: #143c5a;
      border-bottom: 10px solid #0c253d;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 70px;
  }
  #business_top .link_wrap .business-link:hover,
  #business_top .link_wrap .l_mypage:hover {
      margin-top: 10px;
      border-bottom: none;
      opacity: 1;
  }
  #business_top .link_wrap .business-link img,
  #business_top .link_wrap .l_mypage img {
      position: absolute;
      top: -10px;
      left: -10px;
      width: 76px;
  }
}
#business_system .main_vis {
  background-position: center top;
  background-size: cover;
  background-image: url(../images/business/top/main_vis.jpg);
}
#business_system .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#business_system .flex_wrapper {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#business_system .business_page_content {
  width: 80%;
  padding: 80px 0 120px;
}
#business_system .business_page_content .business_page_content_wrap {
  width: 700px;
  margin: 0 auto;
}
#business_system .business_page_content .business-toptext .business-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
}
#business_system .business_page_content .business-toptext .business-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #143c5a;
}
#business_system .business_page_content .common {
  margin-bottom: 20px;
}
#business_system .business_page_content .business_content {
  margin-bottom: 60px;
}
#business_system .business_page_content .business_content .business_title {
  border-bottom: 1px solid #82786e;
  margin-bottom: 20px;
}
#business_system .business_page_content .business_content .business_title > span {
  display: inline-block;
  font-size: 26px;
  font-weight: 300;
  padding: 0 0 10px 15px;
}
#business_system .business_page_content .business_content .business_title .business_title_icon {
  display: inline-block;
  vertical-align: bottom;
  background-color: #82786e;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 30px;
}
#business_system .business_page_content .business_content .business_title .business_title_icon span {
  font-size: 25px;
  font-weight: 900;
  line-height: 1px;
}
#business_system .business_page_content .business_content .text {
  margin-top: 20px;
  line-height: 1.8666;
  font-size: 15px;
}
#business_system .business_page_content .business_content .text .pink {
  color: #e85b0a;
}
#business_system .business_page_content .other_content {
  margin-bottom: 60px;
}
#business_system .business_page_content .other_content .other_content_title {
  font-size: 26px;
  font-weight: 500;
  border-left: 5px solid #143c5a;
  padding-left: 10px;
  line-height: 1.4;
}
#business_system .business_page_content .other_content p {
  padding: 20px 0;
  font-size: 15px;
  line-height: 1.8666;
}
#business_system .business_page_content .other_content ul li {
  border-top: 1px solid #82786e;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#business_system .business_page_content .other_content ul li:last-child {
  border-bottom: 1px solid #82786e;
}
#business_system .business_page_content .other_content ul li div {
  padding: 10px;
}
#business_system .business_page_content .other_content ul li div:first-child {
  width: 145px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f3f2f1;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666;
}
#business_system .business_page_content .other_content ul li div:last-child {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8666;
}
#business_system .business_page_content .link_wrap {
  text-align: center;
}
#business_system .business_page_content .link_wrap p {
  font-size: 15px;
  line-height: 1.8666;
  margin-bottom: 10px;
}
#business_system .business_page_content .link_wrap p span {
  color: #e85b0a;
  font-weight: 500;
}
#business_system .business_page_content .link_wrap .l_mypage,
#business_system .business_page_content .link_wrap .workers-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  margin: 0 20px;
  background-color: #143c5a;
  border-bottom: 6px solid #0c253d;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
#business_system .business_page_content .link_wrap .l_mypage:hover,
#business_system .business_page_content .link_wrap .workers-link:hover {
  margin-top: 6px;
  border-bottom: none;
  opacity: 1;
}
#business_system .business_page_content .link_wrap .l_mypage img,
#business_system .business_page_content .link_wrap .workers-link img {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  #business_system .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/business/top/sp-main_vis.jpg);
  }
  #business_system .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 50px;
      color: #fff;
      padding: 180px 0;
  }
  #business_system .flex_wrapper {
      width: 100%;
      display: block;
  }
  #business_system .business_page_content {
      width: 100%;
      padding: 100px 0 120px;
  }
  #business_system .business_page_content .business_page_content_wrap {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #business_system .business_page_content .business-toptext .business-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
  }
  #business_system .business_page_content .business-toptext .business-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #143c5a;
  }
  #business_system .business_page_content .common {
      margin-bottom: 40px;
      font-size: 24px;
  }
  #business_system .business_page_content .business_content {
      margin-bottom: 60px;
  }
  #business_system .business_page_content .business_content .business_title {
      border-bottom: 1px solid #82786e;
      margin-bottom: 30px;
  }
  #business_system .business_page_content .business_content .business_title > span {
      display: inline-block;
      font-size: 36px;
      font-weight: 300;
      padding: 0 0 15px 10px;
  }
  #business_system .business_page_content .business_content .business_title .business_title_icon {
      display: inline-block;
      vertical-align: bottom;
      background-color: #82786e;
      color: #fff;
      font-size: 22px;
      font-weight: 300;
      width: 90px;
      height: 85px;
      padding-top: 5px;
      text-align: center;
      line-height: 43px;
  }
  #business_system .business_page_content .business_content .business_title .business_title_icon span {
      font-size: 36px;
      font-weight: 900;
      line-height: 0;
  }
  #business_system .business_page_content .business_content .text {
      margin-top: 30px;
      line-height: 1.765;
      font-size: 25px;
  }
  #business_system .business_page_content .business_content .text .pink {
      color: #e85b0a;
  }
  #business_system .business_page_content .other_content {
      margin-bottom: 60px;
  }
  #business_system .business_page_content .other_content .other_content_title {
      font-size: 36px;
      font-weight: 500;
      border-left: 5px solid #143c5a;
      padding-left: 10px;
      line-height: 1.4;
  }
  #business_system .business_page_content .other_content p {
      padding: 20px 0;
      font-size: 25px;
      line-height: 1.8666;
  }
  #business_system .business_page_content .other_content ul li {
      border-top: 1px solid #82786e;
      display: block;
  }
  #business_system .business_page_content .other_content ul li:last-child {
      border-bottom: 1px solid #82786e;
  }
  #business_system .business_page_content .other_content ul li div {
      padding: 10px;
  }
  #business_system .business_page_content .other_content ul li div:first-child {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #f3f2f1;
      font-size: 25px;
      font-weight: 500;
      line-height: 1.8666;
  }
  #business_system .business_page_content .other_content ul li div:last-child {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 25px;
      font-weight: 300;
      line-height: 1.8666;
      padding-bottom: 30px;
  }
  #business_system .business_page_content .link_wrap {
      text-align: center;
  }
  #business_system .business_page_content .link_wrap .l_mypage,
  #business_system .business_page_content .link_wrap .workers-link {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 80%;
      height: 70px;
      margin: 0 2% 40px;
      background-color: #143c5a;
      border-bottom: 10px solid #0c253d;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 70px;
  }
  #business_system .business_page_content .link_wrap .l_mypage:last-child,
  #business_system .business_page_content .link_wrap .workers-link:last-child {
      margin-bottom: 0;
  }
  #business_system .business_page_content .link_wrap .l_mypage:hover,
  #business_system .business_page_content .link_wrap .workers-link:hover {
      margin-top: 10px;
      border-bottom: none;
      opacity: 1;
  }
  #business_system .business_page_content .link_wrap .l_mypage img,
  #business_system .business_page_content .link_wrap .workers-link img {
      position: absolute;
      top: -20px;
      left: -25px;
      width: 76px;
  }
  #business_system .business_page_content .link_wrap .l_mypage.tel-link,
  #business_system .business_page_content .link_wrap .workers-link.tel-link {
      text-decoration: none;
      line-height: 30px !important;
      padding-top: 5px;
  }
  #business_system .business_page_content .link_wrap .l_mypage.tel-link .tel-icon,
  #business_system .business_page_content .link_wrap .workers-link.tel-link .tel-icon {
      position: relative !important;
      width: 21px !important;
      top: 3px !important;
      left: -5px !important;
  }
}
#business_service .main_vis {
  background-position: center top;
  background-size: cover;
  background-image: url(../images/business/top/main_vis.jpg);
}
#business_service .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#business_service .flex_wrapper {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#business_service .business_page_content {
  width: 80%;
  padding: 80px 0 120px;
}
#business_service .business_page_content .business_page_content_wrap {
  width: 700px;
  margin: 0 auto;
}
#business_service .business_page_content .business-toptext .business-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
}
#business_service .business_page_content .business-toptext .business-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #143c5a;
}
#business_service .business_page_content .common {
  margin-bottom: 20px;
}
#business_service .business_page_content .business_content {
  margin-bottom: 60px;
}
#business_service .business_page_content .business_content .col2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#business_service .business_page_content .business_content .col2 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#business_service .business_page_content .business_content .col3 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#business_service .business_page_content .business_content .col3 div {
  width: 31%;
}
#business_service .business_page_content .business_content .top {
  padding: 15px;
  background-color: #82786e;
  color: #fff;
}
#business_service .business_page_content .business_content .top.col2 > div {
  line-height: 2;
}
#business_service .business_page_content .business_content .top.col2 > div:first-child {
  width: 50%;
}
#business_service .business_page_content .business_content .top.col2 > div:last-child {
  width: 47%;
}
#business_service .business_page_content .business_content .sankaku {
  position: relative;
  margin-bottom: 10px;
  height: 20px;
}
#business_service .business_page_content .business_content .sankaku span {
  position: absolute;
  top: 0;
  left: 330px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #80766d transparent transparent transparent;
}
#business_service .business_page_content .business_content .bottom > div {
  border: 1px solid #23afb9;
  margin-right: 3%;
}
#business_service .business_page_content .business_content .bottom > div:last-child {
  margin-right: 0;
}
#business_service .business_page_content .business_content .bottom h4 {
  background-color: #23afb9;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
}
#business_service .business_page_content .business_content .bottom p {
  padding: 15px;
}
#business_service .business_page_content .link_wrap {
  text-align: center;
}
#business_service .business_page_content .link_wrap p {
  font-size: 15px;
  line-height: 1.8666;
  margin-bottom: 10px;
}
#business_service .business_page_content .link_wrap p span {
  color: #e85b0a;
  font-weight: 500;
}
#business_service .business_page_content .link_wrap .l_mypage,
#business_service .business_page_content .link_wrap .workers-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  margin: 0 20px;
  background-color: #143c5a;
  border-bottom: 6px solid #0c253d;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
#business_service .business_page_content .link_wrap .l_mypage:hover,
#business_service .business_page_content .link_wrap .workers-link:hover {
  margin-top: 6px;
  border-bottom: none;
  opacity: 1;
}
#business_service .business_page_content .link_wrap .l_mypage img,
#business_service .business_page_content .link_wrap .workers-link img {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  #business_service .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/business/top/sp-main_vis.jpg);
  }
  #business_service .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 50px;
      color: #fff;
      padding: 180px 0;
  }
  #business_service .flex_wrapper {
      width: 100%;
      display: block;
  }
  #business_service .business_page_content {
      width: 100%;
      padding: 100px 0 120px;
  }
  #business_service .business_page_content .business_page_content_wrap {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #business_service .business_page_content .business-toptext .business-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
  }
  #business_service .business_page_content .business-toptext .business-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #143c5a;
  }
  #business_service .business_page_content .common {
      margin-bottom: 40px;
      font-size: 24px;
  }
  #business_service .business_page_content .business_content {
      margin-bottom: 60px;
  }
  #business_service .business_page_content .business_content .col2 {
      display: block;
  }
  #business_service .business_page_content .business_content .col2 > div {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      display: inline-block;
      vertical-align: top;
  }
  #business_service .business_page_content .business_content .col3 {
      display: block;
  }
  #business_service .business_page_content .business_content .col3 div {
      width: 100%;
  }
  #business_service .business_page_content .business_content .top {
      padding: 15px;
      background-color: #82786e;
      color: #fff;
      font-size: 25px;
      line-height: 1.8666;
  }
  #business_service .business_page_content .business_content .top.col2 > div {
      line-height: 1.8666;
  }
  #business_service .business_page_content .business_content .top.col2 > div:first-child {
      width: 100%;
  }
  #business_service .business_page_content .business_content .top.col2 > div:last-child {
      width: 100%;
  }
  #business_service .business_page_content .business_content .sankaku {
      position: relative;
      margin-bottom: 20px;
      height: 20px;
  }
  #business_service .business_page_content .business_content .sankaku span {
      position: absolute;
      top: -1px;
      left: 265px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      border-color: #80766d transparent transparent transparent;
  }
  #business_service .business_page_content .business_content .bottom > div {
      border: 1px solid #23afb9;
      margin-right: 0;
      margin-bottom: 30px;
  }
  #business_service .business_page_content .business_content .bottom > div:last-child {
      margin-right: 0;
      margin-bottom: 0;
  }
  #business_service .business_page_content .business_content .bottom h4 {
      background-color: #23afb9;
      color: #fff;
      font-size: 28px;
      font-weight: 500;
      padding: 10px 15px;
  }
  #business_service .business_page_content .business_content .bottom p {
      padding: 15px;
      font-size: 25px;
      line-height: 1.8666;
  }
  #business_service .business_page_content .link_wrap {
      text-align: center;
  }
  #business_service .business_page_content .link_wrap .l_mypage,
  #business_service .business_page_content .link_wrap .workers-link {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 80%;
      height: 70px;
      margin: 0 2% 40px;
      background-color: #143c5a;
      border-bottom: 10px solid #0c253d;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 70px;
  }
  #business_service .business_page_content .link_wrap .l_mypage:last-child,
  #business_service .business_page_content .link_wrap .workers-link:last-child {
      margin-bottom: 0;
  }
  #business_service .business_page_content .link_wrap .l_mypage:hover,
  #business_service .business_page_content .link_wrap .workers-link:hover {
      margin-top: 10px;
      border-bottom: none;
      opacity: 1;
  }
  #business_service .business_page_content .link_wrap .l_mypage img,
  #business_service .business_page_content .link_wrap .workers-link img {
      position: absolute;
      top: -20px;
      left: -25px;
      width: 76px;
  }
  #business_service .business_page_content .link_wrap .l_mypage.tel-link,
  #business_service .business_page_content .link_wrap .workers-link.tel-link {
      text-decoration: none;
      line-height: 30px !important;
      padding-top: 5px;
  }
  #business_service .business_page_content .link_wrap .l_mypage.tel-link .tel-icon,
  #business_service .business_page_content .link_wrap .workers-link.tel-link .tel-icon {
      position: relative !important;
      width: 21px !important;
      top: 3px !important;
      left: -5px !important;
  }
}
#business_qa .main_vis {
  background-position: center top;
  background-size: cover;
  background-image: url(../images/business/top/main_vis.jpg);
}
#business_qa .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#business_qa .flex_wrapper {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#business_qa .business_page_content {
  width: 80%;
  padding: 80px 0 120px;
}
#business_qa .business_page_content .business_page_content_wrap {
  width: 700px;
  margin: 0 auto;
}
#business_qa .business_page_content .business-toptext .business-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
}
#business_qa .business_page_content .business-toptext .business-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #143c5a;
}
#business_qa .business_page_content .common {
  margin-bottom: 20px;
}
#business_qa .business_page_content .business_content ul {
  margin-bottom: 60px;
}
#business_qa .business_page_content .business_content ul li {
  padding: 20px 0;
  border-top: 1px solid #82786e;
}
#business_qa .business_page_content .business_content ul li:last-child {
  border-bottom: 1px solid #82786e;
}
#business_qa .business_page_content .business_content ul li > div img {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  margin-right: 20px;
  line-height: 1.8666;
}
#business_qa .business_page_content .business_content ul li > div p {
  width: 91%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.8666;
  padding-top: 4px;
}
#business_qa .business_page_content .business_content ul li .que {
  margin-bottom: 10px;
}
#business_qa .business_page_content .business_content ul li .que p {
  font-weight: 500;
  font-size: 17px;
  color: #143c5a;
  padding-top: 2px;
}
#business_qa .business_page_content .link_wrap {
  text-align: center;
}
#business_qa .business_page_content .link_wrap p {
  font-size: 15px;
  line-height: 1.8666;
  margin-bottom: 10px;
}
#business_qa .business_page_content .link_wrap p span {
  color: #e85b0a;
  font-weight: 500;
}
#business_qa .business_page_content .link_wrap .l_mypage,
#business_qa .business_page_content .link_wrap .workers-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  margin: 0 20px;
  background-color: #143c5a;
  border-bottom: 6px solid #0c253d;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
#business_qa .business_page_content .link_wrap .l_mypage:hover,
#business_qa .business_page_content .link_wrap .workers-link:hover {
  margin-top: 6px;
  border-bottom: none;
  opacity: 1;
}
#business_qa .business_page_content .link_wrap .l_mypage img,
#business_qa .business_page_content .link_wrap .workers-link img {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  #business_qa .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/business/top/sp-main_vis.jpg);
  }
  #business_qa .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 50px;
      color: #fff;
      padding: 180px 0;
  }
  #business_qa .flex_wrapper {
      width: 100%;
      display: block;
  }
  #business_qa .business_page_content {
      width: 100%;
      padding: 100px 0 120px;
  }
  #business_qa .business_page_content .business_page_content_wrap {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #business_qa .business_page_content .business-toptext .business-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
  }
  #business_qa .business_page_content .business-toptext .business-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #143c5a;
  }
  #business_qa .business_page_content .common {
      margin-bottom: 40px;
      font-size: 24px;
  }
  #business_qa .business_page_content .business_content ul {
      margin-bottom: 60px;
  }
  #business_qa .business_page_content .business_content ul li {
      padding: 20px 0;
      border-top: 1px solid #82786e;
  }
  #business_qa .business_page_content .business_content ul li:last-child {
      border-bottom: 1px solid #82786e;
  }
  #business_qa .business_page_content .business_content ul li > div img {
      display: inline-block;
      vertical-align: middle;
      width: 54px;
      margin-right: 20px;
      line-height: 1.8666;
  }
  #business_qa .business_page_content .business_content ul li > div p {
      width: 87%;
      display: inline-block;
      vertical-align: top;
      font-size: 25px;
      line-height: 1.8666;
      padding-top: 8px;
  }
  #business_qa .business_page_content .business_content ul li .que {
      margin-bottom: 10px;
  }
  #business_qa .business_page_content .business_content ul li .que p {
      font-weight: 500;
      font-size: 27px;
      color: #143c5a;
      padding-top: 4px;
  }
  #business_qa .business_page_content .link_wrap {
      text-align: center;
  }
  #business_qa .business_page_content .link_wrap .l_mypage,
  #business_qa .business_page_content .link_wrap .workers-link {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 80%;
      height: 70px;
      margin: 0 2% 40px;
      background-color: #143c5a;
      border-bottom: 10px solid #0c253d;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 70px;
  }
  #business_qa .business_page_content .link_wrap .l_mypage:last-child,
  #business_qa .business_page_content .link_wrap .workers-link:last-child {
      margin-bottom: 0;
  }
  #business_qa .business_page_content .link_wrap .l_mypage:hover,
  #business_qa .business_page_content .link_wrap .workers-link:hover {
      margin-top: 10px;
      border-bottom: none;
      opacity: 1;
  }
  #business_qa .business_page_content .link_wrap .l_mypage img,
  #business_qa .business_page_content .link_wrap .workers-link img {
      position: absolute;
      top: -20px;
      left: -25px;
      width: 76px;
  }
  #business_qa .business_page_content .link_wrap .l_mypage.tel-link,
  #business_qa .business_page_content .link_wrap .workers-link.tel-link {
      text-decoration: none;
      line-height: 30px !important;
      padding-top: 5px;
  }
  #business_qa .business_page_content .link_wrap .l_mypage.tel-link .tel-icon,
  #business_qa .business_page_content .link_wrap .workers-link.tel-link .tel-icon {
      position: relative !important;
      width: 21px !important;
      top: 3px !important;
      left: -5px !important;
  }
}
#shiryou .short-mv {
  background-color: transparent;
  background-image: url(../images/business/short-mv-shiryou.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 78px 0 70px;
  color: #fff;
  font-size: 40px;
}
#shiryou .introduction {
  width: 900px;
  margin: 80px auto 50px;
  text-align: left;
}
#shiryou form .wpcf7-list-item {
  position: relative;
}
#shiryou form input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0;
}
#shiryou form input[type="checkbox"] + span {
  position: relative;
  padding-left: 30px;
  pointer-events: none;
  display: inline-block;
}
#shiryou form input[type="checkbox"] + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px #82786e solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#shiryou form input[type="checkbox"]:checked + span::before {
  background-color: #969696;
}
#shiryou form input[type="checkbox"]:checked + span.circle-double::before {
  background-color: transparent;
}
#shiryou form input[type="checkbox"]:checked + span.circle-double::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  top: 6px;
  left: 6px;
  border: solid 4px #e85b0a;
  border-left: 0;
  border-top: 0;
  -webkit-transform: translateY(-50%) rotate(37deg);
  transform: translateY(-50%) rotate(37deg);
}
#shiryou form .wpcf7-submit[type="submit"] {
  background-color: #143c5a;
  border-bottom: 6px solid #0c253d;
}
#shiryou form .wpcf7-submit[type="submit"]:hover {
  border-bottom: none;
  margin-top: 31px;
}
#shiryou .security {
  width: 900px;
  margin: 25px auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #shiryou .short-mv {
      background-color: transparent;
      background-image: url(../images/business/sp-short-mv-shiryou.png);
      background-position: center;
      background-size: cover;
      text-align: center;
      padding: 100px 0 100px;
      color: #fff;
      font-size: 46px;
  }
  #shiryou .introduction {
      width: 100%;
      margin: 80px auto 50px;
      text-align: left;
  }
  #shiryou form .row {
      border-bottom: initial;
  }
  #shiryou form .lbl-for-text {
      width: 70%;
      display: inline-block;
  }
  #shiryou form .lbl-for-text input {
      width: 100%;
      margin: 0;
  }
  #shiryou form input[type="checkbox"] + span {
      padding-left: 55px;
      font-size: 24px;
  }
  #shiryou form input[type="checkbox"] + span::before {
      width: 40px;
      height: 40px;
      top: 0;
  }
  #shiryou form input[type="checkbox"]:checked + span.circle-double::after {
      width: 15px;
      height: 27px;
      top: 18px;
      left: 8px;
      border-width: 9px;
  }
  #shiryou .security {
      width: 100%;
      margin: 25px auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
}
.short-mv-shiryou {
  background-color: transparent;
  background-image: url(../images/business/short-mv-shiryou.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 95px 0;
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .short-mv-shiryou {
      background-color: transparent;
      background-image: url(../images/business/sp-short-mv-shiryou.png);
      background-position: center;
      background-size: cover;
      text-align: center;
      padding: 100px 0 100px;
      color: #fff;
      font-size: 46px;
  }
}
#company_service .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/company/main_vis.jpg);
}
#company_service .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#company_service .wrapper {
  width: 1060px;
  margin: 0 auto;
  padding: 80px 30px 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#company_service .service-toptext .service-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
}
#company_service .service-toptext .service-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a;
}
#company_service .common {
  margin-bottom: 80px;
  font-size: 15px;
  line-height: 1.8666;
}
#company_service .common big {
  font-size: 22px;
  font-weight: 300;
}
#company_service .service_wrap {
  margin-bottom: 80px;
}
#company_service .service_wrap.mb0 {
  margin-bottom: 0;
}
#company_service .service_wrap h4 {
  font-size: 26px;
  font-weight: 500;
  border-left: 5px solid #e85b0a;
  padding-left: 10px;
  margin-bottom: 20px;
}
#company_service .service_wrap .col2 > ul {
  display: inline-block;
  vertical-align: top;
}
#company_service .service_wrap .col2 > ul:first-child {
  width: 53%;
}
#company_service .service_wrap .col2 > ul:last-child {
  width: 46%;
}
#company_service .service_wrap ul li {
  font-size: 15px;
  line-height: 2.2666;
}
#company_service .service_wrap ul li:before {
  content: "□ ";
}
#company_service .service_wrap p {
  font-size: 15px;
  line-height: 1.8666;
}
#company_service .link_wrap {
  padding-top: 50px;
  text-align: center;
}
#company_service .link_wrap .business-link,
#company_service .link_wrap .l_mypage {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  margin: 0 2%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
}
#company_service .link_wrap .business-link:hover,
#company_service .link_wrap .l_mypage:hover {
  margin-top: 6px;
  border-bottom: none;
  opacity: 1;
}
#company_service .link_wrap .business-link img,
#company_service .link_wrap .l_mypage img {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 56px;
}
#company_service .link_wrap .l_mypage {
  background-color: #e85b0a;
  border-bottom: 6px solid #b34201;
}
#company_service .link_wrap .business-link {
  background-color: #143c5a;
  border-bottom: 6px solid #0c253d;
}
@media screen and (max-width: 768px) {
  #company_service .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/company/sp-main_vis.jpg);
  }
  #company_service .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  #company_service .wrapper {
      width: 100%;
      padding: 80px 20px 120px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #company_service .service-toptext .service-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
  }
  #company_service .service-toptext .service-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #e85b0a;
  }
  #company_service .common {
      margin-bottom: 80px;
      font-size: 25px;
      line-height: 1.8666;
  }
  #company_service .common big {
      font-size: 32px;
      font-weight: 300;
  }
  #company_service .service_wrap {
      margin-bottom: 80px;
  }
  #company_service .service_wrap.mb0 {
      margin-bottom: 20px;
  }
  #company_service .service_wrap h4 {
      font-size: 36px;
      font-weight: 500;
      border-left: 5px solid #e85b0a;
      padding-left: 10px;
      margin-bottom: 20px;
  }
  #company_service .service_wrap .col2 > ul {
      display: block;
      vertical-align: top;
  }
  #company_service .service_wrap .col2 > ul:first-child {
      width: 100%;
  }
  #company_service .service_wrap .col2 > ul:last-child {
      width: 100%;
  }
  #company_service .service_wrap ul li {
      margin-bottom: 5px;
      font-size: 25px;
      line-height: 1.8666;
      text-indent: -1.2em;
      padding-left: 1.2em;
  }
  #company_service .service_wrap ul li:before {
      content: "□ ";
  }
  #company_service .service_wrap p {
      font-size: 25px;
  }
  #company_service .link_wrap {
      padding-top: 50px;
      text-align: center;
  }
  #company_service .link_wrap .business-link,
  #company_service .link_wrap .l_mypage {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 80%;
      height: 70px;
      margin: 0 2%;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 70px;
  }
  #company_service .link_wrap .business-link:hover,
  #company_service .link_wrap .l_mypage:hover {
      margin-top: 10px;
      border-bottom: none;
      opacity: 1;
  }
  #company_service .link_wrap .business-link img,
  #company_service .link_wrap .l_mypage img {
      position: absolute;
      top: -10px;
      left: -10px;
      width: 76px;
  }
  #company_service .link_wrap .l_mypage {
      margin-bottom: 40px;
      background-color: #e85b0a;
      border-bottom: 10px solid #b34201;
  }
  #company_service .link_wrap .business-link {
      background-color: #143c5a;
      border-bottom: 10px solid #0c253d;
  }
}
#company_about .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/company/main_vis.jpg);
}
#company_about .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#company_about .wrapper {
  width: 1060px;
  margin: 0 auto;
  padding: 80px 30px 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#company_about .service-toptext .service-content-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 60px;
}
#company_about .service-toptext .service-content-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a;
}
#company_about .common {
  margin-bottom: 80px;
  font-size: 15px;
  line-height: 1.8666;
}
#company_about .common big {
  font-size: 22px;
  font-weight: 300;
}
#company_about .about_wrap {
  margin-bottom: 80px;
}
#company_about .about_wrap.mb0 {
  margin-bottom: 0;
}
#company_about .about_wrap h4 {
  font-size: 26px;
  font-weight: 500;
  border-left: 5px solid #e85b0a;
  padding-left: 10px;
  margin-bottom: 20px;
}
#company_about .about_wrap ul li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #82786e;
}
#company_about .about_wrap ul li:last-child {
  border-bottom: 1px solid #82786e;
}
#company_about .about_wrap ul li > div {
  font-size: 15px;
  line-height: 1.8666;
  padding: 10px 15px;
}
#company_about .about_wrap ul li > div:first-child {
  width: 15%;
  background-color: #f3f2f1;
  font-weight: 500;
}
#company_about .about_wrap ul li > div:last-child {
  width: 90%;
}
#company_about .about_wrap p {
  font-size: 15px;
  line-height: 1.8666;
  margin-bottom: 20px;
}
#company_about .about_wrap p.name {
  text-align: right;
}
#company_about .link_wrap {
  padding-top: 50px;
  text-align: center;
}
#company_about .link_wrap .business-link,
#company_about .link_wrap .l_mypage {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  margin: 0 2%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
}
#company_about .link_wrap .business-link:hover,
#company_about .link_wrap .l_mypage:hover {
  margin-top: 6px;
  border-bottom: none;
  opacity: 1;
}
#company_about .link_wrap .business-link img,
#company_about .link_wrap .l_mypage img {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 56px;
}
#company_about .link_wrap .l_mypage {
  background-color: #e85b0a;
  border-bottom: 6px solid #b34201;
}
#company_about .link_wrap .business-link {
  background-color: #143c5a;
  border-bottom: 6px solid #0c253d;
}
@media screen and (max-width: 768px) {
  #company_about .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/company/sp-main_vis.jpg);
  }
  #company_about .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  #company_about .wrapper {
      width: 100%;
      padding: 80px 20px 120px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #company_about .service-toptext .service-content-title {
      font-size: 50px;
      font-weight: 200;
      line-height: 45px;
      margin-bottom: 60px;
  }
  #company_about .service-toptext .service-content-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 30px;
      color: #e85b0a;
  }
  #company_about .common {
      margin-bottom: 80px;
      font-size: 25px;
      line-height: 1.8666;
  }
  #company_about .common big {
      font-size: 32px;
      font-weight: 300;
  }
  #company_about .about_wrap {
      margin-bottom: 80px;
  }
  #company_about .about_wrap.mb0 {
      margin-bottom: 20px;
  }
  #company_about .about_wrap h4 {
      font-size: 36px;
      font-weight: 500;
      border-left: 5px solid #e85b0a;
      padding-left: 10px;
      margin-bottom: 20px;
  }
  #company_about .about_wrap ul li {
      display: block;
      border-top: 1px solid #82786e;
  }
  #company_about .about_wrap ul li:last-child {
      border-bottom: 1px solid #82786e;
  }
  #company_about .about_wrap ul li > div {
      font-size: 25px;
      line-height: 1.8666;
  }
  #company_about .about_wrap ul li > div:first-child {
      width: 100%;
      font-weight: 500;
  }
  #company_about .about_wrap ul li > div:last-child {
      width: 100%;
  }
  #company_about .about_wrap p {
      font-size: 25px;
  }
  #company_about .about_wrap p.name {
      text-align: left;
  }
  #company_about .link_wrap {
      padding-top: 50px;
      text-align: center;
  }
  #company_about .link_wrap .business-link,
  #company_about .link_wrap .l_mypage {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 80%;
      height: 70px;
      margin: 0 2%;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 70px;
  }
  #company_about .link_wrap .business-link:hover,
  #company_about .link_wrap .l_mypage:hover {
      margin-top: 10px;
      border-bottom: none;
      opacity: 1;
  }
  #company_about .link_wrap .business-link img,
  #company_about .link_wrap .l_mypage img {
      position: absolute;
      top: -10px;
      left: -10px;
      width: 76px;
  }
  #company_about .link_wrap .l_mypage {
      margin-bottom: 40px;
      background-color: #e85b0a;
      border-bottom: 10px solid #b34201;
  }
  #company_about .link_wrap .business-link {
      background-color: #143c5a;
      border-bottom: 10px solid #0c253d;
  }
}
#access .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/access/main_vis.jpg);
}
#access .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#access .wrapper {
  width: 1060px;
  margin: 0 auto;
  padding: 80px 30px 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#access iframe {
  margin-bottom: 40px;
}
#access .access_wrap p {
  font-size: 15px;
  line-height: 1.8666;
  margin-bottom: 30px;
}
#access .access_wrap p:last-child {
  margin-bottom: 0;
}
#access .access_wrap p span {
  font-weight: 500;
  color: #e85b0a;
}
@media screen and (max-width: 768px) {
  #access .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/access/sp-main_vis.jpg);
  }
  #access .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  #access .wrapper {
      width: 100%;
      padding: 80px 20px 120px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #access .access_wrap p {
      font-size: 25px;
      line-height: 1.8666;
      margin-bottom: 30px;
  }
  #access .access_wrap p:last-child {
      margin-bottom: 0;
  }
  #access .access_wrap p span {
      font-weight: 500;
      color: #e85b0a;
  }
}
#other_single_page .main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/other/main_vis_o.jpg);
}
#other_single_page .main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 62px 0;
}
#other_single_page .wrapper {
  width: 1060px;
  margin: 0 auto;
  padding: 80px 30px 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #other_single_page .main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/other/sp-main_vis_o.jpg);
  }
  #other_single_page .main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 50px;
      color: #fff;
      padding: 100px 0;
  }
  #other_single_page .wrapper {
      width: 100%;
      padding: 80px 20px 120px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #other_single_page.page_policy .wrapper {
    padding: 80px 0 120px;
  }
  #other_single_page .wrapper > p {
    font-size: 25px;
  }
}
.page_privacy .common {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.8666;
}
.page_privacy .privacy_wrap {
  margin-bottom: 40px;
}
.page_privacy .privacy_wrap:last-child {
  margin-bottom: 0;
}
.page_privacy .privacy_wrap h4 {
  background-color: #82786e;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.page_privacy .privacy_wrap ul {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8666;
}
.page_privacy .privacy_wrap ul.mb0 {
  margin-bottom: 0;
}
.page_privacy .privacy_wrap ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.page_privacy .privacy_wrap p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8666;
}
.page_privacy .privacy_wrap p:last-child {
  margin-bottom: 0;
}
.page_privacy .privacy_wrap p img {
  width: 130px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page_privacy .common {
      margin-bottom: 40px;
      font-size: 25px;
  }
  .page_privacy .privacy_wrap {
      margin-bottom: 40px;
  }
  .page_privacy .privacy_wrap:last-child {
      margin-bottom: 0;
  }
  .page_privacy .privacy_wrap h4 {
      background-color: #82786e;
      color: #fff;
      font-size: 28px;
      padding: 10px;
      margin-bottom: 20px;
  }
  .page_privacy .privacy_wrap ul {
      margin-bottom: 20px;
      font-size: 25px;
      line-height: 1.8666;
  }
  .page_privacy .privacy_wrap ul.mb0 {
      margin-bottom: 0;
  }
  .page_privacy .privacy_wrap ul li {
      text-indent: -1em;
      padding-left: 1em;
  }
  .page_privacy .privacy_wrap p {
      font-size: 25px;
      margin-bottom: 20px;
  }
  .page_privacy .privacy_wrap p:last-child {
      margin-bottom: 0;
  }
  .page_privacy .privacy_wrap p img {
      width: 200px;
      height: auto;
  }
}
.page_sitemap .sitemap_wrap {
  margin-bottom: 70px;
}
.page_sitemap .sitemap_wrap:last-child {
  margin-bottom: 0;
}
.page_sitemap .sitemap_wrap:last-child ul li:first-child {
  border-top: 1px solid #82786e;
}
.page_sitemap .sitemap_wrap h4 {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  background-color: #e85b0a;
}
.page_sitemap .sitemap_wrap h4.business {
  background-color: #143c5a;
}
.page_sitemap .sitemap_wrap h4.company {
  background-color: #82786e;
}
.page_sitemap .sitemap_wrap > ul > li {
  font-size: 15px;
  border-bottom: 1px solid #82786e;
}
.page_sitemap .sitemap_wrap > ul > li a,
.page_sitemap .sitemap_wrap > ul > li span {
  display: block;
  padding: 10px 20px;
}
.page_sitemap .sitemap_wrap > ul > li ul.child {
  padding-left: 20px;
}
.page_sitemap .sitemap_wrap > ul > li ul.child li {
  border-bottom: 1px dotted #82786e;
}
.page_sitemap .sitemap_wrap > ul > li ul.child li:last-child {
  border-bottom: initial;
}
.page_sitemap .sitemap_wrap > ul > li ul.child li .col2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_sitemap .sitemap_wrap > ul > li ul.child li .col2 a {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page_sitemap .sitemap_wrap {
      margin-bottom: 70px;
  }
  .page_sitemap .sitemap_wrap:last-child {
      margin-bottom: 0;
  }
  .page_sitemap .sitemap_wrap:last-child ul li:first-child {
      border-top: 1px solid #82786e;
  }
  .page_sitemap .sitemap_wrap h4 {
      padding: 20px;
      font-size: 28px;
      font-weight: 300;
      color: #fff;
      line-height: 1;
      background-color: #e85b0a;
  }
  .page_sitemap .sitemap_wrap h4.business {
      background-color: #143c5a;
  }
  .page_sitemap .sitemap_wrap h4.company {
      background-color: #82786e;
  }
  .page_sitemap .sitemap_wrap > ul > li {
      font-size: 25px;
      border-bottom: 1px solid #82786e;
  }
  .page_sitemap .sitemap_wrap > ul > li a,
  .page_sitemap .sitemap_wrap > ul > li span {
      display: block;
      padding: 20px;
  }
  .page_sitemap .sitemap_wrap > ul > li ul.child {
      padding-left: 0;
  }
  .page_sitemap .sitemap_wrap > ul > li ul.child li {
      border-bottom: 2px dashed #82786e;
  }
  .page_sitemap .sitemap_wrap > ul > li ul.child li:last-child {
      border-bottom: initial;
  }
  .page_sitemap .sitemap_wrap > ul > li ul.child li .col2 {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .page_sitemap .sitemap_wrap > ul > li ul.child li .col2 a {
      display: inline-block;
      width: 50%;
  }
}
.page_margin .margin_wrap ul li {
  border-bottom: 1px solid #82786e;
}
.page_margin .margin_wrap ul li:first-child {
  border-top: 1px solid #82786e;
}
.page_margin .margin_wrap ul li .col2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_margin .margin_wrap ul li .col2 div {
  display: inline-block;
  width: 50%;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.8666;
}
.page_margin .margin_wrap ul li .col2 div:first-child {
  width: 22%;
  background-color: #f3f2f1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page_margin .margin_wrap {
      margin-bottom: 0;
  }
  .page_margin .margin_wrap ul {
      padding-left: 0;
  }
  .page_margin .margin_wrap ul li {
      border-bottom: 1px solid #82786e;
  }
  .page_margin .margin_wrap ul li .col2 {
      display: block;
  }
  .page_margin .margin_wrap ul li .col2 div {
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 20px;
      font-size: 25px;
      line-height: 1.8666;
  }
  .page_margin .margin_wrap ul li .col2 div:first-child {
      width: 100%;
      background-color: #f3f2f1;
      font-weight: 500;
  }
  .page_margin .margin-img img {
    width: 90%;
    margin-top: 15px;
  }
}
.page_policy .privacy_wrap {
  margin-bottom: 40px;
}
.page_policy .privacy_wrap:last-child {
  margin-bottom: 0;
}
.page_policy .privacy_wrap h4 {
  background-color: #82786e;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.page_policy .privacy_wrap ul {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8666;
}
.page_policy .privacy_wrap ul.mb0 {
  margin-bottom: 0;
}
.page_policy .privacy_wrap ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.page_policy .privacy_wrap p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8666;
}
.page_policy .privacy_wrap p:last-child {
  margin-bottom: 0;
}
.page_policy .privacy_wrap p b {
  font-weight: 500;
}
.page_policy .privacy_wrap p img {
  width: 130px;
  height: auto;
}
.page_policy .privacy_wrap table {
  border: initial;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8666;
}
.page_policy .privacy_wrap table tr {
  border-top: 1px solid #82786e;
}
.page_policy .privacy_wrap table tr:last-child {
  border-bottom: 1px solid #82786e;
}
.page_policy .privacy_wrap table td,
.page_policy .privacy_wrap table th {
  padding: 10px 0;
  border-top: initial;
  border-bottom: initial;
  border-right: 1px solid #82786e;
  border-left: 1px solid #82786e;
  text-align: center;
  letter-spacing: 1px;
}
.page_policy .privacy_wrap table td:first-child,
.page_policy .privacy_wrap table th:first-child {
  border-left: initial;
}
.page_policy .privacy_wrap table td:last-child,
.page_policy .privacy_wrap table th:last-child {
  border-right: initial;
}
.page_policy .privacy_wrap table td.short,
.page_policy .privacy_wrap table th.short {
  width: 9%;
}
@media screen and (max-width: 768px) {
  .page_policy .privacy_wrap {
      margin-bottom: 40px;
  }
  .page_policy .privacy_wrap:last-child {
      margin-bottom: 0;
  }
  .page_policy .privacy_wrap h4 {
      background-color: #82786e;
      color: #fff;
      font-size: 28px;
      padding: 10px;
      margin-bottom: 20px;
  }
  .page_policy .privacy_wrap ul {
      margin-bottom: 20px;
      font-size: 25px;
      line-height: 1.8666;
  }
  .page_policy .privacy_wrap ul.mb0 {
      margin-bottom: 0;
  }
  .page_policy .privacy_wrap ul li {
      text-indent: -1em;
      padding-left: 1em;
  }
  .page_policy .privacy_wrap table {
      border: initial;
      border-collapse: collapse;
      margin-bottom: 20px;
      font-size: 25px;
      line-height: 1.8666;
  }
  .page_policy .privacy_wrap table tr {
      border-top: 1px solid #82786e;
  }
  .page_policy .privacy_wrap table tr:last-child {
      border-bottom: 1px solid #82786e;
  }
  .page_policy .privacy_wrap table td,
  .page_policy .privacy_wrap table th {
      padding: 10px 0;
      border-top: initial;
      border-bottom: initial;
      border-right: 1px solid #82786e;
      border-left: 1px solid #82786e;
      text-align: center;
      letter-spacing: 1px;
  }
  .page_policy .privacy_wrap table td:first-child,
  .page_policy .privacy_wrap table th:first-child {
      border-left: initial;
  }
  .page_policy .privacy_wrap table td:last-child,
  .page_policy .privacy_wrap table th:last-child {
      border-right: initial;
  }
  .page_policy .privacy_wrap table td.short,
  .page_policy .privacy_wrap table th.short {
      width: 9%;
  }
  .page_policy .privacy_wrap p {
      font-size: 25px;
      margin-bottom: 40px;
  }
  .page_policy .privacy_wrap p:last-child {
      margin-bottom: 0;
  }
  .page_policy .privacy_wrap p img {
      width: 200px;
      height: auto;
  }
}
.contactForm {
  width: 100%;
  margin: 0 auto 30px;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.contactForm input[type="email"],
.contactForm input[type="number"],
.contactForm input[type="password"],
.contactForm input[type="tel"],
.contactForm input[type="text"],
.contactForm input[type="url"],
.contactForm select,
.contactForm textarea {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 6px 2px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: #fff;
  border: 0;
  vertical-align: middle;
}
.contactForm select::-ms-expand {
  display: none;
}
.contactForm td,
.contactForm th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1.8;
  border: 1px solid #cbcbcb;
}
.contactForm th {
  max-width: 220px;
  width: 26%;
  padding: 10px 10px 10px 20px;
  font-weight: 400;
}
.contactForm td {
  max-width: 630px;
  width: 74%;
  padding: 10px;
  border-left: 0;
}
.contactForm td input,
.contactForm td textarea {
  max-width: 100%;
  width: 100%;
}
.contactFormWrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.wpcf7-form-control-wrap {
  position: static;
  display: inline-block;
}
.wpcf7-submit[type="submit"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 12px 80px;
  font-size: 1.6rem;
  color: #fff;
  background: #000;
  border-radius: 0;
  border: none;
}
.wpcf7-submit[type="submit"]:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.7;
}
.required {
  color: #c93756;
}
.contactFormLarge .innerTitle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 15%;
  padding-left: 10px;
}
.contactFormLarge .wpcf7-form-control-wrap {
  width: 85%;
}
.contactFormLarge .contactRowFirst td {
  padding: 10px 10px 4px;
  border-bottom: 0;
}
.contactFormLarge .contactRowFirst td input[type="text"] {
  padding: 0 2px;
}
.contactFormLarge .contactRowSecond td {
  padding: 4px 10px 10px;
  border-top: 0;
}
div.wpcf7 img.ajax-loader {
  display: block;
  margin: 4px auto !important;
}
@media screen and (max-width: 767px) {
  .contactForm input[type="email"],
  .contactForm input[type="password"],
  .contactForm input[type="tel"],
  .contactForm input[type="text"],
  .contactForm select,
  .contactForm textarea {
      padding: 6px 2px;
      font-size: 1.6rem;
  }
  .contactForm {
      display: block;
      width: 100%;
      margin: 0 auto 4%;
  }
  .contactForm tbody {
      display: block;
      width: 100%;
  }
  .contactForm .contactRow {
      display: block;
      width: 100%;
  }
  .contactForm td,
  .contactForm th {
      display: block;
      font-size: 1.5rem;
      line-height: 1.8;
      border: 1px solid #cbcbcb;
  }
  .contactForm th {
      max-width: none;
      width: 100%;
      padding: 10px 10px 10px 20px;
  }
  .contactForm td {
      max-width: none;
      width: 100%;
      padding: 10px;
      border-top: 0;
  }
  .contactForm td input,
  .contactForm td textarea {
      max-width: 100%;
      width: 100%;
  }
  .wpcf7-submit[type="submit"] {
      width: 240px;
      height: 48px;
      padding: 0;
  }
  .wpcf7-submit[type="submit"]:hover {
      opacity: 1;
  }
  .contactFormLarge .innerTitle {
      width: 20%;
      padding-left: 0;
  }
  .contactFormLarge .wpcf7-form-control-wrap {
      width: 80%;
  }
  .contactFormLarge .contactRowFirst td {
      padding: 10px 10px 4px;
      border-bottom: 0;
  }
  .contactFormLarge .contactRowSecond td {
      padding: 4px 10px 10px;
      border-top: 0;
  }
  .contactFormLarge td input[type="text"] {
      padding: 0 2px;
  }
}
body.page .entry-content {
  margin-bottom: 100px;
}
.content-complete .introduction,
.content-contact .introduction,
.content-entry .introduction {
  max-width: 900px;
  width: 100%;
  margin: 80px auto 50px;
  text-align: left;
}
.content-complete .post-business .introduction,
.content-contact .post-business .introduction {
  margin: 0 auto 50px;
}
.content-entry .security {
  max-width: 900px;
  width: 100%;
  text-align: left;
  margin: 15px auto 30px;
}
.contact-form .date-notice {
  margin: 10px 0 0;
}
.contact-form span.wpcf7-list-item {
  margin-left: 0;
}
.contact-form span.wpcf7-not-valid-tip {
  padding: 4px 0 2px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.contact-form .wpcf7-validation-errors {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .select-cover::before {
  z-index: 2;
}
.wpcf7-form .reset-wpcf7-ipt {
  display: inline-block;
  line-height: 1.65;
  margin: 5px 0;
}
.wpcf7-form .submit-box {
  position: relative;
  margin: 0 auto 14px;
}
.wpcf7-form .wpcf7-submit[type="submit"] {
  display: block;
  vertical-align: top;
  margin-bottom: 0;
  background-color: #e85b0a;
  border: initial;
  border-bottom: 6px solid #b34201;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0s;
  transition: 0s;
}
.wpcf7-form .wpcf7-submit[type="submit"]:hover {
  -webkit-transition: 0s;
  transition: 0s;
  border-bottom: none;
  margin-top: 36px;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .contact-form .row {
      height: auto;
  }
  .contact-form .tel .wpcf7-form-control-wrap {
      width: 180px;
      vertical-align: top;
  }
  .contact-form .entry_zip .input-box {
      letter-spacing: 5px;
  }
  .contact-form .entry_zip .wpcf7-form-control-wrap {
      width: 130px;
  }
  .contact-form .entry_zip .wpcf7-form-control-wrap input {
      width: 100%;
      letter-spacing: 2px;
  }
  .content-contact .contact-form .name input.short {
      width: 280px;
  }
  .content-contact .contact-form .tel input.short {
      width: 100%;
  }
  .content-contact .contact-form .tel-separator {
      display: inline-block;
      padding: 8px 8px 0 8px;
      font-size: 3rem;
      font-weight: 400;
      line-height: 1;
      color: #666;
      vertical-align: top;
  }
  .content-contact .contact-form .message .input-box,
  .content-entry .contact-form .message .input-box {
      height: auto;
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .wpcf7-form .submit-box .ajax-loader {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -280px;
      right: 0;
      margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .item-name {
      margin-top: 0;
  }
  .contact-form span.wpcf7-not-valid-tip {
      padding: 4px 0;
      font-size: 2.2rem;
  }
  .contact-form .wpcf7-validation-errors {
      font-size: 2rem;
  }
  .content-contact .contact-form .is-member .item-name {
      font-size: 2.4rem;
      padding: 11px;
  }
  .content-contact .contact-form .name .input-box:nth-of-type(n + 2) input.short {
      margin-top: 15px;
  }
  .content-contact .contact-form .tel .wpcf7-form-control-wrap {
      width: 30%;
  }
  .content-contact .contact-form .tel input.short {
      width: 100%;
  }
  .content-contact .contact-form .tel-separator {
      display: inline-block;
      padding: 20px 8px 0 8px;
      font-size: 3.2rem;
      font-weight: 400;
      line-height: 1;
      color: #666;
      vertical-align: top;
  }
  .content-entry .contact-form .tel .wpcf7-form-control-wrap {
      width: 100%;
  }
  .wpcf7-form .contact-form {
      width: 100%;
  }
  .wpcf7-form .security {
      width: 100%;
      margin-bottom: 35px;
  }
  .wpcf7-form .wpcf7-submit[type="submit"] {
      width: 360px;
      height: 80px;
      font-size: 2.8rem;
  }
  .wpcf7-form .wpcf7-response-output {
      font-size: 2.2rem;
  }
  #entry-job-number {
      line-height: 1;
      padding-left: 4px;
  }
}
#entry-form-after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
#entry-form-after .entry-txt {
  margin: 40px auto 20px;
  font-size: 1.4rem;
  text-align: center;
}
#entry-form-after .underline {
  text-decoration: underline;
}
#entry-form-after .entry-note-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto;
  padding: 10px 15px;
  background: #f3f2f1;
  text-align: center;
}
#entry-form-after .entry-note-box p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0;
}
#entry-form-after .entry-note-box p:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #entry-form-after .entry-txt {
      font-size: 2rem;
      text-align: left;
  }
  #entry-form-after .entry-txt .underline {
      text-decoration: underline;
  }
  #entry-form-after .entry-note-box p {
      margin: 10px 0;
      font-size: 2.2rem;
      line-height: 1.6;
  }
}
body.page .mypage-content-box .entry-content {
  margin-bottom: 50px;
}
.mypage-content-box .entry-content .introduction {
  margin: 0 0 20px;
  text-align: left;
}
.mypage-content-box .entry-content .form-width {
  width: auto;
}
.mypage-content-box .entry-content .form-width input.long,
.mypage-content-box .entry-content .form-width textarea {
  width: 100%;
}
.print-btn-wrap {
  text-align: right;
  padding: 10px 0;
}
.mypage-toptext .common + .print-btn-wrap {
  margin-top: -20px;
}
.print-btn-wrap .go-print {
  display: inline-block;
  padding: 4px 24px;
  background-color: #00cdbe;
  color: #fff;
  font-weight: 700;
  border: 1px #bcbcbc solid;
  cursor: pointer;
}
#member-print-area .print-btn-wrap .go-print {
  margin: 30px 0 0;
}
#member-print-area .print-btn-wrap + * {
  margin-top: 0;
}
.entry-content ul.merit-word-list {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.entry-content ul.merit-word-list li {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  background-color: #f4f5f0;
  color: #fb3266;
  margin: 0 0 0 20px;
  padding: 12px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content ul.merit-word-list li:first-child {
  margin-left: 0;
}
.entry-content .sand-border-wrap {
  text-align: center;
  position: relative;
}
.entry-content .sand-border-wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px #969696 solid;
  top: 50%;
  left: 0;
}
.entry-content .sand-border-wrap > * {
  position: relative;
  display: inline-block;
  background-color: #fff;
}
.entry-content .sand-border-wrap > .title {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 25px;
  line-height: 1;
}
.entry-content ol.number-iconed {
  counter-reset: iconed-number;
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-content ol.number-iconed li::before {
  counter-increment: iconed-number;
  content: counter(iconed-number);
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 110%;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;
  margin-right: 10px;
  vertical-align: baseline;
}
.entry-content #form-application {
  width: 900px;
  margin: 0 auto;
  font-size: 1.4rem;
}
.entry-content #form-application .introduction {
  margin: 0 0 15px;
}
.entry-content #form-application ul.merit-word-list {
  margin: 0 30px;
}
.entry-content #form-application .sand-border-wrap {
  margin: 60px 0 0;
}
.entry-content #form-application .sand-border-wrap > .title {
  margin: 0;
}
.entry-content #form-application ol.number-iconed {
  padding: 20px 0;
  border-bottom: 1px #969696 solid;
}
.entry-content #form-application ol.number-iconed li {
  margin-top: 30px;
  padding: 2px 0 0 2.4em;
  position: relative;
}
.entry-content #form-application ol.number-iconed li:first-child {
  margin-top: 0;
}
.entry-content #form-application ol.number-iconed li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.entry-content #form-application .pre-form {
  margin: 70px 0 15px;
  padding: 0;
}
.entry-content #form-application .pre-form-title {
  background-color: 646464;
}
.content-application .entry-content .form-title {
  display: block;
  background-color: #646464;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .entry-content #form-application {
      width: 100%;
      font-size: 2.8rem;
  }
  .entry-content #form-application ul.merit-word-list {
      margin: 0;
  }
  .entry-content #form-application ul.merit-word-list li {
      font-size: 2.8rem;
      width: 100%;
      margin: 0 0 30px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .entry-content #form-application .sand-border-wrap > .title {
      font-size: 3rem;
  }
  .entry-content #form-application .pre-form {
      margin-bottom: 30px;
  }
  .content-application .entry-content .form-title {
      font-size: 3rem;
  }
}
.to-page-links {
  text-align: center;
}
#contact .to-page-links {
  border-top: 1px dashed #acacac;
  padding: 30px 0;
  margin: 30px 0;
}
.to-page-links .pink-link {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 24px;
}
#publication .to-page-links .pink-link {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #publication .to-page-links .pink-link {
      margin-bottom: 120px;
  }
}
.contact_tab_main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/contact/main_vis.jpg);
}
.contact_tab_main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#contact_tab .ChangeElem_Panel {
  display: none;
}
#contact_tab .tab-width {
  width: 900px;
  margin: 50px auto 0;
}
#contact_tab .tab-width .ChangeElem_Btn_Content {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact_tab .tab-width .ChangeElem_Btn_Content button.ChangeElem_Btn {
  width: 50%;
  -webkit-appearance: none;
  outline: 0;
  display: inline-block;
  vertical-align: top;
  border: initial;
  background-color: #82786e;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
#contact_tab .tab-width .ChangeElem_Btn_Content button.ChangeElem_Btn.is-active span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0;
}
#contact_tab .tab-width .ChangeElem_Btn_Content button.ChangeElem_Btn.is-active span:before {
  position: absolute;
  left: 25px;
  bottom: -25px;
  z-index: -1;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
}
#contact_tab .tab-width .ChangeElem_Btn_Content button.ChangeElem_Btn.is-active:first-child {
  background-color: #e85b0a;
}
#contact_tab .tab-width .ChangeElem_Btn_Content button.ChangeElem_Btn.is-active:first-child span:before {
  border-color: #e85b0a transparent transparent transparent;
}
#contact_tab .tab-width .ChangeElem_Btn_Content button.ChangeElem_Btn.is-active:last-child {
  background-color: #143c5a;
}
#contact_tab .tab-width .ChangeElem_Btn_Content button.ChangeElem_Btn.is-active:last-child span:before {
  border-color: #143c5a transparent transparent transparent;
}
#contact_tab .tab-width .ChangeElem_wrap {
  padding-top: 50px;
  padding-bottom: 110px;
}
#contact_tab .tab-width .ChangeElem_wrap li form .security {
  font-size: 12px;
  text-align: left;
}
#contact_tab .tab-width .ChangeElem_wrap li:first-child .wpcf7-submit[type="submit"] {
  background-color: #e85b0a;
  border-bottom: 6px solid #b34201;
}
#contact_tab .tab-width .ChangeElem_wrap li:first-child .wpcf7-submit[type="submit"]:hover {
  margin-top: 31px;
  border-bottom: initial;
}
#contact_tab .tab-width .ChangeElem_wrap li:last-child .wpcf7-submit[type="submit"] {
  background-color: #143c5a;
  border-bottom: 6px solid #0c253d;
}
#contact_tab .tab-width .ChangeElem_wrap li:last-child .wpcf7-submit[type="submit"]:hover {
  margin-top: 31px;
  border-bottom: initial;
}
.business-contact-form .wpcf7-submit[type="submit"] {
  background-color: #143c5a;
  border-bottom: 6px solid #0c253d;
  margin-bottom: 50px;
}
.business-contact-form .wpcf7-submit[type="submit"]:hover {
  margin-top: 31px;
  border-bottom: initial;
}

@media screen and (max-width: 768px) {
  .contact_tab_main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/contact/sp-main_vis.jpg);
  }
  .contact_tab_main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 50px;
      color: #fff;
      padding: 180px 0;
  }
  #contact_tab .tab-width {
      width: 100%;
      margin: 50px auto 0;
  }
  #contact_tab .tab-width .ChangeElem_Btn_Content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  #contact_tab .tab-width .ChangeElem_Btn_Content button.ChangeElem_Btn {
      width: 50%;
      padding: 25px 0;
      font-size: 28px;
      font-weight: 500;
  }
  #contact_tab .tab-width .ChangeElem_Btn_Content button.ChangeElem_Btn.is-active span:before {
      left: 25px;
      bottom: -44px;
      border-width: 20px 22px 0 22px;
  }
  #contact_tab .tab-width .ChangeElem_wrap {
      padding-top: 50px;
      padding-bottom: 110px;
  }
  #contact_tab .tab-width .ChangeElem_wrap li form .row {
      border-top: 1px #82786e solid;
      border-bottom: initial;
  }
  #contact_tab .tab-width .ChangeElem_wrap li form .row.tel .wpcf7-form-control-wrap {
      width: 100%;
  }
  #contact_tab .tab-width .ChangeElem_wrap li form .row.tel .wpcf7-form-control-wrap input {
      width: 80%;
  }
  #contact_tab .tab-width .ChangeElem_wrap li form .security {
      font-size: 22px;
      text-align: left;
  }
  #contact_tab .tab-width .ChangeElem_wrap li:first-child .wpcf7-submit[type="submit"] {
      background-color: #e85b0a;
      border-bottom: 10px solid #b34201;
  }
  #contact_tab .tab-width .ChangeElem_wrap li:first-child .wpcf7-submit[type="submit"]:hover {
      margin-top: 35px;
      border-bottom: initial;
  }
  #contact_tab .tab-width .ChangeElem_wrap li:last-child .wpcf7-submit[type="submit"] {
      background-color: #143c5a;
      border-bottom: 10px solid #0c253d;
  }
  #contact_tab .tab-width .ChangeElem_wrap li:last-child .wpcf7-submit[type="submit"]:hover {
      margin-top: 35px;
      border-bottom: initial;
  }
  .business-contact-form .wpcf7-submit[type="submit"] {
    background-color: #143c5a;
    border-bottom: 10px solid #0c253d;
    margin-bottom: 30px;
  }
  .business-contact-form .wpcf7-submit[type="submit"]:hover {
      margin-top: 35px;
      border-bottom: initial;
  }
}
#entry .entry-content form .form-width .row:first-child {
  border-bottom: initial;
}
@media screen and (max-width: 768px) {
  #entry .entry-content form .form-width .row {
      border-top: 1px #82786e solid;
      border-bottom: initial;
  }
  #entry .security {
      font-size: 24px;
      text-align: left;
      line-height: 1.7;
      border-top: 1px #82786e solid;
      padding-top: 30px;
      margin: 30px 0 40px 0;
  }
  #entry .entry-txt {
      font-size: 24px;
  }
  #entry .entry-note-box {
      text-align: left;
  }
  #entry .entry-note-box p {
      font-size: 24px;
  }
}
#recruit .recruit_main_vis {
  background-position: center;
  background-size: cover;
  background-image: url(../images/recruit/main_vis.jpg);
}
#recruit .recruit_main_vis h3 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 140px 0;
}
#recruit .wrapper {
  width: 1060px;
  margin: 0 auto;
  padding: 80px 30px 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#recruit.page-template-page-recruit .introduction {
  margin-top: 40px;
}
#recruit.page-template-page-recruit .bracket-title {
  margin: 50px auto;
}
#recruit .recruit-table {
  margin-bottom: 50px;
}
#recruit .recruit-table .row {
  min-height: 80px;
  font-size: 1.4rem;
  border-bottom: 1px #969696 solid;
}
#recruit .recruit-table .row:first-child {
  border-top: 1px #969696 solid;
}
#recruit .recruit-table .row .cell {
  box-sizing: border-box;
  padding: 22px 27px;
}
#recruit .recruit-table .row .cell:nth-of-type(odd) {
  background-color: #f5f5f4;
  vertical-align: top;
}
#recruit .recruit-table .row .item {
  width: 258px;
  padding-left: 20px;
}
#recruit .page-template-page-recruit .qa-form-link {
  margin-bottom: 140px;
}
#recruit .link_wrap {
  text-align: center;
}
#recruit .link_wrap .recruit-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  background-color: #e85b0a;
  border-bottom: 6px solid #b34201;
  margin-bottom: 50px;
}
#recruit .link_wrap .recruit-link:hover {
  margin-top: 6px;
  border-bottom: none;
  opacity: 1;
}
#recruit .recruit-team {
  width: 100%;
}
#recruit .recruit-team img {
  width: 100%;
  height: auto;
}
#recruit .recruit-team p {
  font-weight: 500;
  font-size: 3.2rem;
  margin: 5px 0;
}
#recruit .recruit-team p:last-of-type {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_main_vis {
      background-position: center;
      background-size: cover;
      background-image: url(../images/recruit/sp-main_vis.jpg);
  }
  #recruit .recruit_main_vis h3 {
      text-align: center;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      padding: 180px 0;
  }
  #recruit .wrapper {
      width: 100%;
      padding: 80px 20px 120px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #recruit .page-template-page-recruit .introduction br {
      display: none;
  }
  #recruit .page-template-page-recruit .bracket-title {
      margin-bottom: 40px;
  }
  #recruit .recruit-table {
      margin-bottom: 40px;
  }
  #recruit .recruit-table .row {
      font-size: 2.8rem;
      line-height: 1.5;
      padding: 0;
      box-sizing: border-box;
  }
  #recruit .recruit-table .row .item.cell {
      width: 164px;
  }
  #recruit .recruit-table .row .cell {
      padding: 10px 5px 10px 18px;
      font-size: 2.6rem;
  }
  #recruit .page-template-page-recruit .qa-form-link {
      margin-bottom: 60px;
  }
  #recruit .link_wrap .recruit-link {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 80%;
      height: 70px;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 70px;
      background-color: #e85b0a;
      border-bottom: 10px solid #b34201;
  }
  #recruit .link_wrap .recruit-link:hover {
      margin-top: 10px;
      border-bottom: none;
      opacity: 1;
  }
}
.content-labor-management-agreement a[href$=".pdf"] {
  background: url("../images/iconpdf.png") no-repeat center right;
  margin: 0;
  padding: 10px 32px 10px 0;
  text-decoration: underline;
}