@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.5;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #166785;
}
a:active {
  color: #272727;
}
a:visited {
  color: #4D5DCA;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  position: relative;
  color: #505050;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
}

pre {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 15px;
  background-color: #000;
  border-radius: 10px;
  color: #0fe;
  white-space: pre-wrap;
  line-height: 1.5;
}
pre.htmlcode {
  color: #0d7;
}

.appearance {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 100px 10px;
  border: 1px solid #666;
  border-radius: 10px;
}

.partsUnit {
  margin: 0 0 100px;
}

p {
  margin: 0 0 10px;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 10px;
}
#pagetop a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url(../img/icon_arrow_up.png) no-repeat center;
  background-size: 32px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px  !important;
}

.ma {
  margin: 0 auto !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px  !important;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sp_menu {
    display: none;
  }

  body {
    width: 100%;
    background-color: #ffffff;
  }
  body#second header {
    margin-bottom: 100px;
  }

  header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 213px;
    background-color: #fff;
    z-index: 10;
    text-align: center;
  }
  header .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  header .inner.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 105px;
  }
  header .inner.down {
    display: flex;
    max-width: 100%;
    height: 108px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  header #logo {
    display: flex;
    align-items: center;
    float: left;
    width: 78px;
    height: 105px;
    margin-right: 6%;
  }
  header #logo a {
    display: block;
    width: 78px;
    height: 73px;
    background: url(../img/logo.png) no-repeat left center;
    background-size: 78px 73px;
  }
  header #logo a span {
    display: none;
  }
  header #upper_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 105px);
    height: 105px;
  }
  header #upper_menu ul {
    display: flex;
    justify-content: space-between;
    width: 366px;
  }
  header #upper_menu ul li {
    box-sizing: border-box;
    padding: 0 15px 0 16px;
    border-left: 1px solid #4f4f4f;
    line-height: 1;
  }
  header #upper_menu ul li i {
    margin-right: 3px;
  }
  header #upper_menu ul li:first-child {
    padding-left: 0;
    border-left: none;
  }
  header #upper_menu ul li:last-child {
    padding-right: 0;
  }
  header #upper_menu ul li a {
    color: #4f4f4f;
    text-decoration: none;
    font-weight: bold;
  }
  header #upper_menu ul li a:hover {
    text-decoration: underline;
  }
  header #upper_menu ul li.disabled a {
    pointer-events: none;
    opacity: .3;
  }
  header #upper_menu ul#language {
    width: 163px;
  }
  header #upper_menu ul#language li a {
    color: #dedede;
  }
  header #upper_menu ul#language li.on a, header #upper_menu ul#language li a:hover {
    color: #166785;
  }
  @keyframes shiny {
    0% {
      left: -20%;
    }
    10% {
      left: 120%;
    }
    100% {
      left: 120%;
    }
  }
  header #upper_menu #member {
    position: relative;
    display: block;
    overflow: hidden;
    width: 180px;
    height: 54px;
    background: #a601fe;
    background: -webkit-linear-gradient(to right, #ff0198, #a601fe);
    background: linear-gradient(to right, #ff0198, #a601fe);
    color: #fff;
    border-radius: 27px;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 19px;
    line-height: 54px;
  }
  header #upper_menu #member i {
    margin-right: 5px;
  }
  header #upper_menu #member:hover {
    top: 3px;
    box-shadow: 0px 0px 0px transparent;
  }
  header #upper_menu #member:hover::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  header .down nav {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  header .down nav ul {
    display: flex;
    justify-content: space-between;
  }
  header .down nav ul.sp_menu_contents {
    display: none;
  }
  header .down nav ul li {
    width: calc(100% / 7);
    border-right: 1px solid #fff;
    font-size: 18px;
  }
  header .down nav ul li:first-child {
    border-left: 1px solid #fff;
  }
  header .down nav ul li.on a, header .down nav ul li:hover a {
    border-bottom: 6px solid #f6ff00;
  }
  header .down nav ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 108px;
    padding-top: 26px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  header .down nav ul li a span {
    font-size: 18px;
  }
  header .down nav ul li.about a {
    background: url(../img/icn_about.png) no-repeat center 69px;
    background-size: 23px;
  }
  header .down nav ul li.japan a {
    background: url(../img/icn_japan.png) no-repeat center 69px;
    background-size: 25px 23px;
  }
  header .down nav ul li.world a {
    background: url(../img/icn_world.png) no-repeat center 69px;
    background-size: 23px;
  }
  header .down nav ul li.meeting a {
    background: url(../img/icn_meeting.png) no-repeat center 69px;
    background-size: 23px;
    padding-top: 15px;
  }
  header .down nav ul li.seminar a {
    background: url(../img/icn_seminar.png) no-repeat center 69px;
    background-size: 23px;
    padding-top: 15px;
  }
  header .down nav ul li.feature a {
    background: url(../img/icn_feature.png) no-repeat center 69px;
    background-size: 26px 24px;
  }
  header .down nav ul li.salon a {
    background: url(../img/icn_salon.png) no-repeat center 69px;
    background-size: 25px 23px;
    padding-top: 15px;
  }
  header .down nav ul li.disabled {
    overflow: hidden;
    position: relative;
  }
  header .down nav ul li.disabled:before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "COMING SOON";
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    font-family: Lato;
    letter-spacing: 1px;
    transition: .2s;
  }
  header .down nav ul li.disabled a {
    pointer-events: none;
    opacity: .3;
    transition: .2s;
  }
  header .down nav ul li.disabled:hover a {
    border-bottom: none;
  }
  header .down nav #logout_sp, header .down nav #registration_sp {
    display: none;
  }
  header .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 15px 20px;
    transition: .3s;
    transform: translateY(-100%);
  }
  header .is-show {
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  header .is-show ul {
    max-width: 1000px;
    margin: 0 auto;
  }

  #container {
    overflow: hidden;
    width: 100%;
    margin: 213px auto 0;
  }

  #contents {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
  #contents section {
    max-width: 1000px;
    margin: 0 auto;
  }

  .left_box_unit {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1000px;
  }
  .left_box_unit .left_img {
    width: 46%;
    max-width: 500px;
    margin: 0 40px 0 0;
  }
  .left_box_unit .left_img img {
    width: 100%;
    height: auto;
  }
  .left_box_unit .right_txt {
    width: 54%;
  }
  .left_box_unit .right_txt h4 {
    margin: 0 0 20px;
    text-align: left;
    line-height: 1.4;
  }

  .right_box_unit {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1000px;
  }
  .right_box_unit .right_img {
    width: 46%;
    max-width: 500px;
    margin: 0 0 0 40px;
  }
  .right_box_unit .right_img img {
    width: 100%;
    height: auto;
  }
  .right_box_unit .left_txt {
    width: 54%;
  }
  .right_box_unit .left_txt h4 {
    margin: 0 0 20px;
    text-align: left;
  }

  .flex_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .flex_box .flex_left {
    width: 48%;
    max-width: 560px;
  }
  .flex_box .flex_right {
    width: 48%;
    max-width: 560px;
  }

  .news_release {
    display: flex;
    flex-wrap: wrap;
  }
  .news_release dt {
    width: 6em;
  }
  .news_release dd {
    width: calc(100% - 6em);
  }

  .three_column_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .three_column_wrap .three_unit {
    width: calc(33.3% - 10px);
  }

  .path {
    margin-bottom: 30px;
  }
  .path li {
    display: inline-block;
    padding-left: 0;
    font-size: 14px;
  }
  .path li a {
    color: #505050;
  }
  .path li:before {
    position: relative;
    top: 50%;
    padding-left: 2px;
    background-color: transparent;
  }
  .path li:first-child:before {
    display: inline-block;
    content: "\f015";
    width: 1.5em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .path li + li:before {
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }

  .section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px solid #f5f5f5;
  }
  .section a {
    color: #6bbb87;
    text-decoration: underline;
  }
  .section a:hover {
    text-decoration: none;
  }

  .coming_soon {
    width: 300px;
    margin: 0 auto;
    padding: 30px;
    color: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    text-align: center;
  }
  .coming_soon.white {
    color: #fff;
    -webkit-text-fill-color: white;
  }

  section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /* -----------------------------------
    #side_area
    ----------------------------------- */
    /* -----------------------------------
    TITLE
    ----------------------------------- */
    /* -----------------------------------
    list
    ----------------------------------- */
    /* -----------------------------------
    table
    ----------------------------------- */
    /* -----------------------------------
    .link button
    ----------------------------------- */
    /* -----------------------------------
    .pager
    ----------------------------------- */
  }
  section:after {
    content: "";
    display: block;
    clear: both;
  }
  section #side_area {
    float: left;
    width: 250px;
  }
  section #side_area .ttl {
    box-sizing: border-box;
    height: 59px;
    padding-left: 18px;
    color: #fff;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    font-size: 20px;
    font-weight: bold;
    line-height: 59px;
  }
  section #side_area ul li {
    min-height: 47px;
    padding-left: 0;
    color: #505050;
    border-bottom: 1px solid #dedede;
    background-color: #f5f5f5;
    text-decoration: none;
    line-height: 47px;
    font-size: 18px;
  }
  section #side_area ul li:before {
    display: none;
  }
  section #side_area ul li .item {
    display: block;
    padding-left: 20px;
    text-decoration: none;
    font-weight: bold;
  }
  section #side_area ul li .item:hover {
    color: #316583;
    padding-left: 14px;
    border-left: 6px solid #f6ff00;
  }
  section #side_area ul li .item:before {
    position: relative;
    top: 0;
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    color: #316583;
    background-color: transparent;
    font-family: 'Font Awesome 5 Free';
  }
  section #side_area ul .acd_menu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.2s;
  }
  section #side_area ul .acd_menu a:before {
    content: "\f107";
  }
  section #side_area ul .acd_menu.on {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 10000px;
  }
  section #side_area ul .acd_menu.on a:before {
    content: "\f106";
  }
  section #side_area ul .acd_menu.on .acd_menu a:before {
    content: "\f107";
    font-weight: bold;
  }
  section #side_area ul .acd_menu.on .acd_menu.on a:before {
    content: "\f106";
  }
  section #side_area .search_area {
    width: 230px;
    margin: 0 auto 7px;
    background-color: #fff;
  }
  section #side_area .search_area form {
    padding-bottom: 1px;
  }
  section #side_area .search_area form .label {
    padding-left: 14px;
    color: #316583;
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: bold;
  }
  section #side_area .search_area form .label input[type="radio"] {
    margin-right: 5px;
  }
  section #side_area .search_area .btn_area {
    padding: 7px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  section #side_area .search_area .btn_area button {
    box-sizing: border-box;
    position: relative;
    display: block;
    min-width: 216px;
    height: 42px;
    margin: 0 auto;
    background-color: #f6ff00;
    border: none;
    color: #505050;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-shadow: none;
    cursor: pointer;
  }
  section #side_area .search_area .btn_area button:before {
    position: absolute;
    left: 16px;
    display: inline-block;
    content: "\f002";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section #side_area .search_area .btn_area button:hover {
    top: 0;
    box-shadow: 0px;
  }
  section #side_area .search_area ul {
    margin: 7px;
  }
  section #side_area .search_area ul li {
    font-size: 16px;
    border-top: 1px solid #dedede;
    border-bottom: none;
  }
  section #side_area .search_area ul li:first-child {
    border-top: none;
  }
  section #side_area .search_area ul li ul {
    border-top: 1px solid #dedede;
    margin: 0;
  }
  section #side_area .search_area ul li ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
  }
  section #side_area .search_area ul li ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 47px;
    padding-left: 38px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: normal;
  }
  section #side_area .search_area ul li ul li a:hover {
    padding-left: 32px;
  }
  section #side_area .search_area ul li ul li a:before {
    display: none;
  }
  section #side_area .search_area ul li ul li.acd_menu {
    display: block;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.2s;
  }
  section #side_area .search_area ul li ul li.acd_menu a {
    display: flex;
    align-items: center;
    height: 47px;
  }
  section #side_area .search_area ul li ul li.acd_menu a:before {
    position: relative;
    top: 0;
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "\f107" !important;
    transform: translateY(-10%);
  }
  section #side_area .search_area ul li ul li.acd_menu ul li {
    display: flex;
    font-size: 14px;
    line-height: 1.2;
  }
  section #side_area .search_area ul li ul li.acd_menu ul li a {
    height: 100%;
    padding-left: 54px;
  }
  section #side_area .search_area ul li ul li.acd_menu ul li a:hover {
    padding-left: 48px;
  }
  section #side_area .search_area ul li ul li.acd_menu ul li a:before {
    display: none;
  }
  section #side_area .search_area ul li ul li.acd_menu.on {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 2000px;
  }
  section #side_area .search_area ul li ul li.acd_menu.on a:before {
    content: "\f106" !important;
  }
  section #main_area {
    margin-left: 290px;
  }
  section h2, section h3, section h4, section h5 {
    margin-bottom: 30px;
  }
  section h2 {
    font-size: 32px;
  }
  section h2 span {
    font-weight: bold;
    display: block;
    font-size: 14px;
    font-weight: normal;
  }
  section h2:before {
    display: block;
    content: "";
    width: 42px;
    height: 4px;
    margin-bottom: 10px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  section h3 {
    padding-left: 10px;
    font-size: 26px;
    border-left: 6px solid #6abc86;
    line-height: 1.2;
  }
  section h4 {
    font-size: 22px;
  }
  section h4:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  section h5 {
    font-size: 20px;
  }
  section .sample_txt {
    color: #aaaaaa;
    font-size: 9px;
  }
  section ul li {
    position: relative;
    padding-left: 20px;
  }
  section ul li:before {
    position: absolute;
    display: block;
    top: 0.75em;
    left: 0;
    margin-top: -1px;
    content: "";
    width: 10px;
    height: 2px;
    margin-bottom: 10px;
    background: #6abc86;
  }
  section ol {
    list-style: none;
    counter-reset: ol_li;
  }
  section ol li {
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
  section ol li:before {
    margin-right: .25em;
    counter-increment: ol_li;
    content: counter(ol_li) ". ";
    color: #6abc86;
  }
  section ol li ol li:before {
    margin-right: .25em;
    counter-increment: ol_li;
    content: "(" counter(ol_li) ")" ". ";
    color: #6abc86;
  }
  section ol li ol li ol li {
    counter-increment: count-ex03;
  }
  section ol li ol li ol li:before {
    margin-right: .25em;
    list-style-type: lower-roman;
    content: "(" counter(count-ex03,lower-roman) ")" ". ";
    color: #6abc86;
  }
  section table {
    width: 100%;
    border: 1px solid #fff;
  }
  section table tr {
    border: 1px solid #fff;
  }
  section table tr:hover td {
    background-color: #ccc;
  }
  section table tr th {
    padding: 12px 18px;
    border: 1px solid #fff;
    color: #fff;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    border: 1px solid #fff;
    text-align: left;
  }
  section table tr td {
    padding: 12px 18px;
    background-color: #f5f5f5;
    border: 1px solid #fff;
  }
  section table tr td span {
    font-weight: bold;
  }
  section table thead > tr > th, section table thead > tr > td, section table tbody > tr > th, section table tbody > tr > td {
    border: 1px solid #fff;
  }
  section table.long_gradient {
    overflow: hidden;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  section table.long_gradient th {
    background: transparent;
  }
  section a.txtlink {
    color: #6bbb87;
  }
  section a.txtlink:before {
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section a.txtlink:hover {
    text-decoration: none;
  }
  section a.txtlink:visited {
    color: #4D5DCA;
  }
  section .btn_link {
    position: relative;
    display: block;
    min-width: 223px;
    height: 58px;
    margin: 0 auto;
    padding: 0 54px;
    line-height: 46px;
    background-color: #f6ff00;
    color: #505050;
    text-align: center;
    line-height: 58px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
  }
  section .btn_link:before {
    position: absolute;
    left: 23px;
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section .btn_link:hover {
    top: 3px;
    box-shadow: 0px 0px 0px transparent;
  }
  section .btn_link.btn_edit:before {
    content: "\f044";
  }
  section .btn_link.btn_search:before {
    content: "\f002";
  }
  section .btn_link.btn_registration:before {
    content: "\f5ad";
  }
  section button.submit {
    position: relative;
    display: inline-block;
    min-width: 223px;
    height: 58px;
    margin: 0;
    padding: 0 54px;
    color: #505050;
    background-color: #f6ff00;
    border: none;
    line-height: 58px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
  }
  section button.submit:hover {
    top: 3px;
    box-shadow: 0px 0px 0px transparent;
  }
  section input[type=text] {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
  }
  section input[type="submit"], section button[type="submit"] {
    position: relative;
  }
  section input[type="submit"]:before, section button[type="submit"]:before {
    position: absolute;
    left: 23px;
    display: inline-block;
    content: "\f1d8";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section input[type=radio] {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
  }
  section input[type=radio]:before {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: -1px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  section input[type=radio]:after {
    background: #6bbc87;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 2px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
  }
  section input[type=radio]:checked:after {
    opacity: 1;
  }
  section button[type="reset"] {
    position: relative;
    display: inline-block;
    width: 33%;
    max-width: 223px;
    min-width: 150px;
    height: 58px;
    margin: 0;
    color: #505050;
    background-color: #d7d7d7;
    border: none;
    line-height: 58px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
  }
  section button[type="reset"]:hover {
    top: 3px;
    box-shadow: 0px 0px 0px transparent;
  }
  section .btn_prev, section .btn_next {
    position: relative;
    display: block;
    width: 254px;
    height: 58px;
    line-height: 46px;
    background-color: #f6ff00;
    color: #505050;
    text-align: center;
    line-height: 58px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
  }
  section .btn_prev:hover, section .btn_next:hover {
    top: 3px;
    box-shadow: 0px 0px 0px transparent;
  }
  section .btn_prev:before {
    position: absolute;
    left: 23px;
    display: inline-block;
    content: "\f104";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section .btn_next:after {
    position: absolute;
    right: 23px;
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section .pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-family: 'Font Awesome 5 Free';
  }
  section .pager .prev_area {
    display: flex;
    justify-content: space-between;
  }
  section .pager .prev_area a + a {
    margin-left: 10px;
  }
  section .pager .next_area {
    display: flex;
    justify-content: space-between;
  }
  section .pager .next_area a + a {
    margin-left: 10px;
  }
  section .pager .double_prev, section .pager .prev, section .pager .next, section .pager .double_next {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    background-color: #f6ff00;
    color: #505050;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
  }
  section .pager .double_prev:before, section .pager .prev:before, section .pager .next:before, section .pager .double_next:before {
    position: absolute;
    left: 50%;
    display: inline-block;
    content: "\f104";
    width: 1em;
    height: 1em;
    transform: translateX(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section .pager .double_prev:hover, section .pager .prev:hover, section .pager .next:hover, section .pager .double_next:hover {
    top: 3px;
    box-shadow: 0px 0px 0px transparent;
  }
  section .pager .prev:before {
    content: "\f104";
  }
  section .pager .double_prev:before {
    content: "\f100";
  }
  section .pager .next:before {
    content: "\f105";
  }
  section .pager .double_next:before {
    content: "\f101";
  }
  section .pager ul {
    display: flex;
    justify-content: space-between;
  }
  section .pager ul li {
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 36px;
    text-align: center;
  }
  section .pager ul li a {
    display: block;
    text-decoration: none;
    border-radius: 18px;
  }
  section .pager ul li:before {
    display: none;
  }
  section .pager ul li.on, section .pager ul li:hover {
    color: #fff;
    border-radius: 18px;
    background-color: #6bbc86;
  }
  section .pager ul li.on a, section .pager ul li:hover a {
    color: #fff;
  }

  .card-header h2:before, .card-header h4:before {
    display: none;
  }
  .card-header h3 {
    border-left: none;
    font-weight: normal;
  }
  .card-header li {
    padding-left: 0;
  }
  .card-header li:before {
    display: none;
  }

  footer {
    box-sizing: border-box;
    height: 300px;
    margin: 0;
    padding: 70px 0 43px;
    border-top: 1px solid #dedede;
    flex-wrap: wrap;
  }
  footer .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  footer .inner .flex_menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
  }
  footer .inner #footer_logo {
    width: 135px;
    height: 127px;
    background: url(../img/footer_logo.png) no-repeat center;
    background-size: 135px 127px;
  }
  footer .inner #footer_logo a {
    display: block;
    width: 135px;
    height: 127px;
  }
  footer .inner ul {
    max-width: 194px;
  }
  footer .inner ul li {
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
  }
  footer .inner ul li a {
    color: #505050;
    text-decoration: none;
  }
  footer .inner ul li a:before {
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
  }
  footer .inner ul li a:hover {
    text-decoration: underline;
  }
  footer .inner ul li.disabled a {
    pointer-events: none;
    opacity: .3;
  }
  footer #copyright {
    color: #505050;
    font-size: 12px;
    line-height: 12px;
  }

  /* tab_box */
  .tab_box {
    position: relative;
    display: flex;
    width: 100%;
    height: 74px;
    margin-bottom: 70px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  .tab_box:before {
    padding-top: 100%;
  }
  .tab_box > li {
    position: static;
    width: calc(100% - 1px);
    margin-left: 1px;
    padding-left: 0;
  }
  .tab_box > li:first-child {
    width: 100%;
    margin-left: 0;
  }
  .tab_box > li:before {
    display: none;
  }
  .tab_box > li > span {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 74px;
    padding: 0 20px 0 43px;
    background-color: #f5f5f5;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  .tab_box > li > span:before {
    position: absolute;
    left: 23px;
    display: flex;
    align-items: center;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .tab_box > li .tab_nav {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 74px;
    padding: 0 20px 0 43px;
    background-color: #f5f5f5;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  .tab_box > li .tab_nav:before {
    position: absolute;
    left: 23px;
    display: flex;
    align-items: center;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .tab_box > li.active .tab_nav {
    background-color: transparent;
    color: #fff;
  }
  .tab_box > li.active .tab_nav:before {
    content: "\f107";
  }
  .tab_box > li.active .tab_nav:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    border-top: 6px solid #f6ff00;
  }
  .tab_box > li.active > span {
    background-color: transparent;
    color: #fff;
  }
  .tab_box > li.active > span:before {
    content: "\f107";
  }
  .tab_box > li.active > span:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    border-top: 6px solid #f6ff00;
  }
  .tab_box > li:hover > span:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    border-top: 6px solid #f6ff00;
  }
  .tab_box > li .tab_area {
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    width: calc(100vw - 48px);
    max-width: calc(1000px - 48px);
    margin: 24px;
    padding: 35px;
    background: #fff;
  }
  .tab_box > li .tab_area .btn_edit {
    width: 202px;
    margin-right: 0;
  }
  .tab_box > li .tab_area dl.table {
    width: 100%;
  }
  .tab_box > li .tab_area dl.table dt {
    padding: 13px 16px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    color: #fff;
  }
  .tab_box > li .tab_area dl.table dd {
    padding: 13px 16px;
    background-color: #f5f5f5;
  }
  .tab_box > li .tab_area .wd30p {
    width: 30%;
  }
  .tab_box > li.active .tab_area {
    display: block;
  }
  .tab_box > li.active .tab_area .right {
    width: 100%;
  }
  .tab_box .search_unit {
    width: 100%;
    margin-bottom: 30px;
  }
  .tab_box .search_unit input[type="text"] {
    width: 70%;
    height: 46px;
  }
  .tab_box .search_unit button, .tab_box .search_unit .button {
    position: relative;
    display: block;
    height: 46px;
    margin: 0 0 0 6px;
    padding: 0 20px;
    background-color: #f6ff00;
    border: none;
    color: #505050;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
    line-height: 46px;
  }
  .tab_box .search_unit button:before, .tab_box .search_unit .button:before {
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    margin: 0 6px 0 -6px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .tab_box .search_unit button:hover, .tab_box .search_unit .button:hover {
    top: 3px;
    box-shadow: 0px 0px 0px transparent;
  }
  .tab_box .search_unit button.btn_search:before, .tab_box .search_unit .button.btn_search:before {
    content: "\f002";
  }
  .tab_box .search_unit button.btn_registration:before, .tab_box .search_unit .button.btn_registration:before {
    content: "\f5ad";
  }
  .tab_box .search_unit button.btn_edit:before, .tab_box .search_unit .button.btn_edit:before {
    content: "\f044";
  }

  .photo_container {
    width: 405px;
  }
  .photo_container .thumbnail {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    max-width: 374px;
    padding: 3px;
    background-color: #f5f5f5;
  }
  .photo_container .thumbnail li {
    float: left;
    max-width: 85px;
    margin: 3px;
    padding-left: 0;
    font-size: 0;
  }
  .photo_container .thumbnail li:before {
    display: none;
  }
  .photo_container .thumbnail li img {
    width: 85px;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .photo_container .thumbnail li.current img, .photo_container .thumbnail li:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .photo_container .main_photo {
    position: relative;
    min-height: 234px;
  }
  .photo_container .main_photo img {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 374px;
    user-select: none;
  }
  .photo_container .main_photo .btn_area {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 374px;
    height: 100%;
    z-index: 1;
  }
  .photo_container .main_photo .btn_area .prev {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 89px;
    background-color: #f6ff00;
    transform: translateY(-50%);
    cursor: pointer;
    text-align: center;
  }
  .photo_container .main_photo .btn_area .prev:before {
    content: "\f104";
    width: 20px;
    height: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .photo_container .main_photo .btn_area .prev:hover {
    opacity: .8;
  }
  .photo_container .main_photo .btn_area .next {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 89px;
    background-color: #f6ff00;
    transform: translateY(-50%);
    cursor: pointer;
    text-align: center;
  }
  .photo_container .main_photo .btn_area .next:before {
    content: "\f105";
    width: 20px;
    height: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .photo_container .main_photo .btn_area .next:hover {
    opacity: .8;
  }

  /* column_box */
  .column_box {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0;
  }
  .column_box .unit {
    width: calc(100% - 17px);
    max-width: 1000px;
    min-height: 200px;
    margin: 0 0 0 17px;
    background-color: #f5f5f5;
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.19);
  }
  .column_box .unit + .unit {
    margin-top: 46px;
  }
  .column_box .unit .img {
    float: left;
    width: 50%;
    max-width: 322px;
    margin-top: -16px;
    margin-left: -17px;
    margin-bottom: 10px;
  }
  .column_box .unit .img img {
    width: 100%;
  }
  .column_box .unit .txt {
    position: relative;
    width: calc(100% - 334px);
  }
  .column_box .unit .txt h3 {
    display: flex;
    margin-bottom: 10px;
    padding: 15px;
    color: #316583;
    border-left: none;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    line-height: 1.6;
  }
  .column_box .unit .txt p {
    display: inline-block;
    padding: 0 15px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  .column_box .unit .txt .ttl {
    margin-top: 30px;
  }
  .column_box .unit .txt .ttl dt {
    position: relative;
    float: left;
    width: 30%;
    padding-left: 20px;
    color: #176886;
    line-height: 2;
    font-weight: bold;
  }
  .column_box .unit .txt .ttl dt:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -1px;
    content: "";
    width: 10px;
    height: 2px;
    margin-bottom: 10px;
    background: #176886;
  }
  .column_box .unit .txt .ttl dd {
    margin-left: 30%;
    line-height: 2;
    font-weight: bold;
  }
  .column_box .unit .btn_link {
    width: 100%;
  }
  .column_box .unit .btn_detail {
    width: 202px !important;
    margin-right: 0;
  }
  .column_box .unit .btn_link:hover {
    top: auto;
    opacity: .6;
  }
  .column_box .unit .inner {
    width: 92%;
    margin: 0 auto;
  }
  .column_box .unit .inner p {
    line-height: 2;
  }

  /* english用 */
  #en header .down nav ul li a {
    padding-top: 0;
    line-height: 1.2;
  }
  #en header .down nav ul li a span {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 69px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
  }
  #en header .down nav ul.meeting a {
    padding-top: 0;
  }
  #en header .down nav ul.seminar a {
    padding-top: 0;
  }
  #en header .down nav ul.salon a {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #container {
    margin-top: 108px;
  }

  header {
    height: 108px;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
  }
  header .sp_menu {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0 10px 0 0;
    padding-top: 10px;
    text-align: right;
  }
  header .sp_menu .menu-trigger, header .sp_menu .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header .sp_menu .menu-trigger {
    position: relative;
    width: 32px;
    height: 26px;
  }
  header .sp_menu .menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    border-radius: 4px;
  }
  header .sp_menu .menu-trigger span:nth-child(1) {
    top: 0;
  }
  header .sp_menu .menu-trigger span:nth-child(2) {
    top: 11px;
  }
  header .sp_menu .menu-trigger span:nth-child(3) {
    bottom: 0;
  }
  header .menu-trigger.active span:nth-child(1) {
    background: #f6ff00;
    -webkit-transform: translateY(11px) rotate(-225deg);
    transform: translateY(11px) rotate(-225deg);
  }
  header .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  header .menu-trigger.active span:nth-child(3) {
    background: #f6ff00;
    -webkit-transform: translateY(-11px) rotate(225deg);
    transform: translateY(-11px) rotate(225deg);
  }
  header .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-1000%);
  }
  header .is-show {
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  header .is-show ul {
    background-color: #ffffff;
  }
  header .inner.top {
    width: calc(100% - 50px);
    margin: 0;
  }
  header .inner.top #logo {
    background-color: #fff;
    margin: 0;
    padding-left: 5px;
  }
  header #upper_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 55px);
    height: 105px;
    background-color: #fff;
    z-index: 11px;
  }
  header #upper_menu #member {
    position: absolute;
    top: 50%;
    right: 52px;
    transform: translateY(-50%);
  }
  header #upper_menu #member:hover {
    top: calc(50% + 3px);
    margin-top: 3px;
  }
  header #upper_menu ul {
    display: none;
  }
  header #upper_menu ul#language {
    position: absolute;
    right: 280px;
    display: flex;
  }
  header #upper_menu #logout, header #upper_menu #registration {
    display: none;
  }
  header .inner.down {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100vh;
    padding-top: 108px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    z-index: -1;
  }
  header .inner.down nav {
    width: 100%;
  }
  header .inner.down nav ul {
    display: block;
    width: 100%;
  }
  header .inner.down nav ul li {
    width: 100%;
    height: 50px;
    padding-top: 0;
    color: #fff;
    border-right: none;
    border-bottom: 1px solid #dedede;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
  }
  header .inner.down nav ul li.on a, header .inner.down nav ul li:hover a {
    border-bottom: none;
  }
  header .inner.down nav ul li .pc {
    display: none;
  }
  header .inner.down nav ul li:first-child {
    border-left: none;
  }
  header .inner.down nav ul li a {
    position: relative;
    display: block;
    height: 50px;
    padding-top: 0;
    color: #fff;
    text-decoration: none;
  }
  header .inner.down nav ul li.about a {
    background: url(../img/icn_about.png) no-repeat 10px center;
    background-size: 23px;
  }
  header .inner.down nav ul li.japan a {
    background: url(../img/icn_japan.png) no-repeat 10px center;
    background-size: 25px 23px;
  }
  header .inner.down nav ul li.world a {
    background: url(../img/icn_world.png) no-repeat 10px center;
    background-size: 23px;
  }
  header .inner.down nav ul li.meeting a {
    background: url(../img/icn_meeting.png) no-repeat 10px center;
    background-size: 23px;
  }
  header .inner.down nav ul li.seminar a {
    background: url(../img/icn_seminar.png) no-repeat 10px center;
    background-size: 23px;
  }
  header .inner.down nav ul li.feature a {
    background: url(../img/icn_feature.png) no-repeat 10px center;
    background-size: 26px 24px;
  }
  header .inner.down nav ul li.salon a {
    background: url(../img/icn_salon.png) no-repeat 10px center;
    background-size: 25px 23px;
  }
  header .inner.down nav ul li.disabled {
    overflow: hidden;
    position: relative;
  }
  header .inner.down nav ul li.disabled:before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "COMING SOON";
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    transition: .2s;
  }
  header .inner.down nav ul li.disabled a {
    pointer-events: none;
    opacity: .3;
  }
  header .inner.down nav ul.sp_menu_contents {
    display: flex;
    flex-wrap: wrap;
    background-color: #dedede;
  }
  header .inner.down nav ul.sp_menu_contents li {
    width: 50%;
    border-bottom: 1px solid #fff;
    border-right: none;
    text-align: left;
    font-size: 12px;
  }
  header .inner.down nav ul.sp_menu_contents li:nth-child(1n) {
    border-right: 1px solid #fff;
  }
  header .inner.down nav ul.sp_menu_contents li:last-child {
    border-bottom: none;
  }
  header .inner.down nav ul.sp_menu_contents li a {
    padding-left: 26px;
    color: #316583;
  }
  header .inner.down nav ul.sp_menu_contents li a:before {
    position: absolute;
    left: 10px;
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
  }
  header .inner.down nav ul.sp_menu_contents li:hover a {
    border-bottom: none;
  }
  header .inner.down nav ul.sp_menu_contents li.disabled {
    overflow: hidden;
    position: relative;
  }
  header .inner.down nav ul.sp_menu_contents li.disabled:before {
    display: none;
  }
  header .inner.down nav ul.sp_menu_contents li.disabled a {
    pointer-events: none;
    opacity: .3;
  }
  header .inner.down nav #logout_sp, header .inner.down nav #registration_sp {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 0;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
  }

  #main_area .btn_link {
    width: 33%;
  }
  #main_area .btn_prev, #main_area .btn_next {
    width: 230px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, menu, nav, section, summary,
  time, mark, audio, video {
    font-size: 14px;
  }

  .pc {
    display: none;
  }

  header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
    height: 51px;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    z-index: 10;
  }
  header .inner.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 50px);
    height: 50px;
    background-color: #fff;
  }
  header .inner.down {
    display: flex;
    max-width: 100%;
  }
  header .sp_menu {
    position: absolute;
    top: 1px;
    right: 0;
    margin: 0 10px 0 0;
    padding-top: 10px;
    text-align: right;
  }
  header .sp_menu .menu-trigger, header .sp_menu .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header .sp_menu .menu-trigger {
    position: relative;
    width: 32px;
    height: 26px;
  }
  header .sp_menu .menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    border-radius: 4px;
  }
  header .sp_menu .menu-trigger span:nth-child(1) {
    top: 0;
  }
  header .sp_menu .menu-trigger span:nth-child(2) {
    top: 11px;
  }
  header .sp_menu .menu-trigger span:nth-child(3) {
    bottom: 0;
  }
  header #logo {
    float: left;
    width: 41px;
    height: 38px;
    margin: 0 0 0 5px;
  }
  header #logo a {
    display: block;
    width: 41px;
    height: 38px;
    background: url(../img/logo.png) no-repeat left center;
    background-size: 41px 38px;
  }
  header #logo a span {
    display: none;
  }
  header #upper_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 55px);
    height: 105px;
    background-color: #fff;
    z-index: 11px;
  }
  header #upper_menu ul {
    display: flex;
    justify-content: space-between;
    width: 490px;
  }
  header #upper_menu ul li {
    box-sizing: border-box;
    padding: 0 15px 0 16px;
    border-left: 1px solid #4f4f4f;
    line-height: 1;
  }
  header #upper_menu ul li i {
    margin-right: 3px;
  }
  header #upper_menu ul li:first-child {
    padding-left: 0;
    border-left: none;
  }
  header #upper_menu ul li:last-child {
    padding-right: 0;
  }
  header #upper_menu ul li a {
    color: #4f4f4f;
    text-decoration: none;
    font-weight: bold;
  }
  header #upper_menu ul li a:hover {
    text-decoration: underline;
  }
  header #upper_menu ul#language li a {
    color: #dedede;
  }
  header #upper_menu ul#language li.on a, header #upper_menu ul#language li a:hover {
    color: #166785;
  }
  header #upper_menu #logout, header #upper_menu #registration {
    display: none;
  }
  header #upper_menu #member {
    position: absolute;
    right: 52px;
    display: block;
    width: 120px;
    height: 35px;
    background: #a601fe;
    background: -webkit-linear-gradient(to right, #ff0198, #a601fe);
    background: linear-gradient(to right, #ff0198, #a601fe);
    color: #fff;
    border-radius: 17px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
  }
  header #upper_menu #member i {
    margin-right: 3px;
  }
  header .menu-trigger.active span:nth-child(1) {
    background: #f6ff00;
    -webkit-transform: translateY(11px) rotate(-225deg);
    transform: translateY(11px) rotate(-225deg);
  }
  header .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  header .menu-trigger.active span:nth-child(3) {
    background: #f6ff00;
    -webkit-transform: translateY(-11px) rotate(225deg);
    transform: translateY(-11px) rotate(225deg);
  }
  header .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-1000%);
  }
  header .is-show {
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  header .is-show ul {
    max-width: 768px;
    background-color: #ffffff;
  }
  header #upper_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
  }
  header #upper_menu ul {
    display: none;
  }
  header #upper_menu ul#language {
    position: absolute;
    display: flex;
    right: 170px;
    width: auto;
  }
  header #upper_menu ul#language li {
    padding: 0 6px 0 7px;
    font-size: 10px;
  }
  header .inner.down {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100vh;
    padding-top: 51px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    z-index: -1;
  }
  header .inner.down nav {
    width: 100%;
  }
  header .inner.down nav ul {
    width: 100%;
  }
  header .inner.down nav ul li {
    height: 47px;
    color: #fff;
    border-bottom: 1px solid #dedede;
    text-align: center;
    line-height: 47px;
    font-weight: bold;
  }
  header .inner.down nav ul li a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  header .inner.down nav ul li.about a {
    background: url(../img/icn_about.png) no-repeat 10px center;
    background-size: 23px;
  }
  header .inner.down nav ul li.japan a {
    background: url(../img/icn_japan.png) no-repeat 10px center;
    background-size: 25px 23px;
  }
  header .inner.down nav ul li.world a {
    background: url(../img/icn_world.png) no-repeat 10px center;
    background-size: 23px;
  }
  header .inner.down nav ul li.meeting a {
    background: url(../img/icn_meeting.png) no-repeat 10px center;
    background-size: 23px;
  }
  header .inner.down nav ul li.seminar a {
    background: url(../img/icn_seminar.png) no-repeat 10px center;
    background-size: 23px;
  }
  header .inner.down nav ul li.feature a {
    background: url(../img/icn_feature.png) no-repeat 10px center;
    background-size: 26px 24px;
  }
  header .inner.down nav ul li.salon a {
    background: url(../img/icn_salon.png) no-repeat 10px center;
    background-size: 25px 23px;
  }
  header .inner.down nav ul li.disabled {
    overflow: hidden;
    position: relative;
  }
  header .inner.down nav ul li.disabled:before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "COMING SOON";
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    transition: .2s;
  }
  header .inner.down nav ul li.disabled a {
    pointer-events: none;
    opacity: .3;
  }
  header .inner.down nav ul.sp_menu_contents {
    display: flex;
    flex-wrap: wrap;
    background-color: #dedede;
  }
  header .inner.down nav ul.sp_menu_contents li {
    width: 50%;
    border-bottom: 1px solid #fff;
    text-align: left;
    font-size: 12px;
  }
  header .inner.down nav ul.sp_menu_contents li:nth-child(1n) {
    border-right: 1px solid #fff;
  }
  header .inner.down nav ul.sp_menu_contents li:last-child {
    border-bottom: none;
  }
  header .inner.down nav ul.sp_menu_contents li a {
    padding-left: 26px;
    color: #316583;
  }
  header .inner.down nav ul.sp_menu_contents li a:before {
    position: absolute;
    left: 10px;
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
  }
  header .inner.down nav ul.sp_menu_contents li.disabled:before {
    display: none;
  }
  header .inner.down nav ul.sp_menu_contents li.disabled a {
    pointer-events: none;
    opacity: .3;
  }
  header .inner.down nav #logout_sp, header .inner.down nav #registration_sp {
    display: block;
    width: 100%;
    height: 47px;
    margin: 0 auto;
    padding-top: 0;
    color: #fff;
    text-align: center;
    line-height: 47px;
    font-weight: bold;
  }

  /* header */
  #container {
    overflow: hidden;
    width: 100%;
    max-width: 768px;
    margin: 50px auto 0;
  }

  .left_box_unit {
    width: 100%;
    max-width: 768px;
  }
  .left_box_unit .left_img {
    width: 100%;
    margin: 0 0 20px;
  }
  .left_box_unit .left_img img {
    width: 100%;
    height: auto;
  }
  .left_box_unit .right_txt {
    width: 100%;
  }
  .left_box_unit .right_txt h4 {
    font-size: 16px;
    margin: 0 0 20px;
    text-align: left;
    line-height: 1.6;
  }

  .right_box_unit {
    width: 100%;
    max-width: 768px;
  }
  .right_box_unit .right_img {
    width: 100%;
    margin: 0 0 20px;
  }
  .right_box_unit .right_img img {
    width: 100%;
    height: auto;
  }
  .right_box_unit .left_txt {
    width: 100%;
  }
  .right_box_unit .left_txt h4 {
    font-size: 16px;
    margin: 0 0 20px;
    text-align: left;
    line-height: 1.6;
  }

  .flex_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px;
    transition: all .4s;
  }

  .news_release dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .news_release dd {
    width: 100%;
    margin-bottom: 10px;
  }

  .three_column_wrap .three_unit {
    width: 100%;
  }

  #contents {
    padding: 15px 0;
  }

  .path {
    margin-bottom: 15px;
  }
  .path li {
    display: inline-block;
    padding-left: 0;
    font-size: 14px;
  }
  .path li a {
    color: #505050;
  }
  .path li:before {
    position: relative;
    top: 50%;
    padding-left: 2px;
    background-color: transparent;
  }
  .path li:first-child:before {
    display: inline-block;
    content: "\f015";
    width: 1.5em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .path li + li:before {
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }

  .section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #f5f5f5;
  }
  .section a {
    color: #6bbb87;
    text-decoration: underline;
  }
  .section a:hover {
    text-decoration: none;
  }

  .coming_soon {
    width: 300px;
    margin: 0 auto;
    padding: 30px;
    color: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    text-align: center;
  }
  .coming_soon.white {
    color: #fff;
    -webkit-text-fill-color: white;
  }

  section {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    /* -----------------------------------
    #side_area
    ----------------------------------- */
    /* -----------------------------------
    TITLE
    ----------------------------------- */
    /* -----------------------------------
    list
    ----------------------------------- */
    /* -----------------------------------
    table
    ----------------------------------- */
    /* -----------------------------------
    .link button
    ----------------------------------- */
    /* -----------------------------------
    .pager
    ----------------------------------- */
  }
  section:after {
    content: "";
    display: block;
    clear: both;
  }
  section #side_area {
    width: 100%;
    margin-bottom: 30px;
  }
  section #side_area .ttl {
    box-sizing: border-box;
    height: 50px;
    padding-left: 18px;
    color: #fff;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
  }
  section #side_area ul li {
    min-height: 47px;
    padding-left: 0;
    color: #505050;
    border-bottom: 1px solid #dedede;
    background-color: #f5f5f5;
    text-decoration: none;
    line-height: 47px;
    font-size: 16px;
  }
  section #side_area ul li:before {
    display: none;
  }
  section #side_area ul li .item {
    display: block;
    padding-left: 20px;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
  }
  section #side_area ul li .item:hover {
    text-decoration: none;
  }
  section #side_area ul li .item:before {
    position: relative;
    top: 0;
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    color: #316583;
    background-color: transparent;
    font-family: 'Font Awesome 5 Free';
  }
  section #side_area ul .acd_menu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  section #side_area ul .acd_menu a:before {
    content: "\f107";
  }
  section #side_area ul .acd_menu.on {
    max-height: 2000px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  section #side_area ul .acd_menu.on a:before {
    content: "\f106";
  }
  section #side_area ul .acd_menu.on .acd_menu a:before {
    content: "\f107";
    font-weight: bold;
  }
  section #side_area ul .acd_menu.on .acd_menu.on a:before {
    content: "\f106";
  }
  section #side_area .search_area {
    width: 92%;
    margin: 0 auto 7px;
    background-color: #fff;
  }
  section #side_area .search_area form {
    padding-bottom: 1px;
  }
  section #side_area .search_area form .label {
    padding-left: 14px;
    margin-left: 0;
    color: #316583;
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: bold;
  }
  section #side_area .search_area form .label input[type="radio"] {
    margin-right: -5px;
    padding-right: 0;
  }
  section #side_area .search_area .btn_area {
    padding: 7px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  section #side_area .search_area .btn_area button {
    box-sizing: border-box;
    position: relative;
    display: block;
    min-width: 100%;
    height: 42px;
    margin: 0 auto;
    line-height: 46px;
    background-color: #f6ff00;
    color: #505050;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0px;
  }
  section #side_area .search_area .btn_area button:before {
    position: absolute;
    left: 16px;
    display: inline-block;
    content: "\f002";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section #side_area .search_area .btn_area button:hover {
    top: 0;
    box-shadow: 0px;
  }
  section #side_area .search_area ul {
    margin: 7px;
  }
  section #side_area .search_area ul li {
    font-size: 16px;
    border-top: 1px solid #dedede;
    border-bottom: none;
  }
  section #side_area .search_area ul li:first-child {
    border-top: none;
  }
  section #side_area .search_area ul li ul {
    border-top: 1px solid #dedede;
    margin: 0;
  }
  section #side_area .search_area ul li ul li {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 14px;
  }
  section #side_area .search_area ul li ul li a {
    padding-left: 38px;
    font-weight: normal;
  }
  section #side_area .search_area ul li ul li a:before {
    display: none;
  }
  section #side_area .search_area ul li ul li.acd_menu {
    display: block;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.2s;
  }
  section #side_area .search_area ul li ul li.acd_menu a {
    display: flex;
    align-items: center;
    height: 47px;
  }
  section #side_area .search_area ul li ul li.acd_menu a:before {
    position: relative;
    top: 0;
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "\f107" !important;
    transform: translateY(-10%);
  }
  section #side_area .search_area ul li ul li.acd_menu ul li {
    display: flex;
    font-size: 14px;
    line-height: 1.2;
  }
  section #side_area .search_area ul li ul li.acd_menu ul li a {
    height: 100%;
    padding: 6px 6px 6px 54px;
  }
  section #side_area .search_area ul li ul li.acd_menu ul li a:hover {
    padding-left: 48px;
  }
  section #side_area .search_area ul li ul li.acd_menu ul li a:before {
    display: none;
  }
  section #side_area .search_area ul li ul li.acd_menu.on {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 2000px;
  }
  section #side_area .search_area ul li ul li.acd_menu.on a:before {
    content: "\f106" !important;
  }
  section #main_area {
    margin-left: 0;
  }
  section h2, section h3, section h4, section h5 {
    margin-bottom: 15px;
    font-weight: bold;
  }
  section h2 {
    font-size: 20px;
  }
  section h2 span {
    display: block;
    font-size: 10px;
    font-weight: normal;
  }
  section h2:before {
    display: block;
    content: "";
    width: 25px;
    height: 3px;
    margin-bottom: 8px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  section h3 {
    padding-left: 8px;
    font-size: 19px;
    border-left: 3px solid #6abc86;
    line-height: 1.2;
  }
  section h4 {
    font-size: 16px;
  }
  section h4:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    margin-bottom: 8px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  section h5 {
    font-size: 15px;
  }
  section .sample_txt {
    color: #aaaaaa;
    font-size: 9px;
  }
  section ul li {
    position: relative;
    padding-left: 20px;
  }
  section ul li:before {
    position: absolute;
    display: block;
    top: 0.75em;
    left: 0;
    margin-top: -1px;
    content: "";
    width: 10px;
    height: 2px;
    margin-bottom: 10px;
    background: #6abc86;
  }
  section ol {
    list-style: none;
    counter-reset: ol_li;
  }
  section ol li {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  section ol li:before {
    margin-right: .25em;
    counter-increment: ol_li;
    content: counter(ol_li) ". ";
    color: #6abc86;
  }
  section ol li ol li {
    margin-left: 2em;
    text-indent: -2em;
  }
  section ol li ol li:before {
    margin-right: .25em;
    counter-increment: ol_li;
    content: "(" counter(ol_li) ")" ". ";
    color: #6abc86;
  }
  section ol li ol li ol li {
    counter-increment: count-ex03;
  }
  section ol li ol li ol li:before {
    margin-right: .25em;
    list-style-type: lower-roman;
    content: "(" counter(count-ex03,lower-roman) ")" ". ";
    color: #6abc86;
  }
  section table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    border: 1px solid #fff;
  }
  section table tr {
    border: 1px solid #fff;
  }
  section table tr th {
    padding: 12px 18px;
    border: 1px solid #fff;
    color: #fff;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    text-align: left;
  }
  section table tr td {
    padding: 12px 18px;
    background-color: #f5f5f5;
    border: 1px solid #fff;
  }
  section table tr td span {
    font-weight: bold;
  }
  section table.long_gradient {
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  section table.long_gradient th {
    background: transparent;
  }
  section a.txtlink {
    color: #6bbb87;
    text-decoration: underline;
  }
  section a.txtlink:before {
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section a.txtlink:visited {
    color: #4D5DCA;
  }
  section .btn_link {
    position: relative;
    display: block;
    min-width: 100px;
    height: 50px;
    margin: 0 auto;
    background-color: #f6ff00;
    color: #505050;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
  }
  section .btn_link:before {
    position: absolute;
    left: 8px;
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section .btn_link.btn_edit:before {
    content: "\f044";
  }
  section .btn_link.btn_search:before {
    content: "\f002";
  }
  section .btn_link.btn_registration:before {
    content: "\f5ad";
  }
  section button {
    position: relative;
    display: inline-block;
    min-width: 100px;
    height: 50px;
    margin: 0;
    padding: 0 32px;
    color: #505050;
    background-color: #f6ff00;
    border: none;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
  }
  section input[type="submit"], section button[type="submit"] {
    position: relative;
  }
  section input[type="submit"]:before, section button[type="submit"]:before {
    position: absolute;
    left: 12px;
    display: inline-block;
    content: "\f1d8";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section input[type=radio] {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
  }
  section input[type=radio]:before {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: -1px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  section input[type=radio]:after {
    background: #6bbc87;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 2px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
  }
  section input[type=radio]:checked:after {
    opacity: 1;
  }
  section button[type="reset"] {
    color: #505050;
    background-color: #d7d7d7;
  }
  section button[type="reset"]:hover {
    top: 3px;
    box-shadow: 0px 0px 0px transparent;
  }
  section .btn_prev, section .btn_next {
    position: relative;
    display: block;
    min-width: 150px;
    height: 50px;
    background-color: #f6ff00;
    color: #505050;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
  }
  section .btn_prev:before {
    position: absolute;
    left: 8px;
    display: inline-block;
    content: "\f104";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section .btn_next:after {
    position: absolute;
    right: 8px;
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section .pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-family: 'Font Awesome 5 Free';
  }
  section .pager .prev_area {
    display: flex;
    justify-content: space-between;
  }
  section .pager .prev_area a + a {
    margin-left: 10px;
  }
  section .pager .next_area {
    display: flex;
    justify-content: space-between;
  }
  section .pager .next_area a + a {
    margin-left: 10px;
  }
  section .pager .double_prev, section .pager .prev, section .pager .next, section .pager .double_next {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #f6ff00;
    color: #505050;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
  }
  section .pager .double_prev:before, section .pager .prev:before, section .pager .next:before, section .pager .double_next:before {
    position: absolute;
    left: 50%;
    display: inline-block;
    content: "\f104";
    width: 1em;
    height: 1em;
    transform: translateX(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  section .pager .prev:before {
    content: "\f104";
  }
  section .pager .double_prev:before {
    content: "\f100";
  }
  section .pager .next:before {
    content: "\f105";
  }
  section .pager .double_next:before {
    content: "\f101";
  }
  section .pager ul {
    display: flex;
    justify-content: space-between;
  }
  section .pager ul li {
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
    text-align: center;
  }
  section .pager ul li a {
    display: block;
    text-decoration: none;
    border-radius: 16px;
  }
  section .pager ul li:before {
    display: none;
  }
  section .pager ul li.on, section .pager ul li:hover {
    color: #fff;
    border-radius: 16px;
    background-color: #6bbc86;
  }
  section .pager ul li.on a, section .pager ul li:hover a {
    color: #fff;
  }
  section .pager ul li:nth-child(n + 4) {
    display: none;
  }

  .card-header h2:before, .card-header h4:before {
    display: none;
  }
  .card-header h3 {
    border-left: none;
    font-weight: normal;
  }
  .card-header li {
    padding-left: 0;
  }
  .card-header li:before {
    display: none;
  }

  footer {
    box-sizing: border-box;
    margin: 0;
    padding: 19px 0;
    border-top: 1px solid #f5f5f5;
  }
  footer .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  footer .inner .flex_menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  footer .inner #footer_logo {
    width: 68px;
    height: 64px;
    margin: 0 auto;
    background: url(../img/footer_logo.png) no-repeat center;
    background-size: 68px 64px;
  }
  footer .inner #footer_logo a {
    display: block;
    width: 68px;
    height: 64px;
  }
  footer .inner ul {
    display: none;
  }
  footer #copyright {
    color: #505050;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
  }

  /* tab_box */
  .tab_box {
    width: 100%;
    margin-bottom: 35px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  .tab_box:before {
    padding-top: 100%;
  }
  .tab_box > li {
    position: initial;
    width: calc(100% - 1px);
    padding-left: 0;
    padding-bottom: 1px;
    border-top: 1px solid #fff;
  }
  .tab_box > li:first-child {
    width: 100%;
    margin-left: 0;
    border-top: none;
  }
  .tab_box > li:before {
    display: none;
  }
  .tab_box > li > span {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 38px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  .tab_box > li > span:before {
    position: absolute;
    left: 23px;
    display: flex;
    align-items: center;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .tab_box > li > span:after {
    display: none;
  }
  .tab_box > li:last-child > span {
    border-bottom: none;
  }
  .tab_box > li.active > span {
    border-bottom: 1px solid #fff;
  }
  .tab_box > li .tab_nav {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 38px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  .tab_box > li .tab_nav:before {
    position: absolute;
    left: 23px;
    display: flex;
    align-items: center;
    content: "\f105";
    width: 1em;
    height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .tab_box > li.active .tab_nav:before {
    content: "\f107";
  }
  .tab_box > li.active .tab_nav:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    border-top: 3px solid #f6ff00;
  }
  .tab_box > li.active > span:before {
    content: "\f107";
  }
  .tab_box > li.active > span:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    border-top: 3px solid #f6ff00;
  }
  .tab_box > li:hover > span:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    border-top: 3px solid #f6ff00;
  }
  .tab_box > li .tab_area {
    box-sizing: border-box;
    display: none;
    margin: 11px;
    padding: 11px;
    background: #fff;
  }
  .tab_box > li .tab_area .flex_box {
    display: block;
  }
  .tab_box > li .tab_area .btn_edit {
    width: 100%;
    margin-right: 0;
  }
  .tab_box > li .tab_area dl.table dt {
    padding: 13px 16px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    color: #fff;
  }
  .tab_box > li .tab_area dl.table dd {
    padding: 13px 16px;
    background-color: #f5f5f5;
  }
  .tab_box > li .tab_area .wd30p {
    width: 30%;
  }
  .tab_box > li.active .tab_area {
    display: block;
  }
  .tab_box .search_unit {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .tab_box .search_unit input[type="text"] {
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
  }
  .tab_box .search_unit button {
    position: relative;
    display: block;
    height: 46px;
    margin: 0;
    padding: 0 20px;
    background-color: #f6ff00;
    border: none;
    color: #505050;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
    line-height: 46px;
  }
  .tab_box .search_unit button:before {
    display: inline-block;
    content: "\f105";
    width: 1em;
    height: 1em;
    margin: 0 6px 0 -6px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .tab_box .search_unit button:hover {
    top: 3px;
    box-shadow: 0px 0px 0px transparent;
  }
  .tab_box .search_unit button.btn_search:before {
    content: "\f002";
  }
  .tab_box .search_unit button.btn_registration:before {
    content: "\f5ad";
  }
  .tab_box .search_unit button.btn_edit:before {
    content: "\f044";
  }

  .photo_container {
    width: 100%;
    margin: 0 auto 20px;
  }
  .photo_container .thumbnail {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
    width: 100%;
    padding: 3px;
    background-color: #f5f5f5;
  }
  .photo_container .thumbnail li {
    width: 22%;
    margin: 3px 0;
    padding-left: 0;
    font-size: 0;
  }
  .photo_container .thumbnail li:before {
    display: none;
  }
  .photo_container .thumbnail li img {
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .photo_container .thumbnail li.current img, .photo_container .thumbnail li:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .photo_container .main_photo {
    overflow: hidden;
    position: relative;
    min-height: 198px;
  }
  .photo_container .main_photo img {
    position: absolute;
    top: 0;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    user-select: none;
  }
  .photo_container .main_photo .btn_area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .photo_container .main_photo .btn_area .prev {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 69px;
    background-color: #f6ff00;
    transform: translateY(-50%);
    cursor: pointer;
    text-align: center;
  }
  .photo_container .main_photo .btn_area .prev:before {
    content: "\f104";
    width: 20px;
    height: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .photo_container .main_photo .btn_area .prev:hover {
    opacity: .8;
  }
  .photo_container .main_photo .btn_area .next {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 69px;
    background-color: #f6ff00;
    transform: translateY(-50%);
    cursor: pointer;
    text-align: center;
  }
  .photo_container .main_photo .btn_area .next:before {
    content: "\f105";
    width: 20px;
    height: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  .photo_container .main_photo .btn_area .next:hover {
    opacity: .8;
  }

  /* column_box */
  .column_box {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0;
  }
  .column_box .unit {
    width: calc(100% - 8px);
    max-width: 1000px;
    min-height: 200px;
    margin: 0 0 0 8px;
    background-color: #f5f5f5;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.19);
  }
  .column_box .unit + .unit {
    margin-top: 26px;
  }
  .column_box .unit .img {
    width: 100%;
    margin-top: -8px;
    margin-left: -8px;
  }
  .column_box .unit .img img {
    width: 100%;
  }
  .column_box .unit .txt {
    position: relative;
  }
  .column_box .unit .txt h3 {
    display: flex;
    margin-bottom: 10px;
    padding: 15px;
    color: #316583;
    border-left: none;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    line-height: 1.6;
  }
  .column_box .unit .txt p {
    display: inline-block;
    padding: 0 15px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  .column_box .unit .txt .ttl {
    width: 92%;
    margin: 15px auto 0;
  }
  .column_box .unit .txt .ttl dt {
    position: relative;
    width: 100%;
    padding-left: 20px;
    color: #176886;
    line-height: 1.6;
    font-weight: bold;
  }
  .column_box .unit .txt .ttl dt:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -1px;
    content: "";
    width: 10px;
    height: 2px;
    margin-bottom: 10px;
    background: #176886;
  }
  .column_box .unit .txt .ttl dd {
    margin-left: 20px;
    line-height: 1.6;
    font-weight: bold;
  }
  .column_box .unit .btn_link {
    width: 100%;
  }
  .column_box .unit .btn_link:hover {
    top: auto;
    opacity: .6;
  }
  .column_box .unit .inner {
    width: 92%;
    margin: 0 auto;
  }
  .column_box .unit .inner p {
    line-height: 1.6;
  }
}

.itemHeader, .ui.accordion .accordion .title, .ui.accordion .title, .ui.accordion label {
  overflow-wrap: break-word;
  word-break: break-all;
}

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