@charset "UTF-8";
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
/*===============================================
  画面の横幅が767px以下に適用
===============================================*/
/************/
/*切り替え用*/
/************/
.sp {
  display: block;
}

.pc {
  display: none;
}

/****パンくず****/
.bread {
  height: 36px;
}
.bread .breadcrumbs {
  width: 90%;
}
.bread .breadcrumbs li {
  font-size: 1.3rem;
}

/**100%**/
header,
address div,
.container img,
footer img,
#wrapper {
  width: 100%;
}

#wrapper {
  overflow: hidden;
}

/****header*****/
header .header {
  height: 56px;
}
header .logo {
  width: 48px;
}
header .ri {
  display: none;
}

/***************footer***************/
footer {
  margin-top: 0;
}
footer::before {
  height: 100%;
  background: url(../images/common/pt-g.png);
}
footer .footer {
  padding: 32px 0 24px;
}
footer .logos {
  display: block;
  margin-bottom: 16px;
}
footer .logos .logo {
  width: 64px;
  margin: 0 auto 12px;
}
footer .logos .logo-txt {
  width: 85px;
  margin: 0 auto 24px;
}
footer .logos .add {
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1.26667;
  padding-top: 0;
}
footer .infoBox {
  padding: 0;
}
footer .infoBox .links {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
footer .infoBox .links .tel {
  width: 100%;
  margin-right: 0;
  margin-bottom: 12px;
}
footer .infoBox .links .line {
  margin-right: 24px;
}
footer .infoBox .links .line a {
  text-decoration: none;
}
footer .infoBox .oth {
  display: block;
  margin-bottom: 24px;
}
footer .infoBox .oth .ttl {
  width: 110px;
  height: 36px;
  margin: 0 auto 8px;
}
footer .infoBox .oth .list {
  padding-left: 0;
}
footer .infoBox .oth .list dl {
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.57143;
  letter-spacing: 0;
}
footer .infoBox .oth .list dl.min {
  font-size: 1.2rem;
  line-height: 1.66667;
}
footer .bnr {
  display: block;
  width: 100%;
  max-width: 456px;
  height: auto;
  padding: 20px 16px;
  margin: 0 auto 16px;
}
footer .bnr .txt {
  text-align: center;
  padding-bottom: 0;
  margin: 0 auto 16px;
}
footer .bnr .txt img {
  width: auto;
  height: 100px;
}
footer .bnr ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .bnr ul li {
  width: 196px;
  height: 46px;
  margin: 6px;
}
@media screen and (max-width: 500px) {
  footer .bnr ul li {
    width: 100%;
  }
}
footer .bnr ul li a {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-decoration: none;
}
footer .bnr ul li a::after {
  right: 12px;
}
@media screen and (max-width: 420px) {
  footer .link {
    max-width: 320px;
    margin: 0 auto;
  }
}
footer .link a {
  font-size: 1.5rem;
  text-decoration: none;
  padding-left: 0;
}
footer .link a .mark {
  font-size: 2rem;
}
footer .link a .mark::before {
  width: 72px;
  height: 12px;
  left: -8px;
  bottom: -4px;
}
@media screen and (max-width: 420px) {
  footer .link a .br {
    display: block;
    padding-top: 8px;
    order: 2;
  }
}
@media screen and (max-width: 420px) {
  footer .link a > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 208px;
  }
}
footer .link a > span::after {
  width: 6px;
  height: 15px;
  margin-left: 8px;
}
@media screen and (max-width: 420px) {
  footer .link a > span::after {
    order: 1;
    transform: translateY(14px);
  }
}
footer .link a::before {
  width: 22px;
  height: 28px;
  top: 6px;
  left: 5px;
}
footer .link a::after {
  width: 24px;
  height: 26px;
}
footer .f-nav {
  display: none;
}

div.copy::before {
  display: none;
}
div.copy p {
  padding: 5px 0;
}

/********メイン画像********/
.visual-wrap::after {
  height: 0;
  padding-top: 4.375%;
}
.visual-wrap .main_bg {
  padding-top: 450px;
  background-position: center right 44%;
}
@media screen and (max-width: 420px) {
  .visual-wrap .main_bg {
    padding-top: 112.5%;
  }
}
.visual-wrap .main_bg .in {
  width: 94%;
  max-width: 396px;
  padding-top: 0;
}
.visual-wrap .main_bg .in p {
  width: 100%;
  min-width: inherit;
}
.visual-wrap .main_bg .in p::before {
  width: 26%;
  padding-top: 24%;
  margin-top: -17%;
  left: -7%;
}
.visual-wrap .main_bg .in p::after {
  width: 22%;
  padding-top: 20%;
  margin-bottom: -12%;
  right: -3%;
}
.visual-wrap .main_bg .in p span {
  padding-top: 37px;
}
@media screen and (max-width: 423px) {
  .visual-wrap .main_bg .in p span {
    padding-top: 8.75vw;
  }
}
.visual-wrap .main_bg .in p span:first-of-type {
  margin-bottom: 21px;
}
@media screen and (max-width: 423px) {
  .visual-wrap .main_bg .in p span:first-of-type {
    margin-bottom: 5vw;
  }
}
.visual-wrap .main_bg .in p span:first-of-type::before {
  width: 150px;
  padding-top: 26px;
  margin-bottom: -12px;
  left: 4%;
}
.visual-wrap .main_bg .in p span img {
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 8px #fff) drop-shadow(0 0 8px rgba(255, 255, 255, 0.24));
}
.visual-wrap .main_bgs {
  padding: 55px 0;
  background-position: center right 52%;
}
@media screen and (max-width: 400px) {
  .visual-wrap .main_bgs {
    padding: 13.75% 0;
  }
}
.visual-wrap .main_bgs::before {
  background-size: 40%;
}
.visual-wrap .main_bgs::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.56;
}
.visual-wrap .main_bgs .in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94%;
}
.visual-wrap .main_bgs .in p {
  width: auto;
  font-size: 2.6rem;
  line-height: 1.23077;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px rgba(255, 255, 255, 0.24);
  letter-spacing: 0;
  padding: 40px 0;
  margin: 0;
}
@media screen and (max-width: 350px) {
  .visual-wrap .main_bgs .in p {
    font-size: 7.4286vw;
  }
}
.visual-wrap .main_bgs .in p::before {
  width: 120%;
  max-width: 100vw;
  min-width: 226px;
  background-size: auto 40%;
}

/******共通*****/
#container {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

/*******/
.g-nav,
.h1_bg {
  display: none;
}

.table table,
.table table tbody,
.table table th,
.table table tr,
.table table td {
  display: block !important;
  width: 100% !important;
}

/********共通********/
.cont {
  width: 90%;
}

.btn {
  height: 50px;
}
.btn a {
  border-radius: 25px;
  font-size: 1.5rem;
  line-height: 1.26667;
  letter-spacing: 0;
}
.btn a::after {
  right: 6%;
}

.fle {
  display: block;
}

div[class^=contents],
article[class^=contents] {
  padding: 50px 0;
}

div.contents1,
article.contents1 {
  padding-top: 80px;
}

.table {
  line-height: 1.73334;
}
.table th {
  padding: 12px 5.556%;
}
.table td {
  padding: 12px 5.556%;
  border-left: solid 1px #7ebd68;
  border-right: solid 1px #7ebd68;
}
.table tr:first-of-type th {
  border-radius: 8px 8px 0 0;
}
.table tr:last-of-type td {
  border-radius: 0 0 8px 8px;
  border-bottom: solid 1px #7ebd68;
}

.h2_1 {
  font-size: 2.6rem;
}
.h2_1::after {
  height: 3px;
  margin-top: 16px;
}

.h2_2 div {
  font-size: 2.4rem;
  padding: 0 10px;
}
.h2_2::before, .h2_2::after {
  width: 12px;
  height: 20px;
}

.h2_ttl_box {
  height: 116px;
  margin-bottom: 40px;
}
.h2_ttl_box::before {
  height: calc(100% - 8px);
  top: 4px;
}
.h2_ttl_box h2 div {
  font-size: 2.4rem;
  padding: 0 10px;
}
.h2_ttl_box h2::before, .h2_ttl_box h2::after {
  width: 12px;
  height: 20px;
}

.h3_style {
  font-size: 1.8rem;
  line-height: 1.44445;
}
.h3_style .br {
  display: inline-block;
}
.h3_style::before {
  margin-bottom: 12px;
}
.h3_style::after {
  margin-top: 12px;
}

.box_style {
  border-width: 3px;
}
.box_style::before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
}

/*********voice***********/
.voice .contents1 h2 {
  margin-bottom: 24px;
}
.voice .contents1 .box {
  padding: 5.556%;
  border-radius: 12px;
  margin-bottom: 32px;
}
.voice .contents1 .box::after {
  width: 40%;
  padding-top: 43%;
  top: 0;
  right: -11%;
  margin-top: -6%;
}
.voice .contents1 .box figure div {
  border-radius: 8px;
}
.voice .contents1 .box .txt {
  padding: 12px 14px;
  border-radius: 8px;
  margin-top: 5vw;
}
.voice .contents1 .no-txt {
  font-size: 1.8rem;
  line-height: 1.44445;
}

/*********trivia***********/
.trivia .contents1 {
  background-size: 767px;
}
.trivia .contents1 .cont {
  width: 94%;
}
.trivia .contents1 h2 {
  margin-bottom: 24px;
}
.trivia .contents1 .box {
  padding: 24px 5vw;
}
.trivia .contents1 .box h3 {
  margin-bottom: 16px;
}
.trivia .contents1 .box p {
  margin-bottom: 15px;
}
.trivia .contents1 .box p br {
  display: none;
}
.trivia .contents2::before {
  display: none;
}
.trivia .contents2 h2 {
  margin-bottom: 24px;
}
.trivia .contents2 .txt {
  text-align: center;
  margin-bottom: 32px;
}
.trivia .contents2 .txt span {
  display: inline-block;
}
.trivia .contents2 .list .box {
  padding: 0 5vw 20px;
  margin-bottom: 40px;
}
.trivia .contents2 .list .box:last-of-type {
  margin-bottom: 0;
}
.trivia .contents2 .list .box::before {
  height: calc(100% - 23px);
  border-radius: 12px;
}
.trivia .contents2 .list .box h3 {
  max-width: 260px;
  height: 46px;
  font-size: 2rem;
  text-shadow: 0 0 11px rgba(135, 197, 115, 0.65), 0 0 11px rgba(135, 197, 115, 0.65), 0 0 11px rgba(135, 197, 115, 0.65);
  background-size: 100% 100%;
  margin: 0 auto 24px;
}
.trivia .contents2 .list .box figure {
  max-width: 360px;
  margin: 0 auto 16px;
}
.trivia .contents2 .list .box figure div {
  border-radius: 8px;
  width: 100%;
  height: 0;
  padding-top: 56%;
  position: relative;
  z-index: 0;
}
.trivia .contents2 .list .box figure div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.trivia .contents2 .list .box p br {
  display: none;
}
.trivia .contents3::before {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  top: 8px;
  background-size: 20%, 24%;
}
.trivia .contents3 .box {
  padding: 24px 5vw;
}
.trivia .contents3 .box::after {
  content: "";
  background: url(../images/trivia/con03-box-deco.png) no-repeat bottom right/contain;
  width: 24%;
  max-width: 106px;
  height: 0;
  padding-top: 115px;
  margin-bottom: -40px;
  position: absolute;
  right: -7%;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .trivia .contents3 .box::after {
    margin-bottom: -9%;
  }
}
@media screen and (max-width: 498px) {
  .trivia .contents3 .box::after {
    padding-top: 26%;
  }
}
.trivia .contents3 .box h2 {
  margin-bottom: 16px;
}
.trivia .contents3 .box p br {
  display: none;
}

/*********partial***********/
.partial .leadBox {
  padding-bottom: 50px;
}
.partial .leadBox figure {
  max-width: 320px;
  margin: 0 auto 32px;
}
.partial .leadBox figure div {
  border-radius: 12px;
  width: 100%;
  height: 0;
  padding-top: 52%;
  position: relative;
  z-index: 0;
}
.partial .leadBox figure div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.partial .leadBox figure div::before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  left: 6px;
  border-radius: 8px;
}
.partial .leadBox .text p br {
  display: none;
}
.partial .subBox {
  padding: 50px 0;
}
.partial .subBox::before {
  display: none;
}
.partial .subBox h3 {
  margin-bottom: 32px;
}
.partial .subBox h3 .min {
  font-size: 2rem;
  margin-bottom: 8px;
}
.partial .subBox .in figure {
  width: 56%;
  max-width: 250px;
  min-width: 200px;
  margin: 0 auto;
}
.partial .subBox .in .text {
  margin-top: -8%;
}
.partial .subBox .in .text .list {
  margin-top: -2%;
}
.partial .subBox .in .text .list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 60px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: -0.01em;
  margin-top: 2%;
}
@media screen and (max-width: 420px) {
  .partial .subBox .in .text .list li {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .partial .subBox .in .text .list li br {
    display: none;
  }
}
.partial .subBox .in .text .txt {
  padding: 12px 14px;
  border-radius: 12px;
  margin-top: 20px;
}
.partial .subBox .efficacy {
  padding-top: 50px;
}
.partial .subBox .efficacy h4 {
  margin-bottom: 24px;
}
.partial .subBox .efficacy figure {
  max-width: 320px;
  margin: 0 auto 20px;
}
.partial .subBox .efficacy figure::after {
  margin-bottom: -6%;
}
.partial .subBox .efficacy figure div {
  border-radius: 12px;
}
.partial .subBox .efficacy figure div::before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  left: 6px;
  border-radius: 8px;
}
.partial .subBox .efficacy .list li {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.partial .contents1 {
  background-size: 767px;
}
.partial .contents1 .box {
  padding: 24px 5vw;
}
.partial .contents1 p {
  margin-bottom: 24px;
}
.partial .contents1 p br {
  display: none;
}
.partial .contents1 .links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -2% -1% 0;
}
.partial .contents1 .links li {
  width: 32%;
  min-width: 250px;
  margin: 2% 1% 0;
}
.partial .contents5 {
  padding: 40px 0;
}
.partial .contents5::before {
  width: 98%;
  max-width: 420px;
  height: calc(100% - 16px);
  background-size: 16%;
  top: 8px;
}
.partial .contents5 .btn {
  max-width: 300px;
  height: 64px;
  margin: 0 auto;
}
.partial .contents5 .btn a {
  border-radius: 32px;
  padding-right: 10px;
}
.partial .contents5 .btn a::before {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.partial .contents5 .btn a .br {
  display: block;
}

/*********whole***********/
.whole .contents1::before {
  padding-top: 24%;
  opacity: 0.4;
}
.whole .contents1 h2 {
  margin-bottom: 24px;
}
.whole .contents1 figure {
  max-width: 360px;
  margin: 0 auto 20px;
}
.whole .contents1 figure::after {
  margin-bottom: -6%;
}
.whole .contents1 figure div {
  width: 100%;
  height: 0;
  padding-top: 52%;
  position: relative;
  z-index: 0;
  border-radius: 12px;
}
.whole .contents1 figure div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.whole .contents1 figure div::before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  left: 6px;
  border-radius: 8px;
}
.whole .contents1 p br {
  display: none;
}
.whole .contents2::before {
  display: none;
}
.whole .contents2 .h2_ttl_box h2 .min {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.whole .contents2 .in figure {
  width: 56%;
  max-width: 250px;
  min-width: 200px;
  margin: 0 auto;
}
.whole .contents2 .in .text {
  margin-top: -8%;
}
.whole .contents2 .in .text .list {
  margin-top: -2%;
}
.whole .contents2 .in .text .list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 60px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: -0.01em;
  margin-top: 2%;
}
@media screen and (max-width: 420px) {
  .whole .contents2 .in .text .list li {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .whole .contents2 .in .text .list li br {
    display: none;
  }
}
.whole .contents2 .in .text .txt {
  padding: 12px 14px;
  border-radius: 12px;
  margin-top: 20px;
}
.whole .contents2 .subBox {
  padding-top: 50px;
}
.whole .contents2 .subBox h3 {
  margin-bottom: 24px;
}
.whole .contents2 .subBox figure {
  max-width: 320px;
  margin: 0 auto 20px;
}
.whole .contents2 .subBox figure::after {
  margin-bottom: -6%;
}
.whole .contents2 .subBox figure div {
  border-radius: 12px;
}
.whole .contents2 .subBox figure div::before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  left: 6px;
  border-radius: 8px;
}
.whole .contents2 .subBox .list li {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.whole .contents3::before {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  top: 8px;
  background-size: 20%, 24%;
}
.whole .contents3 .box {
  padding: 24px 5vw;
}
.whole .contents3 .box p br {
  display: none;
}
.whole .contents3 .box .btn {
  max-width: 300px;
  height: 64px;
  margin: 16px auto 0;
}
.whole .contents3 .box .btn a {
  border-radius: 32px;
  padding-right: 16px;
}
.whole .contents3 .box .btn a::before {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.whole .contents3 .box .btn a .br {
  display: block;
}

/*********index***********/
.index .contents1 {
  padding-top: 50px;
  background-size: 767px;
}
.index .contents1 .box {
  padding: 24px 5vw;
}
.index .contents1 h2 {
  margin-bottom: 24px;
}
.index .contents1 h2 .min {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.index .contents1 h2 .br {
  display: inline-block;
}
.index .contents1 p {
  margin-bottom: 15px;
}
.index .contents1 p br {
  display: none;
}
.index .contents2::before {
  display: none;
}
@media screen and (max-width: 400px) {
  .index .contents2 .h2_ttl_box h2 {
    line-height: 1.25;
  }
}
@media screen and (max-width: 400px) {
  .index .contents2 .h2_ttl_box h2 .br {
    display: block;
  }
}
.index .contents2 .box {
  padding: 24px 5vw;
  border-width: 4px;
}
.index .contents2 .box::before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  left: 6px;
}
.index .contents2 .box::after {
  content: "";
  background: url(../images/common/flower-deco1_1.png) no-repeat top right/contain;
  width: 35%;
  height: 0;
  padding-top: 39%;
  margin-top: -7%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
}
.index .contents2 .box figure {
  width: 72%;
  max-width: 246px;
  margin: 0 auto;
}
.index .contents2 .box .text {
  padding-top: 24px;
}
.index .contents2 .box .text .txt {
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 24px;
}
.index .contents2 .box .text .list dl {
  margin-bottom: 24px;
}
.index .contents2 .box .text .list dl dt {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}
.index .contents2 .box .text .list dl dt .br {
  display: inline-block;
}
.index .contents2 .box .text .list dl dd {
  height: 50px;
}
.index .contents2 .box .text .list dl dd a {
  border-radius: 25px;
  padding: 0 5% 0 6%;
  font-size: 1.6rem;
  letter-spacing: 0em;
  text-decoration: none;
}
.index .contents3 {
  background-size: auto 72%;
  padding-top: 20px;
}
.index .contents3 .list {
  width: 90%;
  max-width: 426px;
  margin: 0 auto 24px;
}
.index .contents3 .list li {
  margin-bottom: 20px;
}
.index .contents3 .list li:last-of-type {
  margin-bottom: 0;
}
.index .contents3 .list li a {
  padding: 53px 0;
  border-radius: 12px;
}
@media screen and (max-width: 377px) {
  .index .contents3 .list li a {
    padding: 15.625% 0;
  }
}
.index .contents3 .list li a::after {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 8px;
  top: 6px;
  left: 6px;
}
.index .contents3 .list li p {
  width: 88%;
  max-width: 252px;
  text-align: center;
}
.index .contents3 .list li p img {
  max-width: 100%;
}
.index .contents3 .text {
  width: 90%;
  padding: 24px 5vw;
  border-radius: 8px;
  margin: 0 auto;
}
.index .contents3 .text h2 {
  margin-bottom: 16px;
}
.index .contents3 .text p br {
  display: none;
}
.index .contents4 h2 {
  margin-bottom: 32px;
}
.index .contents4 .list {
  margin-bottom: 24px;
}
.index .contents4 .list dl {
  line-height: 1.73334;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.index .contents4 .list dl dt {
  margin-right: 12px;
}
.index .contents4 .list dl .tag span {
  min-width: 64px;
  padding: 1px 8px;
  border-radius: 14px;
  margin-right: 6px;
}
.index .contents4 .list dl .txt {
  padding-top: 8px;
}
.index .contents4 .btn {
  width: 216px;
  margin: 0 auto;
}
.index .contents5::before {
  padding-top: 28%;
  margin-top: -3.125%;
}
.index .contents5 h2 {
  margin-bottom: 24px;
}
.index .contents5 .table {
  margin-bottom: 24px;
}
.index .contents5 .table td dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .contents5 .table td dl dt {
  font-weight: 500;
  margin-right: 12px;
}
.index .contents5 .table td span {
  margin-right: 8px;
}
.index .contents5 .imgs {
  margin-bottom: 24px;
}
.index .contents5 .imgs li {
  width: 49%;
}
.index .contents5 .imgs li div {
  border-radius: 12px;
}
.index .contents5 .map {
  height: 240px;
  border-radius: 12px;
  background: #fff;
}

/****エラーページ*****/
/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 h2 {
  margin-bottom: 40px;
}
.privacy .contents1 .h3_1 {
  font-size: 1.8rem;
  line-height: 1.44445;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.privacy .contents1 .item-box {
  margin-bottom: 40px;
}
.privacy .contents1 .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 h2 {
  margin-bottom: 24px;
}
.site .contents1 .site_list {
  width: 100%;
}
.site .contents1 .site_list ul {
  padding: 20px 5vw;
}
.site .contents1 .site_list ul li a {
  line-height: 1.73334;
  padding: 12px 12px;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 .list-box dl {
  line-height: 1.73334;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.news .contents1 .list-box dl dt {
  margin-right: 12px;
}
.news .contents1 .list-box dl .tag span {
  min-width: 64px;
  padding: 1px 8px;
  border-radius: 14px;
  margin-right: 6px;
}
.news .contents1 .list-box dl .txt {
  padding-top: 8px;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 .h3_1 {
  font-size: 1.8rem;
  line-height: 1.44445;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.news_detail .contents1 .post-data {
  font-size: 1.3rem;
  line-height: 1.53847;
  margin-bottom: 16px;
}
.news_detail .contents1 .item-box {
  padding: 24px 5vw;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 h2 {
  margin-bottom: 24px;
}
.contact .contents1 .table {
  margin-bottom: 32px;
}
.contact .contents1 .table td input[type=radio] + label,
.contact .contents1 .table td input[type=checkbox] + label {
  font-size: 1.5rem;
  line-height: 1.73334;
  padding-left: 16px;
  margin-right: 20px;
}
.contact .contents1 .table td input[type=radio] + label:after,
.contact .contents1 .table td input[type=checkbox] + label:after {
  width: 6px;
  height: 10px;
  bottom: 10px;
}
.contact .contents1 .table td .select-css-box::after {
  top: 5px;
}
.contact .contents1 .table td .select-css-box select {
  height: 29px;
  line-height: 1.33334;
}

.input-min {
  width: 62px;
}

form input {
  font-size: 1.5rem;
  line-height: 1.33334;
}
form textarea {
  font-size: 1.5rem;
  line-height: 1.33334;
  height: 136px;
}

.contact-recaptcha-wrap {
  margin-bottom: 24px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  line-height: 1.66667;
  padding: 3px 6px;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits input,
.contact-submits button {
  font-size: 1.5rem;
  line-height: 1.66667;
  padding: 12px 15px;
  margin: 0 5px;
}

.contact-submits-wrap input {
  font-size: 1.5rem;
  line-height: 1.66667;
  padding: 12px 35px;
}

/**************************/
/*--------------------------------------
		common
	--------------------------------------*/
html {
  font-size: 62.5%;
}

a:link {
  text-decoration: underline;
}

/* box-sizing */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body,
#wrapper,
footer {
  width: auto;
  min-width: 320px;
}

body {
  background: #fff;
}

#wrapper {
  font-size: 1rem;
  padding: 0;
}

/* #pagetop */
#pagetop {
  right: 8px;
  bottom: 8px;
}