html {
  background-color: #fff;
}

* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  * {
    font-size: 16px;
  }
}

li {
  list-style: none;
}

p {
  color: #333333;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

h1 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  main {
    margin: 100px 0 0;
  }
}

.spDisplay {
  display: block;
}
@media screen and (min-width: 960px) {
  .spDisplay {
    display: none;
  }
}

.pcDisplay {
  display: none;
}
@media screen and (min-width: 960px) {
  .pcDisplay {
    display: block;
  }
}

.container {
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 960px) {
  .container {
    width: 1200px;
  }
}

.spFooterMenu {
  display: none;
  position: fixed;
  bottom: 66px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .spFooterMenu {
    display: block;
  }
}
.spFooterMenu .spFooterMenuList {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.spFooterMenu .spFooterMenuList .spFooterMenuItem {
  width: 50%;
}
.spFooterMenu .spFooterMenuList .spFooterMenuItem .spFooterMenuLink {
  display: block;
  text-align: center;
  position: relative;
  padding: 10px 20px 10px 40px;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.spFooterMenu .spFooterMenuList .spFooterMenuItem .spFooterMenuLink:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  background-repeat: no-repeat;
}
.spFooterMenu .spFooterMenuList .spFooterMenuItem:nth-child(1) .spFooterMenuLink {
  background-color: #ffa30c;
}
.spFooterMenu .spFooterMenuList .spFooterMenuItem:nth-child(1) .spFooterMenuLink:before {
  background-image: url(/images/sidebarIcon3.png?c5bd73e0d1f3b296a72847551749f0a8);
}
.spFooterMenu .spFooterMenuList .spFooterMenuItem:nth-child(2) .spFooterMenuLink {
  background-color: #ec1c24;
}
.spFooterMenu .spFooterMenuList .spFooterMenuItem:nth-child(2) .spFooterMenuLink:before {
  background-image: url(/images/sidebarIcon1.png?585c045fc86f60010663d164f3857d26);
}

.spFooterLineArea {
  display: none;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  border: 5px solid #1e8631;
  width: 100%;
  padding: 5px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .spFooterLineArea {
    display: block;
  }
}
.spFooterLineArea .spFooterLineLink {
  align-items: center;
  display: flex;
}
.spFooterLineArea .spFooterLineLink .spFooterLineTextArea {
  width: 70%;
}
.spFooterLineArea .spFooterLineLink .spFooterLineTextArea .spFooterLineText {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #1e8631;
  line-height: 1;
}
.spFooterLineArea .spFooterLineLink .spFooterLineTextArea .spFooterLineText .footerFocusText {
  font-weight: bold;
  color: #ec1c24;
  font-size: 16px;
}
.spFooterLineArea .spFooterLineLink .spFooterLineTextArea .spFooterLineText .footerLineSecondText {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: bold;
  display: block;
  margin-top: 4px;
  color: #000;
}
.spFooterLineArea .spFooterLineLink .spFooterLineIcon {
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100px;
}

.pageTitle {
  margin: 20px auto;
  border: none;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0px;
  font-weight: bold;
  border-radius: 0;
  border-top: 2px solid #3db680;
  border-bottom: 2px solid #3db680;
  color: #3db680;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pageTitle {
    letter-spacing: 2px;
  }
}

.content {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .content {
    margin: 0 auto 40px;
  }
}
.content .contentTitle {
  font-weight: bold;
  margin-bottom: 18px;
  background-color: #3db680;
  color: #fff;
  padding: 13px 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .content .contentTitle {
    line-height: 1.8;
  }
}
.content .contentTitle .featureNum {
  display: inline-block;
  padding: 6px 8px;
  background-color: #fff;
  margin-right: 10px;
  color: #3db680;
  font-size: 16px;
  font-weight: normal;
}
.content .contentFlexArea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea {
    flex-wrap: wrap;
  }
}
.content .contentFlexArea .contentTextArea {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea .contentTextArea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea .contentImageArea {
    margin: 0 auto;
    width: 100%;
  }
}
.content .contentFlexArea .contentImageArea .contentImage {
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea .contentImageArea .contentImage {
    height: auto;
  }
}
.content .contentFlexArea.feature .contentTextArea {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.feature .contentTextArea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.feature .contentImageArea {
    margin: 30px auto;
    width: 80%;
  }
}
.content .contentFlexArea.feature .contentImageArea .contentImage {
  height: 150px;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.feature .contentImageArea .contentImage {
    height: auto;
  }
}
.content .contentFlexArea.featurePoint {
  padding: 22px 28px;
  border: 1px solid #e1cbb2;
  margin-bottom: 30px;
  background-color: #fffff2;
  overflow: hidden;
}
.content .contentFlexArea.featurePoint .contentTextArea {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.featurePoint .contentTextArea {
    width: 100%;
  }
}
.content .contentFlexArea.featurePoint .contentTextArea .featurePointTitle {
  border-bottom: none;
  margin-bottom: 5px;
  color: #3db680;
}
.content .contentFlexArea.featurePoint .contentImageArea {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.featurePoint .contentImageArea {
    margin: 0 auto;
    width: 100%;
  }
}
.content .contentFlexArea.featurePoint .contentImageArea .contentImage {
  height: 150px;
}
@media screen and (max-width: 767px) {
  .content .contentFlexArea.featurePoint .contentImageArea .contentImage {
    height: auto;
  }
}
.content .featureFlexList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .content .featureFlexList {
    flex-wrap: wrap;
  }
}
.content .featureFlexList .featureFlexItem {
  background-color: #f1faf6;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .content .featureFlexList .featureFlexItem {
    margin-bottom: 20px;
    width: 100%;
  }
}
.content .featureFlexList .featureFlexItem .featureItemNum {
  text-align: center;
  display: block;
  color: #fff;
  background-color: #3db680;
  font-size: 16px;
  letter-spacing: 0.15em;
  padding: 4px 0;
  width: 100%;
}
.content .featureFlexList .featureFlexItem .featureItemLink {
  display: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: inherit;
  color: inherit;
  letter-spacing: 0.08em;
  text-decoration: underline;
}
.content .featureFlexList .featureFlexItem .contentText {
  padding: 20px;
}
.content .featureTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}
.content .featureTable th,
.content .featureTable td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 20px;
  text-align: center;
}
.content .featureTable th {
  background-color: #fffff2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content .featureTable th {
    width: 25%;
  }
}
.content .featureTable .focusTd {
  background-color: #fc8021;
  color: #fff;
  font-weight: bold;
}
.content .featureTable .focusTd.focusText {
  color: #fff;
}
.content .refundList {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: bold;
}
.content .refundList .refundItem {
  list-style-type: square;
  margin-left: 17px;
}
.content .refundText {
  margin-top: 30px;
}
.content .refundText .refundMailLink {
  display: inline-block;
  background-color: inherit;
  color: #000;
  padding: 0;
  font-weight: bold;
  margin: 10px auto 0px auto;
  text-decoration: underline;
  width: inherit;
}
.content .instituteImageArea,
.content .twoStageImageArea {
  margin: 50px auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .content .instituteImageArea,
  .content .twoStageImageArea {
    margin: 30px 0;
    width: 100%;
  }
}
.content .twoStageTitle {
  border-bottom: 2px solid #3db680;
  color: #715731;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}

.customerVoiceAreaH2 {
  border-bottom: 2px dotted #ea5420;
  border-top: 2px dotted #ea5420;
  color: #ea5420;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding: 13px 0 12px 0;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .customerVoiceAreaH2 {
    font-size: 20px;
  }
}
.customerVoiceAreaH2 .tradeMark {
  color: #ea5420;
  font-size: 30px;
  font-weight: 800;
}

.causeArea {
  background-color: #fffdee;
  margin: 50px auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .causeArea {
    margin: 30px 0;
  }
}
.causeArea .causeAreaH2 {
  border-top: 2px dotted #ea5420;
  border-bottom: 2px dotted #ea5420;
  color: #ea5420;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding: 25px 0 24px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .causeArea .causeAreaH2 {
    font-size: 20px;
    padding: 25px 0 15px;
  }
}
.causeArea .causeAreaH2 .brainBg {
  font-size: 43px;
  color: #fff;
  background: url(/images/brainIcon.png?3e01e440c3ca8b3f80c17974b5d41bdb) no-repeat 5px 9px;
  padding: 22px 34px 24px 34px;
}
@media screen and (max-width: 767px) {
  .causeArea .causeAreaH2 .brainBg {
    display: inline-block;
    font-size: 30px;
    height: 100px;
    padding: 20px 40px;
  }
}
.causeArea .causeDesc {
  color: #715731;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .causeArea .causeDesc {
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.causeArea .brainCauseArea {
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .causeArea .brainCauseArea {
    width: 70%;
  }
}

.procedureArea {
  background-color: #fffdee;
  padding-bottom: 50px;
}
.procedureArea .procedureAreaH2 {
  text-align: center;
  color: #ea5420;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 13px 0 12px 0;
  border-top: 2px dotted #ea5420;
  border-bottom: 2px dotted #ea5420;
  margin-bottom: 20px;
}
.procedureArea .procedureList {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 30px;
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .procedureArea .procedureList {
    flex-wrap: wrap;
    padding: 0 10px;
    width: 100%;
  }
}
.procedureArea .procedureList .procedureItem {
  padding-right: 39px;
  padding-top: 70px;
  position: relative;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .procedureArea .procedureList .procedureItem {
    padding-right: 0;
    padding-top: 40px;
    margin-bottom: 25px;
    width: 100%;
  }
}
.procedureArea .procedureList .procedureItem:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ea5420;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .procedureArea .procedureList .procedureItem:before {
    width: 30px;
    height: 30px;
  }
}
.procedureArea .procedureList .procedureItem:after {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .procedureArea .procedureList .procedureItem:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.procedureArea .procedureList .procedureItem:nth-child(1):after {
  content: "1";
}
.procedureArea .procedureList .procedureItem:nth-child(2):after {
  content: "2";
}
.procedureArea .procedureList .procedureItem:nth-child(3):after {
  content: "3";
}
@media screen and (max-width: 767px) {
  .procedureArea .procedureList .procedureItem:nth-child(4) {
    margin-bottom: 0;
  }
}
.procedureArea .procedureList .procedureItem:nth-child(4):after {
  content: "4";
}
.procedureArea .procedureList .procedureItem:nth-child(4) .procedureDl .procedureDt:after {
  display: none;
}
.procedureArea .procedureList .procedureItem .procedureDl .procedureDt {
  position: relative;
  color: #ea5420;
  font-weight: 800;
  margin-bottom: 10px;
}
.procedureArea .procedureList .procedureItem .procedureDl .procedureDt:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #b8aa8f;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -15%;
  top: 50%;
  margin-top: -7px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .procedureArea .procedureList .procedureItem .procedureDl .procedureDt:after {
    display: none;
  }
}
.procedureArea .procedureList .procedureItem .procedureDl .procedureDd {
  color: #715731;
  font-size: 18px;
  line-height: 1.5;
}

.pageGrayTitle {
  text-align: center;
  color: #727171;
  font-size: 17px;
  letter-spacing: 0.1em;
  padding: 26px 0;
  width: 1200px;
  border: 1px solid #ccc;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .pageGrayTitle {
    width: 100%;
  }
}

.contentText {
  margin-bottom: 15px;
  color: #715731;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.contentText .contentFocusRedText {
  font-weight: bold;
  color: #e10000;
}
.contentText .trafficGuide {
  display: block;
  width: 60%;
  margin: 30px auto;
  padding: 10px 10px;
  text-align: center;
  background-color: #3db680;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .brainCauseImage {
    margin-top: 20px;
  }
}

.video {
  max-height: 700px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .video {
    max-height: 400px;
  }
}

.lineContent {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineContent .movieArea {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lineContent .movieArea {
    width: 100%;
  }
}
.lineContent .movieArea .lineVideo {
  max-height: 400px;
  width: 100%;
}
.lineContent .textContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lineContent .textContent {
    margin-top: 10px;
  }
}
.lineContent .textContent .cvArea {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .lineContent .textContent .cvArea {
    width: 100%;
  }
}
.lineContent .textContent .cvArea .applyStepList {
  margin-top: 30px;
}
.lineContent .textContent .cvArea .applyStepList .applyStepItem {
  border: 2px solid #000;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lineContent .textContent .cvArea .applyStepList .applyStepItem {
    font-size: inherit;
    padding: 15px;
  }
}
.lineContent .textContent .lineGuideArea {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .lineContent .textContent .lineGuideArea {
    width: 100%;
  }
}
.lineContent .textContent .lineGuideArea .lineArea {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lineContent .textContent .lineGuideArea .lineArea {
    margin-top: 30px;
  }
}
.lineContent .textContent .lineGuideArea .lineArea .cvButtonArea {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.lineContent .textContent .lineGuideArea .lineArea .cvButtonArea .lineQrArea {
  margin: 0;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .lineContent .textContent .lineGuideArea .lineArea .cvButtonArea .lineQrArea {
    display: none;
  }
}
.lineContent .textContent .lineGuideArea .lineArea .cvButtonArea .lineQrArea .lineQrImage {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lineContent .textContent .lineGuideArea .lineArea .cvButtonArea .lineFriendLink {
    width: 50%;
  }
}
.lineContent .textContent .lineGuideArea .chatArea {
  background-color: #8cabd8;
  margin-top: 30px;
  padding: 3px 20px 20px;
}
.lineContent .textContent .lineGuideArea .chatArea .userText,
.lineContent .textContent .lineGuideArea .chatArea .replyText {
  border-radius: 10px;
  color: #000;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 1.3;
  position: relative;
  width: 70%;
}
.lineContent .textContent .lineGuideArea .chatArea .userText:before,
.lineContent .textContent .lineGuideArea .chatArea .replyText:before {
  content: "";
  position: absolute;
  margin-top: -10px;
  border: 10px solid transparent;
}
.lineContent .textContent .lineGuideArea .chatArea .userText {
  background-color: #6de67a;
  margin: 15px 0 0 auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lineContent .textContent .lineGuideArea .chatArea .userText {
    width: 65%;
  }
}
.lineContent .textContent .lineGuideArea .chatArea .userText:before {
  border-left: 17px solid #6de67a;
  left: 98%;
  top: 40%;
}
.lineContent .textContent .lineGuideArea .chatArea .replyTextArea {
  position: relative;
}
.lineContent .textContent .lineGuideArea .chatArea .replyText {
  background-color: #fff;
  margin: 20px auto 0 10%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lineContent .textContent .lineGuideArea .chatArea .replyText {
    margin: 20px auto 0 15%;
    width: 80%;
  }
}
.lineContent .textContent .lineGuideArea .chatArea .replyText:before {
  border-right: 15px solid #fff;
  right: 100%;
  top: 40%;
}
.lineContent .textContent .lineGuideArea .chatArea .replyText:after {
  content: "";
  display: inline-block;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  background-image: url(/images/line_profile.jpeg?d1195e711d96ca5f7e90389da036bfea);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -5px;
  left: -50px;
}
.lineContent .spCvButtonArea {
  display: none;
}
@media screen and (max-width: 767px) {
  .lineContent .spCvButtonArea {
    display: block;
    margin: 20px auto;
    width: 50%;
  }
}

.startEndMovieArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.startEndMovieArea .startArea,
.startEndMovieArea .endArea {
  margin-top: 30px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .startEndMovieArea .startArea,
  .startEndMovieArea .endArea {
    width: 100%;
  }
}
.startEndMovieArea .startArea .video,
.startEndMovieArea .endArea .video {
  margin-top: 10px;
}
.startEndMovieArea .startArea .notRegisterText,
.startEndMovieArea .endArea .notRegisterText {
  color: red;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .startEndMovieArea .endArea {
    margin-top: 0;
  }
}

.arrowImageArea {
  margin: 25px auto 22px;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .arrowImageArea {
    margin: 20px auto 17px;
    width: 15%;
  }
}

.visitFeature {
  margin-bottom: 20px;
}
.visitFeature .visitFeatureH2 {
  background-color: #4bb582;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 16px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .visitFeature .visitFeatureH2 {
    font-size: 20px;
    padding: 10px 0;
  }
}
.visitFeature .visitFeatureDataArea {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .visitFeature .visitFeatureDataArea {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0 10px;
    width: 100%;
  }
}
.visitFeature .visitFeatureDataArea .visitDataItem {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .visitFeature .visitFeatureDataArea .visitDataItem {
    margin-bottom: 20px;
    width: 100%;
  }
}
.visitFeature .visitFeatureDataArea .visitDataItem .visitDataName {
  color: #724e28;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .visitFeature .visitFeatureDataArea .visitDataItem .visitDataName {
    font-size: 16px;
  }
}
.visitFeature .visitFeatureDataArea .visitDataItem .visitDataScore {
  color: #f0772b;
  font-size: 50px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .visitFeature .visitFeatureDataArea .visitDataItem .visitDataScore {
    font-size: 30px;
  }
}
.visitFeature .visitDataDesc {
  color: #724e28;
  font-size: 24px;
  letter-spacing: 0.08em;
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .visitFeature .visitDataDesc {
    font-size: 16px;
    padding: 0 10px;
    text-align: left;
    width: 100%;
  }
}
.visitFeature .visitDataDesc .visitDataFocus {
  color: #f0772b;
  font-size: 30px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .visitFeature .visitDataDesc .visitDataFocus {
    font-size: 15px;
  }
}
.visitFeature .visitDataDesc .visitDataQuote {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .visitFeature .visitDataDesc .visitDataQuote {
    font-size: 12px;
  }
}
.visitFeature.videoCallLp {
  margin-top: 30px;
}
.visitFeature.videoCallLp .visitFeatureH2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 18px;
  background-color: #3db680;
  color: #fff;
  padding: 13px 16px;
  line-height: 1;
  text-align: left;
}
.visitFeature.videoCallLp .visitDataName,
.visitFeature.videoCallLp .visitDataDesc {
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .visitFeature.videoCallLp .visitDataDesc {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .visitFeature.videoCallLp .visitDataDesc .visitDataQuote {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .visitFeature.videoCallLp .visitDataItem {
    margin-bottom: 30px !important;
  }
}
.visitFeature.videoCallLp .visitDataItem .visitDataScore {
  color: #e10000 !important;
}
.visitFeature.videoCallLp .visitDataItem .visitDataScore .dataScoreDetail {
  font-size: 70px !important;
  font-weight: bold;
  background: linear-gradient(transparent 70%, yellow 70%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .visitFeature.videoCallLp .visitDataItem .visitDataScore .dataScoreDetail {
    font-size: 13vw !important;
  }
}

.availableDateText {
  margin-top: 30px;
  text-align: center;
}
.availableDateText .focusText {
  color: red;
  font-weight: bold;
}
