@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/* line 264, ../sass/_variables.scss */
.stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff 0, #cce7ff 5px, #e9f4ff 5px, #e9f4ff 10px);
  background: repeating-linear-gradient(-45deg, #cce7ff 0, #cce7ff 5px, #e9f4ff 5px, #e9f4ff 10px);
}

/* line 267, ../sass/_variables.scss */
.stripe2 {
  background: -webkit-repeating-linear-gradient(-90deg, #eef 0, #eef 5px, #fff 5px, #fff 10px);
  background: repeating-linear-gradient(-90deg, #eef 0, #eef 5px, #fff 5px, #fff 10px);
}

/* line 8, ../sass/contents.scss */
#page .index__body {
  border-bottom: 1px dashed #c3c3c3;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 8, ../sass/contents.scss */
  #page .index__body {
    padding: 1em 1em 4em;
  }
}
/* line 14, ../sass/contents.scss */
#page .index__body .flex {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  /* line 14, ../sass/contents.scss */
  #page .index__body .flex {
    margin-top: 5%;
  }
}
/* line 19, ../sass/contents.scss */
#page .index__body .flex .index__link {
  display: block;
  width: 48%;
  padding: 20px;
  background-color: #FFF3E8;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  margin: 1.5% 1%;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 670px) {
  /* line 19, ../sass/contents.scss */
  #page .index__body .flex .index__link {
    width: 98%;
    margin: 1.5% auto;
  }
}
/* line 33, ../sass/contents.scss */
#page .index__body .flex .index__link:before {
  content: "";
  width: 16px;
  height: 27px;
  display: block;
  background-image: url(../img/index_arrow.png);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

/* line 53, ../sass/contents.scss */
#page h1 {
  background-color: #f08423;
  color: #fff;
  margin-top: 60px;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  /* line 53, ../sass/contents.scss */
  #page h1 {
    margin-bottom: 5%;
    padding: 10px 20px;
    font-size: 22px;
    width: 98%;
    margin: 30px auto 40px;
  }
}
/* line 70, ../sass/contents.scss */
#page .h1Style {
  position: relative;
  padding: 10px 20px 10px 200px;
}
@media screen and (max-width: 768px) {
  /* line 70, ../sass/contents.scss */
  #page .h1Style {
    padding: 10px 10px 10px 110px;
    font-size: 22px;
  }
}
/* line 77, ../sass/contents.scss */
#page .h1Style span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-color: #fff;
  border: 3px solid #f08423;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  padding: 20px 10px 10px;
}
@media screen and (max-width: 768px) {
  /* line 77, ../sass/contents.scss */
  #page .h1Style span {
    width: 80px;
    height: 80px;
    padding: 5px;
    left: 20px;
  }
}
/* line 100, ../sass/contents.scss */
#page .entry__body {
  margin-bottom: 60px;
  border-bottom: 1px dashed #c3c3c3;
}
/* line 105, ../sass/contents.scss */
#page .entry__body.oneClm .inner .main__contents {
  width: 100%;
}
/* line 111, ../sass/contents.scss */
#page .entry__body .inner .main__contents {
  width: 720px;
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 111, ../sass/contents.scss */
  #page .entry__body .inner .main__contents {
    width: 100%;
    padding: 0 1em;
  }
}
/* line 118, ../sass/contents.scss */
#page .entry__body .inner .main__contents h2 {
  font-size: 26px;
  font-weight: bold;
  border-top: 2px solid #f08423;
  background-color: #FFF3E8;
  padding: 10px 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  /* line 118, ../sass/contents.scss */
  #page .entry__body .inner .main__contents h2 {
    font-size: 4.7619vw;
  }
}
/* line 128, ../sass/contents.scss */
#page .entry__body .inner .main__contents h2:first-child {
  margin-top: 0;
}
/* line 132, ../sass/contents.scss */
#page .entry__body .inner .main__contents h3 {
  font-size: 24px;
  border-left: 6px solid #f08423;
  padding: 5px 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  /* line 132, ../sass/contents.scss */
  #page .entry__body .inner .main__contents h3 {
    font-size: 4.28571vw;
  }
}
/* line 141, ../sass/contents.scss */
#page .entry__body .inner .main__contents h4 {
  font-size: 22px;
  border-bottom: 1px dashed #707070;
  padding: 5px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  /* line 141, ../sass/contents.scss */
  #page .entry__body .inner .main__contents h4 {
    font-size: 3.80952vw;
  }
}
/* line 150, ../sass/contents.scss */
#page .entry__body .inner .main__contents h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  /* line 150, ../sass/contents.scss */
  #page .entry__body .inner .main__contents h5 {
    font-size: 3.33333vw;
  }
}
/* line 161, ../sass/contents.scss */
#page .entry__body .inner .main__contents .inFloatL img {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
/* line 168, ../sass/contents.scss */
#page .entry__body .inner .main__contents .inFloatR img {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
/* line 174, ../sass/contents.scss */
#page .entry__body .inner .main__contents .tb__scl {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 174, ../sass/contents.scss */
  #page .entry__body .inner .main__contents .tb__scl {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  /* line 179, ../sass/contents.scss */
  #page .entry__body .inner .main__contents .tb__scl table {
    width: 768px;
  }
}
/* line 185, ../sass/contents.scss */
#page .entry__body .inner .main__contents table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
/* line 190, ../sass/contents.scss */
#page .entry__body .inner .main__contents table tr th {
  background-color: #F0F0F0;
  padding: 1em;
  border: 1px solid #B2B2B2;
}
/* line 195, ../sass/contents.scss */
#page .entry__body .inner .main__contents table tr td {
  padding: 1em;
  border: 1px solid #B2B2B2;
  word-break: break-all;
}
/* line 202, ../sass/contents.scss */
#page .entry__body .inner .main__contents blockquote {
  padding: 2em 2em 2em 4em;
  background-color: #EFEFEF;
  position: relative;
  border-top: 2px solid #F08423;
}
/* line 207, ../sass/contents.scss */
#page .entry__body .inner .main__contents blockquote:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f10d";
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 27px;
  font-weight: 600;
  color: #EB8427;
}
/* line 220, ../sass/contents.scss */
#page .entry__body .inner .main__contents .acdjs.qa dt {
  background-color: transparent;
}
/* line 222, ../sass/contents.scss */
#page .entry__body .inner .main__contents .acdjs.qa dt:after {
  content: "回答を開く";
  display: block;
  font-size: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: meyrio;
  text-align: center;
}
/* line 233, ../sass/contents.scss */
#page .entry__body .inner .main__contents .acdjs.qa dt.active:after {
  content: "回答を閉じる";
}
/* line 238, ../sass/contents.scss */
#page .entry__body .inner .main__contents .acdjs.qa dd {
  background-color: transparent;
}
/* line 243, ../sass/contents.scss */
#page .entry__body .inner .main__contents .ui-plus-2 {
  display: block;
  padding: 10px;
  background-color: #696969;
  border-radius: 10px;
}
/* line 248, ../sass/contents.scss */
#page .entry__body .inner .main__contents .ui-plus-2:before {
  content: "";
  background-color: #fff;
  height: 10%;
  width: 60%;
  position: absolute;
  right: 20%;
  top: 50%;
  margin-top: -5%;
  border-radius: 5px;
}
/* line 259, ../sass/contents.scss */
#page .entry__body .inner .main__contents .ui-plus-2:after {
  content: "";
  background-color: #fff;
  height: 10%;
  width: 60%;
  position: absolute;
  right: 20%;
  top: 50%;
  margin-top: -5%;
  border-radius: 5px;
}
/* line 272, ../sass/contents.scss */
#page .entry__body .inner .side__bar {
  width: 270px;
  border: 1px solid #f08423;
  float: right;
  border-radius: 15px;
  overflow: hidden;
  position: sticky;
  top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 272, ../sass/contents.scss */
  #page .entry__body .inner .side__bar {
    display: none;
  }
}
/* line 283, ../sass/contents.scss */
#page .entry__body .inner .side__bar .side__tit {
  background-color: #f08423;
  padding: 10px 15px;
  color: #fff;
  display: block;
}
/* line 289, ../sass/contents.scss */
#page .entry__body .inner .side__bar .side__link {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #c3c3c3;
}
/* line 293, ../sass/contents.scss */
#page .entry__body .inner .side__bar .side__link:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  /* line 308, ../sass/contents.scss */
  #page .index__body.oneClm .inner .flex {
    padding: 1em;
  }
}
/* line 312, ../sass/contents.scss */
#page .index__body.oneClm .inner .flex .comfort__item {
  width: 31%;
  margin: 2% 1%;
}
@media screen and (max-width: 768px) {
  /* line 312, ../sass/contents.scss */
  #page .index__body.oneClm .inner .flex .comfort__item {
    width: 46%;
  }
}
@media screen and (max-width: 420px) {
  /* line 312, ../sass/contents.scss */
  #page .index__body.oneClm .inner .flex .comfort__item {
    width: 90%;
    margin: 2% auto;
  }
}
/* line 322, ../sass/contents.scss */
#page .index__body.oneClm .inner .flex .comfort__item .com__thmb {
  margin-bottom: 10px;
}
/* line 325, ../sass/contents.scss */
#page .index__body.oneClm .inner .flex .comfort__item p {
  margin-bottom: 5px;
}
/* line 328, ../sass/contents.scss */
#page .index__body.oneClm .inner .flex .comfort__item a {
  color: #00A2F8;
}

@media screen and (max-width: 768px) {
  /* line 343, ../sass/contents.scss */
  #page .archive__body {
    padding: 0 1em;
  }
}
/* line 349, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents {
  width: 100%;
}
/* line 352, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .list__archive .item__list {
  border-bottom: 1px dashed #c5c5c5;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
}
/* line 356, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .list__archive .item__list:last-child {
  border-bottom: none;
}
/* line 359, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .list__archive .item__list .date {
  display: inline-block;
  width: 15%;
  float: left;
}
/* line 364, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .list__archive .item__list .title {
  display: block;
  float: right;
  width: 85%;
}
/* line 372, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__list {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: left;
  list-style: none;
}
/* line 379, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__list li {
  margin: 0 1% 0 0;
  width: 100%;
  text-align: center;
}
/* line 383, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__list li:last-child {
  margin-right: 0;
}
/* line 387, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__list a {
  padding: 0.5rem;
  border-radius: 8px 8px 0 0;
  display: block;
  border: none;
  text-decoration: none;
  text-shadow: none;
  min-height: 60px;
  width: 100%;
  color: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 398, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__list a span {
  display: block;
}
/* line 401, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__list a.a {
  background-color: #FFB258;
}
/* line 404, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__list a.b {
  background-color: #EBEB85;
}
/* line 407, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__list a.c {
  background-color: #AFE3FF;
}
/* line 410, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__list a.d {
  background-color: #FCCACF;
}
/* line 413, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__list a.e {
  background-color: #FAE18F;
}
/* line 418, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__section {
  padding: 1rem 1.5rem;
  min-height: 8rem;
  border-radius: 0 0 8px 8px;
  text-shadow: none;
}
/* line 423, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__section h2 {
  margin-top: 1rem;
}
/* line 426, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__section .news__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: start;
  justify-content: start;
  border-bottom: 1px dashed #C3C3C3;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 426, ../sass/contents.scss */
  #page .archive__body.oneClm .inner .main__contents .tl_container .tl__section .news__list {
    display: block;
  }
}
/* line 436, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__section .news__list:last-child {
  border-bottom: none;
}
/* line 439, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__section .news__list .news__cat {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 439, ../sass/contents.scss */
  #page .archive__body.oneClm .inner .main__contents .tl_container .tl__section .news__list .news__cat {
    width: 30%;
  }
}
@media screen and (max-width: 420px) {
  /* line 439, ../sass/contents.scss */
  #page .archive__body.oneClm .inner .main__contents .tl_container .tl__section .news__list .news__cat {
    width: 48%;
    font-size: 11px;
  }
}
/* line 454, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__section .news__list .news__date {
  display: inline-block;
  width: 20%;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  /* line 454, ../sass/contents.scss */
  #page .archive__body.oneClm .inner .main__contents .tl_container .tl__section .news__list .news__date {
    width: 30%;
  }
}
@media screen and (max-width: 420px) {
  /* line 454, ../sass/contents.scss */
  #page .archive__body.oneClm .inner .main__contents .tl_container .tl__section .news__list .news__date {
    width: 48%;
    font-size: 13px;
  }
}
/* line 467, ../sass/contents.scss */
#page .archive__body.oneClm .inner .main__contents .tl_container .tl__section .news__list .news__title {
  display: block;
  width: 60%;
  color: #0973C1;
}
@media screen and (max-width: 768px) {
  /* line 467, ../sass/contents.scss */
  #page .archive__body.oneClm .inner .main__contents .tl_container .tl__section .news__list .news__title {
    width: 100%;
    margin-top: 10px;
  }
}

/* line 484, ../sass/contents.scss */
.cat_1 {
  border: 3px solid #FFB258;
  color: #000;
}
/* line 493, ../sass/contents.scss */
.cat_1 .news__cat {
  background-color: #FFB258;
}

/* line 497, ../sass/contents.scss */
.cat_2 {
  border: 3px solid #EBEB85;
  color: #000;
}
/* line 506, ../sass/contents.scss */
.cat_2 .news__cat {
  background-color: #EBEB85;
}

/* line 510, ../sass/contents.scss */
.cat_3 {
  border: 3px solid #AFE3FF;
}
/* line 518, ../sass/contents.scss */
.cat_3 .news__cat {
  background-color: #AFE3FF;
}

/* line 522, ../sass/contents.scss */
.cat_4 {
  border: 3px solid #FCCACF;
}
/* line 530, ../sass/contents.scss */
.cat_4 .news__cat {
  background-color: #FCCACF;
}

/* line 534, ../sass/contents.scss */
.cat_5 {
  border: 3px solid #FAE18F;
}
/* line 542, ../sass/contents.scss */
.cat_5 .news__cat {
  background-color: #FAE18F;
}
