@charset "UTF-8";
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*追加リセット*/
/*リセット*/
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;
  vertical-align: baseline;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  color: #555; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.3em; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  color: #2c2625;
  text-decoration: none; }

/*追加リセット*/
html {
  font-size: 16px; }
  @media screen and (max-width: 600px) {
    html {
      font-size: 15px; } }

body {
  color: #2c2625; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

@media screen and (max-width: 1200px) {
  .pc_only {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .tabsp_only {
    display: none !important; } }

@media screen and (max-width: 600px) {
  .tab_only {
    display: none !important; } }
@media screen and (min-width: 1200px) {
  .tab_only {
    display: none !important; } }

@media screen and (max-width: 1000px) {
  .tab_only1200 {
    display: none !important; } }
@media screen and (min-width: 1200px) {
  .tab_only1200 {
    display: none !important; } }

@media screen and (max-width: 600px) {
  .tab_only1000 {
    display: none !important; } }
@media screen and (min-width: 1000px) {
  .tab_only1000 {
    display: none !important; } }

@media screen and (min-width: 600px) {
  .sp_only {
    display: none !important; } }

.header {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative; }
  .header .head-logo {
    float: left;
    margin-left: 5%;
    width: 75%;
    margin-top: 10px; }
    @media screen and (max-width: 600px) {
      .header .head-logo {
        margin-left: 3%;
        margin-top: 5px; } }
    .header .head-logo h1.logo img {
      max-height: 60px; }
      @media screen and (max-width: 600px) {
        .header .head-logo h1.logo img {
          max-height: 50px; } }

.head-menu {
  margin-right: 5%;
  display: flex;
  align-items: center; }
  .head-menu ul {
    display: flex;
    transform: rotateZ(0.03deg); }
    .head-menu ul li {
      margin-right: 40px; }
      .head-menu ul li:last-child {
        margin-right: 0; }
      .head-menu ul li a {
        font-size: 23px;
        font-weight: 600;
        color: #db446e; }
        .head-menu ul li a:hover {
          color: #fc7ca0; }

.site-header {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  height: 70px; }
  @media screen and (max-width: 600px) {
    .site-header {
      height: 60px; } }
  .site-header nav ul {
    padding: 50px 30px; }
    .site-header nav ul li {
      margin-bottom: 10px; }
      .site-header nav ul li:last-child {
        margin-bottom: 0; }
      .site-header nav ul li a {
        color: #db446e;
        font-size: 20px;
        font-weight: 600;
        transform: rotateZ(0.03deg); }
        .site-header nav ul li a:hover {
          color: #fc7ca0; }

/*スマホヘッダー*/
.l-header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 999; }
  .l-header .sp-logo h1 img {
    width: 150px;
    margin: 10px 15px; }

/*ドロワー*/
.l-drawer {
  position: relative; }
  .l-drawer__checkbox {
    display: none; }
  .l-drawer__icon {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: fixed;
    right: 0; }
    @media screen and (max-width: 600px) {
      .l-drawer__icon {
        width: 45px; } }
  .l-drawer .l-drawer__icon-parts, .l-drawer .l-drawer__icon-parts:before, .l-drawer .l-drawer__icon-parts:after {
    background-color: #666;
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
  .l-drawer .l-drawer__icon-parts:before, .l-drawer .l-drawer__icon-parts:after {
    content: " "; }
  .l-drawer .l-drawer__icon-parts:before {
    top: 18px; }
@-moz-document url-prefix() {
  .l-drawer .l-drawer__icon-parts:before {
    top: 12px; } }
  .l-drawer .l-drawer__icon-parts:after {
    top: -18px; }
  .l-drawer .l-drawer__overlay {
    background: #010408;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0; }
  .l-drawer .l-drawer__menu {
    background: #fff;
    color: #2c2625;
    max-width: 100%;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: -320px; }
  .l-drawer .l-drawer__icon {
    z-index: 4; }
  .l-drawer .l-drawer__menu {
    z-index: 3; }
  .l-drawer .l-drawer__overlay {
    z-index: 2; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
    background: transparent; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__overlay {
    opacity: 0.5;
    pointer-events: auto; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__menu {
    right: 0; }
  .l-drawer .l-drawer__icon-parts, .l-drawer .l-drawer__icon-parts:after, .l-drawer .l-drawer__icon-parts:before, .l-drawer .l-drawer__overlay, .l-drawer .l-drawer__menu {
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }

@media screen and (max-width: 1000px) {
  nav.l-drawer__menu ul {
    width: 90%;
    margin: 60px auto; } }
@media screen and (max-width: 1000px) {
  nav.l-drawer__menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e1e1e1; } }
@media screen and (max-width: 1000px) {
  nav.l-drawer__menu ul li a {
    color: #db446e; } }
.section-title {
  text-align: center; }
  @media screen and (max-width: 600px) {
    .section-title h2 img {
      zoom: 0.8; } }

/*ボタン*/
.btn,
a.btn,
button.btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem; }

a.btn-flat {
  overflow: hidden;
  padding: 1.2rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #594c48; }
  @media screen and (max-width: 800px) {
    a.btn-flat {
      padding: 1.2rem 4rem; } }

a.btn-flat span {
  position: relative; }

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #ffc000; }

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

/*トップページ*/
.top-page .top-mv img {
  width: 100%; }
.top-page .about {
  margin: 100px auto 150px; }
  @media screen and (max-width: 600px) {
    .top-page .about {
      margin: 50px auto; } }
  .top-page .about .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto; }
    .top-page .about .inner p {
      margin-top: 20px;
      text-align: center;
      line-height: 2.5em;
      margin-bottom: 50px;
      transform: rotateZ(0.03deg); }
      @media screen and (max-width: 850px) {
        .top-page .about .inner p {
          text-align: left;
          line-height: 2em; } }
    .top-page .about .inner .himawari-line {
      text-align: center; }
      .top-page .about .inner .himawari-line img {
        width: 100%;
        max-width: 550px; }
.top-page .story {
  background: url(http://jan-oujogakuin.com/wp/wp-content/themes/oujyogakuin-theme/img/img-bunbogu.png) no-repeat;
  background-size: 100%;
  background-position-y: 50%; }
  .top-page .story .inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 100px; }
    .top-page .story .inner .story-box {
      border: 2px solid #ffc1d2;
      border-radius: 20px;
      box-shadow: 0px 0px 5px 5px #ffd9e4;
      padding: 30px 50px 50px;
      background: #fff; }
      @media screen and (max-width: 850px) {
        .top-page .story .inner .story-box {
          padding: 30px 30px 50px; } }
      @media screen and (max-width: 500px) {
        .top-page .story .inner .story-box {
          padding: 30px 20px 50px; } }
      .top-page .story .inner .story-box .story-list {
        margin-top: 20px; }
        .top-page .story .inner .story-box .story-list dl {
          display: flex;
          border-top: 1px dotted #999;
          padding: 10px;
          transform: rotateZ(0.03deg); }
          @media screen and (max-width: 800px) {
            .top-page .story .inner .story-box .story-list dl {
              display: block;
              font-size: 18px; } }
          .top-page .story .inner .story-box .story-list dl dt {
            color: 555;
            margin-right: 30px; }
          .top-page .story .inner .story-box .story-list dl dd {
            color: #fe5186; }
          .top-page .story .inner .story-box .story-list dl:last-child {
            border-bottom: 1px dotted #999; }

/*メンバーページ*/
.member-page .mv {
  position: relative;
  z-index: 1; }
  .member-page .mv .mv-back {
    position: relative; }
    .member-page .mv .mv-back img {
      width: 100%;
      display: block; }
  .member-page .mv h1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .member-page .mv h1 {
        top: 30%; } }
    @media screen and (max-width: 1000px) {
      .member-page .mv h1 img {
        zoom: 0.8; } }
    @media screen and (max-width: 700px) {
      .member-page .mv h1 img {
        zoom: 0.6; } }
.member-page .member-contents {
  position: relative;
  z-index: 3;
  margin-top: -30%;
  margin-bottom: 50px; }
  @media screen and (max-width: 1200px) {
    .member-page .member-contents {
      margin-top: -30%; } }
  @media screen and (max-width: 1000px) {
    .member-page .member-contents {
      margin-top: -35%; } }
  @media screen and (max-width: 600px) {
    .member-page .member-contents {
      margin-top: -45%; } }
  .member-page .member-contents .inner {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    background: url(http://jan-oujogakuin.com/wp/wp-content/themes/oujyogakuin-theme/img/img-back-note.jpg) repeat;
    border-radius: 20px;
    padding: 3%;
    box-shadow: 0px 0px 5px 5px #ffd9e4;
    box-sizing: border-box; }
    .member-page .member-contents .inner .member-block .member-inner h2 {
      background: #ffafc5;
      border-radius: 15px;
      border: #cb92a2 1px solid;
      padding: 10px 20px;
      width: 100%;
      margin-bottom: 20px;
      box-sizing: border-box;
      font-size: 25px;
      font-weight: 600;
      color: #fff;
      transform: rotateZ(0.03deg); }
    .member-page .member-contents .inner .member-block .member-inner ul {
      display: flex;
      flex-wrap: wrap; }
      .member-page .member-contents .inner .member-block .member-inner ul li {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
        background: #fff;
        border: 2px solid #cb92a2;
        border-radius: 15px;
        padding: 5px;
        box-sizing: border-box;
        box-shadow: 0px 6px 15px -5px #cb92a2; }
        .member-page .member-contents .inner .member-block .member-inner ul li:nth-child(4n) {
          margin-right: 0; }
        @media screen and (max-width: 1200px) {
          .member-page .member-contents .inner .member-block .member-inner ul li {
            width: 32%; }
            .member-page .member-contents .inner .member-block .member-inner ul li:nth-child(4n) {
              margin-right: 2%; }
            .member-page .member-contents .inner .member-block .member-inner ul li:nth-child(3n) {
              margin-right: 0; } }
        @media screen and (max-width: 800px) {
          .member-page .member-contents .inner .member-block .member-inner ul li {
            width: 49%; }
            .member-page .member-contents .inner .member-block .member-inner ul li:nth-child(3n) {
              margin-right: 2%; }
            .member-page .member-contents .inner .member-block .member-inner ul li:nth-child(2n) {
              margin-right: 0; } }
        .member-page .member-contents .inner .member-block .member-inner ul li img {
          width: 100%; }
        .member-page .member-contents .inner .member-block .member-inner ul li .name {
          text-align: left;
          transform: rotateZ(0.03deg); }
          .member-page .member-contents .inner .member-block .member-inner ul li .name p {
            font-size: 25px;
            font-weight: 600;
            color: #672875;
            line-height: 1.2em; }
            @media screen and (max-width: 1200px) {
              .member-page .member-contents .inner .member-block .member-inner ul li .name p {
                font-size: 20px; } }
            @media screen and (max-width: 800px) {
              .member-page .member-contents .inner .member-block .member-inner ul li .name p {
                font-size: 18px; } }
            .member-page .member-contents .inner .member-block .member-inner ul li .name p span {
              font-size: 18px;
              color: #a966b7; }
              @media screen and (max-width: 1200px) {
                .member-page .member-contents .inner .member-block .member-inner ul li .name p span {
                  font-size: 16px; } }
              @media screen and (max-width: 800px) {
                .member-page .member-contents .inner .member-block .member-inner ul li .name p span {
                  font-size: 14px; } }

/* モーダルウィンドウ */
.open-btn {
  border: none;
  cursor: pointer; }

.open-btn:hover {
  opacity: 0.8; }

.open-modal {
  background: #fff; }

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2; }

/* モーダル背景 */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(79, 79, 79, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease; }

/* 表示時 */
.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* モーダルの中身 */
.modal-content {
  background: #fff;
  width: 90%;
  max-width: 1000px;
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  border: 2px solid #cb92a2;
  box-sizing: border-box; }
  @media screen and (max-width: 900px) {
    .modal-content {
      width: 85%;
      max-width: 600px; } }
  .modal-content .two-col {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .modal-content .two-col {
        display: block; } }
    .modal-content .two-col .left {
      width: 50%; }
      @media screen and (max-width: 900px) {
        .modal-content .two-col .left {
          width: 100%; } }
      .modal-content .two-col .left img {
        width: 100%; }
        @media screen and (max-width: 900px) {
          .modal-content .two-col .left img {
            max-width: 400px; } }
    .modal-content .two-col .right {
      width: 50%;
      padding-left: 30px;
      box-sizing: border-box;
      text-align: left;
      transform: rotateZ(0.03deg); }
      @media screen and (max-width: 900px) {
        .modal-content .two-col .right {
          width: 100%;
          padding-left: 0; } }
      .modal-content .two-col .right h3 {
        font-size: 30px;
        font-weight: 600;
        border-bottom: 3px solid #cfa885;
        margin-bottom: 20px; }
      .modal-content .two-col .right p.comment {
        transform: rotateZ(0.03deg);
        margin-bottom: 30px; }
      .modal-content .two-col .right .fixed-form {
        border-top: 2px solid #cfa885;
        padding-top: 20px; }
        .modal-content .two-col .right .fixed-form ul {
          display: flex;
          flex-wrap: wrap; }
          @media screen and (max-width: 600px) {
            .modal-content .two-col .right .fixed-form ul {
              display: block; } }
          .modal-content .two-col .right .fixed-form ul li {
            width: 49%;
            margin-right: 2%; }
            .modal-content .two-col .right .fixed-form ul li:nth-child(2n) {
              margin-right: 0; }
            @media screen and (max-width: 600px) {
              .modal-content .two-col .right .fixed-form ul li {
                width: 100%;
                margin-right: 0; } }
            .modal-content .two-col .right .fixed-form ul li dl {
              margin-bottom: 15px; }
              .modal-content .two-col .right .fixed-form ul li dl dt {
                border-radius: 10px;
                background: #cfa885;
                color: #fff4f5;
                font-size: 20px;
                padding: 10px 20px;
                font-weight: 600;
                margin-bottom: 5px; }
              .modal-content .two-col .right .fixed-form ul li dl dd {
                border-radius: 10px;
                background: #e1c9b3;
                color: #fff4f5;
                font-size: 20px;
                padding: 10px 20px;
                font-weight: 600;
                height: 62px; }
                .modal-content .two-col .right .fixed-form ul li dl dd a img {
                  width: 45px; }

/* 中身の表示 */
.modal.active .modal-content {
  opacity: 1;
  transform: scale(1); }

/*リーグページ*/
.league-page .mv {
  position: relative;
  z-index: 1; }
  .league-page .mv .mv-back {
    position: relative; }
    .league-page .mv .mv-back img {
      width: 100%;
      display: block; }
  .league-page .mv h1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .league-page .mv h1 {
        top: 30%; } }
    @media screen and (max-width: 1000px) {
      .league-page .mv h1 img {
        zoom: 0.8; } }
    @media screen and (max-width: 700px) {
      .league-page .mv h1 img {
        zoom: 0.6; } }
.league-page .league-contents {
  position: relative;
  z-index: 3;
  margin-top: -30%;
  margin-bottom: 50px; }
  @media screen and (max-width: 1200px) {
    .league-page .league-contents {
      margin-top: -25%; } }
  @media screen and (max-width: 1000px) {
    .league-page .league-contents {
      margin-top: -35%; } }
  @media screen and (max-width: 600px) {
    .league-page .league-contents {
      margin-top: -45%; } }
  .league-page .league-contents .inner {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    background: url(http://jan-oujogakuin.com/wp/wp-content/themes/oujyogakuin-theme/img/img-back-note.jpg) repeat;
    border-radius: 20px;
    padding: 3%;
    box-shadow: 0px 0px 5px 5px #ffd9e4;
    box-sizing: border-box; }
    .league-page .league-contents .inner .league-block {
      margin-bottom: 50px; }
      .league-page .league-contents .inner .league-block h2 {
        background: #ffafc5;
        border-radius: 15px;
        border: #cb92a2 1px solid;
        padding: 10px 20px;
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        transform: rotateZ(0.03deg); }
      .league-page .league-contents .inner .league-block p {
        margin-bottom: 20px;
        transform: rotateZ(0.03deg); }
      .league-page .league-contents .inner .league-block img {
        width: 100%; }

/*スケジュールページ*/
.schedule-page .mv {
  position: relative;
  z-index: 1; }
  .schedule-page .mv .mv-back {
    position: relative; }
    .schedule-page .mv .mv-back img {
      width: 100%;
      display: block; }
  .schedule-page .mv h1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .schedule-page .mv h1 {
        top: 30%; } }
    @media screen and (max-width: 1000px) {
      .schedule-page .mv h1 img {
        zoom: 0.8; } }
    @media screen and (max-width: 700px) {
      .schedule-page .mv h1 img {
        zoom: 0.6; } }
.schedule-page .schedule-contents {
  position: relative;
  z-index: 3;
  margin-top: -30%;
  margin-bottom: 50px; }
  @media screen and (max-width: 1200px) {
    .schedule-page .schedule-contents {
      margin-top: -30%; } }
  @media screen and (max-width: 1000px) {
    .schedule-page .schedule-contents {
      margin-top: -35%; } }
  @media screen and (max-width: 600px) {
    .schedule-page .schedule-contents {
      margin-top: -45%; } }
  .schedule-page .schedule-contents .inner {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    background: url(http://jan-oujogakuin.com/wp/wp-content/themes/oujyogakuin-theme/img/img-back-note.jpg) repeat;
    border-radius: 20px;
    padding: 3%;
    box-shadow: 0px 0px 5px 5px #ffd9e4;
    box-sizing: border-box; }
    .schedule-page .schedule-contents .inner .schedule-block {
      margin-bottom: 50px; }
      .schedule-page .schedule-contents .inner .schedule-block h2 {
        background: #ffafc5;
        border-radius: 15px;
        border: #cb92a2 1px solid;
        padding: 10px 20px;
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        transform: rotateZ(0.03deg); }
      .schedule-page .schedule-contents .inner .schedule-block table {
        width: 100%; }
        .schedule-page .schedule-contents .inner .schedule-block table tr.a-table th {
          width: 20%;
          background: #6cd4ff;
          padding: 10px;
          border: 2px solid #fff;
          box-sizing: border-box;
          font-size: 20px;
          font-weight: 500;
          transform: rotateZ(0.03deg);
          text-align: center;
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            .schedule-page .schedule-contents .inner .schedule-block table tr.a-table th {
              font-size: 18px; } }
          .schedule-page .schedule-contents .inner .schedule-block table tr.a-table th.sub {
            background: #edfaff;
            padding: 5px;
            border: 2px solid #fff;
            box-sizing: border-box;
            font-size: 16px;
            font-weight: 400;
            transform: rotateZ(0.03deg);
            text-align: center;
            vertical-align: middle; }
            @media screen and (max-width: 600px) {
              .schedule-page .schedule-contents .inner .schedule-block table tr.a-table th.sub {
                font-size: 14px; } }
        .schedule-page .schedule-contents .inner .schedule-block table tr.a-table td {
          width: 20%;
          background: #bfecff;
          padding: 10px;
          border: 2px solid #fff;
          box-sizing: border-box;
          font-size: 20px;
          font-weight: 500;
          transform: rotateZ(0.03deg);
          text-align: center;
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            .schedule-page .schedule-contents .inner .schedule-block table tr.a-table td {
              font-size: 18px; } }
          .schedule-page .schedule-contents .inner .schedule-block table tr.a-table td.sub {
            background: #edfaff;
            padding: 5px;
            border: 2px solid #fff;
            box-sizing: border-box;
            font-size: 16px;
            font-weight: 400;
            transform: rotateZ(0.03deg);
            text-align: center;
            vertical-align: middle; }
            @media screen and (max-width: 600px) {
              .schedule-page .schedule-contents .inner .schedule-block table tr.a-table td.sub {
                font-size: 14px; } }
        .schedule-page .schedule-contents .inner .schedule-block table tr.b-table th {
          width: 20%;
          background: #b8edd6;
          padding: 10px;
          border: 2px solid #fff;
          box-sizing: border-box;
          font-size: 20px;
          font-weight: 500;
          transform: rotateZ(0.03deg);
          text-align: center;
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            .schedule-page .schedule-contents .inner .schedule-block table tr.b-table th {
              font-size: 18px; } }
          .schedule-page .schedule-contents .inner .schedule-block table tr.b-table th.sub {
            background: #eafbf4;
            padding: 5px;
            border: 2px solid #fff;
            box-sizing: border-box;
            font-size: 16px;
            font-weight: 400;
            transform: rotateZ(0.03deg);
            text-align: center;
            vertical-align: middle; }
            @media screen and (max-width: 600px) {
              .schedule-page .schedule-contents .inner .schedule-block table tr.b-table th.sub {
                font-size: 14px; } }
        .schedule-page .schedule-contents .inner .schedule-block table tr.b-table td {
          width: 20%;
          background: #d1efe2;
          padding: 10px;
          border: 2px solid #fff;
          box-sizing: border-box;
          font-size: 20px;
          font-weight: 500;
          transform: rotateZ(0.03deg);
          text-align: center;
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            .schedule-page .schedule-contents .inner .schedule-block table tr.b-table td {
              font-size: 18px; } }
          .schedule-page .schedule-contents .inner .schedule-block table tr.b-table td.sub {
            background: #eafbf4;
            padding: 5px;
            border: 2px solid #fff;
            box-sizing: border-box;
            font-size: 16px;
            font-weight: 400;
            transform: rotateZ(0.03deg);
            text-align: center;
            vertical-align: middle; }
            @media screen and (max-width: 600px) {
              .schedule-page .schedule-contents .inner .schedule-block table tr.b-table td.sub {
                font-size: 14px; } }
        .schedule-page .schedule-contents .inner .schedule-block table tr.c-table th {
          width: 20%;
          background: #ffeda4;
          padding: 10px;
          border: 2px solid #fff;
          box-sizing: border-box;
          font-size: 20px;
          font-weight: 500;
          transform: rotateZ(0.03deg);
          text-align: center;
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            .schedule-page .schedule-contents .inner .schedule-block table tr.c-table th {
              font-size: 18px; } }
          .schedule-page .schedule-contents .inner .schedule-block table tr.c-table th.sub {
            background: #fdf9eb;
            padding: 5px;
            border: 2px solid #fff;
            box-sizing: border-box;
            font-size: 16px;
            font-weight: 400;
            transform: rotateZ(0.03deg);
            text-align: center;
            vertical-align: middle; }
            @media screen and (max-width: 600px) {
              .schedule-page .schedule-contents .inner .schedule-block table tr.c-table th.sub {
                font-size: 14px; } }
        .schedule-page .schedule-contents .inner .schedule-block table tr.c-table td {
          width: 20%;
          background: #fbf2cd;
          padding: 10px;
          border: 2px solid #fff;
          box-sizing: border-box;
          font-size: 20px;
          font-weight: 500;
          transform: rotateZ(0.03deg);
          text-align: center;
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            .schedule-page .schedule-contents .inner .schedule-block table tr.c-table td {
              font-size: 18px; } }
          .schedule-page .schedule-contents .inner .schedule-block table tr.c-table td.sub {
            background: #fdf9eb;
            padding: 5px;
            border: 2px solid #fff;
            box-sizing: border-box;
            font-size: 16px;
            font-weight: 400;
            transform: rotateZ(0.03deg);
            text-align: center;
            vertical-align: middle; }
            @media screen and (max-width: 600px) {
              .schedule-page .schedule-contents .inner .schedule-block table tr.c-table td.sub {
                font-size: 14px; } }
      .schedule-page .schedule-contents .inner .schedule-block p.kome {
        margin-top: 10px;
        font-size: 16px;
        transform: rotateZ(0.03deg); }

/*ランクページ*/
.rank-page .mv {
  position: relative;
  z-index: 1; }
  .rank-page .mv .mv-back {
    position: relative; }
    .rank-page .mv .mv-back img {
      width: 100%;
      display: block; }
  .rank-page .mv h1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .rank-page .mv h1 {
        top: 30%; } }
    @media screen and (max-width: 1000px) {
      .rank-page .mv h1 img {
        zoom: 0.8; } }
    @media screen and (max-width: 700px) {
      .rank-page .mv h1 img {
        zoom: 0.6; } }
.rank-page .rank-contents {
  position: relative;
  z-index: 3;
  margin-top: -30%;
  margin-bottom: 50px; }
  @media screen and (max-width: 1200px) {
    .rank-page .rank-contents {
      margin-top: -30%; } }
  @media screen and (max-width: 1000px) {
    .rank-page .rank-contents {
      margin-top: -35%; } }
  @media screen and (max-width: 600px) {
    .rank-page .rank-contents {
      margin-top: -45%; } }
  .rank-page .rank-contents .inner {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    background: url(http://jan-oujogakuin.com/wp/wp-content/themes/oujyogakuin-theme/img/img-back-note.jpg) repeat;
    border-radius: 20px;
    padding: 3%;
    box-shadow: 0px 0px 5px 5px #ffd9e4;
    box-sizing: border-box; }
    .rank-page .rank-contents .inner .rank-block {
      margin-bottom: 50px;
      transform: rotateZ(0.03deg); }
      .rank-page .rank-contents .inner .rank-block h2 {
        background: #ffafc5;
        border-radius: 15px;
        border: #cb92a2 1px solid;
        padding: 10px 20px;
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
        font-size: 25px;
        font-weight: 600;
        color: #fff; }
        @media screen and (max-width: 600px) {
          .rank-page .rank-contents .inner .rank-block h2 {
            font-size: 22px; } }
        .rank-page .rank-contents .inner .rank-block h2 span {
          font-size: 20px;
          color: #fff;
          font-weight: 500; }
          @media screen and (max-width: 600px) {
            .rank-page .rank-contents .inner .rank-block h2 span {
              font-size: 16px; } }
      .rank-page .rank-contents .inner .rank-block table {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
        border-spacing: 0; }
        .rank-page .rank-contents .inner .rank-block table tr th {
          background: #6cd4ff;
          font-size: 20px;
          font-weight: 500;
          text-align: center;
          padding: 10px;
          box-sizing: border-box;
          border: 2px solid #fff;
          transform: rotateZ(0.03deg);
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            .rank-page .rank-contents .inner .rank-block table tr th {
              font-size: 18px; } }
        .rank-page .rank-contents .inner .rank-block table tr.odd th {
          font-size: 25px;
          background: #bfecff;
          vertical-align: middle;
          border: 2px solid #fff;
          padding: 10px;
          box-sizing: border-box; }
          @media screen and (max-width: 600px) {
            .rank-page .rank-contents .inner .rank-block table tr.odd th {
              font-size: 22px; } }
        .rank-page .rank-contents .inner .rank-block table tr.odd td {
          font-size: 20px;
          font-weight: 500;
          vertical-align: middle;
          background: #bfecff;
          transform: rotateZ(0.03deg);
          border: 2px solid #fff;
          padding: 10px;
          box-sizing: border-box; }
          @media screen and (max-width: 600px) {
            .rank-page .rank-contents .inner .rank-block table tr.odd td {
              font-size: 18px; } }
          .rank-page .rank-contents .inner .rank-block table tr.odd td.rank {
            font-size: 30px; }
          .rank-page .rank-contents .inner .rank-block table tr.odd td .name {
            display: flex;
            align-items: center;
            font-size: 23px;
            font-weight: 500; }
            @media screen and (max-width: 600px) {
              .rank-page .rank-contents .inner .rank-block table tr.odd td .name {
                display: block;
                font-size: 18px; } }
            .rank-page .rank-contents .inner .rank-block table tr.odd td .name img {
              width: 80px;
              margin-right: 20px; }
              @media screen and (max-width: 600px) {
                .rank-page .rank-contents .inner .rank-block table tr.odd td .name img {
                  margin-right: 0; } }
        .rank-page .rank-contents .inner .rank-block table tr.even th {
          font-size: 25px;
          background: #edfaff;
          border: 2px solid #fff;
          vertical-align: middle;
          padding: 10px;
          box-sizing: border-box; }
          @media screen and (max-width: 600px) {
            .rank-page .rank-contents .inner .rank-block table tr.even th {
              font-size: 22px; } }
        .rank-page .rank-contents .inner .rank-block table tr.even td {
          font-size: 20px;
          font-weight: 500;
          vertical-align: middle;
          background: #edfaff;
          transform: rotateZ(0.03deg);
          border: 2px solid #fff;
          padding: 10px;
          box-sizing: border-box; }
          @media screen and (max-width: 600px) {
            .rank-page .rank-contents .inner .rank-block table tr.even td {
              font-size: 18px; } }
          .rank-page .rank-contents .inner .rank-block table tr.even td.rank {
            font-size: 30px; }
          .rank-page .rank-contents .inner .rank-block table tr.even td .name {
            display: flex;
            align-items: center;
            font-size: 23px;
            font-weight: 500; }
            @media screen and (max-width: 600px) {
              .rank-page .rank-contents .inner .rank-block table tr.even td .name {
                display: block;
                font-size: 18px; } }
            .rank-page .rank-contents .inner .rank-block table tr.even td .name img {
              width: 80px;
              margin-right: 20px; }
              @media screen and (max-width: 600px) {
                .rank-page .rank-contents .inner .rank-block table tr.even td .name img {
                  margin-right: 0; } }
      .rank-page .rank-contents .inner .rank-block p.kome {
        margin-top: 10px;
        font-size: 16px;
        transform: rotateZ(0.03deg); }

/*フッター*/
footer {
  background: linear-gradient(0deg, #ff99be 0%, #ffefa2 100%); }
  footer .footer-container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    transform: rotateZ(0.03deg); }
    @media screen and (max-width: 800px) {
      footer .footer-container {
        display: block; } }
    footer .footer-container .foot-link ul {
      display: flex; }
      @media screen and (max-width: 800px) {
        footer .footer-container .foot-link ul {
          justify-content: center;
          margin-bottom: 10px; } }
      footer .footer-container .foot-link ul li {
        margin-right: 20px; }
        footer .footer-container .foot-link ul li a {
          color: #fff;
          font-size: 14px; }
    footer .footer-container .copy p {
      color: #fff;
      font-size: 14px; }
      @media screen and (max-width: 630px) {
        footer .footer-container .copy p {
          font-size: 12px;
          text-align: center; } }

/*お問い合わせ*/
.contact-page .mv img {
  width: 100%; }
.contact-page .contact-content {
  margin-top: 100px;
  margin-bottom: 150px; }
  @media screen and (max-width: 600px) {
    .contact-page .contact-content {
      margin-top: 50px;
      margin-bottom: 80px; } }
  .contact-page .contact-content .inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto; }

.contact-cap-wrap p {
  columns: auto !important;
  column-gap: normal !important; }

.contact-form-wrap {
  padding: 40px 0; }

.contact-form-wrap p {
  columns: auto !important;
  column-gap: normal !important; }

.contact-form-wrap .required, .contact-form-wrap .required_text {
  color: #a7161d;
  padding: .2em .5em;
  display: inline-block;
  margin-right: .2em; }

.contact-form-wrap *::-ms-backdrop, .contact-form-wrap .required {
  padding-top: .5em !important; }

.contact-form-wrap .table {
  margin: 0 0 40px 0;
  width: 100%; }

.contact-form-wrap .table input {
  max-width: 100%;
  padding: 0.6em 1em;
  box-sizing: border-box; }

.contact-form-wrap .table input:focus {
  outline: 0; }

.contact-form-wrap .table tr {
  width: 100%; }

.contact-form-wrap .table th, .contact-form-wrap .table td {
  table-layout: fixed;
  box-sizing: border-box;
  padding: 10px 20px 10px;
  font-weight: normal;
  border: 1px solid #e0d9ce; }

.contact-form-wrap .table th {
  background-color: #f1efe3;
  width: 100%;
  vertical-align: middle;
  text-align: left; }

.contact-form-wrap .table td {
  background-color: #fff;
  width: 100%; }

.contact-form-wrap .table .item {
  line-height: 1.5em; }

.contact-form-wrap .table .horizontal-item {
  display: inline-block;
  margin-left: 0 !important;
  margin-right: 10px;
  margin-bottom: 6px;
  margin-top: 6px; }

.contact-form-wrap .email-caption {
  text-align: left !important;
  font-size: .8rem;
  color: #bf3621;
  margin-top: 1rem;
  margin-bottom: 0 !important; }

.contact-form-wrap .tel-caption {
  text-align: left !important;
  font-size: .8rem;
  margin-top: .5rem;
  width: 100%;
  margin-bottom: 0 !important; }

.contact-form-wrap .kibo_select_group_wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-form-wrap .kibo_select_group_wrap .kibo_select_group {
  display: inline-block;
  margin-right: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.contact-form-wrap .kibo_select_group_wrap .kibo_select_group p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -0.7em;
  padding-left: .5em; }

.contact-form-wrap _:lang(x)::-ms-backdrop, .contact-form-wrap .kibo_select_group {
  -ms-flex-align: center !important;
  align-items: center !important; }

.contact-form-wrap .item_container {
  max-width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-form-wrap .item_container > div {
  max-width: 100%;
  width: 100%; }

.contact-form-wrap .item_wrap, .contact-form-wrap input, .contact-form-wrap textarea {
  max-width: 100%; }

.contact-form-wrap input[type="checkbox"] {
  width: auto; }

.contact-form-wrap .mw_wp_form_confirm .kibo_select_group, .contact-form-wrap .mw_wp_form_preview .kibo_select_group {
  margin-right: 1rem; }

.contact-form-wrap .mw_wp_form_confirm .select, .contact-form-wrap .mw_wp_form_preview .select {
  display: inline-block;
  vertical-align: middle; }

.contact-form-wrap .mw_wp_form_input .select {
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle; }

.contact-form-wrap .mw_wp_form_input .select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.contact-form-wrap .mw_wp_form_input .select select::-ms-expand {
  display: none; }

.contact-form-wrap .mw_wp_form_input .select::before {
  position: absolute;
  right: 0.9em;
  content: '';
  /*
  width: 0;
  height: 0;
  padding: 0;
  
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #231815;
  */
  pointer-events: none;
  top: 4px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.contact-form-wrap .mw_wp_form_input .select select {
  padding: 2px 38px 2px 8px;
  color: #231815;
  border: 1px solid #231815;
  vertical-align: .5em !important;
  border-radius: 0; }

.contact-form-wrap .mw_wp_form_input .select _:lang(x)::-ms-backdrop, .contact-form-wrap .mw_wp_form_input .select select {
  padding: 7px 38px 2px 8px; }

.contact-form-wrap .mw_wp_form_input _:lang(x)::-ms-backdrop, .contact-form-wrap .mw_wp_form_input .select::before {
  top: 12px !important; }

.contact-form-wrap .item_wrapitem_wrap_pref _:lang(x)::-ms-backdrop, .contact-form-wrap .item_wrapitem_wrap_pref .select {
  width: 178px; }

.contact-form-wrap .text-block {
  display: inline-block; }

.contact-form-wrap .mw_wp_form_input::before {
  content: '下記フォームに必要事項を入力し、確認画面へボタンをクリックして下さい。';
  display: inline-block;
  margin-bottom: .8em;
  font-size: 1.1rem; }

.contact-form-wrap .mw_wp_form_confirm::before {
  content: '入力内容をご確認いただき、「この内容で送信する」ボタンをクリックして下さい。';
  display: inline-block;
  margin-bottom: .8em;
  font-size: 1.1rem; }

.contact-form-wrap .mw_wp_form_confirm br.aft_back_bo {
  display: block; }

.contact-form-wrap .submit_wrap {
  text-align: center; }

.contact-form-wrap .submit_wrap .submit_bo {
  width: 100%;
  max-width: 500px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  padding: .8em 6em;
  font-size: 20px;
  letter-spacing: .2em;
  background-color: #fa921b;
  color: #fff;
  border-style: none;
  border-radius: 10px; }

.contact-form-wrap .submit_wrap .submit_bo:hover {
  opacity: .7; }

.contact-form-wrap .submit_wrap .back_bo {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  /*
  padding: .8em 6em;
  font-size: 1.4em;
  letter-spacing: .2em;
  background-color: #b9b9b9;
  color: #fff;
  border-style: none;
  */
  letter-spacing: .2em;
  text-decoration: underline;
  border-style: none;
  margin: 0 0 2rem 0;
  font-size: 1.5rem;
  background: none; }

.contact-form-wrap .submit_wrap .back_bo:hover {
  opacity: .7; }

.contact-form-wrap .confirm-privacy-wrap {
  padding: 10px 0;
  text-align: center; }

.contact-form-wrap .confirm-privacy-wrap p {
  text-align: center;
  margin-bottom: .5em;
  font-size: 14px; }

.contact-form-wrap .confirm-privacy {
  padding: 1.5rem 0 0 0;
  text-align: center; }

.contact-form-wrap .confirm-privacy a {
  border-bottom: 1px solid #fa921b; }

.contact-form-wrap .thanks_container .thanks_message_main {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem; }

.contact-form-wrap .thanks_container .thanks_message {
  margin-bottom: .5rem; }

.contact-form-wrap .thanks_container .thanks_message span {
  margin-bottom: .5em; }

.contact-form-wrap .form-title-wrap {
  margin-bottom: 35px;
  text-align: center; }

.contact-form-wrap .form-title-wrap .form-title-intro {
  width: 592px;
  margin-bottom: 74px; }

.contact-form-wrap .form-title-wrap .form-title-tel {
  width: 441px; }

.contact-form-wrap .form-title {
  font-size: 25px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 5px solid #333; }

.contact-form-wrap .form-caption-text {
  font-size: 1.4rem;
  margin-bottom: 15px; }

.contact-form-wrap .request-caption-text {
  text-align: center;
  font-size: 1.4rem;
  padding-top: 2em; }

.contact-form-wrap span.form-field-caption {
  font-size: 0.9rem;
  color: #888;
  margin-left: .5em;
  display: inline-block; }

@media screen and (min-width: 768px) {
  .contact-form-wrap .table {
    table-layout: fixed; } }
@media screen and (max-width: 768px) {
  .contact-form-wrap .table th, .contact-form-wrap .table td {
    padding: 10px; } }
@media screen and (max-width: 768px) {
  .contact-form-wrap .table th {
    display: block;
    width: 100%; } }
@media screen and (max-width: 768px) {
  .contact-form-wrap .table td {
    display: block;
    width: 100%; } }
@media screen and (max-width: 768px) {
  .contact-form-wrap .table .horizontal-item label {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
@media screen and (max-width: 768px) {
  .contact-form-wrap .table .horizontal-item {
    width: 43%; } }
@media screen and (max-width: 768px) {
  .contact-form-wrap .kibo_select_group_wrap .kibo_select_group {
    width: 100%;
    margin-bottom: .5rem; } }
@media screen and (max-width: 768px) {
  .contact-form-wrap .item_container > div {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .contact-form-wrap input, .contact-form-wrap textarea {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .contact-form-wrap .mw_wp_form_input .select {
    width: 60%; } }
/*個人情報保護方針*/
.privacy-page .mv img {
  width: 100%; }
.privacy-page .privacy-content {
  margin-top: 100px;
  margin-bottom: 150px; }
  @media screen and (max-width: 600px) {
    .privacy-page .privacy-content {
      margin-top: 50px;
      margin-bottom: 80px; } }
  .privacy-page .privacy-content .inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto; }
    .privacy-page .privacy-content .inner ul {
      margin-top: 80px; }
      .privacy-page .privacy-content .inner ul li {
        margin-bottom: 50px; }
        .privacy-page .privacy-content .inner ul li:last-child {
          margin-bottom: 0; }
        .privacy-page .privacy-content .inner ul li dl dt {
          border-bottom: 1px solid #e0d9ce;
          padding-bottom: 5px;
          margin-bottom: 5px; }
        .privacy-page .privacy-content .inner ul li dl dd ol {
          list-style-type: decimal;
          margin: 20px auto; }
          .privacy-page .privacy-content .inner ul li dl dd ol li {
            margin-bottom: 0;
            margin-left: 2em; }
