/*
 Theme Name:   mighty-sports_theme
 Description:
 Author:       yamatokai
 Author URI:
 Template:     onepress-yamatokai-custom
 Version:      0.1
*/

/*--------------------------------------------------------------
Font Family
--------------------------------------------------------------*/
body {
  font-size: 17px;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
table td, table th {
  font-size: 17px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*-------------------------------------------*/
/*	General Style サイトの共通設定
/*-------------------------------------------*/
/* Clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
hr.invisible {
  height: 0;
  border: none;
  clear: both;
}

/* Linkstyle */
a {
  transition: all .3s;
}

/* Body Color */
body {
  background-color: #fff;
}

/* Lead Text */
p.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

/* Full Width */
.full-width {
  margin: 0 calc(50% - 50vw);
  padding: 5em calc(50vw - 50%);
}

.site-footer .btt a {
  display: none;
}

/*-------------------------------------------*/
/*	COMMON SETTING
/*-------------------------------------------*/
.flex {
  display: flex;
}

.img-photo img {
  border: 1px solid #ccc;
  padding: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.section-padding .container {
  max-width: 950px;
}

.section-title::before {
  font-family: FontAwesome;
  content: "\e4e2";
  padding-right: 0.3em;
  color: #A02B2B;
  font-size: 1.4em;
}

.section-title {
  text-indent: -1em;
  padding-left: 1em;
  text-align: center;
}

.sub-title {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  position: relative;
  color: #333333;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.sub-title::after {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 90px;
  height: 2px;
  transform: translateX(-161%);
  background-color: #A02B2B;
  border-radius: 2px;
}

video {
  width: 100%;
  border: solid 1px #ccc;
}

.link-btn {
  width: 100%;
}

.link-btn a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 4px;
  width: 100%;
  font-size: 1.2em;
  background-color: #A02B2B;
  color: #fff;
  border: 2px solid #A02B2B;
  max-width: 700px;
}

.link-btn a:hover {
  color: #A02B2B;
  background-color: #FFFFFF;
}

.link-btn a::after {
  font-family: "FontAwesome";
  content: "\f0a9";
  margin-left: 0.3em;
}

.link-btn.external-link a::after {
  font-family: FontAwesome;
  content: "\f08e";
  padding-left: 0.3em;
}

.under-line {
  padding-bottom: 3px;
  border-bottom: solid 4px #A02B2B;
  line-height: 40px;
}

.font-large {
  font-size: 1.4em;
  color: #A02B2B;
}

.diagonal-line {
  position: relative;
}

.diagonal-line:before {
  content: "";
  background: linear-gradient(-3deg,  transparent 98px, #F6F6F6 100px);
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: -1px;
}

.diagonal-line:after {
  content: "";
  background: linear-gradient(177deg,  transparent 98px, #F6F6F6 100px);
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
}


/*-------------------------------------------*/
/*	メニュー
/*-------------------------------------------*/
.onepress-menu a {
  padding-left: 10px;
  padding-right: 10px;
}

.site-branding .site-text-logo {
  font-size: 20px;
}

.onepress-menu li .fa {
  padding-left: 0.3em;
}

.onepress-menu.onepress-menu-mobile {
  background-color: rgb(0,0,0,0.8);
}

.onepress-menu.onepress-menu-mobile li {
  background-color: rgb(0,0,0,0);
}

.onepress-menu.onepress-menu-mobile li a,
.onepress-menu.onepress-menu-mobile li a:hover {
  color: #fff;
}
  
@media (min-width: 1141px) {
  .onepress-menu li:last-of-type a {
    border: #FFFFFF 2px solid;
    display: inline;
    padding: 10px 20px;
    border-radius: 20px;
    margin-left: 10px;
  }

  .onepress-menu li:last-of-type a:hover {
    background-color: #FFFFFF;
    color: #333333;
  }
}

.home #header-section {
  height: 100vh;
}

.site-header {
  background-color: rgba(0,0,0,0.3);
}

.site-header .container a {
  color: #333333;
}
.site-header .container a.site-text-logo {
  color: #fff;
}
@media screen and (min-width: 1141px) {
  .site-header .container a {
    color: #fff;
    font-size: 18px;
  }
}

.site-header .container a:active {
  text-decoration: none;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  background-color: #fff;
}
#nav-toggle.nav-is-visible span:before,
#nav-toggle.nav-is-visible span:after {
    background: #fff;
}

/*-------------------------------------------*/
/*	TOP SLIDER
/*-------------------------------------------*/
.hero-slideshow-wrapper {
  height: 100vh;
  position: absolute;
  top: 0;
}

.hero-slideshow-normal.vegas-container {
  padding: 10% 0px;
  position: relative;
  z-index: 80;
}

.hero-slideshow-fullscreen .vegas-container {
  z-index: 80;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#vegas-slider {
  height: 100vh;
}

.slide-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}

.slide-inner img {
  width: 350px;
  max-width: 500px;
}

@media (min-width: 768px) {
  .slide-inner img {
    width: 500px;
  }
}

/*
.hero-slideshow-normal .container {
  padding-top: 20%;
  padding-bottom: 0;
}


.slide-text-set {
  position: absolute;
  top: 15%;  
  left: 2%;
  z-index: 80;
  width: 95%;
}

.slide-text-set .main-title strong {
  background-color: #ffca2d;
  padding: 10px 20px;
  color: #333333;
  border-radius: 20px;
  font-size: 15px;
}
.slide-text-set h1
,.slide-text-set h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #FFFFFF;
}

.slide-text-set h1 {
  font-size: 35px;
  margin-bottom: 0.3em;
}

.slide-text-set h2 {
  font-size: 30px;
}

.slide-text-set p {
  color: #fff;
  max-width: 700px;
}

.slide-text-set ul {	
  list-style: none;
  display:none;
  padding-left: 0;
  max-width: 800px;
  margin-top: 28px;
}

.slide-text-set ul li {
  width: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.slide-text-set ul li p.link-btn {
}

.slide-text-set ul li:first-of-type p.link-btn a::before {
  font-family: FontAwesome;
  content: "\f0e0\A";
  white-space:pre;
  font-size: 45px;
  line-height: 40px;
}

.slide-text-set ul li p.link-btn a {
  font-size: 16px;	
}

.slide-text-set ul li p.link-btn a::after {
  content:'';
  margin-left: 0;
}

.slide-text-set ul li p.link-btn a img {
  width: 45px;
  height: auto;
}

@media (min-width: 768px) {
  .slide-text-set .main-title {
    margin-bottom: 1em;
  }
  
  .slide-text-set .main-title strong {
    padding: 15px 20px;
    font-size: 28px;
  }
	
  .slide-text-set h1 {
    font-size: 53px;
  }

  .slide-text-set h1 br,
  .slide-text-set h2 br,
  .slide-text-set ul li p a span br  {
    display: none;
  }

  .slide-text-set h2 {
	font-size: 40px;
  }

  .slide-text-set ul li p a {
	width: 100%;
  }

  .slide-text-set ul li:first-of-type p.link-btn a::before {
    font-size: 60px;
  	line-height: 60px;
  }

  .slide-text-set ul li p.link-btn a img {
    width: 60px;
    height: auto;
  }  
}

@media (min-width: 769px) {
  .slide-text-set ul {
    display:flex;
  }
}

@media (min-width: 992px) {
  .slide-text-set h1 {
    font-size: 55px;
  }
  .slide-text-set h2 {
    font-size: 40px;
  }
  
}
*/
/*
section#hero:after {
  content: "";
  background: linear-gradient(177deg,  transparent 98px, #A02B2B 100px);
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 85vh;
}

@media (min-width: 992px) {
  section#hero:after {
    top: 87vh;
  }
}

@media (min-width: 768px) {
  section#hero:after {
    top: 86vh;
  }
}
*/
/* TOP takie_tag(.section-item-page) */
section#takie_tag {
  position: initial;
}

section#takie_tag:before {
  content: "";
  background-color: rgba(160, 43, 43, 0.7);
  -ms-transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
}

body.home section#takie_tag:before {
  top: 95vh;
}

body:not(.home) section#takie_tag:before {
  top: 250px;
  height: 70px;
}


@media (min-width: 1024px) {
  section#takie_tag:before {
    height: 95px;
  }
}

@media (min-width: 1300px) {
  body.home section#takie_tag:before {
    top: 94vh;
  }

  body:not(.home) section#takie_tag:before {
    top: 225px;
    height: 90px;
  }
}

section#takie_tag {
  padding-bottom: 25px;
  background-color: #F6F6F6;
}

section#takie_tag h5.sub-title {
  margin-top: 35px;
}

section.section-item-page h1,
section.section-item-page h3 {
  font-family: "Outfit", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

section.section-item-page h1.item-title {
  font-size: 4rem;
  color: #A02B2B;
}

section.section-item-page h1.item-title:before {
  font-size: 4rem;
  color: #333333;
}

section.section-item-page div.item-main-img {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

section.section-item-page div.item-main-img h1 {
  position: absolute;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 1.2rem;
}

section.section-item-page div.item-main-img h1.copy-1 {
  top: 13%;
  left: 10%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

section.section-item-page div.item-main-img h1.copy-2 {
  right: 5%;
  bottom: 10%;
  font-family: "Science Gothic", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media (min-width: 768px) {
  section.section-item-page div.item-main-img h1 {
    font-size: 2.5rem;
  }

  section.section-item-page div.item-main-img h1.copy-1 {
    top: 20%;
    left: 5%;
  }

  section.section-item-page div.item-main-img h1.copy-2 {
    right: 7%;
    bottom: 15%;
  }
}

section.section-item-page .flex {
  flex-wrap: wrap;
  gap: 30px;
}

section.section-item-page .flex div {
  width: 100%;
}

section.section-item-page h2 {
  margin-top: 40px;
  text-indent: -1.9em;
  padding-left: 1.9em;
  margin-bottom: 30px;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
}

section.section-item-page h2:before {
  font-family: FontAwesome;
  content: "\f138";
  margin-right: 0.3em;
  color: #A02B2B;
  font-size: 1.4em;
}

section.section-item-page h2 span.font-en {
  font-family: "Outfit";
}

section.section-item-page div.container div.inner-box div.features div p {
  margin-bottom: 30px;
}

section.section-item-page h3 {
  margin-bottom: 25px;
}

section.section-item-page div.container div.inner-box div.features div h3 {
  font-size: 1.8rem;
}

section.section-item-page div.container div.inner-box div.features div h3:before {
  font-family: FontAwesome;
  margin-right: 0.3em;
  color: #A02B2B;
  content: "\f27a";
}

section.section-item-page div.container div.inner-box div.features div ol {
  list-style-type: none;
  counter-reset: number;/* カウンターを初期化 */
  padding: 0;
}

section.section-item-page div.container div.inner-box div.features div ol li {
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-size: 1.1em;
}

section.section-item-page div.container div.inner-box div.features div ol li::before {
  content: counter(number);
  counter-increment: number;
  background-color: #A02B2B;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  color: #ffffff;
  font-size: 95%;
  line-height: 1;
}

section.section-item-page div.container div.inner-box div.flex h3.features-Num {
  background-color: #A02B2B;
  color: #FFFFFF;
  padding: 0 40px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 2px;
}

section.section-item-page div.container div.inner-box div.flex h3.features-Num span {
  font-size: 1.3em;
  margin-left: 0.2em;
}

section.section-item-page div.container div.inner-box div.features-detail h3:last-of-type,
section.section-item-page div.container div.inner-box div.features-detail p {
  padding-left: 1.4em;
}

/* 特徴ごとの色 */
section.section-item-page div.container div.inner-box div.features div ol li:nth-of-type(1)::before {
  background-color: #53a3cb;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(2) h3.features-Num {
  background-color: #53a3cb;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(2) h3 span.under-line {
  border-color: #53a3cb;
}

section.section-item-page div.container div.inner-box div.features div ol li:nth-of-type(2)::before {
  background-color: #67c367;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(3) h3.features-Num {
  background-color: #67c367;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(3) h3 span.under-line {
  border-color: #67c367;
}

section.section-item-page div.container div.inner-box div.features div ol li:nth-of-type(3)::before {
  background-color: #e17d36;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(4) h3.features-Num {
  background-color: #e17d36;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(4) h3 span.under-line {
  border-color: #e17d36;
}

section.section-item-page div.container div.inner-box div.features div ol li:nth-of-type(4)::before {
  background-color: #c952bb;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(5) h3.features-Num {
  background-color: #c952bb;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(5) h3 span.under-line {
  border-color: #c952bb;
}

section.section-item-page div.container div.inner-box div.features div ol li:nth-of-type(5)::before {
  background-color: #e84552;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(6) h3.features-Num {
  background-color: #e84552;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(6) h3 span.under-line {
  border-color: #e84552;
}

section.section-item-page div.container div.inner-box div.features div ol li:nth-of-type(6)::before {
  background-color: #bebe19;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(7) h3.features-Num {
  background-color: #bebe19;
}

section.section-item-page div.container div.inner-box div.features-detail:nth-of-type(7) h3 span.under-line {
  border-color: #bebe19;
}


/* 特徴のアイコン */
/*
section.section-item-page div.container div.inner-box div.flex h3 span::after {
  font-family: FontAwesome;
  margin-left: 0.3em;
  color: #A02B2B;
}

section.section-item-page div.container div.inner-box div.flex:nth-of-type(2) h3 span::after {
  content: "\f0ac";
}

section.section-item-page div.container div.inner-box div.flex:nth-of-type(3) h3 span::after {
  content: "\f086";
}

section.section-item-page div.container div.inner-box div.flex:nth-of-type(4) h3 span::after {
  content: "\f3c5";
}

section.section-item-page div.container div.inner-box div.flex:nth-of-type(5) h3 span::after {
  content: "\f240";
}

section.section-item-page div.container div.inner-box div.flex:nth-of-type(6) h3 span::after {
  content: "\f5c7";
}

section.section-item-page div.container div.inner-box div.flex:nth-of-type(7) h3 span::after {
  content: "\f4d6";
}
*/

section.section-item-page .flex div.img-photo img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

section.section-item-page div.flex div.img-photo img {
  border-radius: 20px;
}

section.section-item-page div.container div.inner-box div.flex,
section.section-item-page div.container div.inner-box div.flex:nth-of-type(7),
section.section-item-page div.container div.inner-box div.flex.link-btn-wrapper {
  margin-bottom: 85px;
}

@media (min-width: 768px) {
  section.section-item-page h2 {
    text-align: center;
    margin-bottom: 55px;
  }

  section.section-item-page div.flex {
    flex-wrap: nowrap;
    gap: 80px;
  }

  section.section-item-page div.flex div {
    width: 50%;
  }

  section.section-item-page div.container div.inner-box div.flex {
    margin-bottom: 170px;
  }

  section.section-item-page div.flex div.img-photo img {
    height: 270px;
  }

  section.section-item-page div.flex:nth-of-type(2n) {
    flex-direction: row-reverse;
  }

  section.section-item-page div.flex.link-btn-wrapper {
    flex-direction: row;
  }
}

section.section-item-page div.container div.inner-box .diagonal-line  h2:first-of-type {
  margin-top: 0;
}

section.section-item-page .bg-red {
  background-color: #A02B2B;
}

section.section-item-page .bg-red,
section.section-item-page .bg-red h2,
section.section-item-page .container .inner-box .bg-red h2:before,
section.section-item-page .bg-red h2 span.font-large {
  color: #FFFFFF;
}

section.section-item-page ul.flex {
  list-style: none;
  padding-left: 0;
}

section.section-item-page ul.flex li {
  width: 100%;
  margin-left: 0;
}

section.section-item-page ul.flex li div.img-photo img {
  width: 100%;
  height: 250px;
}

section.section-item-page .diagonal-line ul:first-of-type {
  margin-bottom: 30px;
}

section.section-item-page ul.flex.video-list {
  justify-content: center;
  align-items: center;
  width: 100%;
}

section.section-item-page ul.flex.video-list li {
  height: 200px;
}

section.section-item-page ul.flex.video-list li video {
  border: solid 1px #d45a5a;
}

section.section-item-page div.container div.inner-box .diagonal-line .flex:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  section.section-item-page ul.flex li {
    width: 48%;
    margin: 0;
  }

  section.section-item-page div.container div.inner-box .diagonal-line  h2:first-of-type {
    margin-top: 40px;
  }
  
  section.section-item-page div.container div.inner-box .diagonal-line .flex:last-of-type {
    margin-bottom: 170px;
  }
}

section.section-item-page div.container div.inner-box div.flex.specification-wrapper {
  margin-bottom: 35px;  
  flex-direction: row;
}

section.section-item-page div div div.specification-wrapper dl {
  width: 500px;
  text-align: left;
  gap: 0;
}

section.section-item-page div div div.specification-wrapper dl dt {
  margin-bottom: 0;
  background-color: #FFFFFF;
  width: 45%;
  border-top: #9d9d9d 1px solid;
  padding: 0 10px 0 10px;
}

section.section-item-page div div div.specification-wrapper dl dd {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  background-color: #FFFFFF;
  width: 55%;
  border-top: #9d9d9d 1px solid;
  padding: 0 10px 0 10px;
}

section.section-item-page div.container div.inner-box div.flex.specification-wrapper div.img-photo img {
  height: auto;
}

section.section-item-page div.container div.inner-box div.flex.link-btn-wrapper:last-of-type {
  margin-bottom: 0;
}

/* 20260109 購入ボタンを非表示 */
section.section-item-page div.container div.inner-box div.flex.link-btn-wrapper {
  text-align: center;
}

section.section-item-page div.container div.inner-box div.flex.link-btn-wrapper p.link-btn:first-of-type {
  display: none;
}


@media (min-width: 768px) {
  section.section-item-page div div dl dt {
    width: 30%;
  }

  section.section-item-page div div dl dd {
    width: 70%;
    margin-bottom: 0;
    border-left: none;
  }
}

/* TOP Q&A SECTION */
#qa {
  background: url(./images/qa_bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
  padding-right: 15px;
  padding-left: 15px;
}

#qa .container {
  background-color: rgb(255 255 255 / 80%);
  border-radius: 20px;
  padding: 2rem 2rem 1rem 2rem;
  margin: 50px auto;
}

/*
@media (min-width: 576px) {
  #qa .container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  #qa .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  #qa .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  #qa .container {
    width: 1110px;
  }
}
*/

#qa .section-title-area .section-subtitle {
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  position: relative;
  color: #333333;	
  padding-bottom: 6px;
}

#qa .section-title-area .section-subtitle::after {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 70px;
  height: 2px;
  transform: translateX(-178%);
  background-color: #A02B2B;
  border-radius: 2px;
}

#qa .col-sm-12 {
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 0;
}

#qa .ewd-ufaq-faq-category-title {
  display: none;
}

#qa .ewd-ufaq-faq-category-inner {
  margin-bottom: 0;
}

#qa .ewd-ufaq-faq-title {
  background-color: #FFFFFF;
  border: #A02B2B 1px solid;
  padding: 10px 0;
  border-radius: 10px;
}

#qa .ewd-ufaq-faq-div {
  margin-bottom: 1em;
}

#qa .ewd-ufaq-faq-title a {
  color: #A02B2B;
  display: flex;
  align-items: center;
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
  padding-left: 12px;
}

.ewd-ufaq-faq-title .ewd-ufaq-faq-title-text h4 {
  color: #A02B2B;
}

#qa .ewd-ufaq-faq-body {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0.5em;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #qa .section-title-area .section-subtitle {
    font-size: 18px;
  }
  
  #qa .section-title-area .section-subtitle::after {
    width: 87px;
    transform: translateX(-177%);
  }
    
  #qa .ewd-ufaq-faq-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}


#qa .ewd-ufaq-faq-body .ewd-ufaq-faq-post dl dt {
  text-indent: -1em;
  padding-left: 1em;
}

#qa .ewd-ufaq-faq-body .ewd-ufaq-faq-post ol,
#qa .ewd-ufaq-faq-body .ewd-ufaq-faq-post ul.padding-left-none {
  padding-left: 0;
}

#qa .ewd-ufaq-faq-body .ewd-ufaq-faq-post ul li.list-style-none
,#qa .ewd-ufaq-faq-body .ewd-ufaq-faq-post ol li.list-style-none
 {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

#qa .ewd-ufaq-faq-body .ewd-ufaq-faq-post .row .col-md-6 img {
  width: 100%;
}

#qa .link-btn {
  text-align: center;
}

/* TOP ABOUT-US SECTION */
#about-us {
  background-color: #F6F6F6;
}

#about-us h1 {
  margin-bottom: 25px;
}

#about-us h1 strong {
  font-family: -apple-system, BlinkMacSystemFont, "Outfit", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #A02B2B;
}

#about-us-page.section-about {
  padding-bottom: 4.375rem;
}

#about-us .flex {
  gap: 30px;
  flex-wrap: wrap;
}

#about-us .flex div {
  width: 100%;
}


#about-us .flex div div.img-photo {
  height: 260px;
}

#about-us .flex div div.img-photo:first-of-type {
  margin-bottom: 20px;
}

#about-us .flex div div.img-photo img {
  width: 100%;
  height: 100%;
}

#about-us .flex div div.img-photo:last-of-type img {
  object-fit: cover;
  object-position: 50% 90%;
}

@media (min-width: 768px) {
  #about-us h1 {
    margin-bottom: 55px;
  }

  #about-us .flex {
    gap: 80px;
    flex-wrap: nowrap;
  }
}

/* Footer */
.site-footer .site-info {
  background-color: #A02B2B;
  color: #FFFFFF;
}

/**************************************/
/* サブページ                          */
/**************************************/
.page-header {
  background: url(./images/qa_bg.jpg) center 60% no-repeat;
  background-size: cover;
  padding: 80px 0px;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 155px;
  height: 275px;
}

body:not(.home) .site-content {
  margin-top: 200px;
}

body:not(.home) .page-header h1.entry-title {
  text-align: center;
  color: #FFFFFF;
  font-size: 2em;
  text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000
}

body:not(.home) #content-inside.container  {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

body:not(.home) #primary {
  padding-top: 0;
  padding-bottom: 0;
}

body:not(.home) .entry-content {
/*  margin-bottom: 0;*/
}

body:not(.home) .entry-content li {
  margin-left: 0;
}

/* Q&Aページ */
#qa-page {
  margin: 50px auto 50px auto;
  max-width: 950px;
  padding: 0 10px;
}

#qa-page .ewd-ufaq-faq-div {
  margin-bottom: 20px;
}

#qa-page .ewd-ufaq-faq-div:last-of-type {
  margin-bottom: 0;
}

#qa-page .ewd-ufaq-faq-title {
  background-color: #FFFFFF;
  border: #A02B2B 1px solid;
  padding: 10px 0;
  border-radius: 10px;
}

#qa-page .ewd-ufaq-faq-category-title h3 {
  font-size: 1.8rem;
/*  display: none;*/
}

#qa-page .ewd-ufaq-faq-title a {
  color: #A02B2B;
}


/* お問い合わせページ */
#contact {
  margin: 50px auto 50px auto;
  max-width: 950px;
}

#contact form p {
  font-size: 15px;
}

#contact .req {
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6em;
  vertical-align: text-bottom;
  color: #fff;
  background-color: #A02B2B;
  padding: 0 8px;
  margin-left: 0.5em;
  margin-bottom: -2px;
  border-radius: 3px;
}

#contact .wpcf7 {
  padding-left: 10px;
  padding-right: 10px;
}

#contact input[type="text"],
#contact input[type="email"],
textarea {
  border: solid 1px #ccc;
  width: 100%;
  margin-top: 3px;
}

#contact form .attention {
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
  color: #f00;
}
#contact .from-btn {
  text-align: center;
  margin-bottom: 0;
}
.wpcf7-submit {
  transition: all .3s;
}
#contact .from-btn .wpcf7-submit {
  display: block;
  margin: 5px auto;
  font-size: 20px;
  padding: 15px 20px;
  width: 100%;
  max-width: 380px;
  border: 2px solid #5cb6e4;
  background-color: #5cb6e4;
}
#contact .from-btn .wpcf7-submit:hover {
  background-color: #fff;
  color: #5cb6e4;
}
#contact form .from-btn .wpcf7-submit[disabled] {
  background-color: #a3a3a3;
  border: 2px solid #ccc;
}
#contact form .from-btn .wpcf7-submit[disabled]:hover {
  background-color: #a3a3a3;
  border: 2px solid #ccc;
  color: #fff;
  opacity: 1.0;
}
#contact .acceptFrame {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 15px 0;
}
#contact .acceptFrame p {
  margin: 0;
  text-align: center;
}

#contact .acceptFrame strong {
	margin-right: 30px;
}

#contact .acceptFrame .wpcf7-form-control-wrap {
  margin-right: 10px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.wpcf7 form .wpcf7-response-output {
  background: #ff7f7f;
  border-color: #ff6969;
  border-radius: 4px;
  color: #fff;
  padding: 1em;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff6969;
}

@media (min-width: 768px) {
  #contact .section-title-area .section-subtitle {
    font-size: 18px;
  }

  #contact .section-title-area .section-subtitle::after {
    width: 87px;
    transform: translateX(-291%);
  }	
}

/*-------------------------------------------*/
/*	PRIVACY POLICY PAGE
/*-------------------------------------------*/
.privacy-policy #primary {
  padding-top: 0;
  padding-bottom: 0;
}
.privacy-policy .entry-content {
  margin-bottom: 0;
}
#privacy .full-width {
  background: url(./images/privcy_bg.jpg) top center no-repeat #eeeeec;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}
#privacy .privacy-box {
  color: #333;
  background-color: rgb(255 255 255 / 80%);
  padding: 35px 3%;
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
}
#privacy .privacy-box h2 {
  margin-top: 1.0em;
}
#privacy .privacy-box h2:first-of-type {
  margin-top: 0;
}
#privacy .privacy-box h2 + p {
  padding-left: 2.8em;
  padding-right: 2.0em;
}
#privacy .privacy-box ol {
  margin: 0 0 1.0em 0;
  padding: 0 2.0em 0 2.0em;
}
#privacy .privacy-box ol li ol {
  margin-bottom: 0.5em;
}
#privacy .privacy-box a {
  color: #f95353;
  font-weight: bold;
}
#privacy .privacy-box a:hover {
  color: #777777;
}

/********************************/
/* grecaptcha-badge             */
/********************************/
.grecaptcha-badge {
  /* ページトップボタンと重ならないように位置を調整 */
  bottom: 140px !important;
  z-index: 10;
}

.page_top_btn {
  bottom: 81px;
}

@media screen and (min-width: 768px) {
  .grecaptcha-badge {
    /* ページトップボタンと重ならないように位置を調整 */
    bottom: 100px !important;
    z-index: 10;
  }

  .page_top_btn {
    bottom: 3%;
  }
}