@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 .description {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 1.302083333%;
  padding: 0.3em 0;
  background-color: #2171c8;
}

#header_in .logo {
  width: 50.82417583%;
  height: auto;
  margin-left: 2.604166666%;
  padding-top: 1.627604166%;
  float: left;
}

#header_in .logo img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .logo a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#header_in .nav {
  width: 35.15625%;
  height: auto;
  margin-bottom: 1.302083333%;
  padding: 0;
  float: right;
}

#header_in .nav ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_in .nav ul li {
  width: 29.62962962%;
  height: auto;
  margin-right: 3.703703703%;
  padding: 0;
}

#header_in .nav ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .nav ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#header .nav_sp {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #2171c8;
  float: left;
}

#header .nav_sp ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#header .nav_sp ul li{
  width: 50%;
  text-align: center;
  padding: 13px 0;
  border-right: solid 1px #2171c8;
  border-bottom: dotted 1px #2171c8;
  background: #fff;
}

#header .nav_sp ul li:nth-child(even){
  border-right: 0;
}

#header .nav_sp ul li:last-child{
  border-right: 0;
  border-bottom: solid 1px #2171c8;
  width: 100%;
}

#header .nav_sp ul li a{
  color: #040b33;
  text-decoration: none;
  text-align: center;
  font-size: 3.8vw;
}

#header .nav_sp ul li a :hover{

}

.fixheader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
  z-index: 3;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

/* メインヴィジュアル エリア */
#main_visual img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top-catch span strong{
  font-size: 18px;
}

#main_visual_in .top {
  text-align: center;
  background: #fef4e6;
  margin: 0 auto 0;
}

#main_visual_in .top img{
  width: auto;
  margin: auto;
}

#main_visual_in .bottom{
  background: rgb(221, 237, 255);
  background: linear-gradient(360deg, rgba(221, 237, 255, 1) 100%, rgba(255, 255, 255, 0) 100%);
  padding: 20px 20px;
}

#main_visual_in .bottom img{
  width: auto;
  margin: auto;
}

/* パンくずリスト エリア */
div.breadcrumbs {
  max-width: 100%;
  margin: 10px 10px 0;
}

div.breadcrumbs span{
  font-size: 13px;
}

div.breadcrumbs span a{
  color: #000;
}

/* コンテンツ エリア */
#content h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 4.557291666%;
  padding: 0.4em 0.5em;
  border-radius: 5px;
  background: linear-gradient(#2171c8 0%, #2171c8 50%, #04468f 50%, #2e73bd 100%);
}

#content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 0.4em 0.4em 0.4em 1.0em;
  position: relative;
  background-color: #2171c8;
  box-shadow: 0 0 0 0 #2171c8, 0 0 0 0 #2171c8, 3px 5px 5px -5px #040b33;
  margin-top: 1em;
}

#content h2::before {
  width: 0;
  height: 0;
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent;
  border-right-color: #040b33;
}

#content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.7;
  color: #3d3d3d;
  margin-bottom: 20px;
  padding: 0.5em 0.4em 0.55em 0.8em;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: solid 8px #2171c8;
  background-color: #f2f8ff;
  margin-top: 1em;
}

#content h4,
#content h5,
#content h6 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 600;
  line-height: 1.7;
  color: #3d3d3d;
  margin-bottom: 2.604166666%;
  padding-left: 1.5em;
  position: relative;
}

#content h4::before,
#content h5::before,
#content h6::before {
  width: 2.7vw;
  height: 2.7vw;
  content: '';
  position: absolute;
  left: 1.9vw;
  bottom: 1.3vw;
  border-radius: 50%;
  background-color: #2171c8;
  display: block;
}

#content h4::after,
#content h5::after,
#content h6::after { 
  width: 1.7vw;
  height: 1.7vw;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #2171c8;
  display: block;
}

#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;
  z-index: 10001;
  bottom: 16.0vw;
  right: 2.604166666%;
}

p.pagetop a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: #2171c8;
  border: 1px solid #ffffff;
  display: block;
}

p.pagetop a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* フッター エリア */
#footer_in .footer_contact {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 50px 20px;
  display: table;
}

#footer_in .footer_contact h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 6.5vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #040b33;
}

#footer_in .footer_contact h3 span {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.5vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.0em;
  color: #040b33;
  margin-top: 0.7em;
  display: block;
}

#footer_in .footer_contact .inner_top {
  width: 100%;
  height: auto; 
  margin-top: 5.208333333%;
  padding: 0;
  display: table;
}

#footer_in .footer_contact .inner_top .right {
  width: 100%;
  height: auto; 
  margin-bottom: 5.208333333%;
  padding: 0;
}

#footer_in .footer_contact .inner_top .right img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .footer_contact .inner_top .left {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0 2.604166666%;
}

#footer_in .footer_contact .inner_top .left ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .footer_contact .inner_top .left ul li {
  width: 100%;
  height: auto; 
  margin-bottom: 1.5em;
  padding: 0;
}

#footer_in .footer_contact .inner_top .left ul li:first-child {
  margin-bottom: 0.6em;
}

#footer_in .footer_contact .inner_top .left ul li:last-child {
  margin: 0;
}

#footer_in .footer_contact .inner_top .left ul li:first-child img {
  width: 70.3125%;
  height: auto; 
  margin: 0 auto;
  padding: 0;
}

#footer_in .footer_contact .inner_top .left ul li:first-child a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .footer_contact .inner_top .left ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  color: #040b33;
}

#footer_in .footer_contact .inner_top .left ul li:last-child img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .footer_contact .inner_middle {
  width: 100%;
  height: auto; 
  margin: 0;;
  padding: 7.8125% 2.604166666% 5.208333333% 2.604166666%;
  display: table;
}

#footer_in .footer_contact .inner_middle a {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #596bb3;
  padding: 0.3em 0;
  background-color: #ffffff;
  border: 1px solid #596bb3;
  border-radius: 7px;
  display: block;
}

#footer_in .footer_contact .inner_middle a span {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.1em;
  color: #596bb3;
  margin-top: 0.2em;
  display: block;
}

#footer_in .footer_contact .inner_middle a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .footer_contact .inner_bottom {
  width: 100%;
  height: auto;
  padding: 0 2.604166666%;
  display: table;
  margin: 20px 0 0;
}

#footer_in .footer_contact .inner_bottom ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer_in .footer_contact .inner_bottom ul li {
  width: 49.15254237%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .footer_contact .inner_bottom ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  padding: 0.5em 0;
  background-color: #040b33;
  border-radius: 7px;
  display: block;
}

#footer_in .footer_contact .inner_bottom ul li:last-child a {
  background-color: #49bc54;
}

#footer_in .footer_contact .inner_bottom ul li a span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-top: 0.5em;
  display: block;
}

#footer_in .footer_contact .inner_bottom ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .footer_contact .btn_box{
  margin: 20px 70px 0;
}

#footer .footer_nav {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 60px 20px 100px;
  background-color: #2171c8;
  display: table;
}

#footer .footer_nav .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer .footer_nav .inner .left {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
}

#footer .footer_nav .inner .left img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#footer .footer_nav .inner .left a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#footer .footer_nav .inner .left p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  color: #ffffff;
  margin-top: 1.953125%;
}

#footer .footer_nav .inner .left ul {
  width: 100%;
  height: auto; 
  margin-top: 3.255208333%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#footer .footer_nav .inner .left ul li {
  width: 48.96978021%;
  height: auto; 
  margin-top: 2.06043956%;
  padding: 0;
  background-image: url("images/footer_nav_icon.png");
  background-position: right 1.0em center;
  background-repeat: no-repeat;
  background-size: 3.0vw;
  background-color: #2171c8;
}

#footer .footer_nav .inner .left ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 1.5em 0 1.5em 1.5em;
  display: block;
  width: 80%;
}

#footer .footer_nav .inner .left ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer .footer_nav .top .right{
  width: 100%;
  margin: 0 0 30px;
}

#footer .footer_nav .top .right ul {
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}

#footer .footer_nav .top .right ul li {
  width: 47%;
  height: auto;
  padding: 0;
  background-image: url(images/footer_nav_icon.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 13px;
}

#footer .footer_nav .top .right ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.7vw;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  line-height: 1.7;
  color: #ffffff;
  margin: 0;
  padding: 0 0 0 20px;
  display: block;
}

#footer .footer_nav .top .right ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer .footer_nav .bottom{
  margin: 0 0 30px;
}

#footer .footer_nav .bottom ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}

#footer .footer_nav .bottom ul li{
  width: 48%;
}

#footer .footer_nav .inner .copyright {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 5.208333333%;
  display: table;
}

#footer .footer_nav .inner .copyright p {
  font-size: 3vw;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}

/* slidemenu style */
#footer #slidemenu {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
  border-top: 1px solid #ffffff;
  box-shadow: 0 -3px 5px rgba(89,107,179,0.2);
  background-color: #ffffff;
}

#footer #slidemenu ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
}

#footer #slidemenu ul li {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer #slidemenu ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer #slidemenu ul li a:hover img {
  transition: 1.0s;
  opacity: 0.5;
  cursor: pointer;
}

/* slide_tel style */
.slide_tel {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 39.0625%;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 20000;
}

.slide_tel .inner {
  width: 86.97916666%;
  height: auto;
  margin: 0 auto;
  padding: 4.491017964% 0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,1.0);
  background-color: #ffffff;
}

.slide_tel .inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
  color: #2171c8;
}

.slide_tel .inner ul {
  width: 100%;
  height: auto;
  margin: 4.491017964% 0;
  padding: 2.994011976% 5.988023952%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f8ff;
}

.slide_tel .inner ul li {
  width: 48.20788535%;
  height: auto;
  margin: 0;
  padding: 0;
}

.slide_tel .inner ul li a {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;  
  line-height: 1.3em;
  color: #ffffff;
  margin: 0;
  padding: 7.042253521% 0;
  border-radius: 7px;
  display: block;
}

.slide_tel .inner ul li:first-child a {
  background-color: #2171c8;
}

.slide_tel .inner ul li:last-child a {
  background-color: #2171c8;
}

.slide_tel .inner a:hover,
.slide_tel .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
  cursor: pointer;
}

.slide_tel .inner span {
  width: 86.97916666%;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.3em;
  color: #2171c8;
  margin: 0 auto;
  display: block;
}

.slide_tel .inner a {
  width: 64.07185628%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;  
  line-height: 1.0em;
  color: #ffffff;
  margin: 4.491017964% auto 0 auto;
  padding: 1.497005988% 0 2.245508982% 0;
  border-radius: 8.0vw;
  background-color: #2171c8;
  display: block;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container img {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

#sidebar #widget-area .widget-container a img:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#sidebar #widget-area .widget-container .side_menu {
  margin-bottom: 3.90625%;
}

#sidebar #widget-area .widget-container .side_menu p a {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 0.8em 0;
  transform: rotate(.03deg);
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

#sidebar #widget-area .widget-container .side_menu p a {
  background-color: #2171c8;
}

#sidebar #widget-area .widget-container .side_menu p a:hover {
  color: #ffffff;
}

#sidebar #widget-area .widget-container .side_menu p a::after {
  width: 100%;
  height: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

#sidebar #widget-area .widget-container .side_menu p a::after {
  background-color: #040b33;
}

#sidebar #widget-area .widget-container .side_menu p a:hover:after {
  height: 100%;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0 2.604166666%;
  border: 1px solid #cccccc;
  border-top: none;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  line-height: 1.2em;
  margin: 0;
  padding: 1.2em 0 1.0em 3.25vw;
  border-bottom: 1px dotted #666666;
  background-image: url("https://linkwin-client.pecori.jp/test014/wp-content/themes/amaterasu/images/side_nav_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 2.25vw;
}

#sidebar #widget-area .widget-container ul li:last-child {
  border: none;
}

#sidebar #widget-area .widget-container ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.0em;
  color: #666666;
  margin: 0;
  padding: 0;
  transform: rotate(.03deg);
  display: inline-block;
  position: relative;
  float: none;
}

#sidebar #widget-area .widget-container ul li a::after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  background-color: #2171c8;
}

#sidebar #widget-area .widget-container ul li a:hover::after {
  transform: scale(1, 1);
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  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;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #cc0000;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 0.8em 0;
  background-color: #2171c8;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* 店舗情報（カスタムHTML） エリア */
.side_info {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 20px;
  border: 1px solid #cccccc;
  border-top: none;
}

.side_info img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.side_info p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.3em;
  color: #666666;
  margin-bottom: 3.90625%;
  padding: 0 2.604166666%;
}

.side_info p strong {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 700;
  line-height: 1.0em;
  color: #2171c8;
  margin-bottom: 0.3em;
  padding: 0;
  display: block;
}

/* コメント エリア */
#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: 10px 0 10px 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content h4.not_found::before,
#content h4.not_found::after {
  content: 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 #000000;
}

#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: #ffffff;
  border: solid 1px #2171c8;
  background: #2171c8;
  padding: 5px 10px;
  border-radius: 7px;
}

#content .pager a {
  color: #2171c8;
  border: solid 1px #2171c8;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 7px;
}

#content .pager a:hover {
  color: #dc143c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* トップページ エリア */
.top_contact {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 7.8125% 2.604166666%;
  background-color: #f2f8ff;
}

.top_contact .inner_top {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_contact .inner_top a {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #596bb3;
  padding: 0.3em 0;
  background-color: #ffffff;
  border: 1px solid #596bb3;
  border-radius: 7px;
  display: block;
}

.top_contact .inner_top a span {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.1em;
  color: #596bb3;
  margin-top: 0.2em;
  display: block;
}

.top_contact .inner_top a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_contact .inner_bottom {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  display: table;
}

.top_contact .inner_bottom ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_contact .inner_bottom ul li {
  width: 49.15254237%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_contact .inner_bottom ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  padding: 0.5em 0;
  background-color: #040b33;
  border-radius: 7px;
  display: block;
}

.top_contact .inner_bottom ul li:last-child a {
  background-color: #49bc54;
}

.top_contact .inner_bottom ul li a span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-top: 0.5em;
  display: block;
}

.top_contact .inner_bottom ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_concept {
  width: 100%;
  height: auto; 
  margin: 0;
  padding-bottom: 5.208333333%;
  display: table;
}

.top_concept .inner {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_concept .inner .left {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_concept .inner .left img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_concept .inner .right {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 5.208333333% 2.604166666% 0 2.604166666%;
}

.top_concept .inner .right ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_concept .inner .right ul li {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_concept .inner .right ul li:first-child {
  margin-bottom: 5.208333333%;
}

.top_concept .inner .right ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600; 
  line-height: 1.4em;
  color: #2171c8;
  display: block;
}

.top_concept .inner .right ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 400; 
  text-align: justify;
  line-height: 1.8em;
  color: #666666;
  margin-bottom: 2.604166666%;
}

.top_reason {
  width: 100%;
  height: auto; 
  margin: 0;
  padding-bottom: 3.90625%;
  display: table;
}

.top_reason .reason_title {
  width: 97.39583333%;
  height: auto; 
  margin: 0 auto 7.8125% auto;
  padding-bottom: 3.90625%;
  border-bottom: 2px solid #2171c8;
}

.top_reason .reason_title strong {
  font-family: "Noto Serif JP", serif;
  font-size: 6.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0em;
  color: #333333;
  display: block;
}

.top_reason .reason_title strong .green {
  font-family: "Noto Serif JP", serif;
  color: #2171c8;
  font-size: 6.5vw;
}

.top_reason .reason_title strong .fnt_size {
  font-family: "Noto Serif JP", serif;
  font-size: 5.3vw;
  text-align: center;
  line-height: 1.3em;
  display: block;
}

.top_reason .inner {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_reason .inner .img_left,
.top_reason .inner .img_right {
  width: 100%;
  height: auto; 
  margin-bottom: 7.8125%;
  padding: 0;
  display: table;
}

.top_reason .inner .img_left .img_box,
.top_reason .inner .img_right .img_box {
  width: 100%;
  height: auto; 
  margin-bottom: 5.208333333%;
  padding: 0;
}

.top_reason .inner .img_left .img_box img,
.top_reason .inner .img_right .img_box img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_reason .inner .img_left ul,
.top_reason .inner .img_right ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0 2.604166666%;
}

.top_reason .inner .img_left ul li,
.top_reason .inner .img_right ul li {
  width: 100%;
  height: auto; 
  margin-bottom: 3.90625%;
  padding: 0;
}

.top_reason .inner .img_left ul li:last-child,
.top_reason .inner .img_right ul li:last-child {
  margin: 0;
}

.top_reason .inner .img_left ul li img,
.top_reason .inner .img_right ul li img {
  width: 21.97802199%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_reason .inner .img_left ul li strong,
.top_reason .inner .img_right ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4em;
  color: #2171c8;
  display: block;
}

.top_reason .inner .img_left ul li p,
.top_reason .inner .img_right ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6em;
  color: #333333;
}

.top_method{
  margin: 0;
  padding: 50px 10px 30px;
  width: auto;
  background: rgb(195, 196, 205);
  background: linear-gradient(0deg, rgba(195, 196, 205, 1) 0%, rgba(245, 245, 245, 1) 100%);
  position: relative;
}

.top_method::after {
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -50px;
  content: url(https://linkwin-client.pecori.jp/test014/wp-content/themes/amaterasu/images/heading_allow_gray.png);
  z-index: 2;
  text-align: center;
}

#content h2.top_h2_ttl01{
  position: relative;
  background: no-repeat;
  box-shadow: none;
  text-align: center;
  color: #2d2d2d;
  padding: 0 0 23px;
  margin: 0;
  font-size: 4.8vw;
  font-family: "Noto Sans JP", sans-serif;
}

#content h2.top_h2_ttl01:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 70px;
  height: 5px;
  transform: translateX(-50%);
  background: rgb(33, 113, 200);
  background: linear-gradient(270deg, rgba(33, 113, 200, 1) 50%, rgba(255, 127, 0, 1) 50%);
  border: 0;
}

.top_method .top_method_wrap {
  display: flex;
  justify-content: space-between;
  margin: 4% auto;
  flex-direction: column;
}

.top_method .top_method_wrap li {
  margin: 16px auto;
}

.top_shinbu_detail_inner {
  background: url(https://linkwin-client.pecori.jp/test014/wp-content/themes/amaterasu/images/top_shinbu_bg.png) no-repeat bottom;
  background-size: cover;
  padding: 80px 0 40px;
  width: auto;
  position: relative;
}

.top_shinbu_detail_inner::after {
  width: 200px;
  height: 52px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -50px;
  content: url(https://linkwin-client.pecori.jp/test014/wp-content/themes/amaterasu/images/heading_allow_light.png);
  z-index: 2;
  text-align: center;
}

.top_shinbu_detail_inner img{
  margin: auto;
}

.top_technique {
  padding: 100px 20px 80px;
  position: relative;
}

#content .top_technique h2.ttl{
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  text-align: center;
}

#content .top_technique h2::before{
  display: none;
}

#content .top_technique h2.ttl img{
  margin: auto;
}

.top_technique_list_wrap {
  margin: 30px 0 0;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #f0f0f0 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #f0f0f0 calc(100% - 2px));
  background-size: 18px 18px;
  background-repeat: repeat;
  background-position: center center;
  border: 1px solid #fa8304;
  padding: 40px 30px;
}

.top_technique_list {
  margin: 0 auto 20px;
  display: flex;
  text-align: center;
  position: relative;
  flex-direction: column;
  gap: 40px 0;
}

.top_technique_list li{

}

.top_technique_list li.batsu {
  display: none;
}

.top_technique_list li p.img img{
  margin: auto;
}

.top_technique_list p{
  margin: 0 0 20px;
}

.shinbu_yajirushi{
  margin: 0 0 30px;
}

.shinbu_yajirushi img{
  margin: auto;
}

.top_gaiyou_img03{
  margin: 0 0 30px;
}

.top_gaiyou_img03 img{
  margin: auto;
}

#content .top_technique h3.ttl {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 4.8vw;
  color: #fa8304;
  font-family: "Noto Sans JP", sans-serif;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

.top_technique_list_wrap .sejutu_type{
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_technique_list_wrap .sejutu_type li{
  width: 48%;
}

.top_athlete_voice {
  padding: 0 20px 80px;
  position: relative;
}

.top_athlete_voice img{
  margin: auto;
}

#content .top_athlete_voice h2.top_h2_ttl01{
  margin: 0 0 30px;
}

#content .top_athlete_voice p{
  margin: 0 0 30px;
}

.more02{
  margin: 40px 0 0;
  text-align: center;
}

.more02 a{
  display: inline-block;
}

.more02 a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.more02 img{
  width: 80%;
  margin: auto;
}

.top_suisen {
  padding: 0 20px 80px;
  position: relative;
  width: auto;
  margin: auto;
}

#content .top_suisen h2.ttl{
  padding: 0;
  margin: 0 0 30px;
  background: none;
  box-shadow: none;
  text-align: center;
}

#content .top_suisen h2::before{
  display: none;
}

#content .top_suisen h2.ttl img{
  margin: auto;
}

.top_suisen .method_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px 0;
}

.top_suisen .method_wrap li{
  width: 100%;
}

.top_suisen_box {
  margin: 10px 0 0;
  padding: 20px;
  background: #ffffbf;
  border: 3px solid #fa8304;
  height: auto;
}

.top_suisen_box img{
  margin: 0 0 20px;
}

.top_suisen_box p{
  font-size: 3.7vw;
  margin: 0;
}

.top_check_list {
  margin: 0;
  background: #2171c8;
  padding: 60px 20px;
}

#content .top_check_list h2.ttl {
  padding: 0;
  margin: 0 0 20px;
  background: none;
  box-shadow: none;
  text-align: center;
  position: relative;
}

#content .top_check_list h2.ttl::before{
  display: none;
}

#content .top_check_list h2.ttl::after {
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -68px;
  content: url(https://linkwin-client.pecori.jp/test014/wp-content/themes/amaterasu/images/heading_allow.png);
  text-align: center;
}

#content .top_check_list h2.ttl img{
  margin: 0 auto;
}

.top_manga {
  background: #fff;
  padding: 60px 20px 40px;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #f0f0f0 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #f0f0f0 calc(100% - 2px));
  background-size: 18px 18px;
  background-repeat: repeat;
  background-position: center center;
}

.top_manga p{
  margin: 0 0 20px;
}

.top_manga p img{
  margin: 0 auto;
}

.manga_hidden {
  display: none;
}

#manga_Button{
  background: none;
  border: 0;
}

/* 下層ページ共通 */
p{
  margin: 0 0 20px;
}

p:last-child{
  margin: 0;
}

.center{
  text-align: center;
}

.center img{
  margin: auto;
}

.text {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.text p{
  margin: 0 0 20px;
}

.text p.img_left {
  margin: 0 16px 16px 0;
  float: left;
  width: 47%;
}

.text p.img_right {
  margin: 0 0px 16px 16px;
  float: right;
  width: 47%;
}

span.bold{
  font-weight: 700;
}

iframe{
  height: 300px;
}

.conts {
  margin: 0 20px 0;
}

/* テーブル */
table{
  width: 100%;
  border-collapse:  collapse;
}

table.table01{
  margin: 0 0 20px;
}

table.table01 tr{
  border: 0;
}

table.table01 th{
  width: 40%;
  background: #FFFFCC;
  padding: 10px;
  border: solid 1px #bdbdae;
  text-align: center;
  font-weight: normal;
}

table.table01 td{
  vertical-align: middle;
  text-align: center;
  padding: 3px;
  border: solid 1px #bdbdae;
}

/* 初めての方へ */
.text .aisatu{
  margin: 0 20px 0 0;
}

.aisatu_txt {
  background: #F0F7EE;
  border-radius: 8px;
  padding: 30px 50px;
  margin: 0 auto 0;
  width: 80%;
}

.aisatu_txt ul li{
  list-style: disc;
}

.about_iiduka{
  width: 100%;
  margin: 0 auto;
}

.about_iiduka ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 80%;
  justify-content: space-between;
  margin: auto;
}

.about_iiduka ul li{
  width: 48%;
}

.nagare ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nagare li {
  width: 48%;
  margin: 8px auto;
  padding: 13px;
  border: solid 1px #E1D0B3;
  background: #FFFFDD;
  -webkit-box-shadow: 2px 2px 2px 0 #E1D0B3;
  box-shadow: 2px 2px 2px 0 #E1D0B3;
  overflow: hidden;
}

.nagare li p{
  margin: 0 0 10px;
}

.nagare li p:last-child{
  margin: 0;
}

.nagare li img{
  margin: auto;
}

/* アクセス */
.access_box{
  width: 100%;
  margin: auto;
}

.access_box_in{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}

.access_box_in .img_box{
  width: 100%;
}

.access_box_in .img_box img{
  margin: auto;
}

.access_box_in .text_box{
  width: 100%;
}

.access_box_in .text_box p{
  margin: 0 0 10px;
}

.access_box_in .text_box img{
  margin: auto;
}

/* 店舗一覧 */
.shop_map iframe{
  border: 0;
}

.shop_link ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.shop_link ul li a {
  background: #e8e5de;
  display: block;
  padding: 10px 20px;
  color: #333;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 0px 4px -3px rgba(0, 0, 0, 0.6);
}

.shop_link ul li a:hover {
  opacity: 0.7;
}

.shop_list {
  margin: 0 auto;
  width: 100%;
}

.shop_list li {
  margin: 0 auto 30px;
  border-radius: 12px;
  background: #FEF1D6;
  padding: 24px;
}

.shop_list_in{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 0 16px;
}

.shop_list_in figure{
  margin: 0;
}

.shop_list_in img{
  margin: 0 auto;
}

.shop_list_left {
  margin: 0 0 13px;
}

#content .shop_list_left h4{
  background: none;
  border-left: solid 8px #ff7272;
  padding: 7px 20px;
}

#content .shop_list_left h4::before,
#content .shop_list_left h4::after{
  display: none;
}

.shop_detail a,
.shop_tel a,
.shop_line a {
  display: block;
  padding: 11px;
  background: #FF9326;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  border-radius: 100px;
  color: #fff;
}

.shop_detail a{
  margin: 0 auto;
}

.shop_tel a {
  background: #FF7272;
}

.shop_line a {
  background: #84C62A;
}

.shop_contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.shop_contact li{
  margin: 0;
  padding: 0;
}

/* 体＆YURAGIストレッチ */
.corebody_catch_list {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 24px;
}

.corebody_catch_list li {
  padding: 6px 0 6px 48px;
  margin: 0 0 8px;
  border-bottom: dotted 2px #888;
  background: url(images/catch_ico01.png) no-repeat left center;
}

.machine_list {
  background: url(images/machine_list_bg.png);
  padding: 20px;
  margin: 0 auto 0;
  width: 100%;
}

.machine_list li {
  background: #FFF;
  overflow: hidden;
  margin: 0 0 16px;
  padding: 20px;
}

.machine_list li img{
  margin: auto;
}

.machine_list_tit ul li{
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.machine_list_tit p.ttl{
  border-top: solid 1px #e80000;
  border-bottom: solid 1px #e80000;
  padding: 20px 0;
}

.corebody_txt {
  background: #EEEEEE;
  padding: 20px;
}

.corebody_txt p.ttl{
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 30px 0;
}

.corebody_txt span{
  color: #fcafa7;
}

/* 推薦者の声 */
.top_recommend {
  padding: 20px;
  margin: 0;
  color: #333;
  background: #e4fcff;
  border-top: solid 6px #1dc1d6;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.top_recommend_flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 0 30px;
}

.top_recommend_flex p {
  text-align: center;
}

p.top_recommend_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 4.7vw;
}

.top_recommend_flex .left{
  padding: 0 40px 0 30px;
}

.top_recommend_flex .left p{
  font-weight: 700;
  font-size: 19px;
}

.top_recommend_flex .left p.img{
  margin: 0 0 10px;
}

.top_recommend_flex ul li{
  margin: 0 0 10px;
  font-weight: 600;
}

/* 投稿ページ */
.catch_list{
  overflow: hidden;
}

.catch_list p.img_right{
  width: 100%;
  float: none;
}

.catch_list p.img_right img{
  margin: auto;
}

.catch_list li {
  margin: 0 0 4px;
  padding: 13px 0 13px 45px;
  background: url(images/post/catch_ico01.png) no-repeat top 18px left 10px;
  background-size: 30px;
  font-size: 3.8vw;
  font-weight: 500;
  border-bottom: dotted 2px #c9c9ba;
}

/* 日付 */
.single_date{
  margin: 0 0 20px;
}

.single_date p{
  text-align: right;
  font-size: 13px;
}

/* お問い合わせページ エリア */
.wpcf7 label {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #666666;
}

.wpcf7 p input[type="text"],
.wpcf7 p input[type="email"],
.wpcf7 p input[type="tel"],
.wpcf7 p input[type="date"],
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #665544;
  margin: 1.0em 0 3.0em 0;
  padding: 1.0em;
  border: 1px solid #8290ca;
  background-color: #fefefe;
}
  
.wpcf7 p textarea {
  width: 100%;
  height: auto;
  margin-top: 0.5em;
  padding: 1.0em;
  border: 1px solid #8290ca;
  background-color: #fefefe;
}

.wpcf7 p select {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #666666;
  margin: 1.0em 0 3.0em 0;
  padding: 1.0em;
  border: 1px solid #8290ca;
}

.wpcf7 p select option {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #666666;
}

.wpcf7 p span.required {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.0em;
  color: #ffffff;
  padding: 1px 1.0em 3px 1.0em;
  background-color: #596bb3;
} 
  
.wpcf7 p {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #666666;
  padding: 0;
} 

.wpcf7 p.radio {
  margin-bottom: 3.0em;
}

span.wpcf7-list-item-label {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 400;
  color: #666666;
  margin: 1.0em 0 0 0.5em;
  display: inline-block;
}
  
.wpcf7 p span.accept {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.0em;
  color: #596bb3;
}
  
.wpcf7 p input[type="submit"] {
  width: 60% !important;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 5.208333333% auto 0 auto;
  padding: 0.7em 0;
  background: linear-gradient(to bottom, #8290ca 0%, #596bb3 100%);
  border: 1px solid #596bb3;
  display: block;
}

.wpcf7 p input[type="submit"]:hover {
  background: linear-gradient(to bottom, #596bb3 0%, #8290ca 100%);
  border: 1px solid #596bb3;
}

::-webkit-input-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 200;
  line-height: 1.3em;
  color: #cccccc;
}

::-moz-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 200;
  line-height: 1.3em;
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 200;
  line-height: 1.3em;
  color: #cccccc;
}

/* お問い合わせ・サンクスページ エリア */
.page_contact {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.page_contact p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #333333;
  margin-bottom: 5.208333333%;
}

.page_contact ul {
  width: 100%;
  height: auto; 
  margin-bottom: 6.510416666%;
  padding: 0;
}

.page_contact ul li {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.page_contact ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #333333;
  margin-bottom: 5.208333333%;
}

.page_contact ul li img {
  width: 100%;
  height: auto; 
  margin-bottom: 2.604166666%;
  padding: 0;
}

.page_contact ul li a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

.page_contact .view {
  width: 100%;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}

.page_contact .view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page_thanks {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.page_thanks p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 600;
  line-height: 1.6em;
  color: #666666;
}

/* 対応症状一覧ページ エリア */
#cases_wrap .case-block span.case-title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #2171c8;
  padding: 1.0em;
  display: block;
}

#cases_wrap .case-block span.case-title::before {
  color: #2171c8;
  margin-right: 1.0em;
  content: "-";
  transform: scaleX(4);
  display: inline-block;
}

#cases_wrap .case-block span.case-title::after {
  color: #2171c8;
  margin-left: 1.0em;
  content: "-";
  transform: scaleX(4);
  display: inline-block;
}

#cases_wrap .case-block ul {
  width: 100%;
  margin-bottom: 3.90625%;
  overflow: hidden;
}

#cases_wrap .case-block li {
  width: 50%;;
  padding: 0.3em;
  float: left;
}

#cases_wrap .case-block a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  padding: 0.8em 0.3em;
  border-radius: 5px;
  background-color: #2171c8;
  transition: 0.2s;
  overflow: hidden;
  position: relative;
  display: block;
}

#cases_wrap .case-block a span {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
}

#cases_wrap .case-block a::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #ffffff;
  display: inline-block;
}

#cases_wrap .case-block a:hover {
  transform: scale(0.9);
  opacity: 0.5;
}

/* フェイシャル・ダイエット */
.cases_list01{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 0 20px;
}

.cases_list02{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0 0 30px;
}

.cases_list02 li{
  width: 45%;
}

.cases_list02 li img{
  margin: auto;
}

.facial_diet_faq {
  background-color: #fff8f1;
}

.facial_diet_faq dl {
  width: 93%;
  border-bottom: 2px dotted #6b4c4a;
  margin: 0 auto;
}

.facial_diet_faq dl:last-child{
  border-bottom: 0;
}

.facial_diet_faq dl .txtQuestion {
  padding: 27px 0 27px 60px;
  position: relative;
}

.facial_diet_faq dl .txtQuestion p {
  font-size: 15px;
  color: #673300;
}

.facial_diet_faq dl .txtQuestion::before {
  content: 'Q.';
  display: inline-block;
  background: #5acaef;
  position: absolute;
  left: 7px;
  width: 38px;
  height: 38px;
  top: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 37px;
}

.facial_diet_faq dl .txtAnser {
  padding: 0 0 27px 60px;
  position: relative;
}

.facial_diet_faq dl .txtAnser p {
  font-size: 15px;
  color: #673300;
}

.facial_diet_faq dl .txtAnser::before {
  content: 'A.';
  display: inline-block;
  background-color: #ff7272;
  position: absolute;
  left: 7px;
  width: 38px;
  height: 38px;
  top: -8px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 37px;
}

.b_a{
  border: solid 1px #ff7200;
  width: 100%;
  margin: 0 auto 30px;
  border-radius: 30px;
  padding: 20px;
}

.b_a p.ttl{
  border-bottom: solid 1px #ff7200;
  text-align: center;
  font-size: 23px;
  padding: 0 0 10px;
  color: #673300;
}

.b_a_in_01{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.b_a_in_01 div{
  width: 43%;
}

.b_a_in_01 p{
  text-align: center;
  margin: 0 0 15px;
  font-size: 23px;
}

.b_a_in_01 .text01{
  color: #673300;
}

.b_a_in_01 .text02{
  color: #ff7200;
}

/* 交通事故治療 */
.text_one{
  width: 100%;
  margin: 0 auto;
}

.jiko_list li div{
  padding: 0px 0px 0px 57px;
  background-image: url(images/post/chk-B_1.svg);
  background-repeat: no-repeat;
  background-size: 37px 37px;
  background-position: top 13px left 0;
  margin: 0 0 30px;
}

.jiko_list li div p{
  margin: 0 0 20px;
}

.jiko_list li div p.p_text01{
  font-size: 18px;
  font-weight: 700;
}

.jiko_list li div p.p_text01 span{
  background-color: #ffff00;
  color: #ff0000;
  font-size: 20px;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 1.953125%;
  float: left;
  border-bottom: 1px dotted #d1d1d1;
}

.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_date {
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 500;
  color: #212020;
  line-height: 1.4em;
}

.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: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2em;
  color: #040b33;
  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-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  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;
}
}