@charset "UTF-8";
/*--------------------------------------------------------------
# BASE
--------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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;
  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 {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }

ul,
ol {
  list-style: none; }

a {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: .3s; }

alink,
avisited {
  color: inherit; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
  max-width: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# COMMON
--------------------------------------------------------------*/
p a {
  color: #0071B2;
  display: inline-block; }

.back-b {
  background: #0071B2; }

.bg-pb {
  background: #1E98D6; }

.back-g {
  background: #F9F9F9; }

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

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

@media screen and (max-width: 500px) {
  .br {
    display: block; } }

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer {
  background: #0071B2;
  padding: 60px 0; }
  footer .ft-l-inner {
    width: 960px;
    max-width: 90%;
    margin: 0 auto; }
  footer p {
    color: #fff; }
    footer p.copyright {
      text-align: center;
      margin-top: 50px; }
  footer a {
    color: #fff;
    font-size: 14px; }
    footer a:hover {
      opacity: .7; }
  footer .ft-l-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  footer .ft-logo {
    width: 250px; }
    @media screen and (max-width: 1300px) {
      footer .ft-logo {
        width: 200px; } }
    @media screen and (max-width: 1000px) {
      footer .ft-logo {
        width: 120px; } }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 300px); }
    footer ul li {
      margin: 0 20px 25px 0; }
  @media screen and (max-width: 1000px) {
    footer ul {
      width: calc(100% - 170px); } }
  @media screen and (max-width: 768px) {
    footer .ft-l-flex {
      display: block; }
    footer .ft-logo {
      margin: 0 auto 30px; }
    footer ul {
      width: 100%;
      justify-content: center; } }
  @media screen and (max-width: 500px) {
    footer ul {
      flex-wrap: wrap; }
      footer ul li {
        width: 50%;
        margin: 0 0 10px 0; } }
  @media screen and (max-width: 400px) {
    footer ul li a {
      font-size: 13px; } }

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
header {
  background: #0071B2;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

.hd-l-inner {
  position: relative;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; }

.hd-list-nav a {
  color: #fff;
  font-size: 14px; }

h1 {
  width: 200px; }
  h1 a:hover {
    opacity: .7; }
  @media screen and (max-width: 1300px) {
    h1 {
      width: 120px; } }

@media screen and (min-width: 1171px) {
  .hd-l-inner {
    padding: 20px 25px; }
  .hd-nav {
    width: calc(100% - 150px); }
    .hd-nav nav {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .hd-nav nav ul {
        display: flex;
        align-items: center; }
  .hd-list-nav {
    display: flex; }
    .hd-list-nav li {
      padding-left: 20px; }
      .hd-list-nav li a:hover {
        opacity: .7; }
  .hd-list-btn {
    display: flex; }
    .hd-list-btn.sp {
      display: none; }
    .hd-list-btn li {
      margin-left: 10px; }
    .hd-list-btn a {
      width: 140px;
      font-size: 14px; }
  .btn-menu {
    display: none; }
  .is-fixed .hd-l-inner {
    padding: 7px 25px; } }

@media screen and (max-width: 1170px) {
  header {
    padding: 10px 0 10px 10px;
    height: 70px; }
    header.is-fixed {
      padding: 5px 0 5px 10px; }
  .hd-nav {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background: #0071B2;
    text-align: center; }
  .hd-nav-inner {
    position: relative;
    display: table;
    width: calc(100% - 40px);
    max-width: 400px;
    height: 100%;
    margin: 0 auto;
    padding: 70px 0; }
  nav {
    margin-bottom: 20px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0 70px;
    text-align: center; }
    nav li {
      margin-bottom: 15px; }
      nav li a {
        font-size: 16px; }
        nav li a:hover {
          color: #3f6bb4; }
  .hd-list-nav {
    margin-bottom: 25px; }
  .hd-list-btn.sp {
    display: flex;
    position: absolute;
    right: 53px;
    top: 3px; }
    .hd-list-btn.sp li {
      margin-left: 10px; }
    .hd-list-btn.sp a {
      width: auto;
      padding: 0 27px 0 12px; }
  .hd-list-btn a {
    width: 100%; }
  .btn-menu {
    line-height: 0;
    position: absolute;
    z-index: 101;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding-top: 37px;
    font-weight: 700; }
    .btn-menu span {
      position: absolute;
      left: 12px;
      width: 26px;
      height: 2px;
      -webkit-transition: .3s;
      transition: .3s;
      border-radius: 4px;
      background-color: #fff; }
      .btn-menu span:nth-child(1) {
        top: 9px; }
      .btn-menu span:nth-child(2) {
        top: 17px; }
      .btn-menu span:nth-child(3) {
        bottom: 23px; }
    .js-open .btn-menu {
      z-index: 1000; }
      .js-open .btn-menu span:nth-child(1) {
        top: -2px;
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg); }
      .js-open .btn-menu span:nth-child(2) {
        opacity: 0; }
      .js-open .btn-menu span:nth-child(3) {
        bottom: 10px;
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(45deg); } }

@media screen and (max-width: 500px) {
  header {
    padding: 5px 0 5px 5px;
    height: 60px; }
    header.is-fixed {
      padding: 2px 0 2px 5px; }
  .hd-list-btn.sp {
    top: 10px;
    right: 50px; }
    .hd-list-btn.sp li {
      margin-left: 5px; }
    .hd-list-btn.sp a {
      font-size: 10px;
      padding: 0 10px;
      height: 30px;
      line-height: 30px;
      border-radius: 15px; }
      .hd-list-btn.sp a:after {
        content: none; } }

@media screen and (max-width: 350px) {
  .hd-list-btn.sp {
    right: 47px; }
    .hd-list-btn.sp a {
      font-size: 9px;
      padding: 0 6px; } }

/*--------------------------------------------------------------
# LAYOUT
--------------------------------------------------------------*/
#l-main {
  display: block;
  padding-top: 85px; }
  @media screen and (max-width: 1170px) {
    #l-main {
      padding-top: 70px; } }
  @media screen and (max-width: 500px) {
    #l-main {
      padding-top: 60px; } }

.l-inner-l {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .l-inner-l {
      max-width: 550px; } }
  @media (min-width: 768px) {
    .l-inner-l {
      max-width: 740px; } }
  @media (min-width: 992px) {
    .l-inner-l {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .l-inner-l {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .l-inner-l {
      max-width: 1340px; } }
  @media (min-width: 1600px) {
    .l-inner-l {
      max-width: 1540px; } }

.l-inner-m {
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }
  .l-inner-l .l-inner-m {
    padding-right: 0;
    padding-left: 0; }
  @media (min-width: 576px) {
    .l-inner-m {
      max-width: 550px; }
      .l-inner-l .l-inner-m {
        padding-right: 20px;
        padding-left: 20px; } }
  @media (min-width: 768px) {
    .l-inner-m {
      max-width: 740px; } }
  @media (min-width: 992px) {
    .l-inner-m {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .l-inner-m {
      max-width: 1040px; } }

.l-inner-s {
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }
  .l-inner-m .l-inner-s, .l-inner-l .l-inner-s {
    padding-right: 0;
    padding-left: 0; }
  @media (min-width: 576px) {
    .l-inner-s {
      max-width: 550px; }
      .l-inner-m .l-inner-s, .l-inner-l .l-inner-s {
        padding-right: 20px;
        padding-left: 20px; } }
  @media (min-width: 768px) {
    .l-inner-s {
      max-width: 740px; } }
  @media (min-width: 992px) {
    .l-inner-s {
      max-width: 880px; } }

.l-inner {
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 576px) {
    .l-inner {
      max-width: 550px; } }
  @media (min-width: 768px) {
    .l-inner {
      max-width: 740px; } }
  @media (min-width: 992px) {
    .l-inner {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .l-inner {
      max-width: 1120px; } }

.l-flex {
  display: flex; }

.l-sec {
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .l-sec {
      margin-bottom: 60px; } }

.l-sec-s {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .l-sec-s {
      margin-bottom: 50px; } }

.l-back {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .l-back {
      padding: 60px 0; } }

.l-sec-mt0 {
  margin-top: -40px; }
  @media screen and (max-width: 767px) {
    .l-sec-mt0 {
      margin-top: -10px; } }

.l-flex-content {
  display: flex;
  justify-content: space-between; }
  .l-flex-content .l-flex-main {
    width: calc(100% - 260px); }
  .l-flex-content .l-flex-side {
    width: 200px; }
  @media screen and (max-width: 991px) {
    .l-flex-content {
      display: block; }
      .l-flex-content .l-flex-main {
        width: 100%; }
      .l-flex-content .l-flex-side {
        width: 100%; } }

.l-flex-section {
  display: flex;
  justify-content: space-between; }
  .l-flex-section .txt {
    width: calc(100% - 360px); }
  .l-flex-section .img {
    width: 340px; }
  @media screen and (max-width: 767px) {
    .l-flex-section {
      display: block; }
      .l-flex-section .txt {
        width: 100%; }
      .l-flex-section .img {
        width: 300px;
        margin: 20px auto 0; } }
  @media screen and (max-width: 767px) {
    .l-flex-section .img {
      width: 240px; } }

/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/
/* --------------------------------------------------
 MV-SLIDER
-------------------------------------------------- */
.mv-slider {
  position: relative;
  overflow: hidden; }
  .mv-slider .slick-list {
    padding: 0 30%; }
  .mv-slider .at-item {
    transition: .3s; }
  .mv-slider .slick-arrow {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #848484;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 10; }
  .mv-slider .slick-prev {
    left: 30%;
    margin-left: -18px; }
    .mv-slider .slick-prev:after {
      content: "";
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      margin-top: -5px;
      height: 10px;
      width: 10px;
      position: absolute;
      top: 50%;
      left: 14px;
      transform: rotate(-135deg); }
  .mv-slider .slick-next {
    right: 30%;
    margin-right: -18px; }
    .mv-slider .slick-next:after {
      content: "";
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      margin-top: -5px;
      height: 10px;
      width: 10px;
      position: absolute;
      top: 50%;
      left: 11px;
      transform: rotate(45deg); }
  .mv-slider .at-info li {
    display: inline-block;
    margin-right: 3px; }
  @media screen and (min-width: 901px) {
    .mv-slider {
      padding: 80px 0 40px; }
      .mv-slider .at-item {
        padding: 0 1.7rem; }
      /*.mv-slider .at-item:not(.slick-center) {*/
        /*transform: scale(0.8); }*/
      .mv-slider .at-title {
        font-size: 18px; }

    .slick-slide {
      transform: scale(0.8);
      transition: .3s;
    }
    .slick-slide.slick-current,
    .slick-slide.is-active-next {
      transform: scale(1);
    } }
  @media screen and (max-width: 900px) {
    .mv-slider {
      padding: 70px  0 40px; }
      .mv-slider .at-item {
        padding: 0 1.7rem; }
      .mv-slider .at-title {
        font-size: 15px; } }
  @media screen and (max-width: 700px) {
    .mv-slider {
      padding: 50px 0 40px; }
      .mv-slider .slick-list {
        padding: 0 !important; }
      .mv-slider .at-item {
        padding: 0 3rem; }
      .mv-slider .slick-prev {
        left: 7%; }
      .mv-slider .slick-next {
        right: 7%; } }

/*--------------------------------------------------------------
# ARTICLE
--------------------------------------------------------------*/
/* --------------------------------------------------
 NEWS
-------------------------------------------------- */
.news .news-info {
  margin-bottom: 7px; }

.news .title-border {
  font-size: 18px; }

.news .news-content p + p {
  margin-top: 20px; }

@media screen and (max-width: 767px) {
  .news .title-border {
    font-size: 16px; } }

.at-thumb {
  margin-bottom: 5px;
  line-height: 0;
  transition: .3s; }
  a:hover .at-thumb {
    opacity: .7; }

.at-title {
  color: #0071B2;
  margin-bottom: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: .3s; }
  a:hover .at-title {
    color: #009bef; }

.at-info {
  transition: .3s; }
  .at-info li {
    margin-bottom: 10px; }
  a:hover .at-info {
    opacity: .7; }

.at-info dl {
  display: flex;
  align-items: flex-start; }

.at-info dt {
  font-size: 12px;
  background: #0071B2;
  color: #fff;
  padding: 2px 10px;
  white-space: nowrap; }

.at-info dd {
  padding-left: 5px;
  color: #828282;
  font-size: 13px; }
  .at-info dd a {
    color: #0071B2;
    text-decoration: underline; }
    .at-info dd a:hover {
      text-decoration: none;
      opacity: .7; }

.list-article-gray .at-info dt {
  background: #98A6B5; }

.list-article-review .at-info dt {
  width: 80px;
  text-align: center;
  padding: 2px 0;
  font-size: 12px; }

.list-article-review .at-info dd {
  width: calc(100% - 80px); }

/* --------------------------------------------------
 SEC-ARTICLE
-------------------------------------------------- */
.sec-article .title {
  background: #F9F9F9;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 20px; }
  .sec-article .title.title-b {
    background: #0071B2; }
    .sec-article .title.title-b h2 {
      color: #fff; }
  .sec-article .title h2 {
    color: #707070;
    font-size: 20px; }
  .sec-article .title .more {
    background: #fff;
    color: #0071B2;
    padding: 3px 30px 3px 10px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px; }
    .sec-article .title .more:after {
      content: "";
      border-top: 2px solid #0071B2;
      border-right: 2px solid #0071B2;
      margin-top: -3.5px;
      height: 7px;
      width: 7px;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: rotate(45deg); }
    .sec-article .title .more:hover {
      background: #0071B2;
      color: #fff; }
      .sec-article .title .more:hover:after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }

.sec-article .info {
  background: #E6E6E6;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 20px; }

@media screen and (max-width: 575px) {
  .sec-article .title h2 {
    font-size: 16px; } }

/* --------------------------------------------------
 LIST-ARTICLE
-------------------------------------------------- */
.list-article .at-info li:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 575px) {
  .list-article article {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    margin-left: 0;
    margin-bottom: 40px; } }

@media screen and (min-width: 576px) {
  .list-article {
    display: flex;
    flex-wrap: wrap; }
    .list-article article {
      width: calc((100% - 15px)/2);
      margin-left: 15px;
      margin-bottom: 40px; }
      .list-article article:nth-child(2n+1) {
        margin-left: 0; } }

@media screen and (min-width: 768px) {
  .list-article article {
    margin-bottom: 50px; } }

@media screen and (min-width: 993px) {
  .list-article article {
    width: calc((100% - 45px)/4);
    font-size: 16px;
    margin: 0 0 60px 15px; }
    .list-article article:nth-child(2n+1) {
      margin-left: 15px; }
    .list-article article:nth-child(3n+1) {
      margin-left: 15px; }
    .list-article article:nth-child(4n+1) {
      margin-left: 0; } }

.list-article-3 .at-info li:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 575px) {
  .list-article-3 article {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    margin-left: 0;
    margin-bottom: 40px; } }

@media screen and (min-width: 576px) {
  .list-article-3 {
    display: flex;
    flex-wrap: wrap; }
    .list-article-3 article {
      width: calc((100% - 15px)/2);
      margin-left: 15px;
      margin-bottom: 40px; }
      .list-article-3 article:nth-child(2n+1) {
        margin-left: 0; } }

@media screen and (min-width: 768px) {
  .list-article-3 article {
    margin-bottom: 50px; } }

@media screen and (min-width: 993px) {
  .list-article-3 article {
    width: calc((100% - 30px)/3);
    font-size: 16px;
    margin: 0 0 60px 15px; }
    .list-article-3 article:nth-child(2n+1) {
      margin-left: 15px; }
    .list-article-3 article:nth-child(3n+1) {
      margin-left: 0; } }

.star {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-left: 2px;
  white-space: nowrap;
  color: #707070; }
  .star:before {
    content: "";
    background: url(../img/star5_w.png) no-repeat left center;
    font-size: 14px;
    width: 140px;
    height: 20px;
    background-size: 140px 20px;
    display: inline-block; }
  .star:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    content: "";
    background: url(../img/star5.png) no-repeat left center;
    font-size: 14px;
    width: 140px;
    height: 20px;
    background-size: 140px 20px;
    display: inline-block; }
  .star[data-rate='0']:after {
    width: 0; }
  .star[data-rate='1']:after {
    width: 20%; }
  .star[data-rate='2']:after {
    width: 40%; }
  .star[data-rate='3']:after {
    width: 60%; }
  .star[data-rate='4']:after {
    width: 80%; }
  .star[data-rate='5']:after {
    width: 100%; }

.star-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 140px;
  height: 20px; }
  .star-input label {
    width: 24px;
    height: 23px;
    position: relative; }
    .star-input label:hover:before,
    .star-input label:hover ~ label:before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 23px;
      background: url(../img/star.png) no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0; }
  .star-input input[type="radio"] + label:before,
  .star-input input[type="radio"] + label:after {
    border: none;
    content: none; }
  .star-input input[type="radio"]:checked ~ label:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 23px;
    background: url(../img/star.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0; }
  .star-input input[type="radio"]:checked ~ label:after {
    content: none; }

/* --------------------------------------------------
 LIST-ARTICLE-SLIDER
-------------------------------------------------- */
@media screen and (max-width: 577px) {
  .list-article-slider {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    cursor: move;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: none;
    -ms-overflow-style: none; }
    .list-article-slider article {
      position: relative;
      flex: 0 0 calc((100% + 0.5rem)/1.4);
      max-width: calc((100% + .5rem)/1.4);
      min-width: calc((100% + .5rem)/1.4);
      padding-right: .5rem; } }

@media screen and (min-width: 576px) {
  .list-article-slider {
    position: relative; }
    .list-article-slider .slick-disabled {
      display: none !important; }
    .list-article-slider .slick-arrow {
      width: 30px;
      height: 30px;
      border-radius: 18px;
      background: #848484;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 0;
      z-index: 10; }
    .list-article-slider .slick-prev {
      left: -16px;
      margin-left: -18px; }
      .list-article-slider .slick-prev:after {
        content: "";
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        margin-top: -5px;
        height: 10px;
        width: 10px;
        position: absolute;
        top: 50%;
        left: 12px;
        transform: rotate(-135deg); }
    .list-article-slider .slick-next {
      right: -34px;
      margin-left: -18px; }
      .list-article-slider .slick-next:after {
        content: "";
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        margin-top: -5px;
        height: 10px;
        width: 10px;
        position: absolute;
        top: 50%;
        left: 8px;
        transform: rotate(45deg); }
    .list-article-slider .slick-list {
      margin: 0 -7.5px; }
    .list-article-slider article {
      margin: 0 7.5px; } }

/* --------------------------------------------------
 LIST-REVIEW
-------------------------------------------------- */
.list-review article {
  margin-bottom: 40px; }

.list-review a {
  display: flex;
  justify-content: space-between; }

.list-review .at-thumb {
  width: 320px; }

.list-review .at-txt {
  width: calc(100% - 350px); }

@media screen and (max-width: 767px) {
  .list-review a {
    display: block; }
  .list-review .at-thumb {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
  .list-review .at-txt {
    width: 100%; } }

/* --------------------------------------------------
 AT-REVIEW-DETAIL
-------------------------------------------------- */
.at-review-detail .l-flex {
  display: flex;
  justify-content: space-between; }

.at-review-detail .at-thumb {
  width: 320px; }

.at-review-detail .at-txt {
  width: calc(100% - 350px); }
  .at-review-detail .at-txt dl {
    justify-content: space-between; }
  .at-review-detail .at-txt dt {
    width: 70px;
    padding: 2px 0;
    text-align: center; }
  .at-review-detail .at-txt dd {
    width: calc(100% - 75px);
    font-size: 15px; }

@media screen and (max-width: 767px) {
  .at-review-detail .l-flex {
    display: block; }
  .at-review-detail .at-thumb {
    text-align: center;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 20px; }
  .at-review-detail .at-txt {
    width: 100%; }
    .at-review-detail .at-txt dd {
      font-size: 14px; } }

/*--------------------------------------------------------------
# FORM
--------------------------------------------------------------*/
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='text'],
input[type='email'],
input[type='radio'],
input[type='checkbox'],
input[type='date'],
input[type='time'],
input[type='tel'],
input[type='number'],
input[type='password'],
input[type='file'],
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 16px; }

textarea {
  resize: vertical; }

input[type='submit'],
input[type='button'],
input[type='reset'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='number'],
input[type='date'],
input[type='time'],
textarea {
  border: 2px solid #E6E6E6;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  min-height: 52px; }

input[type="radio"], input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  input[type="radio"] + label, input[type="checkbox"] + label {
    line-height: 30px;
    position: relative; }
    input[type="radio"] + label:before, input[type="checkbox"] + label:before {
      content: '';
      background: #fff;
      border-radius: 5px;
      border: 2px solid #E6E6E6;
      display: inline-block;
      width: 30px;
      height: 30px;
      position: relative;
      top: 0;
      margin-right: 7px;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease; }
  input[type="radio"]:checked + label:after, input[type="checkbox"]:checked + label:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 12px;
    border: solid #1E98D6;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }
  input[type="radio"]:focus + label:before, input[type="checkbox"]:focus + label:before {
    outline: none;
    border-color: #1E98D6; }
  input[type="radio"]:disabled + label:before, input[type="checkbox"]:disabled + label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4; }
  input[type="radio"] + label:empty:before, input[type="checkbox"] + label:empty:before {
    margin-right: 0; }

input[type="file"] {
  display: none; }

.file .file-box {
  border: 2px solid #E6E6E6;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  position: relative;
  height: 52px; }

.file label {
  background: #1E98D6;
  color: #fff;
  font-size: 11px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  border-radius: 0 10px 10px 0; }

.input-s {
  max-width: 300px;
  width: 100%; }

.privacy {
  position: relative;
  display: inline-block;
  margin-top: 50px; }

.box-note h4 {
  font-weight: normal; }

.box-form h4 {
  font-weight: bold !important; }

.box-form .txt {
  color: #333;
  display: block;
  font-size: 14px; }

.box-form-confirm dd {
  padding: 15px 0; }

@media screen and (max-width: 767px) {
  .box-form-confirm dd {
    padding: 5px 0; } }

.select-box {
  background: #fff;
  border: 2px solid #E6E6E6;
  border-radius: 10px;
  font-size: 100%;
  padding: 6px;
  position: relative; }
  .select-box:after {
    content: "";
    border-top: 3px solid #1E98D6;
    border-right: 3px solid #1E98D6;
    margin-top: -7px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: rotate(135deg); }
  .select-box select {
    width: 100%;
    padding-left: 40px; }
  @media screen and (max-width: 500px) {
    .select-box:after {
      content: "";
      border-top: 2px solid #1E98D6;
      border-right: 2px solid #1E98D6;
      margin-top: -4px;
      height: 8px;
      width: 8px;
      left: 15px; }
    .select-box select {
      width: 100%;
      padding-left: 30px; } }

.select-box-s {
  max-width: 300px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .select-box-s {
      max-width: 100%; } }

.list-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }
  .list-checkbox li {
    position: relative;
    width: 33.33333%;
    margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .list-checkbox li {
      width: 50%; } }

.date-select {
  width: 90%;
  display: flex;
  justify-content: space-between; }
  .date-select input {
    width: 49%; }
  @media screen and (max-width: 767px) {
    .date-select {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .date-select {
      display: block; }
      .date-select input {
        width: 100%; }
        .date-select input + input {
          margin-top: 10px; } }

/* --------------------------------------------------
 SEC-SEARCH
-------------------------------------------------- */
#sec-search {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16); }
  #sec-search h2 {
    background: #1E98D6;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px; }
  #sec-search .l-flex {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; }
  #sec-search dl {
    display: flex;
    align-items: center; }
  #sec-search dt {
    font-weight: bold;
    width: 100px;
    text-align: right;
    padding-right: 15px; }
  #sec-search dd {
    width: calc(100% - 100px); }
  @media screen and (max-width: 1000px) {
    #sec-search {
      border-radius: 20px; } }
  @media screen and (max-width: 767px) {
    #sec-search {
      border-radius: 10px; }
      #sec-search h2 {
        font-size: 18px; } }
  @media screen and (max-width: 500px) {
    #sec-search h2 {
      font-size: 17px; }
    #sec-search dl {
      justify-content: space-between; }
    #sec-search dt {
      width: 80px;
      padding-right: 0; }
    #sec-search dd {
      width: calc(100% - 90px); } }

.list-formbtn {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .list-formbtn li {
    margin: 0 10px; }
  .list-formbtn input {
    color: #fff;
    font-size: 14px; }

.list-genre {
  display: flex;
  justify-content: center;
  align-items: center; }
  .list-genre > li {
    margin: 0 10px; }

.list-fee {
  display: flex; }
  .list-fee li {
    margin-right: 10px; }
  .list-fee label {
    position: relative;
    font-weight: bold; }

.box-note {
  margin-top: 50px;
  display: inline-block;
  text-align: left; }
  .box-note h4 {
    margin-bottom: 5px; }

.list-form .check dd {
  padding-top: 12px; }
  .list-form .check dd p {
    position: relative; }
  .list-form .check dd ul {
    display: flex; }
  .list-form .check dd li {
    position: relative;
    margin-right: 15px; }
    .list-form .check dd li:last-child {
      margin-right: 0; }

@media screen and (max-width: 767px) {
  .list-form .check dd {
    padding-top: 0; } }

.txt-error {
  color: #0071B2;
  margin: 2px 0 0;
  display: block;
  font-size: 14px; }

/* --------------------------------------------------
 SEC-SEARCH-WRAPPER
-------------------------------------------------- */
.sec-search-wrapper {
  padding: 60px 0; }
  .sec-search-wrapper .l-inner-m {
    position: relative; }
  .sec-search-wrapper .content {
    padding: 40px 0;
    max-width: 900px;
    width: 90%;
    margin: 0 auto; }
  .sec-search-wrapper .copy {
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px; }
    .sec-search-wrapper .copy img {
      margin-left: 10px;
      width: 250px; }
      @media screen and (max-width: 1300px) {
        .sec-search-wrapper .copy img {
          width: 200px; } }
      @media screen and (max-width: 1000px) {
        .sec-search-wrapper .copy img {
          width: 130px; } }
      @media screen and (max-width: 500px) {
        .sec-search-wrapper .copy img {
          width: 120px; } }
  .sec-search-wrapper .illu {
    width: 300px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -150px;
    z-index: 1; }
  .sec-search-wrapper .illu2 {
    width: 486px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -243px;
    z-index: 1; }
  .sec-search-wrapper .bg-pb {
    padding: 20px 0;
    z-index: 0; }
  .sec-search-wrapper .list-sort {
    margin-left: 50px; }
  .sec-search-wrapper .list-btn {
    display: flex;
    justify-content: center; }
    .sec-search-wrapper .list-btn li {
      margin: 0 10px; }
    .sec-search-wrapper .list-btn .btn {
      width: 200px; }
  .sec-search-wrapper .keyword dt {
    font-size: 20px;
    width: 140px !important; }
  .sec-search-wrapper .select-box {
    max-width: 280px;
    width: 280px; }
  @media screen and (max-width: 1000px) {
    .sec-search-wrapper .select-box {
      max-width: 200px;
      width: 200px; } }
  @media screen and (max-width: 767px) {
    .sec-search-wrapper .content {
      padding: 30px 0 40px; }
    .sec-search-wrapper .l-flex {
      display: block; }
    .sec-search-wrapper .list-genre {
      display: block; }
      .sec-search-wrapper .list-genre + .list-genre {
        margin-top: 20px; }
      .sec-search-wrapper .list-genre li {
        margin: 0; }
    .sec-search-wrapper .list-sort {
      margin: 20px 0 0; }
    .sec-search-wrapper .select-box {
      max-width: 100%;
      width: 100%; }
    .sec-search-wrapper dt {
      text-align: left !important; }
    .sec-search-wrapper .list-btn .btn {
      width: 170px; }
    .sec-search-wrapper .copy {
      display: block;
      text-align: center;
      font-size: 20px; }
      .sec-search-wrapper .copy img {
        display: block;
        margin: 10px auto 0; }
    .sec-search-wrapper .illu {
      width: 270px;
      margin-left: -135px; }
    .sec-search-wrapper .illu2 {
      width: 300px;
      margin-left: -150px; }
    .sec-search-wrapper .keyword dt {
      font-size: 15px;
      width: 100px !important; } }
  @media screen and (max-width: 500px) {
    .sec-search-wrapper .copy {
      font-size: 18px; }
    .sec-search-wrapper .list-btn .btn {
      width: 140px; }
    .sec-search-wrapper .illu {
      width: 250px;
      margin-left: -125px; }
    .sec-search-wrapper .illu2 {
      width: 270px;
      margin-left: -135px; }
    .sec-search-wrapper .keyword dt {
      font-size: 14px;
      width: 80px !important;
      padding-right: 0 !important; } }
  @media screen and (max-width: 400px) {
    .sec-search-wrapper .copy {
      font-size: 17px; } }

.index-sec-search-wrapper {
  padding: 60px 0 0; }
  .index-sec-search-wrapper .l-inner-m {
    padding-bottom: 120px; }
  .index-sec-search-wrapper #sec-search {
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .index-sec-search-wrapper .l-inner-m {
      padding-bottom: 100px; } }
  @media screen and (max-width: 500px) {
    .index-sec-search-wrapper .l-inner-m {
      padding-bottom: 90px; } }

.conv-sec-search-wrapper {
  padding: 60px 0 0; }
  .conv-sec-search-wrapper .l-inner-m {
    padding-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .conv-sec-search-wrapper .l-inner-m {
      padding-bottom: 70px; } }
  @media screen and (max-width: 500px) {
    .conv-sec-search-wrapper .l-inner-m {
      padding-bottom: 60px; } }

/*--------------------------------------------------------------
# LINK
--------------------------------------------------------------*/
.btn {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  width: 200px;
  cursor: pointer;
  font-size: 15px; }
  .btn:after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -3.5px;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: rotate(45deg);
    transition: .3s; }
  .btn input {
    margin-top: -4px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .btn input {
        font-size: 14px;
        margin-top: -7px; } }

.btn-m {
  height: 45px;
  line-height: 45px;
  border-radius: 23px; }
  @media screen and (max-width: 1150px) {
    .btn-m {
      height: 40px;
      line-height: 40px;
      border-radius: 20px; } }

.btn-l {
  height: 45px;
  line-height: 45px;
  border-radius: 23px;
  width: 240px; }
  @media screen and (max-width: 1150px) {
    .btn-l {
      height: 40px;
      line-height: 40px;
      border-radius: 20px; } }

.btn-ll {
  height: 45px;
  line-height: 45px;
  border-radius: 23px;
  max-width: 300px;
  width: 100%; }
  @media screen and (max-width: 1150px) {
    .btn-ll {
      height: 40px;
      line-height: 40px;
      border-radius: 20px;
      max-width: 280px;
      width: 100%; } }

.btn-w {
  background: #fff;
  color: #333;
  border: 1px solid #fff; }
  .btn-w:after {
    border-top: 2px solid #0071B2;
    border-right: 2px solid #0071B2; }
  .btn-w:hover {
    background: #0071B2;
    color: #fff; }
    .btn-w:hover:after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }

.btn-wb {
  background: #fff;
  color: #0071B2;
  border: 1px solid #fff; }
  .btn-wb:after {
    border-top: 2px solid #0071B2;
    border-right: 2px solid #0071B2; }
  .btn-wb:hover {
    background: #1E98D6;
    color: #fff; }
    .btn-wb:hover:after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }

.btn-y {
  background: #FFF504;
  color: #333;
  border: 1px solid #FFF504; }
  .btn-y:after {
    border-top: 2px solid #333;
    border-right: 2px solid #333; }
  .btn-y:hover {
    background: #fff; }

.btn-b {
  background: #0071B2;
  border: 1px solid #0071B2; }
  .btn-b > * {
    color: #fff; }
  .btn-b:hover {
    background: #fff;
    color: #0071B2; }
    .btn-b:hover:after {
      border-top: 2px solid #0071B2;
      border-right: 2px solid #0071B2; }
    .btn-b:hover > * {
      color: #0071B2; }

.btn-g {
  background: #CDD6DD; }
  .btn-g:hover {
    background: #afb7be; }

.btn-dg {
  background: #8D979D; }
  .btn-dg:hover {
    background: #ccc; }

.btn-dg a {
  color: #fff;
}

.btn-center {
  margin: 50px auto 0; }
  .btn-center + .btn-center {
    margin: 20px auto 0; }
  @media screen and (max-width: 767px) {
    .btn-center {
      margin: 40px auto 0; } }

/* --------------------------------------------------
 SLICK-ARROW
-------------------------------------------------- */
.slick-arrow {
  transition: .3s; }
  .slick-arrow:hover {
    opacity: .7; }

/* --------------------------------------------------
 BTN-PAGING
-------------------------------------------------- */
.btn-paging {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-weight: bold; }
  .btn-paging > * {
    margin: 0 10px; }
  .btn-paging .btn-paging-arrow {
    background: #E6E6E6;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    position: relative; }
    .btn-paging .btn-paging-arrow:hover {
      background: #eee; }
  .btn-paging a:hover {
    color: #0071B2; }
  .btn-paging span {
    color: #0071B2; }
  .btn-paging .btn-prev {
    margin-right: 15px; }
    .btn-paging .btn-prev:before {
      content: "";
      width: 16px;
      height: 16px;
      background: url(../img/arrow_prev.png) no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -8px 0 0 -8px; }
  .btn-paging .btn-next {
    margin-left: 15px; }
    .btn-paging .btn-next:before {
      content: "";
      width: 16px;
      height: 16px;
      background: url(../img/arrow_next.png) no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -8px 0 0 -8px; }

/* --------------------------------------------------
 PAGETOP
-------------------------------------------------- */
#pagetop {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #848484;
  z-index: 10;
  transition: .3s; }
  #pagetop:before {
    content: "";
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-top: -3px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg);
    margin-left: -5px; }
  #pagetop:hover {
    opacity: .7; }

/* --------------------------------------------------
 HEART
-------------------------------------------------- */
.heart {
  position: absolute;
  width: 20px;
  height: 18px;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  cursor: pointer; }
  .heart:before, .heart:after {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    width: 10px;
    height: 16px;
    background: #8D979D;
    border-radius: 10px 10px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%; }
  .heart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%; }
  .heart.like:before, .heart.like:after {
    background: #F23E9E; }

.at-btn-detail {
  background: #E6E6E6;
  max-width: 160px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 20px auto 0;
  color: #333;
  font-size: 14px;
  transition: .3s; }
  .at-btn-detail:after {
    content: "";
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    margin-top: -3px;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: rotate(45deg); }
  .at-btn-detail:hover {
    background: #eee; }

.at-btn-detail-box {
  display: flex;
  justify-content: space-between; }
  .at-btn-detail-box .at-btn-detail {
    width: 48%;
    font-size: 12px; }

.at-btn-detail-dg {
  background: #8D979D;
  color: #fff; }
  .at-btn-detail-dg:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }
  .at-btn-detail-dg:hover {
    background: #ccc; }

.at-btn-detail-b {
  background: #98A6B5;
  color: #fff; }
  .at-btn-detail-b:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }
  .at-btn-detail-b:hover {
    background: #b2c5d5; }

/*--------------------------------------------------------------
# LIST
--------------------------------------------------------------*/
.list-breadcrumb {
  padding: 20px 0;
  margin-bottom: 40px; }
  .list-breadcrumb li {
    display: inline-block;
    font-size: 14px; }
    .list-breadcrumb li + li {
      padding-left: 13px;
      position: relative; }
      .list-breadcrumb li + li:before {
        content: "";
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        margin-top: -3px;
        height: 6px;
        width: 6px;
        position: absolute;
        top: 50%;
        left: 1px;
        transform: rotate(45deg); }
  .list-breadcrumb a {
    font-size: 14px; }
    .list-breadcrumb a:hover {
      color: #0071B2; }
  @media screen and (max-width: 767px) {
    .list-breadcrumb {
      margin-bottom: 10px; } }

/* --------------------------------------------------
 LIST-DETAIL
-------------------------------------------------- */
.list-detail li {
  margin-bottom: 10px; }

.list-detail dl {
  display: flex;
  justify-content: space-between; }

.list-detail dt {
  width: 300px;
  padding: 15px;
  font-size: 16px;
  color: #0071B2;
  border-bottom: 1px solid #1E98D6; }

.list-detail dd {
  width: calc(100% - 320px);
  padding: 15px;
  border-bottom: 1px solid #1E98D6; }

.list-detail .thumb {
  padding: 15px 0; }

@media screen and (max-width: 767px) {
  .list-detail li {
    padding: 15px 0;
    border-bottom: 1px solid #1E98D6;
    margin-bottom: 0; }
  .list-detail dl {
    display: block; }
  .list-detail dt {
    width: 100%;
    border: none;
    padding: 0 10px;
    font-size: 15px;
    margin-bottom: 5px; }
  .list-detail dd {
    width: 100%;
    border: none;
    padding: 0 10px; }
  .list-detail .thumb {
    text-align: center; } }

.list-detail-seminar dt {
  width: 280px;
  font-weight: bold; }

.list-detail-seminar dd {
  width: calc(100% - 300px); }
  .list-detail-seminar dd a {
    color: #0071B2;
    text-decoration: underline; }
    .list-detail-seminar dd a:hover {
      opacity: .7;
      text-decoration: none; }

@media screen and (max-width: 767px) {
  .list-detail-seminar dt {
    width: 100%; }
  .list-detail-seminar dd {
    width: 100%; } }

/* --------------------------------------------------
 LIST-FORM
-------------------------------------------------- */
.list-form > li {
  margin-bottom: 25px; }
  .list-form > li:last-child {
    margin-bottom: 0; }

.list-form dl {
  display: flex;
  justify-content: space-between; }
  .list-form dl.txtarea {
    align-items: flex-start; }

.list-form dt {
  width: 220px;
  font-size: 18px;
  color: #0071B2;
  font-weight: bold;
  position: relative;
  padding: 10px 0 0; }

.list-form dd {
  width: calc(100% - 240px); }

.list-form .required dt:after {
  content: '必須';
  width: 60px;
  background: #E6E6E6;
  text-align: center;
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  display: inline-block;
  font-weight: normal;
  position: relative;
  margin-top: -3px; }

@media screen and (max-width: 767px) {
  .list-form dl {
    display: block; }
  .list-form dt {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    font-size: 16px; }
  .list-form dd {
    width: 100%; } }

/* --------------------------------------------------
 LIST-NOTE
-------------------------------------------------- */
.list-note {
  margin-bottom: 5px; }
  .list-note li {
    padding-left: 17px;
    position: relative;
    margin-bottom: 3px; }
    .list-note li:last-child {
      margin-bottom: 0; }
    .list-note li:before {
      content: '※';
      position: absolute;
      left: 0;
      top: 0; }

/* --------------------------------------------------
 LIST-NOTE
-------------------------------------------------- */
.list li {
  margin-bottom: 2px; }
  .list li:last-child {
    margin-bottom: 0; }

/* --------------------------------------------------
 LIST-LINK
-------------------------------------------------- */
.list-link li {
  margin-bottom: 10px; }
  .list-link li:last-child {
    margin-bottom: 0; }

.list-link a {
  display: block;
  background: #FFFFFF;
  padding: 10px 30px 10px 20px;
  color: #0071B2;
  position: relative; }
  .list-link a:before {
    content: "";
    border-top: 2px solid #0071B2;
    border-right: 2px solid #0071B2;
    margin-top: -3.5px;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: rotate(45deg);
    transition: .3s; }
  .list-link a:hover {
    background: #0071B2;
    color: #fff; }
    .list-link a:hover:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }

/* --------------------------------------------------
 LIST-SIDE-LINK
-------------------------------------------------- */
.list-side-link li {
  margin-bottom: 20px; }
  .list-side-link li:last-child {
    margin-bottom: 0; }

.list-side-link a {
  background: #F9F9F9;
  color: #0071B2;
  padding: 15px 10px 15px 35px;
  position: relative;
  border-radius: 10px; }
  .list-side-link a:before {
    content: "";
    border-top: 2px solid #98A6B5;
    border-right: 2px solid #98A6B5;
    margin-top: -3.5px;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: rotate(45deg);
    transition: .3s; }
  .list-side-link a:hover {
    background: #0071B2;
    color: #fff; }
    .list-side-link a:hover:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }

/* --------------------------------------------------
 LIST-FLOW
-------------------------------------------------- */
.list-flow {
  counter-reset: item; }
  .list-flow > li {
    margin-bottom: 50px; }
    .list-flow > li:last-child {
      margin-bottom: 0; }
  .list-flow h4 {
    background: #F9F9F9;
    padding-left: 100px;
    position: relative;
    line-height: 50px;
    margin-bottom: 20px; }
    .list-flow h4:before {
      counter-increment: item;
      content: counter(item, decimal-leading-zero);
      display: inline-block;
      margin-right: 3px;
      position: absolute;
      width: 80px;
      height: 100%;
      left: 0;
      top: 0;
      background: #FFF504;
      text-align: center; }
  .list-flow p + p {
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .list-flow h4 {
      padding-left: 50px; }
      .list-flow h4:before {
        width: 40px; } }

/* --------------------------------------------------
 LIST-FAQ
-------------------------------------------------- */
.list-faq li {
  padding: 40px 0;
  border-bottom: 5px solid #E6E6E6; }
  .list-faq li:first-child {
    padding-top: 0; }

.list-faq dt {
  color: #0071B2;
  margin-bottom: 20px;
  padding-left: 70px;
  position: relative; }
  .list-faq dt:before {
    content: 'Q';
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #23ADF6;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 45px; }

.list-faq dd {
  padding-left: 70px;
  position: relative; }
  .list-faq dd:before {
    content: 'A';
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #FFF504;
    font-size: 27px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 47px; }

@media screen and (max-width: 767px) {
  .list-faq dt {
    padding-left: 50px; }
    .list-faq dt:before {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      font-size: 22px;
      line-height: 37px; }
  .list-faq dd {
    padding-left: 50px; }
    .list-faq dd:before {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      font-size: 22px;
      line-height: 37px; } }

/* --------------------------------------------------
 LIST-DOT
-------------------------------------------------- */
.list-dot li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 3px; }
  .list-dot li a {
    display: inline-block;
    color: #0071B2; }
  .list-dot li:last-child {
    margin-bottom: 0; }
  .list-dot li:before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
    color: #0071B2; }

/* --------------------------------------------------
 LIST-NUM
-------------------------------------------------- */
.list-num {
  counter-reset: item; }
  .list-num li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px; }
    .list-num li ul {
      margin: 10px 0 8px 10px; }
    .list-num li a {
      display: inline-block;
      color: #0071B2; }
    .list-num li:last-child {
      margin-bottom: 0; }
    .list-num li:before {
      counter-increment: item;
      content: counter(item) ".";
      display: inline-block;
      margin-right: 3px;
      position: absolute;
      top: 0;
      left: 0;
      color: #0071B2; }

/* --------------------------------------------------
 LIST-TXT
-------------------------------------------------- */
.list-txt {
  counter-reset: txtitem; }
  .list-txt li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 5px; }
    .list-txt li a {
      display: inline-block;
      color: #0071B2; }
    .list-txt li:last-child {
      margin-bottom: 0; }
    .list-txt li:before {
      counter-increment: txtitem;
      content: counter(txtitem, lower-alpha) ".";
      display: inline-block;
      margin-right: 3px;
      position: absolute;
      top: 0;
      left: 0;
      color: #0071B2; }

/*--------------------------------------------------------------
# MEDIA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# NEWS
--------------------------------------------------------------*/
.list-news li {
  border-bottom: 3px solid #E6E6E6; }

.list-news a {
  position: relative;
  padding: 17px 30px 17px 0;
  display: block; }
  .list-news a:after {
    content: "";
    border-top: 2px solid #0071B2;
    border-right: 2px solid #0071B2;
    margin-top: -5px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg); }
  .list-news a:hover .news-title {
    color: #0071B2; }

.list-news .news-title {
  font-size: 16px;
  transition: .3s; }

@media screen and (max-width: 1000px) {
  .list-news .news-title {
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  .list-news .news-title {
    font-size: 15px; } }

.news-info {
  display: flex;
  align-items: center;
  margin-bottom: 2px; }
  .news-info .cat {
    background: #0071B2;
    color: #fff;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 12px; }

/*--------------------------------------------------------------
# SECTION
--------------------------------------------------------------*/
/* --------------------------------------------------
 EM-BOX
-------------------------------------------------- */
.em-box {
  background: #F9F9F9;
  padding: 30px; }
  .em-box.em-box-form {
    border-radius: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .em-box.em-box-form {
        border-radius: 10px;
        margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .em-box {
      padding: 20px; } }
  @media screen and (max-width: 500px) {
    .em-box .txt-c {
      text-align: left; } }

/* --------------------------------------------------
 SEC-APPLY
-------------------------------------------------- */
.sec-apply .em-box {
  text-align: center; }

.sec-apply .btn {
  margin: 0 auto; }

/* --------------------------------------------------
 SEC-DETAIL
-------------------------------------------------- */
.sec-detail .img {
  margin-bottom: 40px; }

.sec-detail .l-flex-detail {
  margin-bottom: 30px;
  justify-content: space-between; }
  .sec-detail .l-flex-detail dt {
    width: 300px; }
  .sec-detail .l-flex-detail dd {
    width: calc(100% - 320px); }

@media screen and (max-width: 767px) {
  .sec-detail .img {
    margin-bottom: 20px; }
  .sec-detail .l-flex-detail {
    display: block;
    margin-bottom: 10px; }
    .sec-detail .l-flex-detail dt {
      width: 100%;
      margin-bottom: 10px; }
    .sec-detail .l-flex-detail .thumb {
      text-align: center; }
    .sec-detail .l-flex-detail dd {
      width: 100%; } }

/* --------------------------------------------------
 SEC-TAB
-------------------------------------------------- */
.sec-tab .sec-tab-btn {
  position: relative;
  display: flex;
  justify-content: space-between; }

.sec-tab .tab {
  color: #0071B2;
  text-align: center;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
  line-height: 1.5; }
  .sec-tab .tab.is-current {
    background: #E6E6E6; }
  .sec-tab .tab br {
    display: none; }

.sec-tab a.tab {
  background: #F9F9F9; }
  .sec-tab a.tab:hover {
    background: #E6E6E6; }

@media screen and (max-width: 767px) {
  .sec-tab .tab {
    border-radius: 15px 15px 0 0;
    padding: 15px; }
    .sec-tab .tab br {
      display: block; } }

@media screen and (max-width: 500px) {
  .sec-tab .tab {
    border-radius: 15px 15px 0 0;
    padding: 10px;
    font-size: 14px; } }

@media screen and (max-width: 350px) {
  .sec-tab .tab {
    padding: 8px;
    font-size: 13px; } }

.sec-tab.sec-tab-2 .tab {
  width: 49.6%; }

.sec-tab.sec-tab-3 .tab {
  width: 33.1%; }

.sec-tab .box-form {
  max-width: 700px;
  margin: 0 auto; }
  .sec-tab .box-form dt {
    text-align: right;
    padding-right: 15px; }
  @media screen and (max-width: 767px) {
    .sec-tab .box-form dt {
      padding-right: 0;
      text-align: left; } }

.sec-tab-content {
  background: #E6E6E6;
  padding: 50px 20px;
  border-radius: 0 0 20px 20px; }
  .sec-tab-content h4 {
    font-weight: normal;
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .sec-tab-content {
      border-radius: 0 0 15px 15px;
      padding: 30px 20px; } }

/*--------------------------------------------------------------
# TABLE
--------------------------------------------------------------*/
.table-price {
  width: 100%; }
  @media screen and (max-width: 500px) {
    .table-price {
      min-width: 500px; } }

/* --------------------------------------------------
 TABLE-BOX
-------------------------------------------------- */
.table-box th {
  text-align: left;
  background: #E6E6E6;
  padding: 5px 10px; }
  .table-box th + th {
    border-left: 20px solid #fff; }
  .table-box th:first-child {
    color: #0071B2; }

.table-box td {
  padding: 10px;
  border-bottom: 3px solid #E6E6E6; }
  .table-box td + td {
    border-left: 20px solid #fff; }
  .table-box td:first-child {
    color: #0071B2;
    font-weight: bold;
    white-space: nowrap; }

@media screen and (max-width: 500px) {
  .table-box {
    overflow-x: scroll; }
    .table-box th:first-child {
      white-space: nowrap; }
    .table-box td {
      white-space: nowrap; }
      .table-box td + td {
        border-left: 10px solid #fff; } }

/* --------------------------------------------------
 TABLE-INFO
-------------------------------------------------- */
.table-info {
  width: 100%; }
  .table-info tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd; }
  .table-info th {
    width: 250px;
    color: #0071B2;
    padding: 15px;
    text-align: left;
    font-weight: bold; }
  .table-info td {
    width: calc(100% - 270px);
    padding: 15px;
    text-align: left; }
    .table-info td a {
      color: #0071B2;
      display: inline-block; }
  @media screen and (max-width: 767px) {
    .table-info tr {
      display: block; }
    .table-info th, .table-info td {
      display: block;
      width: 100%; }
    .table-info th {
      padding: 10px 10px 0; }
    .table-info td {
      padding: 10px; } }

/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.8; }
  @media screen and (max-width: 1200px) {
    body {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

em {
  font-style: normal; }

.title-line {
  text-align: center;
  font-size: 24px;
  color: #0071B2;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .title-line:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 5px;
    background: #E6E6E6;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px; }

.title-border {
  padding-bottom: 7px;
  border-bottom: 1px solid #0071B2;
  font-size: 22px;
  color: #0071B2; }

.title-page {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #23ADF6 url(../img/title_bg.png) no-repeat center center;
  background-size: 604px 250px;
  position: relative; }
  .title-page:before {
    position: absolute;
    left: 50%;
    margin-left: -252px; }
  .title-page h2 {
    text-align: center;
    color: #0071B2;
    font-size: 28px; }
  @media screen and (max-width: 767px) {
    .title-page {
      height: 230px; }
      .title-page h2 {
        font-size: 24px; }
      .title-page:before {
        margin-left: -200px; } }
  @media screen and (max-width: 500px) {
    .title-page {
      height: 210px; }
      .title-page h2 {
        font-size: 22px; }
      .title-page:before {
        left: 15px !important;
        margin-left: 0 !important;
        bottom: -7px !important;
        top: auto !important;
        margin-top: 0 !important; } }
  .title-page.title-page-eventer:before {
    content: '';
    display: inline-block;
    width: 160px;
    height: 143px;
    background: url(../img/title/title_illu_eventer.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -72px; }
    @media screen and (max-width: 767px) {
      .title-page.title-page-eventer:before {
        width: 107px;
        height: 95px;
        margin-top: -47px; } }
  .title-page.title-page-seminar:before {
    content: '';
    display: inline-block;
    width: 117px;
    height: 160px;
    background: url(../img/title/title_illu_seminar.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -72px; }
    @media screen and (max-width: 767px) {
      .title-page.title-page-seminar:before {
        width: 107px;
        height: 95px;
        margin-top: -47px; } }
  .title-page.title-page-about:before {
    content: '';
    display: inline-block;
    width: 121px;
    height: 160px;
    background: url(../img/title/title_illu_about.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -72px; }
    @media screen and (max-width: 767px) {
      .title-page.title-page-about:before {
        width: 107px;
        height: 95px;
        margin-top: -47px; } }
  .title-page.title-page-function:before {
    content: '';
    display: inline-block;
    width: 160px;
    height: 106px;
    background: url(../img/title/title_illu_function.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -54px; }
    @media screen and (max-width: 767px) {
      .title-page.title-page-function:before {
        width: 107px;
        height: 71px;
        margin-top: -36px; } }
  .title-page.title-page-flow:before {
    content: '';
    display: inline-block;
    width: 160px;
    height: 125px;
    background: url(../img/title/title_illu_flow.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -63px; }
    @media screen and (max-width: 767px) {
      .title-page.title-page-flow:before {
        width: 107px;
        height: 84px;
        margin-top: -42px; } }
  .title-page.title-page-faq:before {
    content: '';
    display: inline-block;
    width: 160px;
    height: 123px;
    background: url(../img/title/title_illu_faq.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -61px; }
    @media screen and (max-width: 767px) {
      .title-page.title-page-faq:before {
        width: 107px;
        height: 83px;
        margin-top: -42px; } }
  .title-page.title-page-price:before {
    content: '';
    display: inline-block;
    width: 160px;
    height: 129px;
    background: url(../img/title/title_illu_price.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -61px; }
    @media screen and (max-width: 767px) {
      .title-page.title-page-price:before {
        width: 107px;
        height: 87px;
        margin-top: -43px; } }
  .title-page.title-page-register:before {
    content: '';
    display: inline-block;
    width: 151px;
    height: 160px;
    background: url(../img/title/title_illu_register.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -80px; }
    @media screen and (max-width: 767px) {
      .title-page.title-page-register:before {
        width: 95px;
        height: 100px;
        margin-top: -47px; } }
  .title-page.title-page-login:before {
    content: '';
    display: inline-block;
    width: 132px;
    height: 160px;
    background: url(../img/title/title_illu_login.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -80px; }
    @media screen and (max-width: 767px) {
      .title-page.title-page-login:before {
        width: 82.5px;
        height: 100px;
        margin-top: -50px; } }

.title-bg {
  background: #E6E6E6;
  padding: 10px 50px 10px 15px;
  margin-bottom: 20px;
  position: relative; }

.title-bg-g {
  background: #F9F9F9;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .title-bg-g {
      padding: 10px 15px; } }

.title-bg-b {
  background: #1E98D6;
  padding: 10px 15px;
  position: relative; }
  .title-bg-b h2, .title-bg-b h3 {
    color: #fff; }

.title-l {
  font-size: 22px; }
  @media screen and (max-width: 767px) {
    .title-l {
      font-size: 16px; } }

.title-m {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .title-m {
      font-size: 16px; } }
  @media screen and (max-width: 500px) {
    .title-m {
      font-size: 15px; } }

.title-s {
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    .title-s {
      font-size: 15px; } }

.title-ss {
  font-size: 14px; }

.title-c-b {
  color: #0071B2; }

#title-c-w {
  color: #fff; }

.title-sec {
  margin-bottom: 40px; }

.title-sec-s {
  margin-bottom: 30px; }

.title-bg-box {
  margin-bottom: 50px; }
  .title-bg-box > * {
    color: #fff;
    font-size: 18px;
    padding: 5px 15px; }
  .title-bg-box h3 {
    background: #1E98D6; }
  .title-bg-box h4 {
    background: #23ADF6; }
  @media screen and (max-width: 767px) {
    .title-bg-box > * {
      font-size: 16px; } }

.txt-c-b {
  color: #0071B2; }

.txt-c-r {
  color: #cc0000; }

a.txt-c-b:hover {
  opacity: .7; }

/*--------------------------------------------------------------
# STATE
--------------------------------------------------------------*/

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