@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Kosugi|Kosugi+Maru|M+PLUS+1p|M+PLUS+Rounded+1c|Noto+Sans+JP|Noto+Sans+SC|Noto+Sans+TC|Noto+Serif+JP|Noto+Serif+SC|Noto+Serif+TC|Sawarabi+Gothic");
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* レイアウトCSS */
body {
  min-height: 1200px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "FOT-筑紫A丸ゴシック Std R", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 414px) {
  body {
    max-width: 100%;
  }
}

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

.content {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 414px) {
  .content {
    max-width: 100%;
  }
}
.content p {
  margin-bottom: 15px;
  line-height: 1.5em;
}

.swiper-container {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  max-width: 1600px;
  margin-bottom: 100px;
}
@media screen and (max-width: 414px) {
  .swiper-container {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.swiper-container img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 414px) {
  .swiper-container img {
    max-width: 100%;
    height: 90%;
  }
}

.swiper-slide p {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  font-size: 30px;
  line-height: 2em;
  font-family: "Noto Serif JP", serif;
  text-shadow: 2px 2px 0px #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .swiper-slide p {
    top: 45%;
    left: 5%;
    font-size: 22px;
  }
}
@media screen and (max-width: 414px) {
  .swiper-slide p br {
    display: none !important;
  }
}

.top_banner_wrap {
  margin: 0;
}
.top_banner_wrap .Mv_container {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_banner_wrap .Mv_container .mv_catch {
  width: 100%;
  background-repeat: no-repeat;
}
.top_banner_wrap .Mv_container .mv_catch .title_catch {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 414px) {
  .top_banner_wrap .Mv_container .mv_catch .title_catch {
    max-width: 100%;
  }
}
.top_banner_wrap .Mv_container .mv_catch .title_catch .title {
  margin-top: 10px;
  font-size: 24px;
  color: white;
  position: absolute;
  top: -80px;
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  .top_banner_wrap .Mv_container .mv_catch .title_catch .title {
    font-size: 20px;
    padding-left: 10px;
  }
}
.top_banner_wrap .Mv_container .mv_catch img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.kaiketu_servive {
  position: relative;
}
.kaiketu_servive:before {
  content: "";
  position: absolute;
  z-index: -999;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
}
.kaiketu_servive h4 {
  font-size: 20px;
  text-align: center;
  margin: 10px 0 20px;
  font-weight: 600;
  line-height: 1.7em;
}
.kaiketu_servive h4 .gaibu_br_y {
  display: none;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive h4 {
    padding: 10px;
    text-align: left;
    font-size: 16px;
    margin: 10px 0;
    margin-bottom: 0;
  }
  .kaiketu_servive h4 .gaibu_br_n {
    display: none;
  }
  .kaiketu_servive h4 .gaibu_br_y {
    display: block;
  }
}
.kaiketu_servive .cource_wrap {
  margin: 40px 0;
  display: flex;
  justify-content: space-evenly;
  box-sizing: border-box;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .cource_wrap {
    margin-bottom: 0;
  }
}
.kaiketu_servive .cource_wrap .inner {
  flex-basis: 40%;
  min-width: 500px;
  height: 400px;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .cource_wrap .inner {
    width: 100%;
  }
}
.kaiketu_servive .cource_wrap .inner a {
  position: relative;
  text-decoration: none;
  color: black;
}
.kaiketu_servive .cource_wrap .inner img {
  padding: 10px;
  width: 100%;
}
.kaiketu_servive .cource_wrap .inner .box {
  width: 90%;
  min-width: 400px;
  padding: 25px;
  position: absolute;
  left: 5%;
  top: -90px;
  height: 200px;
  background-color: white;
}
.kaiketu_servive .cource_wrap .inner .box h4 {
  font-size: 20px;
  text-align: center;
  margin: 10px 0 20px;
  font-weight: 600;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .cource_wrap .inner .box h4 {
    padding: 10px;
    text-align: left;
    font-size: 16px;
    margin: 10px 0;
    margin-bottom: 0;
  }
}
.kaiketu_servive .cource_wrap .inner .box p {
  line-height: 1.7rem;
  font-size: 14px;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .open {
    flex-direction: column;
  }
  .kaiketu_servive .open .inner {
    flex-basis: 29%;
    min-width: 0;
    margin-bottom: 230px;
  }
  .kaiketu_servive .open .inner .box {
    padding: 0;
    left: 5%;
    min-width: 0;
    height: 230px;
    top: -48px;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  .kaiketu_servive .open .inner .box {
    padding: 10px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .open .inner .box h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  .kaiketu_servive .open .inner .box h4 {
    padding: 0;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .open .inner .box p {
    padding: 10px;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  .kaiketu_servive .open .inner .box p {
    padding: 0;
  }
}
.kaiketu_servive .close {
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 140px;
  width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .close {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
}
.kaiketu_servive .close .inner {
  flex-basis: 500px;
  min-width: 0;
}
.kaiketu_servive .close .inner .next {
  text-align: center;
  display: block;
  padding: 20px 10px;
  font-size: 14px;
  color: white;
  background-color: #2980b9;
  margin-top: 23px;
  margin: 23px -1px 0;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .close .inner .next {
    box-sizing: border-box;
  }
}
.kaiketu_servive .close .inner:nth-of-type(3) {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .close .inner:nth-of-type(3) {
    margin-top: 20px;
  }
}
.kaiketu_servive .close .inner:nth-of-type(3) .box {
  top: 220px;
  border: 1px solid #777474;
  height: 200px;
}
.kaiketu_servive .close .inner a {
  position: relative;
  color: black;
  display: block;
}
.kaiketu_servive .close .inner img {
  display: block;
}
.kaiketu_servive .close .inner .box {
  padding: 10px 0px;
  min-width: 0;
  position: absolute;
  left: 5%;
  top: 200px;
  height: 230px;
  border: 1px solid #777474;
  box-sizing: border-box;
  margin: 0;
  border-bottom: transparent;
}
.kaiketu_servive .close .inner .box h4 {
  font-size: 19px;
  padding: 0;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .close .inner .box h4 {
    text-align: center;
  }
}
.kaiketu_servive .close .inner .box p {
  padding: 0 20px;
}

.gray {
  background: #f5f6f6;
  padding-bottom: 20px;
}

.just {
  padding-bottom: 120px;
}
@media screen and (max-width: 414px) {
  .just {
    padding-bottom: 0;
  }
}

header {
  padding-top: 20px;
  border-top: 5px solid #2980b9;
}
@media screen and (max-width: 414px) {
  header {
    z-index: 2;
  }
}
header .first {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  header .first {
    margin-bottom: 20px;
    align-items: center;
    padding: 0 20px;
  }
}
header .first .logo {
  flex-basis: 25%;
}
@media screen and (max-width: 414px) {
  header .first .logo {
    flex-basis: 60%;
  }
}
header .first .logo img {
  width: 100%;
}
header .first .contact {
  flex-basis: 20%;
}
@media screen and (max-width: 414px) {
  header .first .contact {
    display: none;
  }
}
header .first .contact a {
  background-color: #2980b9;
  padding: 10px 20px;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
header .first .contact p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
header .first .contact p i {
  margin-right: 10px;
}
@media screen and (max-width: 414px) {
  header .g-navi_wrapper {
    display: block;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(254, 254, 254, 0.85);
    width: 100%;
    max-width: 100vw;
    height: 100%;
    opacity: 0;
    transition: 0.6s;
    padding: 90px 30px;
    visibility: hidden;
    opacity: 0;
  }
  header .g-navi_wrapper.active {
    display: block;
    transition: 0.6s;
    z-index: 2;
    visibility: visible;
    opacity: 1;
  }
}
header .g-navi_wrapper .g-navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 414px) {
  header .g-navi_wrapper .g-navi {
    display: block;
    width: 100%;
  }
  header .g-navi_wrapper .g-navi__inner {
    margin-right: initial;
  }
}
header .g-navi_wrapper .g-navi li {
  flex-basis: 16.6666666667%;
}
header .g-navi_wrapper .g-navi li:nth-of-type(3) {
  padding-left: 30px;
}
@media screen and (max-width: 414px) {
  header .g-navi_wrapper .g-navi li:nth-of-type(3) {
    padding: 0;
  }
}
header .g-navi_wrapper .g-navi li:nth-of-type(4) {
  padding-left: 40px;
}
@media screen and (max-width: 414px) {
  header .g-navi_wrapper .g-navi li:nth-of-type(4) {
    padding: 0;
  }
}
header .g-navi_wrapper .g-navi li a {
  color: #333;
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding: 20px 0;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  header .g-navi_wrapper .g-navi li a {
    text-align: left;
  }
}

/*************************************************

  hamburgerMenu グローナバルナビ アイコン

 *************************************************/
.menu-trigger {
  display: none;
  transition: all 0.4s;
  transition-timing-function: ease-in;
  box-sizing: border-box;
  width: 40px;
  z-index: 300;
  position: fixed;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 414px) {
  .menu-trigger {
    display: inline-block;
    width: 40px;
    height: 39px;
  }
}
.menu-trigger__sp {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: black;
  border-radius: 4px;
}
.menu-trigger__sp:nth-of-type(1) {
  top: 4px;
}
.menu-trigger__sp:nth-of-type(2) {
  top: 15px;
}
.menu-trigger__sp:nth-of-type(3) {
  bottom: 10px;
}
.menu-trigger.active .menu-trigger__sp:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  opacity: 0.7;
}
.menu-trigger.active .menu-trigger__sp:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active .menu-trigger__sp:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
  opacity: 0.7;
}

@media screen and (max-width: 414px) {
  .list_contact {
    display: inline-block;
  }
}

.footer_info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  .footer_info {
    flex-direction: column-reverse;
  }
}
.footer_info .info {
  flex-basis: 50%;
}
@media screen and (max-width: 414px) {
  .footer_info .info {
    padding: 10px;
  }
}
.footer_info .info ul {
  margin-bottom: 20px;
}
.footer_info .info ul li {
  line-height: 1.5em;
}
.footer_info .info ul li img {
  width: 200px;
  height: auto;
  margin-bottom: 30px;
}
.footer_info .info a {
  width: 80%;
}
.footer_info .map {
  flex-basis: 50%;
}
@media screen and (max-width: 414px) {
  .footer_info .map {
    margin-bottom: 40px;
  }
}

footer {
  background-color: #2980b9;
}
footer p {
  font-size: 12px;
  margin: 0px;
  padding: 10px;
  text-align: center;
  color: #fff;
}

section {
  margin-bottom: 100px;
}

.big_title {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  margin-bottom: 30px !important;
  position: relative;
}
.big_title:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 50px;
  background-color: #000;
}
@media screen and (max-width: 414px) {
  .big_title:after {
    left: 43%;
  }
}
@media screen and (max-width: 414px) {
  .big_title {
    font-size: 21px;
    text-align: center;
    padding: 5px;
  }
}

@media screen and (max-width: 414px) {
  .message {
    padding: 10px 15px 0px 15px;
    margin-bottom: 0 !important;
  }
}

.square {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  .square {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.square .image {
  flex-basis: 48%;
}
.square .image img {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 10px 10px 0px 5px #2980b9;
}
@media screen and (max-width: 414px) {
  .square .image img {
    width: 100%;
    height: 350px;
  }
}
.square .text {
  flex-basis: 52%;
}
.square .text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  margin-bottom: 30px !important;
  position: relative;
}
@media screen and (max-width: 414px) {
  .square .text h3 {
    margin-bottom: 15px !important;
    margin-top: 30px;
  }
}
.square .text h4 {
  font-size: 1.6rem;
  color: #2980b9;
  margin-bottom: 10px;
}
@media screen and (max-width: 414px) {
  .square .text h4 {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.square .text .mes_heiin {
  padding: 10px;
  padding-right: 4px;
  font-size: 1.1rem;
}
.square .text .mes_heiin .fa-check {
  margin-right: 10px;
}

.details_btn {
  display: block;
  padding: 20px;
  text-align: center;
  width: 100%;
  border: 1px solid #2980b9;
  color: #2980b9;
  font-weight: bold;
  transition: 0.2s;
}
.details_btn:hover {
  background-color: #2980b9;
  color: #fff;
}

.top_bg {
  background-image: url("images/top_02_bg.jpg");
  background-position: center;
  background-size: cover;
}
.top_bg h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  margin-bottom: 30px !important;
  position: relative;
}
.top_bg h3:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 50px;
  background-color: #000;
}
.top_bg .text_box {
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.9);
}
.top_bg .text_box h4 {
  font-size: 1.6rem;
  color: #2980b9;
  margin-bottom: 10px;
}
@media screen and (max-width: 414px) {
  .top_bg .text_box h4 {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .top_bg .text_box {
    padding: 20px;
  }
}
.top_bg .text_box .mes_kaiin {
  padding: 10px;
  padding-right: 4px;
  font-size: 1.1rem;
}
.top_bg .text_box .mes_kaiin .fa-check {
  margin-right: 10px;
}

.black_mask {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  padding: 80px;
}
@media screen and (max-width: 414px) {
  .black_mask {
    padding: 80px 15px;
  }
}

.top_works h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  margin-bottom: 60px !important;
  position: relative;
}
@media screen and (max-width: 414px) {
  .top_works h3 {
    margin-bottom: 35px !important;
    padding: 10px !important;
  }
}
.top_works h3:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 50px;
  background-color: #000;
}
@media screen and (max-width: 414px) {
  .top_works h3:after {
    left: 10px;
  }
}
.top_works .inner {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
@media screen and (max-width: 414px) {
  .top_works .inner {
    display: block;
    padding: 10px;
  }
}
.top_works .inner a {
  flex-basis: 50%;
  display: block;
  position: relative;
}
@media screen and (max-width: 414px) {
  .top_works .inner a {
    margin-bottom: 20px;
  }
}
.top_works .inner a img {
  width: 100%;
  height: auto;
}
.top_works .inner a h4 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #fff;
  background-color: #2980b9;
  padding: 20px;
}
.top_works .inner a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-bottom: 0;
}

.w_padding {
  padding: 80px 0;
}

.top_news h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  margin-bottom: 60px !important;
  position: relative;
}
@media screen and (max-width: 414px) {
  .top_news h3 {
    margin-bottom: 18px !important;
    padding: 10px;
  }
}
.top_news h3:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 50px;
  background-color: #000;
}
@media screen and (max-width: 414px) {
  .top_news h3:after {
    left: 10px;
  }
}
.top_news h3 span {
  font-size: 0.7em;
  margin-left: 20px;
}
@media screen and (max-width: 414px) {
  .top_news ul {
    padding: 10px;
  }
}
.top_news ul li {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.top_news ul li a {
  margin-left: 20px;
  color: #333;
  font-size: 14px;
}
.top_news ul li a:hover {
  text-decoration: underline;
}
.top_news ul li:last-child {
  border: none;
  text-align: right;
}

.news_padding {
  padding: 80px 0;
}
@media screen and (max-width: 414px) {
  .news_padding {
    padding: 40px 0 0;
  }
}

/* ==================================
　医療継承　トップ - ログイン追加
==================================== */
.login-area {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
  font-weight: bolder;
  border: 1px solid #144F76;
  border-radius: 5px;
}
@media screen and (max-width: 414px) {
  .login-area {
    width: 90%;
  }
}
.login-area .head {
  background-color: #144F76;
  padding: 15px 0;
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.login-area .txt {
  margin-bottom: 35px;
  color: #144F76;
  font-size: 18px;
  letter-spacing: 2px;
}
.login-area .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 600px;
  aspect-ratio: 10/1;
  font-size: 18px;
  letter-spacing: 4px;
  color: #fff;
  background-color: #F4B200;
  border-radius: 30px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (max-width: 414px) {
  .login-area .btn {
    width: 90%;
    aspect-ratio: 10/3;
    line-height: 1.7;
    border-radius: 10px;
  }
}
.login-area .btn::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  font-size: 20px;
  transition: all 0.3s;
}
.login-area .btn:hover {
  background-color: #F57B02;
}
.login-area .btn:hover::after {
  right: 8%;
}
.login-area .sp {
  display: none;
}
@media screen and (max-width: 414px) {
  .login-area .sp {
    display: block;
  }
}

/* ==================================
　医療継承　ログインページ
==================================== */
.p-login {
  margin-top: 80px;
}
@media screen and (max-width: 414px) {
  .p-login {
    margin-top: 60px;
  }
}
.p-login .login-shinki_area {
  width: 80%;
  margin: 0 auto 120px;
  padding: 60px;
  border: 2px solid #144F76;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .p-login .login-shinki_area {
    width: 90%;
    padding: 20px;
    margin: 0 auto 100px;
  }
}
.p-login .login-shinki_area p {
  font-size: 20px;
  color: #144F76;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 414px) {
  .p-login .login-shinki_area p {
    font-size: 16px;
  }
}
.p-login .login-shinki_area .btn-area {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 414px) {
  .p-login .login-shinki_area .btn-area {
    gap: 20px;
  }
}
.p-login .login-shinki_area .btn-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 52px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.p-login .login-shinki_area .btn-area .btn01 {
  background-color: #2980b9;
}
.p-login .login-shinki_area .btn-area .btn01:hover {
  background-color: #144F76;
}
.p-login .login-shinki_area .btn-area .btn02 {
  background-color: #F4B200;
}
.p-login .login-shinki_area .btn-area .btn02:hover {
  background-color: #F57B02;
}
.p-login section {
  margin-bottom: 200px;
}
@media screen and (max-width: 414px) {
  .p-login section {
    width: 90%;
    margin: 0 auto;
  }
}
.p-login section h2 {
  background-color: #144F76;
  margin-bottom: 65px;
  padding: 15px 0 15px 20px;
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (max-width: 414px) {
  .p-login section h2 {
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
.p-login section p {
  margin-bottom: 15px;
}
.p-login section p:last-of-type {
  margin-bottom: 0;
}
.p-login .sp {
  display: none;
}
@media screen and (max-width: 414px) {
  .p-login .sp {
    display: block;
  }
}

/* ==================================
　医療継承　医院一覧ページ
==================================== */
.p-clinic-list {
  margin-top: 80px;
}
@media screen and (max-width: 414px) {
  .p-clinic-list {
    width: 90%;
    margin: 60px auto 0;
  }
}
.p-clinic-list h2 {
  background-color: #144F76;
  margin-bottom: 50px;
  padding: 15px 0 15px 20px;
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (max-width: 414px) {
  .p-clinic-list h2 {
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
.p-clinic-list .category-area {
  margin-bottom: 65px;
}
@media screen and (max-width: 414px) {
  .p-clinic-list .category-area {
    margin-bottom: 40px;
  }
}
.p-clinic-list .category-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 414px) {
  .p-clinic-list .category-area ul {
    gap: 15px;
  }
}
.p-clinic-list .category-area ul li a {
  display: grid;
  place-content: center;
  width: 150px;
  height: 45px;
  border: 1px solid #333;
  border-radius: 5px;
  color: #333;
  transition: all 0.3s;
}
@media screen and (max-width: 414px) {
  .p-clinic-list .category-area ul li a {
    width: 100px;
  }
}
.p-clinic-list .category-area ul li a:hover {
  border: 1px solid #fff;
  background-color: #333;
  color: #fff;
}
.p-clinic-list .clinic-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 35px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 200px;
}
@media screen and (max-width: 414px) {
  .p-clinic-list .clinic-list {
    display: block;
    margin-bottom: 150px;
  }
}
.p-clinic-list .clinic-list .box {
  width: calc(33.3333333333% - 13.3333333333px);
  padding: 40px 15px 30px;
  border-radius: 7px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px -5px #333;
  pointer-events: none;
  transition: all 0.3s;
}
@media screen and (max-width: 414px) {
  .p-clinic-list .clinic-list .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-clinic-list .clinic-list .box:hover {
  box-shadow: none;
  border: 2px solid #144F76;
}
@media screen and (max-width: 414px) {
  .p-clinic-list .clinic-list .box:last-of-type {
    margin-bottom: 0;
  }
}
.p-clinic-list .clinic-list .box table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}
.p-clinic-list .clinic-list .box table tr th {
  width: 40%;
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.p-clinic-list .clinic-list .box table tr td {
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #333;
}
.p-clinic-list .clinic-list .box a {
  display: grid;
  place-content: center;
  width: 100%;
  aspect-ratio: 29/5;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
  background-color: #2980b9;
  border-radius: 7px;
  pointer-events: auto;
  transition: all 0.3s;
}
.p-clinic-list .clinic-list .box a:hover {
  background-color: #144F76;
}
.p-clinic-list .sp {
  display: none;
}
@media screen and (max-width: 414px) {
  .p-clinic-list .sp {
    display: block;
  }
}

#open_servive h3 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 28px;
  position: relative;
}
#open_servive h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  top: 50px;
  left: 48%;
  background: rgba(17, 17, 17, 0.7);
}
#open_servive .service_txt h4 {
  text-align: center;
  padding: 20px;
  font-size: 20px;
  line-height: 2rem;
}
@media screen and (max-width: 414px) {
  #open_servive .service_txt h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
#open_servive .img_area {
  margin: 10px auto;
  width: 1000px;
}
@media screen and (max-width: 414px) {
  #open_servive .img_area {
    height: 200px;
    display: none;
  }
}
@media screen and (max-width: 414px) {
  #open_servive .img_area {
    width: 100%;
  }
}
#open_servive .img_area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#open_servive .img_area_sp {
  display: none;
}
@media screen and (max-width: 414px) {
  #open_servive .img_area_sp {
    display: block;
    margin: 0 auto;
  }
  #open_servive .img_area_sp img {
    width: 100%;
  }
}

.open_rel h3 {
  text-align: center;
  font-size: 24px;
  margin: 100px 0;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-weight: 900;
}
.open_rel h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  top: 45px;
  left: 48%;
  background: rgba(17, 17, 17, 0.7);
}
.open_rel h4 {
  text-align: center;
  font-size: 20px;
  padding: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 414px) {
  .open_rel h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.open_rel .img_area_map {
  width: 100%;
}
@media screen and (max-width: 414px) {
  .open_rel .img_area_map {
    height: 200px;
    display: none;
  }
}
.open_rel .img_area_map img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.open_rel .img_area_map_sp {
  display: none;
}
@media screen and (max-width: 414px) {
  .open_rel .img_area_map_sp {
    display: block;
    margin: 0 auto;
  }
  .open_rel .img_area_map_sp img {
    width: 100%;
  }
}

.open_table h3 {
  text-align: center;
  font-size: 24px;
  margin: 100px 0;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-weight: 900;
}
.open_table h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  top: 45px;
  left: 48%;
  background: rgba(17, 17, 17, 0.7);
}
@media screen and (max-width: 414px) {
  .open_table h3:after {
    width: 40px;
    left: 45%;
  }
}
.open_table h4 {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.open_table h4 br {
  display: none;
}
@media screen and (max-width: 414px) {
  .open_table h4 {
    margin: 0;
    font-size: 16px;
  }
  .open_table h4 br {
    display: block;
  }
}
.open_table p {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 414px) {
  .open_table p {
    margin-bottom: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 414px) {
  .open_table .table_area {
    padding: 5px;
  }
}
.open_table .table_area .cp_table *,
.open_table .table_area .cp_table *:before,
.open_table .table_area .cp_table *:after {
  box-sizing: border-box;
}
.open_table .table_area .cp_table {
  width: 100%;
  border-collapse: collapse;
}
.open_table .table_area .cp_table th,
.open_table .table_area .cp_table td {
  padding: 10px 10px;
  border: 1px solid #dddddd;
  text-align: center;
  width: 15%;
  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .open_table .table_area .cp_table th,
  .open_table .table_area .cp_table td {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 414px) {
  .open_table .table_area .cp_table tr {
    display: block;
    margin-bottom: 15px;
  }
}
.open_table .table_area .cp_table th {
  text-align: center;
  background: #f4f4f4;
  font-size: 16px;
  width: 10%;
}
@media screen and (max-width: 414px) {
  .open_table .table_area .cp_table th {
    display: block;
    padding: 25px 10px;
    width: 100%;
    margin-top: 20px;
    background: #2980b9;
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.open_table .table_area .cp_table td {
  font-size: 13px;
  padding: 25px 15px;
  text-align: left;
  line-height: 1.5rem;
}
@media screen and (max-width: 414px) {
  .open_table .table_area .cp_table td {
    display: block;
    width: 100%;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 414px) {
  .open_table .table_area tr td:nth-of-type(odd) {
    background-color: #f6f5f5;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (max-width: 414px) {
  .open_table .table_area .summary_table tr td:nth-of-type(odd) {
    background-color: #FFF;
  }
}

#open_contact {
  width: 1000px;
  margin: 0 auto 300px;
}
@media screen and (max-width: 414px) {
  #open_contact {
    width: 100%;
    margin: 30px auto 50px;
  }
}
#open_contact .info {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 414px) {
  .kaiketu_servive {
    margin-bottom: 0;
  }
}
.kaiketu_servive:before {
  background-color: #ffffff;
}
.kaiketu_servive h3 {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 900;
  padding-top: 100px;
  padding-bottom: 40px;
}
.kaiketu_servive h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  top: 145px;
  left: 48%;
  background: rgba(17, 17, 17, 0.7);
}
@media screen and (max-width: 414px) {
  .kaiketu_servive h3:after {
    left: 45%;
  }
}
.kaiketu_servive .title_sp {
  line-height: 1.4em;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .title_sp {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
  }
}
.kaiketu_servive .title_sp br {
  display: none;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .title_sp br {
    display: block;
  }
}
.kaiketu_servive .title_sp:after {
  top: 150px;
}
@media screen and (max-width: 414px) {
  .kaiketu_servive .title_sp:after {
    top: 185px;
  }
}

@media screen and (max-width: 414px) {
  .close_rel {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .close_rel:nth-of-type(2) {
    flex-direction: column;
    background-color: red;
  }
}
.close_rel h3 {
  text-align: center;
  font-size: 24px;
  margin: 100px 0;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-weight: 900;
}
.close_rel h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  top: 45px;
  left: 48%;
  background: rgba(17, 17, 17, 0.7);
}
.close_rel h4 {
  text-align: center;
  font-size: 20px;
  padding: 20px;
  margin-bottom: 80px;
  line-height: 2rem;
}
@media screen and (max-width: 414px) {
  .close_rel h4 {
    font-size: 14px;
    line-height: 1.5rem;
    text-align: left;
    margin-bottom: 30px;
    font-weight: lighter;
  }
  .close_rel h4 .line_set {
    padding-left: 9px;
    display: inline-block;
  }
}
.close_rel .img_area_map {
  width: 100%;
}
@media screen and (max-width: 414px) {
  .close_rel .img_area_map {
    height: 200px;
    display: none;
  }
}
.close_rel .img_area_map img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 414px) {
  .close_rel .img_area_map img {
    height: 100%;
  }
}
.close_rel .img_area_map_sp {
  display: none;
}
@media screen and (max-width: 414px) {
  .close_rel .img_area_map_sp {
    display: block;
    margin: 0 auto;
  }
  .close_rel .img_area_map_sp img {
    width: 100%;
  }
}
.close_rel .sheet_dl {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 414px) {
  .close_rel .sheet_dl {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}
.close_rel .sheet_dl a {
  text-align: center;
  width: 300px;
  display: block;
  background-color: rgb(255, 255, 255);
  padding: 20px;
  color: #2980b9;
  border: 1px solid #2980b9;
  transition: 0.4s;
}
.close_rel .sheet_dl a:hover {
  background: #2980b9;
  color: white;
  transition: 0.4s;
}
.close_rel .sheet_dl p {
  letter-spacing: 20px;
}
.close_rel .list_wrap ul {
  border-radius: 5px;
  box-shadow: 0px 0px 5px silver;
  padding: 1em 1em 1em 2em;
}
.close_rel .list_wrap ul .fa-check {
  margin-right: 10px;
}
.close_rel .list_wrap ul li {
  line-height: 1.7em;
  padding: 0.5em 0;
}

@media screen and (max-width: 414px) {
  .colum_rel {
    flex-direction: column;
  }
}
.colum_rel h4 {
  text-align: center;
  font-size: 19px;
  line-height: 1.7em;
}
@media screen and (max-width: 414px) {
  .colum_rel h4 {
    font-size: 16px;
  }
}
.colum_rel h4 br {
  display: none;
}
@media screen and (max-width: 414px) {
  .colum_rel h4 br {
    display: block;
  }
}

.cource_about_wrap {
  margin-bottom: 180px;
}
@media screen and (max-width: 414px) {
  .cource_about_wrap {
    margin-bottom: 100px;
  }
}
.cource_about_wrap:nth-of-type(2) {
  margin-bottom: 100px;
}
.cource_about_wrap h4 {
  text-align: center;
  padding: 30px 20px 40px 20px;
  font-size: 24px;
}
@media screen and (max-width: 414px) {
  .cource_about_wrap h4 {
    font-size: 21px;
    padding: 10px;
  }
}
.cource_about_wrap .cource_img {
  width: 550px;
  margin: 40px auto;
}
@media screen and (max-width: 414px) {
  .cource_about_wrap .cource_img {
    width: 90%;
  }
}
.cource_about_wrap .cource_img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 414px) {
  .cource_about_wrap .cource_img img {
    height: 200px;
  }
}

#A-course .about_wrap {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 60px auto 0;
  display: none;
}
@media screen and (max-width: 414px) {
  #A-course .about_wrap {
    display: block;
    flex-direction: column;
    width: 95%;
    margin: 40px auto;
  }
  #A-course .about_wrap .image {
    display: none;
  }
}
#A-course .about_wrap .image_sp {
  display: none;
}
@media screen and (max-width: 414px) {
  #A-course .about_wrap .image_sp {
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px auto;
  }
  #A-course .about_wrap .image_sp img {
    width: 100%;
  }
}
#A-course .about_wrap p {
  line-height: 1.6rem;
}
#A-course .about_wrap .article {
  position: relative;
}
#A-course .about_wrap .article p {
  text-align: center;
}
@media screen and (max-width: 414px) {
  #A-course .about_wrap .article p {
    font-size: 18px;
  }
}
#A-course .about_wrap .article:nth-of-type(1) {
  padding-top: 25px;
}
#A-course .about_wrap .article:nth-of-type(3) {
  padding-top: 5px;
}
#A-course .about_wrap .article:nth-of-type(3) .image {
  text-align: center;
}
#A-course .about_wrap .article:nth-of-type(5) {
  padding-top: 40px;
}
#A-course .about_wrap .box {
  border: 1px solid black;
  width: 200px;
  height: 130px;
  padding: 8px 0 0 0;
  box-sizing: border-box;
  background-color: #2980b9;
  color: white;
}
#A-course .about_wrap .box .text_box {
  text-align: center;
}
#A-course .about_wrap .box .text_box p {
  margin-top: 3px;
}
#A-course .about_wrap .box:nth-of-type(4) {
  padding-top: 50px;
}
@media screen and (max-width: 414px) {
  #A-course .about_wrap .box {
    width: 250px;
    margin: 10px auto;
  }
}
#A-course .manual {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  #A-course .manual {
    display: none;
  }
}

#B-course .about_wrap {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 60px auto 0;
  display: none;
}
@media screen and (max-width: 414px) {
  #B-course .about_wrap {
    display: block;
    flex-direction: column;
    width: 95%;
    margin: 40px auto;
  }
  #B-course .about_wrap .image {
    display: none;
  }
}
#B-course .about_wrap .image_sp {
  display: none;
}
@media screen and (max-width: 414px) {
  #B-course .about_wrap .image_sp {
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px auto;
  }
  #B-course .about_wrap .image_sp img {
    width: 100%;
  }
}
#B-course .about_wrap p {
  line-height: 1.6rem;
}
#B-course .about_wrap .article {
  position: relative;
}
#B-course .about_wrap .article p {
  text-align: center;
}
@media screen and (max-width: 414px) {
  #B-course .about_wrap .article p {
    font-size: 18px;
  }
}
#B-course .about_wrap .article:nth-of-type(1) {
  padding-top: 25px;
}
#B-course .about_wrap .article:nth-of-type(3) {
  padding-top: 25px;
}
@media screen and (max-width: 414px) {
  #B-course .about_wrap .article:nth-of-type(3) {
    padding: 0;
  }
}
#B-course .about_wrap .article:nth-of-type(3) .image {
  text-align: center;
}
#B-course .about_wrap .article:nth-of-type(5) {
  padding-top: 40px;
}
#B-course .about_wrap .box {
  border: 1px solid black;
  width: 200px;
  height: 130px;
  padding: 8px 0 0 0;
  box-sizing: border-box;
  background-color: #2980b9;
  color: white;
}
@media screen and (max-width: 414px) {
  #B-course .about_wrap .box {
    width: 250px;
    margin: 10px auto;
  }
}
#B-course .about_wrap .box .text_box {
  text-align: center;
}
#B-course .about_wrap .box .text_box p {
  margin-top: 3px;
}
#B-course .about_wrap .box:nth-of-type(2) {
  padding-top: 20px;
}
#B-course .manual {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  #B-course .manual {
    display: none;
  }
}

.graph_about_wrap .graph_img {
  width: 45%;
  margin: 40px auto;
}
@media screen and (max-width: 414px) {
  .graph_about_wrap .graph_img {
    width: 100%;
  }
}
.graph_about_wrap .graph_img img {
  width: 100%;
}
.graph_about_wrap .problem {
  margin-top: 80px;
}
.graph_about_wrap h4:nth-of-type(2) {
  margin-top: 80px;
}
.graph_about_wrap h5 {
  text-align: center;
}
.graph_about_wrap .manual {
  width: 50%;
  margin: 0 auto;
}
.graph_about_wrap .manual li {
  margin: 20px 20px 20px 30px;
}
.graph_about_wrap .manual p {
  margin: 20px;
  background-color: #2980b9;
  color: white;
  padding: 25px 15px;
  line-height: 1.7em;
}
.graph_about_wrap .quote {
  text-align: right;
  font-size: 12px;
  padding-right: 60px;
}
@media screen and (max-width: 414px) {
  .graph_about_wrap .quote {
    padding-right: 0;
    text-align: center;
    margin-top: 10px;
    font-size: 11px;
  }
}

.temp_image {
  margin-top: 100px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .temp_image {
    width: 100%;
    margin: 20px auto 80px;
  }
}
.temp_image img {
  width: 100%;
}

.about_table h3 {
  margin-bottom: 80px;
}
.about_table .table_area .cp_table th,
.about_table .table_area .cp_table td {
  padding: 25px 15px;
}
@media screen and (max-width: 414px) {
  .about_table .table_area .cp_table th,
  .about_table .table_area .cp_table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .about_table .table_area .cp_table th {
    margin-bottom: 0;
  }
}

.contact_wrap h3 {
  text-align: center;
  font-size: 24px;
  margin: 100px 0;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 80px;
  font-weight: 900;
}
.contact_wrap h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  top: 45px;
  left: 48%;
  background: rgba(17, 17, 17, 0.7);
}
@media screen and (max-width: 414px) {
  .contact_wrap h3:after {
    left: 45%;
    width: 40px;
  }
}
.contact_wrap table {
  border-collapse: collapse;
}
@media screen and (max-width: 414px) {
  .contact_wrap tr {
    display: flex;
    flex-direction: column;
  }
}
.contact_wrap p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
.contact_wrap input[type=submit],
.contact_wrap input[type=text],
.contact_wrap select,
.contact_wrap textarea,
.contact_wrap button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.contact_wrap input[type=text],
.contact_wrap textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
}
@media screen and (max-width: 414px) {
  .contact_wrap input[type=text],
  .contact_wrap textarea {
    width: 100%;
  }
}
.contact_wrap input[type=text]:focus,
.contact_wrap textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.contact_wrap input[type=submit] {
  display: block;
  padding: 20px;
  text-align: center;
  width: 80%;
  border: 1px solid #2980b9;
  color: #2980b9;
  font-weight: bold;
  transition: 0.2s;
  margin: 80px auto 300px;
  background-color: white;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 100;
  cursor: pointer;
}
@media screen and (max-width: 414px) {
  .contact_wrap input[type=submit] {
    margin: 80px auto 40px;
  }
}
.contact_wrap input[type=submit]:hover {
  background-color: #2980b9;
  color: #fff;
}
.contact_wrap textarea[name=content] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
.contact_wrap input::-moz-placeholder, .contact_wrap textarea::-moz-placeholder {
  color: #ccc;
}
.contact_wrap input::placeholder,
.contact_wrap textarea::placeholder {
  color: #ccc;
}
.contact_wrap ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.contact_wrap ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.contact_wrap :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.contact_wrap .form-table {
  width: 100%;
}
.contact_wrap .form-table th,
.contact_wrap .form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  padding: 30px;
}
.contact_wrap .form-table th {
  background: #2980b9;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 300px;
  color: white;
}
@media screen and (max-width: 414px) {
  .contact_wrap .form-table th {
    width: 100%;
  }
}
.contact_wrap .naiyou .title {
  vertical-align: middle;
  background: #2980b9;
  padding-left: 50px;
  text-align: left;
  width: 300px;
  color: white;
}
@media screen and (max-width: 414px) {
  .contact_wrap .naiyou .title {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .confirm_mail_wrap {
    padding: 0 20px;
  }
  .confirm_mail_wrap h3 {
    padding-bottom: 15px;
  }
}

#sucsess-submit {
  margin: 0 auto !important;
  margin-bottom: 40px;
}

.back-area #back-button {
  display: block;
  padding: 14px;
  text-align: center;
  width: 47%;
  border: 1px solid #2980b9;
  color: #2980b9;
  font-weight: bold;
  transition: 0.2s;
  margin: 60px auto 0px;
  background-color: white;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 100;
  cursor: pointer;
}
.back-area #back-button:hover {
  background-color: #2980b9;
  color: #fff;
}

.thanks_mail_wrap {
  margin-top: 100px;
  min-height: 200px;
}
@media screen and (max-width: 414px) {
  .thanks_mail_wrap {
    min-height: 1px;
  }
}
.thanks_mail_wrap h4 {
  font-size: 20px;
  line-height: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 414px) {
  .thanks_mail_wrap {
    margin-top: 100px;
  }
}
.thanks_mail_wrap .mail_thanks {
  display: none;
}
@media screen and (max-width: 414px) {
  .thanks_mail_wrap .mail_thanks {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .thanks_mail_wrap {
    padding: 0 20px;
  }
  .thanks_mail_wrap h4 {
    font-size: 20px;
    line-height: 1.8rem;
    margin-bottom: 20px;
  }
}

.thanks_wrap {
  line-height: 2rem;
}