@charset "UTF-8";
/*
Theme Name: 治療サポートDEV
Description: 
Version: 1.0
Author: KARTEPOST
Author URI: https://www.kartepost.com/
*/
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #212121;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  background-position: center bottom;
  background-size: 100% 100%;
  background: rgb(250, 242, 235);
  background: linear-gradient(180deg, rgb(250, 242, 235) 10%, rgb(252, 240, 243) 40%, rgb(255, 255, 255) 90%);
}
body.home {
  background: linear-gradient(180deg, rgb(250, 242, 235) 0%, rgb(252, 240, 243) 50%, rgba(252, 240, 243, 0.8183648459) 74%, rgba(255, 255, 255, 0) 100%);
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #E16B8C;
  transition: opacity 0.5s;
}

a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.contents {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 10px;
  box-sizing: border-box;
}
.contents.single {
  max-width: 800px;
}
.home .contents {
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .contents {
    width: calc(100% - 20px);
  }
  .contents.single {
    max-width: 90%;
  }
}

@media screen and (min-width: 960px), print {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .sm {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .pc-tab {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .sm-tab {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .pc-sm {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc-sm {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .pc-sm {
    display: block;
  }
}

/*** 共通項目 --------------------------***/
.txtCenter {
  margin: 0 auto;
  text-align: center;
}

.txtRight {
  text-align: right;
  margin-left: 0;
  margin-right: auto;
}

.txtLeft {
  text-align: left;
  margin-right: 0;
  margin-left: auto;
}

.btnMore {
  margin-bottom: 10px;
}
.btnMore a {
  display: inline-block;
  min-width: 320px;
  text-decoration: none;
  position: relative;
  line-height: 2;
  color: #fff;
  background-color: #E16B8C;
  padding: 10px 30px 10px 20px;
  border-radius: 70px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.btnMore a:after {
  position: absolute;
  content: "";
  background: url(img/icon_arrow.svg) no-repeat;
  width: 8px;
  height: 12px;
  top: 50%;
  right: 15px;
  transform: translateY(-40%);
}
.btnMore.search a:after {
  background: url(img/icon_search.svg) no-repeat;
  width: 18px;
  height: 18px;
  right: 20px;
  transform: translateY(-50%);
}
.btnMore.right {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .btnMore a {
    min-width: 80%;
  }
}
.btnMore.bluebtn a {
  background-color: #57A7ED !important;
}
.btnMore.bluebtn a:after {
  position: absolute;
  content: "";
  background: url(img/icon_arrow.svg) no-repeat;
  width: 8px;
  height: 12px;
  top: 40%;
  left: 15px;
  transform: rotate(180deg);
}

.counterBox {
  counter-reset: section;
  margin: 15px 0 1.8em;
}
.counterBox li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.counterBox li:before {
  position: absolute;
  left: 0;
  counter-increment: section;
  content: counter(section) ".";
  color: #212121;
}
.counterBox li span {
  position: relative;
}
.counterBox li span:before {
  content: "-----";
  color: #E16B8C;
  padding-right: 10px;
}
.counterBox li ul {
  counter-reset: section;
}

/*** header --------------------***/
.header {
  position: relative;
  padding: 10px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header a {
  text-decoration: none;
  display: block;
}
.header .logo {
  width: auto;
  line-height: 1;
  font-size: 50px;
  font-weight: 600;
  color: #E16B8C;
  height: 60px;
  display: flex;
  align-items: center;
}
.header .logo span {
  font-size: 16px;
  color: #333;
  padding: 0 0 0 5px;
  line-height: 2em;
  font-weight: bold;
}
.header .inner .subNav {
  padding: 10px 0 0 0;
  height: 50px;
}
.header .inner .subNav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  font-weight: 100;
  letter-spacing: 0.01rem;
  position: relative;
  margin: 0 0 10px 0;
}
.header .inner .subNav ul li {
  padding-right: 5px;
}
.header .inner .subNav ul li a {
  transition: all 0.4s;
  color: #fff;
  background-color: #57A7ED;
  padding: 5px 15px;
  border-radius: 15px;
  display: block;
}
.header .inner .subNav ul li a:hover {
  opacity: 0.7;
}
.header .inner .subNav ul li:last-child {
  padding-right: 0;
}
.header .inner .subNav ul li.btnBlue a {
  color: #fff;
  background-color: #E16B8C;
  padding: 5px 15px;
  border-radius: 15px;
  display: block;
}
.header .inner .subNav ul li.btnBlue a:hover {
  opacity: 1;
  color: #fff;
  background-color: #E16B8C;
}
.header .mainNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .mainNav ul {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
.header .mainNav ul li {
  padding-right: 20px;
  transition: all 0.4s;
}
.header .mainNav ul li a {
  color: #212121;
  transition: color 0.5s;
  text-decoration: none;
  position: relative;
}
.header .mainNav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background: #E16B8C;
  z-index: -1;
  transition: all 0.4s;
}
.header .mainNav ul li a:hover {
  opacity: 1;
  color: #E16B8C;
}
.header .mainNav ul li:hover a:after {
  width: 100%;
}
.header .mainNav ul li:nth-child(7) {
  padding-right: 0;
}
.header .mainNav ul li .sub-menu a {
  border-bottom: none;
  padding-bottom: 8px;
}
.header .mainNav ul li .sub-menu a:hover {
  cursor: pointer;
}
.header .mainNav ul li .sub-menu li {
  padding: 0;
}
.header .mainNav ul li .sub-menu li:after {
  content: none;
}
.header .mainNav ul li.nomain {
  display: none;
}
.header .mainNav ul li.nosub .sub-menu {
  display: none;
}
@media screen and (min-width: 960px), print {
  .header .mainNav {
    /* ドロップメニュー */
  }
  .header .mainNav .sub-menu {
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
  }
  .header .mainNav .sub-menu > .menu-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: #fff;
    text-align: left;
  }
  .header .mainNav .sub-menu > .menu-item a:hover {
    color: #888;
  }
}
@media screen and (max-width: 959px) {
  .header .mainNav {
    position: fixed;
    top: 0;
    z-index: 500;
    left: -300px;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(225, 107, 140, 0.9);
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }
  .header .mainNav ul {
    padding: 10px 0 10px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: inherit;
    display: block;
    height: auto;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header .mainNav ul li {
    padding-right: 0;
    cursor: pointer;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
  }
  .header .mainNav ul li.subnav {
    display: block;
  }
  .header .mainNav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    position: relative;
    width: 100%;
  }
  .header .mainNav ul li a:after {
    content: none;
  }
  .header .mainNav ul li.btnBlue {
    background-color: #57A7ED;
  }
  .header .mainNav ul li .sub-menu {
    display: block;
    padding: 0;
  }
  .header .mainNav ul li .sub-menu li {
    border-bottom: none;
    padding-left: 15px;
  }
  .header .mainNav ul li .sub-menu li a {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .header .mainNav ul li.nofooter {
    display: none;
  }
  .header .mainNav ul li.nomain {
    display: block;
  }
  .header .mainNav ul li.nosub {
    border-bottom: none;
    padding-right: 0;
  }
  .header .mainNav ul li.nosub .sub-menu {
    display: block;
    border-bottom: none;
  }
  .header .mainNav ul li.nosub .sub-menu li {
    padding-left: 0;
    border-bottom: 1px solid #fff;
  }
  .header .mainNav ul li.nosub .sub-menu li a {
    padding-top: 15px;
  }
  .header .mainNav ul li.nosub .sub-menu li:first-child {
    border-top: 1px solid #fff;
  }
  .header .mainNav ul li:after {
    content: none;
  }
  .header .subNav {
    display: none;
  }
  .header .btn {
    display: inline-block;
  }
}
.header .btn,
.header .btn span {
  transition: all 0.4s;
  box-sizing: border-box;
}
.header .btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 30px;
  z-index: 100;
}
.header .btn span {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background-color: #212121;
  z-index: 100;
}
.header .btn span:nth-of-type(1) {
  top: 0px;
}
.header .btn span:nth-of-type(2) {
  top: 15px;
}
.header .btn span:nth-of-type(3) {
  bottom: 0px;
}
.header .btn.on span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.header .btn.on span:nth-of-type(2) {
  opacity: 0;
}
.header .btn.on span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}
@media screen and (max-width: 959px) {
  .header .inner .subNav {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .header {
    height: 80px;
  }
  .header .logo {
    height: 80px;
  }
  .header .logo img {
    max-width: 200px;
    margin: auto;
    display: block;
  }
}

/*** footer --------------------------***/
footer {
  margin-top: 80px;
}
footer .flexBox {
  background-color: #FAF2EB;
  padding: 60px 0 40px;
}
footer .flexBox .footerNav,
footer .flexBox .snsNav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}
footer .flexBox .footerNav li,
footer .flexBox .snsNav li {
  margin: 0 10px;
}
footer .flexBox .footerNav a,
footer .flexBox .snsNav a {
  color: #212121;
  text-decoration: none;
}
footer .footer-bottom {
  background-color: #E16B8C;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
}
footer .footer-bottom .copyright {
  float: left;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 559px), print {
  footer .footer-bottom .copyright {
    float: none;
    text-align: center;
    width: 100%;
  }
}
footer .footer-bottom .version {
  float: right;
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 559px), print {
  footer .footer-bottom .version {
    float: none;
    text-align: center;
    width: 100%;
  }
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 50px;
  z-index: 5;
  width: 72px;
  height: 55px;
}
@media screen and (max-width: 559px), print {
  #pagetop {
    bottom: 15px;
    right: 15px;
  }
}
#pagetop a {
  display: block;
  position: relative;
}
#pagetop a:before {
  content: url(img/pagetop.svg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#pagetop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: opacity 0.7s;
}

/*** top --------------------------***/
.index {
  background-image: url(img/bg_top.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 -70px;
}
.index h2 {
  color: #E16B8C;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.index .flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .flexBox dl {
  width: 100%;
}
.index .flexBox dl dd {
  margin-bottom: 10px;
}
.index .flexBox img {
  width: 100%;
}
.index .flexBox.half {
  justify-content: space-around;
}
.index .flexBox.half .btnMore {
  width: 48%;
}
.index .flexBox.half .btnMore a {
  min-width: inherit;
  width: 100%;
}
.index .flexBox.half .btnMore.blue a {
  background-color: #57A7ED;
}
@media screen and (max-width: 959px) {
  .index {
    background: url(img/bg_top_sm.svg) no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
}

.topMain {
  padding-bottom: 100px;
}
.topMain .flexBox dl {
  width: 44%;
}
.topMain .flexBox dl dt {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.topMain .flexBox .img {
  width: 56%;
}
@media screen and (max-width: 959px) {
  .topMain {
    padding-bottom: 0px;
  }
  .topMain .flexBox {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
  }
  .topMain .flexBox dl {
    width: 100%;
    position: relative;
    bottom: 120px;
  }
  .topMain .flexBox dl dt {
    font-weight: normal;
  }
  .topMain .flexBox dl .btnMore a {
    display: block;
    width: 100%;
  }
  .topMain .flexBox .img {
    width: 80%;
    margin-right: 0;
    margin-left: auto;
  }
}

.topAbout .flexBox {
  justify-content: center;
  margin: 0 0 50px 0;
}
.topAbout .flexBox dl {
  width: 400px;
  margin: 0 20px;
}
.topAbout .flexBox dl dt {
  text-align: center;
}
.topAbout .flexBox dl .title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.topAbout .flexBox dl dd.button {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .topAbout .flexBox {
    flex-wrap: wrap;
  }
  .topAbout .flexBox dl {
    width: 100%;
  }
}
.topAbout .youtube {
  max-width: 800px;
  margin: 0 auto;
}

.topCare {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
}
.topCare h2 {
  font-size: 28px;
  font-size: 2.8rem;
}
.topCare ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.topCare ul li {
  width: calc(20% - 15px);
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
}
.topCare ul li.noBg {
  background: none;
  align-items: flex-start;
  font-weight: bold;
  text-align: center;
}
.topCare ul li a {
  text-decoration: none;
  color: #212121;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  height: 200px;
  padding: 20px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
.topCare ul li a img {
  margin-bottom: 15px;
  vertical-align: middle;
}
.topCare ul li a p {
  min-height: 4rem;
}
@media screen and (max-width: 1010px) {
  .topCare .noBr {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .topCare.contents {
    padding-left: 15px;
    padding-right: 15px;
  }
  .topCare h2 {
    text-align: center;
  }
  .topCare ul {
    justify-content: space-around;
  }
  .topCare ul li {
    width: calc(50% - 15px);
  }
  .topCare ul li.noBg {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 470px) {
  .topCare ul li p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.topAchive h2 {
  text-align: center;
}
.topAchive .youtube {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.topAchive .innerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.topAchive .innerBox dl {
  width: calc(33.3333333333% - 20px);
}
.topAchive .innerBox dl dt {
  margin-bottom: 15px;
}
.topAchive .innerBox dl .company {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .topAchive {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 15px;
  }
  .topAchive .innerBox dl {
    width: 100%;
    margin-bottom: 30px;
  }
  .topAchive .innerBox dl img {
    width: 100%;
  }
}

.topFaq {
  margin: 100px auto;
}
.topFaq .flexBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.topFaq .img {
  left: 0;
  margin-right: 50px;
  width: calc(45% - 50px);
}
.topFaq .txtBox {
  width: calc(55% - 50px);
  margin-right: 50px;
}
.topFaq .txtBox h2 {
  margin-bottom: 30px;
}
.topFaq dl {
  position: relative;
  width: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 6px -2px #cccccc;
  border-radius: 8px;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
.topFaq dl dt {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.topFaq dl dt:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #E16B8C;
  border-right: solid 2px #E16B8C;
  transform: rotate(135deg);
}
.topFaq dl dt.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
.topFaq dl dt:before {
  content: "";
  border-left: 1px solid #ccc;
  position: absolute;
  right: 50px;
  height: 100%;
}
.topFaq dl dd {
  display: none;
  position: relative;
  margin-top: 10px;
  padding-left: 1rem;
}
.topFaq dl dd:before {
  content: "";
  border-left: 1px solid #ccc;
  position: absolute;
  right: 50px;
  height: 100%;
}
.topFaq .btnMore {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .topFaq .flexBox {
    flex-direction: column;
  }
  .topFaq .img {
    margin: 0;
    width: 100%;
  }
  .topFaq .img img {
    width: 100%;
    margin-bottom: 30px;
  }
  .topFaq .txtBox {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .topFaq .txtBox h2 {
    text-align: center;
  }
  .topFaq .btnMore {
    display: block;
    text-align: center;
  }
}

.topNews {
  margin-top: 100px;
  margin-bottom: 100px;
  box-sizing: border-box;
}
.topNews a {
  text-decoration: none;
  color: #212121;
}
.topNews .btnMore {
  margin-bottom: 0;
}
.topNews .btnMore a {
  color: #fff;
  min-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.topNews .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.topNews .titleBox h3 {
  line-height: 1;
  margin-right: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #E16B8C;
  position: relative;
}
.topNews .inner {
  border-top: 1px solid #CCCCCC;
}
.topNews dl {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
}
.topNews dl dt {
  width: 130px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.topNews dl dd {
  width: calc(100% - 150px);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .topNews {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 10px;
  }
  .topNews .titleBox {
    display: block;
  }
  .topNews .titleBox h3 {
    text-align: center;
  }
  .topNews .inner {
    border-top: none;
    margin-bottom: 30px;
  }
  .topNews .inner dl:first-child {
    border-top: 1px solid #ccc;
  }
  .topNews dl dt {
    width: 100%;
  }
  .topNews dl dd {
    width: 100%;
  }
  .topNews .btnMore {
    margin-bottom: 0;
  }
  .topNews .btnMore a {
    color: #fff;
    min-width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*** 下層ページ --------------------------***/
#Wrapper {
  overflow: hidden;
}

.pageTitle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.pageTitle h1 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .pageTitle {
    padding: 0 10px;
  }
  .pageTitle h1 {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: left;
  }
}

.pageinner {
  margin: 0 0 80px;
}
@media screen and (max-width: 959px) {
  .pageinner {
    padding: 0;
    margin: 0 auto;
  }
}
.pageinner img.aligncenter {
  margin: 30px auto;
  text-align: center;
}
.pageinner img.alignleft {
  float: left;
  padding-right: 40px;
}
@media screen and (max-width: 559px), print {
  .pageinner img.alignleft {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.pageinner img.alignright {
  float: right;
  padding-left: 40px;
}
@media screen and (max-width: 559px), print {
  .pageinner img.alignright {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.pageinner p {
  padding-bottom: 1.8em;
  line-height: 1.8;
}
.pageinner p.noPadding {
  padding-bottom: 0px;
}
.pageinner p.clear {
  clear: both;
}
.pageinner p.caption {
  font-size: 12px;
  font-size: 1.2rem;
}
.pageinner .link {
  display: block;
  text-decoration: none;
  color: #212121;
}
.pageinner h2 {
  font-size: 28px;
  font-size: 2.8rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin: 50px 0 30px 0;
  color: #E16B8C;
  font-weight: 700;
  clear: both;
}
@media screen and (max-width: 959px) {
  .pageinner h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.pageinner h2.center {
  text-align: center;
}
.pageinner h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 40px 0 10px 0;
  display: flex;
  align-items: center;
  color: #E16B8C;
  font-weight: 400;
  line-height: 1.5;
}
.pageinner h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #E16B8C;
  margin-left: 1.5rem;
}
.pageinner h3.noAfter {
  font-size: 22px;
  font-size: 2.2rem;
}
.pageinner h3.noAfter:after {
  content: none;
}
.pageinner h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  border-left: 8px solid #58a8ed;
  padding-left: 1rem;
  line-height: 1.4;
}
.pageinner strong {
  font-weight: bold;
}
.pageinner strong.red {
  color: red;
}
.pageinner hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #E7F7F6;
  margin-top: 60px;
  margin-bottom: 60px;
}
.pageinner video {
  width: 100%;
  margin: 20px auto 30px;
}
.pageinner iframe {
  width: 100%;
  height: 500px;
  margin: 20px auto 30px;
}
@media screen and (max-width: 959px) {
  .pageinner iframe {
    height: 300px;
  }
}
.pageinner .pageWide {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
.pageinner .dotList {
  margin: 10px 0 30px 0;
}
.pageinner .dotList a {
  color: #212121;
}
.pageinner .dotList li {
  position: relative;
  padding-left: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 0 10px 0;
}
.pageinner .dotList li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #212121;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .pageinner .dotList {
    margin-left: 0;
  }
}
.pageinner .numList {
  margin: 10px 0 30px 0;
  padding: 0 0 0 30px;
  overflow: hidden;
  box-sizing: border-box;
}
.pageinner .numList a {
  color: #212121;
}
.pageinner .numList li {
  list-style: decimal;
  float: left;
  width: 50%;
  line-height: 1.5;
  margin: 0 0 5px 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 559px), print {
  .pageinner .numList li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.pageinner .numList li.must {
  font-weight: bold;
  color: red;
}
@media screen and (max-width: 959px) {
  .pageinner .numList {
    margin-left: 0;
  }
}
.pageinner .numList-full {
  margin: 0px 0 30px 0;
  padding: 0 0 0 30px;
  overflow: hidden;
  box-sizing: border-box;
}
.pageinner .numList-full a {
  color: #212121;
}
.pageinner .numList-full li {
  list-style: decimal;
  width: 100%;
  line-height: 1.5;
  margin: 0 0 5px 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 559px), print {
  .pageinner .numList-full li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.pageinner .numList-full li.must {
  font-weight: bold;
  color: red;
}
@media screen and (max-width: 959px) {
  .pageinner .numList-full {
    margin-left: 0;
  }
}
.pageinner .documents li {
  float: left;
  list-style: none;
  width: 33%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px 30px;
}
@media screen and (max-width: 559px), print {
  .pageinner .documents li {
    width: 50%;
  }
}
.pageinner .documents li img {
  width: 100%;
  height: auto;
}
.pageinner .txtRed {
  color: #dd0000;
}
.pageinner .floatR {
  text-align: right;
}
.pageinner .floatL {
  text-align: left;
}
.pageinner .floatCenter {
  margin: 0 auto;
  text-align: center;
}
.pageinner .marginTop {
  margin-top: 30px;
}
.pageinner .marginTop.more {
  margin-top: 80px;
}
.pageinner .paddingLeft {
  padding-left: 20px;
  padding-bottom: 20px;
}
.pageinner .block {
  clear: both;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pageinner .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.pageinner .clearfix::after img {
  display: block;
}
.pageinner .linktext a {
  display: block;
}
@media screen and (max-width: 959px) {
  .pageinner img {
    margin: 10px 0;
  }
  .pageinner img.aligncenter {
    margin: 30px auto;
    text-align: center;
  }
  .pageinner img.alignleft {
    float: none;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .pageinner img.alignright {
    float: none;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
.pageinner .counterBox {
  margin-right: 0;
  margin-left: auto;
  counter-reset: number;
}
.pageinner .counterBox li {
  position: relative;
  margin-bottom: 50px;
  margin-left: 1rem;
}
.pageinner .counterBox li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  line-height: 1;
  font-weight: normal;
}
.pageinner .counterBox li h3 {
  margin-bottom: 0;
}
.pageinner .counterBox ul {
  margin-top: 20px;
}

.care.pageTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: inherit;
}
.care.pageTitle .careIcon {
  max-width: 120px;
}
.care.pageTitle .careIcon img {
  width: 100%;
}
.care.pageTitle p {
  margin-bottom: 30px !important;
}
.care.pageTitle .icon {
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
  margin: 10px auto;
}
.care.pageTitle .icon.icon01 {
  background-color: #E16B8C;
}
.care.pageTitle .icon.icon02 {
  background-color: #92D978;
}
.care.pageTitle .icon.icon03 {
  background-color: #F7BD61;
}
.care.pageTitle .icon.icon04 {
  background-color: #6BCFE1;
}
.pageinner .care {
  width: 90%;
  margin: 0 auto;
}
.care .listBox {
  word-break: normal;
}
.care .listBox a {
  text-decoration: none;
  color: #212121;
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.care .listBox h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0;
  color: #212121;
  font-weight: 400;
}
.care .listBox li {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  /*
  &:before {
  				display: block;
  			    content: "";
  			    position: absolute;
  			    top: calc(50% - 3px);
  			    left: 0;
  			    width: 6px;
  			    height: 6px;
  			    background-color: #212121;
  			    border-radius: 50%;
  			}
  */
}
.care .listBox li .img {
  margin-right: 20px;
  width: 60px;
}
.care .listBox li .date {
  padding: 0;
  margin-right: 20px;
  line-height: 1;
}
.care .listBox li:last-child {
  border: none;
  padding-bottom: 0;
}
.care #jsCopy {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
.care #jsCopy:before {
  content: "";
  display: inline-block;
  position: relative;
  left: -5px;
  top: -2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transform: rotate(45deg);
}
.care #jsCopy img {
  width: 25px;
  height: auto;
  opacity: 0.5;
}
.care .linksCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.care .btnMore a {
  width: 500px;
  height: 90px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.care .btnMore.noicon a:after {
  content: none;
}
.care .btnMore.bluebtn a::after {
  position: relative;
  left: inherit;
  top: 0;
  right: -10px;
  transform: inherit;
}
.care .archive {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.care .archive li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(20% - 12.5px);
  max-width: 250px;
  height: 220px;
  margin-bottom: 15px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.care .archive li:nth-child(5n) {
  margin-right: 0;
}
.care .archive li h2 {
  color: #fff !important;
  font-weight: normal;
  margin: 0 auto 10px;
}
.care .archive li.icon {
  color: #fff;
}
.care .archive li.icon.icon01 {
  background-color: #E16B8C;
}
.care .archive li.icon.icon02 {
  background-color: #92D978;
}
.care .archive li.icon.icon03 {
  background-color: #F7BD61;
}
.care .archive li.icon.icon04 {
  background-color: #6BCFE1;
}
.care .archive li p.txtSmall {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 1.3;
  margin-top: 10px;
}
.care .archive li a {
  text-decoration: none;
  color: #212121;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 0px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  height: calc(100% - 30px);
}
.care .archive li a .img {
  max-width: 100px;
}
.care .archive li a img {
  vertical-align: middle;
}
.care .archive li a p {
  padding-bottom: 0;
}
.care .archive li .iconImportant {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  z-index: 6;
}
.care .archive input[type=checkbox] {
  display: none;
}
.care .archive input[type=checkbox] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  height: 30px;
}
.care .archive input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid;
  border-color: #585753;
  background-color: #FFF;
}
.care .archive input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  top: 3px;
  left: -9px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #57A7ED;
}
.care .bgBox {
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
  margin: 50px 0;
}
.care .bgBox ul {
  margin: 10px 0;
}
.care .bgBox ul a {
  color: #212121;
}
.care .bgBox ul li {
  position: relative;
  padding-left: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
.care .bgBox ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #E16B8C;
  border-radius: 50%;
}
.care .bgBox .btnMore {
  margin-top: 40px;
  margin-bottom: 0;
}
.care .bgBox.mini {
  position: relative;
  width: 50%;
  padding: 30px 20px 20px;
  margin: 50px auto;
}
.care .bgBox.mini input[type=button] {
  display: block;
  margin: 0 auto 0;
  text-decoration: none;
  position: relative;
  line-height: 2;
  color: #fff;
  background-color: #57A7ED;
  padding: 10px 30px;
  border-radius: 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.care .bgBox.mini #allcheck {
  margin-top: 15px;
}
.care .bgBox.mini #allcheck div {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.care .bgBox.mini ul {
  margin-top: 15px;
}
.care .bgBox.mini ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-left: 0;
}
.care .bgBox.mini ul li:before {
  content: none;
}
.care .termsBox {
  background-color: #fff;
  border-radius: 25px;
  padding: 3rem 3rem 2rem;
}
.care .termsBox dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
.care .termsBox dl dt {
  position: relative;
  top: -5px;
  text-align: left;
  color: #E16B8C;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  width: 150px;
}
.care .termsBox dl dd {
  width: calc(100% - 150px);
}
.care .termsBox dl dd .selects {
  display: inline-block;
  border: 1px solid #E16B8C;
  border-radius: 10px;
  padding: 1.5rem 1.5rem;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
}
.care .careComment {
  text-align: center;
  margin: 3rem 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.care .linktext {
  margin-top: 2rem;
}
.care .linktext a {
  display: block;
  color: #212121;
  margin-bottom: 1rem;
}
@media screen and (max-width: 959px) {
  .care .archive li {
    width: calc(50% - 7.5px);
    max-width: inherit;
    justify-content: center;
  }
  .care .archive li:nth-child(5n) {
    margin-right: 15px;
  }
  .care .archive li:nth-child(2n) {
    margin-right: 0;
  }
  .care .bgBox.mini {
    width: 100%;
  }
  .care .termsBox dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .care .termsBox dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 559px), print {
  .care .archive li a .img {
    max-width: 80px;
  }
  .care .archive li img {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .care .archive li p {
    line-height: 1.4 !important;
  }
}

.aboutBox {
  font-weight: bold;
}
.pageinner .aboutBox p {
  padding-bottom: 1.4em;
}
.aboutBox .flexBox {
  margin-bottom: 50px;
}
.aboutBox .flexBox .img {
  width: calc(25% - 50px);
}
.aboutBox .flexBox .img img {
  width: 100%;
}
.aboutBox .flexBox.yellow .img {
  margin-right: 50px;
}
.aboutBox .flexBox.yellow dl dt span {
  background-color: #ffdf42;
}
.aboutBox .flexBox.yellow dl dd {
  border: 5px solid #ffdf42;
}
.aboutBox .flexBox.blue .img {
  margin-left: 50px;
}
.aboutBox .flexBox.blue .commentBlock dt {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.aboutBox .flexBox.blue .commentBlock dt span {
  background-color: #20C8E9;
  color: #fff;
}
.aboutBox .flexBox.blue .commentBlock dd {
  border: 5px solid #20C8E9;
}
.aboutBox .commentBlock {
  width: 75% !important;
}
.aboutBox .commentBlock dt span {
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
}
.aboutBox .commentBlock dd {
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
}
.aboutBox .commentBlock dd p {
  padding-bottom: 1.2rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.aboutBox .commentBlock dd p:last-child {
  padding-bottom: 0;
}
.aboutBox .bigTxt {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}
.aboutBox .bigTxt span {
  border-bottom: 3px solid #E06B8C;
}
.aboutBox .bigTxtmini {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
}
.aboutBox .kakeruBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto 50px;
}
.aboutBox .kakeruBox .yellow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffdf42;
  border-radius: 20px;
  width: 42%;
  height: 120px;
  font-size: 20px;
  font-size: 2rem;
}
.aboutBox .kakeruBox .kakeru {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-size: 6rem;
  width: 16%;
  height: 120px;
}
.aboutBox .kakeruBox .blue {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #20C8E9;
  border-radius: 20px;
  color: #fff;
  width: 42%;
  height: 120px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .aboutBox .flexBox {
    margin-bottom: 50px;
  }
  .aboutBox .flexBox .img {
    width: calc(30% - 20px);
  }
  .aboutBox .flexBox.yellow .img {
    margin-right: 20px;
  }
  .aboutBox .flexBox.blue .img {
    margin-left: 20px;
  }
  .aboutBox .commentBlock {
    width: 70% !important;
  }
  .aboutBox .kakeruBox {
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .aboutBox .kakeruBox .yellow {
    width: 80%;
  }
  .aboutBox .kakeruBox .kakeru {
    height: 80px;
  }
  .aboutBox .kakeruBox .blue {
    width: 80%;
  }
}
@media screen and (max-width: 559px), print {
  .aboutBox .flexBox {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
  }
  .aboutBox .flexBox .img {
    width: auto;
  }
  .aboutBox .flexBox.yellow .img {
    margin-right: 0px;
  }
  .aboutBox .flexBox.yellow .commentBlock dt {
    margin: 0 auto;
    text-align: center;
  }
  .aboutBox .flexBox.blue {
    flex-direction: column-reverse;
  }
  .aboutBox .flexBox.blue .img {
    margin-left: 0px;
  }
  .aboutBox .flexBox.blue .commentBlock dt {
    margin: 0 auto;
    text-align: center;
  }
  .aboutBox .commentBlock {
    width: 100% !important;
  }
}

.pageinner .howBox h2 {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
}
.howBox .bigTxt {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
}
.howBox .bigTxt span {
  border-bottom: 3px solid #E06B8C;
}
.howBox .bigTxtmini {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.howBox .stepBlock {
  margin-bottom: 50px;
}
.howBox .stepBlock.flexBox {
  align-items: stretch;
}
.howBox .stepBlock .inner {
  width: 33.3333333333%;
  padding: 0 10px;
}
.howBox .stepBlock .inner dt {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.howBox .stepBlock .inner dt em {
  font-size: 40px;
  font-size: 4rem;
  font-style: normal;
}
.howBox .stepBlock .inner dd {
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 215px;
  margin: 0 auto;
  font-weight: bold;
}
.howBox .stepBlock .inner dd .img {
  margin-bottom: 10px;
}
.howBox .stepBlock .inner dd .img img {
  width: 100%;
}
.howBox .stepBlock .inner:first-child {
  padding-left: 0;
}
.howBox .stepBlock .inner:last-child {
  padding-right: 0;
}
.howBox .kinou .flexBox {
  margin-bottom: 80px;
  align-items: flex-start;
}
.howBox .kinou .img {
  width: 45%;
}
.howBox .kinou dl {
  width: 50%;
}
.howBox .kinou dl dt {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.howBox .kinou dl dd .btnMore {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .howBox .stepBlock {
    margin-bottom: 50px;
  }
  .howBox .stepBlock.flexBox {
    align-items: stretch;
    flex-direction: column;
  }
  .howBox .stepBlock .inner {
    width: 80%;
    margin: 0 auto;
  }
  .howBox .stepBlock .inner dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0;
  }
  .howBox .stepBlock .inner dd .img {
    margin-right: 15px;
  }
  .howBox .stepBlock .inner dd p {
    width: calc(100% - 240px);
  }
  .howBox .kinou .flexBox {
    flex-direction: column;
  }
  .howBox .kinou .flexBox:nth-child(2) {
    flex-direction: column-reverse;
  }
  .howBox .kinou .img {
    width: 100%;
  }
  .howBox .kinou dl {
    width: 100%;
  }
  .howBox .kinou dl dt {
    text-align: center;
  }
  .howBox .kinou dl dd .btnMore {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 559px), print {
  .pageinner .howBox h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .howBox .stepBlock {
    margin-bottom: 50px;
  }
  .howBox .stepBlock.flexBox {
    align-items: stretch;
    flex-direction: column;
  }
  .howBox .stepBlock .inner {
    width: 100%;
    padding: 0;
  }
  .howBox .stepBlock .inner dd {
    flex-direction: column;
  }
  .howBox .stepBlock .inner dd .img {
    margin: 0 0 10px;
  }
  .howBox .stepBlock .inner dd p {
    width: 100%;
    text-align: center;
  }
  .howBox .kinou dl dt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.achivementBox .innerBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.achivementBox .innerBox dl {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 40px;
}
.achivementBox .innerBox dl a {
  display: block;
  color: #212121;
  text-decoration: none;
}
.achivementBox .innerBox dl dt {
  margin-bottom: 15px;
}
.achivementBox .innerBox dl .company {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.achivementBox.pageTitle {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.achivementBox.pageTitle h1 {
  text-align: left;
  margin-bottom: 10px;
}
.achivementBox.pageTitle .cat {
  background-color: #E16B8C;
  padding: 8px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #fff;
}
.achivementBox.pageTitle .data {
  color: #484848;
}
.achivementBox .flexBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.achivementBox .flexBox .img {
  width: 40%;
  margin-left: 20px;
}
.achivementBox .flexBox .txtBox {
  width: calc(100% - (40% + 20px));
}
.achivementBox .flexBox.list {
  align-items: stretch;
}
.achivementBox .flexBox.list dl {
  width: 45%;
  background-color: #fff;
  border: 1px solid #555;
  padding: 1em;
}
.achivementBox .flexBox.list dl b {
  font-size: 20px;
  font-size: 2rem;
  padding-right: 5px;
}
.achivementBox .flexBox.list dl dd {
  margin-left: 1em;
  margin-top: 1em;
}
.achivementBox .flexBox.list dl dd .dotList {
  margin: 0;
}
.achivementBox .bgBox {
  background-color: #fff;
  padding: 50px;
  margin-top: 50px;
  border-radius: 15px;
}
.achivementBox .bgBox ul {
  margin: 10px 0;
}
.achivementBox .bgBox ul li {
  margin-bottom: 15px;
}
.achivementBox .bgBox ul a {
  color: #212121;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.achivementBox .bgBox ul p {
  padding-bottom: 0.7rem !important;
}
.achivementBox .bgBox ul .img {
  width: 20%;
  margin-right: 20px;
}
.achivementBox .bgBox ul .company {
  font-size: 14px;
  font-size: 1.4rem;
  color: #484848;
}
.achivementBox .bgBox ul .data {
  font-size: 12px;
  font-size: 1.2rem;
  color: #484848;
}
.achivementBox .bgBox .btnMore {
  margin-top: 40px;
  margin-bottom: 0;
}
.achivementBox .aboutBox .flexBox .img {
  width: calc(25% - 50px);
}
@media screen and (max-width: 959px) {
  .achivementBox .innerBox dl {
    width: 100%;
    margin-bottom: 30px;
  }
  .achivementBox .innerBox dl img {
    width: 100%;
  }
  .achivementBox .flexBox {
    justify-content: flex-start;
    flex-direction: column-reverse;
    margin: 20px 0;
  }
  .achivementBox .flexBox .img {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .achivementBox .flexBox .txtBox {
    width: 100%;
  }
  .achivementBox .flexBox.list dl {
    width: 100%;
    margin-bottom: 1em;
  }
  .achivementBox .bgBox {
    padding: 30px;
  }
  .achivementBox .bgBox ul a {
    flex-direction: column;
    align-items: flex-start;
  }
  .achivementBox .bgBox ul a .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .achivementBox .bgBox ul a p {
    padding-bottom: 0.2rem !important;
  }
}

.newsBox ul a {
  text-decoration: none;
  color: #212121;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.newsBox ul li {
  margin-bottom: 20px;
  padding-left: 2rem;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.newsBox ul li p {
  padding-bottom: 0 !important;
}
.newsBox ul li .img {
  margin-right: 20px;
  width: 60px;
}
.newsBox ul li .data {
  padding: 0;
  margin-right: 20px;
  line-height: 1;
}
.newsBox ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.newsBox ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #212121;
  border-radius: 50%;
}
.newsBox .bgBox {
  background-color: #fff;
  padding: 50px;
  margin-top: 50px;
  border-radius: 15px;
}
.newsBox .bgBox h2 {
  margin-bottom: 0 !important;
}
.newsBox .bgBox p.date {
  text-align: right;
  color: #666;
}
.newsBox .inner {
  border-top: 1px solid #CCCCCC;
}
.newsBox dl {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
}
.newsBox dl dt {
  width: 130px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.newsBox dl dd {
  width: calc(100% - 150px);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .newsBox {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 10px;
  }
  .newsBox .inner {
    border-top: none;
    margin-bottom: 30px;
  }
  .newsBox .inner dl:first-child {
    border-top: 1px solid #ccc;
  }
  .newsBox dl dt {
    width: 100%;
  }
  .newsBox dl dd {
    width: 100%;
  }
  .newsBox .btnMore {
    margin-bottom: 0;
  }
  .newsBox .btnMore a {
    color: #fff;
    min-width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.companyTable {
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 30px auto 50px;
  border-collapse: collapse;
  /*
  @media screen and (max-width: 1120px) {
  		&.recruit {
  			th {
  				width: 150px;
  			}
  			td {
  				width: calc(100% - 190px);
  			}
  		}
  	}
  */
}
.companyTable th {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  width: 150px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
.companyTable td {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  width: calc(100% - 190px);
  box-sizing: border-box;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .companyTable {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .companyTable th {
    padding: 10px;
    width: 100px;
  }
  .companyTable td {
    padding: 10px;
    width: calc(100% - 120px);
  }
}
.contactTable {
  width: 100%;
  padding-left: 20px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  border-collapse: collapse;
}
.contactTable:not(:last-child) {
  margin-bottom: 80px;
}
.contactTable th {
  width: 250px;
  border-bottom: 1px solid #ccc;
  padding: 25px 10px 15px 60px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  position: relative;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 559px), print {
  .contactTable th {
    padding: 10px 10px 10px 66px;
  }
}
.contactTable th b {
  font-size: 12px;
  font-size: 1.2rem;
}
.contactTable td {
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.contactTable .haveto {
  background: #fff;
  color: #e41b23;
  border: 1px solid #e41b23;
  padding: 5px 10px 5px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(50%);
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 559px), print {
  .contactTable .haveto {
    position: absolute;
    left: 10px;
    top: 0px;
  }
}
.contactTable .anyto {
  background: #fff;
  color: #E16B8C;
  border: 1px solid #E16B8C;
  padding: 5px 10px 5px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(50%);
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 559px), print {
  .contactTable .anyto {
    position: absolute;
    left: 10px;
    top: 0px;
  }
}
.contactTable input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  opacity: 1;
}
.contactTable .textsp {
  color: #212121;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  padding: 0.4em 0.8em;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.contactTable .wpcf7-form-control-wrap {
  margin: 0 !important;
}
.contactTable .content {
  background-color: #fff;
  padding: 0.4em 0.8em;
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #ccc;
}
.contactTable .content.normal {
  border: 1px solid #ccc;
}
.contactTable .your-question {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contactTable .your-question .wpcf7-list-item {
  width: 50%;
  margin: 0;
}
.contactTable .drop {
  position: relative;
}
.contactTable .drop:before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  z-index: 1;
}
.contactTable .wpcf7-free-text {
  padding: 0.4em 0.8em;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #ccc;
}
.contactTable span {
  padding-bottom: 0px;
}
.contactTable span.wpcf7-list-item {
  margin: 10px 0 0 10px;
}
.contactTable span.wpcf7-list-item:first-child {
  margin: 10px 0 0 0px;
}
.contactTable .wpcf7-select {
  padding: 0.4em 0.8em;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #ccc;
  margin: 0 0 5px 0;
}

#formbtn {
  background-color: #E16B8C;
  padding: 15px;
  color: #fff;
  width: 300px;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 30px auto 0;
  border-radius: 30px;
  opacity: 1;
}
#formbtn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 14px;
  background: url(img/icon_arrow.png) no-repeat right center;
  width: 9px;
  height: 15px;
}

@media screen and (max-width: 959px) {
  .contactTable {
    padding-left: 0;
  }
  .contactTable th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 60px;
    border-bottom: none;
  }
  .contactTable th .haveto,
  .contactTable th .anyto {
    bottom: 50%;
    left: 0px;
    top: inherit;
  }
  .contactTable th.top {
    vertical-align: middle;
  }
  .contactTable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border-bottom: none;
  }
  .contactTable tr:first-child td {
    border-top: none;
  }
  .contactTable .textsp {
    margin: 0 0 20px;
  }
  .formMore {
    width: 80%;
  }
  .formMore:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  #formbtn {
    width: 90%;
  }
}
.addressBox {
  border: 1px solid #212121;
  padding: 20px;
  width: 60%;
  margin: 30px auto;
}
.addressBox p {
  padding-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .addressBox {
    width: 90%;
  }
}

/*** Googleマップのレスポンシブ化 --------------------------***/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** 検索プラグイン --------------------------***/
ul.switchBlock {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 10px;
}
ul.switchBlock li {
  border: 1px solid #E16B8C;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  padding: 1.5rem 1.5rem 1rem;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 20px;
  transition: 0.3s ease;
}
ul.switchBlock li:hover {
  cursor: pointer;
}
ul.switchBlock li.active {
  background-color: #E16B8C;
  color: #fff;
}
@media screen and (max-width: 559px), print {
  ul.switchBlock {
    flex-wrap: wrap;
  }
  ul.switchBlock li {
    border-bottom: 1px solid #E16B8C;
    border-radius: 10px;
    margin-bottom: 5px;
  }
}

.searchBlock {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E16B8C;
  margin-bottom: 50px;
  padding: 2rem 40px;
  box-sizing: border-box;
  border-radius: 15px;
}
.searchBlock h2 {
  color: #212121;
  margin-top: 20px;
}
.searchBlock h2 span {
  font-size: 22px;
}
.searchBlock .searchTitle h2 {
  color: #E16B8C;
  margin-top: 50px;
}
.searchBlock hr {
  border: none;
  border-top: 1px solid #CCCCCC;
  margin: 0;
  margin-bottom: 50px;
}
.searchBlock .innerBox {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.searchBlock .searchTitle {
  width: 230px;
  padding-right: 30px;
}
.searchBlock .searchTitle h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.searchBlock .searchInner {
  width: calc(100% - 230px);
}
@media screen and (max-width: 959px) {
  .searchBlock .innerBox {
    flex-direction: column;
  }
  .searchBlock .searchTitle {
    width: 100%;
    padding-right: 0;
  }
  .searchBlock .searchInner {
    width: 100%;
  }
}

.freeWord .wordBox {
  margin: 0 auto 50px;
  width: 50%;
}
.freeWord .wordBox #feas_0_0 {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 0 10px;
  border: 2px solid #E16B8C;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .freeWord {
    width: 100%;
    margin: 0 auto;
  }
  .freeWord .wordBox {
    width: 100%;
  }
}

.feasBtn {
  text-align: center;
  margin: 50px auto;
  position: relative;
}
@media screen and (max-width: 559px), print {
  .feasBtn input[type=submit] {
    width: 90%;
  }
}
.feasBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 120px);
  background: url(img/icon_search_w.svg) no-repeat;
  width: 30px;
  height: 30px;
}
.feasBtn input[type=submit] {
  width: 260px;
  padding: 15px 0 15px 15px;
  background-color: #E16B8C;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.feasBtn.sidebar {
  width: 90%;
  margin: 10px auto;
}
.feasBtn.sidebar::before {
  top: 50%;
  left: 20px;
  transform: translateY(-55%);
  width: 20px;
  height: 20px;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .feasBtn.sidebar::before {
    content: none;
  }
}
.feasBtn.sidebar input[type=submit] {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 0;
  padding-left: 10px;
}
#feas_0_2,
#feas_0_0 {
  display: none;
}

.searchInner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.searchInner label {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
  color: #333333;
}
.searchInner label.feas_clevel_02 {
  width: calc(16.6666666667% - 50px);
}
.searchInner label input[type=checkbox] {
  display: none;
}
.searchInner label span {
  display: block;
  padding-left: 30px;
  position: relative;
}
.searchInner label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background-color: #fff;
}
.searchInner label input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #57A7ED;
  border-right: 3px solid #57A7ED;
}
.searchInner label:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .searchInner {
    width: 100%;
  }
  .searchInner label {
    box-sizing: border-box;
    width: 50%;
  }
  .searchInner label.feas_clevel_02 {
    width: 100%;
  }
}
@media screen and (max-width: 559px), print {
  .searchInner label {
    box-sizing: border-box;
    width: 100%;
  }
}

.searchSubmit {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.searchSubmit:after {
  position: absolute;
  content: "";
  background: url(img/icon_search.svg) no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.feas-submit-button {
  background-color: #57A7ED;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  border-radius: 30px;
  position: relative;
}

#tablepress-1_wrapper {
  width: 100%;
}
#tablepress-1_wrapper .dataTables_filter {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#tablepress-1_wrapper .tablepress {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#tablepress-1_wrapper .tablepress tr, #tablepress-1_wrapper .tablepress th, #tablepress-1_wrapper .tablepress td {
  word-break: break-all;
  word-wrap: break-word;
  box-sizing: border-box;
  padding-right: 20px;
}

/*** YouTubeのレスポンシブ --------------------------***/
.youtube-box {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin: 0 0 30px 0;
}

.youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** 参考情報のtablepress --------------------------***/
.reference_table {
  font-size: 12px;
  font-size: 1.2rem;
}
.reference_table th.column-3 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.reference_table td.column-3 {
  word-break: break-all;
}

.dataTables_filter {
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
.dataTables_filter input {
  width: 300px !important;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

@media screen and (max-width: 959px) {
  .dataTables_wrapper {
    overflow: auto;
    width: 100%;
  }
  .dataTables_wrapper table {
    width: 100%;
    min-width: 959px;
  }
  .dataTables_wrapper table thead {
    position: sticky;
    top: 0;
  }
  .dataTables_wrapper table tbody td {
    min-width: 250px;
  }
}
/*** ツールチップ --------------------------***/
.tooltip {
  width: 130px;
  padding: 10px;
  font-size: 12px;
  margin: -30px 0 0;
  background-color: #E16B8C;
  color: #fff;
  position: absolute;
  top: -4.5em;
  right: 0%;
  transform: translateX(50%);
  opacity: 0.93;
}
.tooltip:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(225, 107, 140, 0);
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-top-color: #E16B8C;
  top: 100%;
  left: 20%;
}

em.txtOver {
  font-style: normal;
  font-weight: normal;
  position: relative;
}
em.txtOver:after {
  display: inline-block;
  content: "";
  background-image: url(img/icon_tooltip2.svg);
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

/*** 使い方・機能　表--------------------------***/
.flowTable {
  border: none;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.flowTable td {
  height: 90px;
  box-sizing: border-box;
}
.flowTable th {
  width: 10%;
  text-align: center;
}
.flowTable th img {
  height: 70px;
  width: auto;
}
.flowTable thead th {
  padding-bottom: 1em;
}
.flowTable tbody {
  font-size: 0.9em;
}
.flowTable tbody tr:nth-child(odd) td {
  background: #F9F9F9;
}
.flowTable tbody td {
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  padding: 0.5em;
}
.flowTable tbody .arrow {
  position: relative;
}
.flowTable tbody .arrow img {
  margin: 0 !important;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: auto;
}
.flowTable tbody .arrow.mini img {
  width: 30px;
}

.flowIcons {
  margin: 30px auto;
  width: 50%;
}
.flowIcons dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  width: 100%;
}
.flowIcons dl dt {
  position: relative;
  margin-right: 0.5em;
  width: 50px;
  text-align: center;
}
.flowIcons dl dt img {
  margin: 0;
}
.flowIcons dl dd {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
}
.flowIcons dl dd:before {
  width: 100px;
  content: "・・・";
  padding-right: 0.5em;
}
.flowIcons dl:nth-of-type(2) dt img {
  height: 50px;
}
.flowIcons dl:nth-of-type(3) dt img {
  width: 20px;
}

@media screen and (max-width: 959px) {
  .overTable {
    overflow: auto;
    width: 100%;
  }
  .overTable table th {
    width: 100px;
  }
  .flowIcons {
    width: 80%;
  }
  .flowIcons dl {
    margin-bottom: 0.5em;
  }
  .flowIcons dl dd {
    font-size: 0.9em;
  }
}
.faqTable {
  border-collapse: collapse;
  background-color: #fffcfc;
  width: 100%;
}
.faqTable th {
  text-align: center;
  padding: 0.5em 0.5em;
  border-bottom: 1px solid #666;
}
.faqTable td {
  padding: 0.5em 0.5em;
  border-bottom: 1px solid #666;
}
.faqTable td:first-child {
  vertical-align: text-top;
  width: 130px;
}
.faqTable td .dotList {
  margin: 0 !important;
}
.faqTable td .dotList li:last-child {
  margin: 0;
}
@media screen and (max-width: 559px), print {
  .faqTable {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .faqTable td:first-child {
    width: 100px;
  }
}

.borderTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0 2em;
  background-color: #fff;
}
.borderTable th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em;
  vertical-align: top;
  text-align: left;
  width: 22%;
  color: #E16B8C;
  font-size: 18px;
  font-size: 1.8rem;
}
.borderTable th.center {
  text-align: center;
}
.borderTable td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em;
  vertical-align: top;
}
.borderTable td.center {
  text-align: center;
}
.borderTable.trcenter tr td:nth-child(2),
.borderTable.trcenter tr td:nth-child(3) {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .borderTable {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .borderTable th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 559px), print {
  .scrollTable .borderTable {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

/* AI Chat form */
.ai-chat-section {
  z-index: 10;
  margin-top: -100px;
  text-align: center;
  padding: 120px 0 60px;
}

.ai-chat-container {
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  flex: 1 1 50%;
  max-width: 600px;
}
.ai-chat-container h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.ai-chat-container p {
  color: #555;
  margin-bottom: 20px;
}
.ai-chat-container ul.dot {
  width: 250px;
  margin: 0 auto 20px;
  list-style: disc;
  list-style-position: outside;
  text-align: left;
}
.ai-chat-container ul.switch {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 10px;
  margin-bottom: 30px;
}
.ai-chat-container ul.switch li {
  border: 1px solid #E16B8C;
  border-radius: 10px;
  padding: 1.5rem 1.5rem;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s ease;
}
.ai-chat-container ul.switch li:hover {
  cursor: pointer;
  background-color: #E16B8C;
  color: #fff;
}
.ai-chat-container ul.switch li.active {
  background-color: #E16B8C;
  color: #fff;
}
@media screen and (max-width: 559px), print {
  .ai-chat-container ul.switch {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .ai-chat-container ul.switch li {
    margin-bottom: 5px;
  }
}

.ai-chat-form {
  transition: opacity 0.3s ease-in-out;
  display: none;
}
.ai-chat-form.active {
  display: block;
}
.ai-chat-form .input-group {
  position: relative;
}
.ai-chat-form textarea {
  width: 100%;
  padding: 15px 80px 15px 20px;
  border-radius: 30px;
  background: linear-gradient(to right, #fff calc(100% - 70px), #57A7ED calc(100% - 70px));
  box-shadow: 0px 3px 10px 0px rgba(161, 161, 161, 0.18);
  box-shadow: 0px 3px 10px 0px rgba(161, 161, 161, 0.18);
  font-size: 1.6rem;
  line-height: 1.6;
  box-sizing: border-box;
  resize: vertical;
  height: 200px;
}
.ai-chat-form .ai-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-chat-form .ai-submit img {
  width: 47px;
  height: 47px;
}

.char-counter-wrapper {
  text-align: right;
  margin-top: 5px;
  font-size: 1.2rem;
  color: #888;
}

.ai-chat-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.ai-chat-image-left,
.ai-chat-image-right {
  flex: 0 0 25%;
  margin-top: 100px;
}

.ai-chat-image-left img,
.ai-chat-image-right img {
  max-width: 100%;
  height: auto;
}

.form-feedback {
  margin-top: 15px;
  min-height: 20px;
}
.form-feedback .loading,
.form-feedback .error-message {
  font-size: 1.4rem;
}
.form-feedback .error-message {
  color: #e74c3c;
}

.ai-info-text {
  margin-top: 15px;
  font-size: 1.2rem;
  color: #e16b8c;
}

@media screen and (max-width: 959px) {
  .ai-chat-section {
    text-align: center;
    padding-top: 150px;
  }
  .ai-chat-container {
    padding: 20px;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .ai-chat-image-left,
  .ai-chat-image-right {
    display: none;
  }
}
/* HTML: <div class="loader"></div> */
.loader {
  --d:22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #eea7bb;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 0px, calc(0 * var(--d)) calc(1 * var(--d)) 0 1px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 2px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 3px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 4px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 5px;
  animation: l27 1s infinite steps(8);
}

@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
.loading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

/* Search summary chips */
.search-summary {
  margin: -40px auto 30px;
}
.search-summary .innerBox {
  border-radius: 25px;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.search-summary .summary-heading {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 5px;
}
.search-summary .summary-desc {
  text-align: center;
  margin: 0 0 45px;
}
.search-summary .summary-groups {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.search-summary .summary-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.search-summary .summary-group h3 {
  width: 150px;
  font-size: 2rem;
  font-weight: 700;
  color: #E16B8C;
}
.search-summary .summary-group ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0 10px;
}
.search-summary .summary-group ul li {
  border: 1px solid #E16B8C;
  border-radius: 10px;
  padding: 1.5rem 1.5rem;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
}
.search-summary .summary-group ul li.active {
  background-color: #E16B8C;
  color: #fff;
}
.search-summary .summary-actions {
  text-align: center;
  margin-top: 45px;
}
.search-summary .chips-submit {
  position: relative;
  background-color: #e16b8c;
  color: #fff;
  border-radius: 30px;
  padding: 10px 48px 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
}
.search-summary .chips-submit:after {
  position: absolute;
  content: "";
  background: url(img/icon_search.svg) no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.search-summary .summary-adjust {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .search-summary .summary-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .search-summary .summary-group ul {
    margin-top: 10px;
  }
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.chip {
  background: #fff;
  color: #000;
  border: 1px solid #e16b8c;
  border-radius: 30px;
  padding: 6px 12px;
  font-size: 1.6rem;
}

#chips-job .chip {
  border: 1px solid #57A7ED;
}

.chip-empty {
  background: #f7f7f7;
  color: #777;
  border-color: #eee;
}

@media screen and (max-width: 959px) {
  .search-summary {
    margin: 0 10px 20px;
    padding: 15px;
  }
  .search-summary .summary-groups {
    flex-direction: column;
  }
  .search-summary .summary-group {
    width: 100%;
  }
}