/*==================================================================
体験レッスン
==================================================================*/
body.trial .wrap_trial_flow section{
  position: relative;
  margin:0px auto 0px auto;
}

body.trial .wrap_trial_flow section em {
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background-color: var(--color_orange_01);
  border-radius: 50px;
  line-height: 1;
  padding: 15px 15px 15px 15px;
  font-size: 32px;
  margin: 10px auto;
  text-align: center;
  width: 1em;
}
body.trial .wrap_trial_flow section+section{
  margin-top:80px;
}
body.trial .wrap_trial_flow section +section::before{
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #f0f0f0;
    content:"";
    width: 100px;
    height:40px;
    transform:translateX(-50%);
    left: 50%;
    top:-60px;
    position: absolute;
}
/*==================================================================
指導方針
==================================================================*/
body.policy section.wrap_3columns>section {
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

body.policy section.wrap_3columns>section h3 {
  flex-grow: 1;
}

body.policy section.wrap_3columns em {
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background-color: var(--color_orange_01);
  border-radius: 50px;
  line-height: 1;
  padding: 15px 15px 15px 15px;
  font-size: 32px;
  margin: 10px auto;
  text-align: center;
  width: 1em;
}
body.policy .ttl_momiji{
  font-family: "Noto Serif JP", serif;
}

/*==================================================================
コンクール　生徒たちのステージ
==================================================================*/
body.competition main {
  width: var(--width_default);
  max-width: var(--max_width_default);
  margin: 0px auto;
}

/*==================================================================
レッスン料
==================================================================*/
body.fees main {
  width: var(--width_default);
  max-width: var(--max_width_default);
  margin: 0px auto;
}


/*==================================================================
プロフィール
==================================================================*/
body.profile main {
  width: var(--width_default);
  max-width: var(--max_width_default);
  margin: 0px auto;
}

body.profile main h3 {
  font-size: 20px;
  color: var(--color_orange_01);
  text-align: center;
  margin: 40px auto 20px auto;
}

body.profile main ul {
  margin: 0px;
  padding: 0px 0px 0px 1em;
  ;
}

body.profile main ul li {
  margin: 10px 0px;
}

/*==================================================================
お問い合わせ・体験レッスン
==================================================================*/
body.enquiry main,
body.trial main {
  width: var(--width_default);
  max-width: var(--max_width_default);
  margin: 0px auto;
}


/*==================================================================
フォーム
==================================================================*/
.nf-form-cont {
  margin: 40px auto;
  max-width: 900px;
}

.nf-form-cont #nf-form-title-1 {
  display: none;
}

.nf-form-cont input[type="text"],
.nf-form-cont input[type="email"],
.nf-form-cont input[type="number"],
.nf-form-cont input[type="tel"],
.nf-form-cont textarea {
  font-size: 16px;
  line-height: 1.8;
  padding: 8px;
  border: solid 1px #ccc;
  width: calc(100% - 18px);

}

.nf-form-cont label {
  font-weight: normal;
}

.nf-form-cont input[type="submit"] {
  background-color: var(--color_orange_01);
  position: relative;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  display: block;
  min-width: 240px;
  width: 300px;
  max-width: 90px;
  margin: 0px auto;
  text-align: center;
  padding: 20px 10px;
  outline: none;
  border: none;
}

/*==================================================================
よくある質問
==================================================================*/
body.post-type-archive-faq main {
  width: var(--width_default);
  max-width: 900px;
  margin: 0px auto;
}

.wrap_faq_each {
  padding: 20px 20px;
  margin: 10px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.wrap_faq_each h3 {
  cursor: pointer;
  margin: 0px 0px;
  padding: 0px 60px;
  position: relative;
}

.wrap_faq_each h3::before {
  content: "Ｑ";
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 30px;
  border-radius: 20px;
  background-color: var(--color_orange_01);
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
}

.wrap_faq_each h3+div::before {
  content: "Ａ";
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 30px;
  border-radius: 20px;
  background-color: #cccccc;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-weight: bold;
  ;
}

.wrap_faq_each h3::after {
  content: "＋";
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}

.wrap_faq_each h3.on::after {
  content: "－";
}

.wrap_faq_each h3+div {
  margin: 0px 0px;
  padding: 0px 60px;
  position: relative;
  display: none;
}

/*==================================================================
ブログ
==================================================================*/
body.archive.category .ttl_main{
  margin-bottom:0px;
}

body.archive.category #wrap_blog_list{
  padding-top:40px;
}





/*====================================================================================================================================
SP728SP728
====================================================================================================================================*/
@media screen and (max-width: 728px) {

  body.policy section.wrap_3columns>section {
    width: calc(100% / 2 - 30px);
    margin: 5px 5px;
  }

  body.policy section.wrap_3columns>section h3 {
    font-size: 20px;
  }

  /*==================================================================
閉じカッコ
==================================================================*/

}

/*====================================================================================================================================
SP640
====================================================================================================================================*/
@media screen and (max-width: 640px) {

  body.policy section.wrap_3columns>section {
    width: calc(100% / 1 - 0px);
    margin: 10px 0px;
  }

  /*==================================================================
よくある質問
==================================================================*/
  .wrap_faq_each {
    padding: 10px 10px;
  }

  .wrap_faq_each h3 {
    padding: 10px 40px;
    font-size: 16px;
  }

  .wrap_faq_each h3::before {
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 28px;
    left: 0px;
    top: 10px;
  }

  .wrap_faq_each h3+div::before {
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 28px;
  }

  /*==================================================================
閉じカッコ
==================================================================*/

}