/*
 * Theme Name: SODJ JR THEME
 * Version: 1.0
 * Author: Kaito Sagawa
 * Description: このテーマはSODJ専用テーマです。
*/

/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Zen+Kaku+Gothic+New&display=swap'); */
:root {
  --normal-content-size: 968px;
  --wide-content-size: 1213px;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  width: 100%;
}
body.--en {
  letter-spacing: 0;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
/* img {
  max-height: 100%;
  max-width: 100%;
} */
a {
  max-height: 100%;
  max-width: 100%;
}
p {
  line-height: 1.45;
}
a:hover {
  opacity: 0.65;
}
.sp-show {
  display: none;
}
@media screen and (max-width: 700px) {
  .sp-show {
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  .sp-hidden {
    display: none;
  }
}

/*===========================================
	ヘッダーの設定
===========================================*/
header {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1044px) {
  header {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  }
}
header .header-inner {
  width: var(--wide-content-size);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 34px;
}
@media screen and (max-width: 1044px) {
  header .header-inner {
    margin: 20px 16px;
  }
}
@media screen and (max-width: 603px) {
  header .header-inner {
    margin: 15px 16px;
  }
}
header .logo-button {
  width: 254px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}
header .logo-button > h1 {
  font-size: 17px;
}
@media screen and (max-width: 500px) {
  header .logo-button > h1 {
    font-size: 11px;
    letter-spacing: 0;
  }
}
header .logo-button > img {
  width: 100%;
}
#top.--en header .logo-button {
  font-size: 16.5px;
}
@media screen and (max-width: 500px) {
  header .logo-button {
    width: 190px;
  }
}
@media screen and (max-width: 420px) {
  header .logo-button {
    width: 160px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
header .header-nav-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
header .header-nav-container > .flags {
  width: 400px;
}
@media screen and (max-width: 700px) {
  header .header-nav-container > .flags {
    width: 188px;
  }
}
@media screen and (max-width: 420px) {
  header .header-nav-container > .flags {
    width: 160px;
  }
}
header .header-nav-container > .header-nav > ul {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 20px;
}
@media screen and (max-width: 420px) {
  header .header-nav-container > .header-nav > ul {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  header .header-nav-container > .header-nav > ul {
    gap: 0;
  }
}
/* header .header-nav-container > .header-nav > ul > li {
  background-color: #28BAF9;
  padding: 10px 20px;
  font-weight: 700;
} */
header .header-nav-container > .header-nav > ul > li > .contact-button {
  background-color: #28baf9;
  width: 194px;
  height: 43px;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  header .header-nav-container > .header-nav > ul > li > .contact-button {
    /* display: none; */
    width: 188px;
    height: 46px;
  }
}
header .header-nav-container > .header-nav > ul > li > .read-in-english-button {
  /* background-color: #f9f014; */
  background-color: #efefef;
  width: 194px;
  height: 43px;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  header
    .header-nav-container
    > .header-nav
    > ul
    > li
    > .read-in-english-button {
    /* width: 188px;
    height: 46px; */
    display: none;
  }
}
@media screen and (max-width: 420px) {
  header
    .header-nav-container
    > .header-nav
    > ul
    > li
    > .read-in-english-button {
    width: 160px;
  }
}
/*===========================================
	フッターの設定
===========================================*/
footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  position: relative;
  z-index: 1;
  background-color: #f6f6f6;
}
footer .footer-inner {
  max-width: var(--wide-content-size);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 31px 34px;
  width: 100%;
}
@media screen and (max-width: 1044px) {
  footer .footer-inner {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 603px) {
  footer .footer-inner {
    padding: 15px 16px;
  }
}
footer .logo-button {
  width: 254px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}
footer .logo-button > p {
  font-size: 17px;
}
@media screen and (max-width: 500px) {
  footer .logo-button > p {
    font-size: 11px;
    letter-spacing: 0;
  }
}
footer .logo-button > img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  footer .logo-button {
    width: 190px;
  }
}
@media screen and (max-width: 420px) {
  footer .logo-button {
    width: 160px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
footer .footer-nav-container > .flags {
  width: 400px;
}
@media screen and (max-width: 700px) {
  footer .footer-nav-container > .flags {
    width: 188px;
  }
}
@media screen and (max-width: 420px) {
  footer .footer-nav-container > .flags {
    width: 160px;
  }
}
footer .footer-nav-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-nav-container > .footer-nav > ul {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  footer .footer-nav-container > .footer-nav > ul {
    gap: 0;
    font-size: 18px;
  }
}
footer .footer-nav-container > .footer-nav > ul > li > .contact-button {
  background-color: #28baf9;
  width: 194px;
  height: 43px;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  footer .footer-nav-container > .footer-nav > ul > li > .contact-button {
    display: none;
  }
}
footer .footer-nav-container > .footer-nav > ul > li > .read-in-english-button {
  /* background-color: #f9f014; */
  background-color: #efefef;
  width: 194px;
  height: 43px;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  footer
    .footer-nav-container
    > .footer-nav
    > ul
    > li
    > .read-in-english-button {
    width: 188px;
    height: 46px;
  }
}
@media screen and (max-width: 420px) {
  footer
    .footer-nav-container
    > .footer-nav
    > ul
    > li
    > .read-in-english-button {
    width: 160px;
  }
}
footer .footer-info {
  background-color: black;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  footer .footer-info {
    font-size: 12px;
  }
}
footer .footer-info-nav > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/*===========================================
	各ページ固有設定
===========================================*/

/*-------------------------------------------
index.php
-------------------------------------------*/
/* 共通コンポーネント */
#top .section-inner {
  margin-top: 117px;
  margin-bottom: 120px;
  max-width: 97%;
  width: 968px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1030px) {
  .section-inner {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 700px) {
  #top .section-inner {
    margin-top: 80px;
    margin-bottom: 80px;
    gap: 50px;
  }
}
@media screen and (max-width: 500px) {
  #top .section-inner {
    margin-top: 50px;
    margin-bottom: 60px;
    gap: 40px;
  }
}
#top h2 {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width: 1030px) {
  #top h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 700px) {
  #top h2 {
    font-size: 20px;
  }
}
#top h3 {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#top .composition {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
  letter-spacing: 0.05em;
  max-width: 100%;
}
@media screen and (max-width: 1030px) {
  #top .composition {
    font-size: 16px;
  }
}
#top .paragraph {
  gap: 10px;
}
#top section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* メインビジュアル */
#top .mv-section {
  width: 100%;
}
#top .mv-header {
  background-color: #efefef;
  /* background-color: #f9f014; */
  font-size: 20px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #top .mv-header {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
}

#top .mv-section > img {
  width: 100%;
}

/* 日本での生活に不安を感じているお子様と保護者のみなさまへ */
#top .attension-section {
  position: relative;
}
#top .attension-section .background {
  position: absolute;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  width: 1020px;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  #top .attension-section .background {
    width: 95%;
  }
}
#top .attension-section .background > img {
  width: 261px;
}
@media screen and (max-width: 1080px) {
  #top .attension-section .background > img {
    width: 180px;
  }
}
#top .attension-section .background > .circle {
  margin-bottom: 20%;
}
@media screen and (max-width: 1080px) {
  #top .attension-section .background > .circle {
    margin-bottom: 30vw;
  }
}
@media screen and (max-width: 700px) {
  #top .attension-section .background > .circle {
    margin-bottom: 50vw;
  }
}
@media screen and (max-width: 500px) {
  #top .attension-section .background > .circle {
    margin-bottom: 90vw;
  }
}
@media screen and (max-width: 380px) {
  #top .attension-section .background > .circle {
    margin-bottom: 100vw;
  }
}
#top .attension-section .background > .rectangle {
  margin-top: 20%;
}
@media screen and (max-width: 1080px) {
  #top .attension-section .background > .rectangle {
    margin-top: 30vw;
  }
}
@media screen and (max-width: 700px) {
  #top .attension-section .background > .rectangle {
    margin-top: 60vw;
  }
}
@media screen and (max-width: 500px) {
  #top .attension-section .background > .rectangle {
    margin-top: 90vw;
  }
}
@media screen and (max-width: 380px) {
  #top .attension-section .background > .rectangle {
    margin-top: 110vw;
  }
}
/* 松濤館大島道場 小中学生コース */
#top .about-section {
  /* background-image: url("images/about-bg.webp"); */
  color: #fff;
  /* background-size: cover; */
}
/* 当道場の特徴4つ */
#top .feature-section .section-inner {
  gap: 100px;
}
@media screen and (max-width: 700px) {
  #top .feature-section .section-inner {
    gap: 60px;
  }
}
#top .feature-section .media-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}
@media screen and (max-width: 1030px) {
  #top .feature-section .media-container {
    align-items: center;
    justify-content: center;
  }
}
#top .feature-section .media-container > .media {
  width: 473px;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  padding: 94px 66px 30px 66px;
  position: relative;
}
@media screen and (max-width: 500px) {
  #top .feature-section .media-container > .media {
    width: auto;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    padding: 94px 16px 30px 16px;
    position: relative;
  }
}
#top .feature-section .media-container .media-title {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: -35px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  #top.--en .feature-section .media-container .media-title {
    gap: 15px;
  }
}
#top .feature-section .media-container .media-title > p {
  font-size: 40px;
  font-weight: 700;
}
#top .feature-section .media-container .media-title > h3 {
  font-size: 20px;
}
@media screen and (max-width: 420px) {
  #top.--en .feature-section .media-container .media-title > h3 {
    font-size: 16px;
  }
}
#top .feature-section .media-container > .media > img {
  height: 237px;
}
@media screen and (max-width: 420px) {
  #top .feature-section .media-container > .media > img {
    height: 45vw;
  }
}
/* 今、武道教育が選ばれる理由 */
#top .reason-section {
  background: linear-gradient(125deg, #eaf9ff, #ffffea);
}
/* 空手を習うことでお子様に訪れる変化 */
#top .before-after-section .media-container {
  display: flex;
  flex-direction: column;
  gap: 68px;
}
@media screen and (max-width: 700px) {
  #top .before-after-section .media-container {
    width: 100%;
  }
}
#top .before-after-section .media {
  width: 100%;
  display: flex;
  gap: 58px;
}
@media screen and (max-width: 1030px) {
  #top .before-after-section .media {
    gap: 16px;
  }
}
#top .before-after-section .media.--reverse {
  flex-direction: row-reverse;
  text-align: justify;
}
#top .before-after-section .media > img {
  min-width: 282px;
  min-height: 198px;
}
@media screen and (max-width: 1030px) {
  #top .before-after-section .media > img {
    max-width: 180px;
    max-height: 100px;
  }
}
#top .before-after-section .media > .composition {
  gap: 15px;
}
@media screen and (max-width: 700px) {
  #top .before-after-section .media > .composition > img {
    width: 100%;
  }
}
#top .before-after-section .media > .composition > .title-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 700px) {
  #top .before-after-section .media > .composition > .title-box > h3 {
    font-size: 18px;
  }
}
#top .before-after-section .media > .composition > .title-box > div {
  background-color: #d9d9d9;
  width: 100%;
  height: 3px;
  position: relative;
}
#top .before-after-section .media > .composition > .title-box > div > span {
  background-color: #ffb8b8;
  width: 20%;
  height: 3px;
  position: absolute;
  left: 0;
}

/* 小学生のお子様についてこんなお悩みはありませんか？ */
#top .problem-section {
  background-color: #e4f2f8;
}
#top .problem-section .composition {
  border-color: #00affa;
  border-width: 3px;
  border-radius: 29px;
  padding: 40px 83px;
  width: 795px;
  font-size: 25px;
}
@media screen and (max-width: 1030px) {
  #top .problem-section .composition {
    padding: 40px 120px;
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  #top .problem-section .composition {
    width: auto;
    border-width: 2px;
    border-radius: 20px;
    padding: 25px 16px;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #top .problem-section .composition {
    font-size: 16px;
  }
}

/* 道場長からのメッセージ */
#top .greeting-section .introduction-of-head-coach {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 700px) {
  #top .greeting-section .introduction-of-head-coach {
    flex-direction: column;
    gap: 20px;
  }
}
#top .greeting-section .introduction-of-head-coach > .head-coach-image-box {
  min-width: 208px;
  min-height: 226px;
  position: relative;
}
@media screen and (max-width: 700px) {
  #top .greeting-section .introduction-of-head-coach > .head-coach-image-box {
    max-width: 150px;
    max-height: 170px;
  }
}
#top
  .greeting-section
  .introduction-of-head-coach
  > .head-coach-image-box
  > img {
  width: 100%;
  height: 100%;
}
#top
  .greeting-section
  .introduction-of-head-coach
  > .head-coach-image-box
  > .head-coach-name-box {
  width: 100%;
  height: 42px;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .greeting-section .introduction-of-head-coach > .composition {
  font-size: 16px;
  gap: 10px;
}
#top .greeting-section .introduction-of-head-coach > .composition > h3 {
  font-size: 20px;
}
#top .greeting-section .message-box {
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  padding: 70px 95px 100px 95px;
  position: relative;
}
@media screen and (max-width: 700px) {
  #top .greeting-section .message-box {
    margin-top: 30px;
    padding: 50px 16px 80px 16px;
  }
}
#top .greeting-section .message-box > h3 {
  position: absolute;
  top: -30px;
  font-size: 41px;
}
@media screen and (max-width: 700px) {
  #top .greeting-section .message-box > h3 {
    top: -20px;
    font-size: 30px;
  }
}
/* 稽古方針 */
#top .policy-section {
  background-color: #fffef2;
}
#top .policy-section .composition-container {
  background-image: url("images/policy-bg.webp");
  width: 100%;
  background-size: cover;
  height: 438px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}
@media screen and (max-width: 1030px) {
  #top .policy-section .composition-container {
    height: 43vw;
  }
}
#top .policy-section .composition-container > .composition {
  justify-content: center;
  gap: 5px;
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  #top .policy-section .composition-container > .composition {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #top .policy-section .composition-container > .composition {
    font-size: 12px;
  }
}
#top .policy-section .composition {
  font-size: 24px;
}
@media screen and (max-width: 1030px) {
  #top .policy-section .composition {
    font-size: 16px;
  }
}

/* 稽古場所と日程 */
#top .location-and-dates-section {
  background-color: #e4f2f8;
}
#top .location-and-dates-section .composition {
  gap: 10px;
  width: 100%;
}
#top .location-and-dates-section .google-maps {
  max-width: 100%;
  width: 80%;
  height: 438px;
}
@media screen and (max-width: 700px) {
  #top .location-and-dates-section iframe {
    width: 100%;
    height: 50vw;
  }
}

/* 会費について */
#top .fee {
  background: linear-gradient(125deg, #eaf9ff, #ffffea);
}
#top .fee .fee-container {
  display: flex;
  flex-direction: column;
}
#top .fee .fee-container > div {
  display: flex;
  align-items: baseline;
}
#top .fee .fee-container > .entry-fee {
  gap: 100px;
}
#top.--en .fee .fee-container > .entry-fee {
  gap: 30px;
}
@media screen and (max-width: 700px) {
  #top .fee .fee-container > .entry-fee {
    gap: 70px;
  }
  #top.--en .fee .fee-container > .entry-fee {
    gap: 10px;
  }
}
#top .fee .fee-container > .annual-fee {
  gap: 75px;
}
#top.--en .fee .fee-container > .annual-fee {
  gap: 107px;
}
@media screen and (max-width: 700px) {
  #top .fee .fee-container > .annual-fee {
    gap: 50px;
  }
  #top.--en .fee .fee-container > .annual-fee {
    gap: 72px;
  }
}
#top .fee .fee-container > div > h3 {
  font-size: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 700px) {
  #top .fee .fee-container > div > h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 398px) {
  #top.--en .fee .fee-container > div > h3 {
    font-size: 16px;
  }
}
#top .fee .fee-container > div > p {
  font-size: 35px;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c", serif;
}
@media screen and (max-width: 700px) {
  #top .fee .fee-container > div > p {
    font-size: 30px;
  }
}
@media screen and (max-width: 398px) {
  #top.--en .fee .fee-container > div > p {
    font-size: 25px;
  }
}
#top .fee .fee-container > div > p > small {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  #top .fee .fee-container > div > p > small {
    font-size: 16px;
  }
}
#top .fee .section-inner > p {
  color: #6e6a6a;
}

/* 当道場は現在、定員20人までとなります */
#top .capacity .section-inner {
  width: 735px;
}
#top .capacity .composition {
  font-size: 23px;
}
@media screen and (max-width: 1030px) {
  #top .capacity .composition {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  #top .capacity .composition {
    font-size: 16px;
    gap: 0;
  }
}

/* よくある質問 */
#top .qa-section {
  background-color: #fffef2;
}
#top .qa-section .box-container {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
#top .qa-section .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#top .qa-section .box > .q {
  font-size: 25px;
  color: #28baf9;
}
@media screen and (max-width: 1030px) {
  #top .qa-section .box > .q {
    font-size: 20px;
    color: #28baf9;
  }
}
@media screen and (max-width: 700px) {
  #top .qa-section .box > .q {
    font-size: 18px;
    color: #28baf9;
  }
}
#top .qa-section .box > .q span {
  font-size: 30px;
}
@media screen and (max-width: 1030px) {
  #top .qa-section .box > .q span {
    font-size: 25px;
  }
}
@media screen and (max-width: 700px) {
  #top .qa-section .box > .q span {
    font-size: 20px;
  }
}
#top .qa-section .box > .a {
  font-size: 23px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", serif;
}
@media screen and (max-width: 1030px) {
  #top .qa-section .box > .a {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  #top .qa-section .box > .a {
    font-size: 16px;
  }
}
#top .qa-section .box > .a span {
  font-size: 27px;
}
@media screen and (max-width: 1030px) {
  #top .qa-section .box > .a span {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  #top .qa-section .box > .a span {
    font-size: 18px;
  }
}
#top .qa-section .box-container > span {
  background-color: #bebebe;
  width: 100%;
  height: 3px;
}

/* ご参加にあたっての注意事項 */
#top .precautions-section {
  background-color: #e4f2f8;
}

/* まずは無料で体験しませんか？ */
#top .form-section {
  background: linear-gradient(125deg, #eaf9ff, #ffffea);
}

#top .form-section .composition {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  #top .form-section .composition {
    flex-direction: column;
  }
}

#top .form-section .composition > p > strong {
  font-size: 25px;
}

@media screen and (max-width: 700px) {
  #top .form-section .composition > p > strong {
    font-size: 20px;
  }
}

#top .form-section .composition > img {
  width: 30%;
}

@media screen and (max-width: 700px) {
  #top .form-section .composition > img {
    width: 100%;
  }
}

#top .form-section .content-container {
  background-color: #f6f6f6;
  width: 100%;
  padding: 58px 96px;
}
@media screen and (max-width: 700px) {
  #top .form-section .content-container {
    padding: 58px 16px;
  }
}
@media screen and (max-width: 500px) {
  #top .form-section .content-container {
    padding: 58px 16px 30px 16px;
  }
}
#top .form-section .wpcf7-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  #top .form-section .wpcf7-form {
    gap: 15px;
  }
}
#top .form-section .wpcf7-form .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#top .form-section .wpcf7-form .title > h3 {
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #top .form-section .wpcf7-form .title > h3 {
    font-size: 20px;
  }
}
#top .form-section .wpcf7-form > p {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
@media screen and (max-width: 500px) {
  #top .form-section .wpcf7-form > p {
    font-size: 16px;
    gap: 8px;
  }
}
#top .form-section .wpcf7-form > p > label {
  width: 100%;
}
#top .form-section .wpcf7-form > p > br {
  display: none;
}
#top .form-section .wpcf7-form > p > small {
  width: 100%;
}
#top .form-section .wpcf7-form > p > span {
  width: 100%;
  /* height: 50px; */
}
#top .form-section .wpcf7-form > p > span > input {
  background-color: white;
  width: 100%;
  height: 50px;
  border-color: #000;
  border-width: 1px;
  padding: 5px 13px;
}
@media screen and (max-width: 500px) {
  #top .form-section .wpcf7-form > p > span > input {
    height: 40px;
  }
}
#top .form-section .wpcf7-form > p > span > .wpcf7-date {
  width: 40%;
}
@media screen and (max-width: 500px) {
  #top .form-section .wpcf7-form > p > span > .wpcf7-date {
    width: 100%;
  }
}
#top .form-section .wpcf7-form > p > span > textarea {
  margin-top: 10px;
  background-color: white;
  width: 100%;
  border-color: #000;
  border-width: 1px;
  padding: 13px 13px;
}
#top .form-section .wpcf7-form > p > .submit-button {
  background-color: #000;
  color: #fff;
  padding: 15px 40px;
  margin-top: 20px;
  /* width: 100%; */
}

#top .wpcf7-form input[type="radio"] {
  -webkit-appearance: radio;
  appearance: auto;
  display: inline-block;
  width: auto;
  height: auto;
}

@media screen and (max-width: 700px) {
  #top .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
/*-------------------------------------------
page.php
-------------------------------------------*/
#singular main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 80px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 700px) {
  #singular main {
    gap: 40px;
  }
}
#singular .page-title-section {
  width: var(--normal-content-size);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  #singular .page-title-section {
    width: auto;
  }
}
#singular .page-title-section h1 {
  font-weight: 700;
  font-size: 35px;
}
@media screen and (max-width: 700px) {
  #singular .page-title-section h1 {
    font-size: 25px;
  }
}
#singular .content-section {
  width: var(--normal-content-size);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1030px) {
  #singular .content-section {
    width: auto;
  }
}
#singular .content-section > .section-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: justify;
}
#singular .content-section h2 {
  font-weight: 500;
  font-size: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  #singular .content-section h2 {
    font-size: 20px;
    margin-top: 16px;
  }
}
