@charset "UTF-8";
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overscroll-behavior: none;
}

body {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  background: #FFFFFF;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
}

b, strong, .bold, h1, h2, h3, h4, h5 {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #3472a1;
  transition: .3s ease-out;
}

a:hover {
  color: #008BD5;
}

p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

p small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.8;
}

.img-fluid {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 559px) {
  .img-fluid {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

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

.hide-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .hide-sp {
    display: initial;
  }
}

/* Footer */
.l-footer {
  padding: 30px 15px;
}

.l-footer-contact-wrap {
  background: #f8b625;
  text-align: center;
  color: #FFF;
}

.l-footer-contact-wrap .c-col-container {
  padding: 30px 0;
  background: url(../images/common/bg_contact.svg) center right no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .l-footer-contact-wrap .c-col-container {
    padding: 60px 0;
    background-size: contain;
  }
}

.l-footer-contact-head {
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .l-footer-contact-head {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.l-footer-contact-list {
  width: 100%;
  max-width: 256px;
  margin: 10px auto 20px;
  text-align: left;
}

.l-footer-contact-btn {
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  max-width: 330px;
  box-sizing: border-box;
  background: #FFF url(../images/icon/icon_arrow.svg) center right 20px no-repeat;
  color: #333;
  font-weight: bold;
  border-radius: 100px;
  transition: background-position .3s ease-out;
  text-align: center;
}

.l-footer-contact-btn:hover {
  color: #333;
  background-position: center right 15px;
}

.l-footer-wrap {
  padding: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .l-footer-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.l-footer-logo {
  display: block;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #f8b625;
  text-align: center;
}

.l-footer-logo span {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .l-footer-logo {
    text-align: left;
  }
}

.l-footer-logo-txt {
  display: block;
  padding-bottom: 10px;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.l-footer-logo-txt img {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .l-footer-logo-txt {
    text-align: left;
  }
}

.l-footer-nav {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .l-footer-nav-list {
    text-align: right;
  }
}

.l-footer-nav-item a {
  display: block;
  padding: 5px 0;
  color: #333;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

.l-footer-nav-item a:hover {
  color: #f8b625;
}

@media screen and (min-width: 768px) {
  .l-footer-nav-item a {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-nav-item {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-nav-item {
    width: calc(50% - 3px);
    display: inline-block;
    box-sizing: border-box;
    border-bottom: 1px solid #EFEFEF;
  }
  .l-footer-nav-item:nth-child(odd) {
    border-right: 1px solid #EFEFEF;
  }
  .l-footer-nav-item:last-child {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-nav {
    padding-bottom: 0;
  }
}

.l-footer-copyright {
  display: block;
  color: #C4C4C4;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer-copyright {
    text-align: left;
  }
}

/* Header */
.l-header {
  position: fixed;
  height: 70px;
  width: 100%;
  z-index: 100;
  top: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #FFF;
  box-sizing: border-box;
}
.l-header.bcd-lecture2022 {
  background-color: transparent;
}

@media screen and (min-width: 1024px) {
  .l-header {
    height: 80px;
    position: inherit;
    padding: 0 40px;
  }
  .l-header.bcd-lecture2022 {
    background-color: #FFF;
  }
}

.l-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

@media screen and (min-width: 1024px) {
  .l-header-wrap {
    height: 80px;
  }
}

.l-header-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

.l-header-logo span {
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .l-header-logo {
    padding: 5px 0 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.l-header-logo a {
  display: block;
  margin-right: 15px;
  color: #333 !important;
}

.l-header-logo-img {
  width: 148px;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .l-header-logo-img {
    width: 148px;
  }
}

.l-header-description {
  font-weight: normal;
  font-size: 10px;
  color: #666;
  line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  .l-header-description {
    font-size: 12px;
  }
}

.l-header.clone-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .l-header.clone-nav {
    display: block;
    transition: .5s;
    transform: translateY(-200px);
  }
  .l-header.clone-nav.is-show {
    transform: translateY(0);
  }
}

/* Main */
.l-main-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .l-main-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.l-main-sec01 {
  background: #cfe8f1;
}

.l-main-sec02 {
  background: #fffcd7;
}

.l-main-sec03 {
  background: #e1eac7;
}

.l-main-odd {
  background-color: #FFF;
}

@media screen and (min-width: 1024px) {
  .l-main-odd {
    background-repeat: no-repeat;
    background-image: url(../images/common/bottom_color.svg), url(../images/common/top_color.svg);
    background-position: right bottom, left top;
  }
  .l-main-odd-first {
    background-repeat: no-repeat;
    background-image: url(../images/common/bottom_color.svg);
    background-position: right bottom;
  }
}

.l-main-even {
  background-color: #EFEFEF;
}

.l-main-even-last {
  background-color: #EFEFEF;
}

@media screen and (min-width: 1024px) {
  .l-main-even {
    background-repeat: no-repeat;
    background-image: url(../images/common/bottom_white.svg), url(../images/common/top_white.svg);
    background-position: right bottom, left top;
  }
  .l-main-even-last {
    background-repeat: no-repeat;
    background-image: url(../images/common/top_white.svg);
    background-position: left top;
  }
}

.l-main-txt-frame {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 10px;
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-main-txt-frame {
    padding: 30px 10px;
  }
}

.l-main-title-wrap {
  padding: 20px 10px;
  background: #f8b625;
  color: #FFF;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-main-title-wrap {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 1023px) {
  .l-main-title-wrap {
    margin-top: 50px;
  }
}

.l-main-title-head {
  line-height: 1.5;
}

.l-main-title-head-txt {
  display: block;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .l-main-title-head-txt {
    font-size: 48px;
    font-size: 3rem;
  }
}

.l-main-title-head-desc {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .l-main-title-head-desc {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* Sidebar */
/* Button */
.c-btn-primary, .c-btn-contact {
  display: block;
  margin: 0 auto;
  padding: 5px 10px;
  max-width: 314px;
  box-sizing: border-box;
  background: #f8b625;
  color: #FFF !important;
  font-weight: bold;
  border-radius: 100px;
  transition: .3s ease-out;
}

.c-btn-primary:hover, .c-btn-contact:hover {
  color: #FFF;
  background: #ffaa00;
}

.c-btn-secondary {
  display: block;
  margin: 0 auto;
  padding: 10px;
  max-width: 400px;
  box-sizing: border-box;
  color: #f8b625 !important;
  font-weight: bold;
  border-radius: 100px;
  transition: .3s ease-out;
  border: 2px solid #f8b625;
  text-align: center;
}

.c-btn-secondary:hover {
  color: #FFF !important;
  background: #f8b625;
}

.c-btn-contact {
  margin: 0;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.c-btn-ancher, .c-btn-ancher-sec01, .c-btn-ancher-sec02, .c-btn-ancher-sec03 {
  display: block;
  padding: 10px 5px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.c-btn-ancher small, .c-btn-ancher-sec01 small, .c-btn-ancher-sec02 small, .c-btn-ancher-sec03 small {
  font-size: 80%;
}

.c-btn-ancher:hover, .c-btn-ancher-sec01:hover, .c-btn-ancher-sec02:hover, .c-btn-ancher-sec03:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.c-btn-ancher-sec01 {
  background: #cfe8f1;
  color: #3472a1 !important;
}

.c-btn-ancher-sec02 {
  background: #fffcd7;
  color: #f5a200 !important;
}

.c-btn-ancher-sec03 {
  background: #e1eac7;
  color: #4e8b37 !important;
}

.c-btn-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  background: transparent;
  z-index: 100;
}

.c-btn-top.is-fixed {
  opacity: 1;
}

.c-btn-top img {
  padding-top: 13px;
  transition: .3s ease-out;
}

.c-btn-top:hover img {
  padding-top: 8px;
}

.c-btn-img img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.c-btn-img-small {
  display: block;
  margin: 20px auto 40px;
  max-width: 100%;
  height: auto;
  text-align: center;
}

.c-btn-img-small img {
  max-width: 250px;
}

@media screen and (min-width: 768px) {
  .c-btn-img-small img {
    max-width: 450px;
  }
}

/* Card */
.c-card-point {
  padding: 0 0 50px;
  margin-bottom: 57px;
  background: #FFF;
  border: 2px solid #f8b625;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .c-card-point {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .c-card-point img {
    margin-bottom: 0;
  }
}

.c-card-point-step {
  display: block;
  width: 100%;
  position: relative;
  height: 70px;
}

.c-card-point-step img {
  position: absolute;
  top: -1px;
  left: -1px;
}

.c-card-point-img {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .c-card-point-img {
    margin: 0 0 0 60px;
    padding: 0;
  }
}

.c-card-point-title {
  padding-bottom: 40px;
  text-align: center;
}

.c-card-point-title img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px auto 0;
}

@media screen and (min-width: 768px) {
  .c-card-point-title {
    text-align: left;
  }
  .c-card-point-title img {
    margin: 0;
  }
}

.c-card-point-inner {
  padding: 20px 20px 0;
}

@media screen and (min-width: 768px) {
  .c-card-point-inner {
    margin-left: 40px;
  }
}

/* Container */
.c-col-row, .c-col-container--fluid .c-col-row--fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-col-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .c-col-container {
    max-width: 1060px;
  }
}

.c-col-container--fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.c-col-container--fluid .c-col-row--fluid {
  margin-right: -15px;
  margin-left: -15px;
}

/* Grid Layout */
.c-col, .c-col-12, .c-col-11, .c-col-10, .c-col-9, .c-col-8, .c-col-7, .c-col-6, .c-col-5, .c-col-4, .c-col-3, .c-col-2, .c-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.c-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.c-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.c-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.c-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.c-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.c-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.c-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.c-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

@media screen and (min-width: 768px) {
  .c-col-md, .c-col-md-12, .c-col-md-11, .c-col-md-10, .c-col-md-9, .c-col-md-8, .c-col-md-7, .c-col-md-6, .c-col-md-5, .c-col-md-4, .c-col-md-3, .c-col-md-2, .c-col-md-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .c-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .c-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .c-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .c-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .c-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .c-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .c-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .c-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

/* Offset */
@media screen and (min-width: 768px) {
  .c-col-offset-1 {
    margin-left: 8.333333%;
  }
  .c-col-offset-2 {
    margin-left: 16.666667%;
  }
  .c-col-offset-3 {
    margin-left: 25%;
  }
}

/* Replace */
@media screen and (min-width: 768px) {
  .c-col-replace-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .c-col-replace-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .c-col-replace-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .c-col-replace-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .c-col-replace-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .c-col-replace-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .c-col-replace-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .c-col-replace-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .c-col-replace-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .c-col-replace-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .c-col-replace-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .c-col-replace-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .c-col-replace-md-12 {
    -ms-flex-order: -12;
    order: 12;
  }
}

/* グローバルナビ */
.c-nav-cv {
  background: #008BD5;
  color: #FFF !important;
  transition: .3s ease-out;
}

.c-nav-cv:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #23b2ff;
}

@media screen and (min-width: 1024px) {
  .c-nav {
    width: 100%;
    flex: 1;
    min-width: 610px;
  }
  .c-nav-wrap {
    width: 100%;
  }
  .c-nav-btn {
    display: none;
  }
  .c-nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .c-nav-list-item {
    margin-left: 15px;
  }
  .c-nav-list-item a {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333;
    border-bottom: 1px solid transparent;
    text-align: center;
  }
  .c-nav-list-item a:hover {
    border-bottom: 1px solid #f8b625;
    text-decoration: none;
  }
  .c-nav-list-item a.active {
    border-bottom: 1px solid #f8b625;
  }
  .c-nav-list-item-txt {
    display: block;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1023px) {
  .c-nav-btn {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
    background: transparent;
    border: none;
    box-sizing: border-box;
    background: #333;
  }
  .c-nav-btn:focus {
    outline: 0;
  }
  .c-nav-btn-bar {
    width: 100%;
    max-width: 24px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: #FFFFFF;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .c-nav-btn-bar:first-child {
    top: 14px;
  }
  .c-nav-btn-bar:nth-child(2) {
    top: 22px;
    opacity: 1;
  }
  .c-nav-btn-bar:nth-child(3) {
    top: 30px;
  }
  .c-nav-btn.active .c-nav-btn-bar:first-child {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .c-nav-btn.active .c-nav-btn-bar:nth-child(2) {
    opacity: 0;
  }
  .c-nav-btn.active .c-nav-btn-bar:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .c-nav-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #FFFFFF;
    text-align: center;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s, visibility .5s;
  }
  .c-nav-wrap.open {
    visibility: visible;
    opacity: 1;
  }
  .c-nav-list {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0 30px;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
  }
  .c-nav-list-item {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
  }
  .c-nav-list-item.contact {
    padding-top: 10px;
    border-bottom: none;
  }
  .c-nav-list-item:first-child {
    border-top: 1px solid #EFEFEF;
  }
  .c-nav-list-item a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
    font-weight: bold;
  }
  .c-nav-list-item-txt {
    display: block;
    line-height: 1.3;
  }
  .c-nav-subnav {
    display: none;
  }
}

/* Heading */
.c-heading-primary {
  padding-bottom: 40px;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .c-heading-primary {
    padding-bottom: 60px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c-heading-primary-txt {
  display: block;
  position: relative;
  padding-top: 10px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .c-heading-primary-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-heading-primary-txt:before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .c-heading-primary-txt:before {
    top: -7px;
  }
}

.c-heading-primary-sec01 {
  color: #3472a1 !important;
}

.c-heading-primary-sec02 {
  color: #f5a200 !important;
}

.c-heading-primary-sec03 {
  color: #4e8b37 !important;
}

.c-heading-secondary {
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #f8b625;
}

@media screen and (min-width: 768px) {
  .c-heading-secondary {
    padding-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-heading-bg, .c-heading-bg-sec01, .c-heading-bg-sec02, .c-heading-bg-sec03 {
  display: block;
  margin: 30px 0 10px;
  padding: 5px;
  background: #333;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-heading-bg-sec01.head,
.c-heading-bg-sec02.head,
.c-heading-bg-sec03.head {
  margin: 40px 0 8px;
  font-size: 120%;
}

.c-heading-bg-sec01 {
  margin-top: -30px;
  margin-bottom: 30px;
  background: #3472a1 !important;
}

.c-heading-bg-sec02 {
  margin-top: -30px;
  margin-bottom: 30px;
  background: #f5a200 !important;
}

.c-heading-bg-sec03 {
  margin-top: -30px;
  margin-bottom: 30px;
  background: #4e8b37 !important;
}

.c-heading-img {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-heading-img {
    margin-bottom: 60px;
  }
}

.c-heading-img img {
  margin: 0 auto;
}

.c-heading-plain, .c-heading-plain-center {
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .c-heading-plain, .c-heading-plain-center {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-heading-plain-center {
  text-align: center;
}

.c-heading-option {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 10px;
  background: #666;
  font-size: 10px;
  font-size: 0.625rem;
  border-radius: 3px;
  box-sizing: border-box;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

.c-heading-option.nospace {
  margin-left: 0;
}

.c-heading-start {
  padding-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-heading-start strong {
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 32px;
  font-size: 2rem;
  color: #f8b625;
}

.c-heading-start small {
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 75%;
}

@media screen and (min-width: 768px) {
  .c-heading-start {
    padding-bottom: 30px;
    font-size: 32px;
    font-size: 2rem;
  }
  .c-heading-start strong {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c-heading-step {
  display: flex;
  padding: 10px 0;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .c-heading-step {
    padding: 20px 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-heading-step-number {
  padding-right: 10px;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  color: #f8b625;
}

@media screen and (min-width: 768px) {
  .c-heading-step-number {
    font-size: 48px;
    font-size: 3rem;
  }
}

.c-heading-border {
  margin-bottom: 30px;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 2px solid #f8b625;
}

@media screen and (min-width: 768px) {
  .c-heading-border {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* Hero */
.c-hero {
  width: 100%;
  margin-top: 70px;
  padding-top: 320px;
  padding-bottom: 60px;
  background: url(../images/mainImg_sp@3x.jpg) top right no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .c-hero {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-hero {
    padding-top: 0;
    padding-bottom: 0;
    height: 500px;
    background: url(../images/mainImg_pc.jpg) right center no-repeat;
    background-size: contain;
  }
  .c-hero .c-col-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.c-hero-inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0 0;
  padding: 15px;
  background: #FFF;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .c-hero-inner {
    padding: 0;
    background: transparent;
  }
}

.c-hero-lead {
  padding-bottom: 30px;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  text-shadow: 0 0 10px #FFF;
  line-height: 1.5;
}

.c-hero-lead span {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c-hero-lead {
    font-size: 32px;
    font-size: 2rem;
  }
}

.c-hero-lead small {
  font-size: 75%;
}

.c-hero-desc {
  margin-bottom: 30px;
  padding-bottom: 0 !important;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 0 0 10px #FFF;
  border-top: 1px solid #3472a1;
  border-bottom: 1px solid #3472a1;
  color: #3472a1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-hero-desc {
    padding-bottom: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-hero-btn {
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  max-width: 380px;
  box-sizing: border-box;
  background: #333 url(../images/icon/icon_arrow.svg) center right 20px no-repeat;
  color: #FFF;
  font-weight: bold;
  border-radius: 100px;
  transition: background-position .3s ease-out;
  text-align: center;
}

.c-hero-btn:hover {
  color: #FFF;
  background-position: center right 15px;
}

/* List */
.c-list-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.c-list-img img {
  margin-right: 15px;
}

.c-list-img-txt {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .c-list-img {
    padding-top: 40px;
  }
}

.c-list-plain {
  padding-left: 30px;
}

.c-list-plain li {
  padding-bottom: 0.5rem;
}

.c-table-case {
  width: 100%;
  border-top: 1px solid #666;
  margin-bottom: 10px;
}

.c-table-case th, .c-table-case td {
  box-sizing: border-box;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-table-case th, .c-table-case td {
    width: 100%;
    display: block;
    padding: 15px;
  }
  .c-table-case td {
    padding-top: 0;
    border-bottom: 1px solid #666;
  }
}

@media screen and (min-width: 768px) {
  .c-table-case th, .c-table-case td {
    padding: 15px;
    border-bottom: 1px solid #666;
  }
}

/* Campaign */
.p-campaign-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background: url(../images/common/box1bg-100.jpg) center center no-repeat;
  background-size: cover;
}

.p-campaign-inner {
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 4px solid #008BD5;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .p-campaign-inner {
    padding: 50px 20px;
    border: 8px solid #008BD5;
    border-radius: 25px;
  }
}

.p-campaign-head {
  padding-bottom: 20px;
  color: #ffbf0f;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333, 2px 0px 1px #333, 0px 2px 1px #333, -2px 0px 1px #333, 0px -2px 1px #333, 3px 5px 0 rgba(0, 0, 0, 0.15);
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-campaign-head {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.p-campaign-head .first {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.25rem;
  background: url(../images/top/campaign_before.svg) left center no-repeat, url(../images/top/campaign_after.svg) right center no-repeat;
  background-size: 30px 48px;
}

.p-campaign-head .first strong {
  font-size: 150%;
}

@media screen and (min-width: 768px) {
  .p-campaign-head .first {
    margin: 0 auto;
    max-width: 450px;
    font-size: 48px;
    font-size: 3rem;
  }
}

.p-campaign-head .second {
  display: block;
  letter-spacing: 0.15rem;
}

.p-campaign-txt {
  padding-bottom: 20px;
}

.p-campaign-btn {
  display: block;
  margin: 0 auto;
  padding: 10px;
  max-width: 314px;
  box-sizing: border-box;
  background: #008BD5 url(../images/icon/icon_arrow_white.svg) center right 20px no-repeat;
  color: #FFF;
  font-weight: bold;
  border-radius: 100px;
  transition: .3s ease-out;
}

.p-campaign-btn:hover {
  color: #FFF;
  background-position: center right 15px;
}

/* FAQ */
.p-faq-wrap {
  margin-bottom: 30px;
  background: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.p-faq-title {
  padding: 10px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #008BD5 url(../images/common/bg_faq.svg) right center no-repeat;
  background-size: contain;
  color: #FFF;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-faq-title {
    padding: 15px 30px;
  }
}

.p-faq-title-label {
  padding-right: 10px;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-faq-title-label {
    padding-right: 30px;
  }
}

.p-faq-answer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .p-faq-answer {
    padding: 15px 30px;
  }
}

.p-faq-answer-label {
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  padding-right: 10px;
  color: #008BD5;
}

@media screen and (min-width: 768px) {
  .p-faq-answer-label {
    padding-right: 30px;
  }
}

/* News */
.p-news {
  display: flex;
  width: 100%;
  padding: 30px 0;
}

.p-news-head {
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  padding-right: 15px;
  border-right: 1px solid #EFEFEF;
}

@media screen and (min-width: 768px) {
  .p-news-head {
    padding-right: 30px;
  }
}

.p-news-wrap {
  width: 100%;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .p-news-wrap {
    display: flex;
    padding-left: 30px;
    justify-content: space-between;
    align-items: center;
  }
}

.p-news-list {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-news-list dt {
  display: inline-block;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: bold;
}

.p-news-list dd {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-news-list dd {
    padding-left: 20px;
  }
}

.p-news-list dd a {
  color: #333;
}

.p-news-list dd a:hover {
  text-decoration: underline;
}

.p-news-link {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #f8b625;
  transition: .3s ease-out;
  text-align: right;
}

.p-news-link:hover {
  color: #ffaa00;
}

.p-news-index {
  display: flex;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #C4C4C4;
  margin-bottom: 30px;
}

.p-news-index-date {
  padding: 15px 10px;
  width: 100%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  border-bottom: 1px solid #C4C4C4;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .p-news-index-date {
    padding: 20px 10px;
  }
}

.p-news-index-date-label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: bold;
  color: #C4C4C4;
}

.p-news-index-title {
  padding: 15px 10px;
  width: 100%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  border-bottom: 1px solid #C4C4C4;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-news-index-title a {
  display: block;
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-news-index-title a {
    padding-right: 30px;
    background: url(../images/icon/icon_arrow.svg) right 5px center no-repeat;
  }
  .p-news-index-title a:hover {
    background-position: right center;
  }
}

@media screen and (min-width: 768px) {
  .p-news-index-title {
    padding: 20px 10px;
  }
}

.p-news-detail-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C4C4C4;
}

.p-news-detail-header-txt {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-news-detail-header-txt {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-detail-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

.p-news-detail-content {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-news-detail-content {
    padding-bottom: 40px;
  }
}

.p-news-detail-content p {
  padding-bottom: 30px;
}

.p-news-detail-content h2 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-news-detail-content h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-news-detail-content h3, .p-news-detail-content h4, .p-news-detail-content h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-news-detail-content h3, .p-news-detail-content h4, .p-news-detail-content h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-news-detail-content h2, .p-news-detail-content h3, .p-news-detail-content h4, .p-news-detail-content h5 {
  padding-bottom: 10px;
}

/* Pricing */
.p-pricing-lead {
  width: 100%;
  max-width: 445px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px) {
  .p-pricing-lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.p-pricing-lead dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-pricing-lead dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-pricing-lead dd {
  color: #f8b625;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

.p-pricing-lead dd strong {
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-pricing-lead dd {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-pricing-lead dd strong {
    font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-pricing-note, .p-pricing-note-center, .p-pricing-note-right {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
}

.p-pricing-note-center {
  text-align: center;
  padding-bottom: 20px;
}

.p-pricing-note-right {
  text-align: right;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-pricing-note-right {
    padding-bottom: 60px;
  }
}

.p-pricing-option {
  padding-bottom: 10px;
  font-weight: bold;
}

.p-pricing-option dd {
  color: #f8b625;
}

.p-pricing-option dd strong {
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-pricing-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-pricing-option-note {
  padding-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-pricing-option-list {
  padding-left: 20px;
  padding-bottom: 20px;
}

.p-pricing-option-list li {
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-pricing-table {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.p-pricing-table-label {
  display: inline-block;
  margin-left: 5px;
  padding: 0 10px;
  line-height: 1.5;
  font-size: 10px;
  font-size: 0.625rem;
  border-radius: 3px;
  border: 1px solid #FFF;
  box-sizing: border-box;
  color: #FFFFFF;
  vertical-align: text-top;
  white-space: nowrap;
}

.p-pricing-table-note {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}

.p-pricing-table-discount {
  display: inline-block;
  color: #FF7A00;
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.p-pricing-table-disable {
  color: #C4C4C4;
}

.p-pricing-table caption {
  padding: 10px;
  background: #008BD5;
  color: #FFF;
}

.p-pricing-table th, .p-pricing-table td {
  padding: 10px 5px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .p-pricing-table th, .p-pricing-table td {
    padding: 15px 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-pricing-table td {
    width: 40%;
  }
}

.p-pricing-table thead th {
  background: #E5E5E5;
}

.p-pricing-table thead th:nth-child(even) {
  background-color: #CCCCCC;
}

.p-pricing-table thead th.recommend {
  background: #008BD5;
  color: #FFF;
}

.p-pricing-table tbody tr th, .p-pricing-table tbody tr td {
  vertical-align: middle;
  line-height: 1.5;
  font-weight: bold;
}

.p-pricing-table tbody tr th {
  background: #777777;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #CCCCCC;
}

.p-pricing-table tbody tr th sup {
  font-size: 0.8rem;
  vertical-align: super;
}

.p-pricing-table tbody tr:nth-child(even) th {
  background: #666666;
}

.p-pricing-table tbody tr td {
  background: #FFF;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-pricing-table tbody tr td strong {
  font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-pricing-table tbody tr td.recommend {
  background: #EBF5FB;
}

.p-pricing-table tbody tr td.print {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-pricing-table tbody tr td.print {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-pricing-wrap {
  position: relative;
}

.p-pricing-wrap-item {
  position: relative;
  overflow: hidden;
}

.p-pricing-wrap-item.is-hide {
  height: 120px;
  /*隠した後の高さ*/
}

.p-pricing-wrap-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 80px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.9) 50%, rgba(246, 246, 246, 0.9) 50%, #F6F6F6 100%);
  background: linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.9) 50%, rgba(246, 246, 246, 0.9) 50%, #F6F6F6 100%);
}

.p-pricing-btn-show {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  margin: auto;
  padding: .5em 0;
  background: #3A546F url(../images/icon/icon_show.svg) center right 15px no-repeat;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}

@media screen and (min-width: 768px) {
  .p-pricing-btn-show {
    width: 100%;
    max-width: 800px;
  }
}

.p-pricing-btn-show::after {
  content: "正式リリース版の料金表を表示する";
}

.p-pricing-btn-show.is-show {
  bottom: -2em;
  background-image: url(../images/icon/icon_hide.svg);
}

.p-pricing-btn-show.is-show::after {
  content: "正式リリース版の料金表を閉じる";
}

.p-pricing-btn-show.is-show + .p-pricing-wrap-item::before {
  display: none;
}

.test {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 70%);
  cursor: pointer;
  transition: bottom 0.2s;
}

/* Align */
/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Margin */
.u-margin-bottom {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .u-margin-bottom {
    margin-bottom: 60px;
  }
}

.u-margin-bottom-txt {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .u-margin-bottom-txt {
    margin-bottom: 40px;
  }
}

/* Position */
/* Size */
/* Text */
