/* 佐賀玉屋友の会専用CSS */

/* 友の会コンテンツエリアの独立したスタイリング */
.tamaya-content {
  /* 既存の#contentsスタイルから完全に独立 */
  max-width: 890px;
  margin: 0 auto;
  padding: 0;
}

/* 友の会コンテンツ内では既存の#contentsスタイルを無効化 */
/* h2スタイルは下で統一的に定義 */

/* h3スタイルは各セクション別に個別定義 */

/* h4スタイルは各セクション別に個別定義 */

.tamaya-tomonokai #contents .tamaya-content ul,
.tamaya-tomonokai #contents .tamaya-content ol {
  line-height: inherit !important;
  padding: 0 !important;
}

.tamaya-tomonokai #contents .tamaya-content ul li {
  display: block !important;
  position: static !important;
  padding: 0 !important;
}

.tamaya-tomonokai #contents .tamaya-content ul li::before {
  display: none !important;
  content: none !important;
  border: none !important;
  background-color: transparent !important;
}

.tamaya-tomonokai #contents .tamaya-content ol li {
  padding: 0 !important;
  list-style-type: none !important;
}

/* リセットCSS（部分） */
.tamaya-tomonokai * {
  box-sizing: border-box;
}

.tamaya-content {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

sup {
	vertical-align:super !important;
	font-size:13.3333px !important;
}

#ct2021 .tamaya-tomonokai #contents .tamaya-content h2,
#ct2021 .tamaya-tomonokai #contents .tamaya-content h2.--gradation {
  text-align: center !important;
  font-size: 40px !important;
  margin-bottom: 40px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.4 !important;
  padding: 0 !important;
  border-bottom: none !important;
  clear: none !important;
  background-color: transparent !important;
}

#ct2021 .tamaya-tomonokai #contents .tamaya-content h2.--gradation {
  background-image: linear-gradient(to right, #EA000A, #FF811D) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  background-color: #EA000A !important;
}

.tamaya-content .section-title {
  text-align: center;
  margin-bottom: 20px;
}

.tamaya-content .section-title .subtitle {
  display: block;
  background-image: linear-gradient(to right, #EA000A, #FF811D);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-color: #EA000A;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}

.tamaya-content .section-title h2 {
  margin-bottom: 0;
}

.tamaya-content p {
  line-height: 1.6;
}

#ct2021 p{
  color: #333 !important
}

/* About Section */
.tamaya-content #about {
  text-align: center;
  padding: 60px 20px;
}

.tamaya-content #about p {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.tamaya-content .about-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.tamaya-content .about-flow img {
  max-width: 100%;
  height: auto;
}

.tamaya-content .annual-rate {
  text-align: center;
  margin: 30px auto 20px;
}

.tamaya-tomonokai #contents .tamaya-content #about .annual-rate p:first-child {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #E3451D !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.04em !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  text-align: center !important;
}

#ct2021 .tamaya-tomonokai #contents .tamaya-content .annual-rate .note {
  text-align: center !important;
  margin: 5px 0 0 0 !important;
  font-size: 13px !important;
  color: #888 !important;
  opacity: 0.8 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

#ct2021 .tamaya-tomonokai #contents .tamaya-content .note {
  font-size: 13px !important;
  color: #888 !important;
  text-align: right !important;
  max-width: 890px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  opacity: 0.8 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

/* Courses Section */
.tamaya-content #courses {
  padding: 60px 20px;
  text-align: center;
}

.tamaya-content .course-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 15px 0 0;
  margin: 40px 0 0;
  overflow: visible;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.tamaya-content .course-list li {
  flex: 1;
}

.tamaya-content .course-tab {
  display: block;
  padding: 20px 40px;
  text-decoration: none;
  color: #333;
  background-color: #f7f7f7;
  border: none;
  border-left: 1px solid #ddd;
  height: 100%;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
}

.tamaya-content .course-tab:first-child {
  border-left: none;
}

.tamaya-content .course-tab.active {
  background: linear-gradient(135deg, #EA000A, #FF811D);
  color: white;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(234, 0, 10, 0.3);
}

.tamaya-content .course-tab.recommended {
  position: relative;
}

.tamaya-content .recommend-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: linear-gradient(135deg, #e53935, #ff6b6b);
  color: white;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(229, 57, 53, 0.4);
}

.tamaya-content .course-content-container {
  padding: 40px 0;
}

.tamaya-content .course-content {
  display: none;
  text-align: center;
}

.tamaya-content .course-content.active {
  display: block;
}

.tamaya-content .course-content img {
  max-width: 100%;
  height: auto;
}

/* Scenes Section */
.tamaya-content #scenes {
  background-color: #FBEFEF;
  padding: 60px 20px;
  text-align: center;
}

.tamaya-content .scene-list {
  max-width: 890px;
  margin: 40px auto 0;
}

.tamaya-content .scene-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.tamaya-content .scene-item:nth-child(even) {
  flex-direction: row-reverse;
}

.tamaya-content .scene-item-img {
  flex: 0 0 300px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}

.tamaya-content .scene-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tamaya-content .scene-item-content {
  flex: 1;
}

.tamaya-tomonokai #contents .tamaya-content .scene-item h3 {
  font-size: 24px !important;
  color: #E3451D !important;
  text-align: left !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  line-height: 1.5 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  clear: none !important;
}

.tamaya-content .scene-item p {
  font-size: 16px;
  text-align: left;
  color: #666;
  line-height: 1.8;
}

/* Features Section */
.tamaya-content #features {
  padding: 60px 20px;
  text-align: center;
}

.tamaya-content .feature-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 60px;
  margin-top: 40px;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.tamaya-content .feature-item {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 3px solid #f08e33;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.tamaya-content .feature-item .point {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: #f08e33;
  font-weight: bold;
  background-color: #fff;
  padding: 0 10px;
	white-space: nowrap;
}

.tamaya-tomonokai #contents .tamaya-content .feature-item h3 {
  font-size: 18px !important;
  margin:0 0 10px !important;
  color: #333 !important;
  font-weight: 700 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  clear: none !important;
}

#ct2021 .tamaya-content .feature-item p {
  font-size: 14px !important;
  margin: 0 0 15px;
  color: #666;
  line-height: 1.5;
}

.tamaya-content .feature-item a {
  font-size: 15px;
  color: #E3451D;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid #E3451D;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}

/* Steps Section */
.tamaya-content #steps {
  background-color: #FBEFEF;
  padding: 60px 20px;
}

.tamaya-content #steps h2 {
  text-align: center;
  line-height: 1.5;
}

.tamaya-content .steps-container {
  padding: 0 20px;
  max-width: 890px;
  margin: 40px auto 0;
}

.tamaya-content .step-container {
  border: none;
  border-radius: 20px;
  background: #fff;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
}

.tamaya-content .step-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}

.tamaya-content .step-item {
  width: 200px;
  display: flex;
  flex-direction: column;
}

.tamaya-content .step-number {
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #EA000A, #FF811D);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border-radius: 5px;
  margin: 10px auto 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tamaya-tomonokai #contents .tamaya-content .step-item h3 {
  font-size: 22px !important;
  margin: 5px 0 10px !important;
  font-weight: 700 !important;
  color: #333 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  clear: none !important;
}

.tamaya-content .step-icon {
  max-width: 100px;
  height: 120px;
  margin: 20px auto;
}

.tamaya-content .step-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.tamaya-content .step-item p {
  font-size: 14px;
  color: #333;
  margin-top: auto;
}

.tamaya-content .step-arrow {
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, #EA000A, #FF811D);
  margin-top: 85px;
  position: relative;
}

.tamaya-content .step-arrow::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #FF811D;
}

.tamaya-content .required-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.tamaya-tomonokai #contents .tamaya-content .required-items h4 {
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #333 !important;
  margin: 0 !important;
  white-space: nowrap !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  clear: none !important;
}

.tamaya-content .required-items p {
  font-size: 15px;
  color: #333;
  margin: 0;
}

.tamaya-tomonokai #contents .tamaya-content .payment-methods h4 {
  text-align: center !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
  font-size: 16px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  clear: none !important;
  color: #333 !important;
}

.tamaya-content .payment-method-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tamaya-content .payment-method {
  text-align: center;
  width: 250px;
  padding: 0;
}

.tamaya-content .payment-method-list>*+* {
  border-left: 1px solid #ddd;
}

.tamaya-tomonokai #contents .tamaya-content .payment-method h5 {
  font-size: 20px !important;
  margin-bottom: 15px !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  clear: none !important;
}

.tamaya-content .payment-method p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

#ct2021 .tamaya-tomonokai #contents .tamaya-content .steps-container .note {
  font-size: 12px !important;
  color: #666 !important;
  text-align: left !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  opacity: 1 !important;
}

/* FAQ Section */
.tamaya-content #faq {
  padding: 60px 20px;
  max-width: 890px;
  margin: 0 auto;
  border-bottom: none;
}

.tamaya-content #faq h2 {
  text-align: center;
}

.tamaya-content .faq-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tamaya-content .faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.tamaya-content .faq-item summary {
  padding: 25px 30px;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  position: relative;
  background-color: #fafafa;
  transition: background-color 0.3s ease;
}

.tamaya-content .faq-item summary::-webkit-details-marker {
  display: none;
}

.tamaya-content .faq-item summary::after {
  content: '+';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #E3451D;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.tamaya-content .faq-item[open] summary::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.tamaya-content .faq-answer {
  padding: 0 20px 20px 20px;
}

.tamaya-content .faq-answer p {
  margin: 0;
  font-size: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

/* Join Section */
.tamaya-content #join {
  padding: 40px 20px;
}

.tamaya-content .join-container {
  max-width: 890px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 0;
  line-height: 0;
}

.tamaya-content .join-container img {
  width: 100%;
  height: auto;
}

/* FV Section */
.tamaya-content #fv {
  margin-bottom: 40px;
  line-height: 0;
}

.tamaya-content #fv img {
  width: 100%;
  height: auto;
}

/* ホバーエフェクト */
@media (min-width: 769px) {
  .tamaya-content .feature-item:hover {
    background-color: #fff;
    border-color: #EA000A;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(234, 0, 10, 0.15);
  }

  .tamaya-content .feature-item:hover .point {
    color: #EA000A;
  }
}

.tamaya-content .feature-item a:hover {
  color: #FF811D;
  border-bottom-color: #FF811D;
}

.tamaya-content .faq-item:hover {
  border-color: #f08e33;
  box-shadow: 0 3px 15px rgba(240, 142, 51, 0.1);
}

.tamaya-content .faq-item summary:hover {
  background-color: #fff8f0;
}

/* モーダルスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 40px;
  border: 1px solid #888;
  width: 90%;
  max-width: 600px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-close {
  color: #aaa;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
}

#modal-title {
  color: #E3451D;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

#modal-body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: left;
}

#modal-body p {
  margin-bottom: 15px;
}

#modal-body .note {
  font-size: 14px !important;
  color: #666 !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  text-align: left !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  opacity: 1 !important;
}

/* モーダルのレスポンシブ対応 */
@media (max-width: 768px) {
  .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    width: 84%;
    margin: 0;
  }

  #modal-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #modal-body {
    font-size: 15px;
  }

  .modal-close {
    top: 10px;
    right: 15px;
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 15px;
    width: 84%;
    margin: 0;
  }

  #modal-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  #modal-body {
    font-size: 14px;
  }

  #modal-body .note {
    font-size: 13px;
  }

  .modal-close {
    top: 8px;
    right: 12px;
    font-size: 24px;
  }
}

/* 既存テーマスタイルの無効化 */
/* 600px以下のメディアクエリを無効化 */
  .tamaya-tomonokai .pc-only {
    display: block !important;
    opacity: 1 !important;
  }

  .tamaya-tomonokai .sp-only {
    display: none !important;
    opacity: 0 !important;
  }
@media screen and (max-width: 600px) {
  .tamaya-tomonokai .pc-only {

	      display: none !important;
    opacity: 0 !important;
  }

  .tamaya-tomonokai .sp-only {
    display: block !important;
    opacity: 1 !important;
  }
}

/* ct2021のh2・pスタイルを友の会コンテンツ内で無効化 */
#ct2021 .tamaya-tomonokai h2:not(.tamaya-content h2) {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  margin-bottom: inherit !important;
  line-height: inherit !important;
}

#ct2021 .tamaya-tomonokai p:not(.tamaya-content p) {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  margin-bottom: inherit !important;
}

/* ct2021 article pのマージンを0に */
div#ct2021 article.tamaya-tomonokai p {
  margin: 0 !important;
}

/* 720px以下のh2スタイルを無効化 */
@media screen and (max-width: 720px) {
  #ct2021 .tamaya-tomonokai h2:not(.tamaya-content h2) {
    margin: inherit !important;
  }
}

/* レスポンシブデザイン */
@media (max-width: 768px) {

  /* 既存のarticleスタイルを上書き */
  #ct2021 .tamaya-tomonokai {
    margin: 0 !important;
    margin-top: 0 !important;
    max-width: 100% !important;
  }

  #ct2021 .tamaya-tomonokai #contents .tamaya-content h2,
  #ct2021 .tamaya-tomonokai #contents .tamaya-content h2.--gradation {
    font-size: 32px !important;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
  }

  .tamaya-content #about,
  .tamaya-content #courses,
  .tamaya-content #scenes,
  .tamaya-content #features,
  .tamaya-content #steps,
  .tamaya-content #faq {
    padding: 40px 10px !important;
  }

  .tamaya-content #about p {
    font-size: 16px !important;
	  text-align: left;
  }

  .tamaya-tomonokai #contents .tamaya-content #about .annual-rate p:first-child {
    font-size: 24px !important;
  }

  .tamaya-content .course-tab {
    padding: 15px 20px;
    font-size: 16px;
  }

  .tamaya-content .recommend-badge {
    top: -15px;
  }

  .tamaya-content .br-sp::before {
    content: "\A";
    white-space: pre;
  }

  .tamaya-content .scene-list {
    margin-top: 30px;
  }

.tamaya-content .scene-item {
    flex-direction: column;
    gap: 20px;

	  margin: 0 auto !important;
	  max-width: 97% !important;
	margin-bottom: 40px !important;
	  
  }

  .tamaya-content .scene-item:nth-child(even) {
    flex-direction: column;
  }

  .tamaya-content .scene-item-img {
    flex: none;
    width: 100%;
    height: 200px;
  }

  .tamaya-content .scene-item-content {
    width: 100%;
  }

  .tamaya-content .feature-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    padding: 0 10px 20px;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
  }

  .tamaya-content .feature-list::-webkit-scrollbar {
    display: none;
  }

  .tamaya-content .feature-item {
    flex: 0 0 auto;
    width: 200px;
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
  }

  .tamaya-tomonokai #contents .tamaya-content .feature-item h3 {
    font-size: 16px !important;
  }

  .tamaya-content .feature-item p {
    font-size: 12px;
  }

  .tamaya-content .feature-item a {
    font-size: 14px;
  }

  .tamaya-content .steps-container {
    padding: 0 10px;
  }

  .tamaya-content .step-container {
    padding: 30px 15px;
  }

  .tamaya-content .step-list {
    flex-direction: column;
    gap: 30px;
  }

  .tamaya-content .step-arrow {
    display: none;
  }

  .tamaya-content .step-item {
    width: 100%;
  }

  .tamaya-content .required-items {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    margin-top: 25px;
    padding-top: 15px;
  }

  .tamaya-tomonokai #contents .tamaya-content .required-items h4 {
    white-space: normal !important;
  }

  .tamaya-content .payment-method-list {
    flex-direction: column;
    gap: 20px;
  }

  .tamaya-content .payment-method {
    border-left: none !important;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }

  .tamaya-content .payment-method:first-child {
    border-top: none;
    padding-top: 0;
  }

  .tamaya-content #join {
    padding: 40px 10px;
  }
  
  /* FAQ項目のSP対応 */
  .tamaya-content .faq-item summary {
    padding-right: 60px !important;
  }
  
  .tamaya-content .faq-item summary::after {
    right: 20px !important;
  }
}

@media (max-width: 480px) {

  #ct2021 .tamaya-tomonokai #contents .tamaya-content h2,
  #ct2021 .tamaya-tomonokai #contents .tamaya-content h2.--gradation {
    font-size: 24px !important;
  }

  .tamaya-content .section-title .subtitle {
    font-size: 18px !important;
  }

  .tamaya-content .feature-list {
    gap: 15px;
  }

  .tamaya-content .feature-item {
    width: 200px;
    height: 200px;
    padding: 18px;
    box-sizing: border-box;
  }

  .tamaya-tomonokai #contents .tamaya-content .feature-item h3 {
    font-size: 14px !important;
  }

  .tamaya-content .feature-item p {
    font-size: 11px;
  }

  .tamaya-content .feature-item a {
    font-size: 13px;
  }

  .tamaya-content .steps-container {
    padding: 0 5px;
  }

  .tamaya-content .step-container {
    padding: 20px 10px;
  }

  .tamaya-tomonokai #contents .tamaya-content .step-item h3 {
    font-size: 18px !important;
  }

  .tamaya-content .step-icon {
    max-width: 80px;
    height: 100px;
	  margin:0 auto;
  }

  .tamaya-tomonokai #contents .tamaya-content .required-items h4 {
    font-size: 16px !important;
  }

  .tamaya-content .required-items p {
    font-size: 14px;
  }

  .tamaya-content .faq-item summary {
    font-size: 16px !important;
    padding: 20px 50px 20px 20px !important;
  }
  
  .tamaya-content .faq-item summary::after {
    right: 15px !important;
    font-size: 24px !important;
  }
}
/*SPのポイント見切れ対策*/
@media screen and (max-width: 599px) {
  .tamaya-content .feature-item .point {
    top: -5px;
  }
}