/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
/* ヘッダー追加 */
	#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
  background-color: rgb(86 86 86 / 70%);
}
/* トップページでは背景なしに */
#header.is-top {
  background-color: transparent;
}
#header.scrolled,
.fixheader.scrolled{
  background-color: rgba(0, 0, 0, 0.7); /* ← スクロール後の背景色 */
}

  /* トップスライダー追加CSS */
  /* ベース設定 */
  .intro {
    position: relative;
    height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
  }
	.parent{
		padding-top: 200px;
	}
  .intro__inner {
    /*   position: relative; */
    z-index: 20;
  }

  .intro__title {
	  font-size: 4rem;
    letter-spacing: 0.15em; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-family: serif;
	  color: #fff;
  }

  .intro__copy {
    font-size: 1.5rem;
  }

  /* 背景画像エリア */
  .intro__images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
 	filter: brightness(50%); 
  }

  /* 各画像 */
  .intro__image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.2);
    /* 初期：ちょいズーム */
    opacity: 0;
    transition: opacity 0.5s ease, transform 4s ease;
  }

  .intro__image.active {
    opacity: 1;
    transform: scale(1);
    /* ズームアウト */
  }

  .intro__mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #e7e4e4;
    z-index: 10;
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.6s ease;
  }

  .intro__mask.animate {
    transform: scaleX(1);
  }



  /* ヘッダー エリア */
	.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  flex-wrap: wrap;
}

.logo img {
  max-width: 200px;
  height: auto;
}

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 6px 10px;
  transition: color 0.3s;
  color: #fff;
}

.nav-menu li a:hover {
  color: #007acc;
}
  .logo {
    width: auto;
    height: auto;
    margin: 0;
    float: left;
  }

  .logo a img {
    width: 210px;
  }

  .tel {
    width: auto;
    height: auto;
    margin: 0;
    display: flex;
    height: 100px;
    align-items: center;
    position: fixed;
    z-index: 100;
  }

  .tel li {
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    color: #0760d9;
    margin: 10px;
  }

  /* .tel li:last-child {
  padding: 0 0 0 18px;
  background-image: url("images/header_tel_icon.png");
  background-position: 0 5px;
  background-repeat: no-repeat;
} */

  .tel li a {
    font-family: "arial";
    /*   font-size: 24px; */
    text-decoration: none;
    color: #333;
    font-size: 0.8rem;
    font-weight: bold;
  }

  .tel li a:hover {
    color: #666666;
  }

  /* float */
  p.right {
    float: right;
    margin: 0px 0px 7px 7px;
  }

  p.left {
    float: left;
    margin: 0px 7px 0px 7px;
  }

  /* フォント系 */
  .bold {
    font-weight: bold;
  }

  .red {
    color: #dc143c;
  }

  /* ボタン */
  div.btn1 {
    padding: 10px 57px;
    text-align: center;
    width: 300px;
    background: #cc0000;
    margin: auto;
    border-radius: 3px;
  }

  div.btn1:hover {
    background: #e32a2a;
  }

  div.btn1 p {
    background-image: url("images/yajirushi_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
  }

  div.btn1 a {
    font-weight: bold;
    color: #FFF;
  }

  div.btn1 a:link {
    color: #fff;
    text-decoration: none;
  }

  div.btn1 a span {
    font-size: 25px;
  }

  /* グローバルナビ エリア */
  ul.nav {
    width: 1040px;
    height: 40px;
    background-image: url("images/divider.png");
    background-position: left top;
    background-repeat: no-repeat;
  }

  ul.nav li {
    width: auto;
    height: auto;
    margin: 0;
    float: left;
  }

  ul.nav li a:hover {
    opacity: 0.5;
  }

  /* サブヴィジュアル エリア */
  #sub_visual_in p {
    font-family: "arial";
    font-size: 30px;
    color: #444444;
    text-align: center;
    line-height: 1.2em;
    padding-top: 35px;
  }

  #sub_visual_in p span {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    display: block;
  }

  #sub_visual_in h1 {
    font-family: "arial", "メイリオ";
    font-size: 30px;
    font-weight: bold;
    color: #444444;
    text-align: center;
    line-height: 1.2em;
    padding-top: 35px;
  }

  #sub_visual_in h1 strong {
    font-size: 18px;
    color: #666666;
    text-align: center;
    display: block;
  }

  #sub_visual_in h1 a {
    font-family: "arial", "メイリオ";
    font-size: 30px;
    color: #444444;
    text-align: center;
    line-height: 1.2em;
    padding-top: 35px;
    text-decoration: none;
  }

  .single #sub_visual_in h1 a {
    font-family: "メイリオ";
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    line-height: 1.2em;
    padding-top: 50px;
    text-decoration: none;
  }

  #sub_visual_in h1 a:hover {
    color: #c48d3a;
  }

  /* パンくずリスト エリア */
  #breadcrumb {
    width: 1000px;
    height: auto;
    margin: 0 auto 10px auto;
  }

  #breadcrumb div {
    font-size: 12px;
    display: inline-block;
  }

  #breadcrumb strong {
    display: none;
  }

  /* コンテンツ エリア */
  #content h1 {
    width: 100%;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 auto 30px auto;
    padding: 0;
    clear: both;
    color: #c48d3a;
    text-align: center;
  }

  #content h2 {
    width: auto;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 auto 20px auto;
    padding: 0;
    clear: both;
    color: #c42222;
    text-align: center;
  }

  #content h3 {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 auto 15px auto;
    clear: both;
    text-align: left;
    background: #393939;
    color: #fff;
    padding: 7px 15px;
    border-left: solid 5px #c00;
  }

  #content h4,
  #content h5,
  #content h6 {
    width: auto;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 auto 15px auto;
    padding: 0;
    clear: both;
    color: #333333;
    text-align: left;
  }

  #content h1 a {
    font-size: 40px;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #content h2 a {
    font-size: 36px;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #content h3 a {
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #content h4 a,
  #content h5 a,
  #content h6 a {
    font-size: 26px;
    font-weight: normal;
    text-decoration: none;
    color: #333333;
  }

  #content h1 a:hover,
  #content h2 a:hover,
  #content h3 a:hover {
    color: #333333;
  }

  #content h4 a:hover,
  #content h5 a:hover,
  #content h6 a:hover {
    color: #c48d3a;
  }

  #content .post {
    padding-bottom: 20px;
  }

  #content .eye_catch img {
    margin: 0 10px 20px 0;
    float: left;
  }

  /* 1カラム コンテンツ エリア */
  #c1_content h1 {
    width: 100%;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 auto 30px auto;
    padding: 0;
    clear: both;
    color: #c48d3a;
    text-align: center;
  }

  #c1_content h2 {
    max-width: 1040px;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 auto 20px auto;
    padding: 0;
    clear: both;
    color: #c48d3a;
    text-align: center;
  }

  #c1_content h3 {
    max-width: 1040px;
    width: 100%;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 auto 15px auto;
    padding: 0;
    clear: both;
    color: #c48d3a;
    border-bottom: 1px solid #c48d3a;
    text-align: left;
  }

  #c1_content h4,
  #c1_content h5,
  #c1_content h6 {
    max-width: 1040px;
    width: 100%;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 auto 15px auto;
    padding: 0;
    clear: both;
    color: #333333;
    text-align: left;
  }

  #c1_content h1 a {
    font-size: 40px;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #c1_content h2 a {
    font-size: 36px;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #c1_content h3 a {
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #c1_content h4 a,
  #c1_content h5 a,
  #c1_content h6 a {
    font-size: 26px;
    font-weight: normal;
    text-decoration: none;
    color: #333333;
  }



  #c1_content h1 a:hover,
  #c1_content h2 a:hover,
  #c1_content h3 a:hover {
    color: #333333;
  }

  #c1content h4 a:hover,
  #c1content h5 a:hover,
  #c1content h6 a:hover {
    color: #c48d3a;
  }

  #c1_content .post {
    padding-bottom: 20px;
  }

  #c1_content .eye_catch img {
    margin: 0 10px 20px 0;
    float: left;
  }

  /* 新着情報 エリア */
  #c1_content .news_box {
    width: 1040px;
    height: auto;
    margin: 0 auto;
    padding: 15px 20px;
    border: 1px solid #cccccc;
  }

  #c1_content .news_box .news_title {
    width: auto;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
    color: #666666;
  }

  #c1_content .news_box .news {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: auto;
  }

  #c1_content .news_box .news .pick {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #c1_content .news_box .news .pick li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0 0 10px 50px;
    display: table;
    border-bottom: 1px dotted #666666;
  }

  #c1_content .news_box .news .pick li span.entry_header {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #333333;
    line-height: 1.1em;
    margin-right: 15px;
    float: left;
    display: block;
  }

  #c1_content .news_box .news .pick li span.cat {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.4em;
    margin-right: 15px;
    padding: 0 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    float: left;
    display: block;
  }

  #c1_content .news_box .news .pick li span.cat a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
  }

  #c1_content .news_box .news .pick li span.cat a:hover {
    opacity: 0.7;
  }

  #c1_content .news_box .news .pick li span.unclassified {
    background-color: #000000;
  }

  #c1_content .news_box .news .pick li span.news {
    background-color: #cc9966;
  }

  #c1_content .news_box .news .pick li span.entry_title {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #333333;
    line-height: 1.1em;
    margin: 0;
    float: left;
    display: block;
  }

  #c1_content .news_box .news .pick li span.entry_title a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
  }

  #c1_content .news_box .news .pick li span.entry_title a:hover {
    text-decoration: underline;
  }

  .antivirus img {
    margin: 0 auto;
  }

  /* まずは無料カウンセリングエリア */
  .part_cta {
    background: #383838;
    padding: 10rem 0;
  }

  .wi1100 {
    width: 1100px;
    margin: 0 auto;
  }

  .part_cta .txt {
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    line-height: 1.6;
  }

  .part_cta .btn_cta_grad {
    margin: 0 auto;
  }

  .btn_cta_grad {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 60rem;
    min-height: 8rem;
  }

  .btn_cta_grad a {
    background: #f19d2b;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    display: block;
    height: 100%;
    position: relative;
    letter-spacing: 0.25em;
    min-height: 8rem;
    text-decoration: none;
  }

  .btn_cta_grad a:before {
    content: "";
    background: #ef8200;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .btn_cta_grad a div {
    background-size: 12px auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 8rem;
  }

  /* よくある質問エリア */
  .catchTxt {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 5rem;
  }

  .bg_gray2 {
    background: #e8e9ea;
  }

  .layout_2col {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
	padding-top: 30px;
  }

  .engTit {
    font-size: 5rem;
    letter-spacing: 0.05em;
    font-family: "hl";
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    color: #d2d5d8;
  }

  .col_main {
    flex: 1;
  }

  .catchTxt {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 5rem;
  }

  .faq .faqBox {
    margin-bottom: 3rem;
  }

  .faq .faqBox dt {
    display: flex;
    background: #fff;
    min-height: 5rem;
    cursor: pointer;
    position: relative;
  }

  .faq .faqBox dd {
    margin-top: 10px;
  }

  .faq .faqBox dt::before,
  .faq .faqBox dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 1rem;
    height: 2px;
    background-color: #be9c0d;
    transition: all 0.3s ease-in-out;
  }

  .faq .faqBox dt::before {
    transform: rotate(90deg);
  }

  .faq .faqBox dt::after {
    transform: rotate(0deg);
  }

  .faq .faqBox dt.open::before {
    transform: rotate(0deg);
    opacity: 0;
  }

  .faq .faqBox .q {
    width: 5rem;
    background: #be9c0d;
    font-size: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 700;
  }

  .faq .faqBox .qTit {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    padding: 1rem 6rem 1rem 3rem;
    flex: 1;
  }

  /* TOP アーカイブ */
  .top_archive_wrap {
    background-image: url(images/wrapper_bg.png);
    padding: 60px 0;
  }

  .top_archive_box {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 57px;
  }

  .top_archive_box ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .top_archive_box ul li {
    width: 100%;
    border-bottom: dotted 1px #cfcfcf;
    padding: 13px 0;
  }

  .top_archive_box ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .top_archive_box ul li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
  }

  .top_archive_box ul li a:hover {
    opacity: 0.4;
  }

  .top_archive_box ul li a span.n-day {
    margin-right: 13px;
  }

  /* 続きを読む エリア */
  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;
  }

  /* サイドバー エリア */
  #sidebar h3 {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 8px 0 8px 15px;
    color: #666666;
    background-color: #f8f8f8;
    border-top: 4px solid #cc0000;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }

  /* ページトップ エリア */
  p.pagetop {
    display: none;
    position: fixed;
    bottom: 130px;
    right: 55px;
  }

  p.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    color: #ffffff;
    background-color: #444444;
    border: 1px solid #ffffff;
  }

  p.pagetop a:hover {
    opacity: 0.7;
    color: #cc0000;
  }

  /* フッター エリア */
  #footer_in .footer_logo {
    width: auto;
    height: auto;
    margin-top: 3px;
    padding: 0;
    float: left;
  }

  #footer_in .footer_logo p {
    font-size: 15px;
    color: #ffffff;
    margin-top: 40px;
  }

  #footer_in .footer_logo a img {
    width: 210px;
  }

  #footer_in .footer_nav {
    width: 585px;
    height: auto;
    margin: 0;
    float: right;
  }

  #footer_in .footer_nav p {
    font-size: 14px;
    color: #cccccc;
  }

  #footer_in .footer_nav p a {
    font-size: 14px;
    color: #cccccc;
    text-decoration: none;
  }

  #footer_in .footer_nav p a:hover {
    color: #ffffff;
  }

  #footer_in .footer_nav ul {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
  }

  #footer_in .footer_nav ul li {
    width: auto;
    height: auto;
    float: left;
  }

  /* フッターナビ */
  #footer_in .f_n ul {
    list-style-type: circle;
  }

  #footer_in .f_n ul li {
    display: inline-block;
    width: 47%;
  }

  #footer_in .f_n ul li a {
    color: #fff;
    text-decoration: none;
  }

  #copyright p {
    width: auto;
    height: auto;
    font-family: "arial";
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin: 0;
  }

  .footer_bar {
    width: 100%;
    height: auto;
    padding: 0;
    display: table;
    background-color: rgba(153, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    display: block;
    z-index: 99;
  }

  .footer_bar .footer_bar_in {
    width: 1040px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
	display: none;
  }

  .footer_bar .footer_bar_in img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  /* 選ばれる理由エリア */
  .front-third {
    margin-top: 40px;
  }

  .third-box {
    width: 86%;
    margin: 0 auto 65px;
	line-height: 1.8;
  }

  .front-third-inner {
    position: relative;
  }

  .flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .third-box:nth-of-type(odd) .front-third-text {
    padding-right: 4em;
  }

  .front-third-text {
    box-sizing: border-box;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
  }

  .front-third-img {
    width: 50%;
    box-sizing: border-box;
  }

  .front-third-img img {
    display: block;
    width: 100%;
    box-shadow: 0px 40px 70px -30px rgb(0 0 0 / 16%);
  }

  .third-box:nth-of-type(even) .front-third-text {
    margin-left: 50%;
    padding-left: 4em;
  }

  .third-box:nth-of-type(even) .front-third-img {
    margin-left: -100%;
  }

  .front-third-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #191919;
    width: 100%;
    line-height: 1.6;
  }

  .front-third {
    counter-reset: number;
  }

  .third-box .front-third-text h3::before {
    counter-increment: number 1;
    content: "POINT "counter(number) " ";
    font-weight: 500;
    font-size: 100px;
    margin-bottom: 25px;
    display: block;
    line-height: 1;
    width: 100%;
    font-family: 'Asap Condensed', sans-serif;
  }

  /* ウィジェット エリア */
  #sidebar #widget-area {
    width: 100%;
    height: auto;
    display: table;
  }

  #sidebar #widget-area .widget-container {
    width: 271px;
    height: auto;
    float: left;
    clear: both;
  }

  #sidebar #widget-area .widget-container ul {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
    float: left;
    clear: both;
  }

  #sidebar #widget-area .widget-container ul li {
    width: auto;
    height: auto;
    margin: 0;
    background: #161616;
    padding: 10px 23px;
    border-bottom: 1px solid #fff;
  }

  #sidebar #widget-area .widget-container ul li:last-child {
    border-bottom: 0px;
  }

  #sidebar #widget-area .widget-container ul li a {
    width: auto;
    height: auto;
    display: block;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    display: -webkit-flex;
    display: flex;
  }

  #sidebar #widget-area .widget-container ul li a:hover {
    color: #b6b0b0;
    text-decoration: underline;
  }

  #sidebar #widget-area .widget-container ul li a .fa {
    margin-right: 13px;
    font-size: 23px;
    text-align: center;
    width: 23px;
    color: #fff;
  }

  #sidebar #widget-area .widget-container p {
    margin-bottom: 7px;
    font-size: 15px;
  }

  #sidebar #widget-area .widget-container div.side_black {
    background: #0760d9;
    padding: 7px;
    margin-bottom: 7px;
  }

  #sidebar #widget-area .widget-container div.side_black h2 {
    color: #fff;
    text-align: center;
  }

  #sidebar #widget-area .widget-container div.side_black p {
    color: #fff;
  }

  #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 {
    width: auto;
    font-size: 18px;
    /* line-height: 16px; */
    font-weight: bold;
    position: relative;
    line-height: 1em;
    padding: 15px 0 13px 43px;
    letter-spacing: 1.25px;
/*     color: #2d5a8c; */
	color: #333;
    border-top: 5px solid #2d5a8c;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }

  #sidebar #widget-area .widget-container h3:before {
    content: '';
    width: 24px;
    height: 24px;
/*     background: #2d5a8c; */
	background: #333;
    border-radius: 3px;
    position: absolute;
    left: 9px;
    top: 9px;
  }

  #sidebar #widget-area .widget-container h3:after {
    content: '';
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    content: "";
    height: 7px;
    position: absolute;
    left: 14px;
    top: 16px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 7px;
  }

  #sidebar #widget-area .widget-container .tagcloud {
    margin-bottom: 20px;
  }

  #sidebar #widget-area .widget-container .rss-widget-icon {
    margin: 0 5px 20px -5px;
    float: left;
  }

  /* コメント エリア */
  #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 #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: #dc143c;
  }

  #content .pager a {
    color: #000000;
  }

  #content .pager a:hover {
    color: #dc143c;
  }

  /* 404 エリア */
  #content a.reverse_lnk {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
  }

  /* トップページ エリア */
  #c1_content .antivirus {
    margin-bottom: 4%;
  }

  #c1_content .point_box_out {
    width: 100%;
    height: auto;
    margin: 0px 0;
    background-color: #0760d9;
    display: table;
  }

  #c1_content .point_box_out .point_box {
    width: 1040px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0 50px 0;
  }

  #c1_content .point_box_out .point_box p {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
  }

  #c1_content .point_box_out .point_box p span {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    display: block;
  }

  #c1_content .point_box_out .point_box .inner_type01 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 35px 80px;
    background-color: #ffffff;
  }

  #c1_content .point_box_out .point_box .inner_type02 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 35px 80px;
    background-color: #eeeeee;
  }

  #c1_content .point_box_out .point_box .inner_type01 ul,
  #c1_content .point_box_out .point_box .inner_type02 ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #c1_content .point_box_out .point_box .inner_type01 ul li,
  #c1_content .point_box_out .point_box .inner_type02 ul li {
    width: 100%;
    height: auto;
    font-size: 30px;
    font-weight: bold;
    color: #0760d9;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  #c1_content .point_box_out .point_box .inner_type01 ul li p,
  #c1_content .point_box_out .point_box .inner_type02 ul li p {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    text-align: left;
    line-height: 1.6em;
  }

  #c1_content .point_box_out .point_box .inner_type01 ul li img,
  #c1_content .point_box_out .point_box .inner_type02 ul li img {
    width: auto;
    height: auto;
    margin: 20px auto;
    padding: 0;
  }

  #c1_content .point_box_out .point_box .inner_type01 ul li:first-child img,
  #c1_content .point_box_out .point_box .inner_type02 ul li:first-child img {
    width: auto;
    height: auto;
    margin: 0 auto 10px auto;
  }

  #c1_content .catch_box_out {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #c1_content .catch_box_out .catch_box {
    width: 1040px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0 50px 0;
  }

  #c1_content .catch_box_out .catch_box ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #c1_content .catch_box_out .catch_box ul li {
    width: 100%;
    height: auto;
    font-size: 30px;
    font-weight: bold;
    color: #0760d9;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }

  #c1_content .catch_box_out .catch_box ul li p {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    text-align: left;
    line-height: 1.6em;
    padding-bottom: 20px;
  }

  #c1_content .catch_box_out img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /* TOPのみフォーム */
  #c1_content .contact_box_out {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px 0;
  }

  #c1_content .contact_box_out .contact_box {
    width: 1040px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
  }

  #c1_content .contact_box_out .contact_box .link {
    argin: 0 auto;
    text-align: center;
  }

  #c1_content .contact_box_out .contact_box .link .mailform {
    text-decoration: none;
  }

  #c1_content .contact_box_out .contact_box .link p.title {
    width: 60%;
    height: auto;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #dc143c;
    margin: 0 auto 40px auto;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #dc143c;
  }

  #c1_content .contact_box_out .contact_box img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  #c1_content .contact_box_out .contact_box table {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
  }

  #c1_content .contact_box_out .contact_box table th {
    width: 30%;
    height: auto;
    font-size: 15px;
    color: #666666;
    margin: 0;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table th span.required {
    font-size: 13px;
    color: #dc143c;
  }

  #c1_content .contact_box_out .contact_box table td {
    width: 70%;
    height: auto;
    font-size: 15px;
    color: #444444;
    margin: 0;
    padding: 10px;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table td span.your-name input[type="text"],
  #c1_content .contact_box_out .contact_box table td span.text-252 input[type="text"] {
    width: 40%;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table td span.your-email input[type="email"] {
    width: 50%;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table td span.tel-696 input[type="tel"] {
    width: 50%;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table td span.text-427 input[type="text"] {
    width: 10%;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table td span.your-message textarea {
    width: 100%;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box p input[type="submit"] {
    width: 30%;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 3px 0;
    display: block;
  }

  #c1_content .contact_box_out .contact_box p input[type="submit"]:hover {
    opacity: 0.7;
  }

  #c1_content .contact_box_out .contact_box p span.required {
    width: auto;
    height: auto;
    font-size: 13px;
    color: #ffffff;
    margin: 0;
    padding: 2px 7px 0 7px;
    background-color: #ff3300;
  }

  #c1_content .contact_box_out .contact_box .agree p {
    font-size: 14px;
    color: #ff3300;
    margin: 5px 0 15px 0;
  }

  .contact_box_out h3 {
    width: auto !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    margin: 0 auto 15px auto !important;
    clear: both !important;
    text-align: left !important;
    background: #393939 !important;
    color: #fff !important;
    padding: 7px 15px !important;
    border-left: solid 5px #c00 !important;
  }

  /* フォーム */
  #content .contact_box_out {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px;
  }

  #content .contact_box_out .contact_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
  }

  #content .contact_box_out .contact_box p.title {
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #dc143c;
    margin: 0 auto 40px auto;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #dc143c;
  }

  #content .contact_box_out .contact_box img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  #content .contact_box_out .contact_box table {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
  }

  #content .contact_box_out .contact_box table th {
    width: 30%;
    height: auto;
    font-size: 15px;
    color: #666666;
    margin: 0;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table th span.required {
    font-size: 13px;
    color: #dc143c;
  }

  #content .contact_box_out .contact_box table td {
    width: 70%;
    height: auto;
    font-size: 15px;
    color: #444444;
    margin: 0;
    padding: 10px;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table td span.your-name input[type="text"],
  #content .contact_box_out .contact_box table td span.text-252 input[type="text"] {
    width: 40%;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table td span.your-email input[type="email"] {
    width: 50%;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table td span.tel-696 input[type="tel"] {
    width: 50%;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table td span.text-427 input[type="text"] {
    width: 10%;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table td span.your-message textarea {
    width: 100%;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box p input[type="submit"] {
    width: 30%;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 3px 0;
    display: block;
  }

  #content .contact_box_out .contact_box p input[type="submit"]:hover {
    opacity: 0.7;
  }

  #content .contact_box_out .contact_box p span.required {
    width: auto;
    height: auto;
    font-size: 13px;
    color: #ffffff;
    margin: 0;
    padding: 2px 7px 0 7px;
    background-color: #ff3300;
  }

  #content .contact_box_out .contact_box .agree p {
    font-size: 14px;
    color: #ff3300;
    margin: 5px 0 15px 0;
  }

  /* メニュー＆料金ページ エリア */
  /*.price_box {
  width: 1040px;
  height: auto;
  margin: 0 auto 60px auto;
  padding: 20px;
  border: 1px solid #cccccc;
  background-color: #f8f8f8;
}

.price_box table {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}

.price_box table th {
  width: 6.6%;
  height: auto;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 10px;
  border: 1px solid #c48d3a;
  background-color: #990000;
}

.price_box table td {
  width: 20%;
  height: auto;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 10px;
  border: 1px solid #c48d3a;
  background-color: #fff;
}

.price_box .table_wrap{
  margin-bottom: 40px;
}

.price_box .table_wrap .b2{
  width: 6.6%;
}

.price_box .table_wrap p{
  font-size: 14px;
}

.price_box .table_wrap .table_text{
  font-size: 14px;
  text-align: left;
}*/

  /*2022/01/26　メニュー＆料金ページ エリア追記*/
  table {
    width: 100%;
    border-collapse: collapse;
  }

  table tr {
    border-bottom: solid 2px white;
  }

  table tr:last-child {
    border-bottom: none;
  }

  .price_box {
    width: 1040px;
    height: auto;
    margin: 0 auto 60px auto;
    padding: 30px 20px;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
  }

  .price_box table {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    border-collapse: collapse;
    border: 0;
  }

  .price_box table th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #2158a8;
    color: white;
    text-align: center;
    padding: 10px 0;
  }

  table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #2158a8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .price_box table tr .mizuiro {
    background-color: #0589ba;
  }

  table tr .mizuiro:after {
    border-left: 10px solid #0589ba;
  }

  .price_box table tr .mizu {
    background-color: #78b3db;
  }

  table tr .mizu:after {
    border-left: 10px solid #78b3db;
  }

  .price_box table tr .green {
    background-color: #8ecf3f;
  }

  table tr .green:after {
    border-left: 10px solid #8ecf3f;
  }

  .price_box table tr .red {
    background-color: #ee6457;
  }

  table tr .red:after {
    border-left: 10px solid #ee6457;
  }

  .price_box table tr .yellow {
    background-color: #fffa66;
    color: #585858;
  }

  table tr .yellow:after {
    border-left: 10px solid #fffa66;
  }

  table tr .yellow_3 {
    background-color: #fffa66;
    color: #585858;
    border-right: 2px solid #FFFFFF;
    width: 10%;
  }

  table tr .yellow_3:after {
    background-color: #fffa66;
    border-left: 10px solid #FFFFFF;
  }

  .price_box table tr .black {
    background-color: #3a3a3a;
  }

  table tr .black:after {
    border-left: 10px solid #3a3a3a;
  }

  .price_box table td {
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
  }

  .price_box .table_wrap {
    margin-bottom: 40px;
  }

  .price_box .table_wrap .b2 {
    width: 30%;
  }

  .price_box .table_wrap p {
    font-size: 14px;
  }

  .price_box .table_wrap .table_text {
    font-size: 14px;
    text-align: left;
  }

  .class-kome {
    padding: 10px;
    background-color: #eee;
  }

  /*料金表下テキスト調整*/
  .price_box .table_wrap .text_up {
    margin-bottom: -40px;
  }

  /* クラス　スケジュール */
  table.blacksr1 {
    font-size: 12px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
  }

  table.blacksr1 th {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    color: #fff;
  }

  table.blacksr1 th.red {
    text-align: center;
    color: #ff303e;
  }

  table.blacksr1 th.blw {
    text-align: center;
    color: #45bdff;
  }

  table.blacksr1 th.green {
    text-align: center;
    color: #85fe8f;
  }

  table.blacksr1 td {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    font-size: 11px;
  }

  table.blacksr1 th.r1 {
    width: 152px;
    background: #4e4e4e;
  }

  table.blacksr1 th.r2,
  table.blacksr1 td.r2 {
    width: 100px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  table.blacksr1 th.r2,
  table.blacksr1 th.r3,
  table.blacksr1 th.r4,
  table.blacksr1 th.r5,
  table.blacksr1 th.r6,
  table.blacksr1 th.r7,
  table.blacksr1 th.r8 {
    text-align: center;
  }

  table.blacksr1 th.r3,
  table.blacksr1 td.r3 {
    width: 100px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  table.blacksr1 th.r4,
  table.blacksr1 td.r4 {
    width: 100px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  table.blacksr1 th.r5,
  table.blacksr1 td.r5 {
    width: 100px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  table.blacksr1 th.r6,
  table.blacksr1 td.r6 {
    width: 100px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  table.blacksr1 th.r7,
  table.blacksr1 td.r7 {
    width: 100px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  table.blacksr1 th.r8,
  table.blacksr1 td.r8 {
    width: 100px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  /**/

  /* よくある質問 */

  .qa ul li.q {
    width: 100%;
    min-height: 40px;
    margin-bottom: 7px;
    padding: 15px 10px 15px 65px;
    background-color: #ffefef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-image: url("images/icon_q.png");
    background-position: 15px 7px;
    background-repeat: no-repeat;
  }

  .qa ul li.a {
    width: 100%;
    min-height: 40px;
    margin-bottom: 30px;
    padding: 15px 10px 15px 65px;
    background-color: #f2fbff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-image: url("images/icon_a.png");
    background-position: 15px 9px;
    background-repeat: no-repeat;
  }

  /**/

  .title_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0;
    background-color: #0d1aa8;
  }

  .title_box h2,
  .title_box h4 {
    color: #ffffff !important;
  }

  .free_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0;
    background-color: #eeeeee;
    display: table;
  }

  .free_box h2 {
    color: #cc0000 !important;
  }

  .free_box ul {
    width: 1040px;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .free_box ul li {
    width: 310px;
    height: 310px;
    margin-right: 55px;
    padding: 0;
    float: left;
  }

  .free_box ul li:last-child {
    margin: 0;
  }

  .title_box .lesson {
    width: 1040px;
    height: auto;
    margin: 0 auto 25px;
    padding: 0;
  }

  .title_box .lesson p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 13px;
  }

  .title_box .lesson p span {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }

  .title_box .lesson strong {
    font-size: 22px;
    color: #ffffff;
    margin: 0px;
  }

  .title_box .lesson ol {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 0;
    display: block;
  }

  .title_box .lesson ol li {
    font-size: 18px;
    color: #ffffff;
  }

  .explanation_box {
    width: 1040px;
    height: auto;
    margin: 60px auto;
    padding-top: 20px;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
  }

  .explanation_box ul {
    width: 1000px;
    height: auto;
    margin: 0 20px 20px 20px;
    padding: 0;
    border: 1px solid #c48d3a;
  }

  .explanation_box ul li {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #1a1a1a;
    margin: 0;
    padding: 10px 20px;
    border: none;
    background-color: #ffffff;
  }

  .explanation_box ul li:first-child {
    background-color: #990000;
    border-bottom: 1px solid #c48d3a;
    color: #fff;
  }

  .explanation_box ul li p {
    font-size: 18px;
    color: #000000;
  }

  .explanation_box ul li p span {
    font-size: 14px;
    color: #cc0000;
  }

  .packaging_box_out {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    padding: 50px 0;
    background-image: url("http://office545.sakura.ne.jp/temporary/wp-content/uploads/2017/12/packaging_bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .packaging_box_out .packaging_box {
    width: 1040px;
    height: 300px;
    margin: 0 auto;
    padding: 0;
  }

  /* TOP MENU bnr */
  .bnr_box_out {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 0;
  }

  .bnr_box_out .bnr_box {
    width: 1040px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  .bnr_box_out .bnr_box ul {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    display: table;
  }

  .bnr_box_out .bnr_box ul li {
    width: 500px;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  .bnr_box_out .bnr_box ul li:last-child {
    float: right;
  }

  /* 下層　bnr */
  .bnr_c_box_out {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 0;
  }

  .bnr_c_box_out .bnr_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  .bnr_c_box_out .bnr_box ul {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    display: table;
  }

  .bnr_c_box_out .bnr_box ul li {
    width: 49%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  .bnr_c_box_out .bnr_box ul li:last-child {
    float: right;
  }

  /* 採用情報 */
  table.table_recruit {
    font-size: 14px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
    border: solid 1px #d2d2d2;
  }

  table.table_recruit tr {}

  table.table_recruit th {
    background: #4e4e4e;
    text-align: left;
    padding: 15px;
    background: #ededed;
    border-bottom: solid 1px #d2d2d2;
    border-right: solid 1px #d2d2d2;
  }

  table.table_recruit td {
    background: #fff;
    padding: 15px;
    border-bottom: solid 1px #d2d2d2;
  }

  table.table_recruit tr:last-child th, table.table_recruit tr:last-child td {
    border-bottom: 0px;
  }

  .footer_ovh {
    width: 100%;
    overflow: hidden;
    margin: auto;
	 display: flex;
	justify-content: center;
  }

  .logo_footer {
    width: 50%;
  }

  .nav_footer {
     font-size: 21px;
     margin-top: 7rem;
  }

  .left_menu ul {
     display: flex;
     flex-wrap: wrap;
  }

  .right_menu ul {
    float: right;
    width: 50%;
  }

  .left_menu ul li a {
    color: #333;
    text-decoration: none;
  }

  .right_menu ul li a {
    color: #fff;
    text-decoration: none;
  }

  .left_menu ul li a:hover {
    opacity: 0.5;
  }

  .right_menu ul li a:hover {
    opacity: 0.5;
  }

  .right_eria {
    width: 30%;
    float: right;
  }

  .right_eria p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .logo_footer img:first-child {
    margin-bottom: 10px;
	max-width: 350px;
  }

  .right_eria ul li a {
    color: #fff;
    text-decoration: none;
  }

  .right_eria ul li a:hover {
    opacity: 0.5;
  }

  .logo_footer p {
    font-size: 13px;
    color: #333;
    margin-bottom: 10px;
  }

  .nav_footer p {
    color: #333;
    font-size: 17px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .left_menu ul li {
    margin: 1rem 2rem 1rem 1rem;
    line-height: 20px;
    background-image: url(http://m3-gym.jp/wp-content/uploads/2025/04/arrow.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 17px;
    font-size: 16px;
  }

  .right_menu ul li {
    margin-bottom: 10px;
    line-height: 20px;
    background-image: url(http://seigo-dojo.com/wp-content/uploads/2019/08/nav_icon01.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 17px;
  }

  .right_eria ul li {
    margin-bottom: 10px;
    line-height: 20px;
    background-image: url(http://seigo-dojo.com/wp-content/uploads/2019/08/nav_icon01.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 17px;
  }

  .left_menu ul {
    margin: 0 0 0 10rem;
  }

  /**/
}

/**/

.calendar_contact {
  max-width: 1000px;
  margin: auto;
}

.calendar_contact .calendarData {
  border-top: 2px dotted #ccc;
  border-bottom: 2px dotted #ccc;
  color: #c7092d !important;
  font-weight: bold;
  padding: 15px;
}

.calendar_contact .selectedDate {
  border-top: 2px dotted #ccc;
  color: #c7092d !important;
}

.calendar_contact .calendarChangeButton {
  color: #c7092d;
}

.calendar_contact .calendarChangeButton span {
  color: #444444;
}

.calendar_contact button {
  border: none;
  padding: 15px;
  display: block;
  width: 80% !important;
  margin: auto !important;
  text-align: center;
  background-color: #c7092d;
  color: white;
  font-weight: bold !important;
  border-radius: 50px;
  box-shadow: 0 2px 2px 0 rgb(0, 0, 0, 20%), 0 2px 2px 0 #ff708b inset;
}

#copyright a {
  text-decoration: none;
  color: white;
}


/* instructor introduce */
#profile-block {
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

#profile-block table {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  border-collapse: collapse;
  border: 0;
  overflow: visible;
  white-space: normal;
}

.profile-text h4 {
  width: 100%;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 auto 15px auto;
  padding: 0;
  clear: both;
  color: #cc0000 !important;
  border-bottom: 1px solid #cc0000;
  text-align: left;
}

#profile-block .profile-text {
  padding: 3%;
}

#profile-block .table_wrap a {
  margin: 0 10%;
}

#profile-block .table_wrap img {
  width: 10%;
  display: inline-block;
}

#profile-block table th {
  width: 6.6%;
  height: auto;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 10px;
  border: 1px solid #fff;
  background-color: #0760d9;
}

#profile-block table td {
  width: 20%;
  height: auto;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 10px;
  border: 1px solid #0760d9;
  background-color: #fff;
}

#profile-block .table_wrap {
  margin-bottom: 40px;
}

#profile-block .table_wrap .b2 {
  width: 6.6%;
}

#profile-block .table_wrap p {
  font-size: 14px;
}

#profile-block .table_wrap .table_text {
  font-size: 14px;
  text-align: left;
}

/* ã‚¯ãƒ©ã‚¹ã€€ã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒ« */
table.blacksr1 {
  font-size: 12px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 1px;
}

table.blacksr1 th {
  padding: 12px;
  vertical-align: middle;
  text-align: left;
  color: #fff;
}

table.blacksr1 th.red {
  text-align: center;
  color: #ff303e;
}

table.blacksr1 th.blw {
  text-align: center;
  color: #45bdff;
}

table.blacksr1 th.green {
  text-align: center;
  color: #85fe8f;
}

table.blacksr1 td {
  padding: 12px;
  vertical-align: middle;
  text-align: left;
  font-size: 11px;
}

table.blacksr1 th.r1 {
  width: 152px;
  background: #4e4e4e;
}

table.blacksr1 th.r2,
table.blacksr1 td.r2 {
  width: 100px;
  border-left: #fff 1px solid;
  background: #969393;
  color: #fff;
}

table.blacksr1 th.r2,
table.blacksr1 th.r3,
table.blacksr1 th.r4,
table.blacksr1 th.r5,
table.blacksr1 th.r6,
table.blacksr1 th.r7,
table.blacksr1 th.r8 {
  text-align: center;
}

table.blacksr1 th.r3,
table.blacksr1 td.r3 {
  width: 100px;
  border-left: #fff 1px solid;
  background: #969393;
  color: #fff;
}

table.blacksr1 th.r4,
table.blacksr1 td.r4 {
  width: 100px;
  border-left: #fff 1px solid;
  background: #969393;
  color: #fff;
}

table.blacksr1 th.r5,
table.blacksr1 td.r5 {
  width: 100px;
  border-left: #fff 1px solid;
  background: #969393;
  color: #fff;
}

table.blacksr1 th.r6,
table.blacksr1 td.r6 {
  width: 100px;
  border-left: #fff 1px solid;
  background: #969393;
  color: #fff;
}

table.blacksr1 th.r7,
table.blacksr1 td.r7 {
  width: 100px;
  border-left: #fff 1px solid;
  background: #969393;
  color: #fff;
}

table.blacksr1 th.r8,
table.blacksr1 td.r8 {
  width: 100px;
  border-left: #fff 1px solid;
  background: #969393;
  color: #fff;
}

.fb-wrap {
  width: 100%;
  text-align: center !important;
  margin: 0 auto !important;
}

.fb-page {
  text-align: center !important;
  margin: 0 auto !important;
}

.display {
  display: flex;
}

.display .right {
  max-width: 330px;
  padding-left: 2%;
}

/* footer sns-link area */
.footer_snslink ul {
  margin: 0 auto;
  text-align: center;
}

.footer_snslink ul li {
  display: inline;
}

.footer_snslink ul li img {
  display: inline-block;
  width: 15%;
  padding: 1% 4%;
}
/* PC用ロゴ（デフォルト） */
.logo-img {
  content: url("http://m3-gym.jp/wp-content/uploads/2025/05/logo-c.png");
}



/* 問い合わせエリア */
  .contactPage {
    width: calc(980 * 100vw / 1366);
    margin: 0 auto;
    padding: 30px 0 30px;
  }

  .contactPage .contact-group {
    margin: 0 0 calc(80 * 100vw / 1366);
  }

  .contactPage .contact-group h2 {
    margin-bottom: calc(30 * 100vw / 1366) !important;
    padding-bottom: calc(10 * 100vw / 1366) !important;
    border-bottom: calc(2 * 100vw / 1366) solid #a82e2e !important;
    font-size: calc(24 * 100vw / 1366) !important;
    color: #a82e2e !important;
  }

  .contactPage .contact-group ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: calc(80 * 100vw / 1366);
    padding: 0 calc(32 * 100vw / 1366);
  }

  .contactPage .contact-group ul li {
    width: calc(420 * 100vw / 1366);
  }

  .contactPage .contact-group ul li h3 {
    margin-bottom: calc(16 * 100vw / 1366) !important;
    font-size: calc(24 * 100vw / 1366) !important;
    color: #a82e2e !important;
    border-bottom: none !important;
    text-align: center !important;
  }

  .contactPage .contact-group ul li a.tel {
    background-image: url(/icon_tel.png);
  }

  .contactPage .contact-group ul li a {
    background-size: calc(54 * 100vw / 1366) calc(54 * 100vw / 1366);
    background-position: left calc(8 * 100vw / 1366) center;
    border-radius: calc(35 * 100vw / 1366);
    font-size: calc(24 * 100vw / 1366);
    height: calc(70 * 100vw / 1366);
    margin-bottom: calc(20 * 100vw / 1366);
  }

  .contactPage .contact-group ul li a .big {
    font-size: calc(32 * 100vw / 1366);
  }

  .contactPage .contact-group ul li a .big {
    font-weight: 700;
    line-height: 1;
  }

  .contactPage .contact-group ul li a .sml {
    font-size: calc(16 * 100vw / 1366);
    line-height: calc(21 * 100vw / 1366);
  }

  .contactPage .contact-group ul li a.tel {
    background-image: url(http://m3-gym.jp/wp-content/uploads/2025/04/icon_tel.png);
    float: none;
  }

  .contactPage .contact-group ul li a.mail {
    background-image: url(http://m3-gym.jp/wp-content/uploads/2025/04/icon_mail.png);
  }

  .contactPage .contact-group ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
    color: #333;
    font-weight: 700;
    line-height: 1;
    backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 0.6s ease-in;
    margin: auto;
    text-decoration: none;
  }
/**/
.fl_photo {
  width: 100%;
}

.fl_photo #gallery-1 .gallery-item {
  width: 49%;
  margin-left: 5px;
}

.fl_photo #gallery-1 img {
  border: none;
}

.shop_name {
  background: #393939;
  padding: 6px 7px;
  vertical-align: middle;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container div.info_s p {
  font-size: 14px;
}

.movie {
  display: flex;
  justify-content: center;
  align-items: center;
 margin: 6rem;
  ｝




 