@charset "UTF-8";
body {
  min-width: 1300px;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  body img {
    max-width: 100%;
  }
}

h2 {
  font-size: 34px;
  padding-bottom: 25px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

h3 {
  font-size: 26px;
  color: #ee8152;
  text-align: left;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

h3.blue_sq {
  font-size: 20px;
  color: #001f5f;
  padding-bottom: 0;
  padding: 2px 0 2px;
  border: 2px solid #001f5f;
  text-align: center;
}
@media (max-width: 767px) {
  h3.blue_sq {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  h3.blue_sq.top {
    margin-top: 50px;
  }
}

h3.blue_sq2 {
  font-size: 20px;
  color: #001f5f;
  padding-bottom: 0;
  padding: 6px 0 6px;
  border: 1px dotted #001f5f;
  text-align: center;
}
@media (max-width: 767px) {
  h3.blue_sq2 {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  h3.blue_sq2.top {
    margin-top: 50px;
  }
}

.title {
  font-size: 27px;
  font-weight: bold;
  border-left: 8px solid #ffc400;
  line-height: 1;
  padding-top: 2px;
  padding-left: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .title {
    font-size: 16px;
    border-left: 2px solid #ffc400;
    /* margin-bottom: px; */
  }
}
.title.top {
  margin-top: 40px;
}

.sec06 .title {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .sec06 .title {
    margin-bottom: 15px;
  }
}

h5 {
  font-size: 29px;
  color: #e13921;
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
    margin-top: 10px;
  }
}

p {
  margin-top: 1rem;
  color: #262626;
}
p:nth-of-type(1) {
  margin-top: 0rem;
}

p.c_lead {
  text-align: center;
  margin: 1.8rem 0;
}

p.imgbox {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  p.imgbox {
    margin-top: 25px;
  }
}
p.imgbox.imgbox2 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  p.imgbox.imgbox2 {
    margin-top: 50px;
  }
}

.fadeInUp {
  position: relative;
  bottom: -50px;
  opacity: 0;
  transition: bottom 1s, opacity 1s;
}

.fadeInUp.show {
  bottom: 0 !important;
  opacity: 1 !important;
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.flex.al-center {
  align-items: center;
}

@media (max-width: 767px) {
  .flex .right {
    margin-top: 2rem;
  }
}

.f_text {
  max-width: 50%;
}
@media (max-width: 767px) {
  .f_text {
    max-width: 100%;
  }
}

.f_img {
  max-width: 50%;
}
@media (max-width: 767px) {
  .f_img {
    max-width: 80%;
  }
}

.flex_w {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .flex_w {
    flex-direction: column;
  }
}

/* 
//2列のときの場合のみ 3列時消す

.sec06 .flex_w{
  width:810px;
  margin:auto;
  @include md {
    width:100%;

  }
}
 */
#main-contents {
  width: 1300px;
  box-sizing: border-box;
  padding: 0 40px 0;
  margin: 0 auto;
  margin-top: -190px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  #main-contents {
    width: 99%;
    padding: 0 10px 0;
    margin-top: 0;
    background: white;
  }
}

div.mv {
  position: relative;
}
div.mv img {
  max-width: 100%;
}
div.mv div.corner {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  div.mv div.corner {
    display: none;
  }
}

.online-title {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .online-title {
    padding-top: 50px;
  }
}
.online-title h1 {
  text-align: center;
}
.online-title p.img-title {
  text-align: center;
  padding: 90px 0 120px;
}
.online-title p.small {
  font-size: 12px;
  text-align: center;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .online-title p.small {
    font-size: 10px;
    padding-bottom: 50px;
  }
}

.sec01 {
  margin-top: 0px;
}

.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07,
.pagetop_m {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07,
.pagetop_m {
    margin-top: 60px;
  }
}

.bg_gray {
  background-color: #f6f6f4;
  padding: 60px 20px 40px;
}
@media (max-width: 767px) {
  .bg_gray {
    padding: 30px 10px 15px;
  }
}
.bg_gray h2 {
  text-align: center;
}
.bg_gray p {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .bg_gray p {
    margin-top: 5px;
  }
}
.bg_gray ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .bg_gray ul {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.bg_gray ul li {
  font-size: 15px;
  line-height: 1.5;
}
.bg_gray ul li h4 {
  font-size: 17px;
  padding: 15px 0 15px;
}
@media (max-width: 767px) {
  .bg_gray ul li h4 {
    font-size: 14px;
    padding: 5px 0 5px;
  }
}
@media (max-width: 767px) {
  .bg_gray ul li:nth-child(1), .bg_gray ul li:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .bg_gray ul li {
    width: 47%;
    font-size: 12px;
    margin-top: 20px;
  }
}

.outline {
  border: solid 1px #000000;
  padding: 1.5rem 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .outline {
    padding: 1rem 1rem;
  }
}

@media (max-width: 767px) {
  .table_scroll {
    overflow-x: scroll;
  }
  table_scroll::-webkit-scrollbar {
    height: 5px;
  }
  table_scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  table_scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
table,
tr,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

.tbl_green {
  width: 100%;
  line-height: 1.7;
  word-wrap: break-word;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .tbl_green {
    width: 1100px;
    white-space: nowrap;
  }
}
.tbl_green tr {
  height: 85px;
  background-color: #f0f8f4;
}
.tbl_green tr:nth-of-type(2n) {
  background-color: #f7fcf9;
}
.tbl_green th {
  background-color: #67be91;
  border-bottom: 2px white solid;
  padding: 0.5rem 1.5rem;
  color: white;
}
.tbl_green th.title01 {
  width: 28%;
  border-right: 2px white solid;
}
.tbl_green th.title02 {
  width: 72%;
}
.tbl_green td {
  border-bottom: 2px white solid;
  border-right: 2px white solid;
  padding: 0.5rem 1.5rem;
}
.tbl_green .s_name {
  display: flex;
  align-items: center;
  max-width: 78%;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .tbl_green .s_name {
    justify-content: center;
    max-width: 100%;
    margin-left: 0.3rem;
  }
}
.tbl_green .flex_w {
  flex-direction: row;
}

.icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.3rem;
}

.icon .miru,
.icon_s .miru {
  background-color: #9fcb56;
}
.icon .shiru,
.icon_s .shiru {
  background-color: #67be91;
}
.icon .suru,
.icon_s .suru {
  background-color: #58a077;
}
.icon .miru, .icon .shiru, .icon .suru,
.icon_s .miru,
.icon_s .shiru,
.icon_s .suru {
  color: white;
}

.icon .miru, .icon .shiru, .icon .suru {
  padding: 0.05em 0.3em 0.02em 0.3em;
}
@media (max-width: 767px) {
  .icon .miru, .icon .shiru, .icon .suru {
    margin-right: 0.2rem;
  }
}

.icon_s .miru, .icon_s .shiru, .icon_s .suru {
  font-size: 0.9em;
  padding: 0.02em 0.2em 0.02em 0.2em;
  margin-left: 0.5em;
}
@media (max-width: 767px) {
  .icon_s .miru, .icon_s .shiru, .icon_s .suru {
    margin-right: 0.1rem;
  }
}

.card,
.card_s {
  width: 405px;
  /*   margin: auto; */
  border-left: #000000 dotted 1px;
  margin-bottom: 2rem;
}
.card:nth-of-type(3n),
.card_s:nth-of-type(3n) {
  border-right: #000000 dotted 1px;
}
.card:last-of-type,
.card_s:last-of-type {
  border-right: #000000 dotted 1px;
}
@media (max-width: 767px) {
  .card,
.card_s {
    width: 100%;
    min-height: 100px;
    padding: 0 2rem;
    border-right: #000000 dotted 1px;
    margin-bottom: 1rem;
  }
}
.card ul,
.card_s ul {
  margin-top: 0.5em;
}
.card .textbox,
.card_s .textbox {
  padding: 1.5rem 0;
  width: 250px;
  margin: auto;
}
@media (max-width: 767px) {
  .card .textbox,
.card_s .textbox {
    width: 95%;
  }
}

/* //2列のとき　3列のとき消す
.sec06{
.card{
  &:nth-of-type(3n) {
    border-right: none;

  }
  &:nth-of-type(2n) {
    border-right: #000000 dotted 1px;

  }

}  
}
 */
.card {
  min-height: 300px;
}
@media (max-width: 767px) {
  .card {
    min-height: 200px;
  }
}

.card_s {
  min-height: 200px;
}
@media (max-width: 767px) {
  .card_s {
    min-height: 150px;
  }
}

.taisho {
  margin-top: 2rem;
  font-size: 0.8em;
}

.taisho_waku {
  font-size: 0.9em;
  border: solid #000000 1px;
  padding: 0.1rem 0.2rem;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .taisho_waku {
    font-size: 0.8em;
  }
}

.hosoku {
  width: 48%;
}
.hosoku h4 {
  margin-bottom: 0rem;
}
.hosoku p {
  margin-top: 0rem;
  text-align: left;
}
@media (max-width: 767px) {
  .hosoku {
    width: 100%;
    margin-top: 1rem;
  }
  .hosoku:first-child {
    margin-top: 0rem;
  }
}
/*# sourceMappingURL=health_m.css.map */