@charset "UTF-8";
/* CSS Document */
i {
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

* nav {
  background-color: #ffffff !important;
}
* #menu {
  background-color: #ffffff !important;
}
* .tx-robm {
  font-family: "Roboto Mono";
}
* .tx-zen {
  font-family: "Zen Maru Gothic", sans-serif;
}
* .tx-mon {
  font-family: "Montserrat", sans-serif;
}
* .tx-right {
  text-align: right;
}
* .cr-green {
  color: #76da00;
}
* .cr-blue {
  color: #00a0e9;
}
* .cr-yellow {
  color: #ffa700;
}
* .bg-health {
  background-color: #22c6c2;
}
* .bg-price {
  background-color: #0050c4;
}
* .bg-food {
  background-color: #a5b920;
}
* .to_buy a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #00a0e9;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 7px 0;
  margin: 0 0 10px 0;
}
* .to_shop a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #ddd;
  border-radius: 5px;
  font-weight: 600;
  color: #666;
  padding: 10px 0;
}
* .detail a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #ffa700;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 7px 0;
  margin: 0 0 10px 0;
}
* .to_list a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #76da00;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  padding: 7px 0;
  margin: 0 0 10px 0;
}
* .to_dls a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px !important;
  background-color: #999;
  border-radius: 5px;
  padding: 7px 10px;
  text-decoration: none;
  color: #fff;
  margin: 0 0 10px 0;
}
* .btn_food a {
  display: inline-block;
  background-color: #fff;
  color: #a5b920;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 5px;
  margin: 0 auto 15px auto;
}
* .btn_food a span {
  font-size: 77%;
}
* .health-box {
  background-color: #22c6c2;
}
* .btn_health a {
  display: inline-block;
  background-color: #fff;
  color: #22c6c2;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 5px;
  margin: 0 auto 15px auto;
}
* .btn_health a span {
  font-size: 77%;
}
* .food-box {
  background-color: #a5b920;
}
* .to_buy a:hover, * .to_shop a:hover, * .to_list a:hover, * .detail a:hover, * .to_dls a:hover, * .btn_health a:hover, * .btn_food a:hover {
  background-color: #666;
  color: #fff;
}
* .icon_health span {
  display: inline-block;
  background-color: #22c6c2;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 10px;
  color: #fff;
}
* .icon_food span {
  display: inline-block;
  background-color: #a5b920;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 10px;
  color: #fff;
}
* .icon_other span {
  display: inline-block;
  background-color: #d95f26;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 10px;
  color: #fff;
}
* .redb {
  color: #d01f1f;
  font-weight: 600;
}

#hamburger {
  background-image: url("/commons/images/nav_btn_bg.png");
  background-repeat: no-repeat;
  background-size: 70px auto;
  background-position: center center;
}

#menu li {
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #444444 !important;
}

/*------ Pagetop -------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 0px;
}
.pagetop a {
  display: block;
}
.pagetop img {
  width: 52px;
}

.dialog {
  display: none;
}

.modaal-content-container {
  padding: 0 !important;
}
.modaal-content-container .title {
  background-color: #eea91c;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 10px 0;
}
.modaal-content-container ul {
  display: table;
  width: 100%;
  border-bottom: 1px solid #999999;
}
.modaal-content-container ul .box {
  display: table-cell;
  vertical-align: middle;
  background-color: #eea91c;
  width: 50px;
}
.modaal-content-container ul .box .num {
  font-size: 40px;
  line-height: 40px;
  padding: 15px;
  color: #ffffff;
}
.modaal-content-container ul .script {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 1px;
  color: #555555;
  padding: 0 10px;
}
.modaal-content-container ul .script .sns img {
  height: 50px;
  padding: 0 5px;
}
.modaal-content-container .voice-item {
  text-align: center;
}
.modaal-content-container .voice-item a {
  text-decoration: none;
  color: #00a0e9;
}
.modaal-content-container .voice-item .subtitle {
  font-size: 18px;
  padding: 10px;
}
.modaal-content-container .voice-item ul {
  display: flex;
  align-items: start;
  justify-content: space-around;
}
.modaal-content-container .voice-item ul li {
  width: 45%;
  font-size: 12px;
}
.modaal-content-container .voice-item ul li img {
  width: 100%;
}
.modaal-content-container .rule img {
  width: 100%;
  padding: 10px;
}
.modaal-content-container .exp {
  padding: 10px;
}
.modaal-content-container .exp .script {
  font-size: 14px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.modaal-content-container .lawyer {
  padding: 10px;
  align-items: start;
  display: flex;
}
.modaal-content-container .lawyer img {
  width: 120px;
  padding-right: 10px;
}
.modaal-content-container .lawyer .script2 {
  font-size: 13px;
  color: #666666;
}

.tx-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*-------- MEDIA -------*/
/*-- PC --*/
@media (min-width: 769px) {
  .forSMP {
    display: none;
  }

  header {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
  }
  header ul .logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 15px;
  }
  header ul .logo a .jp {
    font-size: 50px;
    line-height: 58px;
    color: #333;
    padding: 0 !important;
    margin: 0 !important;
  }
  header ul .logo a .en {
    font-size: 16px;
    line-height: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
    letter-spacing: 3.5px;
    color: #999;
    padding: 0 !important;
    margin: 0 !important;
  }
  header ul .logo a img {
    width: 17px;
    height: 70px;
    margin-right: 10px;
  }
  header ul .contact {
    position: absolute;
    top: 10px;
    right: 100px;
    display: flex;
  }
  header ul .contact .tel {
    text-align: center;
  }
  header ul .contact .tel a {
    display: block;
    background-color: #00a0e9;
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 30px 0 0 30px;
  }
  header ul .contact .tel a:hover {
    background-color: #666;
  }
  header ul .contact .tel .time {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px !important;
    letter-spacing: 1px;
    color: #777;
    margin-top: 3px;
  }
  header ul .contact .form a {
    display: block;
    background-color: #76da00;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 35px;
    border-radius: 0 30px 30px 0;
  }
  header ul .contact .form a:hover {
    background-color: #666;
  }

  .home .swiper-container {
    position: relative;
    overflow: hidden;
    padding: 0px 0;
    width: 100%;
    height: 450px;
    margin: 0 auto 0 auto;
  }
  .home .swiper-container .slide-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
  }
  .home .slider_health, .home .slider_food {
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
  .home .slider_health img, .home .slider_food img {
    height: auto;
    width: 90%;
  }
  .home .slider_health .sub, .home .slider_food .sub {
    font-size: 12px;
    font-weight: 500;
    color: #666;
  }
  .home .slider_health .title, .home .slider_food .title {
    font-size: 15px;
    font-weight: 500;
  }
  .home .slider_health a, .home .slider_food a {
    text-decoration: none;
    color: #00a0e9;
  }
  .home .slick-prev:before,
.home .slick-next:before {
    color: #000;
  }
  .home .slick-dots {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 15px;
  }
  .home .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    max-width: 13px;
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
  }
  .home .new {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    letter-spacing: 2px;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #999;
    width: 80%;
    margin: 0 auto 15px auto;
  }
  .home h2.def {
    background-color: #e6e6e6;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #666;
    padding: 15px 0;
  }
  .home h2.recom {
    background-color: #ffa700;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0;
  }
  .home .top_new ul.list {
    margin: 0 60px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
  }
  .home .top_new ul.list > li {
    width: 31.3%;
    border-right: 1px solid #ccc;
    padding: 0 2% 0 0;
    margin: 0 0 40px 2%;
  }
  .home .top_new ul.list > li img {
    width: 100%;
  }
  .home .top_new ul.list > li ul.item {
    display: flex;
    justify-content: space-between;
  }
  .home .top_new ul.list > li ul.item > li {
    width: 48%;
  }
  .home .top_new ul.list > li ul.item > li .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px 0;
  }
  .home .top_new ul.list > li ul.item > li .subtitle {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px 0;
  }
  .home .top_new ul.list > li ul.item > li .read {
    font-size: 14px;
    font-weight: 600;
    color: #00a0e9;
    margin: 0 0 0 0;
  }
  .home .top_new ul.list > li:nth-child(3n) {
    border-right: 0px solid #ccc;
    padding: 0 0 0 0 !important;
    width: 29.3% !important;
  }
  .home .top_news ul.block {
    margin: 0 60px;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
  }
  .home .top_news ul.block .news_list {
    width: 65%;
  }
  .home .top_news ul.block .news_list li {
    border-bottom: 1px dotted #999;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
  .home .top_news ul.block .bnr {
    width: 30%;
  }
  .home .top_news ul.block .bnr li {
    margin: 0 0 15px 0;
  }
  .home .top_news ul.block .bnr img {
    width: 100%;
  }
  .home .top_news ul.block .date_icon {
    display: flex;
  }
  .home .top_news ul.block .date_icon .date {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #00a0e9;
    padding: 0 5px 0 0;
  }
  .home .top_news ul.block .article {
    font-size: 14px;
    font-weight: 500;
  }
  .home .top_category > ul {
    display: flex;
    padding: 0 0 0 0;
  }
  .home .top_category > ul > li {
    width: 50%;
    border-right: 1px solid #CCC;
  }
  .home .top_category > ul > li .box {
    margin: 30px 60px 10px 60px;
    display: flex;
    justify-content: space-between;
  }
  .home .top_category > ul > li .box > li {
    width: 45%;
    text-align: center;
  }
  .home .top_category > ul > li .box > li img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .home .top_category > ul > li .box > li .subcate {
    font-size: 14px;
    font-weight: 500;
    color: #666;
  }
  .home .top_category > ul > li .box > li .title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
  }
  .home .top_category > ul > li .box-info {
    text-align: center;
    margin: 0;
    padding: 15px 60px;
  }
  .home .top_category > ul > li .box-info .script {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #fff;
  }
  .home .top_category > ul li:last-child {
    width: 50%;
    border-right: 0px solid #CCC;
  }
  .home .top_category > ul h2.health {
    background-color: #22c6c2;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0;
  }
  .home .top_category > ul h2.food {
    background-color: #a5b920;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0;
  }

  .inside .caution {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .inside .caution a {
    font-size: 13px;
    font-weight: 600;
    color: #ca2a2a;
    text-decoration: none;
  }
  .inside .caution a:hover {
    text-decoration: underline;
    color: #00a0e9;
  }
  .inside .crumblist ul {
    display: flex;
    padding: 10px 20px;
  }
  .inside .crumblist ul .home {
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
  }
  .inside .crumblist ul li {
    font-weight: 500 !important;
    color: #fff;
    padding: 0 10px 0 0;
  }
  .inside .crumblist ul li a {
    color: #fff;
  }
  .inside .crumblist ul li a:hover {
    color: #333;
  }
  .inside h1 {
    background-color: #eee;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #444;
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 15px;
  }
  .inside h1 span {
    font-size: 77.64%;
  }
  .inside h2.health {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #22c6c2;
    border-left: 10px solid #22c6c2;
    padding: 1px 0 0 7px;
  }
  .inside .item {
    margin: 30px 60px;
  }
  .inside .item ul.base {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
  }
  .inside .item ul.base .item_img {
    width: 260px;
    margin-right: 30px;
  }
  .inside .item ul.base .item_img img {
    width: 100%;
  }
  .inside .item ul.base .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 15px 0;
    padding: 0;
  }
  .inside .item ul.base .price_tag {
    font-size: 15px;
    font-weight: 400;
  }
  .inside .item ul.base .price {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 10px 0;
  }
  .inside .item ul.base .price span {
    font-size: 24px;
    color: #00a0e9;
  }
  .inside .item ul.base li.basic {
    width: 48%;
  }
  .inside .item ul.base li.basic .book_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28.6px;
    margin: 0 0 10px 0;
  }
  .inside .item ul.base li.basic .read {
    font-weight: 600;
    color: #00a0e9;
  }
  .inside .item ul.base li.basic .special {
    background-color: #ffecd7;
    border-radius: 10px;
    padding: 15px;
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .inside .item ul.base li.basic p.script {
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .inside .item ul.base .spec table {
    margin: 0 0 0 30px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
  }
  .inside .item ul.base .spec table td {
    font-size: 14px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 5px;
  }
  .inside .item ul.base .spec table td:nth-child(1) {
    background-color: #F9F9F9;
    white-space: nowrap;
    font-weight: 500;
  }
  .inside .item ul.ext {
    display: flex;
    justify-content: space-between;
  }
  .inside .item ul.ext li {
    width: 49%;
    padding: 0 1% 0 0;
    line-height: 1.5em;
  }
  .inside .item ul.ext li:first-child {
    border-right: 1px dashed #999;
  }
  .inside .item ul.ext .text_wrapper {
    position: relative;
    margin-bottom: 30px;
  }
  .inside .item ul.ext .text {
    height: 320px;
    overflow: hidden;
  }
  .inside .item ul.ext .show_more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
    cursor: pointer;
    transition: bottom 0.2s;
    color: #00a0e9;
    font-weight: 500;
    cursor: pointer;
    transition: bottom 0.2s;
  }
  .inside .item ul.ext .active {
    background: none;
    bottom: -30px;
  }
  .inside .item ul.books_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inside .item ul.books_list li.cbook {
    width: 50%;
    border-right: 1px solid #ccc;
    padding: 0 2% 0 0;
    margin: 0 0 40px 0;
  }
  .inside .item ul.books_list li.cbook img {
    width: 100%;
  }
  .inside .item ul.books_list li.cbook ul {
    display: flex;
    justify-content: space-between;
  }
  .inside .item ul.books_list li.cbook ul li.img {
    width: 43%;
  }
  .inside .item ul.books_list li.cbook ul li.infom {
    width: 54%;
  }
  .inside .item ul.books_list li.cbook ul li .read {
    font-weight: 600;
    color: #00a0e9;
  }
  .inside .item ul.books_list li.cbook ul li .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28.6px;
    margin: 0 0 10px 0;
  }
  .inside .item ul.books_list li.cbook ul li .price_tag {
    font-size: 15px;
    font-weight: 400;
  }
  .inside .item ul.books_list li.cbook ul li .price {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 10px 0;
  }
  .inside .item ul.books_list li.cbook ul li .price span {
    font-size: 24px;
    color: #00a0e9;
  }
  .inside .item ul.books_list li.cbook ul li .detail a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #ffa700;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0;
    margin: 0 0 15px 0;
  }
  .inside .item ul.books_list li.cbook .script {
    font-size: 15px;
    margin: 15px 0 0 0;
  }
  .inside .item ul.books_list li.cbook:nth-child(2n) {
    border-right: 0px solid #ccc;
    padding: 0 0 0 2% !important;
  }
  .inside .years {
    display: flex;
    justify-content: center;
    margin: 30px auto 0 auto;
    width: 400px;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }
  .inside .years li {
    text-align: center;
    width: 25%;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
  .inside .years li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 500;
    color: #666;
  }
  .inside .years li a:hover {
    background-color: #666;
    color: #fff;
  }
  .inside .years .stay {
    padding: 10px;
    background-color: #22c6c2;
    color: #fff;
    font-weight: 500;
  }
  .inside .download_list {
    margin: 0 60px 30px 60px;
    border-top: 1px solid #999;
  }
  .inside .download_list h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 10px 0;
  }
  .inside .download_list .caution {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .inside .download_list .caution a {
    font-size: 13px;
    font-weight: 600;
    color: #ca2a2a;
    text-decoration: none;
  }
  .inside .download_list .caution a:hover {
    text-decoration: underline;
    color: #00a0e9;
  }
  .inside .download_list .files {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inside .download_list .files li {
    width: 47%;
    padding-left: 1em;
    text-indent: -1em;
  }
  .inside .download_list .files li a {
    padding: 0 0 0 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    color: #333;
  }
  .inside .download_list .files li a:hover {
    text-decoration: underline;
    color: #00a0e9;
  }
  .inside .st-accordion {
    padding: 0px !important;
    margin: 0 40px 50px 40px;
  }
  .inside .st-accordion ul {
    padding: 0px !important;
    margin: 0 auto !important;
  }
  .inside .st-accordion ul li {
    height: 70px;
    border-bottom: 1px solid #c7deef;
    border-top: 1px solid #fff;
    overflow: hidden;
    padding: 0px !important;
    margin: 0 auto 0 auto !important;
  }
  .inside .st-accordion ul li:first-child {
    border-top: none;
  }
  .inside .st-accordion ul li.st-open .arrow img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .inside .st-accordion ul li > a {
    font-size: 24px;
    display: block;
    position: relative;
    line-height: 70px;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-weight: 700;
    text-decoration: none;
    color: #218f3a;
    margin: 0 15px;
  }
  .inside .st-accordion ul li > a span {
    font-family: roboto, sans-serif;
    font-weight: 500;
    color: #999999;
    font-size: 24px;
    padding: 0 5px 0 0;
  }
  .inside .st-accordion ul li > a .arrow img {
    position: absolute;
    width: 30px;
    top: 20px;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .inside .st-accordion .title {
    font-size: 28px;
    font-weight: 500;
    color: #333;
  }
  .inside .st-accordion .title span {
    font-size: 16px;
    color: #666;
  }
  .inside .st-content {
    margin: auto 15px;
    padding: 0px 0px 30px 0px;
  }
  .inside .st-content h3.health {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #22c6c2;
    border-left: 10px solid #22c6c2;
    padding: 1px 0 0 7px;
  }
  .inside .st-content dl.books {
    display: flex;
    flex-wrap: wrap;
  }
  .inside .st-content dl.books dd {
    width: 30.33%;
    margin: 20px 1.5%;
    display: flex;
    justify-content: space-between;
  }
  .inside .st-content dl.books dd div {
    width: 49%;
  }
  .inside .st-content dl.books dd img {
    width: 100%;
  }
  .inside .st-content dl.books dd .info .sub {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
  }
  .inside .st-content dl.files {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inside .st-content dl.files dd {
    width: 47%;
    padding-left: 1em;
    text-indent: -1em;
  }
  .inside .st-content dl.files dd a {
    padding: 0 0 0 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    color: #333;
  }
  .inside .st-content dl.files dd a:hover {
    text-decoration: underline;
    color: #00a0e9;
  }
  .inside .st-content h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }
  .inside .st-content .dl_script {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 10px 30px 20px 30px;
    color: #00a0e9;
  }

  .form .form_caution {
    width: 58% !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 0 4%;
  }
  .form .form_caution .teiki {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0 0 0;
    border-radius: 10px;
    background-color: #fbfbfb;
  }
  .form .form_block {
    margin: 0 60px;
  }
  .form .card img {
    width: 150px;
    padding: 10px 0 0 10px;
  }

  #sitemap {
    background-color: #F2F2F2;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
  }
  #sitemap li {
    margin: 0 0 10px 0;
  }
  #sitemap i {
    color: #00a0e9;
  }
  #sitemap a {
    text-decoration: none;
    font-weight: 500;
    padding: 0 0 0 5px;
    color: #333;
  }
  #sitemap span {
    text-decoration: none;
    font-weight: 500;
    padding: 0 0 0 5px;
    color: #666;
  }
  #sitemap a:hover {
    color: #00a0e9;
    text-decoration: underline;
  }
  #sitemap .sec {
    margin: 0 0 10px 14px;
  }
  #sitemap .thr {
    margin: 0 0 10px 28px;
  }

  footer .corp {
    background-color: #e0e0e0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
  }
  footer .corp .name {
    font-size: 18px;
    padding: 0 10px 0 0;
  }
  footer .copy {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-family: "Montserrat", sans-serif;
    color: #666;
    padding: 20px;
  }

  .modaal-content-container {
    margin: 30px;
  }

  /*------ PC下層ページ -------*/
}
/*----- media end -----*/
/*-- SMP --*/
@media (max-width: 768px) {
  #sitemap, .forPC {
    display: none;
  }

  header {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
  }
  header ul .logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: -1px;
  }
  header ul .logo a .header_sp {
    display: flex;
    align-items: end;
  }
  header ul .logo a .jp {
    font-size: 38px;
    line-height: 38px;
    color: #333;
    padding: 0 !important;
    margin: 0 6px 0 0 !important;
  }
  header ul .logo a .en {
    font-size: 12px;
    line-height: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
    letter-spacing: 2px;
    color: #666;
    padding: 0 !important;
    margin: 0 !important;
  }
  header ul .logo a img {
    width: 15px;
    height: 50px;
    margin-right: 10px;
  }
  header ul .contact {
    display: none;
  }

  .home .swiper-container {
    position: relative;
    overflow: hidden;
    padding: 0px 0;
    width: 100%;
    height: 400px;
    margin: 0 auto 0 auto;
  }
  .home .swiper-container .slide-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
  }
  .home .slider_health, .home .slider_food {
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
  .home .slider_health img, .home .slider_food img {
    height: auto;
    width: 90%;
  }
  .home .slider_health .sub, .home .slider_food .sub {
    font-size: 12px;
    font-weight: 500;
    color: #666;
  }
  .home .slider_health .title, .home .slider_food .title {
    font-size: 15px;
    font-weight: 500;
  }
  .home .slider_health a, .home .slider_food a {
    text-decoration: none;
    color: #00a0e9;
  }
  .home .slick-prev:before,
.home .slick-next:before {
    color: #000;
  }
  .home .slick-dots {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 15px;
  }
  .home .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    max-width: 13px;
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
  }
  .home .new {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    letter-spacing: 2px;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #999;
    width: 80%;
    margin: 0 auto 15px auto;
  }
  .home h2.def {
    background-color: #e6e6e6;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #666;
    padding: 15px 0;
  }
  .home h2.recom {
    background-color: #ffa700;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0;
  }
  .home .top_new ul.list {
    margin: 0 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
  }
  .home .top_new ul.list > li {
    width: 46%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 4% 15px 0;
    margin: 0 0 20px 2%;
  }
  .home .top_new ul.list > li img {
    width: 100%;
  }
  .home .top_new ul.list > li ul.item > li {
    width: 100%;
  }
  .home .top_new ul.list > li ul.item > li .title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px 0;
  }
  .home .top_new ul.list > li ul.item > li .subtitle {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px 0;
  }
  .home .top_new ul.list > li ul.item > li .read {
    font-size: 12px;
    font-weight: 600;
    color: #00a0e9;
    margin: 0 0 0 0;
  }
  .home .top_new ul.list > li:nth-child(2n) {
    border-right: 0px solid #ccc;
    padding: 0 0 0 4% !important;
  }
  .home .top_news ul.block {
    margin: 0 15px;
    padding: 30px 0;
  }
  .home .top_news ul.block .news_list {
    width: 100%;
  }
  .home .top_news ul.block .news_list li {
    border-bottom: 1px dotted #999;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
  .home .top_news ul.block .bnr {
    margin: 30px auto 0 auto;
    width: 100%;
  }
  .home .top_news ul.block .bnr li {
    margin: 0 0 15px 0;
  }
  .home .top_news ul.block .bnr img {
    width: 100%;
  }
  .home .top_news ul.block .date_icon {
    display: flex;
  }
  .home .top_news ul.block .date_icon .date {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #00a0e9;
    padding: 0 5px 0 0;
  }
  .home .top_news ul.block .article {
    font-size: 14px;
    font-weight: 500;
  }
  .home .top_category > ul {
    padding: 0 0 0 0;
  }
  .home .top_category > ul > li {
    width: 100%;
    border-right: 0px solid #CCC;
  }
  .home .top_category > ul > li .box-info {
    text-align: center;
    margin: 0;
    padding: 15px;
  }
  .home .top_category > ul > li .box-info .script {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #fff;
  }
  .home .top_category > ul li:last-child {
    width: 100%;
    border-right: 0px solid #CCC;
  }
  .home .top_category > ul h2.health {
    background-color: #22c6c2;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0;
  }
  .home .top_category > ul h2.food {
    background-color: #a5b920;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0;
  }

  footer span {
    display: block;
  }
  footer .corp {
    background-color: #e0e0e0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 0;
  }
  footer .corp .name {
    font-size: 18px;
    padding: 0 10px 10px 0;
  }
  footer .copy {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-family: "Montserrat", sans-serif;
    color: #666;
    padding: 20px;
  }

  .st-accordion {
    width: 100%;
    padding: 0px !important;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
  .st-accordion ul {
    padding: 0px !important;
    margin: 0 auto !important;
  }
  .st-accordion ul li {
    height: 50px;
    border-bottom: 1px solid #c7deef;
    border-top: 1px solid #fff;
    overflow: hidden;
    padding: 0px !important;
    margin: 0 auto 0 auto !important;
  }
  .st-accordion ul li:first-child {
    border-top: none;
  }
  .st-accordion ul li.st-open .arrow img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .st-accordion ul li > a {
    font-size: 20px;
    display: block;
    position: relative;
    line-height: 50px;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-weight: 700;
    text-decoration: none;
    color: #218f3a;
    margin: 0 15px;
  }
  .st-accordion ul li > a span {
    font-family: roboto, sans-serif;
    font-weight: 500;
    color: #999999;
    font-size: 22px;
    padding: 0 5px 0 0;
  }
  .st-accordion ul li > a .arrow img {
    position: absolute;
    width: 30px;
    top: 10px;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .st-content {
    margin: auto 15px;
    padding: 0px 0px 0px 0px;
  }
  .st-content h3 {
    padding: 0 0 5px 7px;
    border-left: 2px solid #218f3a;
  }
  .st-content .script {
    font-size: 15px;
    line-height: 26px;
    text-indent: -1em;
    padding: 0 0 5px 1em;
  }
  .st-content .script i {
    color: #218f3a;
  }
}

/*# sourceMappingURL=page.css.map */
