@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

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; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal; }

html {
  scroll-behavior: smooth;
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-variant-ligatures: none;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #F6F7F9;
  line-height: 1.6;
  letter-spacing: 0.08rem;
  color: #333333; }

a,
a:hover {
  text-decoration: none;
  color: #231815;
  transition: 0.5s; }

img {
  vertical-align: bottom;
  width: 100%;
  height: auto; }

.d-fl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp {
      display: block; } }

.pc {
  display: block; }
  @media screen and (max-width: 1024px) {
    .pc {
      display: none; } }

.site-main .cd-content-wrapper {
  padding: 37px 50px 20px;
  overflow: hidden;
  margin-left: 260px;
  margin-top: 99.9219px;
  min-height: calc(100vh - 132px); }
  @media screen and (max-width: 1024px) {
    .site-main .cd-content-wrapper {
      padding: 0px 20px;
      margin-top: 65px;
      margin-left: 0; } }
  .site-main .cd-content-wrapper .cd-content-wrapper-inn {
    width: 100%;
    max-width: 1000px;
    margin: auto; }

.cd-siteMap.breadcrumbs {
  font-size: 10px;
  color: #999999;
  margin: 0 auto 20px; }
  @media screen and (max-width: 1024px) {
    .cd-siteMap.breadcrumbs {
      color: #333333;
      display: flex;
      padding: 17px 0px;
      margin: 0px;
      flex-wrap: wrap; } }
  .cd-siteMap.breadcrumbs a {
    color: #999999; }
    .cd-siteMap.breadcrumbs a:hover {
      text-decoration: underline; }
  .cd-siteMap.breadcrumbs a.home span {
    text-decoration: underline; }
  .cd-siteMap.breadcrumbs span.breadcrumbs-label {
    padding: 10px; }
    .cd-siteMap.breadcrumbs span.breadcrumbs-label img {
      width: 10px;
      height: 10px; }

.page-ttl {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #333333; }
  @media screen and (max-width: 1024px) {
    .page-ttl {
      font-size: 18px; } }

.more-btn {
  text-align: center; }
  .more-btn a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #11A69C;
    border: 2px solid #11A69C;
    box-sizing: border-box;
    position: relative; }
    .more-btn a:after {
      content: '';
      width: 5px;
      height: 5px;
      border: 0px;
      border-top: solid 1px #11A69C;
      border-right: solid 1px #11A69C;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 16px;
      margin-top: -3px; }
    .more-btn a:hover {
      color: #fff;
      border: 2px solid #11A69C;
      background: #11A69C; }
      .more-btn a:hover:after {
        border-top: solid 1px #fff;
        border-right: solid 1px #fff; }

.more-btn02 a {
  color: #fff;
  border: 2px solid #11A69C;
  background: #11A69C; }
  .more-btn02 a:hover {
    color: #11A69C;
    border: 2px solid #11A69C;
    background: #fff; }

.submit-area-btn {
  text-align: center; }
  .submit-area-btn button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0 auto;
    display: block;
    background: #11A69C;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    box-sizing: border-box;
    position: relative;
    opacity: 1;
    border: 2px solid #11A69C; }
    .submit-area-btn button:hover {
      background: #fff;
      color: #11A69C; }
  .submit-area-btn.submit-area-btn02 button {
    background: #11A69C;
    color: #fff; }
    .submit-area-btn.submit-area-btn02 button:hover {
      background: #fff;
      color: #11A69C; }

.pagination-pagenavi {
  padding: 30px 0;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .pagination-pagenavi {
      padding: 0 0 15px; } }
  .pagination-pagenavi a,
  .pagination-pagenavi span {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    margin: 2px;
    font-size: 14px;
    font-family: "Manrope-SemiBold", sans-serif; }
    .pagination-pagenavi a.current, .pagination-pagenavi a:hover,
    .pagination-pagenavi span.current,
    .pagination-pagenavi span:hover {
      color: #11A69C;
      font-size: 14px; }
      .pagination-pagenavi a.current.previouspostslink, .pagination-pagenavi a.current.nextpostslink, .pagination-pagenavi a:hover.previouspostslink, .pagination-pagenavi a:hover.nextpostslink,
      .pagination-pagenavi span.current.previouspostslink,
      .pagination-pagenavi span.current.nextpostslink,
      .pagination-pagenavi span:hover.previouspostslink,
      .pagination-pagenavi span:hover.nextpostslink {
        background: #fff;
        border-radius: 15px; }
        .pagination-pagenavi a.current.previouspostslink svg #next, .pagination-pagenavi a.current.nextpostslink svg #next, .pagination-pagenavi a:hover.previouspostslink svg #next, .pagination-pagenavi a:hover.nextpostslink svg #next,
        .pagination-pagenavi span.current.previouspostslink svg #next,
        .pagination-pagenavi span.current.nextpostslink svg #next,
        .pagination-pagenavi span:hover.previouspostslink svg #next,
        .pagination-pagenavi span:hover.nextpostslink svg #next {
          fill: #000 !important; }

.tab-hide {
  display: none; }

.tabcontent-active {
  display: block; }

.mx-unset {
  max-width: unset !important; }

.text-center {
  text-align: center; }

.mb-0 {
  margin-bottom: 0px !important; }
  @media screen and (max-width: 1024px) {
    .mb-0-sp {
      margin-bottom: 0px !important; } }

.pt-0 {
  padding-top: 0px !important; }
  @media screen and (max-width: 1024px) {
    .pt-0-sp {
      padding-top: 0px !important; } }

.pl-0 {
  padding-left: 0px !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }
  @media screen and (max-width: 1024px) {
    .px-15-sp {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.my-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mt-20 {
  margin-top: 20px !important; }
  @media screen and (max-width: 1024px) {
    .mt-20-sp {
      margin-top: 20px !important; } }

.mr-0 {
  margin-right: 0px !important; }
  @media screen and (max-width: 1024px) {
    .mr-0-sp {
      margin-right: 0px !important; } }

.ml-0 {
  margin-left: 0px !important; }
  @media screen and (max-width: 1024px) {
    .ml-0-sp {
      margin-left: 0px !important; } }

.mt-0 {
  margin-top: 0px !important; }
  @media screen and (max-width: 1024px) {
    .mt-0-sp {
      margin-top: 0px !important; } }

.m-0 {
  margin: 0px !important; }
  @media screen and (max-width: 1024px) {
    .m-0-sp {
      margin: 0px !important; } }

.w-100 {
  width: 100% !important; }

.b-shadow {
  box-shadow: 0 0 20px rgba(188, 188, 188, 0.3); }

.j-c-c {
  justify-content: center !important; }
  @media screen and (max-width: 1024px) {
    .j-c-c-sp {
      justify-content: center !important; } }

.j-c-b {
  justify-content: space-between !important; }
  @media screen and (max-width: 1024px) {
    .j-c-b-sp {
      justify-content: space-between !important; } }

.d-i-block {
  display: inline-block !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

@media screen and (max-width: 1024px) {
  .mx-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important; } }

.l-hd {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000; }
  .l-hd-inn {
    width: 96%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 12px; }
    @media screen and (max-width: 1024px) {
      .l-hd-inn {
        width: 100%;
        padding: 7px 18px; } }
    .l-hd-inn-logo {
      max-width: 156px;
      width: 40%;
      margin: 0; }
    .l-hd-inn-profile {
      max-width: 408px;
      width: 60%;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .l-hd-inn-profile {
          display: none; } }
      .l-hd-inn-profile-points {
        width: 49%; }
        .l-hd-inn-profile-points p {
          background: #DAF2EF; }
          .l-hd-inn-profile-points p .points-ttl {
            padding: 17px 5px;
            background: #008180;
            color: #fff;
            font-size: 12px;
            width: 45%;
            box-sizing: border-box;
            text-align: center; }
          .l-hd-inn-profile-points p .points-collection {
            padding: 17px 5px;
            box-sizing: border-box;
            text-align: center;
            width: 55%;
            font-size: 12px; }
      .l-hd-inn-profile-info {
        align-items: center; }
        .l-hd-inn-profile-info figure {
          max-width: 60px;
          margin-right: 10px; }
        .l-hd-inn-profile-info-txt h2 {
          font-size: 16px;
          margin-bottom: 8px; }
        .l-hd-inn-profile-info-txt h3 {
          font-size: 12px; }
    .l-hd-inn-r {
      display: none; }
      @media screen and (max-width: 1024px) {
        .l-hd-inn-r {
          display: flex;
          align-items: center; } }
      .l-hd-inn-r-userimg {
        display: none; }
        @media screen and (max-width: 1024px) {
          .l-hd-inn-r-userimg {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            margin-right: 15px; } }
      .l-hd-inn-r-hamburgermenu {
        display: none; }
        @media screen and (max-width: 1024px) {
          .l-hd-inn-r-hamburgermenu {
            display: block; } }
        .l-hd-inn-r-hamburgermenu .hamburger-menu {
          position: relative;
          width: 30px;
          height: 26px;
          z-index: 9999; }
          .l-hd-inn-r-hamburgermenu .hamburger-menu span {
            position: absolute;
            left: 0px;
            display: block;
            width: 100%;
            height: 2px;
            background-color: #008180; }
            .l-hd-inn-r-hamburgermenu .hamburger-menu span:first-child {
              top: 0; }
            .l-hd-inn-r-hamburgermenu .hamburger-menu span:nth-child(2) {
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%); }
            .l-hd-inn-r-hamburgermenu .hamburger-menu span:last-child {
              bottom: 0px; }
        .l-hd-inn-r-hamburgermenu .hamburger-menu.cross span:first-child {
          transform: translateY(-50%) rotate(-45deg);
          -webkit-transform: translateY(-50%) rotate(-45deg);
          -moz-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
          -o-transform: translateY(-50%) rotate(-45deg);
          top: 50%; }
        .l-hd-inn-r-hamburgermenu .hamburger-menu.cross span:nth-child(2) {
          display: none; }
        .l-hd-inn-r-hamburgermenu .hamburger-menu.cross span:last-child {
          transform: translateY(-50%) rotate(45deg);
          -webkit-transform: translateY(-50%) rotate(45deg);
          -moz-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          -o-transform: translateY(-50%) rotate(45deg);
          top: 50%; }

.l-ft {
  margin-left: 260px; }
  @media screen and (max-width: 1024px) {
    .l-ft {
      margin: 0px;
      padding: 0px 18px;
      background: #F6F7F9; } }
  .l-ft-inn {
    width: 98%;
    margin: auto; }
    @media screen and (max-width: 1024px) {
      .l-ft-inn {
        width: 100%; } }
    .l-ft-inn p.copyright {
      font-size: 10px;
      font-family: "Helvetica Neue", sans-serif;
      font-weight: 400;
      padding-bottom: 15px;
      text-align: right; }
      @media screen and (max-width: 1024px) {
        .l-ft-inn p.copyright {
          text-align: center; } }

aside {
  width: 260px;
  height: calc(100vh - 99.92px);
  position: fixed;
  top: 99.92px;
  background: #11A69C;
  overflow: auto;
  z-index: 1000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }
  @media screen and (max-width: 1024px) {
    aside {
      width: 210px;
      height: 100vh;
      left: -270px;
      top: 0px; } }
  aside nav ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 17px 10px 17px 28px;
    line-height: 1.4;
    align-items: center;
    background: #11A69C; }
    @media screen and (max-width: 1024px) {
      aside nav ul li a {
        font-size: 12px;
        padding: 17px 10px 17px 15px; } }
    aside nav ul li a.current {
      background: #008180; }
    aside nav ul li a:hover {
      background: #23BCB2;
      color: #fff; }
    aside nav ul li a .nav-icon {
      width: 17px;
      margin-right: 13.5px;
      position: relative;
      top: -3px; }
    aside nav ul li a .side-nav-notificaiton {
      color: #ffffff;
      font-size: 10px;
      font-family: "Helvetica Neue", sans-serif;
      font-weight: 400;
      top: 10px;
      background: #E13A43;
      border-radius: 50px;
      width: 20px;
      height: 20px;
      text-align: center;
      vertical-align: bottom;
      padding-top: 2px;
      box-sizing: border-box;
      opacity: 1 !important;
      display: block;
      letter-spacing: 0;
      position: absolute;
      top: 6px;
      left: 36px; }
  aside .main-side-bnr {
    width: 80%;
    margin: 17px auto; }
    aside .main-side-bnr a img:hover {
      opacity: 0.7; }

aside.active-aside {
  left: 0px; }

.l-hd-inn .main-side-nav-sp {
  position: fixed;
  top: 0;
  right: -120%;
  max-width: 500px;
  width: 0;
  height: 100vh;
  z-index: 999;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  overflow: auto; }
  .l-hd-inn .main-side-nav-sp.open {
    width: 100%;
    opacity: 1;
    right: 0; }
  .l-hd-inn .main-side-nav-sp nav {
    overflow: auto; }
    .l-hd-inn .main-side-nav-sp nav ul {
      border-top: 1px solid #11A69C;
      margin: 60px 0; }
      .l-hd-inn .main-side-nav-sp nav ul li {
        border-bottom: 1px solid #11A69C; }
        .l-hd-inn .main-side-nav-sp nav ul li a, .l-hd-inn .main-side-nav-sp nav ul li span {
          width: 100%;
          display: block;
          margin: 0;
          padding: 20px 33px;
          box-sizing: border-box;
          font-size: 14px;
          font-weight: bold;
          color: #11A69C; }
        .l-hd-inn .main-side-nav-sp nav ul li.sp-menu-mypage {
          cursor: pointer;
          position: relative; }
          .l-hd-inn .main-side-nav-sp nav ul li.sp-menu-mypage:after {
            content: "";
            position: absolute;
            left: 35%;
            top: 25px;
            box-sizing: border-box;
            height: 8px;
            width: 8px;
            border-style: solid;
            border-color: #11a69c;
            border-width: 0px 1px 1px 0px;
            transform: rotate(45deg);
            transition: border-width 0.1s ease-in-out; }
          .l-hd-inn .main-side-nav-sp nav ul li.sp-menu-mypage ul {
            width: 85%;
            margin: -10px auto 10px;
            border: none; }
            .l-hd-inn .main-side-nav-sp nav ul li.sp-menu-mypage ul li {
              border: none;
              padding-left: 35px;
              position: relative; }
              .l-hd-inn .main-side-nav-sp nav ul li.sp-menu-mypage ul li a {
                padding: 10px 0; }

.news-list-content .page-ttl {
  align-items: center;
  justify-content: space-between; }
  .news-list-content .page-ttl .more-btn {
    width: 164px; }
    .news-list-content .page-ttl .more-btn a {
      border-radius: 45px; }
.news-list-content .news-list {
  margin: 15px 0 30px;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 0 16px; }
  @media screen and (max-width: 1024px) {
    .news-list-content .news-list {
      padding: 25px 0 30px;
      margin: 5px 0px 20px;
      border-radius: 10px; } }
  .news-list-content .news-list li {
    width: 96%;
    margin: auto;
    padding: 10px 25px;
    box-sizing: border-box; }
    @media screen and (max-width: 1024px) {
      .news-list-content .news-list li {
        width: 100%;
        padding: 10px 15px;
        flex-direction: column; } }
    .news-list-content .news-list li.top-first-news {
      background: #fff;
      box-shadow: 0 0 20px rgba(188, 188, 188, 0.3);
      border-radius: 20px; }
      @media screen and (max-width: 1024px) {
        .news-list-content .news-list li.top-first-news {
          box-shadow: unset; } }
    .news-list-content .news-list li .news-date {
      font-size: 14px;
      color: #999999;
      width: 100px;
      font-family: "Helvetica Neue", sans-serif;
      font-weight: 500;
      width: 100px;
      line-height: 1.8; }
    .news-list-content .news-list li .news-content {
      width: calc(100% - 100px); }
      @media screen and (max-width: 1024px) {
        .news-list-content .news-list li .news-content {
          width: 100%; } }
      .news-list-content .news-list li .news-content h2 {
        font-family: 'ヒラギノ角ゴ ProN W6', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6; }
      .news-list-content .news-list li .news-content p {
        font-family: 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
        font-size: 12px;
        line-height: 1.8;
        margin-top: 10px; }
    .news-list-content .news-list li:hover .news-content h2 {
      color: #11A69C;
      text-decoration: underline; }
  @media screen and (max-width: 1024px) {
    .news-list-content .news-list .more-btn {
      width: 250px;
      margin: 0px auto;
      margin-top: 30px; } }
  @media screen and (max-width: 1024px) {
    .news-list-content .news-list .more-btn a {
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      padding: 8px; } }
.news-list-content .message-box {
  margin: 25px 0 0;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 0 30px; }
  @media screen and (max-width: 1024px) {
    .news-list-content .message-box {
      margin-top: 5px;
      padding: 0 15px;
      border-radius: 10px; } }
  .news-list-content .message-box form {
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .news-list-content .message-box form {
        flex-direction: column; } }
    .news-list-content .message-box form .select-box {
      width: 35%; }
      @media screen and (max-width: 1024px) {
        .news-list-content .message-box form .select-box {
          width: 100%;
          padding-left: 10px; } }
      .news-list-content .message-box form .select-box-inn {
        margin: 28px 0;
        font-family: 'ヒラギノ角ゴ ProN W6', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
        font-size: 12px;
        position: relative; }
        @media screen and (max-width: 1024px) {
          .news-list-content .message-box form .select-box-inn:last-child {
            margin-bottom: 0px; } }
        .news-list-content .message-box form .select-box-inn input[type=checkbox] {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 10;
          width: 20px;
          height: 20px;
          padding: 0;
          margin: 0; }
        .news-list-content .message-box form .select-box-inn label {
          box-sizing: border-box;
          cursor: pointer;
          display: inline-block;
          padding: 0 0 0 35px;
          position: relative;
          width: auto;
          font-size: 14px; }
          .news-list-content .message-box form .select-box-inn label:before {
            background: #fff;
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            left: 0;
            position: absolute;
            top: 0;
            border-radius: 5px;
            border: 1px solid #cccccc;
            box-sizing: border-box; }
          .news-list-content .message-box form .select-box-inn label:after {
            border-right: 2px solid #ffffff;
            border-bottom: 2px solid #ffffff;
            content: '';
            display: block;
            width: 5px;
            height: 9px;
            opacity: 0;
            position: absolute;
            top: 3px;
            left: 6px;
            transform: rotate(45deg); }
        .news-list-content .message-box form .select-box-inn input[type=checkbox]:checked + label::before {
          background: #11a69c;
          border: 1px solid #11a69c; }
        .news-list-content .message-box form .select-box-inn input[type=checkbox]:checked + label::after {
          opacity: 1; }
    .news-list-content .message-box form .input-box-aera {
      width: 62%;
      margin: 15px 0; }
      @media screen and (max-width: 1024px) {
        .news-list-content .message-box form .input-box-aera {
          width: 100%;
          margin-bottom: 0px;
          padding-bottom: 40px; } }
      .news-list-content .message-box form .input-box-aera textarea {
        width: 100%;
        padding: 13px 15px 26px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 1px solid #EBEBEB;
        border-radius: 20px;
        overflow: hidden;
        resize: none; }
        @media screen and (max-width: 1024px) {
          .news-list-content .message-box form .input-box-aera textarea {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px; } }
        .news-list-content .message-box form .input-box-aera textarea:focus {
          outline: none; }
        .news-list-content .message-box form .input-box-aera textarea::placeholder {
          font-size: 14px;
          color: #999999; }
      .news-list-content .message-box form .input-box-aera .submit-area {
        justify-content: flex-end;
        align-items: center;
        margin-top: 15px;
        margin-right: 10px; }
        @media screen and (max-width: 1024px) {
          .news-list-content .message-box form .input-box-aera .submit-area {
            justify-content: center;
            margin-top: 30px; } }
        .news-list-content .message-box form .input-box-aera .submit-area p {
          font-size: 12px;
          margin-right: 13px; }
        .news-list-content .message-box form .input-box-aera .submit-area .submit-area-btn {
          width: 120px; }
          @media screen and (max-width: 1024px) {
            .news-list-content .message-box form .input-box-aera .submit-area .submit-area-btn {
              width: 250px; } }
          .news-list-content .message-box form .input-box-aera .submit-area .submit-area-btn button {
            width: 100%;
            border-radius: 45px; }

.news-details-content .single-news {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 25px 37px; }
  @media screen and (max-width: 1024px) {
    .news-details-content .single-news {
      padding: 30px 15px; } }
  .news-details-content .single-news .single-date time {
    font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #11A69C; }
    .news-details-content .single-news .single-date time .fas.fa-clock {
      margin-right: 5px; }
  .news-details-content .single-news h1 {
    padding: 8px 0;
    line-height: 1.6;
    margin: 15px 0 0;
    position: relative; }
    .news-details-content .single-news h1:after {
      content: "";
      width: 82px;
      height: 2px;
      background: #11A69C;
      position: absolute;
      bottom: 0;
      left: 0; }
  .news-details-content .single-news-content {
    font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 1.6; }
    .news-details-content .single-news-content-thumbnail {
      max-width: 500px;
      width: 100%;
      margin: 27px 0; }
    .news-details-content .single-news-content h2 {
      margin: 30px 0;
      font-size: 22px;
      font-weight: 600;
      padding: 5px 0 5px 15px;
      position: relative; }
      .news-details-content .single-news-content h2:before {
        content: "";
        width: 4px;
        height: 100%;
        background: #11A69C;
        position: absolute;
        bottom: 0;
        left: 0; }
    .news-details-content .single-news-content h3 {
      margin: 32px 0;
      font-size: 18px;
      font-weight: 600;
      padding: 5px 0;
      position: relative; }
      .news-details-content .single-news-content h3:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #11A69C;
        position: absolute;
        bottom: 0;
        left: 0; }
    .news-details-content .single-news-content h4 {
      margin: 25px 0;
      font-size: 16px;
      font-weight: 600;
      color: #11A69C; }
    .news-details-content .single-news-content p {
      margin: 25px 0;
      line-height: 1.8; }
    .news-details-content .single-news-content ul {
      background: #F6F7F9;
      padding: 20px 15px;
      box-sizing: border-box; }
      .news-details-content .single-news-content ul li {
        font-size: 14px;
        letter-spacing: 0.1rem;
        line-height: 1.6;
        padding-left: 15px;
        position: relative;
        margin: 8px 0; }
        .news-details-content .single-news-content ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #11A69C; }
    .news-details-content .single-news-content strong {
      font-weight: bold; }
    .news-details-content .single-news-content table {
      padding: 10px;
      box-sizing: border-box;
      font-size: 14px; }
  .news-details-content .single-news .post_links {
    max-width: 520px;
    width: 100%;
    margin: 50px auto;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .news-details-content .single-news .post_links {
        max-width: unset;
        flex-direction: column;
        align-items: center;
        margin: 0; } }
    .news-details-content .single-news .post_links li {
      width: 47%; }
      @media screen and (max-width: 1024px) {
        .news-details-content .single-news .post_links li {
          width: 250px; } }
      .news-details-content .single-news .post_links li a {
        border-radius: 60px; }
        @media screen and (max-width: 1024px) {
          .news-details-content .single-news .post_links li a:last-child {
            margin-top: 20px; } }
        .news-details-content .single-news .post_links li a.single-post-prev:after {
          content: '';
          -ms-transform: rotate(227deg);
          -webkit-transform: rotate(227deg);
          transform: rotate(227deg);
          left: 16px; }
.news-details-content .news-list {
  margin: 46px 0;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 35px 0 46px; }
  @media screen and (max-width: 1024px) {
    .news-details-content .news-list {
      margin: 30px 0px;
      padding: 30px 15px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; } }
  .news-details-content .news-list .page-ttl {
    width: 90%;
    margin: 0 auto 20px;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .news-details-content .news-list .page-ttl {
        width: 100%;
        margin-bottom: 30px; } }
    .news-details-content .news-list .page-ttl .more-btn {
      width: 164px; }
      .news-details-content .news-list .page-ttl .more-btn a {
        border-radius: 45px; }
  .news-details-content .news-list li {
    width: 90%;
    margin: auto;
    padding: 8px 0; }
    @media screen and (max-width: 1024px) {
      .news-details-content .news-list li {
        width: 100%;
        flex-direction: column;
        padding: 0px;
        margin-bottom: 13px; } }
    .news-details-content .news-list li .news-date {
      font-size: 14px;
      color: #999999;
      width: 100px;
      font-family: "Helvetica Neue", sans-serif;
      font-weight: 500;
      width: 100px;
      line-height: 1.8; }
      @media screen and (max-width: 1024px) {
        .news-details-content .news-list li .news-date {
          width: 100%; } }
    .news-details-content .news-list li .news-content {
      width: calc(100% - 100px); }
      @media screen and (max-width: 1024px) {
        .news-details-content .news-list li .news-content {
          width: 100%; } }
      .news-details-content .news-list li .news-content h2 {
        font-family: 'ヒラギノ角ゴ ProN W6', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6; }
      .news-details-content .news-list li .news-content p {
        font-family: 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
        font-size: 12px;
        line-height: 1.8; }
    .news-details-content .news-list li:hover .news-content h2 {
      color: #11A69C;
      text-decoration: underline; }
  .news-details-content .news-list .more-btn {
    width: 250px; }
    .news-details-content .news-list .more-btn a {
      border-radius: 60px; }

.lecutre-list-content .lecutre-list {
  margin: 32px -1%;
  width: 102%; }
  @media screen and (max-width: 1024px) {
    .lecutre-list-content .lecutre-list {
      width: 100%;
      margin: 0px;
      margin-top: 7px; } }
  .lecutre-list-content .lecutre-list article {
    width: 24%;
    margin: 0.5% 0.5% 20px; }
    @media screen and (max-width: 1024px) {
      .lecutre-list-content .lecutre-list article {
        width: 49%; } }
    .lecutre-list-content .lecutre-list article .lecutre-content {
      padding: 13px 10px;
      box-sizing: border-box;
      background: #fff; }
      .lecutre-list-content .lecutre-list article .lecutre-content .lecutre-update-date {
        margin: 12px 0 10px;
        font-size: 10px;
        letter-spacing: 0.1rem; }
      .lecutre-list-content .lecutre-list article .lecutre-content h2 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4; }
      .lecutre-list-content .lecutre-list article .lecutre-content P {
        margin: 10px 0;
        font-size: 12px;
        line-height: 1.6; }
      .lecutre-list-content .lecutre-list article .lecutre-content .lecutre-content-link {
        justify-content: space-between; }
        @media screen and (max-width: 1024px) {
          .lecutre-list-content .lecutre-list article .lecutre-content .lecutre-content-link {
            flex-direction: column; } }
        .lecutre-list-content .lecutre-list article .lecutre-content .lecutre-content-link .more-btn-l {
          width: 40%; }
          @media screen and (max-width: 1024px) {
            .lecutre-list-content .lecutre-list article .lecutre-content .lecutre-content-link .more-btn-l {
              width: 85px; } }
        .lecutre-list-content .lecutre-list article .lecutre-content .lecutre-content-link .more-btn-r {
          width: 56%; }
          @media screen and (max-width: 1024px) {
            .lecutre-list-content .lecutre-list article .lecutre-content .lecutre-content-link .more-btn-r {
              width: 130px;
              margin-top: 10px; } }
        .lecutre-list-content .lecutre-list article .lecutre-content .lecutre-content-link .more-btn a {
          padding: 3px;
          font-size: 12px; }
          .lecutre-list-content .lecutre-list article .lecutre-content .lecutre-content-link .more-btn a:after {
            content: none; }

.lecutre-details-content .lecutre-details article {
  max-width: 700px;
  width: 100%;
  margin: 0; }
  .lecutre-details-content .lecutre-details article .lecutre-thumbnail {
    width: 100%;
    margin: 30px 0; }
    @media screen and (max-width: 1024px) {
      .lecutre-details-content .lecutre-details article .lecutre-thumbnail {
        margin: 10px 0; } }
  .lecutre-details-content .lecutre-details article .lecutre-content {
    padding: 0 0 70px;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .lecutre-details-content .lecutre-details article .lecutre-content {
        padding: 70px 0 40px; } }
    .lecutre-details-content .lecutre-details article .lecutre-content-entry {
      width: 100%;
      margin: 0; }
      @media screen and (max-width: 1024px) {
        .lecutre-details-content .lecutre-details article .lecutre-content-entry {
          max-width: unset; } }
      .lecutre-details-content .lecutre-details article .lecutre-content-entry .lecutre-update-date {
        margin: 12px 0 10px;
        font-size: 10px;
        letter-spacing: 0.1rem; }
      .lecutre-details-content .lecutre-details article .lecutre-content-entry h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        border-bottom: 1px solid #707070;
        padding-bottom: 20px; }
      .lecutre-details-content .lecutre-details article .lecutre-content-entry .lecturer-infornation {
        justify-content: space-between;
        align-items: center; }
        .lecutre-details-content .lecutre-details article .lecutre-content-entry .lecturer-infornation h3 {
          margin-top: 22px;
          font-size: 16px;
          font-weight: 600; }
          .lecutre-details-content .lecutre-details article .lecutre-content-entry .lecturer-infornation h3 span {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.8; }
        .lecutre-details-content .lecutre-details article .lecutre-content-entry .lecturer-infornation .lecturer-time {
          font-size: 14px; }
          .lecutre-details-content .lecutre-details article .lecutre-content-entry .lecturer-infornation .lecturer-time span {
            display: inline-block;
            padding: 4px 6px;
            background: #fff; }
            .lecutre-details-content .lecutre-details article .lecutre-content-entry .lecturer-infornation .lecturer-time span.lecturer-time-ttl {
              border: 1px solid #707070; }
      .lecutre-details-content .lecutre-details article .lecutre-content-entry P {
        margin: 18px 0 30px;
        font-size: 14px;
        line-height: 1.6; }
      .lecutre-details-content .lecutre-details article .lecutre-content-entry .lecutre-content-link .more-btn {
        width: 180px; }
        @media screen and (max-width: 1024px) {
          .lecutre-details-content .lecutre-details article .lecutre-content-entry .lecutre-content-link .more-btn {
            width: 170px; } }
        .lecutre-details-content .lecutre-details article .lecutre-content-entry .lecutre-content-link .more-btn a {
          padding: 6px;
          font-size: 16px; }
          .lecutre-details-content .lecutre-details article .lecutre-content-entry .lecutre-content-link .more-btn a:after {
            content: none; }
.lecutre-details-content .lecutre-recommended-list {
  margin: 32px 0; }
  .lecutre-details-content .lecutre-recommended-list li {
    margin-right: 10px; }
    .lecutre-details-content .lecutre-recommended-list li:last-child {
      margin-right: 0; }
    .lecutre-details-content .lecutre-recommended-list li .lecutre-content {
      padding: 13px 10px;
      box-sizing: border-box;
      background: #fff; }
      .lecutre-details-content .lecutre-recommended-list li .lecutre-content .lecutre-update-date {
        margin: 12px 0 10px;
        font-size: 10px;
        letter-spacing: 0.1rem; }
      .lecutre-details-content .lecutre-recommended-list li .lecutre-content h2 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4; }
      .lecutre-details-content .lecutre-recommended-list li .lecutre-content P {
        margin: 10px 0;
        font-size: 12px;
        line-height: 1.6; }
      .lecutre-details-content .lecutre-recommended-list li .lecutre-content .lecutre-content-link {
        justify-content: space-between; }
        .lecutre-details-content .lecutre-recommended-list li .lecutre-content .lecutre-content-link .more-btn-l {
          width: 40%; }
        .lecutre-details-content .lecutre-recommended-list li .lecutre-content .lecutre-content-link .more-btn-r {
          width: 56%; }
        .lecutre-details-content .lecutre-recommended-list li .lecutre-content .lecutre-content-link .more-btn a {
          padding: 6px;
          font-size: 12px; }
          @media screen and (max-width: 1024px) {
            .lecutre-details-content .lecutre-recommended-list li .lecutre-content .lecutre-content-link .more-btn a {
              padding: 4px; } }
          .lecutre-details-content .lecutre-recommended-list li .lecutre-content .lecutre-content-link .more-btn a:after {
            content: none; }

.journal-list-content .page-ttl {
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .journal-list-content .page-ttl {
      padding-left: 0px; } }
  .journal-list-content .page-ttl .more-btn {
    width: 280px; }
    @media screen and (max-width: 1024px) {
      .journal-list-content .page-ttl .more-btn {
        width: 100%;
        text-align: left;
        margin-top: 20px; } }
    .journal-list-content .page-ttl .more-btn a {
      border-radius: 45px; }
      @media screen and (max-width: 1024px) {
        .journal-list-content .page-ttl .more-btn a {
          display: inline-block;
          width: 280px; } }
.journal-list-content .journal-list {
  margin: 32px -1%;
  width: 102%; }
  .journal-list-content .journal-list article {
    width: 24%;
    margin: 0.5% 0.5% 12px;
    background: #fff; }
    @media screen and (max-width: 1024px) {
      .journal-list-content .journal-list article {
        width: 48%;
        margin: 1% 1% 12px;
        margin-bottom: 4px; } }
    .journal-list-content .journal-list article .journal-content {
      padding: 13px 10px;
      box-sizing: border-box; }
      .journal-list-content .journal-list article .journal-content .journal-update-date {
        margin: 12px 0 10px;
        font-size: 10px;
        letter-spacing: 0.1rem; }
        @media screen and (max-width: 1024px) {
          .journal-list-content .journal-list article .journal-content .journal-update-date {
            margin: 1px 0 10px; } }
      .journal-list-content .journal-list article .journal-content h2 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4; }
      .journal-list-content .journal-list article .journal-content P {
        margin: 10px 0;
        font-size: 12px;
        line-height: 1.6; }
      .journal-list-content .journal-list article .journal-content .journal-content-link {
        justify-content: space-between; }
        .journal-list-content .journal-list article .journal-content .journal-content-link .more-btn-l {
          width: 40%; }
        .journal-list-content .journal-list article .journal-content .journal-content-link .more-btn-r {
          width: 56%; }
        .journal-list-content .journal-list article .journal-content .journal-content-link .more-btn a {
          padding: 6px;
          font-size: 12px; }
          .journal-list-content .journal-list article .journal-content .journal-content-link .more-btn a:after {
            content: none; }

.journal-details-content .single-journal {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 25px 37px; }
  @media screen and (max-width: 1024px) {
    .journal-details-content .single-journal {
      padding: 30px 15px 40px; } }
  .journal-details-content .single-journal .single-date time {
    font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #11A69C; }
    .journal-details-content .single-journal .single-date time .fas.fa-clock {
      margin-right: 5px; }
  .journal-details-content .single-journal h1 {
    padding: 8px 0;
    line-height: 1.6;
    margin: 15px 0 0;
    position: relative; }
    .journal-details-content .single-journal h1:after {
      content: "";
      width: 82px;
      height: 2px;
      background: #11A69C;
      position: absolute;
      bottom: 0;
      left: 0; }
  .journal-details-content .single-journal-content {
    font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 1.6; }
    .journal-details-content .single-journal-content-thumbnail {
      max-width: 500px;
      width: 100%;
      margin: 27px 0; }
    .journal-details-content .single-journal-content h2 {
      margin: 30px 0;
      font-size: 22px;
      font-weight: 600;
      padding: 5px 0 5px 15px;
      position: relative; }
      .journal-details-content .single-journal-content h2:before {
        content: "";
        width: 4px;
        height: 100%;
        background: #11A69C;
        position: absolute;
        bottom: 0;
        left: 0; }
    .journal-details-content .single-journal-content h3 {
      margin: 32px 0;
      font-size: 18px;
      font-weight: 600;
      padding: 5px 0;
      position: relative; }
      .journal-details-content .single-journal-content h3:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #11A69C;
        position: absolute;
        bottom: 0;
        left: 0; }
    .journal-details-content .single-journal-content h4 {
      margin: 25px 0;
      font-size: 16px;
      font-weight: 600;
      color: #11A69C; }
    .journal-details-content .single-journal-content p {
      margin: 25px 0; }
    .journal-details-content .single-journal-content ul {
      background: #F6F7F9;
      padding: 20px 15px;
      box-sizing: border-box; }
      .journal-details-content .single-journal-content ul li {
        font-size: 14px;
        letter-spacing: 0.1rem;
        line-height: 1.6;
        padding-left: 15px;
        position: relative;
        margin: 8px 0; }
        .journal-details-content .single-journal-content ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #11A69C; }
    .journal-details-content .single-journal-content strong {
      font-weight: bold; }
    .journal-details-content .single-journal-content table {
      padding: 10px;
      box-sizing: border-box;
      font-size: 14px; }
  .journal-details-content .single-journal .post_links {
    max-width: 520px;
    width: 100%;
    margin: 50px auto;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .journal-details-content .single-journal .post_links {
        max-width: unset;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px; } }
    .journal-details-content .single-journal .post_links li {
      width: 47%; }
      @media screen and (max-width: 1024px) {
        .journal-details-content .single-journal .post_links li {
          max-width: 250px;
          width: 100%; } }
      @media screen and (max-width: 1024px) {
        .journal-details-content .single-journal .post_links li:last-child {
          margin-top: 20px; } }
      .journal-details-content .single-journal .post_links li a {
        border-radius: 60px; }
        .journal-details-content .single-journal .post_links li a.single-post-prev:after {
          content: '';
          -ms-transform: rotate(227deg);
          -webkit-transform: rotate(227deg);
          transform: rotate(227deg);
          left: 10px; }
.journal-details-content .journal-list {
  margin: 46px 0;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 35px 0 46px; }
  .journal-details-content .journal-list .page-ttl {
    width: 90%;
    margin: 0 auto 20px;
    align-items: center;
    justify-content: space-between; }
    .journal-details-content .journal-list .page-ttl .more-btn {
      width: 164px; }
      .journal-details-content .journal-list .page-ttl .more-btn a {
        border-radius: 45px; }
  .journal-details-content .journal-list li {
    width: 90%;
    margin: auto;
    padding: 8px 0; }
    @media screen and (max-width: 1024px) {
      .journal-details-content .journal-list li {
        flex-direction: column;
        width: 100%; } }
    .journal-details-content .journal-list li .journal-date {
      font-size: 14px;
      color: #999999;
      width: 100px;
      font-family: "Helvetica Neue", sans-serif;
      font-weight: 500;
      width: 100px;
      line-height: 1.8; }
    .journal-details-content .journal-list li .journal-content {
      width: calc(100% - 100px); }
      @media screen and (max-width: 1024px) {
        .journal-details-content .journal-list li .journal-content {
          width: 100%; } }
      .journal-details-content .journal-list li .journal-content h2 {
        font-family: 'ヒラギノ角ゴ ProN W6', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6; }
      .journal-details-content .journal-list li .journal-content p {
        font-family: 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
        font-size: 12px;
        line-height: 1.8; }
    .journal-details-content .journal-list li:hover .journal-content h2 {
      color: #11A69C;
      text-decoration: underline; }
  @media screen and (max-width: 1024px) {
    .journal-details-content .journal-list-btn {
      margin-top: 20px; } }
  @media screen and (max-width: 1024px) {
    .journal-details-content .journal-list-btn a {
      border-radius: 45px;
      width: 250px; } }

@media screen and (max-width: 1024px) {
  .register-content .register-infornation {
    margin-bottom: 20px; } }
.register-content .register-infornation form .register-container-inn {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 30px 37px;
  margin: 20px 0 30px; }
  @media screen and (max-width: 1024px) {
    .register-content .register-infornation form .register-container-inn {
      margin-top: 7px;
      margin-bottom: 0px;
      padding: 20px 15px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; } }
  .register-content .register-infornation form .register-container-inn .register-caution p {
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px; }
    @media screen and (max-width: 1024px) {
      .register-content .register-infornation form .register-container-inn .register-caution p {
        font-size: 16px;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 25px; } }
    .register-content .register-infornation form .register-container-inn .register-caution p span {
      color: #FF0000;
      font-size: 16px; }
  .register-content .register-infornation form .register-container-inn dl dt {
    font-size: 14px;
    background: #F6F7F9;
    padding: 12px;
    width: 220px;
    margin: 5px 10px 5px 0;
    text-align: center;
    border-radius: 10px;
    color: #333333;
    max-height: 46px;
    box-sizing: border-box;
    letter-spacing: 0;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .register-content .register-infornation form .register-container-inn dl dt {
        width: 100%;
        margin-right: 0;
        font-size: 16px; } }
    .register-content .register-infornation form .register-container-inn dl dt .required {
      font-size: 12px;
      color: #FF0000;
      position: relative;
      top: -5px;
      right: -5px; }
      @media screen and (max-width: 1024px) {
        .register-content .register-infornation form .register-container-inn dl dt .required {
          font-size: 10px; } }
  .register-content .register-infornation form .register-container-inn dl dt.no-bg {
    padding: 0px !important;
    height: 0px !important;
    min-height: unset !important;
    background-color: transparent !important; }
  .register-content .register-infornation form .register-container-inn dl dd {
    width: calc(100% - 230px);
    box-sizing: border-box;
    font-size: 14px;
    margin: 5px 0; }
    @media screen and (max-width: 1024px) {
      .register-content .register-infornation form .register-container-inn dl dd {
        width: 100%;
        font-size: 16px; } }
    .register-content .register-infornation form .register-container-inn dl dd input,
    .register-content .register-infornation form .register-container-inn dl dd p,
    .register-content .register-infornation form .register-container-inn dl dd tel,
    .register-content .register-infornation form .register-container-inn dl dd textarea {
      display: block;
      width: 100%;
      border-radius: 10px;
      padding: 10.5px 17px;
      border: 2px solid #F6F7F9;
      box-sizing: border-box;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      font-size: 14px;
      font-weight: 400;
      font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 1024px) {
        .register-content .register-infornation form .register-container-inn dl dd input,
        .register-content .register-infornation form .register-container-inn dl dd p,
        .register-content .register-infornation form .register-container-inn dl dd tel,
        .register-content .register-infornation form .register-container-inn dl dd textarea {
          font-size: 16px;
          padding: 12px 17px; } }
      .register-content .register-infornation form .register-container-inn dl dd input:focus,
      .register-content .register-infornation form .register-container-inn dl dd p:focus,
      .register-content .register-infornation form .register-container-inn dl dd tel:focus,
      .register-content .register-infornation form .register-container-inn dl dd textarea:focus {
        outline: none; }
    .register-content .register-infornation form .register-container-inn dl dd input::placeholder,
    .register-content .register-infornation form .register-container-inn dl dd span {
      font-size: 14px;
      color: #999999;
      display: block; }
      @media screen and (max-width: 1024px) {
        .register-content .register-infornation form .register-container-inn dl dd input::placeholder,
        .register-content .register-infornation form .register-container-inn dl dd span {
          font-size: 16px; } }
    .register-content .register-infornation form .register-container-inn dl dd.upload-filename {
      border: 2px solid #F6F7F9;
      border-radius: 10px; }
      .register-content .register-infornation form .register-container-inn dl dd.upload-filename .upload-filename-txt {
        padding: 11px 15px; }
    .register-content .register-infornation form .register-container-inn dl dd .select-area {
      display: inline-block;
      position: relative;
      margin-right: 10px;
      width: 133px; }
      @media screen and (max-width: 1024px) {
        .register-content .register-infornation form .register-container-inn dl dd .select-area {
          width: 100px;
          margin-right: 0; } }
      @media screen and (max-width: 420px) {
        .register-content .register-infornation form .register-container-inn dl dd .select-area {
          width: 95px;
          margin-right: 0;
          margin-bottom: 5px; } }
      .register-content .register-infornation form .register-container-inn dl dd .select-area select {
        display: inline-block;
        width: 100%;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 10px;
        padding: 15px;
        border: 2px solid #F6F7F9;
        box-sizing: border-box;
        background: #fff;
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif; }
        @media screen and (max-width: 1024px) {
          .register-content .register-infornation form .register-container-inn dl dd .select-area select {
            font-size: 16px;
            padding: 12px 15px; } }
        .register-content .register-infornation form .register-container-inn dl dd .select-area select:focus {
          outline: none; }
      .register-content .register-infornation form .register-container-inn dl dd .select-area:after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -6px; }
    .register-content .register-infornation form .register-container-inn dl dd p {
      border: none; }
  .register-content .register-infornation form .register-container-inn .upload-area {
    margin: 15px 0 30px; }
    .register-content .register-infornation form .register-container-inn .upload-area-post {
      border: none;
      position: relative;
      width: 150px;
      margin-left: 210px;
      background: #11A69C;
      border: 2px solid #11A69C;
      border-radius: 10px;
      color: #fff;
      box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        .register-content .register-infornation form .register-container-inn .upload-area-post {
          margin-left: 0px;
          width: 160px;
          margin: auto;
          margin-bottom: 10px; } }
      .register-content .register-infornation form .register-container-inn .upload-area-post input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        border: none; }
      .register-content .register-infornation form .register-container-inn .upload-area-post span {
        font-size: 14px;
        padding: 10px 0;
        display: block;
        font-weight: bold; }
      .register-content .register-infornation form .register-container-inn .upload-area-post:hover {
        background: #fff;
        color: #11A69C; }
  .register-content .register-infornation form .register-container-inn .more-btn {
    margin-left: 20px; }
    @media screen and (max-width: 1024px) {
      .register-content .register-infornation form .register-container-inn .more-btn {
        width: 100%;
        margin: 0;
        margin-left: 0px;
        text-align: center; } }
    .register-content .register-infornation form .register-container-inn .more-btn a {
      border-radius: 10px;
      padding: 10px 26px; }
      @media screen and (max-width: 1024px) {
        .register-content .register-infornation form .register-container-inn .more-btn a {
          width: 160px;
          margin: auto; } }
      .register-content .register-infornation form .register-container-inn .more-btn a:after {
        content: none; }
  .register-content .register-infornation form .register-container-inn .legal-acceptance {
    font-size: 20px;
    position: relative;
    text-align: left;
    margin: 30px 0px;
    width: auto;
    letter-spacing: 0.2rem;
    line-height: 1; }
    .register-content .register-infornation form .register-container-inn .legal-acceptance span.confirm-scales {
      font-size: 12px;
      padding-left: 25px;
      position: relative;
      top: -3px; }
      .register-content .register-infornation form .register-container-inn .legal-acceptance span.confirm-scales:before {
        background: #fff;
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        left: 0;
        position: absolute;
        top: 0;
        border-radius: 3px;
        background: #11a69c;
        border: 1px solid #11a69c;
        box-sizing: border-box; }
      .register-content .register-infornation form .register-container-inn .legal-acceptance span.confirm-scales:after {
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        content: '';
        display: block;
        width: 4px;
        height: 9px;
        position: absolute;
        top: 0px;
        left: 5px;
        transform: rotate(45deg); }
    @media screen and (max-width: 1024px) {
      .register-content .register-infornation form .register-container-inn .legal-acceptance {
        margin: 50px 0px;
        text-align: center; } }
    .register-content .register-infornation form .register-container-inn .legal-acceptance span.required {
      position: relative;
      top: -5px;
      right: 6px;
      font-size: 10px;
      color: red; }
    .register-content .register-infornation form .register-container-inn .legal-acceptance a {
      text-decoration: underline; }
    .register-content .register-infornation form .register-container-inn .legal-acceptance input[type=checkbox] {
      opacity: 0;
      position: absolute;
      top: 5px;
      left: 0;
      z-index: 10;
      width: 15px;
      height: 15px;
      padding: 0;
      margin: 0; }
    .register-content .register-infornation form .register-container-inn .legal-acceptance label {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      padding: 1px 0 0 24px;
      position: relative;
      width: auto;
      font-size: 14px; }
      @media screen and (max-width: 1024px) {
        .register-content .register-infornation form .register-container-inn .legal-acceptance label {
          padding: 1px 0 0 25px; } }
      .register-content .register-infornation form .register-container-inn .legal-acceptance label:before {
        background: #fff;
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        left: 0;
        position: absolute;
        top: 0;
        border-radius: 3px;
        border: 1px solid #cccccc;
        box-sizing: border-box; }
      .register-content .register-infornation form .register-container-inn .legal-acceptance label:after {
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        content: '';
        display: block;
        width: 4px;
        height: 9px;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 5px;
        transform: rotate(45deg); }
        @media screen and (max-width: 1024px) {
          .register-content .register-infornation form .register-container-inn .legal-acceptance label:after {
            width: 3px;
            top: 1px;
            left: 5px; } }
    .register-content .register-infornation form .register-container-inn .legal-acceptance input[type=checkbox]:checked + label::before {
      background: #11a69c;
      border: 1px solid #11a69c; }
    .register-content .register-infornation form .register-container-inn .legal-acceptance input[type=checkbox]:checked + label::after {
      opacity: 1; }
  .register-content .register-infornation form .register-container-inn .legal-acceptance.text-left {
    text-align: left; }
  .register-content .register-infornation form .register-container-inn .legal-acceptance.ml-15 {
    margin-left: 15px; }
  .register-content .register-infornation form .register-container-inn .legal-acceptance.confirm-accept label {
    margin-left: 100px; }
    .register-content .register-infornation form .register-container-inn .legal-acceptance.confirm-accept label::before {
      display: none; }
    .register-content .register-infornation form .register-container-inn .legal-acceptance.confirm-accept label::after {
      display: none; }
    @media screen and (max-width: 1024px) {
      .register-content .register-infornation form .register-container-inn .legal-acceptance.confirm-accept label {
        margin-left: 0px;
        margin-top: 95px;
        margin-bottom: 50px;
        padding-left: 0px; } }
  .register-content .register-infornation form .register-container-inn .legal-acceptance.confirm-accept.mt-30.text-left {
    padding-left: 15px; }
.register-content .register-infornation form .register-container-inn.mt-confirm {
  padding-top: 65px; }
  @media screen and (max-width: 1024px) {
    .register-content .register-infornation form .register-container-inn.mt-confirm {
      padding-top: 20px; } }
.register-content .register-infornation form.confirm-container .input-value {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 12px 15px;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #000;
  font-weight: bold; }
  @media screen and (max-width: 1024px) {
    .register-content .register-infornation form.confirm-container .input-value {
      font-size: 16px;
      font-weight: bold; } }
@media screen and (max-width: 1024px) {
  .register-content .register-infornation form.confirm-container .input-value.p-0 {
    padding: 0px; } }
.register-content .register-infornation form.mypage-container .input-value {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 12px 15px;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333333; }
.register-content .register-infornation form.mypage-container .w-sm {
  width: 200px !important; }
.register-content .register-infornation form.mypage-container .select {
  align-items: center;
  height: inherit; }
  .register-content .register-infornation form.mypage-container .select-value {
    border-radius: 10px;
    font-size: 14px;
    min-width: 134px;
    padding: 12px 15px;
    color: #333333;
    border: 2px solid #F6F7F9; }
    @media screen and (max-width: 1024px) {
      .register-content .register-infornation form.mypage-container .select-value {
        width: 31%; } }
    @media screen and (max-width: 1024px) {
      .register-content .register-infornation form.mypage-container .select-value:nth-child(2) {
        margin: 0px 3.33%; } }
    .register-content .register-infornation form.mypage-container .select-value:focus, .register-content .register-infornation form.mypage-container .select-value:active, .register-content .register-infornation form.mypage-container .select-value:focus-visible {
      outline: none;
      border: 2px solid #F6F7F9; }
.register-content .register-infornation form.mypage-container .file_input {
  align-items: center;
  flex-wrap: nowrap; }
  @media screen and (max-width: 1024px) {
    .register-content .register-infornation form.mypage-container .file_input {
      flex-wrap: wrap; } }
  .register-content .register-infornation form.mypage-container .file_input .file-upload-inn {
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #11A69C;
    border: 2px solid #11A69C;
    padding: 10px 20px;
    background: #11A69C;
    position: relative;
    box-sizing: border-box; }
    @media screen and (max-width: 1024px) {
      .register-content .register-infornation form.mypage-container .file_input .file-upload-inn {
        padding: 6px 15px; } }
    @media screen and (max-width: 420px) {
      .register-content .register-infornation form.mypage-container .file_input .file-upload-inn {
        max-width: 160px;
        text-align: center;
        width: 100%;
        margin: 20px auto 0; } }
    .register-content .register-infornation form.mypage-container .file_input .file-upload-inn:hover {
      background-color: #11A69C;
      border: 2px solid #11A69C;
      background: #fff; }
      .register-content .register-infornation form.mypage-container .file_input .file-upload-inn:hover label {
        color: #11A69C; }
    .register-content .register-infornation form.mypage-container .file_input .file-upload-inn input {
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .register-content .register-infornation form.mypage-container .file_input .file-upload-inn label {
      color: #fff;
      font-size: 14px; }
.register-content .register-infornation form.mypage-container .d-none {
  display: none; }
.register-content .register-infornation form.mypage-container .input_file_name {
  min-width: 200px;
  font-size: 14px;
  color: #999999;
  padding-left: 15px; }
  @media screen and (max-width: 1024px) {
    .register-content .register-infornation form.mypage-container .input_file_name {
      min-width: unset;
      width: 40%;
      margin-right: 10px; } }
  @media screen and (max-width: 420px) {
    .register-content .register-infornation form.mypage-container .input_file_name {
      width: 100%;
      margin: 0; } }
.register-content .register-infornation form.mypage-container .input_file_btn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #11A69C;
  border: 1px solid #11A69C;
  padding: 12px 20px; }
  @media screen and (max-width: 1024px) {
    .register-content .register-infornation form.mypage-container .input_file_btn {
      min-width: 140px; } }
.register-content .register-infornation form.mypage-container .submit-area-btn {
  max-width: unset;
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
  display: block; }
  @media screen and (max-width: 1024px) {
    .register-content .register-infornation form.mypage-container .submit-area-btn {
      margin: 30px auto 0; } }
.register-content .register-infornation form.mypage-container .btn-plan-change.more-btn02 {
  max-width: unset;
  width: 100%;
  margin: 30px 0 0;
  text-align: left; }
  .register-content .register-infornation form.mypage-container .btn-plan-change.more-btn02 a {
    max-width: 150px;
    margin: 0; }
.register-content .register-infornation form .submit-area-btn {
  max-width: 270px;
  margin: 30px auto 60px;
  margin-bottom: 0px;
  justify-content: space-between; }
  @media screen and (max-width: 420px) {
    .register-content .register-infornation form .submit-area-btn > div {
      margin: 5px auto;
      display: block; } }
  .register-content .register-infornation form .submit-area-btn button {
    cursor: pointer;
    position: relative;
    width: 160px;
    margin: 0;
    display: inline-block;
    border-radius: 45px;
    background: #fff;
    color: #11a69c; }
    @media screen and (max-width: 420px) {
      .register-content .register-infornation form .submit-area-btn button {
        margin: 5px 0; } }
    .register-content .register-infornation form .submit-area-btn button::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      width: 5px;
      height: 5px;
      border-top: 2px solid #11A69C;
      border-right: 2px solid #11A69C;
      transform: rotate(45deg) translateY(-80%);
      -webkit-transform: rotate(45deg) translateY(-80%);
      -moz-transform: rotate(45deg) translateY(-80%);
      -ms-transform: rotate(45deg) translateY(-80%);
      -o-transform: rotate(45deg) translateY(-80%); }
    .register-content .register-infornation form .submit-area-btn button:hover {
      background: #11a69c;
      color: #fff; }
      .register-content .register-infornation form .submit-area-btn button:hover::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }
  .register-content .register-infornation form .submit-area-btn button.prev-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #11A69C;
    border-left: 1px solid #11A69C;
    border-right: 0px;
    transform: rotate(-45deg) translateY(-80%);
    -webkit-transform: rotate(-45deg) translateY(-80%);
    -moz-transform: rotate(-45deg) translateY(-80%);
    -ms-transform: rotate(-45deg) translateY(-80%);
    -o-transform: rotate(-45deg) translateY(-80%); }
  .register-content .register-infornation form .submit-area-btn button.no-arw::after {
    display: none; }
.register-content .register-infornation form .submit-area-btn.b-center {
  justify-content: flex-start; }

.modal-finished .finished-dialog-box {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 37px;
  margin: 20px 0 30px; }
  @media screen and (max-width: 1024px) {
    .modal-finished .finished-dialog-box {
      margin-top: 7px;
      padding: 25px 15px 35px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; } }
  .modal-finished .finished-dialog-box h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #008C8D; }
    @media screen and (max-width: 1024px) {
      .modal-finished .finished-dialog-box h2 {
        margin: 15px 0 30px; } }
  .modal-finished .finished-dialog-box p {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin: 30px 0; }
  .modal-finished .finished-dialog-box .more-btn {
    max-width: unset;
    margin: auto; }
    .modal-finished .finished-dialog-box .more-btn a {
      border-radius: 45px;
      letter-spacing: 0.12rem;
      width: auto;
      padding: 15px 41px;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 1; }
      .modal-finished .finished-dialog-box .more-btn a:after {
        content: none; }

.register-content .register-infornation.contact-infornation form .register-container-inn .legal-acceptance {
  width: auto; }
  @media screen and (max-width: 1024px) {
    .register-content .register-infornation.contact-infornation form .register-container-inn .legal-acceptance {
      margin: 25px 0px 0px; } }
  @media screen and (max-width: 1024px) {
    .register-content .register-infornation.contact-infornation form .register-container-inn .legal-acceptance span.required {
      position: relative;
      top: -5px;
      right: -5px;
      font-size: 10px;
      color: #FF0000; } }

.login-content-inn {
  max-width: 500px;
  width: 100%;
  margin: 150px auto 30px;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 34px; }
  @media screen and (max-width: 1024px) {
    .login-content-inn {
      padding: 20px; } }
  .login-content-inn .page-ttl {
    text-align: center;
    margin-bottom: 32px; }
  .login-content-inn form .password-txt {
    text-align: left;
    font-size: 14px;
    font-weight: 400; }
  .login-content-inn form input {
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 12px 15px;
    border: 2px solid #F6F7F9;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    margin: 15px 0; }
    .login-content-inn form input:focus {
      outline: none; }
  .login-content-inn form .submit-area-btn {
    margin: 25px 0 0; }
    .login-content-inn form .submit-area-btn button {
      width: 160px;
      font-size: 20px;
      border-radius: 45px; }
.login-content p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 25px 0 0; }
  .login-content p a {
    text-decoration: underline; }

.register-content .mypage-wrap {
  width: 96%;
  margin: 40px 0 0;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .register-content .mypage-wrap {
      margin: 15px 0 0; } }
  .register-content .mypage-wrap-list {
    max-width: 680px;
    width: calc(100% - 90px);
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .register-content .mypage-wrap-list {
        position: relative; } }
    .register-content .mypage-wrap-list ul li {
      width: 23%;
      font-size: 14px;
      font-weight: 600;
      color: #11A69C;
      text-align: center;
      padding: 11px 2px 9px;
      box-sizing: border-box;
      border: 2px solid #11A69C;
      border-radius: 10px;
      cursor: pointer;
      margin-right: 2%; }
      @media screen and (max-width: 1024px) {
        .register-content .mypage-wrap-list ul li {
          width: 100%;
          border: unset;
          margin-right: 0px;
          text-align: left;
          padding-left: 15px; } }
      .register-content .mypage-wrap-list ul li:last-child {
        margin-right: 0; }
      .register-content .mypage-wrap-list ul li:hover, .register-content .mypage-wrap-list ul li.tab-active {
        color: #fff;
        background: #11A69C; }
        @media screen and (max-width: 1024px) {
          .register-content .mypage-wrap-list ul li:hover, .register-content .mypage-wrap-list ul li.tab-active {
            border-radius: unset;
            -webkit-border-radius: unset;
            -moz-border-radius: unset;
            -ms-border-radius: unset;
            -o-border-radius: unset; } }
      .register-content .mypage-wrap-list ul li.creditCard-infornation {
        width: 25%;
        padding: 10px 5px; }
    .register-content .mypage-wrap-list .select-styled {
      position: relative;
      color: #11A69C;
      font-size: 14px;
      font-weight: 600;
      width: 200px;
      background-color: #fff;
      padding: 8px 15px;
      border: 1px solid #11A69C;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      .register-content .mypage-wrap-list .select-styled::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #333333;
        border-right: 1px solid #333333;
        transform: rotate(135deg) translateY(125%);
        -webkit-transform: rotate(135deg) translateY(125%);
        -moz-transform: rotate(135deg) translateY(125%);
        -ms-transform: rotate(135deg) translateY(125%);
        -o-transform: rotate(135deg) translateY(125%); }
      .register-content .mypage-wrap-list .select-styled:hover {
        background-color: #fff; }
      .register-content .mypage-wrap-list .select-styled:active, .register-content .mypage-wrap-list .select-styled.active {
        background-color: #fff; }
    .register-content .mypage-wrap-list .select-options {
      display: none;
      position: absolute;
      width: 200px;
      top: 90%;
      right: 0;
      left: 0;
      z-index: 999;
      margin: 0;
      padding: 0;
      list-style: none;
      background-color: #fff;
      border: 1px solid #11A69C;
      border-top-width: 0px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .register-content .mypage-wrap-list .select-options li {
        margin: 0;
        padding: 12px 0 12px 15px; }
        .register-content .mypage-wrap-list .select-options li[rel="hide"] {
          display: none; }
  .register-content .mypage-wrap-logout a {
    font-size: 12px;
    font-weight: 600;
    color: #11A69C; }
.register-content .mypage-personal-payment {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  margin: 30px 0;
  overflow: auto; }
  @media screen and (max-width: 420px) {
    .register-content .mypage-personal-payment {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; } }
  .register-content .mypage-personal-payment-inn {
    padding: 30px 25px 55px;
    width: 1000px; }
    .register-content .mypage-personal-payment-inn table {
      width: 100%; }
      .register-content .mypage-personal-payment-inn table thead {
        background: #F6F7F9; }
        .register-content .mypage-personal-payment-inn table thead th {
          font-size: 14px;
          text-align: center;
          padding: 12px; }
          .register-content .mypage-personal-payment-inn table thead th:first-child {
            overflow: hidden;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px; }
          .register-content .mypage-personal-payment-inn table thead th:last-child {
            overflow: hidden;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px; }
      .register-content .mypage-personal-payment-inn table tbody td {
        font-size: 14px;
        text-align: center;
        padding: 30px 12px;
        border-bottom: 1px solid #EBEBEB; }
        .register-content .mypage-personal-payment-inn table tbody td .unpaid {
          font-weight: bold;
          color: #11A69C; }
        .register-content .mypage-personal-payment-inn table tbody td a:hover {
          text-decoration: underline; }
.register-content .mypage-personal-card {
  padding: 30px 25px 55px;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  margin: 30px 0; }
  @media screen and (max-width: 420px) {
    .register-content .mypage-personal-card {
      padding: 30px 15px 55px; } }
  @media screen and (max-width: 420px) {
    .register-content .mypage-personal-card {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; } }
  .register-content .mypage-personal-card h3 {
    font-size: 16px;
    font-weight: bold; }
  .register-content .mypage-personal-card-txt p span {
    display: block;
    font-size: 14px;
    margin-top: 10px; }
  .register-content .mypage-personal-card-txt .more-btn02 {
    max-width: 100px;
    margin: 30px 0 0;
    text-align: left; }
    .register-content .mypage-personal-card-txt .more-btn02 a {
      border-radius: 10px; }
      @media screen and (max-width: 1024px) {
        .register-content .mypage-personal-card-txt .more-btn02 a {
          padding: 8px; } }
      .register-content .mypage-personal-card-txt .more-btn02 a:after {
        content: none; }
  .register-content .mypage-personal-card.mypage-personal-cardEdit input {
    display: block;
    width: 100%;
    margin: 20px 0;
    border-radius: 10px;
    padding: 12px 22px;
    border: 2px solid #F6F7F9;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px; }
    @media screen and (max-width: 1024px) {
      .register-content .mypage-personal-card.mypage-personal-cardEdit input {
        font-size: 16px; } }
    .register-content .mypage-personal-card.mypage-personal-cardEdit input:focus {
      outline: none; }
  .register-content .mypage-personal-card.mypage-personal-cardEdit .select-area {
    display: inline-block;
    position: relative;
    width: 48%; }
    .register-content .mypage-personal-card.mypage-personal-cardEdit .select-area select {
      display: inline-block;
      width: 100%;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border-radius: 10px;
      padding: 13.5px 22px;
      border: 2px solid #F6F7F9;
      box-sizing: border-box; }
      .register-content .mypage-personal-card.mypage-personal-cardEdit .select-area select:focus {
        outline: none; }
    .register-content .mypage-personal-card.mypage-personal-cardEdit .select-area:after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0;
      border-top: solid 1px #000;
      border-right: solid 1px #000;
      -ms-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -6px; }
  .register-content .mypage-personal-card.mypage-personal-cardEdit .submit-area-btn {
    text-align: left; }
    .register-content .mypage-personal-card.mypage-personal-cardEdit .submit-area-btn button {
      width: 100px;
      margin: 0;
      border-radius: 10px; }
  .register-content .mypage-personal-card.mypage-personal-cardEdit .addcard-date {
    justify-content: space-between; }
  .register-content .mypage-personal-card.mypage-personal-cardEdit .oldCard-edit {
    width: 310px;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid #EBEBEB; }
    @media screen and (max-width: 1024px) {
      .register-content .mypage-personal-card.mypage-personal-cardEdit .oldCard-edit {
        width: 100%;
        padding-right: 0px;
        margin-right: 0px;
        border-right: unset;
        padding-bottom: 50px;
        border-bottom: 1px solid #EBEBEB; } }
    .register-content .mypage-personal-card.mypage-personal-cardEdit .oldCard-edit dl {
      align-items: center; }
      .register-content .mypage-personal-card.mypage-personal-cardEdit .oldCard-edit dl dt {
        font-size: 14px;
        background: #F6F7F9;
        padding: 12px 15px;
        width: 150px;
        margin: 5px 21px 5px 0;
        text-align: center;
        border-radius: 10px;
        color: #333333; }
        @media screen and (max-width: 1024px) {
          .register-content .mypage-personal-card.mypage-personal-cardEdit .oldCard-edit dl dt {
            width: 100%;
            margin: 5px 0; } }
      .register-content .mypage-personal-card.mypage-personal-cardEdit .oldCard-edit dl dd {
        width: calc(100% - 171px);
        box-sizing: border-box;
        font-size: 14px;
        margin: 5px 0;
        letter-spacing: 0; }
        @media screen and (max-width: 1024px) {
          .register-content .mypage-personal-card.mypage-personal-cardEdit .oldCard-edit dl dd {
            width: 100%;
            padding: 12px 15px; } }
  .register-content .mypage-personal-card.mypage-personal-cardEdit .newcard-add {
    width: 210px; }
    @media screen and (max-width: 1024px) {
      .register-content .mypage-personal-card.mypage-personal-cardEdit .newcard-add {
        width: 100%; } }
    @media screen and (max-width: 1024px) {
      .register-content .mypage-personal-card.mypage-personal-cardEdit .newcard-add .mypage-personal-card-ttl {
        margin-top: 30px; } }
.register-content .mypage-personal-points {
  padding: 30px 35px 55px;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  margin: 30px 0; }
  @media screen and (max-width: 1024px) {
    .register-content .mypage-personal-points {
      background: none;
      border-radius: 0;
      box-sizing: border-box;
      margin-top: 30px;
      padding: 0; } }
  .register-content .mypage-personal-points h3 {
    font-size: 18px;
    font-weight: bold; }
  .register-content .mypage-personal-points h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 32px 15px; }
    .register-content .mypage-personal-points h4 span {
      font-size: 26px;
      color: #11A69C;
      font-family: "Helvetica Neue"; }
  .register-content .mypage-personal-points table {
    width: 100%; }
    .register-content .mypage-personal-points table thead {
      background: #F6F7F9; }
      .register-content .mypage-personal-points table thead th {
        font-size: 14px;
        text-align: center;
        padding: 12px; }
        .register-content .mypage-personal-points table thead th:first-child {
          overflow: hidden;
          border-top-left-radius: 15px;
          border-bottom-left-radius: 15px; }
        .register-content .mypage-personal-points table thead th:last-child {
          overflow: hidden;
          border-top-right-radius: 15px;
          border-bottom-right-radius: 15px; }
    .register-content .mypage-personal-points table tbody td {
      font-size: 14px;
      text-align: center;
      padding: 30px 12px;
      border-bottom: 1px solid #EBEBEB; }
      .register-content .mypage-personal-points table tbody td .unpaid {
        font-weight: bold;
        color: #11A69C; }
      .register-content .mypage-personal-points table tbody td a:hover {
        text-decoration: underline; }
  .register-content .mypage-personal-points .display-flex {
    justify-content: space-between; }
    @media (max-width: 750px) {
      .register-content .mypage-personal-points .display-flex {
        display: block; } }
  .register-content .mypage-personal-points dl {
    width: 49%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 30px;
    margin: 0 0 2%;
    align-items: center; }
    @media (max-width: 750px) {
      .register-content .mypage-personal-points dl {
        margin: 20px 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; } }
  @media screen and (max-width: 750px) and (max-width: 420px) {
    .register-content .mypage-personal-points dl {
      width: 100%; } }

    .register-content .mypage-personal-points dl dt {
      width: 50%;
      margin: 5px 0;
      font-size: 14px;
      text-align: center;
      padding: 12px 0;
      background: #F6F7F9;
      border-radius: 15px;
      overflow: hidden; }
      @media screen and (max-width: 420px) {
        .register-content .mypage-personal-points dl dt {
          border-radius: 8px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px; } }
      @media screen and (max-width: 420px) {
        .register-content .mypage-personal-points dl dt {
          width: 100%; } }
    .register-content .mypage-personal-points dl dd {
      width: 50%;
      margin: 5px 0;
      font-size: 14px;
      text-align: center;
      padding: 12px 0;
      overflow: hidden; }
      @media screen and (max-width: 420px) {
        .register-content .mypage-personal-points dl dd {
          width: 100%; } }

.modal-finished.modal-finished-profile .finished-dialog-box .more-btn a:hover #refresh_path {
  transition: 0.5s;
  fill: #fff; }
.modal-finished.modal-finished-profile .finished-dialog-box .more-btn a svg {
  max-width: 18px;
  margin-bottom: -4px; }

.modal-logout {
  position: relative;
  height: calc(100vh - 125.92px);
  overflow: hidden; }
  .modal-logout:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    z-index: 998; }
  .modal-logout .logout-dialog-box {
    position: absolute;
    top: 118px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    z-index: 999;
    overflow: hidden;
    border-radius: 30px;
    max-width: 500px;
    width: 90%;
    margin: auto;
    padding: 47px 60px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .modal-logout .logout-dialog-box {
        padding: 30px 10px 35px; } }
    .modal-logout .logout-dialog-box p {
      font-size: 14px;
      line-height: 1.5;
      margin: 30px 0; }
      @media screen and (max-width: 1024px) {
        .modal-logout .logout-dialog-box p {
          margin: 20px 0; } }
    .modal-logout .logout-dialog-box .more-fl {
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .modal-logout .logout-dialog-box .more-fl {
          flex-direction: column; } }
      .modal-logout .logout-dialog-box .more-fl .more-btn {
        width: 48%; }
        @media screen and (max-width: 1024px) {
          .modal-logout .logout-dialog-box .more-fl .more-btn {
            width: 100%;
            max-width: 180px;
            margin: auto; } }
        @media screen and (max-width: 1024px) {
          .modal-logout .logout-dialog-box .more-fl .more-btn:last-child {
            margin-top: 20px; } }
        .modal-logout .logout-dialog-box .more-fl .more-btn a {
          border-radius: 10px;
          letter-spacing: 0.12rem; }
          .modal-logout .logout-dialog-box .more-fl .more-btn a:after {
            content: none; }
      .modal-logout .logout-dialog-box .more-fl.more-nfl .more-btn {
        margin: auto; }

.mypage-plan .register-content .register-infornation form .register-container-inn dl dd p {
  width: 200px;
  border-radius: 10px;
  padding: 10px 15px;
  border: 2px solid #F6F7F9; }
.mypage-plan .register-content .register-infornation form .submit-area-btn {
  text-align: left; }
  .mypage-plan .register-content .register-infornation form .submit-area-btn button {
    background: #11A69C;
    color: #fff;
    border-radius: 12px;
    width: 150px; }
    .mypage-plan .register-content .register-infornation form .submit-area-btn button:hover {
      background: #fff;
      color: #11A69C; }
.mypage-plan.mypage-plan-change .mypage-plan {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  margin: 30px 0; }
  @media screen and (max-width: 1024px) {
    .mypage-plan.mypage-plan-change .mypage-plan {
      border-radius: 10px; } }
  .mypage-plan.mypage-plan-change .mypage-plan h2 {
    font-size: 16px;
    padding: 24px 25px;
    text-align: left;
    background: #11a69c;
    color: #fff;
    font-weight: 600; }
    @media screen and (max-width: 1024px) {
      .mypage-plan.mypage-plan-change .mypage-plan h2 {
        padding: 15px; } }
  .mypage-plan.mypage-plan-change .mypage-plan-inn {
    margin: 25px;
    padding-bottom: 24px;
    border-bottom: 1px solid #707070; }
    @media screen and (max-width: 1024px) {
      .mypage-plan.mypage-plan-change .mypage-plan-inn {
        margin: 15px; } }
    .mypage-plan.mypage-plan-change .mypage-plan-inn p {
      font-size: 14px;
      font-weight: 600; }
      .mypage-plan.mypage-plan-change .mypage-plan-inn p .entry-fee {
        margin-right: 20px; }
      .mypage-plan.mypage-plan-change .mypage-plan-inn p strong {
        font-size: 26px;
        color: #008C8D; }
      .mypage-plan.mypage-plan-change .mypage-plan-inn p small {
        font-size: 12px; }
    .mypage-plan.mypage-plan-change .mypage-plan-inn h3 {
      font-size: 12px;
      font-weight: 600;
      margin-top: 25px; }
    .mypage-plan.mypage-plan-change .mypage-plan-inn ul {
      justify-content: space-between;
      max-width: 420px; }
      @media screen and (max-width: 1024px) {
        .mypage-plan.mypage-plan-change .mypage-plan-inn ul {
          flex-direction: column;
          max-width: unset;
          width: 100%; } }
      .mypage-plan.mypage-plan-change .mypage-plan-inn ul li {
        width: 44%;
        font-size: 12px;
        margin: 10px 0 0; }
        @media screen and (max-width: 1024px) {
          .mypage-plan.mypage-plan-change .mypage-plan-inn ul li {
            width: 100%; } }
        .mypage-plan.mypage-plan-change .mypage-plan-inn ul li:nth-child(2n) {
          width: 49%; }
          @media screen and (max-width: 1024px) {
            .mypage-plan.mypage-plan-change .mypage-plan-inn ul li:nth-child(2n) {
              width: 100%; } }
  .mypage-plan.mypage-plan-change .mypage-plan .submit-area {
    justify-content: space-between;
    margin: 21px 20px 31px;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .mypage-plan.mypage-plan-change .mypage-plan .submit-area {
        flex-direction: column;
        align-items: flex-start;
        margin: 15px 15px 20px; } }
    .mypage-plan.mypage-plan-change .mypage-plan .submit-area input {
      position: relative;
      top: 2px;
      width: 15px;
      height: 15px; }
    .mypage-plan.mypage-plan-change .mypage-plan .submit-area label {
      font-size: 14px;
      padding-left: 8px; }
    .mypage-plan.mypage-plan-change .mypage-plan .submit-area a {
      text-decoration: underline; }
    .mypage-plan.mypage-plan-change .mypage-plan .submit-area .check-required {
      top: -5px;
      right: -5px;
      position: relative;
      color: #f00;
      font-size: 10px; }
  .mypage-plan.mypage-plan-change .mypage-plan .submit-area-btn {
    text-align: left; }
    @media screen and (max-width: 1024px) {
      .mypage-plan.mypage-plan-change .mypage-plan .submit-area-btn {
        margin: 30px auto 0px; } }
    .mypage-plan.mypage-plan-change .mypage-plan .submit-area-btn button {
      margin: 0;
      width: 150px;
      border-radius: 10px; }

.director-g-content .director-g-wrap {
  margin: 20px 0 30px;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 50px 40px 60px; }
  @media screen and (max-width: 1024px) {
    .director-g-content .director-g-wrap {
      padding: 30px 15px 40px;
      border-radius: 10px; } }
  .director-g-content .director-g-wrap-thumbnail {
    max-width: 500px;
    width: 90%;
    margin: 0 auto 50px; }
    .director-g-content .director-g-wrap-thumbnail iframe {
      width: 100%;
      margin: 0; }
    @media screen and (max-width: 1024px) {
      .director-g-content .director-g-wrap-thumbnail {
        width: 100%;
        max-width: unset; } }
  .director-g-content .director-g-wrap-text h2 {
    font-size: 20px;
    font-weight: 600; }
    @media screen and (max-width: 1024px) {
      .director-g-content .director-g-wrap-text h2 {
        font-size: 19px; } }
  .director-g-content .director-g-wrap-text p {
    font-size: 14px;
    margin: 30px 0 20px;
    line-height: 1.8; }
    @media screen and (max-width: 1024px) {
      .director-g-content .director-g-wrap-text p {
        margin: 20px 0 20px; } }
  .director-g-content .director-g-wrap-ceo {
    max-width: 434px;
    margin: auto 0 auto auto;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .director-g-content .director-g-wrap-ceo {
        max-width: 310px;
        flex-direction: column-reverse;
        margin: 30px 0 0px auto; } }
    .director-g-content .director-g-wrap-ceo-info {
      width: calc(100% - 160px); }
      @media screen and (max-width: 1024px) {
        .director-g-content .director-g-wrap-ceo-info {
          width: 90%;
          margin-top: 30px; } }
      .director-g-content .director-g-wrap-ceo-info h3 {
        font-size: 14px;
        letter-spacing: 0; }
      .director-g-content .director-g-wrap-ceo-info h4 {
        text-align: right;
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px; }
    .director-g-content .director-g-wrap-ceo-img {
      width: 130px;
      margin-left: 30px; }
      @media screen and (max-width: 1024px) {
        .director-g-content .director-g-wrap-ceo-img {
          margin: auto; } }

.pp-content .pp-wrap {
  margin: 20px 0 30px;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 40px 50px; }
  @media screen and (max-width: 1024px) {
    .pp-content .pp-wrap {
      padding: 30px 15px 30px;
      margin-top: 7px;
      margin-bottom: 0px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; } }
  .pp-content .pp-wrap-text h2 {
    font-size: 20px;
    font-weight: 600; }
    @media screen and (max-width: 1024px) {
      .pp-content .pp-wrap-text h2 {
        font-size: 18px;
        margin-top: 30px; } }
  @media screen and (max-width: 1024px) {
    .pp-content .pp-wrap-text h2.no-mt {
      margin-top: 0px; } }
  .pp-content .pp-wrap-text p {
    font-size: 14px;
    margin: 20px 0 50px;
    line-height: 2.2; }
    @media screen and (max-width: 1024px) {
      .pp-content .pp-wrap-text p {
        margin: 20px 0 35px;
        line-height: 2.2; } }
    .pp-content .pp-wrap-text p.float-right {
      text-align: right;
      margin: 0 0 15px; }
      .pp-content .pp-wrap-text p.float-right.float-right-last {
        margin-top: -20px; }
    .pp-content .pp-wrap-text p.no-margin {
      margin: 20px 0; }
  @media screen and (max-width: 1024px) {
    .pp-content .pp-wrap-text p.mt-0 {
      margin-top: 0px; } }
  @media screen and (max-width: 1024px) {
    .pp-content .pp-wrap-text p.pp-date {
      margin: 0px; } }
  .pp-content .pp-wrap-text ol {
    margin: 15px 0 40px 40px;
    list-style-type: decimal; }
    @media screen and (max-width: 1024px) {
      .pp-content .pp-wrap-text ol {
        margin: 20px 0 35px 18px; } }
    .pp-content .pp-wrap-text ol li {
      font-size: 14px;
      line-height: 2.2; }
      @media screen and (max-width: 1024px) {
        .pp-content .pp-wrap-text ol li {
          margin-bottom: 20px; } }
  .pp-content .pp-wrap-text ul {
    margin-left: 20px; }
    @media screen and (max-width: 1024px) {
      .pp-content .pp-wrap-text ul li {
        margin-top: 22px;
        line-height: 2.2; } }
    @media screen and (max-width: 1024px) {
      .pp-content .pp-wrap-text ul li:first-child {
        margin-top: 44px; } }
    @media screen and (max-width: 1024px) {
      .pp-content .pp-wrap-text ul {
        margin-left: 0px; } }
  .pp-content .pp-wrap.pp-wrap-c {
    padding: 30px 35px 50px; }
    @media screen and (max-width: 1024px) {
      .pp-content .pp-wrap.pp-wrap-c {
        padding: 20px 15px 20px; } }
    .pp-content .pp-wrap.pp-wrap-c .pp-wrap-text .no-margin {
      margin-bottom: 0; }
    .pp-content .pp-wrap.pp-wrap-c .pp-wrap-text p {
      margin: 20px 0;
      line-height: 2.2; }
      @media screen and (max-width: 1024px) {
        .pp-content .pp-wrap.pp-wrap-c .pp-wrap-text p {
          margin-top: 15px;
          margin-bottom: 20px; } }
    .pp-content .pp-wrap.pp-wrap-c .pp-wrap-text ol {
      margin: 15px 0 15px 40px; }

.register-content .register-infornation .account-withdral .mypage-withdral {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 45px 30px 50px;
  margin: 20px 0 30px; }
  @media screen and (max-width: 1024px) {
    .register-content .register-infornation .account-withdral .mypage-withdral {
      margin-top: 7px;
      margin-bottom: 0px;
      padding: 20px 15px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; } }
  .register-content .register-infornation .account-withdral .mypage-withdral-content-txt {
    margin: 36px 0 60px; }
    @media screen and (max-width: 1024px) {
      .register-content .register-infornation .account-withdral .mypage-withdral-content-txt {
        margin: 15px 0; } }
    .register-content .register-infornation .account-withdral .mypage-withdral-content-txt p {
      font-size: 16px;
      line-height: 2.2;
      letter-spacing: 0.01rem; }
      @media screen and (max-width: 1024px) {
        .register-content .register-infornation .account-withdral .mypage-withdral-content-txt p {
          font-size: 14px;
          line-height: 1.8; } }
  .register-content .register-infornation .account-withdral .mypage-withdral-content-link {
    max-width: 460px;
    width: 90%;
    margin: auto;
    justify-content: space-between; }
    .register-content .register-infornation .account-withdral .mypage-withdral-content-link .more-btn {
      margin: 15px auto; }
      @media screen and (max-width: 420px) {
        .register-content .register-infornation .account-withdral .mypage-withdral-content-link .more-btn {
          width: 100%;
          margin: 10px auto; } }
    .register-content .register-infornation .account-withdral .mypage-withdral-content-link a {
      width: 200px;
      border-radius: 45px;
      font-size: 14px; }
      @media screen and (max-width: 1024px) {
        .register-content .register-infornation .account-withdral .mypage-withdral-content-link a {
          width: 180px; } }
      .register-content .register-infornation .account-withdral .mypage-withdral-content-link a:after {
        content: none; }
.register-content .register-infornation .account-withdral.free-account-withdral .mypage-withdral {
  text-align: center; }
  @media screen and (max-width: 420px) {
    .register-content .register-infornation .account-withdral.free-account-withdral .mypage-withdral {
      text-align: left; } }
  .register-content .register-infornation .account-withdral.free-account-withdral .mypage-withdral-content-txt {
    margin: 20px 0 30px; }
    @media screen and (max-width: 1024px) {
      .register-content .register-infornation .account-withdral.free-account-withdral .mypage-withdral-content-txt {
        margin: 15px 0; } }


