/* Magnific Popup CSS */
.mfp-fade.mfp-bg {
  opacity: 0.001; /* Chrome opacity transition bug */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: scale(1.1);
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(1.1);
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }


.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  text-align: right;
  color: #FFF;
  font-size: 30px;
  line-height: 1;
  height: 17px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-decoration: none;
  text-align: center;}
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    bottom: -1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  text-align: right;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  width: 50px;
  height: 50px;
  background: no-repeat center center;
  background-size: 22px auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -24px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }

.mfp-arrow-left {
  background-image:url(/../img/arrow-left@2x.png);
  left: 0; }

.mfp-arrow-right {
  background-image:url(/../img/arrow-right@2x.png);
  right: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
Theme Name: 
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

address, em, th {
  font-style: normal;
  font-weight: normal;
}

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

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* フロート
------------------------------------------------------------*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

/* for WP */
#wpadminbar {
  -ms-filter: "alpha( opacity=20 )";
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#wpadminbar:hover {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  background-color: #FFF;
}

@media screen and (max-width: 700px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A2229;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

body.bg {
  background-color: #F3F4F5;
}

body.fixed {
  position: fixed;
}

body a {
  color: #2B88DC;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body img, body picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body iframe {
  vertical-align: top;
}

body .wrap {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(43, 136, 220, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(43, 136, 220, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  position: relative;
  z-index: 10;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 14px 40px 35px 40px;
}

header.next {
  box-shadow: 0 3px 20px 0 rgba(26, 34, 41, 0.08);
  position: relative;
  z-index: 2;
  background-color: #fff;
}

header .head-logo .tag-line {
  font-weight: bold;
}
header .head-logo .tag-line, header .head-logo .tag-line a {
  color: #606E79;
  margin-bottom: 8px;
  font-size: 12px;
  font-size: 0.8rem;
}
header .head-logo .tag-line a:hover {
  text-decoration: underline;
}

header .head-logo a span {
  display: block;
}

header .head-logo a:hover {
  text-decoration: none;
}

header .head-right {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

header .head-startrise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

header .head-startrise span {
  font-size: 10px;
  font-size: 0.6666666667rem;
  color: #ABB7C1;
  margin-right: 10px;
}

header .head-startrise a {
  line-height: 0;
}

header .head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 40px;
}

header .head-nav ul li {
  line-height: 1.1;
}

header .head-nav ul li:not(:last-child) {
  border-right: 1px solid #DEE1E3;
  padding-right: 20px;
  margin-right: 20px;
}

header .head-nav ul li a {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #1A2229;
  display: block;
}

header .head-nav ul li a span {
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

header .head-nav ul li a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: no-repeat center center;
  background-size: 24px auto;
}

header .head-nav ul li a.icon-news span:before {
  background-image: url(/../img/common/news-icon@2x.png);
}

header .head-nav ul li a.icon-doc span:before {
  background-image: url(/../img/common/doc-icon@2x.png);
}

header .head-nav ul li a.icon-help span:before {
  background-image: url(/../img/common/help-icon@2x.png);
}

header .head-nav ul li a:hover {
  color: #0033CC;
}

header .head-nav .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .head-nav .btns a:not(:last-child) {
  margin-right: 10px;
}

header .head-menu, header .head-hidden {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .head-nav ul {
    margin-right: 20px;
  }
  header .head-nav ul li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
  header .head-nav ul li a {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
}

@media screen and (max-width: 1024px) {
  header {
    height: 70px;
    padding: 10px 10px 20px 10px;
  }
  header .head-logo a span {
    width: 200px;
  }
  header .head-nav {
    display: none;
  }
  header .head-startrise {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  header .head-startrise span {
    margin-right: 0;
  }
  header .head-startrise a {
    width: 70px;
  }
  header .head-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    background-color: #28B44B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
  }
  header .head-menu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-menu span:last-child {
    margin-bottom: 0;
  }
  header .head-menu span.top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .head-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header .head-menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  header .head-hidden {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FFF;
    z-index: 2;
    pointer-events: none;
    -webkit-box-shadow: 0 3px 5px 0 rgba(26, 34, 41, 0.2);
    -moz-box-shadow: 0 3px 5px 0 rgba(26, 34, 41, 0.2);
    -ms-box-shadow: 0 3px 5px 0 rgba(26, 34, 41, 0.2);
    -o-box-shadow: 0 3px 5px 0 rgba(26, 34, 41, 0.2);
    box-shadow: 0 3px 5px 0 rgba(26, 34, 41, 0.2);
  }
  header .head-hidden nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .head-hidden nav ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }
  header .head-hidden nav ul li {
    width: 100%;
  }
  header .head-hidden nav ul li:nth-child(odd) {
    background: #F3F4F5;
  }
  header .head-hidden nav ul li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  header .head-hidden nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 50px;
    font-size: 15px;
    font-size: 1rem;
  }
  header .head-hidden nav .btns {
    width: 100%;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) and (max-width: 400px) {
  header .head-hidden nav .btns > a {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

@media screen and (max-width: 1024px) {
  header.active .head-menu .middle {
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .head-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-hidden {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* footer
------------------------------------------------------------*/
footer.sp-btn .sp-fixed-btn {
  background-color: #fff;
  border-top: solid 1px #28B44B;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5px;
  z-index: 10;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  display: none;
}

footer.sp-btn .sp-fixed-btn > div {
  width: calc(50% - 10px);
  margin: 0 5px;
}

footer.sp-btn .sp-fixed-btn > div .btn {
  font-size: 13px;
  font-size: 0.8666666667rem;
  height: 40px;
}

@media screen and (max-width: 700px) {
  footer.sp-btn {
    display: block;
    margin-bottom: 60px;
  }
  footer.sp-btn .sp-fixed-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer.sp-btn .sp-fixed-btn.fixed {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

footer > * {
  padding-left: 50px;
  padding-right: 50px;
}

footer .sp-fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 3;
}

footer .content {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer .foot-main {
  background: url(/../img/common/bg-foot.jpg) no-repeat center/cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

footer .foot-main .logo {
  margin-right: auto;
}

footer .foot-main .logo span {
  display: block;
  color: #FFF;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: bold;
}

footer .foot-main .logo span:not(:last-child) {
  margin-bottom: 14px;
}

footer .foot-main nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 20px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

footer .foot-main nav dl {
  width: 220px;
}

footer .foot-main nav dl:not(:last-child) {
  margin-right: 60px;
}

footer .foot-main nav dl dt {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

footer .foot-main nav dl dt:not(:first-child) {
  margin-top: 30px;
}

footer .foot-main nav dl dt a {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer .foot-main nav dl dt a:after {
  content: "";
  width: 11px;
  height: 11px;
  background: no-repeat center/auto;
  background-image: url(/../img/common/arrow-white.svg);
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-main nav dl dt a:hover:after {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

footer .foot-main nav dl dd {
  font-size: 14px;
  font-size: 0.9333333333rem;
}

footer .foot-main nav dl dd .border-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: bold;
  padding: 4px 10px;
  border: solid 3px #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: normal;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-main nav dl dd .border-btn:after {
  content: "";
  width: 11px;
  height: 11px;
  background: no-repeat center/auto;
  background-image: url(/../img/common/arrow-white.svg);
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  right: 10px;
}

footer .foot-main nav dl dd .border-btn:hover {
  text-decoration: none;
}

footer .foot-main nav dl dd .border-btn:hover:after {
  right: 5px;
}

footer .foot-main nav dl dd:not(:last-child) {
  margin-bottom: 5px;
}

footer .foot-main nav dl dd a {
  color: #FFF;
}

footer .foot-bottom {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .foot-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .foot-bottom ul li {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

footer .foot-bottom ul li a {
  color: #1A2229;
}

footer .foot-bottom ul li:not(:last-child):after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}

footer .foot-bottom small {
  display: block;
  margin-left: auto;
  font-size: 12px;
  font-size: 0.8rem;
  color: #ABB7C1;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  footer > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .foot-main nav dl {
    width: 180px;
  }
  footer .foot-main nav dl:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 1000px) {
  footer .foot-main .content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-main .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .foot-main nav {
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media screen and (max-width: 700px) {
  footer > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .foot-main .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  footer .foot-main nav {
    margin-left: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-main nav dl {
    width: 100%;
  }
  footer .foot-main nav dl:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  footer .foot-main nav dl dt {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  footer .foot-main nav dl dt:not(:first-child) {
    margin-top: 15px;
  }
  footer .foot-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .foot-bottom ul {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  footer .foot-bottom small {
    margin-right: auto;
    margin-left: auto;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg.top {
  height: 260px;
  background: url(/../img/top/bg-kv.jpg) no-repeat center/cover;
  background-color: #F3F4F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 50px;
  position: absolute;
  margin-top: 0px;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainimg.top .content {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#mainimg.top .item-hd {
  color: #FFF;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

#mainimg.top .item-input {
  background: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
}

#mainimg.top .item-input input[type="text"] {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 60px;
  line-height: 60px;
  border: none;
  background: transparent;
}

#mainimg.top .item-input input[type="submit"] {
  border: none;
  border-left: 2px solid #28B44B;
  background-color: transparent;
  height: 40px;
  width: 130px;
  background: url(/../img/top/icon-search.svg) no-repeat left 30px center;
  color: #28B44B;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainimg.top .item-input input[type="submit"]:hover {
  color: #81da3d;
  background-image: url(/../img/top/icon-search_hover.svg);
}

#mainimg.top.fixed {
  position: fixed;
  top: 0;
  height: 140px;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  #mainimg.top {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.top {
    height: auto;
    padding: 20px 15px;
  }
  #mainimg.top.fixed {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mainimg.top .item-hd {
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-bottom: 10px;
  }
  #mainimg.top .item-input input[type="submit"] {
    width: 80px;
    background-position: left 10px center;
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}

/* main
------------------------------------------------------------*/
main {
  display: block;
}

main.bg {
  background-color: #F3F4F5;
}

main .content {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.w1000 {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.w860 {
  width: 860px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.w760 {
  width: 760px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.w560 {
  width: 560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.w650 {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.grey {
  color: #606E79;
}

main .shadow {
  -webkit-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -moz-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -ms-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -o-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
}

main > section, main > article {
  padding: 100px 50px;
  position: relative;
}

main > section.bg, main > article.bg {
  background-color: #F3F4F5;
}

main > section.pt0, main > article.pt0 {
  padding-top: 0;
}

main > section.pb0, main > article.pb0 {
  padding-bottom: 0;
}

main .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -30px;
}

main .blog-list:not(:last-child) {
  margin-bottom: 30px;
}

main .blog-list li {
  margin-right: 20px;
  margin-bottom: 30px;
  width: calc(25% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .blog-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -moz-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -ms-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -o-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  overflow: hidden;
}

main .blog-list li a:hover {
  text-decoration: none;
}

main .blog-list li a:hover .item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main .blog-list li a:hover .item-title {
  text-decoration: underline;
  color: #0033CC;
}

main .blog-list .item-img {
  text-align: center;
  overflow: hidden;
}

main .blog-list .item-img img {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

main .blog-list .item-title {
  padding: 20px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  color: #1A2229;
  line-height: 1.4;
}

main .profile-form-block:not(:first-child) {
  margin-top: 40px;
}

main .profile-form-block section:not(:last-child) {
  margin-bottom: 45px;
}

main .profile-form-block section + .btn-block {
  margin-top: 70px;
}

main .profile-form-block .item-list dt {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.item-list dt.required:after {
  content: "必須";
  background: #EA3636;
  color: #FFF;
  display: -moz-inline-box;
  display: inline-block;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3px 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.2;
  margin-left: 15px;
  vertical-align: middle;
}

.item-list dt.optional:after {
  content: "任意";
  background: #999999;
  color: #FFF;
  display: -moz-inline-box;
  display: inline-block;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3px 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.2;
  margin-left: 15px;
  vertical-align: middle;
}

main .profile-form-block .item-list dd {
  border-bottom: 1px solid #DEE1E3;
  padding-bottom: 20px;
}

main .profile-form-block .item-list dd:not(:last-child) {
  margin-bottom: 20px;
}

main .profile-form-block .item-list dd > *:not(:last-child) {
  margin-bottom: 8px;
}

main .profile-form-block .item-list dd p {
  font-size: 12px;
  font-size: 0.8rem;
  color: #606E79;
}

main .profile-form-block .item-list dd .pict-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .profile-form-block .item-list dd .pict-block .item-pict {
  margin-right: 24px;
}

main .profile-form-block .item-list dd .pict-block .item-pict > input {
  display: none;
}

main .profile-form-block .item-list dd .pict-block .item-pict .upload-pict {
  display: none;
  width: 120px;
}

main .profile-form-block .item-list dd .pict-block .item-pict .upload-pict.show {
  display: block;
}

main .profile-form-block .item-list dd .pict-block .item-pict .upload-pict.show + img {
  display: none;
}

main .profile-form-block .item-list dd .pict-block .item-btn > *:not(:last-child) {
  margin-bottom: 10px;
}

main .profile-form-block .item-list dd .address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
}

main .profile-form-block .item-list dd .address-block > span {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.2rem;
  padding-top: 10px;
}

main .profile-form-block .item-list dd .address-block > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .profile-form-block .item-list dd .address-block > div > *:not(:last-child) {
  margin-bottom: 10px;
}

main .profile-form-block .item-list dd .hidden:not(.show) {
  display: none;
}

main .news-list.point li {
  position: relative;
  margin-left: 1em;
}

main .news-list.point li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: '・';
  margin-left: -1em;
}

main .news-list.arrow li a:hover .text:before {
  right: -5px;
}

main .news-list.arrow li .text {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}

main .news-list.arrow li .text:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 5px;
  height: 8px;
  top: 10px;
  right: 0px;
  background: url(/../img/common/arrow-small.svg) no-repeat center center;
}

main .news-list li {
  position: relative;
  margin-left: 1em;
}

main .news-list li .date {
  width: 100px;
  font-weight: bold;
}

main .news-list li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .news-list li:not(:last-child) {
  margin-bottom: 10px;
  position: relative;
}

main .news-list li a {
  color: #1A2229;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .news-list li a:hover {
  text-decoration: underline;
  color: #2B88DC;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main
------------------------------------------------------------*/
  main > section, main > article {
    padding: 70px 40px;
  }
  main .blog-list {
    margin-right: -15px;
    margin-bottom: -25px;
  }
  main .blog-list:not(:last-child) {
    margin-bottom: 25px;
  }
  main .blog-list li {
    margin-right: 15px;
    margin-bottom: 25px;
    width: calc(25% - 15px);
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 900px) {
  main .blog-list li {
    width: calc(33.3333333333% - 15px);
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main
------------------------------------------------------------*/
  main .content.w560, main .content.w860 {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main > section, main > article {
    padding: 55px 20px;
  }
  main .blog-list {
    margin-right: -15px;
    margin-bottom: -20px;
  }
  main .blog-list:not(:last-child) {
    margin-bottom: 20px;
  }
  main .blog-list li {
    margin-right: 15px;
    margin-bottom: 20px;
    width: calc(33.3333333333% - 15px);
  }
}

@media screen and (max-width: 700px) and (max-width: 540px) {
  main .blog-list li {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 700px) {
  main .blog-list .item-title {
    padding: 10px;
    font-size: 15px;
    font-size: 1rem;
  }
  main .profile-form-block:not(:first-child) {
    margin-top: 20px;
  }
  main .profile-form-block section:not(:last-child) {
    margin-bottom: 30px;
  }
  main .profile-form-block section + .btn-block:not(:first-child) {
    margin-top: 30px;
  }
  main .profile-form-block .item-list dt {
    margin-bottom: 10px;
  }
  main .profile-form-block .item-list dd {
    padding-bottom: 15px;
  }
  main .profile-form-block .item-list dd:not(:last-child) {
    margin-bottom: 15px;
  }
  main .profile-form-block .item-list dd .pict-block .item-pict {
    margin-right: 10px;
  }
  main .profile-form-block .item-list dd .pict-block .item-btn {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main .profile-form-block .item-list dd .address-block > span {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main .news-list li .date {
    width: 100%;
  }
  main .news-list li .text {
    width: 100%;
  }
  main .news-list li:not(:last-child) {
    margin-bottom: 10px;
    position: relative;
  }
  main .news-list li a {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 700px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
  border: 1px solid #28B44B;
  color: #28B44B;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  line-height: 1.2;
  text-decoration: none !important;
}

@media screen and (max-width: 700px) {
  .btn {
    font-size: 14.7px;
    font-size: 0.98rem;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
}

.btn.box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.btn.green {
  background-color: #28B44B;
}

.btn:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #28B44B;
}

.btn:disabled {
  pointer-events: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn.square {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.btn.xs {
  height: 32px;
  font-size: 13px;
  font-size: 0.8666666667rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.btn.sml {
  height: 35px;
  font-size: 14px;
  font-size: 0.9333333333rem;
  padding-left: 5px;
  padding-right: 5px;
}

.btn.sml-02 {
  height: 44px;
  font-size: 15px;
  font-size: 1rem;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 700px) {
  .btn.sml-02 {
    height: 36px;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}

.btn.mdl {
  height: 45px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 18px;
  font-size: 1.2rem;
}

@media screen and (max-width: 700px) {
  .btn.mdl {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}

.btn.lg {
  height: 70px;
  font-size: 18px;
  font-size: 1.2rem;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

.btn.black {
  background-color: #1A2229;
  border-color: #1A2229;
  color: #FFF;
}

.btn.black:hover {
  background-color: #FFF;
  color: #1A2229;
}

.btn.blue {
  background-color: #2B88DC;
  border-color: #2B88DC;
  color: #FFF;
}

.btn.blue:hover {
  background-color: #FFF;
  color: #2B88DC;
}

.btn.l-green {
  background-color: #81DA3D;
  border-color: #81DA3D;
  color: #FFF;
}

.btn.l-green:hover {
  background-color: #FFF;
  color: #81DA3D;
}

.btn.green {
  background-color: #28B44B;
  border-color: #28B44B;
  color: #FFF;
}

.btn.green:hover {
  background-color: #FFF;
  color: #28B44B;
}

.btn.gray {
  background-color: #FAFAFA;
}

.btn.gray:hover {
  background-color: #28B44B;
}

.btn.gray-02 {
  background-color: #F2F5EF;
  border: none;
}

.btn.gray-02:hover {
  background-color: #28B44B;
}

.btn.red {
  border-color: #EA3636;
  color: #EA3636;
}

.btn.red:hover {
  background-color: #EA3636;
  color: #FFF;
}

.btn.border-gray {
  border-color: #DEE1E3;
  color: #1A2229;
}

.btn.border-gray:hover {
  background-color: #1A2229;
  color: #FFF;
}

.btn.border-gray.sml {
  font-weight: normal;
}

.btn.login:before {
  content: "";
  width: 16px;
  height: 13px;
  background: no-repeat center/auto;
  background-image: url(/../img/common/icon-btn_login.svg);
  margin-right: 10px;
}

.btn.login:hover:before {
  background-image: url(/../img/common/icon-btn_login_blue.svg);
}

.btn.logout:before {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(/../img/common/icon-btn_logout.svg);
  margin-right: 10px;
}

.btn.logout:hover:before {
  background-image: url(/../img/common/icon-btn_logout_white.svg);
}

.btn.register:before {
  content: "";
  width: 20px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(/../img/common/icon-btn_register.svg);
  margin-right: 10px;
}

.btn.register:hover:before {
  background-image: url(/../img/common/icon-btn_register_black.svg);
}

.btn.review:before {
  content: "";
  width: 23px;
  height: 18px;
  background: no-repeat center/auto;
  background-image: url(/../img/common/icon-review.svg);
  margin-right: 10px;
}

.btn.review:hover:before {
  background-image: url(/../img/common/icon-review_green.svg);
}

.btn.edit:before {
  content: "";
  width: 26px;
  height: 26px;
  background: no-repeat center/auto;
  background-image: url(/../img/common/icon-edit.svg);
  margin-right: 10px;
}

.btn.edit:hover:before {
  background-image: url(/../img/common/icon-edit_green.svg);
}

.btn.preview:before {
  content: "";
  width: 18px;
  height: 12px;
  background: no-repeat center/auto;
  background-image: url(/../img/common/icon-btn_preview.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.preview:hover:before {
  -ms-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.btn.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  right: 0;
  background: url(/../img/common/arrow.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.arrow:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  background-image: url(/../img/common/arrow-white.svg);
}

.btn.back:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  left: 0;
  background: url(/../img/common/arrow-back.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.back:hover:after {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
  background-image: url(/../img/common/arrow-back-white.svg);
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -5px -15px;
}

.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.btn-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-block .shoulder {
  display: block;
  font-weight: lighter;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  font-size: 90%;
}

/* Apply flex-direction column to buttons in seminar application section */
#seminar-application .btn {
  flex-direction: column;
}

.btn-block > * {
  margin: 0 5px 15px;
}

.btn-block > *.w5p {
  width: calc(5% - 20px);
}

.btn-block > *.w10p {
  width: calc(10% - 20px);
}

.btn-block > *.w15p {
  width: calc(15% - 20px);
}

.btn-block > *.w20p {
  width: calc(20% - 20px);
}

.btn-block > *.w25p {
  width: calc(25% - 20px);
}

.btn-block > *.w30p {
  width: calc(30% - 20px);
}

.btn-block > *.w35p {
  width: calc(35% - 20px);
}

.btn-block > *.w40p {
  width: calc(40% - 20px);
}

.btn-block > *.w45p {
  width: calc(45% - 20px);
}

.btn-block > *.w50p {
  width: calc(50% - 20px);
}

.btn-block > *.w55p {
  width: calc(55% - 20px);
}

.btn-block > *.w60p {
  width: calc(60% - 20px);
}

.btn-block > *.w65p {
  width: calc(65% - 20px);
}

.btn-block > *.w70p {
  width: calc(70% - 20px);
}

.btn-block > *.w75p {
  width: calc(75% - 20px);
}

.btn-block > *.w80p {
  width: calc(80% - 20px);
}

.btn-block > *.w85p {
  width: calc(85% - 20px);
}

.btn-block > *.w90p {
  width: calc(90% - 20px);
}

.btn-block > *.w95p {
  width: calc(95% - 20px);
}

.btn-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 10px);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .btn-block > *.w10p {
    width: calc(10% - 10px);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .btn-block > *.w15p {
    width: calc(15% - 10px);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .btn-block > *.w20p {
    width: calc(20% - 10px);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .btn-block > *.w25p {
    width: calc(25% - 10px);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .btn-block > *.w30p {
    width: calc(30% - 10px);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .btn-block > *.w35p {
    width: calc(35% - 10px);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .btn-block > *.w40p {
    width: calc(40% - 10px);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .btn-block > *.w45p {
    width: calc(45% - 10px);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .btn-block > *.w50p {
    width: calc(50% - 10px);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .btn-block > *.w55p {
    width: calc(55% - 10px);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .btn-block > *.w60p {
    width: calc(60% - 10px);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .btn-block > *.w65p {
    width: calc(65% - 10px);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .btn-block > *.w70p {
    width: calc(70% - 10px);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .btn-block > *.w75p {
    width: calc(75% - 10px);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .btn-block > *.w80p {
    width: calc(80% - 10px);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .btn-block > *.w85p {
    width: calc(85% - 10px);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .btn-block > *.w90p {
    width: calc(90% - 10px);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .btn-block > *.w95p {
    width: calc(95% - 10px);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .btn-block > *.w100p {
    width: calc(100% - 10px);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* btn */
/* link */
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
}

.link-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.link-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block > * {
  margin: 0 10px 15px;
}

.link-block > *.w5p {
  width: calc(5% - 20px);
}

.link-block > *.w10p {
  width: calc(10% - 20px);
}

.link-block > *.w15p {
  width: calc(15% - 20px);
}

.link-block > *.w20p {
  width: calc(20% - 20px);
}

.link-block > *.w25p {
  width: calc(25% - 20px);
}

.link-block > *.w30p {
  width: calc(30% - 20px);
}

.link-block > *.w35p {
  width: calc(35% - 20px);
}

.link-block > *.w40p {
  width: calc(40% - 20px);
}

.link-block > *.w45p {
  width: calc(45% - 20px);
}

.link-block > *.w50p {
  width: calc(50% - 20px);
}

.link-block > *.w55p {
  width: calc(55% - 20px);
}

.link-block > *.w60p {
  width: calc(60% - 20px);
}

.link-block > *.w65p {
  width: calc(65% - 20px);
}

.link-block > *.w70p {
  width: calc(70% - 20px);
}

.link-block > *.w75p {
  width: calc(75% - 20px);
}

.link-block > *.w80p {
  width: calc(80% - 20px);
}

.link-block > *.w85p {
  width: calc(85% - 20px);
}

.link-block > *.w90p {
  width: calc(90% - 20px);
}

.link-block > *.w95p {
  width: calc(95% - 20px);
}

.link-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .link-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .link-block > * {
    margin: 0 5px 10px;
  }
  .link-block > *.w5p {
    width: calc(5% - 10px);
  }
  .link-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .link-block > *.w10p {
    width: calc(10% - 10px);
  }
  .link-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .link-block > *.w15p {
    width: calc(15% - 10px);
  }
  .link-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .link-block > *.w20p {
    width: calc(20% - 10px);
  }
  .link-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .link-block > *.w25p {
    width: calc(25% - 10px);
  }
  .link-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .link-block > *.w30p {
    width: calc(30% - 10px);
  }
  .link-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .link-block > *.w35p {
    width: calc(35% - 10px);
  }
  .link-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .link-block > *.w40p {
    width: calc(40% - 10px);
  }
  .link-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .link-block > *.w45p {
    width: calc(45% - 10px);
  }
  .link-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .link-block > *.w50p {
    width: calc(50% - 10px);
  }
  .link-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .link-block > *.w55p {
    width: calc(55% - 10px);
  }
  .link-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .link-block > *.w60p {
    width: calc(60% - 10px);
  }
  .link-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .link-block > *.w65p {
    width: calc(65% - 10px);
  }
  .link-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .link-block > *.w70p {
    width: calc(70% - 10px);
  }
  .link-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .link-block > *.w75p {
    width: calc(75% - 10px);
  }
  .link-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .link-block > *.w80p {
    width: calc(80% - 10px);
  }
  .link-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .link-block > *.w85p {
    width: calc(85% - 10px);
  }
  .link-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .link-block > *.w90p {
    width: calc(90% - 10px);
  }
  .link-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .link-block > *.w95p {
    width: calc(95% - 10px);
  }
  .link-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .link-block > *.w100p {
    width: calc(100% - 10px);
  }
  .link-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

.link-arrow {
  color: #28B44B;
  padding-right: 25px;
  background: url(/../img/common/arrow.svg) no-repeat right 5px center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-arrow:hover {
  background-position: right 0px center;
}

.link-arrow.small {
  background: url(/../img/common/arrow-small.svg) no-repeat right 5px center;
}

.link-arrow.small:hover {
  background-position: right 0px center;
}

/* link */
/* cat */
.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #28B44B;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #28B44B;
  line-height: 1.4;
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat.gray {
  color: #aaaaaa;
  background-color: #ECEEEF;
  border-color: #ECEEEF;
}

.cat.gray a {
  color: #606E79;
}

.cat.gray a:hover {
  color: #FFF;
  text-decoration: none;
}

.cat.gray span {
  color: #606E79;
}

.cat.gray span:hover {
  color: #aaaaaa;
  background-color: #ECEEEF;
  border-color: #ECEEEF;
}

.cat.no-link:hover {
  background-color: #ECEEEF;
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: default;
}

.cat.no-link span {
  color: #606E79;
}

.cat.no-link span:hover {
  color: #606E79;
  background-color: #ECEEEF;
  border-color: #ECEEEF;
  filter: alpha(opacity=100);
  opacity: 1;
}

.cat:hover {
  text-decoration: none;
  background-color: #28B44B;
  color: #FFF;
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -10px -10px 0;
}

.cat-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cat-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cat-list.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat-list > * {
  margin: 0 10px 10px 0;
}

.cat-list > *.w5p {
  width: calc(5% - 20px);
}

.cat-list > *.w10p {
  width: calc(10% - 20px);
}

.cat-list > *.w15p {
  width: calc(15% - 20px);
}

.cat-list > *.w20p {
  width: calc(20% - 20px);
}

.cat-list > *.w25p {
  width: calc(25% - 20px);
}

.cat-list > *.w30p {
  width: calc(30% - 20px);
}

.cat-list > *.w35p {
  width: calc(35% - 20px);
}

.cat-list > *.w40p {
  width: calc(40% - 20px);
}

.cat-list > *.w45p {
  width: calc(45% - 20px);
}

.cat-list > *.w50p {
  width: calc(50% - 20px);
}

.cat-list > *.w55p {
  width: calc(55% - 20px);
}

.cat-list > *.w60p {
  width: calc(60% - 20px);
}

.cat-list > *.w65p {
  width: calc(65% - 20px);
}

.cat-list > *.w70p {
  width: calc(70% - 20px);
}

.cat-list > *.w75p {
  width: calc(75% - 20px);
}

.cat-list > *.w80p {
  width: calc(80% - 20px);
}

.cat-list > *.w85p {
  width: calc(85% - 20px);
}

.cat-list > *.w90p {
  width: calc(90% - 20px);
}

.cat-list > *.w95p {
  width: calc(95% - 20px);
}

.cat-list > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .cat-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .cat-list > * {
    margin: 0 5px 10px;
  }
  .cat-list > *.w5p {
    width: calc(5% - 10px);
  }
  .cat-list > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .cat-list > *.w10p {
    width: calc(10% - 10px);
  }
  .cat-list > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .cat-list > *.w15p {
    width: calc(15% - 10px);
  }
  .cat-list > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .cat-list > *.w20p {
    width: calc(20% - 10px);
  }
  .cat-list > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .cat-list > *.w25p {
    width: calc(25% - 10px);
  }
  .cat-list > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .cat-list > *.w30p {
    width: calc(30% - 10px);
  }
  .cat-list > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .cat-list > *.w35p {
    width: calc(35% - 10px);
  }
  .cat-list > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .cat-list > *.w40p {
    width: calc(40% - 10px);
  }
  .cat-list > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .cat-list > *.w45p {
    width: calc(45% - 10px);
  }
  .cat-list > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .cat-list > *.w50p {
    width: calc(50% - 10px);
  }
  .cat-list > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .cat-list > *.w55p {
    width: calc(55% - 10px);
  }
  .cat-list > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .cat-list > *.w60p {
    width: calc(60% - 10px);
  }
  .cat-list > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .cat-list > *.w65p {
    width: calc(65% - 10px);
  }
  .cat-list > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .cat-list > *.w70p {
    width: calc(70% - 10px);
  }
  .cat-list > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .cat-list > *.w75p {
    width: calc(75% - 10px);
  }
  .cat-list > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .cat-list > *.w80p {
    width: calc(80% - 10px);
  }
  .cat-list > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .cat-list > *.w85p {
    width: calc(85% - 10px);
  }
  .cat-list > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .cat-list > *.w90p {
    width: calc(90% - 10px);
  }
  .cat-list > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .cat-list > *.w95p {
    width: calc(95% - 10px);
  }
  .cat-list > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .cat-list > *.w100p {
    width: calc(100% - 10px);
  }
  .cat-list > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* cat */
/* form */
textarea {
  -webkit-appearance: none;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #DEE1E3;
  background: #FFF;
  font-size: 14px;
  font-size: 0.9333333333rem;
  padding: 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea:focus {
  background-color: #FFF;
  border-color: #28B44B;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

textarea::placeholder {
  color: #ABB7C1;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
  -webkit-appearance: none;
  height: 50px;
  line-height: 50px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #DEE1E3;
  font-size: 15px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background: #FFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #F7F7F7;
}

@media screen and (max-width: 700px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
    height: 45px;
    line-height: 45px;
  }
}

input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="search"]:hover {
  background-color: #FFF;
  border-color: #DEE1E3;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus {
  background-color: #FFF;
  border-color: #28B44B;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].white, input[type="email"].white, input[type="tel"].white, input[type="password"].white, input[type="number"].white, input[type="search"].white {
  background-color: #FFF;
}

input[type="text"].sml, input[type="email"].sml, input[type="tel"].sml, input[type="password"].sml, input[type="number"].sml, input[type="search"].sml {
  height: 32px;
  line-height: 32px;
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg, input[type="search"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder {
  color: #ABB7C1;
}

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

input[type="checkbox"]:checked + .checkbox {
  border-color: #28B44B;
}

input[type="checkbox"]:checked + .checkbox:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

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

input[type="radio"]:checked + .radio {
  border-color: #28B44B;
}

input[type="radio"]:checked + .radio:before {
  border-color: #28B44B;
}

input[type="radio"]:checked + .radio:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
  padding: 10px 20px 10px 40px;
  border: solid 1px #DEE1E3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:hover {
  border-color: #28B44B;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  display: -moz-inline-box;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #FFF;
  border: 2px solid #28B44B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
  width: 4px;
  height: 6px;
  border-right: 2px solid #28B44B;
  border-bottom: 2px solid #28B44B;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
  padding: 10px 10px 10px 40px;
  border: solid 1px #DEE1E3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:hover {
  border-color: #28B44B;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  display: -moz-inline-box;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #FFF;
  border: 1px solid #DEE1E3;
  margin-top: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 18px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #28B44B;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  margin-top: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

label.select {
  position: relative;
  display: block;
  max-width: 100%;
}

label.select:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  right: 0;
  background: url(/../img/common/arrow-select.svg) no-repeat center;
}

label.select.sml select {
  height: 34px;
  line-height: 34px;
  padding-right: 15px;
}

label.select.sml:after {
  width: 14px;
  height: calc(100% - 2px);
  top: 1px;
  right: 1px;
  background: #F3F4F5 url(/../img/common/arrow-select_sml.svg) no-repeat center;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DEE1E3;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: normal;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

select option {
  padding: 8px;
  border: none;
}

select.sml {
  height: 32px;
  line-height: 32px;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
}

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

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
  max-width: calc(100% + 15px);
}

.check-radios-list {
  width: 100%;
}

.check-radios-list > * {
  margin-bottom: 10px;
}

.check-radios > * {
  margin: 0 15px 5px 0;
}

.check-radios .horizontal-item {
  margin-left: 0;
}

.check-radios .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.check-radios.vertical {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
  max-width: 100%;
}

.check-radios.vertical > * {
  margin-right: 0;
}

.check-radios.vertical > * label {
  width: 100%;
}

/* form */
/* table */
table {
  width: 100%;
  background-color: #FFF;
}

table th, table td {
  padding: 15px;
  border: 1px solid #DEE1E3;
  vertical-align: middle;
}

table th {
  background-color: #F3F4F5;
  font-weight: bold;
}

table thead th {
  background-color: #DEE1E3;
  color: #FFF;
}

@media screen and (max-width: 700px) {
  table.sp-column {
    display: block;
    border: 1px solid #DEE1E3;
  }
  table.sp-column thead, table.sp-column tbody, table.sp-column tr, table.sp-column th, table.sp-column td {
    display: block;
  }
  table.sp-column th, table.sp-column td {
    padding: 10px;
    border: none;
  }
}

.list-table {
  border-collapse: separate;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #DEE1E3;
}

.list-table:not(:last-child) {
  margin-bottom: 40px;
}

.list-table:not(:last-child) + .pagenavi {
  padding-top: 0;
  padding-bottom: 0;
}

.list-table th, .list-table td {
  vertical-align: top;
  border: none;
  font-size: 14px;
  font-size: 0.9333333333rem;
}

.list-table thead th {
  background-color: #FFF;
  color: #1A2229;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: normal;
  padding: 10px 20px;
  border-bottom: 1px solid #DEE1E3;
}

.list-table thead th:nth-child(1) {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

.list-table thead th:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.list-table tbody tr:nth-child(odd) {
  background: #F6F6F7;
}

.list-table tbody tr:last-child td:first-child, .list-table tbody tr:last-child th:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

.list-table tbody tr:last-child td:last-child, .list-table tbody tr:last-child th:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  -o-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

.list-table tbody tr:not(:last-child) th, .list-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #DEE1E3;
}

.list-table tbody tr td > *:not(:last-child) {
  margin-bottom: 10px;
}

.list-table tbody tr td .download-title {
  font-size: 14px;
  font-size: 0.9333333333rem;
}

.list-table tbody tr td .download-title > *:not(:last-child) {
  margin-bottom: 5px;
}

.list-table tbody tr td .download-title .item-label {
  display: -moz-inline-box;
  display: inline-block;
  background: #D5D5D5;
  font-size: 12px;
  font-size: 0.8rem;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.2;
}

.list-table tbody tr td .download-title .item-title {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
}

.list-table tbody tr td .download-title .item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-table tbody tr td .download-title .item-name a:not(:last-child):after {
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
}

.list-table tbody tr td .review-title {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
}

.list-table tbody tr td .review-block .item-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.list-table tbody tr td .review-block .item-star:not(:last-child) {
  margin-bottom: 5px;
}

.list-table tbody tr td .review-block .item-star > div {
  line-height: 0;
}

.list-table tbody tr td .review-block .item-star > div:not(:last-child) {
  margin-right: 10px;
}

.list-table tbody tr td .review-block .item-text:not(:last-child) {
  margin-bottom: 15px;
}

.list-table tbody tr td .review-block .item-text > *:not(:last-child) {
  margin-bottom: 5px;
}

.list-table tbody tr td .review-block .item-comment {
  background: #F3F4F5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
}
.list-table tbody tr:nth-child(odd) td .review-block .item-comment {
  background: #ffffff;
}

.list-table tbody tr td .review-block .item-comment:not(:last-child) {
  margin-bottom: 15px;
}

.list-table tbody tr td .review-edit dt {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.list-table tbody tr td .review-edit dd:not(:last-child) {
  margin-bottom: 15px;
}

.list-table tbody tr td .review-edit dd.score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.list-table tbody tr td .review-edit dd.score > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.list-table tbody tr td .review-edit dd.score > div:not(:last-child) {
  margin-right: 10px;
}

.list-table tbody tr td .review-edit dd.score > div > * {
  margin-right: 4px;
  line-height: 0;
}

.list-table tbody tr td .review-edit dd.score > div > * img {
  width: 16px;
}

.list-table tbody tr td .review-edit dd input[type="text"], .list-table tbody tr td .review-edit dd input[type="email"], .list-table tbody tr td .review-edit dd input[type="tel"], .list-table tbody tr td .review-edit dd input[type="password"], .list-table tbody tr td .review-edit dd input[type="number"], .list-table tbody tr td .review-edit dd input[type="search"] {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-size: 0.9333333333rem;
}

.list-table tbody tr td .review-edit dd textarea {
  background: #F7F7F7;
  font-size: 14px;
  font-size: 0.9333333333rem;
}

.list-table tbody tr td .review-edit dd textarea:focus, .list-table tbody tr td .review-edit dd textarea:hover {
  background-color: #FFF;
}

.list-table tbody tr td .review-edit dd small {
  font-size: 12px;
  font-size: 0.8rem;
}

.list-table tbody tr td .btns .btn:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 700px) {
  .list-table {
    display: block;
  }
  .list-table:not(:last-child) {
    margin-bottom: 20px;
  }
  .list-table thead {
    display: none;
  }
  .list-table tbody {
    display: block;
  }
  .list-table tbody tr {
    display: block;
    width: 100%;
  }
  .list-table tbody tr th, .list-table tbody tr td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .list-table tbody tr td {
    padding: 10px;
  }
  .list-table tbody tr td:not(:last-child) {
    border-bottom: 1px dotted #DEE1E3;
  }
  .list-table tbody tr td:before {
    content: attr(data-th);
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: bold;
    color: #28B44B;
    margin-bottom: 10px;
  }
  .list-table tbody tr td .review-block .item-star:not(:last-child) {
    margin-bottom: 4px;
  }
  .list-table tbody tr td .review-block .item-text:not(:last-child) {
    margin-bottom: 10px;
  }
  .list-table tbody tr td .review-block .item-comment {
    padding: 10px;
  }
  .list-table tbody tr td .review-block .item-comment:not(:last-child) {
    margin-bottom: 10px;
  }
  .list-table tbody tr td .review-edit {
    padding-top: 5px;
  }
  .list-table tbody tr td .review-edit dd:not(:last-child) {
    margin-bottom: 10px;
  }
  .list-table tbody tr td .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .list-table tbody tr td .btns .btn:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5px;
  }
}

.conf-tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 30px;
}

.conf-tbl dt, .conf-tbl dd {
  padding: 18px 0;
  border-bottom: solid 1px #DEE1E3;
}

.conf-tbl dt:first-of-type, .conf-tbl dd:first-of-type {
  padding-top: 0;
}

.conf-tbl dt {
  width: 180px;
  font-weight: bold;
}

.conf-tbl dd {
  width: calc(100% - 180px);
}

@media screen and (max-width: 700px) {
  .conf-tbl dt {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .conf-tbl dd {
    padding-top: 10px;
    width: 100%;
  }
}

/* table */
/* text */
.heading, .heading-lv02, .heading-lv01 {
  line-height: 1.4;
}

.heading:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
  .heading:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
    margin-bottom: 30px;
  }
}

.heading-lv01 {
  font-size: 28px;
  font-size: 1.8666666667rem;
}

.heading-lv01:not(.no-border) {
  border-bottom: 2px solid #DEE1E3;
  position: relative;
  padding-bottom: 10px;
}

.heading-lv01:not(.no-border):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 280px;
  height: 2px;
  background: #28B44B;
  max-width: 40%;
}

.heading-lv01.center {
  text-align: center;
  font-size: 32px;
  font-size: 2.1333333333rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.heading-lv01.center:after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 68px;
  height: 6px;
  background: #F6F6F7;
}

@media screen and (max-width: 700px) {
  .heading-lv01 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
  .heading-lv01.center {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
}

.heading-lv02 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.heading-lv02:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 700px) {
  .heading-lv02:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 700px) {
  .heading-lv02 {
    font-size: 20px;
    font-size: 1.3333333333rem;
    font-weight: bold;
  }
}

.heading-lv02 a {
  color: #1A2229;
}

.heading-lv02 a:hover {
  color: #2B88DC;
}

.heading-lv02.border {
  padding-bottom: 10px;
  border-bottom: 2px solid #DEE1E3;
  position: relative;
}

.heading-lv02.border:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 120px;
  height: 2px;
  background: #28B44B;
}

.heading-lv02.border:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
  .heading-lv02.border:not(:last-child) {
    margin-bottom: 20px;
  }
}

.heading-lv03 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 32px;
  font-size: 2.1333333333rem;
}

.heading-lv03.check {
  text-align: center;
}

.heading-lv03.check span {
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.heading-lv03.check span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 36px;
  height: 36px;
  background: url(/../img/common/icon-checked.svg) no-repeat center center;
}

@media screen and (max-width: 700px) {
  .heading-lv03 {
    font-size: 23px;
    font-size: 1.5333333333rem;
  }
  .heading-lv03.check span {
    padding-left: 40px;
    padding-right: 40px;
  }
  .heading-lv03.check span:before {
    width: 33px;
    height: 33px;
    background-size: 33px auto;
    top: 6px;
  }
  .heading-lv03.mb {
    margin-bottom: 20px;
  }
}

.heading-lv04 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .heading-lv04 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
}

.heading-lv05 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
}

.heading-lv05:before {
  content: "";
  width: 3px;
  height: 36px;
  background: #28B44B;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.heading-lv05.no-border {
  padding-left: 0px;
}

.heading-lv05.no-border:before {
  display: none;
}

.heading-lv05.link a {
  color: #1A2229;
}

.heading-lv05.link a:hover {
  color: #2B88DC;
}

.heading-lv05.link:before {
  width: 5px;
}

@media screen and (max-width: 700px) {
  .heading-lv05 {
    font-size: 20px;
    font-size: 1.3333333333rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .heading-lv05:before {
    height: 26px;
  }
}

.heading-lv06 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.heading-lv06 span {
  background: -moz-linear-gradient(transparent 60%, #81DA3D 60%);
  background: -webkit-linear-gradient(transparent 60%, #81DA3D 60%);
  background: linear-gradient(transparent 60%, #81DA3D 60%);
}

@media screen and (max-width: 700px) {
  .heading-lv06 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
}

.heading-lv07 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}

.heading-text_lv01 {
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}

.heading-text_lv01.mb {
  margin-bottom: 50px;
}

.heading-text_lv01 > p:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 700px) {
  .heading-text_lv01 {
    margin-bottom: 23px;
  }
  .heading-text_lv01 > p:not(:last-child) {
    margin-bottom: 25px;
  }
}

.heading-block-lv01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
}

.heading-block-lv01.s-mb {
  margin-bottom: 15px;
}

.heading-block-lv01 .item-text {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.heading-block-lv01 .item-text .cat-list {
  padding-bottom: 20px;
}

.heading-block-lv01 .item-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.heading-block-lv01 .item-btn {
  width: 240px;
  margin-left: 20px;
}

.heading-block-lv01 .item-btn:not(:last-child) {
  margin-bottom: 30px;
}

.heading-block-lv01 .item-save {
  border: 1px solid #DEE1E3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border-left: 6px solid #2B88DC;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -moz-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -ms-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -o-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 540px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.heading-block-lv01 .item-save .close {
  line-height: 0;
  margin-right: -8px;
  margin-left: 20px;
  cursor: pointer;
}

.heading-block-lv01.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.heading-block-lv01.stucker {
  background: #FFF;
  padding: 10px 0px;
  border-bottom: 1px solid #DEE1E3;
}

.heading-block-lv01.stucker h2 {
  font-size: 24px;
  font-size: 1.6rem;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .heading-block-lv01 .item-right {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .heading-block-lv01 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .heading-block-lv01 .item-text {
    width: 100%;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .heading-block-lv01 .item-right {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .heading-block-lv01 .item-save {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .heading-block-lv01 .item-btn {
    width: 190px;
    margin-left: 0px;
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .heading-block-lv01 .item-btn:not(:last-child) {
    margin-bottom: 10px;
  }
  .heading-block-lv01 .item-btn .btn {
    height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.heading-block-lv02 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 700px) {
  .heading-block-lv02 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 0.7333333333rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.8rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

.fs14 {
  font-size: 14px;
  font-size: 0.9333333333rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.0666666667rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.1333333333rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.2rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.2666666667rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.3333333333rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.4rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.4666666667rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.5333333333rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.6rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.6666666667rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.7333333333rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.8rem;
}

.fs28 {
  font-size: 28px;
  font-size: 1.8666666667rem;
}

.fs29 {
  font-size: 29px;
  font-size: 1.9333333333rem;
}

.fs30 {
  font-size: 30px;
  font-size: 2rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.text-red {
  color: #EA3636;
}

.text-blue {
  color: #2B88DC;
}

.text-bold {
  font-weight: bold;
}

.text-gray {
  color: #606E79;
}

.status {
  display: -moz-inline-box;
  display: inline-block;
  background: #D5D5D5;
  font-size: 12px;
  font-size: 0.8rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.status.draft {
  background: #BEE0FF;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

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

br.tablet {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

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

@media screen and (min-width: 701px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}

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

/* etc */
/* column */
.column-style, .column-04, .column-03, .column-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
}

.column-style:last-child, .column-04:last-child, .column-03:last-child, .column-02:last-child {
  margin-bottom: -30px;
}

.column-style > *, .column-04 > *, .column-03 > *, .column-02 > * {
  width: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 501px) {
  .column-style > *.w5p, .column-04 > *.w5p, .column-03 > *.w5p, .column-02 > *.w5p {
    width: calc(5% - 30px);
  }
  .column-style > *.w10p, .column-04 > *.w10p, .column-03 > *.w10p, .column-02 > *.w10p {
    width: calc(10% - 30px);
  }
  .column-style > *.w15p, .column-04 > *.w15p, .column-03 > *.w15p, .column-02 > *.w15p {
    width: calc(15% - 30px);
  }
  .column-style > *.w20p, .column-04 > *.w20p, .column-03 > *.w20p, .column-02 > *.w20p {
    width: calc(20% - 30px);
  }
  .column-style > *.w25p, .column-04 > *.w25p, .column-03 > *.w25p, .column-02 > *.w25p {
    width: calc(25% - 30px);
  }
  .column-style > *.w30p, .column-04 > *.w30p, .column-03 > *.w30p, .column-02 > *.w30p {
    width: calc(30% - 30px);
  }
  .column-style > *.w35p, .column-04 > *.w35p, .column-03 > *.w35p, .column-02 > *.w35p {
    width: calc(35% - 30px);
  }
  .column-style > *.w40p, .column-04 > *.w40p, .column-03 > *.w40p, .column-02 > *.w40p {
    width: calc(40% - 30px);
  }
  .column-style > *.w45p, .column-04 > *.w45p, .column-03 > *.w45p, .column-02 > *.w45p {
    width: calc(45% - 30px);
  }
  .column-style > *.w50p, .column-04 > *.w50p, .column-03 > *.w50p, .column-02 > *.w50p {
    width: calc(50% - 30px);
  }
  .column-style > *.w55p, .column-04 > *.w55p, .column-03 > *.w55p, .column-02 > *.w55p {
    width: calc(55% - 30px);
  }
  .column-style > *.w60p, .column-04 > *.w60p, .column-03 > *.w60p, .column-02 > *.w60p {
    width: calc(60% - 30px);
  }
  .column-style > *.w65p, .column-04 > *.w65p, .column-03 > *.w65p, .column-02 > *.w65p {
    width: calc(65% - 30px);
  }
  .column-style > *.w70p, .column-04 > *.w70p, .column-03 > *.w70p, .column-02 > *.w70p {
    width: calc(70% - 30px);
  }
  .column-style > *.w75p, .column-04 > *.w75p, .column-03 > *.w75p, .column-02 > *.w75p {
    width: calc(75% - 30px);
  }
  .column-style > *.w80p, .column-04 > *.w80p, .column-03 > *.w80p, .column-02 > *.w80p {
    width: calc(80% - 30px);
  }
  .column-style > *.w85p, .column-04 > *.w85p, .column-03 > *.w85p, .column-02 > *.w85p {
    width: calc(85% - 30px);
  }
  .column-style > *.w90p, .column-04 > *.w90p, .column-03 > *.w90p, .column-02 > *.w90p {
    width: calc(90% - 30px);
  }
  .column-style > *.w95p, .column-04 > *.w95p, .column-03 > *.w95p, .column-02 > *.w95p {
    width: calc(95% - 30px);
  }
  .column-style > *.w100p, .column-04 > *.w100p, .column-03 > *.w100p, .column-02 > *.w100p {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 700px) {
  .column-style, .column-04, .column-03, .column-02 {
    margin-right: -20px;
  }
  .column-style:last-child, .column-04:last-child, .column-03:last-child, .column-02:last-child {
    margin-bottom: -20px;
  }
  .column-style > *, .column-04 > *, .column-03 > *, .column-02 > * {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.column-02 > * {
  width: calc(50% - 30px);
}

.column-03 > * {
  width: calc(33.3333% - 30px);
}

.column-04 > * {
  width: calc(25% - 30px);
}

@media screen and (max-width: 700px) {
  .column-02 > * {
    width: calc(50% - 20px);
  }
  .column-03 > * {
    width: calc(50% - 20px);
  }
  .column-04 > * {
    width: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  .column-02 > * {
    width: calc(100% - 20px);
  }
  .column-03 > * {
    width: calc(100% - 20px);
  }
  .column-04 > * {
    width: calc(50% - 20px);
  }
}

/* column */
.popup {
  background: #FFF;
  width: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.popup.w900 {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popup.w560 {
  width: 560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popup.w500 {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popup-wrapper {
  display: none;
}

.popup .item-title {
  border-bottom: 2px solid #DEE1E3;
  height: 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-size: 25px;
  font-size: 1.6666666667rem;
  font-weight: bold;
}

.popup .item-inside {
  padding: 40px;
}

.popup .item-list:not(:last-child) {
  border-bottom: 1px solid #DEE1E3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.popup .item-list:not(:last-child).no-border {
  padding-bottom: 0;
  border-bottom: none;
}

.popup .item-list dt {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0px;
}

.popup .item-list dd:not(:last-child) {
  margin-bottom: 25px;
}

.popup .item-list dd.score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.popup .item-list dd.score > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.popup .item-list dd.score > div:not(:last-child) {
  margin-right: 10px;
}

.popup .item-list dd.score > div > * {
  margin-right: 5px;
  line-height: 0;
}

.popup .item-list dd.score > div > * img {
  width: 20px;
}

.popup .item-list dd input[type="text"], .popup .item-list dd input[type="email"], .popup .item-list dd input[type="tel"], .popup .item-list dd input[type="password"], .popup .item-list dd input[type="number"], .popup .item-list dd input[type="search"] {
  height: 44px;
  line-height: 44px;
}

.popup .item-list dd textarea {
  background: #F7F7F7;
}

.popup .item-list dd textarea:focus, .popup .item-list dd textarea:hover {
  background-color: #FFF;
}

.popup .item-list dd small {
  font-size: 12px;
  font-size: 0.8rem;
}

.popup .item-text {
  font-size: 13px;
  font-size: 0.8666666667rem;
  text-align: center;
}

.popup .item-text a {
  text-decoration: underline;
}

.popup .item-text a:hover {
  text-decoration: none;
}

.popup .item-text:not(:last-child) {
  margin-bottom: 30px;
}

.popup .img-text-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}

.popup .img-text-column2 .item-img {
  width: 237px;
  margin-right: 30px;
}

.popup .img-text-column2 .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: left;
}

.popup .img-text-column2 .item-text .title {
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.popup .gray-box {
  padding: 25px 20px;
  background-color: #F3F4F5;
}

.popup .gray-box .post {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .popup .item-title {
    height: 55px;
    font-size: 21px;
    font-size: 1.4rem;
  }
  .popup .item-inside {
    padding: 15px;
  }
  .popup .item-list:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .popup .item-list dt {
    margin-bottom: 0px;
  }
  .popup .item-list dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .popup .item-list dd.score > div > * img {
    width: 16px;
  }
  .popup .item-text {
    text-align: left;
  }
  .popup .item-text:not(:last-child) {
    margin-bottom: 25px;
  }
  .popup .img-text-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .popup .img-text-column2 .item-img {
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .popup .img-text-column2 .item-text {
    width: 100%;
  }
  .popup .img-text-column2 .item-text .title {
    font-size: 20px;
    font-size: 1.3333333333rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.popup#download-pop {
  padding: 38px 30px;
}

.popup#download-pop .item-hd {
  text-align: center;
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
  background: url(/../img/next/icon-download.svg) no-repeat center top;
  padding-top: 90px;
  margin-bottom: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 700px) {
  .popup#download-pop {
    padding: 25px 20px;
  }
  .popup#download-pop .item-hd {
    font-size: 18px;
    font-size: 1.2rem;
    background-size: auto 50px;
    padding-top: 60px;
    margin-bottom: 20px;
  }
}

.popup#register-pop, .popup#error-pop {
  padding: 38px 30px;
}

.popup#register-pop .item-hd, .popup#error-pop .item-hd {
  text-align: center;
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
  background: url(/../img/next/icon-success.svg) no-repeat center top;
  padding-top: 90px;
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .popup#register-pop, .popup#error-pop {
    padding: 25px 20px;
  }
  .popup#register-pop .item-hd, .popup#error-pop .item-hd {
    font-size: 16px;
    font-size: 1.0666666667rem;
    background-size: auto 50px;
    padding-top: 60px;
  }
  .popup#register-pop .item-hd:not(:last-child), .popup#error-pop .item-hd:not(:last-child) {
    margin-bottom: 15px;
  }
}

.popup#error-pop .item-hd {
  background-image: url(/../img/next/icon-error.svg);
}

.popup#error-pop .item-error {
  text-align: center;
  color: #EA3636;
  font-size: 15px;
  font-size: 1rem;
}

.popup#error-pop .item-error:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .popup#error-pop .item-error:not(:last-child) {
    margin-bottom: 20px;
  }
}

.mfp-bg.mfp-fade.mfp-ready {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.mfp-close {
  left: initial;
  right: 18px;
  top: 18px;
  width: 34px;
  height: 34px;
  background: url(/../img/common/btn-close.svg) no-repeat;
  font-size: 0;
}

@media screen and (max-width: 700px) {
  .mfp-close {
    width: 28px;
    height: 28px;
    background-size: contain;
    right: 5px;
    top: 5px;
  }
}

.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 15px;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ul li:not(:last-child) {
  margin-bottom: 4px;
}

.post ul li:last-child {
  padding-bottom: 0;
}

.post ol {
  margin-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: none;
  counter-increment: cnt;
}

.post ol li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -1em;
  width: 2em;
}




.post ol li:not(:last-child) {
  margin-bottom: 4px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post dl dt {
  width: 380px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

.post dl dd {
  width: calc(100% - 380px);
}

@media screen and (max-width: 700px) {
  .post dl dt {
    width: 100%;
    margin-right: 0;
  }
  .post dl dd {
    width: 100%;
    margin-bottom: 20px;
  }
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #ABB7C1;
}

.post blockquote {
  display: block;
  padding: 45px 60px;
  background-color: #F3F4F5;
  clear: both;
}

.post blockquote h4 {
  margin-bottom: 10px;
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  background: -moz-linear-gradient(transparent 60%, #81DA3D 60%);
  background: -webkit-linear-gradient(transparent 60%, #81DA3D 60%);
  background: linear-gradient(transparent 60%, #81DA3D 60%);
}

.post blockquote:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
  .post blockquote {
    padding: 25px 20px;
  }
}

.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
  margin-top: 30px;
}

.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
  margin-bottom: 15px;
}

.post h1 {
  font-size: 27px;
  font-size: 1.8rem;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  border-left: solid 4px #28B44B;
  padding-left: 15px;
}

.post h2:not(:first-child) {
  margin-top: 25px;
}

.post h2:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 700px) {
  .post h2 {
    font-size: 20px;
    font-size: 1.3333333333rem;
    font-weight: bold;
  }
  .post h2:not(:first-child) {
    margin-top: 10px;
  }
  .post h2:not(:last-child) {
    margin-bottom: 10px;
  }
}

.post h3 {
  font-size: 21px;
  font-size: 1.4rem;
  font-weight: bold;
}

.post h3:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .post h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .post h3:not(:last-child) {
    margin-bottom: 10px;
  }
}

.post h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  /* margin-left: 1em; */
}

/* .post h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: '・';
  margin-left: -1em;
} */

.post h5 {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post .aligncenter:not(:first-child) {
  margin-top: 30px;
}

.post .aligncenter:not(:last-child) {
  margin-bottom: 30px;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 40px 40px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 40px 40px 0;
}

.post .wp-caption {
  max-width: 100%;
}

.post .wp-caption-text {
  color: #ABB7C1;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p:not(:last-child) {
  margin-bottom: 15px;
}

.post table:not(:last-child) {
  margin-bottom: 30px;
}

.post table td p:not(:last-child) {
  margin-bottom: 10px;
}

.post cite {
  border: 1px solid #DEE1E3;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.8rem;
}

.post table {
  margin-top: 30px;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post .img-list {
  text-align: center;
}

.post .img-list > p {
  vertical-align: middle;
  display: -moz-inline-box;
  display: inline-block;
  margin: 0 10px;
}

.post .d-list li:before {
  content: "◆";
  color: #28B44B;
  font-size: 10px;
  font-size: 0.6666666667rem;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.post:after {
  clear: both;
  display: block;
  content: '';
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.eg-parent > *:not(.eg) {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    -webkit-transition: 1s all ease-out;
    -moz-transition: 1s all ease-out;
    -ms-transition: 1s all ease-out;
    -o-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top {
  padding-top: 230px;
  background-color: #F3F4F5;
}

main.top .genre-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -45px;
  margin-bottom: -50px;
}

main.top .genre-list > li {
  margin-right: 45px;
  margin-bottom: 50px;
  width: calc(33.3333333333% - 45px);
}

main.top .genre-list h3 {
  border-bottom: 1px solid #DEE1E3;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-bottom: 30px;
}

main.top .genre-list h3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 20px;
  color: #1A2229;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.top .genre-list h3 a:after {
  content: "";
  width: 11px;
  height: 11px;
  background: no-repeat center/auto;
  background-image: url(/../img/common/arrow.svg);
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.top .genre-list h3 a:hover {
  background-color: #28B44B;
  text-decoration: none;
  color: #FFF;
}

main.top .genre-list h3 a:hover:after {
  background-image: url(/../img/common/arrow-white.svg);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

main.top .genre-list .cat-list {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main top
------------------------------------------------------------*/
  main.top .genre-list {
    margin-right: -25px;
  }
  main.top .genre-list > li {
    margin-right: 25px;
    width: calc(33.3333333333% - 25px);
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 900px) {
  main.top .genre-list > li {
    width: calc(50% - 25px);
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.top .genre-list .cat-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main top
------------------------------------------------------------*/
  main.top {
    padding-top: 120px;
  }
  main.top .genre-list {
    margin-right: -0;
    margin-bottom: -25px;
  }
  main.top .genre-list > li {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  main.top .genre-list h3 {
    font-size: 18px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.top .genre-list h3 a {
    padding: 10px;
  }
  main.top .genre-list .cat-list {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb ul {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.8rem;
}

#breadcrumb ul li {
  display: inline;
}

#breadcrumb ul li:not(:last-child):after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: '>';
  margin-left: 10px;
  margin-right: 8px;
}

/* main next
------------------------------------------------------------*/
body.new-registration {
  min-height: 100vh;
  padding: 90px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next {
  font-size: 16px;
  font-size: 1.0666666667rem;
}

main.next .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.9333333333rem;
}

main.next .breadcrumb li {
  display: inline;
}

main.next .breadcrumb li:first-child a {
  width: 18px;
}

main.next .breadcrumb li a {
  color: #28B44B;
  margin-right: 27px;
  display: inline;
  position: relative;
  line-height: 1.2;
  word-break: break-all;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .breadcrumb li a:hover {
  color: #2B88DC;
  filter: alpha(opacity=100);
  opacity: 1;
}

main.next .breadcrumb li a:after {
  content: '>';
  display: block;
  width: 10px;
  height: 11px;
  position: absolute;
  right: -20px;
  top: 0;
  margin-top: -2px;
}

main.next .breadcrumb li strong {
  font-weight: normal;
}

main.next .phase:not(:last-child) {
  margin-bottom: 60px;
}

main.next .phase .comparison-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
}

main.next .phase .comparison-list li {
  margin-right: 30px;
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

main.next .phase .comparison-list li .item-title {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 14px;
}

main.next .phase .comparison-list li:not(:last-child):after {
  content: "";
  height: 100%;
  width: 1px;
  background: #DEE1E3;
  position: absolute;
  top: 0;
  right: 0;
}

main.next .rate_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

main.next .rate-box {
  width: 220px;
}

main.next .rate-box .rate {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-size: 1.2rem;
  letter-spacing: normal;
}

main.next .rate-box .rate.lg {
  font-size: 23px;
  font-size: 1.5333333333rem;
}

main.next .rate-box .rate.lg .rate0-5:after,
main.next .rate-box .rate.lg .rate1:before,
main.next .rate-box .rate.lg .rate1:after,
main.next .rate-box .rate.lg .rate1-5:before,
main.next .rate-box .rate.lg .rate1-5:after,
main.next .rate-box .rate.lg .rate2:before,
main.next .rate-box .rate.lg .rate2:after,
main.next .rate-box .rate.lg .rate2-5:before,
main.next .rate-box .rate.lg .rate2-5:after,
main.next .rate-box .rate.lg .rate3:before,
main.next .rate-box .rate.lg .rate3:after,
main.next .rate-box .rate.lg .rate3-5:before,
main.next .rate-box .rate.lg .rate3-5:after,
main.next .rate-box .rate.lg .rate4:before,
main.next .rate-box .rate.lg .rate4:after,
main.next .rate-box .rate.lg .rate4-5:before,
main.next .rate-box .rate.lg .rate4-5:after,
main.next .rate-box .rate.lg .rate5:after {
  height: 30px;
}

main.next .rate-box .rate-text {
  font-weight: bold;
  margin-left: 5px;
}

main.next .rate-box .rate:before {
  content: "★★★★★";
  color: #ECEEEF;
}

main.next .rate-box .rate .rate0-5:after,
main.next .rate-box .rate .rate1-5:after,
main.next .rate-box .rate .rate2-5:after,
main.next .rate-box .rate .rate3-5:after,
main.next .rate-box .rate .rate4-5:after {
  width: 0.5em;
  content: "★";
}

main.next .rate-box .rate.none-rote:before {
  content: "★";
}

main.next .rate-box .rate .rate1:after,
main.next .rate-box .rate .rate1-5:before {
  content: "★";
}

main.next .rate-box .rate .rate1-5:after {
  left: 1em;
}

main.next .rate-box .rate .rate2:after,
main.next .rate-box .rate .rate2-5:before {
  content: "★★";
}

main.next .rate-box .rate .rate2-5:after {
  left: 2em;
}

main.next .rate-box .rate .rate3:after,
main.next .rate-box .rate .rate3-5:before {
  content: "★★★";
}

main.next .rate-box .rate .rate3-5:after {
  left: 3em;
}

main.next .rate-box .rate .rate4:after,
main.next .rate-box .rate .rate4-5:before {
  content: "★★★★";
}

main.next .rate-box .rate .rate4-5:after {
  left: 4em;
}

main.next .rate-box .rate .rate5:after {
  content: "★★★★★";
}

main.next .rate-box .rate0-5:after,
main.next .rate-box .rate1:before,
main.next .rate-box .rate1:after,
main.next .rate-box .rate1-5:before,
main.next .rate-box .rate1-5:after,
main.next .rate-box .rate2:before,
main.next .rate-box .rate2:after,
main.next .rate-box .rate2-5:before,
main.next .rate-box .rate2-5:after,
main.next .rate-box .rate3:before,
main.next .rate-box .rate3:after,
main.next .rate-box .rate3-5:before,
main.next .rate-box .rate3-5:after,
main.next .rate-box .rate4:before,
main.next .rate-box .rate4:after,
main.next .rate-box .rate4-5:before,
main.next .rate-box .rate4-5:after,
main.next .rate-box .rate5:after {
  position: absolute;
  top: 0;
  left: 0;
  color: #FBC12C;
  overflow: hidden;
  height: 24px;
}

main.next .voice-box {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -moz-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -ms-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -o-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 42px;
}

main.next .voice-box:not(:last-child) {
  margin-bottom: 30px;
}

main.next .voice-box .link-voice {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

main.next .voice-box:last-child {
  margin-bottom: 60px;
}

main.next .voice-box .item-title {
  width: 340px;
  position: relative;
  z-index: 2;
  margin-right: 1px;
}

main.next .voice-box .item-title > a {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -ms-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1A2229;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #FFF;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .voice-box .item-title > a:hover {
  text-decoration: none;
  border-color: #28B44B;
}

main.next .voice-box .item-title .user-dtl a {
  color: #1A2229;
}

main.next .voice-box .item-title .user-dtl a:hover {
  color: #2B88DC;
}

main.next .voice-box .item-title .user-dtl dl dt {
  width: 64px;
  padding-right: 0;
  margin-right: 10px;
}

main.next .voice-box .item-title .user-dtl dl dd {
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
  line-height: normal;
}

main.next .voice-box .item-title .dl-tbl {
  -ms-flex: 1 0 auto;
  /* -webkit-flex-grow: 1;
  flex-grow: 1; */
}

main.next .voice-box .item-title dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .voice-box .item-title dl dt {
  width: 110px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

main.next .voice-box .item-title dl dd {
  width: calc(100% - 110px);
}

main.next .voice-box .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

main.next .voice-box .item-text:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 1px;
  height: auto;
  height: calc(100% - 80px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1px;
  background-color: blue;
  background-color: #DEE1E3;
  z-index: 3;
}

main.next .voice-box .item-text > a {
  padding: 40px;
  position: relative;
  z-index: 3;
  display: block;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  color: #1A2229;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #FFF;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .voice-box .item-text > a:hover {
  text-decoration: none;
  border-color: #28B44B;
}

main.next .voice-box .item-text .link-block.right {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

main.next .voice-box .item-text .link-block.right > * {
  margin-bottom: 0;
}

main.next .voice-box .item-text .heading-lv02 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .voice-box .item-text .heading-lv02:hover {
  text-decoration: underline;
  color: #2B88DC;
}

main.next .voice-box .item-text .service-name {
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .voice-box .item-text .service-name h3 {
  margin-right: 8px;
}

main.next .voice-box .item-text .date {
  color: #ABB7C1;
  padding-bottom: 5px;
}

main.next .voice-box .item-text .rate-box {
  margin-bottom: 16px;
}

main.next .voice-box .item-text .text {
  margin-bottom: 20px;
}

main.next .voice-box .item-notice {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 40px;
  display: block;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #DEE1E3;
  font-size: 12px;
  font-size: 0.8rem;
}

main.next .voice-box .item-notice a {
  z-index: 2;
  position: relative;
  display: inline;
  position: relative;
  margin-left: 20px;
}

main.next .voice-box .item-notice a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  margin-left: -10px;
  margin-top: -2px;
  top: 50%;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #28B44B;
}

main.next .document-box {
  padding: 40px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -moz-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -ms-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -o-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
}

main.next .document-box:not(:last-child) {
  margin-bottom: 30px;
}

main.next .document-box:last-child {
  margin-bottom: 60px;
}

main.next .document-box .item-title {
  width: 300px;
  border-right: solid 1px #DEE1E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

main.next .document-box .item-title .inside {
  width: 237px;
  margin: 0 auto;
}

main.next .document-box .item-title .inside .img {
  margin-bottom: 10px;
}

main.next .document-box .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 10px 0px 10px 40px;
}

main.next .document-box .item-text .heading-lv02:not(:last-child) {
  margin-bottom: 10px;
}

main.next .document-box .item-text .cat-list {
  margin-bottom: 10px;
}

main.next .document-box .item-text .service-text {
  margin-bottom: 10px;
}

main.next .document-box .item-text .rate-box {
  margin-bottom: 10px;
}

main.next .document-box .item-text .text {
  margin-bottom: 20px;
}

main.next .document-box .item-text .company {
  margin-bottom: 20px;
}

main.next .document-box .item-text .item-review {
  padding: 20px;
  background-color: #F7F7F7;
  margin-bottom: 15px;
}

main.next .document-box .item-text .item-review .review-title {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 6px;
}

main.next .document-box .item-text .item-review .review-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 24px;
  background-color: #28B44B;
}

main.next .document-box .item-text .item-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: solid 1px #DDDDDD;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

main.next .document-box .item-text .item-document .document-title {
  width: 176px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  color: #28B44B;
  text-align: center;
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .document-box .item-text .item-document .document-text {
  border-left: solid 1px #DDDDDD;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 20px;
}

main.next .document-box .item-text .item-document .document-text ul li {
  position: relative;
  padding-left: 1em;
}

main.next .document-box .item-text .item-document .document-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: '・';
  color: #606E79;
}

main.next .document-box .item-text .item-document .document-text ul li a {
  color: #606E79;
  font-size: 14px;
  font-size: 0.9333333333rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .document-box .item-text .item-document .document-text ul li a:hover {
  color: #2B88DC;
}

main.next .heading-block_page-nav {
  padding-bottom: 100px;
  margin-bottom: 60px;
}

main.next .heading-block_page-nav .heading-block-lv01 {
  margin-bottom: 15px;
}

main.next .page-nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 76px;
  z-index: 100;
}

main.next .page-nav.fixed {
  position: fixed;
  margin-top: 0px;
  top: 0;
  height: 76px;
}

main.next .page-nav ul {
  background-color: #fff;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: solid 1px #28B44B;
  margin-bottom: 60px;
}

main.next .page-nav li {
  background-color: #fff;
  margin: 0 5px;
  width: calc(33.3333333333% - 10px);
  position: relative;
}

main.next .page-nav li:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 100%;
  height: 10px;
  bottom: 0;
  background-color: #fff;
}

main.next .page-nav li a {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.3333333333rem;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #DEE1E3;
  border-bottom: none;
  color: #28B44B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main.next .page-nav li a span {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

main.next .page-nav li.current:before {
  height: 1px;
  bottom: -1px;
}

main.next .page-nav li.current a {
  border: solid 1px #28B44B;
  border-top: solid 5px #28B44B;
  border-bottom: none;
  font-weight: bold;
}

main.next .page-nav li.current a span {
  font-weight: bold;
}

main.next .service {
  padding-top: 50px;
}

main.next .service .heading-block_page-nav {
  position: relative;
}

main.next .service .service-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 55px;
}

main.next .service .service-top .item-img {
  margin-right: 40px;
  width: 580px;
}

main.next .service .service-top .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .service .fee dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .service .fee dl dt {
  width: 380px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

main.next .service .fee dl dd {
  width: calc(100% - 380px);
}

main.next .search-top {
  padding-top: 0;
}

main.next .search-top .img {
  text-align: center;
  margin-bottom: 50px;
}

main.next .gray-box {
  padding: 25px 60px;
  background-color: #f5f5f5;
  border: #ececec solid 1px;
}

main.next .document-list .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

main.next .document-list .title-block .heading-lv01 {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 20px;
}

main.next .document-list .title-block .unmber {
  width: 300px;
  text-align: right;
}

main.next .form01 dl {
  border-top: 1px solid #DEE1E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .form01 dl > * {
  border-bottom: 1px solid #DEE1E3;
  padding: 14px 20px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .form01 dl dt {
  width: 140px;
  background: #F3F4F5;
  font-weight: bold;
  border-left: 1px solid #DEE1E3;
}

main.next .form01 dl dd {
  width: calc(100% - 140px);
  border-right: 1px solid #DEE1E3;
}

main.next .service-profile {
  margin: 0 100px;
  -webkit-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -moz-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -ms-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -o-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
}

main.next .service-profile .item-cover img {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  width: 100%;
}

main.next .service-profile .item-dtl {
  background: #FFF;
  padding: 0px 30px 30px 30px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  margin-top: -60px;
}

main.next .service-profile .item-dtl .user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #DEE1E3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

main.next .service-profile .item-dtl .user-img {
  margin-right: 20px;
}

main.next .service-profile .item-dtl .user-img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid #FFF;
}

main.next .service-profile .item-dtl .user-name {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

main.next .service-profile .item-dtl .user-name span {
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}

main.next .service-profile .item-dtl .user-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

main.next .service-profile .item-dtl .user-dtl ul {
  margin-right: 45px;
  max-width: calc(33.33333% - 40px);
}

main.next .service-profile .item-dtl .user-dtl ul li h1 {
  display: inline;
  font-weight: normal;
}

main.next .service-profile .item-dtl .user-dtl ul li strong {
  padding-right: 6px;
}

main.next .service-profile .item-dtl .user-text .hide-text {
  display: none;
}

main.next .service-profile .item-dtl .open-text {
  margin-top: 10px;
  text-align: right;
  display: block;
  color: #28B44B;
  font-weight: bold;
  position: relative;
}

main.next .service-profile .item-dtl .open-text span {
  position: relative;
  padding-right: 15px;
  display: -moz-inline-box;
  display: inline-block;
}

main.next .service-profile .item-dtl .open-text span:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 11px;
  height: 11px;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background: url(/../img/common/arrow.svg) no-repeat center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.next .service-profile .item-dtl.open .open-text {
  display: none;
}

main.next .service-profile .item-dtl.open .open-text span:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.next .service-list ul li .heading-lv05.link {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .service-list ul li .heading-lv05.link:hover {
  color: #2B88DC;
  text-decoration: underline;
}

main.next .service-list ul li a {
  border: 1px solid #DEE1E3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #F3F4F5;
  display: block;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .service-list ul li a:hover {
  background: rgba(243, 244, 245, 0.6);
  text-decoration: none;
  border-color: #28B44B;
}

main.next .service-list ul li:not(:last-child) {
  margin-bottom: 30px;
}

main.next .service-list .item-block-info .rate-box, main.next .service-list .item-block-dtl .rate-box {
  width: auto;
  margin-right: 10px;
}

main.next .service-list .item-block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

main.next .service-list .item-block-info .rate-text {
  color: #1A2229;
}

main.next .service-list .item-block-title {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-bottom: 12px;
}

main.next .service-list .item-block-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}

main.next .service-list .item-block-dtl-text {
  color: #000;
}

main.next .service-list .item-block-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .service-list .item-block-date > *:first-child {
  margin-right: 14px;
}

main.next .service-list-white {
  margin: 0px 100px;
}

main.next .service-list-white ul li {
  border: 0 none;
}

main.next .service-list-white ul li a {
  -webkit-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -moz-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -ms-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -o-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #1A2229;
  display: block;
  padding: 40px;
  border: solid 2px #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .service-list-white ul li a:hover {
  text-decoration: none;
  border-color: #28B44B;
}

main.next .service-list-white ul li a:hover .heading-lv05 {
  text-decoration: underline;
  color: #2B88DC;
}

main.next .service-list-white ul li:not(:last-child) {
  margin-bottom: 30px;
}

main.next .service-list-white .cat-list {
  margin: 0;
  padding-left: 10px;
}

main.next .service-list-white .cat-list > * {
  margin: 0 10px 0px 0px;
}

main.next .service-list-white .item-block-info > * {
  margin: 0;
}

main.next .service-list-white .item-block-info .rate-box, main.next .service-list-white .item-block-dtl .rate-box {
  width: auto;
  margin-right: 10px;
}

main.next .service-list-white .item-block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

main.next .service-list-white .item-block-title {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-bottom: 12px;
}

main.next .service-list-white .item-block-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}

main.next .service-list-white .item-block-dtl-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}

main.next .service-list-white .item-block-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .service-list-white .item-block-date > *:first-child {
  margin-right: 14px;
}

main.next .seminar .heading-block-lv01 {
  margin-bottom: 30px;
}

main.next .seminar .heading-block-lv01 .item-btn {
  width: 170px;
}

main.next .seminar .seminar-block .item-img {
  margin-bottom: 50px;
}

main.next .seminar .seminar-block .item-text h4 {
  margin-bottom: 16px;
}

main.next .seminar .gray-box dl dt, main.next .seminar .gray-box dl dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .seminar .gray-box dl dt {
  width: 160px;
  position: relative;
}

main.next .seminar .gray-box dl dt:after {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

main.next .seminar .gray-box dl dd {
  width: calc(100% - 160px);
  padding-left: 6px;
}

main.next .pagenavi {
  padding: 25px 0;
  text-align: center;
  letter-spacing: -.4em;
  line-height: 1;
  color: #000;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}

main.next .pagenavi .pages {
  display: none;
}

main.next .pagenavi .first, main.next .pagenavi .last, main.next .pagenavi .previouspostslink, main.next .pagenavi .nextpostslink {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

main.next .pagenavi .first:before, main.next .pagenavi .previouspostslink:before {
  content: "";
  display: inline-block;
  background: no-repeat center center;
  padding-right: 10px;
}

main.next .pagenavi .first:before {
  width: 13px;
  height: 10px;
  background-image: url(/../img/next/chevron-right-double.svg);
}

main.next .pagenavi .previouspostslink:before {
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  background-image: url(/../img/next/chevron-right.svg);
}

main.next .pagenavi .last:after, main.next .pagenavi .nextpostslink:after {
  content: "";
  display: inline-block;
  background: no-repeat center center;
  padding-right: 10px;
}

main.next .pagenavi .last:after {
  width: 13px;
  height: 10px;
  background-image: url(/../img/next/chevron-right-double.svg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.next .pagenavi .nextpostslink:after {
  width: 6px;
  height: 10px;
  background-image: url(/../img/next/chevron-right.svg);
}

main.next .pagenavi span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 40px;
  width: 40px;
  border: 1px solid transparent;
  margin: 0 7px;
  text-align: center;
}

main.next .pagenavi span.extend {
  width: auto;
}

main.next .pagenavi span.current {
  background-color: #ECEEEF;
  color: #606E79;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

main.next .pagenavi a {
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 40px;
  width: 40px;
  margin: 0 7px;
  background-color: #FFF;
  color: #28B44B;
  border: solid 1px #28B44B;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

main.next .pagenavi a:hover {
  text-decoration: none;
  background-color: #28B44B;
  color: #FFF;
  filter: alpha(opacity=100);
  opacity: 1;
}

main.next .pagenavi a.dot {
  background: none;
}

main.next .pagenavi a, main.next .pagenavi span {
  padding: 0;
}

main.next .thanks-block .item-hd {
  text-align: center;
  line-height: 1.1;
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: bold;
}

main.next .thanks-block .item-hd:not(:last-child) {
  margin-bottom: 25px;
}

main.next .thanks-block .item-text {
  font-size: 15px;
  font-size: 1rem;
  text-align: center;
  color: #606E79;
}

main.next .thanks-block .item-text > p:not(:last-child) {
  margin-bottom: 10px;
}

main.next .thanks-block .item-text:not(:last-child) {
  margin-bottom: 30px;
}

main.next .title-block {
  position: relative;
}

main.next .title-block:not(:last-child) {
  margin-bottom: 30px;
}

main.next .title-block .btn {
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 2;
}

main.next .review-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}

main.next .review-condition dl {
  margin-bottom: 10px;
}

main.next .review-condition dl dt {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

main.next .review-condition .item-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .review-condition .item-select .btn {
  margin-left: 8px;
}

main.next .review-condition .item-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .review-condition .item-span > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 8px;
}

main.next .review-condition .item-span > div > p {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
  font-size: 0.8666666667rem;
}

main.next .page_format {
  padding-top: 50px;
}

main.next .reviews-bottom-text {
  padding-top: 50px;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 14px;
  font-size: 0.9333333333rem;
}

main.new-registration .registration-box {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 6px 6px 6px 6px;
}

main.new-registration .registration-box dl dt {
  font-weight: bold;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 5px;
}

main.new-registration .registration-box dl dd {
  padding-bottom: 24px;
}

main.new-registration .complete-box {
  border: 1px solid #E8E8E8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
}

main.new-registration .complete-box .item-title {
  background: #606E79;
  border-radius: 6px 6px 0px 0px;
  color: #FFF;
  height: 48px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.new-registration .complete-box .item-desc {
  text-align: center;
  padding: 33px 20px;
  color: #1A2229;
}

main.new-registration .complete .bottom-text {
  text-align: center;
  margin-bottom: 70px;
}

main.new-registration .agree-box {
  text-align: center;
  margin-bottom: 20px;
}

main.new-registration .agree-box .item-title {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  margin-bottom: 7px;
}

main.new-registration .agree-box .item-text {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: bold;
}

main.next .content-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .content-column2 aside {
  width: 280px;
  margin-right: 30px;
}

main.next .content-column2 aside .aside-inside {
  background-color: #fff;
  position: sticky;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

main.next .content-column2 aside .aside-inside .item-title {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  height: 40px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #28B44B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}

main.next .content-column2 aside .aside-inside .item-text ul li {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
}

main.next .content-column2 aside .aside-inside .item-text ul li.current {
  background-color: #E9F3FC;
}

main.next .content-column2 aside .aside-inside .item-text ul li a {
  width: 100%;
  padding: 12px 0 12px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #606E79;
  border-bottom: solid 1px #F3F4F5;
  position: relative;
}

main.next .content-column2 aside .aside-inside .item-text ul li a:hover {
  color: #28B44B;
  text-decoration: none;
}

main.next .content-column2 aside .aside-inside .item-text ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  width: 20px;
  height: 16px;
  background: no-repeat center center;
}

main.next .content-column2 aside .aside-inside .item-text ul li.icon-download a:before {
  background-image: url(/../img/next/mypage/icon-01.svg);
}

main.next .content-column2 aside .aside-inside .item-text ul li.icon-review a:before {
  background-image: url(/../img/next/mypage/icon-02.svg);
}

main.next .content-column2 aside .aside-inside .item-text ul li.icon-management a:before {
  background-image: url(/../img/next/mypage/icon-03.svg);
}

main.next .content-column2 aside .aside-inside .item-text .btn-block {
  padding-top: 35px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .content-column2 .main-contents {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .content-column2 .main-contents .white-box {
  background-color: #fff;
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

main.next .content-column2 .main-contents .white-box:not(:last-child) {
  margin-bottom: 40px;
}

main.next .content-column2 .main-contents .white-box .profile-form-block section + .btn-block {
  margin-top: 40px;
}

main.next .content-column2 .main-contents .delete-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .content-column2 .main-contents .delete-block .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 15px;
  font-size: 1rem;
}

main.next .content-column2 .main-contents .delete-block .item-text > *:not(:last-child) {
  margin-bottom: 15px;
}

main.next .content-column2 .main-contents .delete-block .item-btn {
  margin-left: 40px;
}

main.next .mypage .thumb {
  margin-left: -20px;
}

main.next .mypage .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main next
------------------------------------------------------------*/
  main.next .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  main.next .service .service-top {
    margin-bottom: 45px;
  }
  main.next .service .service-top .item-img {
    margin-right: 30px;
    width: 340px;
  }
  main.next .service .gray-box {
    padding: 25px 40px;
  }
  main.next .service .fee dl dt {
    width: 300px;
  }
  main.next .service .fee dl dd {
    width: calc(100% - 300px);
  }
  main.next .voice-box:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .voice-box:last-child {
    margin-bottom: 60px;
  }
  main.next .voice-box .item-title {
    width: 300px;
  }
  main.next .voice-box .item-title > a {
    padding: 30px;
  }
  main.next .voice-box .item-text > a {
    padding: 30px;
  }
  main.next .voice-box .item-text > a:after {
    height: calc(100% - 60px);
  }
  main.next .voice-box .item-text .link-block.right {
    right: 30px;
    bottom: 30px;
  }
  main.next .service-profile {
    margin: 0;
  }
  main.next .service-profile .item-dtl {
    margin-top: -70px;
  }
  main.next .service-profile .item-dtl .user-profile {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .service-profile .item-dtl .user-img {
    margin-right: 0px;
  }
  main.next .service-profile .item-dtl .user-name {
    padding-top: 20px;
  }
  main.next .service-profile .item-dtl .user-name p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .service-profile .item-dtl .user-dtl table tr {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .service-list ul li {
    padding: 40px;
  }
  main.next .service-list ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .service-list .service-block-info {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .service-list .service-block-info .rate-box {
    margin-bottom: 10px;
  }
  main.next .service-list-white {
    margin: 0;
  }
  main.next .service-list-white ul li {
    padding: 40px;
  }
  main.next .service-list-white ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .service-list-white .service-block-info {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .service-list-white .service-block-info .rate-box {
    margin-bottom: 10px;
  }
  main.next .document-box {
    padding: 30px;
  }
  main.next .document-box:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .document-box:last-child {
    margin-bottom: 60px;
  }
  main.next .document-box .item-title {
    width: 200px;
  }
  main.next .document-box .item-title .inside {
    width: 100%;
    margin: 0 auto;
  }
  main.next .document-box .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 10px 0px 10px 40px;
  }
  main.next .document-box .item-text .heading-lv02:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .document-box .item-text .item-document {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .document-box .item-text .item-document .document-title {
    width: 100%;
    border-bottom: solid 1px #DDDDDD;
    padding: 7px;
  }
  main.next .document-box .item-text .item-document .document-title br {
    display: none;
  }
  main.next .document-box .item-text .item-document .document-text {
    border-left: none;
    padding: 10px;
  }
  main.next .document-box .item-text .item-document .document-text ul li {
    position: relative;
    padding-left: 1em;
  }
  main.next .page-nav li a {
    font-size: 18px;
    font-size: 1.2rem;
    letter-spacing: 0.7px;
  }
  main.next .content-column2 aside {
    width: 220px;
    margin-right: 20px;
  }
  main.next .content-column2 aside .aside-inside .item-text ul li {
    padding-left: 12px;
    padding-right: 12px;
  }
  main.next .content-column2 aside .aside-inside .item-text .btn-block {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 800px) {
  main.next .content-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .content-column2 aside {
    width: 100%;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-right: 0;
  }
  main.next .content-column2 .main-contents {
    width: 100%;
    margin-bottom: 40px;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main next
------------------------------------------------------------*/
  body.new-registration {
    height: 100%;
    padding: 40px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next .breadcrumb {
    margin-bottom: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  main.next .phase:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next .phase .comparison-list {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0px;
  }
  main.next .phase .comparison-list li {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  main.next .phase .comparison-list li:not(:first-child) {
    padding-top: 30px;
  }
  main.next .phase .comparison-list li:not(:last-child) {
    padding-bottom: 30px;
  }
  main.next .phase .comparison-list li:not(:last-child):after {
    display: none;
  }
  main.next .phase .comparison-list li:not(:last-child):before {
    content: "";
    height: 1px;
    width: 100%;
    background: #DEE1E3;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  main.next .rate_cat {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  main.next .rate-box .rate {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next .rate-box .rate.lg {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.next .voice-box {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 75px;
  }
  main.next .voice-box:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .voice-box:last-child {
    margin-bottom: 60px;
  }
  main.next .voice-box .item-title {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    border-right: none;
  }
  main.next .voice-box .item-title > a {
    padding: 20px 20px 20px;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -ms-border-radius: 0 0 0px 0px;
    -o-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
  }
  main.next .voice-box .item-title .user-dtl dl dt {
    width: 44px;
    padding-right: 0;
    margin-right: 10px;
  }
  main.next .voice-box .item-title .user-dtl dl dd {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main.next .voice-box .item-title .dl-tbl {
    -ms-flex: 1 0 auto;
    /* -webkit-flex-grow: 1;
    flex-grow: 1; */
    margin-bottom: 10px;
  }
  main.next .voice-box .item-title dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .voice-box .item-title .date {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .voice-box .item-title .date .title {
    font-weight: bold;
    width: 110px;
    padding-right: 10px;
  }
  main.next .voice-box .item-text {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    padding: 0;
  }
  main.next .voice-box .item-text:after {
    display: none;
  }
  main.next .voice-box .item-text > a {
    padding: 20px 20px 20px 20px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  main.next .voice-box .item-text .link-block.right {
    position: relative;
    right: auto;
    bottom: auto;
  }
  main.next .voice-box .item-text .link-block.right > * {
    margin-bottom: 0;
  }
  main.next .voice-box .item-text .service-name {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .voice-box .item-text .service-name h3 {
    margin-bottom: 10px;
  }
  main.next .voice-box .item-text .date {
    padding-bottom: 5px;
  }
  main.next .voice-box .item-text .text {
    margin-bottom: 10px;
  }
  main.next .voice-box .item-notice {
    padding: 5px 20px;
    height: 75px;
    font-size: 12px;
    font-size: 0.8rem;
  }
  main.next .voice-box .item-notice a {
    display: block;
    margin-left: 10px;
  }
  main.next .voice-box .item-notice a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    margin-left: -10px;
    margin-top: -2px;
    top: 50%;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #28B44B;
  }
  main.next .document-box {
    padding: 20px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .document-box:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .document-box:last-child {
    margin-bottom: 60px;
  }
  main.next .document-box .item-title {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    border-right: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }
  main.next .document-box .item-title .dl-tbl {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next .document-box .item-title dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .document-box .item-title .date {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .document-box .item-title .date .title {
    font-weight: bold;
    width: 110px;
    padding-right: 10px;
  }
  main.next .document-box .item-text {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    padding: 0;
  }
  main.next .document-box .item-text .date {
    padding-bottom: 5px;
  }
  main.next .document-box .item-text .text {
    margin-bottom: 10px;
  }
  main.next .document-box .item-text .item-review {
    padding: 15px;
  }
  main.next .document-box .item-text .item-review .review-title {
    font-size: 17px;
    font-size: 1.1333333333rem;
    font-weight: bold;
    margin-bottom: 6px;
  }
  main.next .document-box .item-text .item-document {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .document-box .item-text .item-document .document-title {
    width: 100%;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: bold;
    padding: 5px;
  }
  main.next .document-box .item-text .item-document .document-title br {
    display: none;
  }
  main.next .document-box .item-text .item-document .document-text {
    border-left: none;
    border-top: solid 1px #DDDDDD;
    padding: 15px;
  }
  main.next .seminar .heading-block-lv01 {
    margin-bottom: 20px;
  }
  main.next .seminar .seminar-block .item-img {
    margin-bottom: 30px;
  }
  main.next .seminar .gray-box dl dt {
    width: 110px;
    position: relative;
  }
  main.next .seminar .gray-box dl dd {
    width: calc(100% - 110px);
    margin-bottom: 14px;
  }
  main.next .heading-block_page-nav {
    padding-bottom: 80px;
  }
  main.next .page-nav {
    margin-bottom: 10px;
    margin-top: 130px;
  }
  main.next .page-nav.fixed {
    left: 20px;
    width: calc(100% - 40px);
  }
  main.next .page-nav ul {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #DEE1E3;
    border-right: 1px solid #DEE1E3;
  }
  main.next .page-nav li {
    margin: 0;
  }
  main.next .page-nav li:nth-child(-n+2) {
    width: 50%;
  }
  main.next .page-nav li:nth-child(n+3) {
    width: 33.3333%;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next .page-nav li:before {
    display: none;
  }
  main.next .page-nav li a {
    height: 50px;
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.01em;
    padding: 3px 5px;
    border-right: 0;
  }
  main.next .page-nav li a span {
    padding-top: 4px;
    font-size: 12px;
    font-size: 0.8rem;
  }
  main.next .page-nav li.current a {
    border: 1px solid #28B44B;
    background: #28B44B;
    color: #FFF;
  }
  main.next .service .service-top {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  main.next .service .service-top .item-img {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  main.next .service .service-top .item-text {
    width: 100%;
  }
  main.next .service .fee dl {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .service .fee dl dt {
    width: 100%;
    padding-right: 0px;
  }
  main.next .service .fee dl dd {
    width: 100%;
    margin-bottom: 7px;
  }
  main.next .search-top .img {
    margin-bottom: 30px;
  }
  main.next .gray-box {
    padding: 20px;
  }
  main.next .gray-box h4 {
    margin-bottom: 20px;
  }
  main.next .document-list .title-block {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .document-list .title-block .heading-lv01 {
    margin-right: 0px;
  }
  main.next .document-list .title-block .unmber {
    width: 100%;
    text-align: right;
    margin-top: -10px;
  }
  main.next .form01 dl dt {
    width: 110px;
  }
  main.next .form01 dl dd {
    width: calc(100% - 110px);
  }
  main.next .service-profile {
    margin: 0;
  }
  main.next .service-profile .item-dtl {
    margin-top: -30px;
  }
  main.next .service-profile .item-dtl .user-profile {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .service-profile .item-dtl .user-img {
    height: 80px;
    width: 80px;
    margin-right: 0px;
  }
  main.next .service-profile .item-dtl .user-name {
    padding-top: 20px;
  }
  main.next .service-profile .item-dtl .user-name p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .service-profile .item-dtl .user-dtl {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .service-profile .item-dtl .user-dtl ul {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  main.next .service-profile .item-dtl .user-dtl ul li {
    padding-bottom: 4px;
  }
  main.next .service-list ul li a {
    padding: 20px;
  }
  main.next .service-list ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .service-list .item-block-info {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .service-list .item-block-info .rate-box {
    margin-bottom: 10px;
  }
  main.next .service-list .item-block-dtl {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  main.next .service-list-white {
    margin: 0;
  }
  main.next .service-list-white ul li a {
    padding: 20px;
  }
  main.next .service-list-white ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .service-list-white .item-block-info {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .service-list-white .item-block-info .rate-box {
    margin-bottom: 10px;
  }
  main.next .service-list-white .item-block-dtl {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  main.next .service-list-white .cat-list {
    padding-top: 20px;
    padding-left: 0px;
  }
  main.next .service-list-white .cat-list > * {
    margin: 0 5px 10px 0px;
  }
  main.next .pagenavi {
    padding: 0;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: bold;
  }
  main.next .pagenavi .first, main.next .pagenavi .last {
    display: none;
  }
  main.next .pagenavi .first, main.next .pagenavi .last, main.next .pagenavi .previouspostslink, main.next .pagenavi .nextpostslink {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  main.next .pagenavi span {
    line-height: 25px;
    width: 25px;
    margin: 0 2px;
  }
  main.next .pagenavi a {
    line-height: 25px;
    width: 25px;
    margin: 0 2px;
  }
  main.next .pagenavi a.dot {
    background: none;
  }
  main.next .pagenavi a, main.next .pagenavi span {
    padding: 0;
  }
  main.next .thanks-block .item-hd {
    font-size: 24px;
    font-size: 1.6rem;
  }
  main.next .thanks-block .item-hd:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .thanks-block .item-text {
    text-align: left;
  }
  main.next .thanks-block .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .title-block:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .title-block .btn {
    position: relative;
    top: 0;
    margin-left: auto;
  }
  main.next .review-condition dl {
    width: 100%;
  }
  main.next .review-condition .item-select .select {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next .review-condition .item-span > div {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next .review-condition .item-span > div > input {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.new-registration {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.new-registration .registration-box {
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  main.new-registration .registration-box dl dt {
    padding-bottom: 3px;
  }
  main.new-registration .registration-box dl dd {
    padding-bottom: 15px;
  }
  main.new-registration .complete-box {
    margin-bottom: 25px;
  }
  main.new-registration .complete-box .item-title {
    height: 43px;
  }
  main.new-registration .complete-box .item-desc {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main.new-registration .complete .bottom-text {
    margin-bottom: 50px;
  }
  main.new-registration .agree-box {
    text-align: center;
    margin-bottom: 20px;
  }
  main.new-registration .agree-box .item-title {
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: bold;
    margin-bottom: 7px;
  }
  main.new-registration .agree-box .item-text {
    font-size: 13px;
    font-size: 0.8666666667rem;
    font-weight: bold;
  }
  main.next .content-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .content-column2 aside {
    width: 100%;
    margin-right: 0px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next .content-column2 aside .aside-inside {
    position: relative;
  }
  main.next .content-column2 aside .aside-inside .item-title {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    height: 40px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
    background-color: #28B44B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .content-column2 aside .aside-inside .item-text ul li {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.next .content-column2 aside .aside-inside .item-text ul li.current {
    background-color: #E9F3FC;
  }
  main.next .content-column2 aside .aside-inside .item-text ul li a {
    width: 100%;
    padding: 12px 0 12px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #606E79;
    border-bottom: solid 1px #F3F4F5;
    position: relative;
  }
  main.next .content-column2 aside .aside-inside .item-text ul li a:hover {
    color: #28B44B;
    text-decoration: none;
  }
  main.next .content-column2 aside .aside-inside .item-text ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
    width: 20px;
    height: 16px;
    background: no-repeat center center;
  }
  main.next .content-column2 aside .aside-inside .item-text ul li.icon-download a:before {
    background-image: url(/../img/next/mypage/icon1.svg);
  }
  main.next .content-column2 aside .aside-inside .item-text ul li.icon-review a:before {
    background-image: url(/../img/next/mypage/icon2.svg);
  }
  main.next .content-column2 aside .aside-inside .item-text ul li.icon-management a:before {
    background-image: url(/../img/next/mypage/icon3.svg);
  }
  main.next .content-column2 aside .aside-inside .item-text .btn-block {
    padding-top: 35px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .content-column2 .main-contents {
    width: 100%;
    margin-bottom: 30px;
  }
  main.next .content-column2 .main-contents .white-box {
    padding: 20px;
  }
  main.next .content-column2 .main-contents .white-box:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .content-column2 .main-contents .delete-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .content-column2 .main-contents .delete-block .item-text {
    width: 100%;
  }
  main.next .content-column2 .main-contents .delete-block .item-btn {
    margin-left: 0;
    margin-top: 20px;
  }
  main.next .mypage .thumb {
    margin-left: 0px;
  }
  main.next .mypage .thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
}

/* CSS Document */
/* Body Html Fonts */


.js-flash-message {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 1px solid #DEE1E3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border-left: 6px solid #2B88DC;
  padding: 20px 20px;
  -webkit-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -moz-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -ms-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  -o-box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  box-shadow: 0px 3px 20px 0 rgba(26, 34, 41, 0.08);
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 540px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
}

.js-flash-message .close {
  line-height: 0;
  margin-right: -8px;
  margin-left: 20px;
  cursor: pointer;
}

.mt-20 {
  margin-top: 20px;
}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0 0;line-height:1;height:28px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:22px;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto;}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px;}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/**********************************

 main

***********************************/
main.top {
	background-color: #f3f4f5;
}

/**********************************

 glossary-wrap

***********************************/
.glossary-wrap {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 110px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.glossary-wrap--top {
	margin-top: 63px;
}

.glossary-wrap * {
	box-sizing: border-box;
}

.glossary-wrap .ov-img {
	overflow: hidden;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.glossary-wrap .ov-img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.glossary-wrap__contents {
	display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
	margin-top: 12px;
}

.glossary-wrap__main {
	flex: 1;
	margin-right: 50px;
}

.glossary-wrap__main--top {
	margin-right: 30px;
}

.glossary-wrap__main .box01 {
	/*height: 5000px;*/
	/*background: #2B88DC;*/
}

.glossary-wrap__main .box01 p {
	margin-top: 2em;
}

.glossary-wrap__main .box01 p:first-child {
	margin-top: 0;
}

.glossary-wrap__side {
	width: 320px;
}

.glossary-wrap__side--top {
	width: 220px;
}

.glossary-wrap__side-inner {
	position: sticky;
	top: 20px;
	left: 0;
	z-index: 1;
	/*padding-bottom: 165px;*/
}

.glossary-wrap__side-inner *:first-child {
	margin-top: 0;
}

.glossary-wrap__side--top .glossary-wrap__side-inner {
	top: 160px;
}

.glossary-wrap__side-inner .c-side-search {
	margin-top: 25px;
	position: relative;
	z-index: 1;
}

.glossary-wrap__side-inner .c-side-search:first-child {
	margin-top: 0;
}

.glossary-wrap__side-inner .c-side-search input {
	width: 100%;
	height: 40px;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
}

.glossary-wrap__side-inner .c-side-search button {
	display: block;
	width: 40px;
	height: 40px;
	background: #198537;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border-radius: 0 6px 6px 0;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	cursor: pointer;
}

.glossary-wrap__side-inner .c-side-search button:hover {
	opacity: .7;
}

.glossary-wrap__side-inner .c-side-search button:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(/img/article/icon_search01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.glossary-wrap__side-inner .c-side-bnr01 {
	max-width: 320px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.glossary-wrap__side-inner .c-side-bnr01:first-child {
	margin-top: 0;
}

.glossary-wrap__side-inner .c-side-bnr02 {
	max-width: 320px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.glossary-wrap__side-inner .c-side-bnr02:first-child {
	margin-top: 0;
}

.glossary-wrap__side-inner .c-side-bnr03 {
	max-width: 220px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.glossary-wrap__side-inner .c-side-bnr03:first-child {
	margin-top: 0;
}

@media screen and (max-width:1130px){

	.glossary-wrap__side {
		width: 280px;
	}

	.glossary-wrap__side--top {
		width: 220px;
	}
}

@media screen and (max-width:880px){

	.glossary-wrap__contents {
		display: block;
	}

	.glossary-wrap__main {
		margin-right: 0;
	}

	.glossary-wrap__side {
		width: auto;
		margin-top: 50px;
	}

	.glossary-wrap__side-inner {
		padding-bottom: 0 !important;
	}

	.glossary-wrap__side-inner .c-side-search {
		display: none;
	}

}

@media screen and (min-width:701px){

	.glossary-wrap .sp-only {
		display: none !important;
	}
}

@media screen and (max-width:700px){

	.glossary-wrap .pc-only {
		display: none !important;
	}

	.glossary-wrap {
		padding-top: 25px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
	}

	.glossary-wrap--top {
		margin-top: 12px;
	}

	.glossary-wrap--fixed-search {
		margin-top: 127px;
		/*margin-top: 132px;*/
	}

	.glossary-wrap__contents {
		margin-top: 0;
		/*margin-top: 15px;*/
	}

	.glossary-wrap__side {
		margin-top: 30px;
	}

	.glossary-wrap__side-inner .c-side-bnr01 {
		max-width: none;
		margin-top: 20px;
	}

	.glossary-wrap__side-inner .c-side-bnr02 {
		max-width: none;
		margin-top: 20px;
	}

	.glossary-wrap__side-inner .c-side-bnr03 {
		max-width: none;
		margin-top: 20px;
	}

}


/**********************************

 c-breadcrumbs

***********************************/
.c-breadcrumbs {
}

.c-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
}

.c-breadcrumbs__list li {
	padding-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 15px;
	font-size: .8rem;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.c-breadcrumbs__list li:first-child {
	padding-left: 0;
}

.c-breadcrumbs__list li:before {
	content: "";
	display: block;
	width: 4px;
	height: 7px;
	margin-top: 7px;
	background: url(/img/article/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-breadcrumbs__list li:first-child:before {
	display: none;
}

.c-breadcrumbs__list li a {
	color: #198537;
	font-weight: bold;
}

@media screen and (max-width:700px){

	.c-breadcrumbs {
		display: none;
	}

	.c-breadcrumbs__list li {
		padding-left: 11px;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-right: 7.5px;
		font-size: 1rem;
	}

	.c-breadcrumbs__list li:before {
		width: 4px;
		height: 7px;
		margin-top: 7px;
		background: url(/img/article/icon_arr02.png) no-repeat center / contain;
	}
}


/**********************************

 c-ranking-wrap

***********************************/
.c-ranking-wrap {
	margin: 50px 0;
}

.c-ranking {
	padding: 10px 20px 20px;
	margin-top: 25px;
	background: #f4f7f9;
	border-top: 2px solid #1a2229;
}

.c-ranking:first-child {
	margin-top: 0;
}

.c-ranking__ttl {
	font-size: 1.4rem;
}

.c-ranking ul {
	margin-top: 10px;
}

.c-ranking ul li {
	margin-top: 5px;
	color: #1d3993;
	font-size: 1.06666667rem;
}

.c-ranking ul li:first-child {
	margin-top: 0;
}

.c-ranking ul li a {
	display: flex;
	align-items: center;
	min-height: 57px;
	padding: 5px 20px 5px 70px;
	color: #1d3993;
	background: #ffffff;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.c-ranking ul li:nth-child(1) a,
.c-ranking ul li:nth-child(2) a,
.c-ranking ul li:nth-child(3) a {
	min-height: 75px;
}

.c-ranking ul li:nth-child(1) a:before {
	content: "";
	display: block;
	width: 30px;
	height: 55px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/article/icon_ranking01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-ranking ul li:nth-child(2) a:before {
	content: "";
	display: block;
	width: 30px;
	height: 55px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/article/icon_ranking02.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-ranking ul li:nth-child(3) a:before {
	content: "";
	display: block;
	width: 30px;
	height: 55px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/article/icon_ranking03.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-ranking ul li:nth-child(4) a:before {
	content: "";
	display: block;
	width: 30px;
	height: 38px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/article/icon_ranking04.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-ranking ul li:nth-child(5) a:before {
	content: "";
	display: block;
	width: 30px;
	height: 38px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/article/icon_ranking05.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:700px){

	.c-ranking-wrap {
		margin: 30px 0;
	}

	.c-ranking {
		padding: 10px 15px 15px;
		margin-top: 20px;
	}

	.c-ranking__ttl {
		font-size: 1.28571429rem;
	}

	.c-ranking ul {
		margin-top: 10px;
	}

	.c-ranking ul li {
		font-size: 1rem;
	}

	.c-ranking ul li a {
		padding: 4px 15px 4px 50px;
	}

	.c-ranking ul li:nth-child(1) a:before {
		margin-left: 10px;
	}

	.c-ranking ul li:nth-child(2) a:before {
		margin-left: 10px;
	}

	.c-ranking ul li:nth-child(3) a:before {
		margin-left: 10px;
	}

	.c-ranking ul li:nth-child(4) a:before {
		margin-left: 10px;
	}

	.c-ranking ul li:nth-child(5) a:before {
		margin-left: 10px;
	}
}


/**********************************

 c-side-post-list

***********************************/
.c-side-post-list {
	padding: 20px;
	margin-top: 20px;
	background: #fff;
	border-radius: 10px;
}

.c-side-post-list__sec {
	margin-top: 15px;
}

.c-side-post-list__sec:first-child {
	margin-top: 0;
}

.c-side-post-list__sec .pic {
	max-width: 180px;
	margin: 0 auto;
}

.c-side-post-list__sec .pic a {
	display: block;
	overflow: hidden;
}

.c-side-post-list__sec .pic a:hover {
}

.c-side-post-list__sec .pic a img {
	display: block;
	margin: 0 auto;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-side-post-list__sec .pic a:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	opacity: 1;
}

.c-side-post-list__sec .cate {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
}

.c-side-post-list__sec .cate li {

}

.c-side-post-list__sec .cate li a {
	display: block;
	padding: 1px 8px;
	color: #fff;
	background: #198537;
	border: 1px solid #198537;
	border-radius: 5px;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-side-post-list__sec .cate li a:hover {
	text-decoration: none;
	color: #198537;
	background: #fff;
}

.c-side-post-list__sec .cate li a.bg-color01 {
	color: #fff;
	background: #1d3992;
	border: 1px solid #1d3992;
}

.c-side-post-list__sec .cate li a.bg-color01:hover {
	color: #1d3992;
	background: #fff;
}

.c-side-post-list__sec .cate li a.bg-color02 {
	color: #fff;
	background: #ff6304;
	border: 1px solid #ff6304;
}

.c-side-post-list__sec .cate li a.bg-color02:hover {
	color: #ff6304;
	background: #fff;
}

.c-side-post-list__sec .cate li a.bg-color03 {
	color: #fff;
	background: #198537;
	border: 1px solid #198537;
}

.c-side-post-list__sec .cate li a.bg-color03:hover {
	color: #198537;
	background: #fff;
}

.c-side-post-list__sec .ttl {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.8;
}

.c-side-post-list__sec .ttl a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	color: #1d3992;
	text-decoration: underline;
}

.c-side-post-list__sec .ttl a:hover {
	text-decoration: none;
}

@media screen and (max-width:880px){

	.c-side-post-list {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 20px 15px;
		padding: 20px 15px 15px;
		margin-top: 30px;
		border-radius: 10px;
	}

	.c-side-post-list__sec {
		width: calc(100% / 2 - 8px);
		flex: 0 1 calc(100% / 2 - 8px);
		margin-top: 0;
	}

	.c-side-post-list__sec .pic {
		max-width: none;
		margin: 0 auto;
	}

	.c-side-post-list__sec .pic a {
		display: block;
		overflow: hidden;
	}

	.c-side-post-list__sec .pic a:hover {
	}

	.c-side-post-list__sec .pic a img {
		width: 100%;
		max-width: none;
	}

	.c-side-post-list__sec .cate {
		gap: 10px 10px;
		margin-top: 10px;
		font-size: 10px;
		font-weight: bold
	}

	.c-side-post-list__sec .cate li {

	}

	.c-side-post-list__sec .cate li a {
		padding: 1px 6px;
		border: 1px solid #198537;
	}

	.c-side-post-list__sec .ttl {
		margin-top: 6px;
		font-size: 14px;
	}
}

@media screen and (max-width:700px){
}

/**********************************

 c-top-ranking

***********************************/
.c-top-ranking {
	padding: 6px 0 0;
	margin-top: 20px;
	border-top: 2px solid #1a2229;
}

.c-top-ranking:first-child {
	margin-top: 0;
}

.c-top-ranking__ttl {
	font-size: 18px;
	text-align: center;
}

.c-top-ranking ul {
	margin-top: 6px;
}

.c-top-ranking ul li {
	margin-top: 5px;
	color: #1d3993;
	font-size: 12px;
}

.c-top-ranking ul li:first-child {
	margin-top: 0;
}

.c-top-ranking ul li a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 5px 20px 5px 50px;
	color: #1d3993;
	background: #ffffff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 3;*/
	overflow: hidden;
}

.c-top-ranking ul li:nth-child(1) a,
.c-top-ranking ul li:nth-child(2) a,
.c-top-ranking ul li:nth-child(3) a {
	min-height: 58px;
}

.c-top-ranking ul li:nth-child(1) a:before {
	content: "";
	display: block;
	width: 21px;
	height: 38px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/top/icon_ranking01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-top-ranking ul li:nth-child(2) a:before {
	content: "";
	display: block;
	width: 21px;
	height: 38px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/top/icon_ranking02.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-top-ranking ul li:nth-child(3) a:before {
	content: "";
	display: block;
	width: 21px;
	height: 38px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/top/icon_ranking03.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-top-ranking ul li:nth-child(4) a:before {
	content: "";
	display: block;
	width: 21px;
	height: 25px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/top/icon_ranking04.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-top-ranking ul li:nth-child(5) a:before {
	content: "";
	display: block;
	width: 21px;
	height: 25px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/top/icon_ranking05.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:700px){

	.c-top-ranking {
		padding: 6px 0 15px;
		margin-top: 30px;
	}

	.c-top-ranking__ttl {
		padding: 0 15px;
		font-size: 18px;
		text-align: left;
	}

	.c-top-ranking ul {
		padding: 10px 0;
		margin-top: 6px;
		background: #fff;
		border-radius: 10px;
	}

	.c-top-ranking ul li {
		margin-top: 15px;
		font-size: 14px;
	}

	.c-top-ranking ul li a {
		min-height: 35px;
		padding: 0 15px 0 55px;
		background: transparent;
		border-radius: 0;
		-webkit-line-clamp: 2;
	}

	.c-top-ranking ul li:nth-child(1) a,
	.c-top-ranking ul li:nth-child(2) a,
	.c-top-ranking ul li:nth-child(3) a {
		min-height: 55px;
	}

	.c-top-ranking ul li:nth-child(1) a:before {
		width: 30px;
		height: 55px;
		margin-top: 0;
		margin-left: 15px;
	}

	.c-top-ranking ul li:nth-child(2) a:before {
		width: 30px;
		height: 55px;
		margin-top: 0;
		margin-left: 15px;
	}

	.c-top-ranking ul li:nth-child(3) a:before {
		width: 30px;
		height: 55px;
		margin-top: 0;
		margin-left: 15px;
	}

	.c-top-ranking ul li:nth-child(4) a:before {
		width: 30px;
		height: 35px;
		margin-top: 0;
		margin-left: 15px;
	}

	.c-top-ranking ul li:nth-child(5) a:before {
		width: 30px;
		height: 35px;
		margin-top: 0;
		margin-left: 15px;
	}
}


/**********************************

 c-title01

***********************************/
.c-title01 {
	padding: 12px 15px 12px 20px;
	font-size: 1.46666667rem;
	font-weight: bold;
	line-height: 1.8;
	background: #f4f7f9;
	border-left: 2px solid #198537;
}

@media screen and (max-width:700px){

	.c-title01 {
		padding: 6px 15px 6px 15px;
		font-size: 1.28571429rem;
	}

}


/**********************************

 c-title02

***********************************/
.c-title02 {
	padding: 10px 15px 10px 22px;
	font-size: 1.33333333rem;
	font-weight: bold;
	line-height: 1.8;
	background: #fff;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	position: relative;
	z-index: 1;
}

.c-title02:before {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background: #198537;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:700px){
	.c-title02 {
		padding: 5px 15px 5px 17px;
		font-size: 1.14285714rem;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}

	.c-title02:before {
		width: 60px;
		height: 1px;
		top: -1px;
	}

}


/**********************************

 c-title03

***********************************/
.c-title03 {
	padding: 12px 30px 12px 80px;
	font-size: 1.86666667rem;
	font-weight: bold;
	line-height: 1.6;
	background: #f4f7f9;
	position: relative;
	z-index: 1;
}

.c-title03:before {
	content: "";
	display: block;
	width: 44px;
	height: 48px;
	margin-left: 20px;
	background: url(/img/article/icon_ttl01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:700px){

	.c-title03 {
		padding: 6px 15px 6px 42px;
		font-size: 1.28571429rem;
	}

	.c-title03:before {
		width: 22px;
		height: 24px;
		margin-left: 10px;
	}

}


/**********************************

 c-title04

***********************************/
.c-title04 {
	padding-bottom: 12px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.c-title04:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #d1d7da;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-title04:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #198537;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.c-title04 span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.c-title04 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-title04 span.icon-service {
	padding-left: 36px;
}

.c-title04 span.icon-service:before {
	width: 29px;
	height: 26px;
	background: url(/img/top/icon_ttl01.png) no-repeat center / contain;
}

.c-title04 span.icon-document {
	padding-left: 30px;
}

.c-title04 span.icon-document:before {
	width: 21px;
	height: 26px;
	background: url(/img/top/icon_ttl02.png) no-repeat center / contain;
}

.c-title04 span.icon-recommend {
	padding-left: 30px;
}

.c-title04 span.icon-recommend:before {
	width: 20px;
	height: 26px;
	background: url(/img/top/icon_ttl03.png) no-repeat center / contain;
}

.c-title04 span.icon-genre {
	padding-left: 26px;
}

.c-title04 span.icon-genre:before {
	width: 18px;
	height: 18px;
	background: url(/img/top/icon_ttl04.png) no-repeat center / contain;
}

.c-title04 span.icon-news {
	padding-left: 34px;
}

.c-title04 span.icon-news:before {
	width: 26px;
	height: 26px;
	background: url(/img/top/icon_ttl05.png) no-repeat center / contain;
}


@media screen and (max-width:700px){

	.c-title04 {
		padding-bottom: 8px;
		font-size: 21px;
	}

	.c-title04:after {
		width: 20px;
	}

	.c-title04 span.icon-service {
		padding-left: 27px;
	}

	.c-title04 span.icon-service:before {
		width: 21px;
		height: 19px;
	}

	.c-title04 span.icon-document {
		padding-left: 22px;
	}

	.c-title04 span.icon-document:before {
		width: 16px;
		height: 19px;
	}

	.c-title04 span.icon-recommend {
		padding-left: 21px;
	}

	.c-title04 span.icon-recommend:before {
		width: 15px;
		height: 19px;
	}

	.c-title04 span.icon-genre {
		padding-left: 26px;
	}

	.c-title04 span.icon-genre:before {
		width: 18px;
		height: 18px;
	}

	.c-title04 span.icon-news {
		padding-left: 28px;
	}

	.c-title04 span.icon-news:before {
		width: 18px;
		height: 18px;
	}
}


/**********************************

 c-btn01

***********************************/
.c-btn01 {
	text-align: center;
}

.c-btn01 a {
	display: inline-block;
	width: 320px;
	max-width: 100%;
	padding: 10px 35px;
	color: #198537;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #198537;
	border-radius: 200px;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-btn01 a:hover {
	color: #fff;
	text-decoration: none;
	background: #198537;
}

.c-btn01 a:before {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	margin-right: 20px;
	background: url(/img/top/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-btn01 a:hover:before {
	background: url(/img/top/icon_arr01_w.png) no-repeat center / contain;
	transform: translateY(-50%) translateX(5px);
	-webkit-transform: translateY(-50%) translateX(5px);
}

@media screen and (max-width:700px){

	.c-btn01 a {
		width: 300px;
		padding: 11px 35px;
		font-size: 14px;
	}

	.c-btn01 a:before {
		width: 12px;
		height: 10px;
		margin-right: 20px;
	}
}


/**********************************

 c-archive-top

***********************************/
.c-archive-top {

}

.c-archive-top__sec {
	margin-top: 40px;
}

.c-archive-top__sec-list {
	margin-top: 35px;
}

.c-archive-top__sec .list-item {
	margin-top: 30px;
}

.c-archive-top__sec .list-item:first-child {
	margin-top: 0;
}

.c-archive-top__sec .list-item__ttl {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-archive-top__sec .list-item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 40px;
	margin-top: 10px;
}

.c-archive-top__sec .list-item ul li {
	width: calc(100%/4 - 30px);
	flex: 0 1 calc(100%/4 - 30px);
	font-size: 1.06666667rem;
	line-height: 1.8;
}

.c-archive-top__sec .list-item ul li a {
	color: #1d3992;
}

@media screen and (max-width:700px){

	.c-archive-top__sec {
		margin-top: 12.5px;
	}

	.c-archive-top__sec-list {
		margin-top: 15px;
	}

	.c-archive-top__sec .list-item {
		margin-top: 15px;
	}

	.c-archive-top__sec .list-item__ttl {
		font-size: 1.07142857rem;
	}

	.c-archive-top__sec .list-item ul {
		display: block;
		gap: normal;
		margin-top: 3px;
	}

	.c-archive-top__sec .list-item ul li {
		width: auto;
		flex: none;
		font-size: 1rem;
	}
}


/**********************************

 c-related-articles

***********************************/
.js-related-articles {
	margin-top: 50px;
}

.c-related-articles {
}

.c-related-articles ul {
	margin-top: 15px;
}

.c-related-articles ul li {
	text-indent: -.6em;
	margin-left: .6em;
	margin-top: 12px;
	color: #1d3994;
	font-size: 1.06666667rem;
}

.c-related-articles ul li:first-child {
	margin-top: 0;
}

.c-related-articles ul li a {
	color: #1d3994;
}

@media screen and (max-width:700px){

	.js-related-articles {
		margin-top: 30px;
	}

	.c-related-articles {
	}

	.c-related-articles ul {
		margin-top: 12px;
	}

	.c-related-articles ul li {
		text-indent: -.6em;
		margin-left: .6em;
		margin-top: 10px;
		font-size: 1rem;
	}
}


/**********************************

 c-archive-category

***********************************/
.c-archive-category {

}

.c-archive-category__related {
	margin-top: 40px;
}

.c-archive-category__related-txt01 {
	margin-top: 35px;
	font-size: 1.06666667rem;
}

.c-archive-category__related {
}

.c-archive-category__related .list-item {
	margin-top: 25px;
}

.c-archive-category__related .list-item:first-child {
	margin-top: 0;
}

.c-archive-category__related .list-item__ttl {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-archive-category__related .list-item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 40px;
	margin-top: 10px;
}

.c-archive-category__related .list-item ul li {
	width: calc(100%/4 - 30px);
	flex: 0 1 calc(100%/4 - 30px);
	font-size: 1.06666667rem;
	line-height: 1.8;
}

.c-archive-category__related .list-item ul li a {
	color: #1d3992;
}

@media screen and (max-width:700px){

	.c-archive-category__related {
		margin-top: 12.5px;
	}

	.c-archive-category__related-txt01 {
		margin-top: 12.5px;
		font-size: 1rem;
	}

	.c-archive-category__related {
	}

	.c-archive-category__related .list-item {
		margin-top: 12px;
	}

	.c-archive-category__related .list-item__ttl {
		font-size: 1.07142857rem;
	}

	.c-archive-category__related .list-item ul {
		display: block;
		gap: normal;
		margin-top: 3px;
	}

	.c-archive-category__related .list-item ul li {
		width: auto;
		flex: none;
		font-size: 1rem;
	}

}


/**********************************

 c-article

***********************************/
.c-article {

}

.c-article__info {
	border-bottom: 1px solid #dddddd;
}

.c-article__info-inner {
	display: flex;
	flex-wrap: wrap;
	padding: 13px 0;
	margin: 0 -7.5px;
}

.c-article__info-inner .time {
	margin: 0 7.5px;
	font-size: 0.85714286rem;
}

.c-article__info-inner ul {

}

.c-article__info-inner ul li {
	margin: 0 7.5px;
	font-size: 0.85714286rem;
	font-weight: bold;
}

.c-article__info-inner ul li a {
	color: #198537;
}

.c-article__info-entry {
	margin-top: 30px;
}

.c-article__info-entry *:first-child {
	margin-top: 0;
}

.c-article__info-entry .c-article__toc {
	padding: 25px 20px 25px;
	margin-top: 30px;
	margin-bottom: 60px;
	background: #f4f7f9;
	border-radius: 15px;
}

.c-article__info-entry .c-article__toc-head {
	margin-bottom: 0;
	font-size: 1.28571429rem;
	font-weight: bold;
	text-align: center;
}

.c-article__info-entry .c-article__toc-head .toggle {
	margin-left: 1em;
	font-size: 0.93333333rem;
}

.c-article__info-entry .c-article__toc-head .toggle .toggle__btn {
	color: #1d3992;
	font-size: 0.93333333rem;
	cursor: pointer;
}

.c-article__info-entry .c-article__toc-head .toggle .toggle__btn:hover {
	text-decoration: underline;
}

.c-article__info-entry .c-article__toc-head .toggle .toggle__btn.is-active .hidden {
	display: none;
}

.c-article__info-entry .c-article__toc-head .toggle .toggle__btn .open {
	display: none;
}

.c-article__info-entry .c-article__toc-head .toggle .toggle__btn.is-active .open {
	display: inline;
}

.c-article__info-entry .c-article__toc-body {
}

.c-article__info-entry .c-article__toc-body ul {
	padding-bottom: 10px;
}

.c-article__info-entry .c-article__toc-body > ul:first-child {
	padding-top: 15px;
}

.c-article__info-entry .c-article__toc-body ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	font-size: 1.06666667rem;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	counter-increment: item;
}

.c-article__info-entry .c-article__toc-body ul li:last-child {
	margin-bottom: 0;
}

.c-article__info-entry .c-article__toc-body ul li:before {
	content: counters(item, ".") ".";
	display: block;
	width: 30px;
	font-family: "Lato", sans-serif;
	color: #999999;
	font-size: 1.06666667rem;
	font-weight: bold;
}

.c-article__info-entry .c-article__toc-body ul li a {
	flex: 1;
	display: block;
	color: #1d3992;
}

.c-article__info-entry .c-article__toc-body ul li ul {
	width: 100%;
	padding-bottom: 0;
	margin-top: 20px;
}

.c-article__info-entry .c-article__toc-body ul li ul li {
	counter-increment: item_child;
}

.c-article__info-entry .c-article__toc-body ul li ul li:before {
	content: counters(item, ".") "-" counters(item_child, ".") ".";
	width: 45px;
}

.c-article__info-entry h2 {
	padding: 10px 15px 10px 20px;
	margin-top: 40px;
	font-size: 1.46666667rem;
	font-weight: bold;
	line-height: 1.8;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-article__info-entry h2:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #dddddd;
	box-sizing: border-box;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-article__info-entry h2:after {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: #198537;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.c-article__info-entry h3 {
	padding: 10px 15px 10px 30px;
	margin-top: 25px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8;
	background: #f4f7f9;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.c-article__info-entry h3.have-num {
	display: flex;
	align-items: flex-start;
	padding-left: 20px;
}

.c-article__info-entry h3:before {
	content: "";
	display: block;
	width: 3px;
	height: 13px;
	margin-top: 20px;
	margin-left: 18px;
	background: #198537;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-article__info-entry h3.have-num:before {
	display: none;
}

.c-article__info-entry h3 .have-num__box {
	display: block;
	padding: 3px 10px;
	margin-right: 15px;
	color: #fff;
	font-size: 0.86666667rem;
	font-weight: bold;
	background: #198537;
	border-radius: 8px;
}

.c-article__info-entry h3 .have-num__ttl {
	flex: 1;
	display: block;
	margin-top: -.1em;
}

.c-article__info-entry p {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 1.06666667rem;
	line-height: 1.8;
}

@media screen and (max-width:700px){

	.c-article__info-inner {
		display: flex;
		flex-wrap: wrap;
		padding: 10px 0;
		margin: -2px -4px;
	}

	.c-article__info-inner .time {
		margin: 2px 4px;
		font-size: 0.85714286rem;
	}

	.c-article__info-inner ul li {
		margin: 2px 4px;
		font-size: 0.78571429rem;
	}

	.c-article__info-entry {
		margin-top: 30px;
	}

	.c-article__info-entry *:first-child {
		margin-top: 0;
	}

	.c-article__info-entry .c-article__toc {
		padding: 18px 15px 18px;
		margin-top: 25px;
		margin-bottom: 30px;
		border-radius: 15px;
	}

	.c-article__info-entry .c-article__toc-head {
		font-size: 1.14285714rem;
	}

	.c-article__info-entry .c-article__toc-head .toggle {
		margin-left: .5em;
		font-size: 0.93333333rem;
	}

	.c-article__info-entry .c-article__toc-head .toggle .toggle__btn {
		font-size: 1rem;
	}

	.c-article__info-entry .c-article__toc-body ul {
		padding-bottom: 5px;
	}

	.c-article__info-entry .c-article__toc-body > ul:first-child {
		padding-top: 15px;
	}

	.c-article__info-entry .c-article__toc-body ul li {
		margin-bottom: 15px;
		font-size: 1rem;
		font-weight: bold;
	}

	.c-article__info-entry .c-article__toc-body ul li:before {
		width: 22px;
		font-size: 1rem;
	}

	.c-article__info-entry .c-article__toc-body ul li ul {
		margin-top: 15px;
	}

	.c-article__info-entry .c-article__toc-body ul li ul li:before {
		width: 41px;
	}

	.c-article__info-entry h2 {
		padding: 6px 15px 6px 15px;
		margin-top: 25px;
		font-size: 1.14285714rem;
		border-radius: 10px;
	}

	.c-article__info-entry h2:before {
		border-radius: 10px;
	}

	.c-article__info-entry h3 {
		padding: 6px 15px 6px 24px;
		margin-top: 20px;
		font-size: 1.07142857rem;
		border-radius: 10px;
	}

	.c-article__info-entry h3.have-num {
		padding-left: 15px;
	}

	.c-article__info-entry h3:before {
		width: 3px;
		height: 10px;
		margin-top: 14px;
		margin-left: 15px;
	}

	.c-article__info-entry h3.have-num:before {
		display: none;
	}

	.c-article__info-entry h3 .have-num__box {
		padding: 0 6px;
		margin-top: 5px;
		margin-right: 10px;
		font-size: 0.71428571rem;
		border-radius: 5px;
	}

	.c-article__info-entry h3 .have-num__ttl {
		margin-top: 0;
	}

	.c-article__info-entry p {
		margin-top: 12px;
		margin-bottom: 12px;
		font-size: 1rem;
	}
}


/**********************************

 c-back

***********************************/
.c-back {
	margin-top: 10px;
}

.c-back__link {
	font-size: 1.06666667rem;
	font-weight: bold;
	text-align: right;
}

.c-back__link a {
	display: inline-block;
	padding: 10px 0 10px 24px;
	color: #198537;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.c-back__link a:hover {
	text-decoration: none;
}

.c-back__link a:before {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background: url(/img/article/icon_arr03.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: margin 0.3s ease;
}

.c-back__link a:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #198537;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-back__link a:hover:after {
	display: none;
}

@media screen and (min-width:701px){

	.c-back__link a {
		padding-left: 29px;
	}

	.c-back__link a:hover:before {
		margin-left: 5px;
	}

}

@media screen and (max-width:700px){

	.c-back {
		margin-top: 10px;
	}

	.c-back__link {
		font-size: 1rem;
	}

	.c-back__link a {
		padding: 7px 0 7px 20px;
	}

	.c-back__link a:before {
		width: 12px;
		height: 8.5px;
	}

}


/**********************************

 c-hero

***********************************/
.c-hero {
	margin-left: -40px;
	margin-right: -40px;
}

.c-hero__inner {
	max-width: 1250px;
	margin: 0 auto;
	overflow: hidden;
}

.c-hero__inner-slider {
	margin-bottom: 12px;
}

.c-hero__inner-slider.slick-dotted.slick-slider {
	margin-bottom: 12px;
}

.c-hero__inner-slider .slick-prev,
.c-hero__inner-slider .slick-next {
	width: 32px;
	height: 40px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	z-index: 2;
}

.c-hero__inner-slider .slick-prev {
	background: url(/img/article/icon_slide_prev01.png) no-repeat center;
	background-size: 11px 20px;
	border-right: 2px solid #fff;
	left: 0;
	border-radius: 0 6px 6px 0;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__inner-slider .slick-prev:hover {
	opacity: .7;
}

.c-hero__inner-slider .slick-prev:before {
	display: none;
}

.c-hero__inner-slider .slick-next {
	background: url(/img/article/icon_slide_next01.png) no-repeat center;
	background-size: 11px 20px;
	border-left: 2px solid #fff;
	right: 0;
	border-radius: 6px 0 0 6px;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__inner-slider .slick-next:hover {
	opacity: .7;
}

.c-hero__inner-slider .slick-next:before {
	display: none;
}

.c-hero__inner-slider .slick-dots {
	font-size: 0;
	bottom: 20px;
}

.c-hero__inner-slider .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	background: #666;
	border-radius: 50%;
}

.c-hero__inner-slider .slick-dots li.slick-active {
	background: #fff;
}

.c-hero__inner-slider .slick-dots li button {
	display: none;
}

.c-hero__inner-slider-item {

}

.c-hero__inner-slider-item img {
	max-width: none;
	width: 100%;
}

@media screen and (max-width:880px){

	.c-hero {
		margin-top: 235px;
	}
}

@media screen and (max-width:700px){

	.c-hero {
		margin-top: 107px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.c-hero--pc-only {
		display: none !important;
	}

	.c-hero__inner {
	}

	.c-hero__inner-slider {
		margin-bottom: 20px;
	}

	.c-hero__inner-slider.slick-dotted.slick-slider {
		margin-bottom: 20px;
	}

	.c-hero__inner-slider .slick-prev,
	.c-hero__inner-slider .slick-next {
		display: none !important;
	}

	.c-hero__inner-slider .slick-dots {
		font-size: 0;
		bottom: 10px;
	}

	.c-hero__inner-slider .slick-dots li {
		width: 6px;
		height: 6px;
		margin: 0 5px;
	}
}


/**********************************

 c-column-archive

***********************************/
.c-column-archive {
	margin-top: 40px;
}

.c-column-archive__sec {
	display: flex;
	margin-bottom: 60px;
}

.c-column-archive__sec:last-child {
	margin-bottom: 0;
}

.c-column-archive__sec .pic {
	width: 180px;
	margin-right: 30px;
}

.c-column-archive__sec .pic a {
	display: block;
	position: relative;
	z-index: 1;
}

.c-column-archive__sec .pic a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #d5dfe6;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

.c-column-archive__sec .pic a img {
	width: 180px;
	height: 98px;
	object-fit: cover;
}

.c-column-archive__sec .cont {
	flex: 1;
}

.c-column-archive__sec .cont .ttl {
	margin-top: -.3em;
	color: #191f26;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
}

.c-column-archive__sec .cont .ttl a {
	color: #191f26;
}

.c-column-archive__sec .cont .ttl a:hover {
	text-decoration: underline;
	color: #198637;
}

.c-column-archive__sec .cont .meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 12px;
	margin-top: 15px;
}

.c-column-archive__sec .cont .meta ul {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

.c-column-archive__sec .cont .meta ul li {
}

.c-column-archive__sec .cont .meta ul li a {
	color: #198637;
}

.c-column-archive__sec .cont .meta .time {
	padding-left: 22px;
	font-family: "Roboto", sans-serif;
	color: #71767a;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.c-column-archive__sec .cont .meta .time:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(/img/article/icon_time01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:700px){

	.c-column-archive {
		margin-top: 20px;
	}

	.c-column-archive__sec {
		display: block;
		margin-bottom: 30px;
	}

	.c-column-archive__sec .pic {
		width: auto;
		margin-right: 0;
	}

	.c-column-archive__sec .pic a img {
		width: 100%;
		height: 48.8vw;
	}

	.c-column-archive__sec .cont {
		flex: 1;
	}

	.c-column-archive__sec .cont .ttl {
		margin-top: 12px;
		font-size: 16px;
	}

	.c-column-archive__sec .cont .ttl a {
		color: #191f26;
	}

	.c-column-archive__sec .cont .ttl a:hover {
		text-decoration: underline;
		color: #198637;
	}

	.c-column-archive__sec .cont .meta {
		gap: 7px 7px;
		margin-top: 10px;
	}

	.c-column-archive__sec .cont .meta ul {
		font-size: 11px;
	}

	.c-column-archive__sec .cont .meta .time {
		padding-left: 16px;
		font-size: 11px;
	}

	.c-column-archive__sec .cont .meta .time:before {
		width: 12px;
		height: 12px;
	}
}


/**********************************

 c-pager

***********************************/
.c-pager {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.c-pager ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
}

.c-pager ul li {
	font-size: 18px;
	font-weight: bold;
}

.c-pager ul li a,
.c-pager ul li.is-current span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	height: 50px;
	padding: 0 20px;
	text-align: center;
}

.c-pager ul li a {
	color: #1a2229;
	background: #f4f7f9;
	text-decoration: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-pager ul li a:hover {
	opacity: .7;
}

.c-pager ul li.is-current span {
	color: #fff;
	background: #1a2229;
}

@media screen and (max-width:700px){

	.c-pager {
		margin-top: 30px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.c-pager ul {
		display: flex;
		flex-wrap: wrap;
		gap: 15px 15px;
		letter-spacing: normal;
	}

	.c-pager ul li {
		font-size: 12px;
	}

	.c-pager ul li a,
	.c-pager ul li.is-current span {
		min-width: 30px;
		height: 30px;
		padding: 0 10px;
	}
}


/**********************************

 #mainimg

***********************************/

@media screen and (min-width:881px){

	#mainimg.column {
		display: none !important;
	}
}


/**********************************

 c-top-sec

***********************************/
.c-top-sec {
	padding: 20px 20px 35px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
}

.c-top-sec:last-child {
	margin-bottom: 0;
}

.c-top-sec .c-btn01 {
	margin-top: 35px;
}

@media screen and (min-width:881px){

	.glossary-wrap__side--top .c-top-sec.js-top-news {
		display: none !important;
	}
}

@media screen and (max-width:880px){

	.glossary-wrap__main--top .c-top-sec.js-top-news {
		display: none !important;
	}

	.glossary-wrap__side--top .c-top-sec.js-top-news {
		margin-top: 30px;
	}
}

@media screen and (max-width:700px){

	.c-top-sec {
		padding: 15px 15px 25px;
		margin-bottom: 30px;
		border-radius: 10px;
	}

	.c-top-sec .c-btn01 {
		margin-top: 20px;
	}

}


/**********************************

 c-post-list

***********************************/
.c-post-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 20px;
	gap: 25px 15px;
}

.c-post-list__sec {
	width: calc(100%/5 - 12px);
	flex: 0 1 calc(100%/5 - 12px);
}

.c-post-list__sec .pic {

}

.c-post-list__sec .pic a {
	display: block;
	overflow: hidden;
}

.c-post-list__sec .pic a:hover {
}

.c-post-list__sec .pic a img {
	display: block;
	margin: 0 auto;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-post-list__sec .pic a:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	opacity: 1;
}

.c-post-list__sec .ttl {
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.8;
}

.c-post-list__sec .ttl a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: #1d3992;
	text-decoration: underline;
}

.c-post-list__sec .ttl a:hover {
	text-decoration: none;
}

@media screen and (max-width:700px){

	.c-post-list {
		margin-top: 15px;
		gap: 20px 15px;
	}

	.c-post-list__sec {
		width: calc(100%/2 - 8px);
		flex: 0 1 calc(100%/2 - 8px);
	}

	.c-post-list__sec .ttl {
		margin-top: 8px;
		font-size: 14px;
	}
}


/**********************************

 c-genre-list

***********************************/
.c-genre-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 10px;
	gap: 10px 20px;
}

.c-genre-list__sec {
	width: calc(100%/3 - 14px);
	flex: 0 1 calc(100%/3 - 14px);
}

.c-genre-list__sec .ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

.c-genre-list__sec .ttl a {
	display: block;
	padding: 10px 35px 10px 0;
	color: #192027;
	border-bottom: 1px solid #d1d7da;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-genre-list__sec .ttl a:hover {
	color: #fff;
	text-decoration: underline;
	background: #198537;
	/*color: #198537;*/
	/*text-decoration: underline;*/
}

.c-genre-list__sec .ttl a:before {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	margin-right: 0;
	background: url(/img/top/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-genre-list__sec .ttl a:hover:before {
	background: url(/img/top/icon_arr01_w.png) no-repeat center / contain;
	transform: translateY(-50%) translateX(-10px);
	-webkit-transform: translateY(-50%) translateX(-10px);
}

.c-genre-list__sec .ttl a .inner {
	display: inline-block;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-genre-list__sec .ttl a:hover .inner {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
}

.c-genre-list__sec ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin-top: 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
}

.c-genre-list__sec ul li {
}

.c-genre-list__sec ul li a {
	display: block;
	padding: 5px 10px;
	color: #198537;
	text-align: center;
	border: 1px solid #198537;
	border-radius: 200px;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-genre-list__sec ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #198537;
}

@media screen and (max-width:700px){

	.c-genre-list {
		display: block;
		margin-top: 15px;
	}

	.c-genre-list__sec {
		width: auto;
		margin-bottom: 25px;
	}

	.c-genre-list__sec:last-child {
		margin-bottom: 0;
	}

	.c-genre-list__sec .ttl a {
		padding: 8px 25px 8px 0;
	}

	.c-genre-list__sec ul {
		gap: 10px 10px;
		margin-top: 15px;
		font-size: 16px;
	}

	.c-genre-list__sec ul li a {
		display: block;
		padding: 5px 13px;
		color: #198537;
		text-align: center;
		border: 1px solid #198537;
		border-radius: 200px;
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-genre-list__sec ul li a:hover {
		color: #fff;
		text-decoration: none;
		background: #198537;
	}
}


/**********************************

 c-news-list

***********************************/
.c-news-list {
	margin-top: 15px;
}

.c-news-list ul {

}

.c-news-list ul li {
	display: flex;
	margin-bottom: 10px;
}

.c-news-list ul li:last-child {
	margin-bottom: 0;
}

.c-news-list ul li .time {
	display: block;
	/*width: 110px;*/
	/*padding-right: 1em;*/
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}

.c-news-list ul li .ttl {
	flex: 1;
	font-size: 16px;
	line-height: 1.8;
}

.c-news-list ul li .ttl a {
	color: #1d3992;
	text-decoration: underline;
}

.c-news-list ul li .ttl a:hover {
	text-decoration: none;
}

@media screen and (max-width:700px){

	.c-news-list {
		margin-top: 15px;
	}

	.c-news-list ul li {
		display: block;
		margin-bottom: 15px;
	}

	.c-news-list ul li:last-child {
		margin-bottom: 0;
	}

	.c-news-list ul li .time {
		width: auto;
		padding-right: 0;
		margin-right: 0;
		font-size: 14px;
	}

	.c-news-list ul li .ttl {
		margin-top: 3px;
		font-size: 14px;
	}

	.c-news-list ul li .ttl a {
		text-decoration: none;
	}
}


/**********************************

 xxx

***********************************/

@media screen and (max-width:700px){

}




/* 見出し部分 */
.heading-block-lv01 .item-text .heading-lv03 {
    align-items: flex-start;
    gap: 5px;
}
.heading-block-lv01 .item-text .heading-lv03 .heading_end{
background: red;
    color: #fff;
    white-space: nowrap;
    padding: 0 10px;
    vertical-align: top;
    line-height: 1.4;
    margin-top: 3px;
    margin-right: 5px;
}
.heading-lv01.center {
    padding-bottom: 0;
    margin-bottom: 25px;
}
.heading-lv01.center:after {
    content: none;
}
@media screen and (max-width: 700px) {
    .heading-lv01.center {
        margin-bottom: 12px;
    }
}

/* 参加申込画面 */
.registration-btn-area {
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    padding: 0 10px;
}
.registration-btn-area .btnItem {
    border: 2px solid #28B44B;
    max-width: 400px;
    width: 50%;
    padding: 38px 10px;
}
.registration-btn-area .btnItem h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.registration-btn-area .btnItem a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #28B44B;
    color: #fff;
    padding: 15px 15px;
    min-width: 300px;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid #28B44B;
    border-radius: 30px;
}
.registration-btn-area .btnItem a:hover {
    background: #fff;
    color: #28B44B;
    transition: 0.5s;
}
.registration-btn-area .btnItem a svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-top: -3px;
    position: relative;
    right: -10px;
}
.registration-btn-area .btnItem a:hover svg {
   fill: #28B44B;
}
.registration-btn-area .black {
    border: 2px solid #1A2229;
    padding-top: 35px;
}
.registration-btn-area .black .btnTitle {
   display: flex;
   align-items: center;
   justify-content: center;
}
.registration-btn-area .black .btnTitle img{
    width: 9%;
    margin: 0 8px 8px 0;
}
.registration-btn-area .black a{
    background-color: #1A2229;
    border-color: #1A2229;
}
.registration-btn-area .black a:hover{
   color: #1A2229;
}
.registration-btn-area .black a:hover svg{
    fill: #1A2229;
    transition: 0.2s;
}
@media screen and (max-width: 700px) {
    .registration-btn-area {
        padding: 0;
    }
    .registration-btn-area .btnItem {
    width: 100%;
}
}
@media screen and (max-width: 700px) {
    .registration-btn-area .btnItem a {
        min-width: auto;
        width: 100%;
        max-width: 360px;
        
}
}
@media screen and (max-width: 700px) {
    .heading-block-lv01 .item-text .heading-lv03 {
    flex-direction: column;
    gap: 15px;
}
}
@media screen and (max-width: 700px) {
    .heading-block-lv01 .item-btn2 {
    margin-bottom: -39px;
}
}
@media screen and (max-width: 700px) {
    .text-left-sp {
        text-align: left;
    }
}
.btn.edit {
    position: relative;
}
.btn.edit svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    fill: #fff;
    transition: 0.2s;
}
.btn.edit:hover svg {
    fill: #28B44B;
}
.btn.edit::before {
    content: none;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/fonts/slick.eot);
    src: url(/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/fonts/slick.woff) format('woff'), url(/fonts/slick.ttf) format('truetype'), url(/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.tab-content:not(.current) {
  display: none;
}

.invalid-feedback {
  color: #ff0000;
}

.preview-block {
  position: sticky;
  top: 0;
  z-index: 1000;
	padding: 3px 0;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #33b86c;
}
.preview-block .preview-btn {
	background-color: #ffffff;
	padding: 0.1rem 0.5rem;
	font-size: 85%;
}
.preview-block a.preview-btn:hover {
	color: #33b86c;
	opacity: 0.8;
}
.preview-body {
  pointer-events: none;
}
/* iframe.preview {
	width: 100%;
	height: 700px;
	border: 1px solid #e9e9e9;
	pointer-events: none;
} */
span.star {
  content: url(/img/next/icon-star_off.svg);
}
span.star.on {
  content: url(/img/next/icon-star.svg);
}

main.next .voice-box .hide-text {
  display: none;
}
main.next .voice-box .open-text {
  margin-top: 10px;
  text-align: right;
  display: block;
  color: #28B44B;
  font-weight: bold;
  position: relative;
}
main.next .voice-box .open-text span {
  position: relative;
  padding-right: 15px;
  display: -moz-inline-box;
  display: inline-block;
}
main.next .voice-box .open-text span:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 11px;
  height: 11px;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background: url(/../img/common/arrow.svg) no-repeat center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
main.next .voice-box.open .open-text {
  display: none;
}
main.next .voice-box.open .open-text span:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.mt-10 {
  margin-top: 10px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
main.next .document-box .item-text .item-review .review-title a{
  color: #1A2229;
}
main.next .document-box .item-text .item-review .review-title a:hover{
  color: #2B88DC;
}
.voice-box .item-text .item-comment {
  background: #F3F4F5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
}

.voice-box .item-text .item-comment:not(:last-child) {
  margin-bottom: 15px;
}

main.next .document-box .item-text .item-review .reply-text{
  margin-top: 10px;
  padding: 10px;
  background-color: #ffffff;
  font-size: 90%;
}
main.next .document-box .item-text .item-review .reply-text .h{
  font-weight: bold;
}

.small {
  font-size: 90%;
}

.image-selects{
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-selects .item {
  display: flex;
  align-items: center;
  width: 25%;
  padding: 0;
  margin-bottom: 10px;
}
.image-selects.portlait-images .item {
  width: 20%;
}
.image-selects .item-upload {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.image-selects .item-upload .item{
  width: 25%;
  margin-bottom: 0;
  margin-right: 10px;
}
.image-selects .item input[type=radio] {
  display: inherit;
  margin: 4px;
}
.image-selects .item-upload input[type=file] {
  display: none;
}
.image-selects .label-group {
  position: relative;
}
.item-pict {
  position: relative;
}
.item-pict .label-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 182px;
  height: 54px;
  object-fit: cover;
}
.portlait-images .item-pict .label-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.item-pict .js-delete-image {
  position: absolute;
  top: 5px;
  right: 5px;
}
.item-pict .js-delete-image:hover {
  opacity: 0.5;
  cursor: pointer;
}
.item-pict .js-delete-image img {
  width: 16px;
}
.item-pict .flag-delete {
  opacity: 0.0;
}
.img-rounded {
  border-radius: 50%;
}

.btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.service .phase .post h3{
  padding-bottom: 10px;
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: solid 2px rgba(27, 164, 56, 0.2);
}
.service .phase .post h4 {
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #F4F4F4;
  margin-bottom: 15px;
}
.hidden-text {
  display: none;
}
.read-more-link {
  display: flex;
  justify-content: flex-end;
  color: #2B88DC;
  cursor: pointer;
}
.read-more-link:hover {
  text-decoration: underline;
}
ul.btns li{
  display: inline-block;
}
.txt-center {
  text-align: center;
  display: flex;
  justify-content: center;
}
hr.bar {
  display: block;
  height: 0;
  border: 0;
  margin: 20px 0;
  border-top: 1px solid #E9E9E9;
}
.item-star + .item-recommend{
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .item-star + .item-recommend {
    margin-bottom: 8px;
  }
}
.service-status-inactive {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 80%;
  padding: 7px 5px;
  margin-right: 5px;
}
@media screen and (max-width: 700px) {
  .service-status-inactive {
    display: block;
    width: fit-content;
    padding: 2px 5px;
  }
}
main.next .page-nav li a.disabled {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}
.maxw400 {
  margin: auto;
  max-width: 400px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.rank {
  font-size: 90%;
}
.rank.pro {
  color: #33b86c;
}
.rank.unonymous {
  color: #999999;
}
.rank.confirmed {
  color: #2B88DC;
}
.rank.unconfirmed {
  color: #999999;
}

.item-img figcaption {
  font-size: 90%;
  float: right;
}

ol.d-list-o {
  counter-reset: item;
}
ol.d-list-o li a {
  color: #1A2229;
}
ol.d-list-o li:before {
  content: counters(item, ".") " ";
  counter-increment: item
}

.header-group {
  position: relative;
}
.header-group .header-group-right {
  position:absolute;
  line-height: 1.4;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  font-weight: bold;
}
a.-arw {
  color: #28B44B;
}
a.-arw:before {
  content: "";
  width: 11px;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  left: -20px;
  background: no-repeat center / auto;
  background-image: url(/../img/common/arrow.svg);
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.-arw:hover:before {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
main .profile-form-block .item-list dd.-no-border {
  border-bottom: none;
  margin-bottom: 0px;
}

.note {
  text-align: center;
  font-size: 80%;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *













 */
