@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  color: #1a1a1a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  -webkit-text-size-adjust: 100%;
  /*スマホ文字拡大対策*/
  font-family: 'Noto Sans JP', "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

html {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a {
  text-decoration: none; }

a img {
  border: none; }
  a img:hover {
    opacity: 0.7; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@media screen and (min-width: 1101px) {
  .pc-only {
    display: block !important; }
  .tablet-only {
    display: none !important; }
  .sp-only {
    display: none !important; }
  .tablet-under {
    display: none !important; }
  .sp-none {
    display: block !important; } }

@media screen and (max-width: 1100px) {
  .pc-only {
    display: none !important; }
  .tablet-only {
    display: block !important; }
  .sp-only {
    display: none !important; }
  .tablet-under {
    display: block !important; }
  .sp-none {
    display: block !important; } }

@media screen and (max-width: 600px) {
  .pc-only {
    display: none !important; }
  .tablet-only {
    display: none !important; }
  .sp-only {
    display: block !important; }
  .tablet-under {
    display: block !important; }
  .sp-none {
    display: none !important; } }

.main {
  overflow: hidden; }
  @media (max-width: 1100px) {
    .main {
      width: auto;
      margin-left: 0;
      border-top: none; } }
  @media (max-width: 600px) {
    .main {
      border-top: none;
      border-right: none;
      border-bottom: none; } }

.catch {
  margin: 50px 0;
  text-align: center;
  font-family: "\6E38\660E\671D\4F53", "Yu Mincho", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   Pro", "Hiragino Mincho Pro", "MS P\660E\671D", "MS PMincho", serif;
  font-weight: bold;
  font-size: 36px; }
  @media (max-width: 600px) {
    .catch {
      margin: 30px 0;
      font-size: 18px; } }

.lead {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 80px; }
  @media (max-width: 600px) {
    .lead {
      margin-bottom: 40px;
      font-size: 15px; } }

.innerContents {
  width: 970px;
  margin: 0 auto; }
  @media (max-width: 1100px) {
    .innerContents {
      width: auto; } }

.suna {
  text-align: center; }
  @media (max-width: 600px) {
    .suna {
      height: auto; }
      .suna img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: 'object-fit: cover'; } }

.simp-text {
  line-height: 1.8;
  font-size: 16px;
  text-align: justify; }

.simp-img {
  text-align: center; }
  @media (max-width: 600px) {
    .simp-img {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (max-width: 600px) {
    .simp-img img {
      width: 100%; } }

.js-Accordion-Target {
  display: none; }

@media screen and (min-width: 1101px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

.fw-b {
  font-weight: bold; }

.ac {
  text-align: center; }

.message-link {
  padding-left: 60px; }

.link-in {
  display: inline-block; }

.mt20 {
  margin-top: 20px; }

.ml0 {
  margin-left: 0 !important; }

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  padding-top: 50px;
  background-color: #F2EFDD;
  z-index: 20; }
  @media (max-width: 1100px) {
    .sidebar {
      height: 80px;
      width: 100%;
      padding-top: 10px; } }

.logo {
  width: 88%;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: #1a1a1a; }
  @media (max-width: 1100px) {
    .logo {
      text-align: center; } }
  .logo .logoImg {
    margin-bottom: 10px; }
    @media (max-width: 1100px) {
      .logo .logoImg {
        margin-bottom: 5px; } }
    .logo .logoImg img {
      width: 100%; }
      @media (max-width: 1100px) {
        .logo .logoImg img {
          width: 150px; } }
  .logo .logoText {
    font-size: 16px; }
    @media (max-width: 1100px) {
      .logo .logoText {
        font-size: 12px; } }

.sidebarInfo {
  width: 100%;
  position: absolute;
  bottom: 20px; }
  @media (max-width: 1100px) {
    .sidebarInfo {
      display: none;
      position: relative;
      background-color: #F2EFDD;
      width: 45vw;
      top: 10px;
      height: 100vh;
      padding-top: 10%; } }
  @media (max-width: 600px) {
    .sidebarInfo {
      width: 50%; } }
  .sidebarInfo .gNav {
    margin-bottom: 25px; }
    .sidebarInfo .gNav a {
      display: block;
      padding: 13px 0 13px 50px;
      font-size: 16px;
      font-weight: bold;
      color: #666666;
      position: relative; }
      .sidebarInfo .gNav a:hover {
        color: #1a1a1a; }
      .sidebarInfo .gNav a.current {
        background-color: #fff;
        color: #1a1a1a; }
        .sidebarInfo .gNav a.current:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 30px;
          height: 100%;
          background-color: #F2EFDD; }
          @media (max-width: 600px) {
            .sidebarInfo .gNav a.current:before {
              content: none; } }
      @media (max-width: 600px) {
        .sidebarInfo .gNav a {
          padding: 13px 0 13px 13px;
          font-size: 14px; } }
      @media screen and (max-width: 320px) {
        .sidebarInfo .gNav a {
          font-size: 12px; } }
  .sidebarInfo .memberLink {
    margin-bottom: 25px;
    padding: 20px 0 20px 50px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #fff;
    background-color: #efadae;
    line-height: 1; }
    .sidebarInfo .memberLink--green {
      margin-bottom: 0;
      background-color: #96bb75; }
  .sidebarInfo .sns {
    margin-bottom: 25px;
    text-align: center; }
    .sidebarInfo .sns a {
      width: 50px;
      display: inline-block; }
      .sidebarInfo .sns a img {
        width: 100%; }
  .sidebarInfo .privacyLink {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px; }
    .sidebarInfo .privacyLink:last-child1 {
      margin-bottom: 30px; }
    .sidebarInfo .privacyLink a {
      color: #666666;
      display: block;
      margin-bottom: 15px; }
      .sidebarInfo .privacyLink a:hover {
        color: #1a1a1a; }

.copyright {
  color: #b1a493;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 11px; }
  .copyright--footer {
    display: none;
    background-color: #fff;
    padding-bottom: 20px; }
    @media (max-width: 1100px) {
      .copyright--footer {
        display: block; } }

.menu-trigger {
  top: 0;
  left: 0;
  display: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  width: 80px;
  height: 80px;
  background-color: transparent;
  padding: 10px;
  z-index: 100; }
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1a1a1a;
    border-radius: 20px; }
    .menu-trigger span:nth-of-type(1) {
      top: 23px;
      left: 20%;
      width: 60%; }
    .menu-trigger span:nth-of-type(2) {
      top: 47%;
      left: 20%;
      width: 60%; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 24px;
      left: 20%;
      width: 60%; }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-315deg);
    transform: translateY(12px) rotate(-315deg); }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-18px) rotate(315deg);
    transform: translateY(-18px) rotate(315deg); }
  @media (max-width: 1100px) {
    .menu-trigger {
      display: block; } }

.fc-blue {
  text-decoration: underline;
  color: #15c; }
  .fc-blue:hover {
    text-decoration: none; }

.sec {
  position: relative;
  z-index: 10;
  padding: 80px 0; }
  @media (max-width: 600px) {
    .sec {
      padding: 50px 0; } }
  .sec .secTitle {
    text-align: center;
    font-size: 29px;
    margin-bottom: 35px;
    line-height: 1.5; }
    .sec .secTitle span {
      font-size: 16px; }

.application {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  background-color: #fff;
  padding-bottom: 95px;
  border-top: 2px solid #929284; }
  .application--top {
    padding-top: 0;
    border-top: 0; }
  @media (max-width: 600px) {
    .application {
      border-top: none;
      padding-bottom: 20px; } }
  .application .applicationTitle {
    font-size: 29px;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 600px) {
      .application .applicationTitle {
        font-size: 18px;
        margin-bottom: 25px; } }
  .application .applicationBtn {
    text-align: center; }
    .application .applicationBtn a {
      display: inline-block;
      color: #fff;
      width: 360px;
      width: 28.125vw;
      max-width: 360px;
      height: 70px;
      line-height: 70px;
      font-size: 21px;
      text-align: center;
      border: 1px solid #98998d; }
      .application .applicationBtn a:hover {
        opacity: 0.7; }
      @media (max-width: 600px) {
        .application .applicationBtn a {
          width: calc(100% - 70px);
          margin: 0 auto; } }
      .application .applicationBtn a.btnBlue {
        background-color: #b3c2ca;
        margin-right: 25px; }
        @media (max-width: 600px) {
          .application .applicationBtn a.btnBlue {
            margin-right: auto;
            margin-bottom: 15px; } }
      .application .applicationBtn a.btnPink {
        background-color: #d8a5a6; }

.pageTop {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 35px;
  background-color: #fff;
  display: block;
  text-align: center; }

.keyVisual {
  width: 100%;
  max-height: 400px;
  height: 400px; }
  .keyVisual--min {
    height: 260px; }
    @media (max-width: 600px) {
      .keyVisual--min {
        height: 100px; } }
  .keyVisual--min2 {
    height: 180px; }
    @media (max-width: 600px) {
      .keyVisual--min2 {
        height: 70px; } }
  @media (max-width: 600px) {
    .keyVisual--top {
      height: 365px; } }
  .keyVisual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover'; }

.bg-area {
  position: relative; }
  .bg-area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1; }
  .bg-area.fixed:before {
    top: 0;
    width: calc(100% - 310px);
    position: fixed;
    left: 300px; }
    @media (max-width: 1100px) {
      .bg-area.fixed:before {
        left: 0;
        width: 100%; } }
    @media (max-width: 600px) {
      .bg-area.fixed:before {
        top: 80px; } }

@media (max-width: 600px) {
  .topAbout {
    padding-top: 0;
    padding-bottom: 0; } }

.topAbout .whiteCover {
  padding: 75px 10px;
  text-align: center;
  margin: 0px 115px 0px 115px;
  margin: 0vw 8.98438vw 0vw 8.98438vw;
  background-color: rgba(255, 255, 255, 0.75); }
  @media (max-width: 600px) {
    .topAbout .whiteCover {
      padding: 30px 10px;
      margin: 0 0 0 0; } }

.topAbout .secTitle {
  font-size: 20px; }

.topAbout .simp-text {
  line-height: 2.4;
  font-weight: bold; }
  @media (max-width: 600px) {
    .topAbout .simp-text {
      font-size: 15px;
      width: 90%;
      margin: 0 auto; } }

.topNews {
  background-color: #fff;
 }
  @media (max-width: 600px) {
    .topNews {
      margin-bottom: 50px; } }
  .topNews .enter-list {
    margin: 0px 0px 0px 115px;
    margin: 0vw 0vw 0vw 8.98438vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    .topNews .enter-list .enter-img {
      width: 30%; }
      .topNews .enter-list .enter-img img {
        width: 100%; }
    @media (max-width: 1100px) {
      .topNews .enter-list {
        margin: 0 10px; } }
    .topNews .enter-list a.enter {
      padding: 35px 0;
      width: 230px;
      margin-right: 20px;
      text-align: center;
      display: block;
      color: #a99c7b;
      border: 2px solid #9a9c8f;
      background-color: #e6e3d9;
      font-size: 26px;
      line-height: 1.4; }
      @media (max-width: 600px) {
        .topNews .enter-list a.enter {
          padding: 25px 0;
          width: 30%;
          font-size: 13px; } }
      .topNews .enter-list a.enter:last-child {
        margin-right: 0; }
      .topNews .enter-list a.enter span {
        color: #a99c7b;
        font-size: 36px;
        display: block; }
        @media (max-width: 600px) {
          .topNews .enter-list a.enter span {
            font-size: 16px; } }

.newsList {
  margin-bottom: 65px; }
  @media (max-width: 1100px) {
    .newsList {
      margin-left: 0;
      padding-left: 25px; } }
  @media (max-width: 600px) {
    .newsList {
      padding-left: 0;
      margin-bottom: 50px; } }
  .newsList a {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #D3D3D3; }
    @media (max-width: 600px) {
      .newsList a {
        padding-left: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;} }
      .newsList a:first-child {
        border-top: 2px solid #333333; }
    .newsList a:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #333333; }
    .newsList a .newsDate {
      width: 80px !important;
      margin-right: 10px; }
      @media (max-width: 600px) {
        .newsList a .newsDate {
          font-size: 12px;
          margin-right: 10px; } }
    .newsList a .newsTitle {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: inline-block;
      text-align: left;
      font-size: 13px;
      font-weight: 300;}
      .newsList a .newsTitle:hover {
        color: #989789;
        -webkit-transition: all 0.3s;
        transition: all  0.3s ease;}
      @media (max-width: 600px) {
        .newsList a .newsTitle {
          font-size: 12px;
          width: 60%;
          padding-top: 5px;} }




.newsCat {
  width: 70px;
  padding: 10px 0;
  color: #fff;
  font-size: 10px;
  margin-right: 15px;
  text-align: center; }
  @media (max-width: 600px) {
    .newsCat {
      width: 120px;
      padding: 5px 0;
      margin-bottom: 5px;
      margin-right: 10px; } }
  .newsCat span {
    color: #fff;
    font-weight: bold;
    line-height: 1.2;}
    @media (max-width: 600px) {
      .newsCat span {
        font-size: 80%;} }

.catGreen {
  background-color: #9FD68B; }

.catBlue {
  background-color: #73879B; }

.catYellow {
  background-color: #EDABAC; }

.catPink {
  background-color: #ECABAC; }

.topClayDisc {
  background-color: #fff; }
  .topClayDisc .topClayDiscInner {
    background-image: url(../img/top/clay_disc_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px; }
    @media (max-width: 600px) {
      .topClayDisc .topClayDiscInner {
        padding-bottom: 30px;
        background-image: none; } }
  .topClayDisc .whiteCover {
    width: 65%;
    margin: 0px 0px 0px 242px;
    padding: 0 60px 80px 60px;
    background-color: rgba(255, 255, 255, 0.6); }
    @media (max-width: 1100px) {
      .topClayDisc .whiteCover {
        width: 85%;
        margin: 0 auto;
        padding: 0 30px 40px 30px; } }
  @media (max-width: 1100px) and (max-width: 600px) {
    .topClayDisc .whiteCover {
      padding: 0px 0px 0px 0px; } }
    @media (max-width: 1100px) {
        .topClayDisc .whiteCover .simp-text {
          font-size: 14px; } }
  .topClayDisc .topClayDiscPhoto {
    text-align: center;
    margin-bottom: 10px;
    display: none; }
    @media (max-width: 600px) {
      .topClayDisc .topClayDiscPhoto {
        display: block; } }
    .topClayDisc .topClayDiscPhoto--single img {
      width: 100%; }
    .topClayDisc .topClayDiscPhoto--double img {
      width: 40%; }

.aboutMessage .messageWrap {
  margin-left: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1100px) {
    .aboutMessage .messageWrap {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (max-width: 600px) {
    .aboutMessage .messageWrap {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (max-width: 600px) {
    .aboutMessage .messageWrap {
      display: block; } }

.aboutMessage .messageText {
  line-height: 2.6;
  font-size: 15px;
  margin-right: 20px;
  letter-spacing: 0; }
  @media (max-width: 600px) {
    .aboutMessage .messageText {
      margin-right: 0; } }

.aboutMessage .messageHumanCap {
  text-align: center;
  margin-bottom: 20px; }

.aboutMessage .messageHumanInfo {
  text-align: center; }
  @media (max-width: 600px) {
    .aboutMessage .messageHumanInfo {
      margin-bottom: 20px; } }
  .aboutMessage .messageHumanInfo .messageHumanName {
    font-size: 28px;
    color: #867972;
    font-weight: bold;
    margin-bottom: 10px; }
    @media (max-width: 600px) {
      .aboutMessage .messageHumanInfo .messageHumanName {
        font-size: 20px; } }
  .aboutMessage .messageHumanInfo .messageHumanPostion {
    color: #867972;
    line-height: 1.5; }

.aboutMission {
  background-color: #F2EFDD; }
  .aboutMission .missionText {
    font-weight: bold;
    margin-right: 140px;
    margin-left: 140px;
    padding: 30px 0;
    border-top: 2px solid #b87a97;
    border-bottom: 2px solid #b87a97;
    font-size: 17px;
    text-align: center;
    line-height: 2;
    color: #b87a97;
    letter-spacing: -0.05em; }
    @media (max-width: 1100px) {
      .aboutMission .missionText {
        margin-right: 35px; } }
    @media (max-width: 1100px) {
      .aboutMission .missionText {
        margin-left: 35px;
        margin-right: 35px; } }
    @media (max-width: 600px) {
      .aboutMission .missionText {
        margin-left: 35px;
        margin-right: 35px; } }
    @media (max-width: 600px) {
      .aboutMission .missionText {
        margin-left: 10px;
        margin-right: 10px; } }

@media (max-width: 600px) {
  .aboutProfile {
    padding-bottom: 0; } }

.aboutProfile .profileData-list {
  margin-left: 140px;
  margin-bottom: 20px; }
  @media (max-width: 1100px) {
    .aboutProfile .profileData-list {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (max-width: 600px) {
    .aboutProfile .profileData-list {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (max-width: 600px) {
    .aboutProfile .profileData-list {
      margin-left: 0;
      margin-right: 0; } }
  .aboutProfile .profileData-list .profileData {
    padding: 30px 0 30px 10px;
    border-top: 2px solid #9f9e90; }
    @media (max-width: 600px) {
      .aboutProfile .profileData-list .profileData {
        border-top: 1px solid #9f9e90;
        padding: 15px 0 15px 30px; } }
    .aboutProfile .profileData-list .profileData:last-child {
      border-bottom: 2px solid #9f9e90; }
      @media (max-width: 600px) {
        .aboutProfile .profileData-list .profileData:last-child {
          border-bottom: 1px solid #9f9e90; } }
    .aboutProfile .profileData-list .profileData dt, .aboutProfile .profileData-list .profileData dd {
      display: inline-block; }
    .aboutProfile .profileData-list .profileData dt {
      width: 20%; }
      @media (max-width: 600px) {
        .aboutProfile .profileData-list .profileData dt {
          vertical-align: top;
          line-height: 1.7; } }
    @media (max-width: 600px) {
      .aboutProfile .profileData-list .profileData dd {
        line-height: 1.7; } }

.aboutProfile .profileMap {
  margin-left: 140px; }
  @media (max-width: 1100px) {
    .aboutProfile .profileMap {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (max-width: 600px) {
    .aboutProfile .profileMap {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (max-width: 600px) {
    .aboutProfile .profileMap {
      margin-right: 0;
      margin-left: 0; }
      .aboutProfile .profileMap iframe {
        height: 110px !important; } }

.aboutMission {
  background-color: #F2EFDD; }
  .aboutMission .missionLead {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .aboutMission .missionLead {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px; } }

.aboutMerit {
  background-color: #f2f0ef;
  margin-bottom: 80px; }
  @media (max-width: 600px) {
    .aboutMerit {
      margin-bottom: 40px; } }
  .aboutMerit .merit-list {
    margin-left: 140px;
    margin-right: 140px; }
    @media (max-width: 1100px) {
      .aboutMerit .merit-list {
        margin-left: 35px;
        margin-right: 35px; } }
    @media (max-width: 600px) {
      .aboutMerit .merit-list {
        margin-left: 35px;
        margin-right: 35px; } }
    @media (max-width: 1100px) {
      .aboutMerit .merit-list {
        margin-right: 35px; } }
    @media (max-width: 600px) {
      .aboutMerit .merit-list {
        margin-left: 15px;
        margin-right: 15px; } }
  .aboutMerit .merit {
    border-radius: 25px;
    text-align: center;
    line-height: 1.5; }
    @media (max-width: 600px) {
      .aboutMerit .merit {
        margin-bottom: 10px; } }
    .aboutMerit .merit .daen {
      color: #fff;
      font-size: 18px;
      padding: 10px 0;
      display: inline-block; }
      @media (max-width: 600px) {
        .aboutMerit .merit .daen {
          font-size: 16px; } }
    .aboutMerit .merit.pink {
      background-color: #dfacad; }
    .aboutMerit .merit.brown {
      background-color: #c4af96; }
  .aboutMerit .meritSingle {
    margin-bottom: 10px; }
    .aboutMerit .meritSingle .merit {
      width: 100%; }
  .aboutMerit .meritDouble {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (max-width: 600px) {
      .aboutMerit .meritDouble {
        display: block; } }
    .aboutMerit .meritDouble--rebirth {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse; }
    .aboutMerit .meritDouble .merit {
      width: 50%; }
      .aboutMerit .meritDouble .merit:first-child {
        margin-right: 30px; }
        @media (max-width: 600px) {
          .aboutMerit .meritDouble .merit:first-child {
            margin-right: 0; } }
      @media (max-width: 600px) {
        .aboutMerit .meritDouble .merit {
          width: 100%; } }
  .aboutMerit .meritInfo {
    text-align: left;
    position: relative;
    top: 6px;
    margin-right: 0 !important;
    margin-left: 30px; }
    @media (max-width: 600px) {
      .aboutMerit .meritInfo {
        top: 0;
        margin-left: 0;
        text-align: center;
        margin-bottom: 10px; } }
    .aboutMerit .meritInfo span {
      font-size: 14px;
      display: inline-block; }
      .aboutMerit .meritInfo span:first-child {
        margin-right: 30px; }
      .aboutMerit .meritInfo span i {
        position: relative;
        top: 2px;
        font-size: 20px; }
        .aboutMerit .meritInfo span i.pink {
          color: #dfacad; }
        .aboutMerit .meritInfo span i.brown {
          color: #c4af96; }

.aboutMembers .member-list {
  margin-left: 140px;
  margin-right: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1100px) {
    .aboutMembers .member-list {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (max-width: 600px) {
    .aboutMembers .member-list {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (max-width: 1100px) {
    .aboutMembers .member-list {
      margin-right: 35px; } }
  @media (max-width: 600px) {
    .aboutMembers .member-list {
      display: block; } }

.aboutMembers .member {
  width: 50%; }
  @media (max-width: 600px) {
    .aboutMembers .member {
      width: auto; } }
  .aboutMembers .member:first-child {
    margin: 0px 120px 0px 0px;
    margin: 0vw 9.375vw 0vw 0vw; }
    @media (max-width: 600px) {
      .aboutMembers .member:first-child {
        margin-right: 0;
        margin-bottom: 80px; } }
  .aboutMembers .member .memberCap {
    text-align: center;
    margin-bottom: 30px; }
  .aboutMembers .member .memberName {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px; }
  .aboutMembers .member .memberText {
    line-height: 1.8;
    text-align: justify;
    font-size: 14px; }

.venueLink {
  display: block;
  width: 690px;
  padding: 20px 0;
  text-align: center;
  font-size: 30px;
  border: 2px solid #a99c7b;
  margin: 40px auto 0 auto;
  color: #a99c7b;
  background-color: #f2efdc; }
  .venueLink:hover {
    opacity: 0.7; }
  @media (max-width: 600px) {
    .venueLink {
      width: 80%;
      font-size: 18px; } }

.privacyPolicy,
.privacyCancel {
  margin-right: 135px;
  margin-left: 135px;
  line-height: 2; }
  @media (max-width: 1100px) {
    .privacyPolicy,
    .privacyCancel {
      margin-right: 35px; } }
  @media (max-width: 1100px) {
    .privacyPolicy,
    .privacyCancel {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (max-width: 600px) {
    .privacyPolicy,
    .privacyCancel {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (max-width: 600px) {
    .privacyPolicy,
    .privacyCancel {
      font-size: 14px;
      margin-left: 15px;
      margin-right: 15px; } }

.privacyLead {
  margin-bottom: 50px; }
  @media (max-width: 600px) {
    .privacyLead {
      margin-bottom: 40px; } }

.privacyBox {
  margin-bottom: 50px; }
  @media (max-width: 600px) {
    .privacyBox {
      margin-bottom: 25px; } }
  .privacyBox--toiawase {
    margin-top: 100px; }
    @media (max-width: 600px) {
      .privacyBox--toiawase {
        margin-top: 75px; } }
  .privacyBox .privacyBoxTitle {
    font-weight: bold;
    font-size: 20px; }
    @media (max-width: 600px) {
      .privacyBox .privacyBoxTitle {
        font-size: 14px; } }
  .privacyBox .privacyBoxText {
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .privacyBox .privacyBoxText {
        padding-left: 25px; } }
  .privacyBox .privacyBoxList {
    margin-bottom: 20px; }
    .privacyBox .privacyBoxList--border {
      padding: 30px 0;
      border-top: 2px solid #1a1a1a;
      border-bottom: 2px solid #1a1a1a; }
    .privacyBox .privacyBoxList li {
      text-indent: -1em;
      padding-left: 1em; }
  .privacyBox .left-p {
    padding-left: 50px; }
    @media (max-width: 600px) {
      .privacyBox .left-p {
        padding-left: 25px; } }

@media (max-width: 600px) {
  .privacyCancel .privacyBoxText {
    padding-left: 0; } }

.faqSec {
  margin-left: 140px;
  margin-bottom: 60px; }
  .faqSec:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 600px) {
    .faqSec {
      margin-left: 0; } }
  .faqSec .faqTitle {
    background-color: #c4c4b7;
    font-size: 32px;
    color: #666666;
    padding: 30px 20px;
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .faqSec .faqTitle {
        padding: 20px 10px;
        font-size: 16px;
        text-align: center; } }

.faqBox {
  margin-bottom: 60px;
  padding-left: 30px;
  margin-right: 50px; }
  @media (max-width: 600px) {
    .faqBox {
      margin-right: 10px;
      margin-left: 10px;
      margin-bottom: 50px;
      padding-left: 0; } }
  .faqBox .faqBoxQuestion {
    color: #828a64;
    margin-bottom: 15px;
    font-size: 18px;
    text-indent: -2.6em;
    padding-left: 2.6em;
    line-height: 1.8;
    -webkit-transition: none;
    transition: none; }
    @media (max-width: 600px) {
      .faqBox .faqBoxQuestion {
        font-size: 16px; } }
    .faqBox .faqBoxQuestion a {
      color: #828a64;
      text-decoration: none; }
      .faqBox .faqBoxQuestion a:hover {
        text-decoration: underline; }
  .faqBox .faqBoxAnswer {
    font-size: 18px;
    text-indent: -2.6em;
    padding-left: 2.6em;
    line-height: 1.8;
    -webkit-transition: none;
    transition: none; }
    @media (max-width: 600px) {
      .faqBox .faqBoxAnswer {
        font-size: 16px; } }
  .faqBox a {
    color: #a67c52;
    text-decoration: none; }
    .faqBox a:hover {
      text-decoration: underline; }

.disc-text {
  width: 700px;
  margin: 0 auto;
  text-align: justify;
  line-height: 2;
  margin-bottom: 50px; }
  @media (max-width: 600px) {
    .disc-text {
      font-size: 15px;
      margin-left: 35px;
      margin-right: 35px;
      width: auto; } }

.course {
  position: relative;
  padding: 40px 0; }
  .course .courseInner {
    margin-left: 130px; }
    @media (max-width: 1100px) {
      .course .courseInner {
        margin-left: 0; } }
  .course .courseHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    min-width: 835px;
    float: right; }
    @media (max-width: 1100px) {
      .course .courseHead {
        display: block;
        min-width: 100%; } }
    .course .courseHead .courseName {
      width: 360pxpx;
      width: 28.125vw;
      padding: 30px 15px;
      font-size: 19px;
      font-weight: bold;
      display: inline-block; }
      @media (max-width: 1100px) {
        .course .courseHead .courseName {
          display: block;
          width: 100%;
          margin-left: 10px;
          padding: 20px 10px;
          margin-bottom: 20px; } }
    .course .courseHead .courseInfo {
      font-size: 13px;
      background-color: #fff; }
      @media (max-width: 1100px) {
        .course .courseHead .courseInfo {
          background: transparent;
          line-height: 2;
          padding-left: 10px; } }
      .course .courseHead .courseInfo .courseTime, .course .courseHead .courseInfo .courseDate, .course .courseHead .courseInfo .coursePrice {
        position: relative;
        text-align: center;
        height: 100%;
        width: 135px;
        display: inline-block; }
        .course .courseHead .courseInfo .courseTime span, .course .courseHead .courseInfo .courseDate span, .course .courseHead .courseInfo .coursePrice span {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          @media (max-width: 1100px) {
            .course .courseHead .courseInfo .courseTime span, .course .courseHead .courseInfo .courseDate span, .course .courseHead .courseInfo .coursePrice span {
              position: static; } }
        @media (max-width: 1100px) {
          .course .courseHead .courseInfo .courseTime, .course .courseHead .courseInfo .courseDate, .course .courseHead .courseInfo .coursePrice {
            margin-bottom: 10px;
            padding-left: 10px; } }
      .course .courseHead .courseInfo .courseTime {
        width: 135pxpx;
        width: 10.54688vw; }
        @media (max-width: 1100px) {
          .course .courseHead .courseInfo .courseTime {
            width: auto; } }
      .course .courseHead .courseInfo .courseDate {
        width: 150pxpx;
        width: 11.71875vw; }
        @media (max-width: 1100px) {
          .course .courseHead .courseInfo .courseDate {
            width: auto; } }
      .course .courseHead .courseInfo .coursePrice {
        width: 180pxpx;
        width: 14.0625vw; }
        @media (max-width: 1100px) {
          .course .courseHead .courseInfo .coursePrice {
            width: auto; } }
  .course .courseIntro {
    clear: both; }
  .course .courseBtn {
    text-align: center;
    display: block;
    cursor: pointer; }
    .course .courseBtn:hover {
      opacity: 0.7; }
  .course--standard {
    background-color: #eeeae0; }
    .course--standard .courseName {
      border-top: 1px solid #7ca076;
      border-bottom: 1px solid #7ca076;
      border-left: 5px solid #7ca076;
      background-color: #fff;
      color: #7ca076; }
    .course--standard .courseInfo {
      border-top: 1px solid #7ca076;
      border-bottom: 1px solid #7ca076; }
      @media (max-width: 1100px) {
        .course--standard .courseInfo {
          border-top: none;
          border-bottom: none; } }
    .course--standard .courseTime {
      border-left: 1px solid #7ca076; }
      .course--standard .courseTime span {
        color: #7ca076; }
      @media (max-width: 1100px) {
        .course--standard .courseTime {
          border-left: 3px solid #7ca076; } }
    .course--standard .courseDate {
      border-left: 1px solid #7ca076; }
      .course--standard .courseDate span {
        color: #7ca076; }
      @media (max-width: 1100px) {
        .course--standard .courseDate {
          border-left: 3px solid #7ca076; } }
    .course--standard .coursePrice {
      border-left: 1px solid #7ca076; }
      .course--standard .coursePrice span {
        color: #7ca076; }
      @media (max-width: 1100px) {
        .course--standard .coursePrice {
          border-left: 3px solid #7ca076; } }
    .course--standard .courseIntroTitle {
      color: #7ca076; }
  .course--premium {
    background-color: #f2efdd; }
    .course--premium .courseName {
      border-top: 1px solid #b09859;
      border-bottom: 1px solid #b09859;
      border-left: 5px solid #b09859;
      background-color: #fff;
      color: #b09859; }
    .course--premium .courseInfo {
      border-top: 1px solid #b09859;
      border-bottom: 1px solid #b09859; }
      @media (max-width: 1100px) {
        .course--premium .courseInfo {
          border-top: none;
          border-bottom: none; } }
    .course--premium .courseTime {
      border-left: 1px solid #b09859; }
      .course--premium .courseTime span {
        color: #b09859; }
      @media (max-width: 1100px) {
        .course--premium .courseTime {
          border-left: 3px solid #b09859;
          padding-left: 5px; } }
    .course--premium .courseDate {
      border-left: 1px solid #b09859; }
      .course--premium .courseDate span {
        color: #b09859; }
      @media (max-width: 1100px) {
        .course--premium .courseDate {
          border-left: 3px solid #b09859;
          padding-left: 5px; } }
    .course--premium .coursePrice {
      border-left: 1px solid #b09859; }
      .course--premium .coursePrice span {
        color: #b09859; }
      @media (max-width: 1100px) {
        .course--premium .coursePrice {
          border-left: 3px solid #b09859;
          padding-left: 5px; } }
    .course--premium .courseIntroTitle {
      color: #b09859; }
  .course .coursePhoto {
    position: absolute;
    top: 150px;
    right: 30px; }
  .course .coursePhotoSP {
    margin-bottom: 30px; }
    .course .coursePhotoSP img {
      width: 100%; }

.courseIntro {
  margin-bottom: 60px;
  padding-left: 20px;
  width: 510px; }
  @media (max-width: 600px) {
    .courseIntro {
      width: auto;
      padding-left: 0;
      margin-right: 35px;
      margin-left: 35px;
      margin-bottom: 30px; } }
  .courseIntro .courseIntroTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .courseIntro .courseIntroTitle {
        text-align: center; } }
  .courseIntro .courseIntroText {
    font-size: 14px;
    line-height: 1.8; }

.note {
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.8; }
  .note--pl {
    padding-left: 20px; }

.schedule-area {
  width: 640px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .schedule-area {
      width: 320px;
      margin: 0 auto; }
      .schedule-area iframe {
        width: 320px;
        display: block;
        margin: 0 auto;
        height: 450px !important; } }

.voiceList {
  width: 825px;
  margin: 0 auto; }
  @media (max-width: 1100px) {
    .voiceList {
      width: auto;
      margin-left: 10px;
      margin-right: 10px; } }
  @media (max-width: 600px) {
    .voiceList {
      width: auto; } }

.voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px; }
  @media (max-width: 1100px) {
    .voice {
      height: auto;
      display: block; } }
  .voice--rebirth {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse; }
  .voice .voiceTitle {
    position: relative;
    width: 50%;
    font-size: 19px; }
    @media (max-width: 1100px) {
      .voice .voiceTitle {
        padding: 10px;
        width: 100%; } }
    .voice .voiceTitle--green {
      background-color: #d5dabc; }
    .voice .voiceTitle--pink {
      background-color: #e7c9c2; }
    .voice .voiceTitle--yellow {
      background-color: #e2d69e; }
    .voice .voiceTitle span {
      color: #666666;
      font-weight: bold;
      width: 100%;
      line-height: 1.8;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 1100px) {
        .voice .voiceTitle span {
          position: static;
          font-size: 18px;
          text-align: center;
          display: block;
          position: static;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); } }
      @media (max-width: 600px) {
        .voice .voiceTitle span {
          font-size: 16px; } }
  .voice .voiceText {
    width: 50%;
    padding: 20px;
    background-color: #eeeae0;
    line-height: 1.6;
    font-size: 14px; }
    @media (max-width: 1100px) {
      .voice .voiceText {
        width: 100%; } }

.paypalForm {
  display: none; }

@media (min-width: 769px) {
  _::-webkit-full-page-media, _:future, :root .courseTime, .courseDate, .coursePrice {
    height: 78px !important; } }

.catAll {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px 60px 10px; }
  @media (max-width: 600px) {
    .catAll {
      margin-bottom: 30px; } }
  .catAll .newsCat {
    width: 202px;
    padding: 0 0; }
  .catAll .newsCat:hover {
      opacity: 0.7;}
    .catAll .newsCat a {
      color: #fff;
      padding: 17px 0;
      display: block;
      border: none; }
    @media (max-width: 600px) {
        .catAll .newsCat a {
          padding: 10px 0; } }
    @media (max-width: 600px) {
      .catAll .newsCat {
        width: 30%;
        height: auto;
        font-size: 12px; } }
    .catAll .newsCat:last-child {
      margin-right: 0; }

.btnWrap {
  text-align: center; }
  .btnWrap--newsIndex {
    text-align: right;
    margin-bottom: 20px; }
  .btnWrap a {
    display: inline-block; }
    .btnWrap a:hover {
      opacity: 0.7; }

.newsHistory {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
  color: #989789;
  left: 10px; }
  .newsHistory:before {
    position: absolute;
    top: 44%;
    left: -30px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid;
    border-color: #989789 #989789 transparent transparent;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%); }

.backBtn {
  position: relative;
	/*font-size: 20px;*/
	color: #989789;
	width: 90px;
	height: 22px;
	/*line-height: 36px;*/
	background-color: #fff;
	border-radius: 30px;
	border: solid 1px #D3D3D3;;
	text-align: center;
 }
  .backBtn span {
    position: relative;
    color: #333;
    font-size: 13px;
    }
    /*
    .backBtn span:before {
      position: absolute;
      top: 44%;
      left: -25px;
      content: "";
      display: block;
      width: 9px;
      height: 9px;
      border: 2px solid;
      border-color: #fff #fff transparent transparent;
      -webkit-transform: rotate(45deg) translateY(-50%);
              transform: rotate(45deg) translateY(-50%); }
  */

.postInner {
  padding-left: 120px; }
  @media (max-width: 1100px) {
    .postInner {
      padding-left: 0; } }

.postBand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px; }
  @media (max-width: 600px) {
    .postBand {
      margin-bottom: 35px; } }

.postBandCat {
  padding: 10px 10px 10px 30px;
  width: calc(100% - 144px);
  color: #fff; }

.postBandBack {
  width: 144px;
  padding: 10px;
  background-color: #989789;
  color: #fff;
  text-align: center;
  border-left: 1px solid #fff; }
  .postBandBack:hover {
    opacity: 0.7; }

.arrow {
  position: relative;
  color: #fff; }
  .arrow:before {
    position: absolute;
    top: 44%;
    left: -30px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%); }

.postArea {
  padding-right: 5vw;
  padding-left: 10px; }
  @media (max-width: 1100px) {
    .postArea {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 1100px) {
    .postArea {
      padding-right: 15px;
      padding-left: 15px; } }
  .postArea .postHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1100px) {
      .postArea .postHead {
        display: block; } }
    @media (max-width: 600px) {
      .postArea .postHead {
        margin-bottom: 20px; } }
    .postArea .postHead .postDate {
      width: 150px;
      font-size: 16px; }
      @media (max-width: 1100px) {
        .postArea .postHead .postDate {
          margin-bottom: 10px;
          font-size: 12px; } }
    .postArea .postHead .postTitle {
      font-size: 28px; }
      @media (max-width: 600px) {
        .postArea .postHead .postTitle {
          font-size: 18px; } }
  .postArea .postText {
    margin-left: 150px;
    line-height: 1.8; }
    @media (max-width: 1100px) {
      .postArea .postText {
        margin-left: 0; } }

.graduate:first-child {
  margin-bottom: 50px; }

.graduate .graduateTitle {
  font-size: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px; }

.graduate .graduateList {
  line-height: 2; }
  .graduate .graduateList li {
    width: 24%;
    display: inline-block; }
    @media (max-width: 600px) {
      .graduate .graduateList li {
        width: auto;
        margin-right: 10px; } }

.venue {
  margin-bottom: 40px; }
  .venue .venueTitle {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 10px; }
  .venue .venueList {
    overflow: hidden;
    border-bottom: 1px dotted #848484;
    padding-bottom: 5px; }
    .venue .venueList dt {
      float: left;
      display: inline-block;
      font-size: 12px; }
      @media (max-width: 600px) {
        .venue .venueList dt {
          float: none; } }
    .venue .venueList dd {
      width: 230px;
      float: right;
      display: inline-block;
      font-size: 12px; }
      @media (max-width: 600px) {
        .venue .venueList dd {
          float: none;
          width: auto;
          display: block; } }
    .venue .venueList a {
      color: #b0625b;
      text-decoration: underline;
      letter-spacing: -0.02em; }
      .venue .venueList a:hover {
        text-decoration: none; }

.navigation {
  margin-bottom: 30px; }
  .navigation .screen-reader-text {
    display: none; }
  .navigation .nav-links {
    text-align: center; }

.icon_premium {
  padding-left: 18px;
  background: url(../img/p.png) no-repeat;
  background-size: 14px;
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  background-position: center; }
  @media (max-width: 600px) {
    .icon_premium {
      padding-left: 16px;
      background: url(../img/p.png) no-repeat;
      background-size: 11px;
      width: 11px;
      height: 11px;
      margin-right: 0px;
      top: 1px;
      background-position: center 2px; } }

.icon_standard {
  padding-left: 18px;
  background: url(../img/c.png) no-repeat;
  background-size: 14px;
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  background-position: center; }
  @media (max-width: 600px) {
    .icon_standard {
      padding-left: 16px;
      background: url(../img/c.png) no-repeat;
      background-size: 11px;
      width: 11px;
      height: 11px;
      margin-right: 0px;
      top: 1px;
      background-position: center 2px; } }

.newsTitle {
  padding: 2px 0; }
  .newsTitle .icon_standard, .newsTitle .icon_premium {
    background-position: 0 2px; }
    @media (max-width: 600px) {
      .newsTitle .icon_standard, .newsTitle .icon_premium {
        background-position: left top; } }

.postText .contact-submit .pushbutton-wide {
  display: block;
  background: #ecaaab;
  width: 80%;
  padding: 20px 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold; }

.postInner-link {
  margin-top: 80px;
  text-align: center;
  display: block; }

input:not([type="checkbox"]), button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.formArea {
  width: 680px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .formArea {
      width: auto;
      margin: 0 10px; } }

.formInner {
  margin-bottom: 50px; }

.formLine {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  @media (max-width: 600px) {
    .formLine {
      display: block; } }
  .formLine.must {
    position: relative; }
    .formLine.must:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -25px;
      content: "\203B";
      color: #ff0000; }

.formLineBody {
  position: relative; }
  .formLineBody .downArrow {
    display: none;
    position: absolute;
    right: -56px;
    top: 0;
    width: 56px;
    height: 100%;
    background-color: #ecaaab; }
    @media (max-width: 600px) {
      .formLineBody .downArrow {
        display: none; } }
    .formLineBody .downArrow:before {
      position: absolute;
      top: 30%;
      left: 35%;
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      border: 2px solid;
      border-color: #fff #fff transparent transparent;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }

.formLineHead {
  padding: 23px 0;
  text-align: center;
  background-color: #ecaaab;
  color: #fff;
  font-weight: bold;
  width: 180px;
  font-size: 15px; }
  @media (max-width: 600px) {
    .formLineHead {
      width: auto;
      padding: 10px 0; } }

.formLineInput {
  position: relative;
  height: 100%;
  background-color: #f5f2e0; }
  .formLineInput--padding {
    padding: 15px; }
  .formLineInput span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px; }
    @media (max-width: 600px) {
      .formLineInput span {
        position: static;
        padding: 10px;
        display: block;
        -webkit-transform: translateY(0%);
        transform: translateY(0%); } }

.formLineInput input,
.formLineInput textarea {
  padding-left: 10px;
  height: 100%;
  width: 100%;
  font-size: 16px;
  background-color: #f5f2e0; }
  @media (max-width: 600px) {
    .formLineInput input,
    .formLineInput textarea {
      padding: 10px; } }

.formLineInput textarea {
  padding: 10px; }

.selectInput {
  color: #989898;
  background: #ebe9ba;
  height: 100%;
  padding-left: 10px;
  font-size: 16px; }

.selectCourse {
  width: 500px; }
  @media (max-width: 600px) {
    .selectCourse {
      width: 100%;
      padding: 10px; } }

.selectPrefs {
  width: 285px; }
  @media (max-width: 600px) {
    .selectPrefs {
      width: 100%;
      padding: 10px; } }

.LineSingle .formLineInput {
  width: 500px; }
  @media (max-width: 600px) {
    .LineSingle .formLineInput {
      width: auto; } }

.LineTwin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .LineTwin .formLineInput {
    width: 245px; }
    @media (max-width: 600px) {
      .LineTwin .formLineInput {
        width: auto; } }
    .LineTwin .formLineInput:first-child {
      margin-right: 10px; }
      @media (max-width: 600px) {
        .LineTwin .formLineInput:first-child {
          margin-right: 5px; } }
  .LineTwin .formLineInputYbin {
    width: 225px; }
    .LineTwin .formLineInputYbin:first-child {
      margin-right: 33px; }
      @media (max-width: 600px) {
        .LineTwin .formLineInputYbin:first-child {
          margin-right: 5px; } }
  .LineTwin .ybinhaifun {
    position: relative;
    top: 23px;
    left: -15px; }
    @media (max-width: 600px) {
      .LineTwin .ybinhaifun {
        top: 13px;
        left: -1px; } }

.formNote {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 14px; }

.consent {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2;
  font-size: 14px; }

.formSubmitBtn {
  cursor: pointer;
  background-color: #ecaaab;
  color: #fff;
  width: 356px;
  height: 72px;
  line-height: 72px;
  font-size: 26px;
  font-weight: bold; }
  @media (max-width: 600px) {
    .formSubmitBtn {
      width: 80%;
      margin: 0 auto;
      height: auto;
      line-height: 2;
      padding: 10px 0;
      font-size: 16px; } }
  .formSubmitBtn:hover {
    opacity: 0.7; }

.thanksArea {
  text-align: center; }
  .thanksArea .thanksText {
    color: #666666;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 100px; }
    @media (max-width: 600px) {
      .thanksArea .thanksText {
        font-size: 18px; } }
    .thanksArea .thanksText span {
      font-size: 18px; }
      @media (max-width: 600px) {
        .thanksArea .thanksText span {
          font-size: 14px; } }

.consentText a {
  color: blue; }
  .consentText a:hover {
    text-decoration: underline; }

.formLineBodyDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 600px) {
    .formLineBodyDate {
      display: block; } }
  .formLineBodyDate .formLineInput {
    margin-right: 20px; }
    @media (max-width: 600px) {
      .formLineBodyDate .formLineInput {
        margin-right: 0; } }
  .formLineBodyDate .selectDateBox {
    width: 60px; }
    @media (max-width: 600px) {
      .formLineBodyDate .selectDateBox {
        width: 40%;
        display: inline-block; } }
    .formLineBodyDate .selectDateBox input {
      font-size: 26px;
      text-align: center;
      padding-left: 0; }
  .formLineBodyDate span {
    position: relative;
    top: 43px;
    left: -8px;
    color: #8f8e88; }
    @media (max-width: 600px) {
      .formLineBodyDate span {
        top: 0;
        left: 0;
        font-size: 12px; } }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

/*# sourceMappingURL=style.css.map*/




.postInner .postArea .postText strong{
  font-weight: bold;
  color: inherit;
}


/*# 20200305 */

.faqSec .faqTitle {
  padding: 20px 20px;}

.faqBox .faqBoxQuestion {
  color: #828a64;
  line-height: 1.8;
  font-size: 13px;
  font-weight: 300;}
  @media (max-width: 600px) {
    .faqBox .faqBoxQuestion {
      font-size: 14px; } }

.faqBox .faqBoxAnswer {
  line-height: 1.8;
  font-size: 13px;
  font-weight: 300;}
  @media (max-width: 600px) {
    .faqBox .faqBoxAnswer{
      font-size: 14px;}}

.faqBox .faqBoxQuestion {
  color: #333}

.faqBox .faqBoxQuestion a {
  color: #333}
  
.faqBox .faqBoxAnswer {
  color: #A72F2F;}

.postBand {
  margin-bottom: 0;}

.postArea {
  padding-top: 70px;}
  







