@charset "UTF-8";

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0px;
  font-size: 13px;
  background-color: #fefefe;
  color: #555;
}

input {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif \9;
}

textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif \9;
}

:root * {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {

  box-sizing: border-box;
}

a {
  text-decoration: none;

}

h1, h2, h3, h4, h5, h6, li, ul, p, table, td, th, a {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.t-c {
  text-align: center;
}

h4 {
  margin: 10px 0;
}

body {
  background-image: url(../images/bg_2.jpg);
  background-position: center bottom;
  padding-bottom: 500px;
  background-repeat: no-repeat;
  background-size: 100%;

}

.body-inner {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 30px 0;
}

.body_login {
  width: 100%;
  padding: 30px 40px 40px;
  height: 600px;
  background-image: url(../images/loginbg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.login-right input {
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
  border: solid 1px #ccc;
  color: #666;
  letter-spacing: 1px;
  -moz-border-radius: 4px 4px 4px 4px;
  margin: 10px 0;
  width: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.login-right {
  width: 350px;
  float: left;
  background-color: rgba(255, 255, 255, 1);
  margin: 0 0 20px;
  padding: 0px 15px 80px 15px;
  border-radius: 5px;
}

.login-right img {
  margin: 30px 0px 0px 0px;
}

.login-right .contact a {
  color: #555;
  text-decoration: underline;
}

.login_logo {
  width: 200px;
}

.login_language {
  display: flex;
  position: relative;
  justify-content: center;
}

.login_language select {
  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  font-size: 13px;
  line-height: 1.6em;
  position:absolute;
  top: 5px;
  right: 0;
  padding:5px 5px;
  color:#FFF;
  border:0px solid;
  border-radius: 4px;
  background-color: #00698C;
}
.login_language ::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.top_logo {
  width: 200px;
}

.entry_language {
  display: flex;
  position: relative;
  justify-content: center;
  padding-bottom: 5px;
}

.entry_language select {
  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  font-size: 13px;
  line-height: 1.6em;
  position: absolute;
  right: 0;
  padding:5px 5px;
  color:#FFF;
  border:0px solid;
  border-radius: 4px;
  background-color: #00698C;
}
.entry_language ::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.common_language {
  display: flex;
  position: relative;
  justify-content: center;
  padding-bottom: 5px;
}

.common_language select {
  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  font-size: 13px;
  line-height: 1.6em;
  position: absolute;
  right: 0;
  padding:5px 5px;
  color:#000;
  border:1px solid;
  border-radius: 4px;
  /*background-color: #00698C;*/
}
.common_language ::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.home_language {
  display: flex;
  position: relative;
  justify-content: center;
  padding-bottom: 5px;
}

.home_language select {
  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  font-size: 13px;
  line-height: 1.6em;
  position: absolute;
  right: 0;
  padding:5px 5px;
  color:#FFF;
  border:0px solid;
  border-radius: 4px;
  background-color: #14A4A5;
}
.home_language ::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.footer {
  clear: both;
}

.footer {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  clear: both;
  border-top: 1px dotted #ccc;
  padding-top: 30px;
  margin-top: 50px;
  padding-bottom: 0;
}

.login_txt {
  text-align: left;
  line-height: 1.8em;
}

.bt-submit-login {
  color: #fff !important;
  cursor: pointer;
  font-size: 130%;
  background-color: #00698C;
  margin: 20px 0;
  overflow: hidden;
  padding: 10px 50px !important;
  border: 0 !important;
  border-radius: 4px;
}
input.bt-submit-login:disabled {
  background-color: #e5e5e5;
}

.bt-submit-login-error {
  color: #fff !important;
  cursor: pointer;
  font-size: 130%;
  background-color: #00698C;
  margin: 20px 0;
  overflow: hidden;
  /*padding: 10px 50px !important;*/
  border: 0 !important;
  border-radius: 4px;
}
input.bt-submit-login-error:disabled {
  background-color: #e5e5e5;
}

.entry_wrap {
  width: 900px;
  margin: 20px auto;
}

.entry_wrap table {
  border: 0;
  width: 100%;
  border-collapse: collapse;

}
.entry_wrap table th, td {
  padding: 10px 15px 10px 15px;
}
.entry_wrap table th {
  width: 30%;
  background-color: #f1f8ff;
  text-align: left;
  font-weight: normal;
  color: #333;
}
.entry_wrap table td {
  background-color: #fff;
  color: #333;
}

.entry_wrap .multiple-member-apply {
  display: none;
  margin-top: 30px;
}
.entry_wrap .multiple-member-apply .lead-txt {
  margin-bottom: 10px;
  font-size: 14px;
}
.entry_wrap .multiple-member-apply .multiple-member-table {
  margin-top: 10px;
}
.entry_wrap .multiple-member-apply .multiple-member-table:first-of-type {
  margin-top: 0;
}

.entry_wrap .terms-of-service {
  border: 1px solid #000;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.entry_wrap .terms-of-service:first-of-type {
  margin-top: 30px;
}
.entry_wrap .terms-of-service .main-text {
  border: 1px solid #ccc;
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
  margin-bottom: 10px;
}
.entry_wrap .terms-of-service .consent {
  text-align: center;
}
.entry_wrap .terms-of-service label {
  vertical-align: middle;
  padding-left: 20px;
}
.entry_wrap .terms-of-service label input[type=checkbox] {
  vertical-align: middle;
  margin-right: 20px;
}


.planinfo {
  font-size: 14px;
  margin-bottom: 20px;
}

.planname {
  margin-bottom: 4px;
  font-weight: bold;
}

.isSP {
  display: none;
}

.spimg {
  float: right;
  width: 260px;
  height: auto;
  margin: 0 30px;
}

.entry_wrap {
  width: 95%;
  margin: 20px auto;
}

.entry_wrap .mlt-contract {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #000;
  padding: 10px;
}
.entry_wrap .mlt-contract .consent {
  margin-top: 15px;
  text-align: center;
}

#form_ec input {
  margin-bottom: 20px;
}

#form_ec, #form_dia, #form_hcr {
  width: auto;
}

#form_ec, #form_dia, #form_hcr {
  width: 400px;
  height: 300px;
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

#form_ec input[type="submit"] {
  background-color: #ff9900;
  border-radius: 6px;
  padding: 80px 50px;
  font-size: 20px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  -webkit-appearance: none;
}

#form_dia input[type="submit"],
#form_dia button {
  background-color: #ff7c00;
  border-radius: 6px;
  padding: 65px 0 65px 65px;
  font-size: 20px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  -webkit-appearance: none;
}

#form_hcr input[type="submit"],
#form_hcr button {
  background-color: #ff7c00;
  border-radius: 6px;
  padding: 65px 0 65px 65px;
  font-size: 20px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  -webkit-appearance: none;
}

/* ==================================
   top_contents
================================== */

.top_contents {
  text-align: left;
  clear: both;
  font-size: 16px;
  line-height: 1.7em;
  width: 90%;
  max-width: 1130px;
  margin: 20px auto 50px auto;
}

.top_contents h3 {
  font-size: 29px;
  color: #00698C;
  text-align: center;
  font-weight: bold;
  margin: 60px auto 60px auto;
}

.top_contents h4 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 30px;
}

.top_contents .introduction-area {
  margin: 50px auto;
  display: table;
  width: 100%;
}
.top_contents .introduction-area .content {
  display: table-cell;
  /*width: 50%;*/
  width: 100%;
  margin: 0;
  padding: 10px 50px;
  border-left: 1px dotted #ccc;
}
.top_contents .introduction-area .content:first-child {
  border-left: 0 none;
}
.top_contents .introduction-area .content h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}
.top_contents .introduction-area .content h4:after {
  content: '';
  height: 3px;
  width: 120px;
  background: #EA5413;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -60px;
}
.top_contents .introduction-area .content .ph {
  width: 100%;
  max-width: 780px;
  margin: 30px auto 50px;
  text-align: center;
}
.top_contents .introduction-area .content .ph a {
  display: block;
}
.top_contents .introduction-area .content .ph img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.top_contents .introduction-area .content .txt {
  margin-bottom: 20px;
}
.top_contents .introduction-area .content .tag-list {

}
.top_contents .introduction-area .content .tag-list .tag {
  background: #006790;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
  padding: 0 10px;
  margin-right: 3px;
  margin-bottom: 10px;
  margin-left: 0;
}

.dot {
  border: 0;
  border-top: 2px dotted #ccc;
  padding-top: 21px;
  margin-top: 28px;
}

.btn_top {
  position: fixed;
  bottom: 12px;
  left: 18px;
  background-color: #999;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  text-align: center;
  padding: 16px;
  color: #fff;
  font-size: 12px;
  box-shadow: 0 0 3px #ccc;
  line-height: normal;
}

.bt-entry-wrap {
  width: 90%;
  margin: 20px auto;
}

.bt-submit-entry {
  background-color: #ff7c00;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  padding: 10px 50px !important;
  color: #fff;
  display: inline-block;
}

.required {
  background: url(/assets/images/required.png) no-repeat scroll center center;
  background-size: 32px;
  text-indent: -9999px;
  width: 32px;
  display: inline-block;
  margin-left: 5px;
}

.required_en {
  background: url(/assets/images/required_en.png) no-repeat scroll center center;
  background-size: 32px;
  text-indent: -9999px;
  width: 32px;
  display: inline-block;
  margin-left: 5px;
}

/* ==================================
   footer-content
================================== */
.footer-content-wrapper {
  width: 100%;
  max-width: 1130px;
  margin: 20px auto;
}
.footer-content-wrapper .footer-content {
  text-align: left;
}

.footer-content-wrapper .footer-content.left {
  float: left;
}
.footer-content-wrapper .footer-content.right {
  float: right;
}
.footer-content-wrapper .footer-content .logo {
  margin-bottom: 30px;
}
.footer-content-wrapper .footer-menu {
  display: table;
}
.footer-content-wrapper .footer-menu .footer-menu-inner {
  display: table-cell;
  border-left: 1px solid #ccc;
  padding: 10px;
  width: 200px;
  vertical-align: top;
}
.footer-content-wrapper .footer-menu .footer-menu-inner .ttl {
  color: #f00;
  height: 25px;
}
.footer-content-wrapper .footer-menu .footer-menu-inner ul {
  margin-top: 35px;
}
.footer-content-wrapper .footer-menu .footer-menu-inner .ttl + ul {
  margin-top: 10px;
}
.footer-content-wrapper .footer-menu .footer-menu-inner ul li {
  line-height: 1.6;
  margin-bottom: 10px;
}
.footer-content-wrapper .footer-menu .footer-menu-inner_en {
  width: 220px !important;
}


@media screen and (max-width: 768px) {
  .entry_wrap table td {
    padding: 10px !important;
    background-color: #fff;
    color: #333;
    border: 0;
    display: block;
  }

  .entry_wrap table th {
    background-color: #f1f8ff;
    padding: 10px;
    display: block;
    text-align: left;
    font-weight: normal;
    border: 0;
    color: #333;
    width: 100%;
  }

  .anitx {
    font-size: 17px !important;
  }

  body {
    background-image: url(../images/bg_2.jpg);
    background-position: center bottom;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  #form_ec, #form_dia, #form_hcr {
    width: 70% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  #form_dia {
    width: 70% !important;
    height: auto !important;
    margin: 0px 0px 30px 0px !important;
    padding: 0 !important;
    display: block !important;
  }

  #form_ec input, #form_dia input, #form_hcr input {
    padding: 50px !important;
  }

  #form_dia button, #form_hcr button {
    font-size: 14px !important;
    padding: 35px 0 35px 40px !important;
  }

  .sptc {
    text-align: center;
  }

  .top_contents h3 {
    font-size: 20px;
    text-align: center;
    margin: 50px auto 20px auto;
  }

  .spimg {
    float: none;
    width: 160px;
    height: auto;
    margin: 20px auto;
  }

  .top_contents {
    width: 92% !important;
    margin: 20px auto;
  }

  .isSP {
    display: block;
  }

  .login-right {
    width: 100%;
    float: none;
    background-color: #fff;
    margin: 0px 0;
    padding: 0;
  }

  .login-right img {
    margin: 40px 0px 0px 0px;
  }

  .body_login {
    width: 100%;
    background-size: 100%;
    background: none;
    height: auto;
    padding: 0px 17px;
  }

  .footer {
    width: 100%;
  }

  .copy {
    padding: 10px;
    margin: 0;
    text-decoration: none;
    font-style: normal;
    font-size: 12px;
  }

  .top_contents .introduction-area {
    margin: 25px auto;
    display: block;
    width: 100%;
  }
  .top_contents .introduction-area .content {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px 10px;
    border-left: 0 none;
  }
  .top_contents .introduction-area .content h4 {
    margin-bottom: 20px;
  }
  .top_contents .introduction-area .content .ph {
    width: 100%;
    height: auto;
    margin: 30px auto 50px;
    text-align: center;
  }
  .top_contents .introduction-area .content .txt {
    margin-bottom: 20px;
  }

  .top_logo {
    margin-top: 30px;
  }

  .footer-content-wrapper {
    width: 92%;
    margin: 20px auto;
  }
  .footer-content-wrapper .footer-content.left,
  .footer-content-wrapper .footer-content.right {
    float: none;
  }
  .footer-content-wrapper .footer-content.left {
    margin-top: 40px;
  }
  .footer-content-wrapper .footer-content .logo {
    margin-bottom: 15px;
  }
  .footer-content-wrapper .footer-content .logo img {
    max-width: 70%;
  }
  .footer-content-wrapper .footer-menu {
    display: block;
  }
  .footer-content-wrapper .footer-menu .footer-menu-inner {
    display: block;
    border: 0 none;
    padding: 0;
    width: 100%;
  }
  .footer-content-wrapper .footer-menu .footer-menu-inner .ttl {
    color: #f00;
    height: 25px;
  }
  .footer-content-wrapper .footer-menu .footer-menu-inner ul {
    margin-top: 0;
    padding-left: 1em;
  }
  .footer-content-wrapper .footer-menu .footer-menu-inner .ttl + ul {
    margin-top: 10px;
  }
  .footer-content-wrapper .footer-menu .footer-menu-inner ul li {
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .footer-content-wrapper .footer-menu .footer-menu-inner ul li.blank {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents {
    text-align: left;
    clear: both;
    font-size: 16px;
    line-height: 1.7em;
    width: 90%;
    margin: 20px auto 50px auto;
  }

  .top_contents h3 {
    font-size: 24px;
  }

  .top_contents .introduction-area .content {
    padding: 10px 20px;
  }


  /* footer */
  .footer-content-wrapper {
    width: 92%;
    margin: 20px auto;
    text-align: left;
  }
  .footer-content-wrapper .footer-content.left,
  .footer-content-wrapper .footer-content.right {
    float: none;
  }
  .footer-content-wrapper .footer-content.left {
    margin-top: 40px;
  }
  .footer-content-wrapper .footer-content .logo {
    margin-bottom: 15px;
  }
  .footer-content-wrapper .footer-content .logo img {
    max-width: 70%;
  }
  .footer-content-wrapper .footer-menu .footer-menu-inner:first-of-type {
    border-left: 0 none;
  }
}

#form_dia .btn_bg1 {
  background-image: url(/assets/images/btn_bg_a1.png);
  background-color: #14a4a5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20px center;
  box-shadow: 3px 3px 10px #ccc;
  color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
#form_hcr .btn_bg1 {
  background-image: url(/assets/images/btn_bg_a1_hcr.png);
  background-color: #14a4a5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20px center;
  box-shadow: 3px 3px 10px #ccc;
  color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
#form_dia .btn_bg1:hover, #form_hcr .btn_bg1:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #form_dia .btn_bg1, #form_hcr .btn_bg1 {
    background-position: center center;
  }
}


/* ====================================
 * 追加静的ページ
 * ==================================== */
.free-content-wrapper {

}
.free-content-wrapper .logo {
  text-align: center;
}
.free-content-wrapper .logo img {
  max-width: 200px;
}
.free-content-wrapper .title {
  margin-top: 30px;
  margin-bottom: 40px;
}
.free-content-wrapper .title.border-b {
  border-bottom: 3px solid #EA5413;
}
.free-content-wrapper .free-content-area {
  width: 100%;
  margin: 40px auto;
}
.free-content-wrapper .free-content-area .entry-complete {
  width: 800px;
  margin: 0 auto;
}
.free-content-wrapper .free-content-area .entry-complete .sub-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.free-content-wrapper .free-content-area .entry-complete p {
  margin-bottom: 20px;
}
.free-content-wrapper .free-content-area .entry-complete form {
  text-align: center;
}

.free-content-wrapper .free-content-area .transaction,
.free-content-wrapper .free-content-area .company,
.free-content-wrapper .free-content-area .environment {
  text-align: left;
}
.free-content-wrapper .free-content-area .transaction .label,
.free-content-wrapper .free-content-area .company .label,
.free-content-wrapper .free-content-area .environment .label {
  font-weight: bold;
}
.free-content-wrapper .free-content-area .transaction .txt,
.free-content-wrapper .free-content-area .company .txt,
.free-content-wrapper .free-content-area .environment .txt {
  margin-bottom: 20px;
}

.free-content-wrapper .free-content-area .contact-information-wrapper ul.contact-information {
  margin-top: 40px;
  list-style: circle;
  padding-left: 2em;
}
.free-content-wrapper .free-content-area .contact-information-wrapper ul.contact-information li {
  list-style: circle;
  margin-bottom: 20px;
}
.free-content-wrapper .free-content-area .contact-information-wrapper ul.contact-information li span {
  position: relative;
  display: inline-block;
  min-width: 160px;
  padding-right: 10px;
}
.free-content-wrapper .free-content-area .contact-information-wrapper ul.contact-information li span:after {
  content: ":";
  float: right;
}

.free-content-wrapper .free-content-area .contact-information-wrapper .calender {
  width: 100%;
  max-width: 750px;
  margin: 20px auto;
}
.free-content-wrapper .free-content-area .contact-information-wrapper .calender .fl {
  float: left;
}
.free-content-wrapper .free-content-area .contact-information-wrapper .calender .fr {
  float: right;
}
.free-content-wrapper .free-content-area .contact-information-wrapper .calender-txt {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.free-content-wrapper .free-content-area .contact-information-wrapper .calender-txt .holiday {
  display: inline-block;
  background: #f1cbfc;
  border: 2px solid #6281b8;
  width: 50px;
  margin-right: 5px;
}

.free-content-wrapper .free-content-area ol.policy {
  margin: 40px auto;
  padding-left: 2em;
}
.free-content-wrapper .free-content-area ol.policy > li {
  list-style-type: decimal;
  font-weight: bold;
}
.free-content-wrapper .free-content-area .policy .title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.free-content-wrapper .free-content-area .policy .txt {
  font-weight: normal;
}
.free-content-wrapper .free-content-area .policy ul.list {
  list-style-type: disc;
  padding-left: 2em;
  font-weight: normal;
  margin: 20px 0;
}
.free-content-wrapper .free-content-area .policy ul.list > li {
  list-style-type: disc;
}

.free-content-wrapper .free-content-area .edit-form-area-wrap {
  background: #fff;
  padding: 30px;

}

.free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area {
  width: 600px;
  margin: 0 auto;
}
.free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area_en {
  width: 630px;
}
.free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area .attention {
  color: #f00;
  font-weight: bold;
}

.free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area dl dt {
  float: left;
  font-weight: bold;
  padding: 10px;
}
.free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area dl dd {
   margin-left: 230px;
   margin-bottom: 15px;
 }
.free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area_en dl dd {
  margin-left: 280px;
}
.free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area input[type="password"] {
  width: 80%;
  padding: 10px;
}
.free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area .btn-area {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}

.free-content-wrapper .free-content-area.terms {

}
.free-content-wrapper .free-content-area.terms .title {
  font-weight: bold;
}
.free-content-wrapper .free-content-area.terms .txt {
  margin-bottom: 10px;
}
.free-content-wrapper .free-content-area.terms ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
  .free-content-wrapper .free-content-area {
    font-size: 13px;
    margin: 20px auto;
  }

  .free-content-wrapper .free-content-area .contact-information-wrapper .calender {
    width: 100%;
    margin: 10px auto;
  }
  .free-content-wrapper .free-content-area .contact-information-wrapper .calender img {
    width: auto;
    max-width: 100%;
  }
  .free-content-wrapper .free-content-area .contact-information-wrapper .calender .fl {
    float: none;
  }
  .free-content-wrapper .free-content-area .contact-information-wrapper .calender .fr {
    float: none;
  }
  .free-content-wrapper .free-content-area .contact-information-wrapper .calender-txt {
    width: 100%;
    margin: 0 auto;
  }
  .free-content-wrapper .free-content-area .contact-information-wrapper ul.contact-information {
    padding-left: 1.5em;
  }
  .free-content-wrapper .free-content-area .contact-information-wrapper ul.contact-information li span {
    min-width: 130px;
  }

  .free-content-wrapper .free-content-area ol.policy {
    margin: 20px auto;
    padding-left: 1.5em;
  }
  .free-content-wrapper .free-content-area .policy ul.list {
    padding-left: 1.5em;
  }

  .free-content-wrapper .free-content-area .entry-complete {
    width: 100%;;
    margin: 0 auto;
  }

  .free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area {
    width: 100%;
    margin: 0;
  }
  .free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area dl dt {
    float: none;
  }
  .free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area dl dd {
    margin-left: 0;
  }
  .free-content-wrapper .free-content-area .edit-form-area-wrap .edit-form-area input[type="password"] {
    width: 100%;
  }

}


/* ====================================
 * サービス選択画面 下部メニュー
 * ==================================== */
.menu {
  margin-top:30px;
  font-size:16px;
}
.menu ul {

}
.menu ul li {
  margin-bottom:10px;
}


@media screen and (max-width: 768px){
  .pdf-calender iframe {
    height: 280px !important;
  }
}

.information {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 768px){
  .information {
    width: 100%;
    padding: 10px;
  }
}

/* ====================================
 * TOPページ　デザイン改修
 * ==================================== */
.announce-list-wrap {
  width: 1100px;
  margin: 60px auto 0;
}
.announce-content-list {
  display: flex;
  flex-wrap: wrap;
}
.announce-content {
  width: 290px;
  border-right: 1px dashed #ccc;
  padding: 20px 29px 20px 30px;
}
@media screen and (min-width: 769px) {
  .announce-content:nth-child(4n+1) {
    width: 260px;
    padding-left: 0;
  }
  .announce-content:nth-child(4n) {
    width: 260px;
    padding-right: 0;
    border-right: 0 none;
  }
  .announce-content:nth-child(n + 5) {
    border-top: 1px dashed #ccc;
  }
}
.announce-content a {
  display: block;
  width: 100%;
  height: 100%;
}

.announce-content .announce-content__image {
  width: 100%;
  margin: 0 auto;
}
.announce-content .announce-content__image img {
  max-width: 100%;
  max-height: 100%;
}
.announce-content .announce-content__title {
  width: 100%;
  font-size: 11px;
  color: #555;
  line-height: 1.4;
  margin-bottom: 15px;
}
.announce-content .announce-content__note {
  width: 100%;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .announce-list-wrap {
    width: 100%;
  }

  .announce-content {
    width: 50%;
    padding: 0 0 20px;
    border: 0 none;
  }

  .announce-content:nth-child(2n+1) {
    border-right: 1px dashed #ccc;
    padding-right: 10px;
  }
  .announce-content:nth-child(2n) {
    padding-left: 10px;
  }
  .announce-content:nth-child(n+3) {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
  }


  .announce-content .announce-content__title {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
  }
  .announce-content .announce-content__note {
    font-size: 13px;
    line-height: 1.5;
  }
}


/* ====================================
 * サービス選択画面 デザイン改修
 * ==================================== */
.header {
  width: 100%;
  border-bottom: 1px dotted #e1e1e1;
  margin-bottom: 60px;
}
.header .header-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.header .header-inner .logo {
  width: 270px;
}
.header .header-inner .logo img {
  max-width: 100%;
}
.header .header-inner .header-menu {

}
.header .header-inner .header-menu .header-menu__button {
  display: inline-block;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin-left: 20px;
  font-size: 11px;
  line-height: 1.5;
  color: #000;
  width: 110px;
  padding: 5px;
}
.header .header-inner .header-menu .header-menu__button img {
  display: block;
  margin: 0 auto 5px;
}
#serviceSelect.entry_wrap {
  width: 100%;
}
#serviceSelect.entry_wrap .entry-lead {
  color: #555;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 60px;
}
#serviceSelect.entry_wrap .service {

}
#serviceSelect.entry_wrap .service .service-ttl {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  padding: 15px 0;
  text-align: center;
  text-shadow: 0 1px 3px #00000029;
}
#serviceSelect.entry_wrap .service.digital-health .service-ttl {
  background: transparent linear-gradient(360deg, #FF8C45 0%, #EA5413 100%) 0 0 no-repeat padding-box;
}
#serviceSelect.entry_wrap .service.partner .service-ttl {
  background: transparent linear-gradient(360deg, #4AD1D1 0%, #4A98D1 100%) 0 0 no-repeat padding-box;
}
#serviceSelect.entry_wrap .service .service-list {
  display: flex;
  max-width: 1150px;
  justify-content: center;
  margin: 50px auto 100px;
  flex-wrap: wrap;
}
#serviceSelect.entry_wrap .service .service-list .service-list__item {
  width: 350px;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 20px;
}
#serviceSelect.entry_wrap .service .service-list .service-list__item:nth-child(3n+1) {
  margin-left: 0;
}
#serviceSelect.entry_wrap .service .service-list .service-list__item .supervisor-link {
  padding: 0 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}
#serviceSelect.entry_wrap .service .service-list .service-list__item .supervisor-link a {
  display: inline-block;
}
#serviceSelect.entry_wrap .service .service-list .service-list__item .supervisor-link__txt {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
#serviceSelect.entry_wrap .service .service-list .service-list__item .supervisor-link__logo {
  max-width: 100%;
  max-height: 30px;
  margin: 0;
  padding: 0;
}
#serviceSelect.entry_wrap .service .service-list .service-list__item .menu-title {
  font-size: 18px;
}
#serviceSelect.entry_wrap .service .service-list .service-list__item .menu-link {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
#serviceSelect.entry_wrap .service .service-list .service-list__item .menu-link a {
  color: #555;
}

@media screen and (max-width: 768px) {
  .header {
    margin-bottom: 30px;
  }
  .header .header-inner {
    width: 100%;
    padding: 10px 4% 15px;
  }
  .header .header-inner .logo {
    width: 135px;
  }
  .header .header-inner .header-menu {
    font-size: 0;
  }
  .header .header-inner .header-menu .header-menu__button {
    width: 86px;
    font-size: 10px;
    margin-left: 10px;
    padding: 3px;
  }
  .header .header-inner .header-menu .header-menu__button:first-of-type {
    margin-left: 0;
  }
  .header .header-inner .header-menu .header-menu__button img {
    height: 15px;
  }
  #serviceSelect.entry_wrap .entry-lead {
    font-size: 12px;
    margin-bottom: 30px;
  }

  #serviceSelect.entry_wrap .service .service-ttl {
    font-size: 18px;
  }

  #serviceSelect.entry_wrap .service .service-list {
    width: 100%;
    padding: 0 4%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto 60px;
  }
  #serviceSelect.entry_wrap .service.partner .service-list {
    justify-content: center;
  }

  #serviceSelect.entry_wrap .service .service-list .service-list__item {
    width: 47%;
    margin-left: 0;
  }
  #serviceSelect.entry_wrap .service .service-list .service-list__item input[type="image"],
  #serviceSelect.entry_wrap .service .service-list .service-list__item img {
    width: 100%;
  }

  #serviceSelect.entry_wrap .service .service-list .service-list__item .menu-link {
    font-size: 11px;
    margin-top: 10px;
  }
}

.timeout {
  filter: brightness(0.5);
  pointer-events: none;
}

.attention {
  color: #f00 !important;
}
