@charset "UTF-8";

/* .area_map */

.area_map {
  padding: 120px 0;
}

.area_map .area_map_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1100px;
}

.area_map .area_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.area_map .area_content .area_map_title {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
  color: #86c22a;
}

.area_map .area_content .area_map_act {
  margin-bottom: 20px;
  padding: 15px 20px;
  width: fit-content;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  background-color: #86c22a;
}

.area_map .area_content .area_map_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 3.2rem;
}

.area_map .area_content .area_map_txt span {
  display: block;
  font-size: 14px;
  font-weight: initial;
}

.area_map .area_content .img_box {
  max-width: 664px;
  width: 60%;
}

dd.box span {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .area_map .area_content {
    display: block;
  }
  .area_map .area_content .area_map_title {
    text-align: center;
  }
  .area_map .area_content .area_map_act {
    margin: 0 auto 20px auto;
  }
  .area_map .area_content .img_box {
    width: 100%;
    margin: 0 auto;
  }
  .area_map .area_content .area_map_txt {
    margin-bottom: 30px;
    text-align: center;
  }
  .health_step .health_step_title {
    font-size: 1.6em!important;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 30px 0;
  }
  .health_option .health_option_title {
    font-size: 1.4em!important;
    font-weight: 600;
  }
  .question .question_title {
    font-size: 1.4em!important;
    font-weight: 600;
  }
  .p-health_reason-head {
    font-size: 1.4em!important;
  }
  .p-healthGreen_title {
    font-size: 1.6em!important;
    font-weight: 700;
    margin: 0 0 30px 0;
  }
  .p-healthGreen {
    padding: 60px 20px 80px!important;
  }
  .p-healthCol_title {
    font-size: 1.6em!important;
  }
  .area_map .area_content .area_map_title {
    font-size: 2em!important;
  }
  .health_step .health_step_title {
    margin-bottom: 30px!important;
  }
}


/* patrol */

.patrol {
  padding: 0 0 60px 0;
  background-color: #f4fcde;
}

.patrol .img_box .sp {
  display: none;
}

.patrol .patrol_title {
  margin-bottom: 50px;
  padding: 15px 0;
  text-align: center;
  font-size: 34px;
  color: #ffffff;
  background-color: #a8db4f;
}

.patrol .patrol_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1100px;
}

.patrol .patrol_content {
  display: flex;
  flex-flow: wrap;
}

.patrol .patrol_box {
  display: flex;
  margin-bottom: 40px;
}

.patrol .patrol_box .img_box {
  width: 45%;
  max-width: 320px;
}

.patrol .patrol_box .patrol_health {
  padding: 20px 30px;
  max-width: 740px;
  border-radius: 0 20px 20px 0;
  background-color: #ffffff;
}

.patrol .patrol_box .patrol_health_title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #8ace48;
  border-bottom: 2px solid #8ace48;
}

.patrol .patrol_box .area_box {
  display: flex;
  justify-content: space-between;
}

.patrol .patrol_box .area_box p {
  margin-top: 10px;
}

.patrol .patrol_box .area_box .area_01 {
  max-width: 166px;
  width: 25%;
}

.patrol .patrol_box .area_box .area_02 {
  max-width: 526px;
  width: 73%;
}

.patrol .patrol_box .area_box .area_03 {
  width: 100%;
}

.patrol .patrol_box .area_box .area_07 {
  max-width: 260px;
}

.patrol .patrol_box .area_box .area_08 {
  max-width: 400px;
}

.patrol .patrol_box .area_box .patrol_health_area_title {
  margin-top: 10px;
  padding: 5px;
  color: #ffffff;
  text-align: center;
  background-color: #a8db4f;
}

.patrol .patrol_box .area_box .patrol_health_area_list {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  font-size: 13px;
}

.patrol .patrol_box .area_box .patrol_health_area_list li {
  position: relative;
  padding: 5px 0 0px 15px;
  font-size: 13px;
}

.patrol .patrol_box .area_box .patrol_health_area_list li.l_txt {
  font-size: 12px;
}

.patrol .patrol_box .area_box .patrol_health_area_list li.no_point {
  padding-left: 0;
}

.patrol .patrol_box .area_box .patrol_health_area_list li.no_point::before {
  display: none;
}

.patrol .patrol_box .area_box .patrol_health_area_list li.line_txt::before {
  transform: translateY(-110%) translateX(0%);
}

.patrol .patrol_box .area_box .patrol_health_area_list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-30%) translateX(0%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #a8db4f;
}

.patrol .patrol_box .area_box .area_01 .patrol_health_area_list li {
  width: 50%;
}

.patrol .patrol_box .area_box .area_02 .patrol_health_area_list li {
  width: 25%;
}

.patrol .patrol_box .area_box .area_03 .patrol_health_area_list li {
  margin-right: 20px;
}

.patrol .patrol_box .area_box .area_04 .patrol_health_area_list li {
  width: 20%;
}

.patrol .patrol_box .area_box .area_05 .patrol_health_area_list li {
  width: 20%;
}

.patrol .patrol_box .area_box .area_07 .patrol_health_area_list li {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .patrol .patrol_box {
    display: block;
  }
  .patrol .img_box .pc {
    display: none;
  }
  .patrol .patrol_box .img_box {
    max-width: initial;
    width: 100%;
  }
  .patrol .patrol_box .patrol_health {
    border-radius: 0 0 20px 20px;
  }
  .patrol .patrol_box .area_box {
    display: block;
  }
  .patrol .patrol_box .area_box .area_01 {
    max-width: initial;
    width: 100%;
  }
  .patrol .patrol_box .area_box .area_02 {
    max-width: initial;
    width: 100%;
  }
  .patrol .patrol_box .area_box .area_07 {
    max-width: initial;
    width: 100%;
  }
  .patrol .patrol_box .area_box .area_08 {
    max-width: initial;
    width: 100%;
  }
  .patrol .patrol_box .area_box .area_06 li:before {
    transform: translateY(-110%) translateX(0%);
  }
  .patrol .patrol_box .area_box .area_02 .patrol_health_area_list li {
    width: 33%;
  }
  .patrol .patrol_box .area_box .area_04 .patrol_health_area_list li {
    width: 33%;
  }
  .patrol .patrol_box .area_box .area_05 .patrol_health_area_list li {
    width: 50%;
  }
}


/* .patrol_sub */

.patrol_sub {
  padding: 0 0 60px 0;
  background-color: #f4fcde;
}

.patrol_sub .patrol_sub_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1100px;
}

.patrol_sub .patrol_sub_content {
  display: flex;
  justify-content: space-between;
}

.patrol_sub .patrol_sub_box {
  width: 48%;
}

.patrol_sub .patrol_sub_box .text_box {
  padding: 20px 30px 40px 30px;
  min-height: 200px;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
}

.patrol_sub .patrol_sub_box .text_box .patrol_sub_title {
  padding-bottom: 5px;
  margin: 0 auto 10px auto;
  width: 85%;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #8ace48;
  border-bottom: 2px solid #8ace48;
}

.patrol_sub .patrol_sub_box .text_box p {
  text-align: center;
}

.patrol_sub .patrol_sub_box .text_box ul {
  width: fit-content;
  margin: 0 auto;
}

.patrol_sub .patrol_sub_box .text_box ul li {
  position: relative;
  padding: 5px 0 0px 15px;
  font-size: 13px;
}

.patrol_sub .patrol_sub_box .text_box ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-30%) translateX(0%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #a8db4f;
}

.patrol_sub .patrol_sub_act {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .patrol_sub .patrol_sub_content {
    display: block;
  }
  .patrol_sub .patrol_sub_box {
    margin-bottom: 40px;
    width: 100%;
  }
}


/* health_option */

.health_option {
  padding: 0 0 60px 0;
  background-color: #f4fcde;
}

.health_option .health_option_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1100px;
}

.health_option .health_option_content {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.health_option .health_option_title {
  margin-bottom: 25px;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  background-color: #a8db4f;
}

.health_option .health_option_title span {
  display: block;
  font-size: 16px;
}

.health_option .health_option_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  width: 49.3%;
  border: 2px solid #a8db4f;
  background-color: #ffffff;
}

.health_option .health_option_box .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  background-color: #a8db4f;
}

.health_option .health_option_box .text_box {
  padding: 15px;
  width: 80%;
}

.health_option .health_option_box .text_box .health_option_list_title {
  margin-bottom: 5px;
  color: #a8db4f;
  font-size: 18px;
  font-weight: bold;
}

.health_option .health_option_box .text_box p {
  font-size: 13px;
}

.health_option .health_option_box .text_box p span {
  display: block;
  color: #a8db4f;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .health_option .health_option_box {
    width: 100%;
  }
}


/* health_step */

.health_step {
  padding: 120px 0;
}

.health_step .health_step_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1100px;
}

.health_step .health_step_content {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.health_step .health_step_title {
  margin-bottom: 100px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2em;
}

.health_step .health_step_box {
  position: relative;
  width: calc(90% / 3);
  margin-left: 5%;
  padding: 0 20px 40px;
  background-color: #f8f8f8;
}

.health_step .health_step_box:first-child {
  margin-left: 0;
}

.health_step .health_step_box_step {
  position: absolute;
  top: -35px;
  left: 0px;
  width: 100%;
  padding: 5px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 10px;
}

.health_step .step_01 .health_step_box_step {
  background-color: #7bb1ee;
}

.health_step .step_02 .health_step_box_step {
  background-color: #5fcedf;
}

.health_step .step_03 .health_step_box_step {
  background-color: #94e65e;
}

.health_step .health_step_box_step::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-19.5%) translateX(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 0;
}

.health_step .step_01 .health_step_box_step::before {
  border-left: 50px solid #7bb1ee;
}

.health_step .step_02 .health_step_box_step::before {
  border-left: 50px solid #5fcedf;
}

.health_step .health_step_box .img_box img {
  display: block;
  margin: 50px auto 30px auto;
}

.health_step .health_step_box .health_step_box_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.health_step .health_step_box.step_01 .health_step_box_title {
  color: #5790d0;
}

.health_step .health_step_box.step_02 .health_step_box_title {
  color: #4ab9ca;
}

.health_step .health_step_box.step_03 .health_step_box_title {
  color: #81d24c;
}

.health_step .health_step_box .text_box p {
  margin-top: 10px;
  text-align: center;
  line-height: 2em;
}

.health_step .health_step_act {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .health_step br.sp_line {
    display: none;
  }
  .health_step .health_step_box {
    width: 100%;
    margin-left: 0;
  }
  .health_step .health_step_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  .health_step .health_step_box .img_box {
    width: 40%;
  }
  .health_step .health_step_box .text_box {
    width: 55%;
  }
  .health_step .health_step_box .img_box img {
    margin: 15px auto;
  }
  .health_step .health_step_box .text_box p {
    font-size: 1.1em;
    text-align: left;
    line-height: 1.4em;
  }
  .health_step .health_step_box .health_step_box_title {
    font-size: 30px;
    text-align: left;
  }
  .health_step .health_step_box_step {
    position: relative;
    top: initial;
    left: initial;
  }
  .health_step .health_step_box_step::before {
    content: "";
    /* position: absolute; */
    position: relative;
    display: none;
    top: 0;
    right: 0;
    transform: translateY(-19.5%) translateX(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 0;
  }
  .health_step .step_01 .health_step_box_step::before {
    border-left: 50px solid #7bb1ee;
  }
  .health_step .step_02 .health_step_box_step::before {
    border-left: 50px solid #5fcedf;
  }
  .health_step .health_step_box {
    position: relative;
  }
  .health_step .health_step_box::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(0%) translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 10px;
    z-index: 1;
  }
  .health_step .health_step_box::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(70%) translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 0;
    z-index: 1;
  }
  .health_step .health_step_box.step_01::before {
    background-color: #7bb1ee;
  }
  .health_step .health_step_box.step_02::before {
    background-color: #5fcedf;
  }
  .health_step .health_step_box.step_03::before {
    display: none;
  }
  .health_step .health_step_box.step_01::after {
    border-top: 40px solid #7bb1ee;
  }
  .health_step .health_step_box.step_02::after {
    border-top: 40px solid #5fcedf;
  }
  .health_step .health_step_box.step_03::after {
    display: none;
  }
  .health_step .health_step_act {
    text-align: left;
  }
}


/* question */

.question {
  padding: 0 0 60px 0;
}

.question .question_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1100px;
}

.question .question_title {
  margin-bottom: 50px;
  padding: 15px 0;
  text-align: center;
  font-size: 34px;
  color: #ffffff;
  background-color: #a8db4f;
}

.question .accordion_area dl {
  cursor: pointer;
}

.question .accordion_area dl dd.close {
  display: none;
}

.question .accordion_area dl dt, .question .accordion_area dl dd {
  display: flex;
  padding: 30px;
  padding-right: 90px;
}

.question .accordion_area dl dt {
  color: #56b077;
  border-bottom: 1px solid #dfdfdf;
  background-color: #f5ffee;
}

.question .accordion_area dl dt .img_box, .question .accordion_area dl dd .img_box {
  width: 5%;
}

.question .accordion_area dl dt>span, .question .accordion_area dl dt>span {
  width: 95%;
}

.question .accordion_area dt {
  position: relative;
}

.question .accordion_area dt .cross_icon_wrap {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}

.question .accordion_area span.cross_icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.question .accordion_area span.cross_icon:before, .question .accordion_area span.cross_icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #56b077;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.question .accordion_area span.cross_icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.question .accordion_area span.cross_icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .question .accordion_area dl dt .img_box {
    width: 10%;
  }
  .question .accordion_area dl dd .img_box {
    width: 25%;
  }
}


/* health_contact */

.health_contact {
  position: relative;
  padding: 120px 0;
  background-color: #8fd240;
}

.health_contact::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  display: block;
  width: 98%;
  height: 116px;
  opacity: 0.1;
  background-image: url(../img/health_checkup/health_contact_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.health_contact .health_contact_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1100px;
}

.health_contact .health_contact_title {
  margin-bottom: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
}

.health_contact .health_contact_content {
  padding: 50px;
  text-align: center;
  border-radius: 30px;
  background-color: #ffffff;
  width: 50%;
  margin: 0 auto;
}

.health_contact .health_contact_content .tle_txt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.health_contact .health_contact_content .tle_nam {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #56b077;
  padding: 5px;
  margin-top: -15px;
  margin-bottom: -5px;
}

.health_contact .health_contact_content .tle_nam img {
  padding-right: 5px;
}

.health_contact .health_contact_content .tle_time {
  font-size: 16px;
  font-weight: initial;
}

.health_contact .health_contact_act {
  margin-top: 40px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .health_contact .health_contact_content .tle_nam {
    font-size: 2em;
  }
  .health_contact .health_contact_content {
    width: 90%;
  }
  .p-healthGreen_box {
    width: 90%;
  }
  .health_contact {
    padding: 60px 0;
  }
  .health_contact .sp_line {
    display: none;
  }
  .health_contact .health_contact_content {
    padding: 20px;
  }
  .health_contact .health_contact_act {
    text-align: left;
  }
}

.ui.form .required.field>label:after {
  color: #fff;
  font-size: 14px;
  text-align: center;
  content: "必須";
  background-color: #91bc1c;
  margin: 0 0 0 10px;
  padding: 3px 4px;
  position: relative;
  top: -3px;
  border-radius: 3px;
}

.ui header {
  display: none;
}

label[data-v-43503f12] {
  float: left;
}

.ui.form .fields[data-v-5b78096e] {
  display: table;
}

.ui.form .field>label {
  float: left;
  width: 280px;
}

.ui.grid>.row>.column[data-v-43503f12] {
  width: 100%!important;
}

.el-input:not(.el-input--suffix) {
  width: calc(100% - 280px);
}

.el-textarea {
  width: calc(100% - 280px);
}

.ui.inverted.menu {
  display: none;
}

.ui.grid>.black.column, .ui.grid>.black.row, .ui.grid>.row>.black.column {
  display: none;
}

.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] {
  background-color: #eee;
}

.ui.form textarea {
  background-color: #eee;
}

.ui.header .content {
  display: block;
  vertical-align: top;
  text-align: center;
  margin: 0 auto;
}

.ui.teal.button {
  width: 170px;
  background-color: #91bc1c;
  padding: 20px 0 10px 0;
}

.ui.grid>.row:first-child {
  font-size: 16px;
  padding: 0;
}

.ui.form .fields[data-v-52d1c3e1] {
  display: table;
  margin-bottom: 0;
}

.ui.teal.button {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 631px) {
  .el-input:not(.el-input--suffix) {
    width: 100%;
  }
  .el-textarea {
    width: 100%;
  }
  .el-select {
    width: 100%!important;
  }
}