@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (max-width: 768px){
.pc {
  display: none;
}

/* ヘッダー エリア */
#header_in .inner_left {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  padding-left: 10px;
  float: left;
}

#header_in .inner_left img {
  width: 180px;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  padding-right: 10px;
  float: right;
}

#menu {
  width: 40px;
  height: 40px;
  margin: 0;
  position: relative;
  cursor: pointer;
  float: right;
}
.fst{
  width: 40px;
  height: 40px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
  float: right;
  }
#menu .bar {
  width: 40px;
  height: 5px;
  background-color: #222222;
  position: absolute;
  left: 0;
  transition: .15s ease-in-out;
  display: inline-block;
}

#bar01 {
  top: 15px;
}

#bar02 {
  top: 27px;
}

#bar03 {
  top: 39px;
}

.active #bar01 {
  top: 27px;
  transform: rotate(45deg);
}

.active #bar02 {
  width: 0;
}
.active #bar03 {
  top: 27px;
  transform: rotate(-45deg);
}

#header_in .nav_sp {
  width: 100%;
  height: auto;
  padding: 0;
  /* border-top: 1px solid #ee7700; */
}

#header_in .nav_sp .left {
  width: 50%;
  height: auto;
  float: left;
  border-right: 1px solid #ee7700;
}

#header_in .nav_sp .right {
  width: 50%;
  height: auto;
  float: right;
}

#header_in .nav_sp .left li,
#header_in .nav_sp .right li {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px dotted #ee7700;
}

#header_in .nav_sp .left li:last-child,
#header_in .nav_sp .right li:last-child,
#header_in .nav_sp .left li:last-child:hover,
#header_in .nav_sp .right li:last-child:hover {
  border-bottom: 1px solid #ee7700;
}

#header_in .nav_sp .left li:hover,
#header_in .nav_sp .right li:hover {
  width: 100%;
  height: auto;
  background-color: #ee7700;
  border-bottom: 1px dotted #ffffff;
}

#header_in .nav_sp .left li a,
#header_in .nav_sp .right li a {
  font-size: clamp( 15px, 3.8vw, 16px );
  color: #333333;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  display: block;
}

#header_in .nav_sp .left li a:hover,
#header_in .nav_sp .right li a:hover {
  color: #ffffff;
}

.fixheader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
  z-index: 2;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

/* main_visual エリア */
#main_visual_in img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* パンくずリスト エリア */
#breadcrumb {
  width: 100%;
  margin-top: 1.302083333%;
  padding: 0 2.604166666%;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 { 
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.5px;
  color: #333333;
  margin-bottom: 5.208333333%;
  padding: 3.90625% 0;
  border-radius: 150px;
  background-color: #fef4e3;
}

#content h2 { 
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp( 18px, 4vw, 22px );
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 3.90625%;
  padding: 15px 12px;
  background-color: #ee7700;
}

#content h3 { 
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp( 17px, 4.2vw, 18px );
  font-weight: 400;
  text-align: left;
  line-height: 1.0em;
  color: #333333;
  margin-bottom: 2.604166666%;
  padding: 0.911458333% 0 1.953125% 2.604166666%;
  border-bottom: 2px dotted #cccccc;
  border-left: 7px solid #ee7700;
}

#content h4,
#content h5,
#content h6 { 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.0em;
  color: #333333;
  margin-bottom: 1.953125%;
  padding: 0 0 0.260416666% 1.302083333%;
  border-left: 3.9vw solid #ee7700;
}

#content .post {
  padding-bottom: 20px;
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 1.302083333%;
  right: 2.604166666%;
}

p.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: #ee7700;
  border: 1px solid #ffffff;
}

p.pagetop a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* フッター エリア */
#foot_contact_in ul.left {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#foot_contact_in ul.left li {
  width: 100%;
  height: auto; 
  margin-bottom: 5.208333333%;
  padding: 0;
}

#foot_contact_in ul.left li:last-child {
  margin: 0;
}

#foot_contact_in ul.left li:first-child img {
  width: 72.1153846%;
  height: auto; 
  margin: 0 auto;
  padding: 0;
}

#foot_contact_in ul.left li:first-child a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#foot_contact_in ul.left li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.3vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #333333;
}

#foot_contact_in ul.left li:last-child img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#foot_contact_in ul.right {
  width: 100%;
  height: auto; 
  margin-top: 7.8125%;
  padding: 0;
}

#foot_contact_in ul.right li:first-child {
  width: 100%;
  height: auto; 
  margin-bottom: 5.208333333%;
  padding: 0 5px 5px 0;
  border-right: 2px solid #1bc556;
  border-bottom: 2px solid #1bc556;
}

#foot_contact_in ul.right li a span.arrow {
  width: 20px;
  height: 20px;
  line-height: 1;
  color: #ffffff;
  margin: -11.0vw 2.0vw 0 0;
  transform: translateX(-25%) rotate(45deg);
  position: relative;
  float: right;
  display: inline-block;
}

#foot_contact_in ul.right li a span.arrow::before,
#foot_contact_in ul.right li a span.arrow::after {
  content: '';
  position: absolute;
  border-radius: 0.1em;
  background: currentColor;
}

#foot_contact_in ul.right li a span.arrow::before {
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
}

#foot_contact_in ul.right li a span.arrow::after {
  width: 3px;
  top: 0;
  right: 0;
  bottom: 0;
}

#foot_contact_in ul.right li:first-child a {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.6em;
  color: #ffffff;
  padding: 1.953125% 0 2.604166666% 0;
  background-color: #1bc556;
  display: block;
}

#foot_contact_in ul.right li:first-child a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  padding-bottom: 2.604166666%;
  color: #ffffff;
  display: block;
}

#foot_contact_in ul.right li:first-child a:hover {
  transition: 1.0s;
  color: #1bc556;
  border: 2px solid #1bc556;
  background-color: #ffffff;
}

#foot_contact_in ul.right li:first-child a:hover span {
  transition: 1.0s;
  color: #1bc556;
}

#foot_contact_in ul.right li:last-child {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0 5px 5px 0;
  border-right: 2px solid #ee7700;
  border-bottom: 2px solid #ee7700;
}

#foot_contact_in ul.right li:last-child a {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.6em;
  color: #ffffff;
  padding: 1.953125% 0 2.604166666% 0;
  background-color: #ee7700;
  display: block;
}

#foot_contact_in ul.right li:last-child a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  padding-bottom: 2.604166666%;
  display: block;
}

#foot_contact_in ul.right li:last-child a:hover {
  transition: 1.0s;
  color: #ee7700;
  border: 2px solid #ee7700;
  background-color: #ffffff;
}

#foot_contact_in ul.right li:last-child a:hover span {
  transition: 1.0s;
  color: #ee7700;
}

#footer_in ul {
  width: 100%;
  height: auto; 
  margin-bottom: 5.208333333%;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}

#footer_in ul li {
  width: 49%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ee7700;
}

#footer_in ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp( 15px, 3.8vw, 16px );
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #fff;
  margin: 0 2.604166666%;
  padding: 7.208333333% 0;
  border-bottom: 1px solid #ee7700;
  display: block;
}

#footer_in ul li a span.arrow {
  width: 8px;
  height: 8px;
  line-height: 1;
  color: #fff;
  margin-top: 1.0vw;
  transform: translateX(-25%) rotate(45deg);
  position: relative;
  float: right;
  display: inline-block;
}

#footer_in ul li a span.arrow::before,
#footer_in ul li a span.arrow::after {
  content: '';
  position: absolute;
  border-radius: 0.1em;
  background: currentColor;
}

#footer_in ul li a span.arrow::before {
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
}

#footer_in ul li a span.arrow::after {
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
}

#footer_in ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .copyright {
  font-family: "arial","メイリオ";
  font-size: 12px;
  text-align: center;
  color: #333333;
}

/* ウィジェット エリア */
#sidebar{
display: none;
}

/* カスタムHTML エリア */
.btn_side {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ee7700;
}

.btn_side02 {
  width: 100%;
  height: auto;
  margin-top: 5.859375%;
  padding: 0;
  background-color: #ee7700;
}

.btn_side a,
.btn_side02 a {
  font-family: "Noto Sans JP";
  font-size: 4.3vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 5.208333333% 0;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 1;
}

.btn_side a,
.btn_side02 a,
.btn_side a::after,
.btn_side02 a::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_side a::before,
.btn_side02 a::before,
.btn_side a::after,
.btn_side02 a::after {
  background: #c42702;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn_side a:hover,
.btn_side02 a:hover {
  color: #ffffff;
}

.btn_side a::after,
.btn_side02 a::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn_side a:hover::after,
.btn_side02 a:hover::after {
  width: 100%;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #cc0000;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #333333;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  color: #dc143c;
  margin-bottom: 20px;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

#content .pager span {
  color: #dc143c;
}

#content .pager a {
  color: #333333;
}

#content .pager a:hover {
  color: #dc143c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* トップページ エリア */
.top01 {
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
  padding: 0 2.604166666% 0% 2.604166666%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 35%, #fef4e3 35%, #fef4e3 100%);
  display: table;
}

.top01 ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.top01 ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 45px 0 3.90625% 0;
  border: 8px solid #eeeeee;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 30px;
}

.top01 ul li:first-child::before {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  content: '';
  background-image: url("http://kaikotsuban.com/wp-content/uploads/2023/02/top01_icon01.png");
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 50%;
}

.top01 ul li::before {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  background-image: url("http://kaikotsuban.com/wp-content/uploads/2023/02/top01_icon02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.top01 ul li:last-child::before {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  background-image: url("http://kaikotsuban.com/wp-content/uploads/2023/02/top01_icon03.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.top01 ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 7vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #444444;
}

.top01 ul li p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.4em;
  margin-top: 2.604166666%;
  display: block;
}

.top02 {
  width: 100%;
  height: auto;
  margin-bottom: 13.02083333%;
  padding: 0 2.604166666%;
  background-image: url("http://kaikotsuban.com/wp-content/uploads/2023/02/header_fotter_bg.png");
  background-position: center bottom;
  background-repeat: repeat;
  display: table;
}

.top02 .inner01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 6.510416666% 0;
  position: relative;
}

.top02 .inner02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 0 6.510416666% 0;
  position: relative;
}

.top02 .inner01::before {
  width: 35%;
  height: 120%;
  content: '';
  position: absolute;
  top: -20%;
  right: -1.923125%;
  background-image: url("http://kaikotsuban.com/wp-content/uploads/2023/02/top02_img.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.top02 .inner02::before {
  width: 35%;
  height: 120%;
  content: '';
  position: absolute;
  top: -20%;
  left: -1.923125%;
  background-image: url("http://kaikotsuban.com/wp-content/uploads/2023/02/top02_img02.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.top02 .inner01::after,
.top02 .inner02::after {
  width: 84px;
  height: 36px;
  margin-left: -42px;
  content: '';
  position: absolute;
  bottom: -36px;
  left: 50%;
  background-image: url("http://kaikotsuban.com/wp-content/uploads/2023/02/top02_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.top02 .inner01 strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.3vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.4em;
  color: #333333;
  display: block;
}

.top02 .inner02 ul {
  width: 100%;
  height: auto;
  margin: 0
  padding: 0;
}

.top02 .inner02 ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding-left: 33%;
  border: none;
}

.top02 .inner02 ul li:first-child {
  margin-bottom: 3.90625%;
  padding-bottom: 3.90625%;
  border-bottom: 1px solid #333333;
}

.top02 .inner02 ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.3vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  color: #333333;
  display: block;
}

.top02 .inner02 ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #333333;
}

.top03 {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 30px 3% 14%;
  display: table;
}

.top03 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top03 .inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp( 15px, 3.8vw, 16px );
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #333333;
  margin-bottom: 2.604166666%;
}

.top03 .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top03 .inner ul li {
  width: 70%;
  height: auto;
  margin: 7.8125% auto 0 auto;
  padding: 13.02083333% 0;
  border-radius: 50%;
  background-color: #ee7700;
  position: relative;
}

.top03 .inner ul li.first::after {
  width: 19.5%;
  height: 38%;
  content: '';
  position: absolute;
  bottom: -8%;
  right: 10%;
  background-image: url("http://kaikotsuban.com/wp-content/uploads/2023/02/top03_icon01.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul li.second::after {
  width: 19.5%;
  height: 38%;
  content: '';
  position: absolute;
  bottom: -8%;
  right: 10%;
  background-image: url("http://kaikotsuban.com/wp-content/uploads/2023/02/top03_icon02.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul li.third::after {
  width: 19.5%;
  height: 38%;
  content: '';
  position: absolute;
  bottom: -8%;
  right: 10%;
  background-image: url("http://kaikotsuban.com/wp-content/uploads/2023/02/top03_icon03.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul li.fourth::after {
  width: 19.5%;
  height: 38%;
  content: '';
  position: absolute;
  bottom: -8%;
  right: 10%;
  background-image: url("http://kaikotsuban.com/wp-content/uploads/2023/02/top03_icon04.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.3vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  color: #ffffff;
}

.top04 {
  width: 100%;
  height: auto;
  margin-bottom: 7.8125%;
  padding: 0 2.604166666%;
  display: table;
}

.top04 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp( 16px, 3.2vw, 18px );
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #333333;
    margin-bottom: 1em;
}

.top04 .inner ul li img {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
}

.top05 {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0 2.604166666%;
  display: table;
}

.top05 .inner_top {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top05 .inner_top strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  color: #333333;
  position: relative;
  display: block;
}

.top05 .inner_top strong::after {
  width: 3px;
  height: 10.0vw;
  margin: auto;
  content: "";
  position: absolute;
  bottom: -13.0vw;
  left: 0;
  right: 0;
  background-color: #ee7700;
  display: block;
}

.top05 .inner_bottom {
  width: 100%
  height: auto;
  margin-top: 18.0vw;
  padding: 0;
}

.top05 .inner_bottom ul {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
  background-color: #fef4e3;
}

.top05 .inner_bottom ul li {
  width: 100%
  height: auto;
  margin: 0;
  padding: 3.90625% 2.604166666% 2.604166666% 2.604166666%;
}

.top05 .inner_bottom ul li:first-child {
  padding: 0;
}

.top05 .inner_bottom ul li:last-child {
  padding: 0 3.90625% 5.208333333% 3.90625%;
}

.top05 .inner_bottom ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top05 .inner_bottom ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp( 18px, 5vw, 24px );
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  color: #333333;
  display: block;
}

.top05 .inner_bottom ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp( 16px, 3.2vw, 18px );
  font-weight: 400;
  text-align: justify;
  line-height: 1.6em;
  color: #333333;
}

.top06 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2.604166666% 9.114583333% 2.604166666%;
  display: table;
}

.top06 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top06 .inner .title {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding-bottom: 3.90625%;
  border-bottom: 2px solid #ee7700;
}

.top06 .inner .title strong {
  font-family: "Noto Sans JP";
  font-size: 8.0vw;
  line-height: 1.0em;
  color: #ee7700;
  display: block;
}

.top06 .inner .title span {
  font-size: 3.5vw;
  line-height: 1.0em;
  color: #333333;
  margin-top: 2.604166666%;
  display: block;
}

.top06 .inner .news {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top06 .inner .news ul {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 3.90625%;
  border-bottom: 1px solid #cccccc;
  display: table;
}

.top06 .inner .news ul li:first-child {
  width: 100%;
  height: auto;
  margin-bottom: 1.953125%;
  padding: 1.302083333% 0;
}

.top06 .inner .news ul li:first-child p {
  font-size: 12px;
  line-height: 1.0em;
  color: #666666;
}

.top06 .inner .news ul li:first-child p a {
  font-family: "Noto Sans JP";
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin-left: 3.90625%;
  padding:  0.130208333% 3.90625% 0.260416666% 3.90625%; 
  background-color: #ee7700;
}

.top06 .inner .news ul li:last-child {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top06 .inner .news ul li:last-child a {
  font-size: clamp( 15px, 3.8vw, 16px );
  text-decoration: none;
  line-height: 1.0em;
  color: #333333;
  display: block;
}

.top06 .inner .news ul li:first-child p a:hover,
.top06 .inner .news ul li:last-child a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top06 .inner .news ul li:last-child span {
  font-size: 3.0vw;
  line-height: 1.0em;
  color: #666666;
  margin-top: 1.953125%;
  display: block;
}

.top06 .inner .lnk {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
}

.top06 .inner .lnk a {
  width: 60%;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ee7700;
  margin: 0 auto;
  padding: 2.604166666% 0;
  border: 3px solid #ee7700;
  background: none;
  position: relative;
  text-transform: uppercase;
  display: block;
}

.top06 .inner .lnk a,
.top06 .inner .lnk a::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.top06 .inner .lnk a::before,
.top06 .inner .lnk a::after {
  background: #ee7700;
  content: '';
  position: absolute;
  z-index: -1;
}

.top06 .inner .lnk a:hover {
  color: #ffffff;
}

.top06 .inner .lnk a::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.top06 .inner .lnk a:hover:after {
  width: 100%;
}

/* 初めての方ページ エリア */
.beginner01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.beginner01 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.beginner01 .inner img {
  width: 80%;
  height: auto;
  margin: 0 auto 3.90625% auto;
  padding: 0;
}

.beginner01 .inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp( 15px, 3.8vw, 16px );
  font-weight: 400;
  line-height: 1.6em;
  color: #333333;
  margin-bottom: 2.604166666%;
}

/* 料金ページ エリア */
.price01,
.price02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.price01 table,
.price02 table {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
}

.price01 table th {
  width: 31%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 2.604166666%;
  border: 1px solid #dddddd;
  background-color: #ee7700;
}

.price01 table td {
  width: 23%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  line-height: 1.0em;
  color: #555555;
  margin: 0;
  padding: 2.604166666%;
  border: 1px solid #dddddd;
  background: none;
}

.price01 table td.type01 {
  color: #ffffff;
  background-color: #ee7700;
}

.price02 table th {
  width: 50%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 2.604166666%;
  border: 1px solid #dddddd;
  background-color: #ee7700;
}

.price02 table td {
  width: 50%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  line-height: 1.0em;
  color: #555555;
  margin: 0;
  padding: 2.604166666%;
  border: 1px solid #dddddd;
}

.price02 p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp( 15px, 3.8vw, 16px );
  font-weight: 400;
  line-height: 1.4em;
  color: #333333;
}

#guide_page div#guide_image {
  padding: 0;
  margin-bottom: 20px;
  flex-direction: column;
}
#guide_page div#guide_image:before {
  width: 100%;
  height: auto;
  right: 0;
  top: 32vw;
}
#guide_page div#guide_image.wrap2 {
  padding: 0;
  margin-bottom: 20px;
  flex-direction: column;
}
#guide_page div#guide_image.wrap2:before {
    width: 100%;
    height: auto;
    left: 0;
    top: 42vw;
}
#content .guide_image_text h3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
    border: none;
}
#guide_page div#guide_image figure.guide_image_img {
  width: 100%;
  text-align: center;
  padding: 0 10%;
}
#guide_page div#guide_image .guide_image_text {
    width: 100%;
    padding: 0 35px;
    padding-bottom: 25px;
}
#guide_page div#guide_image .guide_image_text p {
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.5;
}
	
.insurance_txt {
    font-size: 15px;
    padding: 8px;
    border-radius: 5px;
    background: #fff8eb;
    border: #ee7700 2px solid;
    font-weight: 600;
    color: #f76900;
}

/*2023/03/01|追記*/
.top10 p.btn.pc {
    display: none;
}
.top10 p.btn.sp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top10 p.btn a {
    margin-bottom: 15px;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #ee7802, #ffad5a);
    position: relative;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
}


















































/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 1.953125%;
  float: left;
  border-bottom: 1px dotted #666666;
}

.post_inner .thum {
  width: 21.97802197%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.post_inner .show_post {
  width: 75.27472527%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.post_inner .show_post li {
  width: 100%;
  height: auto;
  margin-bottom: 0.911458333%;
  padding: 0;
  float: left;
}

.post_inner .show_post li.cat_mark_box p.cat_mark {
  width: auto;
  height: auto;
  line-height: 1.0em;
  margin: 0;
  padding: 0 3px;
  float: left;
  background-color: #ee7700;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-size: 10px;
  color: #ffffff;
  text-decoration: none; 
}

.post_inner .show_post li.cat_mark_box p.cat_date {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 1.4em;
  color: #666666;
  float: right;
}

.post_inner .show_post li.cat_title_box p.cat_title {
  font-weight: bold;
  line-height: 1.2em;
}

.post_inner .show_post li.cat_title_box p.cat_title a {
  font-size: 15px;
  color: #333333;
  text-decoration: none;
  line-height: 1.2em;
  display: block;
}

.post_inner .show_post li.cat_text_box {
  margin: 0;
}

.post_inner .show_post li.cat_text_box p.cat_text {
  line-height: 1.2em;
}

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-size: 13px;
  color: #666666;
  line-height: 1.3em;
  text-decoration: none; 
  display: block;
}

.post_inner .show_post li.cat_title_box p.cat_title a:hover,
.post_inner .show_post li.cat_text_box p.cat_text a:hover,
.post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
  transition: 1.0s;
  opacity: 0.3;
}
}

/*2023/02/13|追記*/
@media screen and (max-width: 768px){
  #fs_block3145 {
      padding: 0rem 1.5rem 2.5rem 1.5rem;
  }
}

/*2023/02/14|フッターポップアップ*/
@media screen and (max-width: 768px){
  .popup-block {
      display: flex !important;
      width: 100%;
      position: fixed !important;
      bottom: 0px !important;
      left: 0px !important;
      z-index: 3 !important;
      justify-content: space-between;
  }
  .popup-block a {
      vertical-align: middle;
      width: calc(100% / 3);
      text-align: center;
      height: 70px;
  }
  .popup-block img {
      margin: 0 auto;
      max-height: 70px;
      width: auto;
      height: 18vw;
  }
  .popup-block .icon_tel {
      background: #5285cc;
  }
  .popup-block .icon_line {
      background: #00b900;
  }
  .popup-block .icon_mail {
      background: #f75050;
      width: calc(100% / 3);
  }
  div#foot_contact_in ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  div#foot_contact_in ul .tel {
    width: 100%;
    margin-bottom: 15px;
  }
  div#foot_contact_in ul li p {
    margin: 10px 0px;
    text-align: center;
  }
}
