@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background-color: #ebebeb;
  color: #2c2c2c;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 16px;
  line-height: 24px;
}

.screen-reader-text {
  display: none;
}

.sitetitle {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.page-box {
  padding: 1% 4% 20px 4%;
}

.discriptp {
  color: #525252;
  font-size: 0.84rem;
  text-align: right;
  line-height: 1rem;
  padding: 2%;
}

.discriptp a {
  display: inline;
}

.pageheader {
  color: #3aaf90;
  font-family: "Cormorant", serif;
  font-weight: 600;
}

.fulsec_title {
  font-family: "Cormorant", serif;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin: 70px 0 100px 0;
}

.fulsect_capt {
  font-family: "Cormorant", serif;
  text-align: center;
  color: #3aaf90;
}

.center_serif {
  font-family: "Cormorant", serif;
  text-align: center;
  color: #3aaf90;
}

.green_under {
  font-family: "Cormorant", serif;
  text-align: center;
  color: #2c2c2c;
  position: relative;
  margin-bottom: 60px;
}

.green_under:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3aaf90;
  border-radius: 2px;
}

.single-h2,
.sidetitle,
h2.wp-block-heading {
  border-left: #3aaf90 10px solid;
  padding: 10px;
  font-weight: 600;
}

.single-h3,
h3.wp-block-heading {
  border-bottom: #252525 solid 1px;
  padding: 10px;
  font-weight: 400;
}

.single-h4 {
  color: #3aaf90;
  padding: 10px;
  font-weight: 400;
  text-align: center;
}

.special-txt {
  color: #3aaf90;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.green_cerclearw {
  background-color: #3aaf90;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: block;
}

.checkp {
  background-image: linear-gradient(to right, #3aaf90, #37db69);
  background-repeat: no-repeat;
  background-size: 0;
  transition: 0.3s;
  padding: 5px;
  text-align: center;
}

.checkp:hover {
  background-size: 100%;
  color: #fff;
}

.sp_only {
  display: none;
}

@media screen and (min-width: 1025px) {
  body {
    background-image: url("../images/common/wave.png");
    background-repeat: no-repeat;
    background-position: center 1100px;
  }
  .container {
    width: 1200px;
    padding: 2%;
  }
  .single-h2 {
    font-size: 1.8rem;
  }
  .single-h3 {
    font-size: 1.5rem;
  }
  .single-h4 {
    font-size: 1.3rem;
  }
  .pageheader {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .fulsec_title {
    font-size: 8.8rem;
    line-height: 1.5rem;
  }
  .center_serif {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .green_under {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .special-txt {
    line-height: 4rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 1024px;
  }
  .fulsec_title {
    font-size: 8.2rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: 100%;
    max-width: 480px;
  }
  .page-box {
    padding: 1% 4% 20px 4%;
  }
  .pageheader {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .fulsec_title {
    font-size: 4rem;
    line-height: 1.5rem;
    margin: 20px 0 90px 0;
  }
  .center_serif {
    font-size: 1.8rem;
    line-height: 2.5rem;
    width: 90%;
    margin: 0 auto;
  }
  .green_under {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0 5% 0 5%;
    margin-bottom: 30px;
  }
  .special-txt {
    line-height: 3rem;
    font-size: 1.8rem;
  }
  .checkp {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .checkp:before {
    content: url("../images/common/riricheck.png");
    padding-right: 20px;
  }
  .sp_only {
    display: block;
  }
}
.wp-block-columns-is-layout-flex {
  display: flex;
}

.wp-block-column {
  flex-direction: row;
  width: 50%;
}

@media screen and (max-width: 480px) {
  .wp-block-columns-is-layout-flex {
    flex-direction: column;
  }
  .wp-block-column {
    width: 100%;
  }
}
.wp-block-image img {
  width: 100% !important;
  height: auto;
}

.wp-block-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wp-block-gallery .wp-block-image {
  width: 36%;
}

.wp-block-latest-posts {
  margin: 0 0 30px 0;
  padding: 0;
}

.wp-block-latest-posts li {
  border-bottom: 1px dotted #525252;
  list-style: none;
}

.wp-block-latest-posts li a {
  text-decoration: none;
  color: #525252;
  display: block;
  padding: 3%;
}

.wp-block-latest-posts li a:hover {
  background-color: #525252;
  color: #fff;
}

.wp-block-calendar {
  padding: 0 2% 30px 2%;
}

.wp-calendar-table {
  width: 100%;
}

.wp-calendar-table thead tr th {
  text-align: center;
}

.wp-calendar-table tbody tr td {
  text-align: center;
  border-bottom: 1px solid #898989;
}

.wp-calendar-nav {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wp-calendar-nav .wp-calendar-nav-prev,
.wp-calendar-nav .wp-calendar-nav-next {
  border: 1px solid #525252;
  border-radius: 6px;
  background-color: #525252;
  width: 30%;
  text-align: center;
}

.wp-calendar-nav .wp-calendar-nav-prev a,
.wp-calendar-nav .wp-calendar-nav-next a {
  text-align: center;
  color: #fff;
  padding: 3%;
  font-size: 0.85rem;
}

.wp-calendar-nav .wp-calendar-nav-prev:hover,
.wp-calendar-nav .wp-calendar-nav-next:hover {
  background-color: #e2e2e2;
}

.wp-calendar-nav .wp-calendar-nav-prev:hover a,
.wp-calendar-nav .wp-calendar-nav-next:hover a {
  color: #525252;
}

header {
  position: fixed;
  border-bottom: #3AAF90 solid 3px;
  width: 100%;
  z-index: 99;
}

header[data-js-scroll=true] {
  background-color: #fff;
}

#js-header a {
  display: flex;
  text-decoration: none;
  align-items: center;
}

#js-header a p {
  font-weight: bold;
  color: #2c2c2c;
}

.logoblock {
  background-image: url("../images/common/ririlogo.png");
  background-repeat: no-repeat;
  display: block;
}

@media screen and (min-width: 1025px) {
  #js-header a {
    justify-content: space-around;
  }
  .hamburger {
    display: none;
  }
  header {
    display: flex;
    justify-content: space-between;
  }
  .logoblock {
    width: 135px;
    height: 90px;
    margin: 15px 0 15px 30px;
    background-size: 80%;
    background-position: center;
  }
  .header_nav ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 120px;
  }
  .header_nav ul li {
    list-style: none;
    min-width: 180px;
    position: relative;
  }
  .header_nav ul li a {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #2c2c2c;
    text-decoration: none;
    text-align: center;
    display: block;
    align-items: center;
    line-height: 120px;
  }
  .header_nav ul li a::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    background-color: #3AAF90;
    transition: transform 0.4s ease;
    transform: scaleY(0);
    transform-origin: bottom;
    z-index: -1;
    color: #FFF;
  }
  .header_nav ul li a:hover::before {
    transform: scaleY(1);
    transform-origin: top;
  }
  .header_nav ul li:last-child {
    background-color: #3AAF90;
    min-width: 200px;
  }
  .header_nav ul li:last-child a {
    color: #fff;
  }
  .header_nav ul li ul {
    display: none;
    position: absolute;
  }
  .header_nav ul li:hover ul {
    display: inline;
  }
  .header_nav ul li ul li {
    background-color: rgba(67, 67, 67, 0.8);
    height: 40px;
    border-bottom: #fff dotted 1px;
  }
  .header_nav ul li ul li:last-child {
    background-color: rgba(67, 67, 67, 0.8);
    height: 40px;
  }
  .header_nav ul li ul li a {
    font-size: 0.9rem;
    color: #fff;
    line-height: 40px;
  }
  .header_nav ul li ul li a:hover {
    color: #2c2c2c;
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #3AAF90;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .hamburger_border {
    position: absolute;
    left: 5px;
    width: 30px;
    height: 2px;
    background-color: #919191;
    transition: all 0.6s;
    color: #fff;
  }
  .hamburger_border_top {
    top: 12px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 28px;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
    background-color: #fff;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
    background-color: #fff;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
    background-color: #fff;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  .nav-open .header_nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .header_nav ul {
    padding: 0;
    margin: 0;
  }
  .header_nav ul li {
    border-bottom: 1px dotted #fff;
    list-style: none;
    background-color: #3aaf90;
  }
  .header_nav ul li:last-child {
    border-bottom: 0 none;
  }
  .header_nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    font-weight: 600;
  }
  .header_nav ul li a::before {
    content: "▶︎";
  }
  .header_nav ul li ul li a::before {
    content: "→ ";
  }
  .header_nav ul li a:hover {
    background-color: #FFFFFF;
    color: #3aaf90;
  }
  .header_nav ul li .sub-menu {
    margin-bottom: 15px;
  }
  .header_nav ul li:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .header_nav ul li ul {
    display: none;
  }
  .header_nav ul li:hover ul {
    display: inline;
  }
  .header_nav ul li .sub-menu li {
    list-style: none;
  }
  .header_nav ul li .sub-menu li a {
    font-weight: 300;
    padding-left: 25px;
  }
}
@media screen and (max-width: 480px) {
  .header_nav ul li .sub-menu li a {
    font-weight: 300;
    padding-left: 25px;
  }
  header {
    background-color: #FFFFFF;
    position: fixed;
  }
  .logoblock {
    width: 70px;
    height: 40px;
    margin: 15px 15px 15px 30px;
    background-size: cover;
  }
}
.doubleclm {
  display: flex;
}

.leftcontainer {
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .doubleclm {
    width: 1200px;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
  }
  .leftcontainer {
    width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .doubleclm {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .leftcontainer {
    width: 96%;
    padding: 30px 2% 30px 2%;
  }
}
@media screen and (max-width: 480px) {
  .doubleclm {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .leftcontainer {
    width: 96%;
    padding: 30px 2% 30px 2%;
  }
}
div.breadcrumbs {
  max-width: 1200px;
  margin: 20px auto;
  font-size: 0.85rem;
}

@media screen and (max-width: 1024px) {
  div.breadcrumbs {
    max-width: 90%;
    margin: 20px auto;
  }
}
.sidebar_area {
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .sidebar_area {
    width: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar_area {
    width: 96%;
    padding: 30px 2% 30px 2%;
  }
}
@media screen and (max-width: 480px) {
  .sidebar_area {
    width: 96%;
    padding: 30px 2% 30px 2%;
  }
}
footer {
  background-color: #fff;
}

.copyright {
  background-color: #2c2c2c;
  color: #fff;
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 0.8rem;
}

.prefootmenu {
  padding: 0;
}

.prefootcont {
  background-color: #F5F3ED;
}

.prefootcont ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.prefootcont ul li {
  text-align: center;
}

.prefootcont ul li a {
  text-decoration: none;
}

.preftblc_cont {
  color: #775B2F;
}

.arrow_circle {
  display: inline-block;
  vertical-align: middle;
  color: #775B2F;
  line-height: 1;
  position: relative;
  width: 1.8em;
  height: 1.8em;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.arrow_circle::before {
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.4em 0.5em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.footlogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.sns_link a img {
  display: block;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .prefootcont ul {
    flex-direction: row;
    list-style: none;
  }
  .prefootcont ul li {
    width: 33%;
    padding: 2% 5% 2% 5%;
    min-height: 240px;
  }
  .prefootcont ul li:first-child {
    border-right: 1px #c5c5c5 solid;
  }
  .prefootcont ul li:last-child {
    border-left: 1px #c5c5c5 solid;
  }
  .preftblc_cont {
    font-size: 1.5rem;
  }
  .prefootcont ul li a {
    color: #2c2c2c;
    position: relative;
  }
  .prefootcont ul li a .arrow_circle {
    position: absolute;
    top: 200px;
  }
  .footmenu {
    display: flex;
    flex-direction: row;
  }
  .footmenu .foot_clm {
    width: 50%;
  }
  .footlogo {
    width: 160px;
  }
  .sns_link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .sns_link a img {
    width: 60px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .prefootcont ul {
    flex-direction: row;
    list-style: none;
  }
  .prefootcont ul li {
    width: 23%;
    padding: 2% 5% 2% 5%;
    min-height: 300px;
  }
  .prefootcont ul li:first-child {
    border-right: 0 #c5c5c5 solid;
  }
  .prefootcont ul li:last-child {
    border-left: 0 #c5c5c5 solid;
  }
  .preftblc_cont {
    font-size: 1.5rem;
  }
  .prefootcont ul li a {
    color: #2c2c2c;
    position: relative;
    font-size: 0.9rem;
  }
  .prefootcont ul li a .arrow_circle {
    position: absolute;
    top: 250px;
  }
  .footmenu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .footmenu .foot_clm {
    width: 40%;
  }
  footer .container {
    padding-top: 30px;
  }
  .footlogo {
    width: 160px;
    margin-bottom: 30px;
  }
  .sns_link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .sns_link a img {
    width: 60px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .prefootcont ul {
    flex-direction: column;
    list-style: none;
  }
  .prefootcont ul li {
    width: 90%;
    padding: 2% 5% 2% 5%;
    min-height: 240px;
  }
  .prefootcont ul li:first-child {
    border-bottom: 1px #c5c5c5 solid;
  }
  .prefootcont ul li:last-child {
    border-top: 1px #c5c5c5 solid;
  }
  .preftblc_cont {
    font-size: 1.5rem;
  }
  .prefootcont ul li a {
    color: #2c2c2c;
    position: relative;
    font-size: 0.9rem;
  }
  .prefootcont ul li a .arrow_circle {
    position: absolute;
    top: 10px;
  }
  .footmenu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .footmenu .foot_clm {
    width: 40%;
  }
  footer .container {
    padding-top: 30px;
  }
  .footlogo {
    width: 160px;
    margin-bottom: 30px;
  }
  .sns_link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .sns_link a img {
    width: 60px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-vk-blocks-balloon {
    display: flex;
  }
  .vk_balloon_content_outer {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 40px;
    width: 65%;
    padding: 16px;
    border-radius: 8px;
    background-color: #e0e0e0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
  }
  .vk_balloon_content_outer::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #e0e0e0 transparent transparent;
    translate: -100% -50%;
  }
  .vk_balloon_icon {
    width: 30%;
  }
  .vk_balloon_icon .vk_balloon_icon_image {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .wp-block-vk-blocks-balloon {
    display: flex;
    flex-direction: column;
  }
  .vk_balloon_content_outer {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 16px;
    border-radius: 4px;
    background-color: #dedede;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
  }
  .vk_balloon_content_outer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #dedede;
    translate: -50% -100%;
  }
  .vk_balloon_icon {
    width: 70%;
    margin: 0 auto;
  }
  .vk_balloon_icon .vk_balloon_icon_image {
    width: 100%;
  }
}
.flatbtn,
.wp-block-buttons .wp-element-button {
  background-color: #3AAF90;
  padding: 2%;
  color: #fff;
  border: 1px solid #99f2db;
  font-weight: 600;
  text-align: center;
  min-width: 50%;
  margin: 20px auto 20px auto;
  display: block;
  max-width: 90%;
  width: 60%;
}

#taikensp {
  background-color: #006400;
}

.flatbtn_min {
  padding: 1%;
  color: #3AAF90;
  border: 1px solid #3AAF90;
  font-weight: 500;
  text-align: center;
  margin: 20px auto 20px auto;
  display: block;
}

@media screen and (min-width: 1025px) {
  .flatbtn {
    font-size: 1.1rem;
  }
  .flatbtn_min {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .flatbtn {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .flatbtn,
  .wp-block-buttons .wp-element-button {
    font-size: 1.1rem;
    padding: 3%;
    width: 100%;
  }
  .flatbtn_min {
    width: 80%;
    padding: 3%;
  }
}
.wp-block-embed {
  margin: 0;
}

.wp-embedded-content {
  width: 100%;
}

.faqlist {
  display: block;
}

.faqlist .list {
  border-bottom: 1px #7b7b7b solid;
}

.faqlist .list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.faqlist .list dt,
.faqlist .list dd {
  display: flex;
  margin: 0;
  align-items: center;
}

.faqlist .list dt .iconq,
.faqlist .list dd .icona {
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  flex-flow: column;
  vertical-align: top;
}

.iconq {
  background-color: #3aaf90;
}

.icona {
  background-color: #888888;
}

.faqlist .list dt .iconq p,
.faqlist .list dd .icona p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "Cormorant", serif;
}

.faqlist .list dt .textq {
  flex: 1;
  font-weight: bold;
  color: #3aaf90;
}

.faqlist .list dd .texta {
  flex: 1;
}

@media screen and (min-width: 1025px) {
  .faqlist {
    padding: 30px;
    margin: 0;
  }
  .faqlist .list {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .faqlist .list dt .iconq,
  .faqlist .list dd .icona {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
  .faqlist .list dt .iconq p,
  .faqlist .list dd .icona p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .faqlist {
    padding: 30px;
    margin: 0;
  }
  .faqlist .list {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .faqlist .list dt .iconq,
  .faqlist .list dd .icona {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
  .faqlist .list dt .iconq p,
  .faqlist .list dd .icona p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .faqlist {
    padding: 30px;
    margin: 0;
  }
  .faqlist .list {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .faqlist .list dt .iconq,
  .faqlist .list dd .icona {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
  .faqlist .list dt .iconq p,
  .faqlist .list dd .icona p {
    font-size: 1.2rem;
  }
}
.formbox,
.phonebox,
.daybox,
.formblock {
  padding: 2%;
  border-radius: 6px;
  border: 1px solid #dcdde1;
}

.formtable {
  display: flex;
}

.formtable dt {
  color: #3aaf90;
  border: 1px solid #c3c4c7;
  border-collapse: collapse;
  background-color: #ececec;
}

.formtable dd {
  border: 1px solid #c3c4c7;
  border-collapse: collapse;
}

@media screen and (min-width: 1025px) {
  .formtable {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .formtable dt {
    width: 23%;
    text-align: center;
    padding: 2%;
  }
  .formtable dd {
    width: 68%;
    padding: 2%;
    margin-left: 0;
  }
  .formtable dd .formbox {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .formtable {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .formtable dt {
    width: 23%;
    text-align: center;
    padding: 2%;
  }
  .formtable dd {
    width: 68%;
    padding: 2%;
    margin-left: 0;
  }
  .formtable dd .formbox {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .formtable {
    flex-direction: column;
    justify-content: flex-start;
  }
  .formtable dt {
    width: 96%;
    text-align: center;
    padding: 2%;
  }
  .formtable dd {
    width: 96%;
    padding: 2%;
    margin-left: 0;
  }
  .formtable dd .formbox {
    width: 95%;
  }
  .formtable dd .formblock {
    width: 95%;
  }
}
.catetitle {
  margin-bottom: 30px;
  padding: 1% 2% 2% 2%;
}

@media screen and (min-width: 1025px) {
  .catetitle {
    text-align: center;
    border-bottom: #252525 1px solid;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .catetitle {
    text-align: center;
    border-bottom: #252525 1px solid;
    padding: 10px 0 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .catetitle {
    text-align: center;
    border-bottom: #252525 1px solid;
    padding: 10px 0 30px 0;
  }
}
.fullimage {
  width: 96%;
  padding: 2%;
  margin-bottom: 30px;
}

.fullimage img {
  width: 100%;
  height: auto;
}

.newslist {
  display: flex;
}

.newslist li {
  list-style: none;
  position: relative;
}

.newslist li a {
  text-decoration: none;
}

.newslist li a .news-photo {
  display: block;
  background-color: #c5c5c5;
  background-size: cover;
  background-position: center center;
}

.newslist li a .cateblock {
  background-color: #3aaf90;
  position: absolute;
  color: #fff;
  font-weight: 500;
}

.newslist li a .posttitle {
  color: #252525;
  border-bottom: 1px #7b7b7b solid;
}

.newslist li a .postdirect {
  color: #6d6d6d;
  border-bottom: 1px #7b7b7b solid;
}

.newslist li a .shousai {
  color: #4d4d4d;
  text-align: center;
  border-bottom: 1px #7b7b7b solid;
}

@media screen and (min-width: 1025px) {
  .newslist {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 30px;
  }
  .newslist li {
    width: 360px;
    margin-bottom: 30px;
  }
  .newslist li:last-child {
    margin-bottom: 0;
  }
  .newslist li a .news-photo {
    width: 100%;
    height: 220px;
  }
  .newslist li a .cateblock {
    padding: 10px;
    top: 0;
    left: 0;
  }
  .newslist li a .posttitle {
    padding: 15px;
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0;
  }
  .newslist li a .postdirect {
    padding: 15px;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0;
  }
  .newslist li a .shousai {
    padding: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .newslist {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 30px;
  }
  .newslist li {
    width: 440px;
    margin-bottom: 50px;
  }
  .newslist li:last-child {
    margin-bottom: 0;
  }
  .newslist li a .news-photo {
    width: 100%;
    height: 300px;
  }
  .newslist li a .cateblock {
    padding: 10px;
    top: 0;
    left: 0;
  }
  .newslist li a .posttitle {
    padding: 15px;
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0;
  }
  .newslist li a .postdirect {
    padding: 15px;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0;
  }
  .newslist li a .shousai {
    padding: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .newslist {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 2%;
  }
  .newslist li {
    width: 86%;
    margin-bottom: 50px;
  }
  .newslist li:last-child {
    margin-bottom: 0;
  }
  .newslist li a .news-photo {
    width: 100%;
    height: 220px;
  }
  .newslist li a .cateblock {
    padding: 10px;
    top: 0;
    left: 0;
  }
  .newslist li a .posttitle {
    padding: 15px;
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0;
  }
  .newslist li a .postdirect {
    padding: 15px;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0;
  }
  .newslist li a .shousai {
    padding: 10px;
    margin: 0;
  }
}
.outside {
  display: block;
  color: #3aa90f;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.outside:hover {
  background-color: #3aa90f;
  color: #fff;
}

.outside::before {
  content: ">";
}

.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}

.nav-links li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #000000;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}

.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #000000;
}

.postnavi {
  background-color: #fff;
  box-shadow: 0 0 5px;
  display: flex;
  width: 90%;
  margin: 0 auto 60px auto;
  padding: 0;
}

.postnavi li {
  display: flex;
  padding: 2%;
  width: 46%;
}

.postnavi li:hover {
  background-color: #ECECEC;
}

.postnavi li div img {
  width: 80%;
  height: auto;
  margin-right: 20px;
}

.postnavi li div a {
  color: #525252;
}

.riritable {
  border-collapse: collapse;
}

.riritable tbody tr {
  background-color: #fff;
}

.riritable tbody tr th,
.riritable thead tr th {
  border-collapse: collapse;
  background-color: #3aaf90;
  color: #fff;
  border: 1px solid #fff;
}

.riritable tbody tr td {
  border-collapse: collapse;
  border: 1px dotted #2c2c2c;
}

.riritable tbody tr:nth-child(odd) td {
  background-color: #e5fff8;
}

.proftable {
  border-collapse: collapse;
  margin: 3%;
  width: 94%;
}

.proftable tbody tr {
  background-color: #fff;
}

.proftable tbody tr th,
.proftable tbody tr td {
  border-collapse: collapse;
  border: 1px solid #ececec;
  padding: 3%;
}

.proftable tbody tr th {
  width: 30%;
}

.pricedirection dl {
  border-right: 1px solid #b8b8b8;
}

.pricedirection dl:last-child {
  border-right: 0 solid #b8b8b8;
}

.pricedirection dl dt {
  text-align: center;
  background-color: #77d5bc;
  color: #fff;
  font-weight: 600;
}

.pricedirection dl:first-child dt {
  background-color: #3aaf90;
}

.pricedirection dl:last-child dt {
  background-color: #1f6754;
}

.pricedirection dd {
  background-color: #fff;
}

.pricedirection .price {
  font-weight: 700;
  color: #be6b58;
  border-bottom: 1px solid #000;
  text-align: center;
}

.pricedirection .time-dicri {
  font-weight: 500;
  border-bottom: 1px solid #000;
  text-align: center;
}

.pricedirection .onetime-price {
  font-weight: 600;
  color: #e08b8b;
  border-bottom: 1px solid #000;
  text-align: center;
}

.pricedirection .moment {
  font-weight: 200;
  color: #000;
}

.pricedirection .little {
  font-weight: 200;
  color: #000;
  margin-right: 30px;
}

.hikakuhyou {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: scroll;
}

.hikakuhyou .riritable {
  min-width: 200% !important;
  background-color: #fff;
}

.hikakuhyou .riritable tbody td {
  padding: 0.5%;
  text-align: center;
}

.hikakuhyou .riritable thead th,
.hikakuhyou .riritable tbody th {
  padding: 0.5%;
}

.hikakuhyou .riritable thead th:first-child {
  width: 140px;
}

@media screen and (min-width: 1025px) {
  .riritable {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .riritable tbody tr th,
  .riritable thead tr th {
    padding: 1%;
  }
  .riritable tbody tr td {
    padding: 1%;
  }
  .pricedirection {
    display: flex;
    align-items: flex-end;
  }
  .pricedirection dl {
    width: 33%;
  }
  .pricedirection dl dt {
    padding: 10px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }
  .pricedirection dl:first-child dt {
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .pricedirection dl:last-child dt {
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .pricedirection dd {
    margin: 0;
    padding: 4%;
    min-height: 300px;
  }
  .pricedirection .price {
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 1% 4% 1% 4%;
  }
  .pricedirection .time-dicri {
    font-size: 1.6rem;
    line-height: 1rem;
    padding: 1% 4% 1% 4%;
  }
  .pricedirection .onetime-price {
    font-size: 1.8rem;
    line-height: 1rem;
    padding: 1% 4% 1% 4%;
  }
  .pricedirection .moment {
    font-size: 0.6rem;
  }
  .pricedirection .little {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .riritable {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .riritable tbody tr th,
  .riritable thead tr th {
    padding: 1%;
  }
  .riritable tbody tr td {
    padding: 1%;
  }
  .pricedirection {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .pricedirection dl {
    width: 31%;
  }
  .pricedirection dl dt {
    padding: 10px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }
  .pricedirection dl:first-child dt {
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .pricedirection dl:last-child dt {
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .pricedirection dd {
    margin: 0;
    padding: 4%;
    min-height: 300px;
  }
  .pricedirection .price {
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 2% 4% 6% 4%;
  }
  .pricedirection .time-dicri {
    font-size: 1.6rem;
    line-height: 1rem;
    padding: 2% 4% 2% 4%;
  }
  .pricedirection .onetime-price {
    font-size: 1.8rem;
    line-height: 1rem;
    padding: 2% 4% 8% 4%;
  }
  .pricedirection .moment {
    font-size: 0.6rem;
  }
  .pricedirection .little {
    font-size: 0.7rem;
    display: block;
    line-height: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .hikakuhyou .riritable {
    min-width: 500% !important;
    background-color: #fff;
  }
  .riritable {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .riritable tbody tr th,
  .riritable thead tr th {
    padding: 1%;
  }
  .riritable tbody tr td {
    padding: 1%;
  }
  .pricedirection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pricedirection dl {
    width: 90%;
    margin: 0 auto;
  }
  .pricedirection dl dt {
    padding: 10px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }
  .pricedirection dl:first-child dt {
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .pricedirection dl:last-child dt {
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .pricedirection dd {
    margin: 0;
    padding: 4%;
    min-height: 300px;
  }
  .pricedirection .price {
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 2% 4% 6% 4%;
  }
  .pricedirection .time-dicri {
    font-size: 1.6rem;
    line-height: 1rem;
    padding: 2% 4% 2% 4%;
  }
  .pricedirection .onetime-price {
    font-size: 1.8rem;
    line-height: 1rem;
    padding: 2% 4% 8% 4%;
  }
  .pricedirection .moment {
    font-size: 0.6rem;
  }
  .pricedirection .little {
    font-size: 0.7rem;
    display: block;
    line-height: 2rem;
  }
}
#toc_container {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block !important;
  font-size: 95%;
  line-height: 1.4;
  margin: 2em auto;
  padding: 2em;
  width: 80% !important;
}

.toc_title {
  background: #eee;
  font-weight: bold;
  padding: 0.4em 0;
  text-align: center;
}

.toc_toggle {
  font-size: 0.9em;
  font-weight: normal;
}

.toc_brackets {
  display: none;
}

.toc_list,
.toc_list * {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc_list {
  margin-top: 1em;
}

.toc_list a {
  display: block;
  text-decoration: none;
  color: #444;
  border-bottom: 1px dotted #ccc;
}

.toc_list > li > a {
  border-bottom: 2px solid #ccc;
  font-size: 110%;
}

.toc_list ul {
  padding: 1em 0 0 1em;
}

.toc_list li {
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
}

/* Front page hero and entry sections extracted from legacy styles. */
.tophero .herobox .main_slider {
  background-image: url("../images/common/top-atari.png");
  background-size: cover;
}

.tophero,
.bottomhero {
  background-color: #fff;
}

.bottomhero {
  margin-bottom: 30px;
}

.bottomhero .main_slider {
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.bottomhero .main_slider::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.appealblock ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.appealblock ul li {
  background-color: rgba(58, 175, 144, 0.8);
  list-style: none;
  text-align: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

.headline h6 {
  color: #fff;
  margin-bottom: 0;
}

.headline .pickup {
  color: #ffe280;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
  text-shadow: 3px 3px 6px rgba(40, 44, 34, 0.8);
}

.trtitle {
  color: #3aaf90;
  font-weight: 600;
  font-size: 1.4rem;
}

.trele {
  font-size: 1rem;
}

.tab_btn {
  border-bottom: 1px solid #000000;
  display: block;
}

.tab_btn:hover {
  background-color: #e9e9e9;
}

input[name=tab_item] {
  display: none;
}

.tab_content {
  display: none;
  overflow: hidden;
}

#shiseikaizen:checked ~ #shiseikaizen_content,
#manseitsu:checked ~ #manseitsu_content,
#daiet:checked ~ #daiet_content {
  display: block;
}

.fulsec_title .fulsect_capt {
  position: absolute;
  top: 150%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.fullwide_sec .fulsec_title {
  color: #fff;
}

.fullwide_sec.whit_blk .fulsec_title,
.fullwide_sec.grd_blk .fulsec_title {
  color: #ebebeb;
}

.fullwide_sec.trl_blk {
  background-image: url("../images/common/landing01.png");
  background-repeat: no-repeat;
}

.trl_blk .trial-container {
  display: flex;
}

.trl_blk .trial-container .green {
  color: #3aaf90;
}

.trl_blk .ping-container {
  background-color: #fff;
  padding: 3%;
}

.trial_feat {
  padding: 2%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(200, 200, 200, 0.8);
}

.trial_list {
  list-style: none;
  display: flex;
  padding: 0;
  counter-reset: number 0;
  margin: 0 auto;
}

.trial_list li {
  padding: 0 2% 0 2%;
  border-right: 1px solid #525252;
  margin: 0;
}

.trial_list li .trtitle {
  color: #525252;
  font-weight: 400;
  margin: 0;
}

.trial_list li .trtitle:before {
  color: #fff;
  background-color: #525252;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  counter-increment: number 1;
  content: counter(number) " ";
  text-align: center;
}

.trial_list li img {
  display: block;
}

.trial_list li .tr_disc {
  font-weight: 400;
}

.trial_list li:last-child {
  border-right: none;
}

@media screen and (min-width: 1025px) {
  .tophero {
    min-height: 750px;
  }
  .tophero .herobox .main_slider {
    height: 100%;
  }
  .tophero,
  .bottomhero {
    display: flex;
  }
  .bottomhero {
    height: 340px;
  }
  .bottomhero .main_slider {
    height: 340px;
  }
  .herobox {
    width: 50%;
    height: auto;
  }
  .herobox img {
    width: 100%;
    height: auto;
  }
  .herobox:last-child {
    background-image: url("../images/common/planbg.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
  .bottomhero .herobox:last-child {
    background-image: none;
  }
  .heroheader {
    width: 100%;
    display: block;
  }
  .appealblock {
    padding: 130px 10% 0 10%;
  }
  .appealblock ul li {
    width: 150px;
    height: 150px;
    margin-right: 40px;
  }
  .headline h6 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2rem;
    margin-top: 30px;
  }
  .headline p {
    padding: 0;
    margin: 10px 0;
  }
  .headline .option_a {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .headline .option_b {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .headline .option_c {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .headline .notes {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 50px;
  }
  .blocklink {
    text-align: left;
    background-image: url("../images/common/arrow.png");
    background-repeat: no-repeat;
    width: 550px;
    height: 80px;
    margin-top: 80px;
  }
  .blocklink a {
    font-size: 1rem;
    font-weight: 200;
    text-decoration: none;
    color: #464646;
    line-height: 2rem;
    display: block;
    padding: 0;
  }
  .blocklink .taiken {
    font-size: 2rem;
    font-weight: 400;
  }
  .tabblock {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 500px;
    padding-bottom: 20px;
  }
  .tab_btn {
    display: flex;
    width: 45%;
    padding-right: 5%;
  }
  .tab_btn .garrow_box {
    padding: 40px 0 0 20px;
  }
  .tab_content {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .tab_content img {
    width: 100%;
  }
  .trialbox {
    position: relative;
  }
  .fulsec_title .fulsect_capt {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 800;
  }
  .abuso {
    position: absolute;
    top: 60px;
    z-index: -10;
    right: -140px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .abuso img {
    height: 170px;
    width: auto;
    margin-bottom: 20px;
  }
  .abuso .trial1 {
    position: absolute;
    right: 0;
  }
  .abuso .trial2 {
    position: absolute;
    top: 220px;
    right: 80px;
  }
  .fullwide_sec.trl_blk {
    background-position: center center;
    background-size: cover;
  }
  .trl_blk .trial-container {
    margin: 30px auto 0 auto;
    max-width: 960px;
  }
  .trl_blk .trial-container .leftdisc {
    width: 78%;
    margin-right: 2%;
  }
  .trl_blk .trial-container .rightpic {
    width: 20%;
  }
  .trl_blk .trial-container .rightpic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .trl_blk .ping-container {
    max-width: 980px;
    height: auto;
    margin: 0 auto 30px auto;
    border-radius: 8px;
  }
  .trl_blk .ping-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  .trial_list {
    width: 1000px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .trial_list li {
    width: 29%;
    height: auto;
    margin: 0 0 30px 0;
  }
  .trial_list li .trtitle:before {
    padding: 8px;
    margin-right: 10px;
  }
  .trial_list li .trtitle {
    font-size: 0.9rem;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }
  .trial_list li img {
    width: 100%;
    height: auto;
  }
  .trial_list li .tr_disc {
    font-size: 0.9rem;
  }
  .trial_list li:last-child {
    width: 61%;
  }
  .trial_list li:last-child img {
    width: 49%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .tophero,
  .bottomhero {
    display: flex;
    flex-direction: row;
  }
  .bottomhero {
    height: 260px;
  }
  .bottomhero .main_slider {
    height: 260px;
  }
  .herobox {
    width: 100%;
    height: auto;
  }
  .herobox img {
    width: 100%;
    height: auto;
  }
  .heroheader {
    width: 100%;
    display: block;
  }
  .appealblock {
    padding: 90px 10% 0 10%;
  }
  .appealblock ul li {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  .headline h6 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2rem;
    margin-top: 10px;
  }
  .headline p {
    padding: 0;
    margin: 10px 0;
  }
  .headline .option_a {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .headline .option_b {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .headline .option_c {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .headline .notes {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 30px;
  }
  .blocklink {
    text-align: left;
    background-image: url("../images/common/arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 380px;
    height: 70px;
    margin-top: 60px;
  }
  .blocklink a {
    font-size: 0.8rem;
    font-weight: 200;
    text-decoration: none;
    color: #464646;
    line-height: 1.5rem;
    display: block;
    padding: 0;
  }
  .blocklink .taiken {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .tabblock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 560px;
    padding: 0 2% 20px 2%;
  }
  .tab_btn {
    display: flex;
    width: 32%;
    padding-right: 1%;
    flex-direction: column;
  }
  .tab_btn .garrow_box {
    padding: 10px;
    margin: 0 auto;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
  }
  .tab_content {
    width: 31%;
    display: block;
    float: left;
    padding-right: 2%;
  }
  .tab_content img {
    width: 100%;
    height: auto;
  }
  .fullwide_sec.trl_blk {
    background-position: center center;
    background-size: cover;
  }
  .fulsec_title .fulsect_capt {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 800;
  }
  .trialbox {
    position: relative;
  }
  .trialbox .blocklink {
    margin: 0 auto 40px auto;
  }
  .abuso {
    position: initial;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-evenly;
  }
  .abuso img {
    height: 160px;
    width: auto;
    margin-bottom: 20px;
  }
  .trl_blk .trial-container {
    margin: 30px auto 0 auto;
    width: 96%;
    padding: 0 2% 0 2%;
  }
  .trl_blk .trial-container .leftdisc {
    width: 73%;
    margin-right: 2%;
  }
  .trl_blk .trial-container .rightpic {
    width: 25%;
  }
  .trl_blk .trial-container .rightpic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .trl_blk .ping-container {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
  }
  .trl_blk .ping-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  .trial_feat {
    width: 90%;
    margin: 0 auto;
  }
  .trial_list {
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .trial_list li {
    width: 29%;
    height: auto;
    margin: 0 0 30px 0;
  }
  .trial_list li .trtitle:before {
    padding: 8px;
    margin-right: 10px;
  }
  .trial_list li .trtitle {
    font-size: 0.9rem;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }
  .trial_list li img {
    width: 100%;
    height: auto;
  }
  .trial_list li .tr_disc {
    font-size: 0.9rem;
  }
  .trial_list li:last-child {
    width: 61%;
  }
  .trial_list li:last-child img {
    width: 49%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .tophero,
  .bottomhero {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0);
  }
  .tophero .main_slider {
    height: 300px;
  }
  .bottomhero {
    height: 480px;
  }
  .bottomhero .main_slider {
    height: 300px;
  }
  .herobox {
    width: 100%;
    height: auto;
  }
  .herobox img {
    width: 100%;
    height: auto;
  }
  .heroheader {
    width: 100%;
    display: block;
  }
  .herobox:last-child {
    width: 90%;
    margin: -30px auto 0 auto;
    z-index: 6;
  }
  .appealblock {
    background-color: #fff;
    padding: 5% 8% 5% 8%;
  }
  .appealblock ul {
    display: flex;
    flex-flow: row;
  }
  .appealblock ul li {
    width: 90px;
    height: 90px;
    margin: 0 auto 30px auto;
    border-radius: 45px;
  }
  .headline {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .headline:first-child {
    margin-bottom: 60px;
  }
  .headline h6 {
    font-size: 0.65rem;
    font-weight: 400;
    line-height: 0.9rem;
    color: #525252;
    margin: -50px 0 10px 0;
  }
  .headline p {
    padding: 0;
    margin: 10px 0;
  }
  .headline .option_a {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .headline .option_b {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .headline .option_c {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .headline .notes {
    font-size: 0.7rem;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    top: 525px;
  }
  .blocklink {
    text-align: left;
    background-image: url("../images/common/arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 300px;
    height: 70px;
    margin-top: 10px;
  }
  .blocklink a {
    font-size: 0.8rem;
    font-weight: 200;
    text-decoration: none;
    color: #464646;
    line-height: 1.5rem;
    display: block;
    padding: 0;
  }
  .blocklink .taiken {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .tabblock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 400px;
    padding: 0 2% 20px 2%;
  }
  .tab_btn {
    display: flex;
    width: 32%;
    flex-direction: column;
    padding-right: 1%;
  }
  .tab_btn .garrow_box {
    padding: 0;
    margin: 0 auto;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
  }
  .tab-switch .tabblock .label_txt .trtitle {
    text-align: center;
    font-size: 1.1rem;
    height: 40px;
  }
  .trele {
    display: none;
  }
  .tab_content {
    width: 100%;
    display: none;
    float: none;
    padding-right: 0;
    max-width: 420px;
  }
  .tab_content img {
    width: 100%;
    height: auto;
    max-width: 420px;
  }
  .trialbox {
    position: relative;
  }
  .fulsec_title .fulsect_capt {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 800;
    padding-bottom: 40px;
    display: block;
    padding: 0 auto 0 auto;
    width: 90%;
    margin-bottom: 30px;
  }
  .trialbox .blocklink {
    margin: 0 auto 40px auto;
  }
  .abuso {
    position: initial;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
  }
  .abuso img {
    height: 160px;
    width: auto;
    margin-bottom: 20px;
  }
  .trl_blk .trial-container {
    flex-direction: column;
    width: 84%;
  }
  .trl_blk .trial-container .leftdisc {
    width: 100%;
    margin-right: 2%;
  }
  .trl_blk .trial-container .rightpic {
    width: 100%;
    margin-right: 2%;
  }
  .trl_blk .trial-container .rightpic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .trl_blk .ping-container {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
  }
  .trl_blk .ping-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  .trial_feat {
    width: 90%;
    margin: 0 auto;
  }
  .trial_feat:first-of-type {
    margin: 20px auto 0 auto;
  }
  .trial_list {
    width: 90%;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .trial_list li {
    width: 92%;
    height: auto;
    margin: 0 4% 30px 4%;
    border: none;
    padding: 0;
  }
  .trial_list li .trtitle:before {
    padding: 8px;
    margin-right: 10px;
  }
  .trial_list li .trtitle {
    font-size: 0.9rem;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }
  .trial_list li img {
    width: 100%;
    height: auto;
  }
  .trial_list li .tr_disc {
    font-size: 0.9rem;
  }
  .trial_list li:last-child {
    width: 100%;
  }
  .trial_list li:last-child img {
    width: 100%;
    margin: 0 auto;
  }
  .trial_list li:last-child p {
    width: 92%;
  }
}
/* Legacy styles migrated from the former single-file entrypoint. */
/*共通項目*/
/*構造要素*/
.wp-block-list .size-large img {
  width: 100% !important;
  height: auto;
}

.wp-block-table {
  margin: 0 0 40px 0;
}

table {
  border: 1px solid #315045;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table td, table th {
  border: 1px solid #AAAAAA;
  padding: 2%;
}

table td {
  font-size: 13px;
  color: #333333;
}

table th {
  font-size: 16px;
  font-weight: bold;
  color: #626262;
  text-align: center;
  background: #ECFFE7;
}

/*色管理*/
/*テキスト要素*/
.preftblc_cont {
  font-family: "Cormorant", serif;
  text-align: center;
}

/*お問い合わせフォーム*/
/*外部*/
/*その他パーツ*/
.fullwide_sec.whit_blk {
  background-color: #fff;
}

.fullwide_sec.grd_blk {
  background-image: url("../images/common/grd_bg.png");
  background-repeat: repeat-x;
}

.fullwide_sec {
  padding: 30px 0 20px 0;
}

.whit_blk {
  padding: 30px 0 0 0;
}

/*トライアル系*/
/*トライアル以外*/
.prsection {
  background-color: #FFF;
}

.map_blk iframe {
  padding: 0;
  margin: 0;
}

.textmarg {
  margin: 10px 2% 30px 2%;
}

.artic_box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.artic_box .clumimg {
  width: 100%;
  height: auto;
  display: block;
}

.topquesphoto {
  width: 150px;
  height: auto;
}

.feature_flx_box {
  padding-top: 30px;
}

/*リスト系*/
/*table共通*/
/* ページネーションの汎用スタイル */
/*ボタン*/
/*PC用スタイル項目*/
@media screen and (min-width: 1025px) {
  /*PC版構造*/
  .centerflx_box {
    display: flex;
    justify-content: space-evenly;
    padding-top: 40px;
  }
  .artic_box {
    margin: 0 1% 0 1%;
    min-width: 28%;
    max-width: 48%;
    width: 45%;
  }
  .prsection {
    padding: 2%;
    margin: 60px 0 0 0;
  }
  .page-box p {
    line-height: 2rem;
  }
  .box_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 75px 0 75px;
    border-color: #FFFFFF transparent transparent transparent;
    margin-left: auto;
    margin-right: auto;
  }
  .plan_blk {
    background-color: #fff;
  }
  .feature_flx_box {
    display: flex;
    justify-content: space-evenly;
  }
  .feature_box img {
    display: block;
    width: auto;
    height: 220px;
    margin: 0 auto 20px auto;
    background-color: #FFF;
    box-shadow: 5px 5px 0px #7A7A7A;
    -webkit-box-shadow: 5px 5px 0px #7A7A7A;
  }
  .side_slider {
    margin: 30px 0 40px 0;
  }
  .side_slider ul {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
  }
  .side_slider ul li {
    list-style: none;
    width: 240px;
  }
  .side_slider ul li img {
    width: 240px;
    border: 1px solid #A2A2A2;
    border-radius: 10px;
    height: 160px;
  }
  .side_slider ul li p {
    border-bottom: #838383 1px solid;
    padding-bottom: 5px;
  }
  .side_slider ul li a {
    display: block;
    background-color: #3AAF90;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 0.8rem;
  }
  /*メインナビゲーターハンバーガー処理*/
  /*PC版ヘッダー*/
  header {
    display: flex;
    justify-content: space-between;
  }
  /*トライアル系*/
  /*お問い合わせフォーム*/
  /*PC版文字*/
  .sec_caption {
    width: 80%;
    margin: 0 auto 30px auto;
  }
  .feature_box p {
    text-align: center;
    font-weight: 500;
  }
  .capcenter {
    text-align: center;
  }
  .green_cerclearw {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    line-height: 60px;
  }
  /*PC版フッター要素*/
  /*tablePC*/
  /*リスト系*/
}
/*タブレット用スタイル項目*/
@media screen and (max-width: 1024px) {
  .foot-build form .formbox {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 96%;
  }
  /*ボディーパーツ各種*/
  .prsection {
    padding: 2%;
    margin: 60px 0 0 0;
  }
  .centerflx_box {
    display: flex;
    justify-content: space-evenly;
  }
  .artic_box {
    margin: 0 1% 0 1%;
    min-width: 28%;
    max-width: 48%;
  }
  .artic_box ul {
    padding: 0;
  }
  .feature_flx_box {
    display: flex;
    justify-content: space-evenly;
  }
  .feature_box img {
    display: block;
    width: 80%;
    height: 160px;
    margin: 0 auto 20px auto;
    background-color: #FFF;
    box-shadow: 5px 5px 0px #7A7A7A;
    -webkit-box-shadow: 5px 5px 0px #7A7A7A;
  }
  /*タブレット版文字*/
  .pageheader {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .sec_caption {
    width: 80%;
    margin: 0 auto 50px auto;
  }
  .capcenter {
    text-align: center;
  }
  .box_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 75px 0 75px;
    border-color: #FFFFFF transparent transparent transparent;
    margin-left: auto;
    margin-right: auto;
  }
  .plan_blk {
    background-color: #fff;
  }
  .feature_flx_box {
    display: flex;
    justify-content: space-evenly;
  }
  .side_slider {
    margin: 30px 0 40px 0;
  }
  .side_slider ul {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 0 0 60px 0;
  }
  .side_slider ul li {
    list-style: none;
    width: 240px;
  }
  .side_slider ul li img {
    width: 240px;
    border: 1px solid #A2A2A2;
    border-radius: 10px;
    height: 160px;
  }
  .side_slider ul li p {
    border-bottom: #838383 1px solid;
    padding-bottom: 5px;
  }
  .side_slider ul li a {
    display: block;
    background-color: #3AAF90;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 0.8rem;
  }
  /*トライアル系*/
  /*お問い合わせフォーム*/
  /*左右コンテナありの状態*/
  /*リスト系*/
  /*PC版フッター要素*/
  .special-txt {
    line-height: 4rem;
    font-size: 2.6rem;
  }
}
/*スマホ用スタイル項目*/
@media screen and (max-width: 480px) {
  .wp-block-table {
    margin: 0 2% 40px 2%;
    width: 100%;
    overflow-x: scroll;
  }
  table {
    width: 190%;
  }
  .topquesphoto {
    display: none !important;
  }
  /*SMPボディーパーツ各種*/
  .prsection {
    padding: 2%;
    margin: 60px 0 0 0;
  }
  .centerflx_box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow-x: scroll;
    width: 100%;
    align-items: flex-start;
    position: relative;
    padding-bottom: 3%;
  }
  .slide_block {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    overflow-x: scroll;
    width: 100%;
    align-items: flex-start;
    position: relative;
  }
  /*	.centerflx_box::before{content:'<'; color:#fff; position: absolute; z-index:5; left:15px; top:150px; font-weight:800;}
  	.centerflx_box::after{content:'>'; color:#fff; position: absolute; z-index:5; right:15px; top:150px; font-weight:800;}*/
  .artic_box {
    margin: 0 auto;
    min-width: 90%;
    text-align: center;
  }
  .artic_box ul {
    padding: 0 0 0 30px;
    text-align: left;
  }
  .artic_box ul li {
    margin-left: auto;
    margin-right: auto;
  }
  .artic_box img {
    display: block;
  }
  .feature_flx_box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .feature_box p {
    text-align: center;
  }
  /*スマホ版文字*/
  .page-box h2.wp-block-heading {
    line-height: 2.4rem;
  }
  .page-box p {
    line-height: 2rem;
  }
  .page-box .wp-block-list li {
    margin-bottom: 10px;
  }
  .trial_feat .sec_caption {
    width: 100%;
    margin: 0px auto 40px auto;
    padding-top: 30px;
  }
  .sec_caption {
    width: 90%;
    margin: 0px auto 40px auto;
    padding-top: 30px;
  }
  .capcenter {
    text-align: center;
  }
  .box_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 75px 0 75px;
    border-color: #FFFFFF transparent transparent transparent;
    margin-left: auto;
    margin-right: auto;
  }
  .plan_blk {
    background-color: #fff;
  }
  .feature_flx_box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .feature_box img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 20px auto;
    background-color: #FFF;
    box-shadow: 5px 5px 0px #7A7A7A;
    -webkit-box-shadow: 5px 5px 0px #7A7A7A;
  }
  .side_slider {
    margin: 30px 0 40px 0;
  }
  .side_slider ul {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0 0 60px 0;
  }
  .side_slider ul li {
    list-style: none;
    width: 360px;
  }
  .side_slider ul li img {
    width: 360px;
    border: 1px solid #A2A2A2;
    border-radius: 10px;
    height: 160px;
  }
  .side_slider ul li p {
    border-bottom: #838383 1px solid;
    padding-bottom: 5px;
  }
  .side_slider ul li a {
    display: block;
    background-color: #3AAF90;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 0.8rem;
  }
  /*左右コンテナありの状態*/
  /*リスト系*/
  /*トライアル系*/
  /*お問い合わせフォーム*/
}
/*ブログのブロックエディタ対応用追加スタイル*/

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