@charset "UTF-8";
/*
 1.Basic Elements
 2.Generic Classes
 3.Basic Layout
 4.Content
 L.1884
*/
/***********************************************************
 1.Basic Elements
***********************************************************/
body {
  background-color: #fff;
  line-height: 1.8;
}
a {
  color: #327CAF;
  text-decoration: underline;
}
form {
  max-width: 480px;
  margin: 0 auto;
}
time {
  color: #808080;
  font-size: 14px;
  padding-bottom: 1rem;
}
.tag time {
  color: #333333;
  font-size: 12px;
  padding: 0;
}
ol {
  margin: 0 0 0 -15px;
}
::placeholder {
  color: #c0c0c0 !important;
}
blockquote {
  background-color: #f6f8fa;
  color: #555;
  font-size: 0.95em;
  padding: 25px 15px 15px;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
/***********************************************************
 2.Generic Classes
***********************************************************/
/* デバイス切り替え */
.pc {
  display: block;
}
.sp {
  display: none !important;
}
.tag + .tag {
    margin: 0;
}
/* カラー */
.color-beginner {
  color: #54abd8;
}
.color-basic {
  color: #2a3e7f;
}
.color-preminum {
  color: #b53633;
}
/* ボタン */
.btn {
  min-width: 150px;
  padding: 8px 16px;
  text-decoration: none;
}
.btn i {
  margin-left: .25rem;
}
.btn-sm {
  min-width: auto;
}
.btn.btn-entry {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2px 20px;
}
.btn-more {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.btn-area-center {
  margin: 1rem 0;
}
.btn-lg {
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 5px 15px;
}
.btn-xl {
  font-size: 2rem;
  line-height: 1.5;
  padding: 5px 0;
  width: 40%;
}
.btn-theme,.btn-accent {
  background: #15957b;
  border: none;
  color: #fff;
}
.btn-theme:hover,.btn-accent:hover {
  background: #10625e;
}
.btn-beginner {
  background: #54abd8;
  color: #fff;
}
.btn-beginner:hover {
  background: #2496cf;
  color: #fff !important;
}
.btn-basic:hover {
  background: #397fa2;
}
.btn-basic {
  background: #2a3e7f;
  color: #fff;
}
.btn-basic:hover {
  background: #17234b;
  color: #fff !important;
}
.btn-live {
  background: #b53633;
  color: #fff;
}
.btn-live:hover {
  background: #9f2d2a;
}
.btn-gray {
  background: #707070;
  color: #fff;
}
.btn-gray:hover {
  background: #575656;
}
.btn-global-nav:hover {
  background: #1aa19a;
}
.btn.icon > i {
  position: initial;
  top: auto;
  right: auto;
}
.btn-outline {
  border: 2px solid #15957b;
  background-color: transparent;
  color: #15957b !important;
  font-weight: bold;
}
.btn-outline:hover {
  background-color: #f0f3f0;
}
.fa-dot-circle {
  color: #1aa19a;
}
.tag i {
  margin-right: .25em;
}
/* バッチ */
.badge {
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  padding: 3px 6px;
  margin-right: 2px;
}
.badge.beginner {
  background-color: #54abd8;
}
.badge.basic {
  background-color: #2a3e7f;
}
.badge.premium {
  background-color: #edb937;
}
.badge.sample {
  display: none;
}
.form-control-label.marked.required::before {
  background: #dc3545;
}
.form-control-label.marked::before {
  padding: 0 10px;
  border-radius: 3px;
  line-height: 1.6;
}
/* 動画サムネイル */
.movie-time {
  padding: 0 4px;
}
/* モーダル */
.modal-dialog .btn {
  margin: 0 10px;
}
/* ページネーション */
.page-link {
  margin: 0;
  line-height: 1;
  color: #327CAF;
  text-decoration: none;
}
.page-item.active .page-link {
  background-color: #327CAF;
  border-color: #327CAF;
}
/* カテゴリ */
.category-info-area > div {
  font-size: 1rem;
}
.campaign {
  color :#15957b;
  font-weight: bold;
}
/* 注意書き */
.notice {
  color: #d73038;
  font-size: 14px;
  margin: 15px 0;
  text-indent: -0.5em;
  padding-left: .5em;
}
#faq-box {
  margin-top: 15px;
  font-size: .9rem;
}
#faq-box ul {
  font-size: .9rem;
  list-style-type: none;
  margin: 0 0 30px -35px;
}
#faq-box ul li a {
  color: #333;
  text-decoration: underline;
}
#faq-box ul li a:hover {
  text-decoration: none;
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 1.5rem 0 1rem;
}
.iframe-container  iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  /* デバイス切り替え */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .btn.icon {
    width: auto;
    margin: 0 2px;
  }
  .btn {
    font-size: .9rem;
    min-width: 100px;
    letter-spacing: 0;
  }
  .btn-area-center .btn {
    margin: 5px 2.5px;
    padding: 8px 12px;
  }
  .btn.btn-entry {
    font-size: 2rem;
    padding: 5px 30px;
  }
  .btn-xl {
    font-size: 1.4rem;
    line-height: 1.5;
    width: 90%;
  }
  .pagination {
    margin: 60px 0 0;
  }
  .page-link {
    padding: 8px;
  }
}
/***********************************************************
 3.Basic Layout - Header
***********************************************************/
#sp-btn {
  display: none;
}
#sp-btn .br-sp {
  display: none;
}
@media (max-width: 1024px) {
  #sp-btn.container {
    background-color: #f5f5f5;
    display: block;
    max-width: none;
    padding: 2.5px 17.5px;
  }
  #sp-btn .col-4 {
    padding: 2.5px;
  }
  #sp-btn .btn {
    color: #333;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    font-size: 14px;
    height: 100%;
    line-height: 1.3;
    margin: 0;
    min-width: auto;
    padding: 9px 0;
    width: 100%;
  }
  #sp-btn .btn.active {
    background-color: #15957b;
    border-color: #15957b;
    color: #fff;
  }
}
@media (max-width: 568px) {
  #sp-btn .br-sp {
    display: block;
  }
  #sp-btn .btn:not(.row-1) {
    font-size: 13px;
    padding: 2px 0;
  }
}
/***********************************************************
 3.Basic Layout
***********************************************************/
.box-main {
  padding-top: 30px;
}

#page-auth-entry .box-main {
  max-width: 780px;
  padding-left: 30px;
  padding-right: 30px;
}
#page-auth-entry .alert {
  padding: 0.75rem 1.25rem !important;
  border: none;
  border-radius: 0;
}
.content-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#header-link-sp {
  display: none;
}
.box-main.bg-color-green {
  background-color: rgba(205, 235, 227, 0.25);
  padding: 32px 0;
  margin: 64px 0 0;
}
.box-main.bg-color-gray {
  background-color: #f5f5f5;
  padding: 32px;
  margin: 64px 0 0;
}
.box-main.bg-color-gray .note{
  background-color: transparent;
}
/* 動画情報 */
.box-contents-numbers p span {
  padding: 0;
}
/* アイキャッチが削除できないの非表示 */
.box-mv.container.mb-0 {
  display: none;
}
.user-info .user-info-item .user-info-item-detail {
  width: calc(100% - 140px);
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
nav.sp-menu {
  display: none;
}

/* コメント */
#comment-list {
  font-size: .9rem;
  margin-bottom: -64px;
}
#comment-list .col-md-6 {
  margin-bottom: 20px;
}
#comment-list .col-md-6 .balloon {
  background-color: rgba(205, 235, 227, 0.3);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  margin: 7.5px 0 5px;
  position: relative;
  padding: 10px 15px;
}
.balloon::before {
  content: '';
  position: absolute;
  left: 20px;
  top: -7.5px;
  display: block;
  width: 0;
  height: 0;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid rgba(205, 235, 227, 0.3);
  border-left: 7.5px solid transparent;
}
#comment-list strong {
  font-size: 1rem;
}
#comment-list .fromnow{
  float: right;
}
@media (max-width: 768px) {
  .box-main {
    padding-top: 0;
  }
  .container.box-main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-list {
    padding: 0 15px;
  }
  .box-search form p.memo {
    display: none;
  }
  #recomend strong {
    display: block;
  }
  #header-link-sp {
    background-color: #efefef;
    display: block;
    padding: 5px 0 10px;
    white-space: nowrap;
    text-align: center;
  }
  #header-link-sp .btn {
    min-width: auto; 
    padding: 0 5px;
    margin: 0 1px;
  }
  .card-body {
    padding: 1rem;
  }
  .container.box-main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    padding-right: 0;
    padding-left: 0;
  }
  .box-main.bg-color-green {
    padding: 32px;
    margin: 32px 0;
  }
}
@media (max-width: 548px) {
  .box-main.bg-color-green {
    padding: 15px;
    margin: 30px 0;
  }
  .content-status-box {
    margin-top: -3px;
  }
}
/***********************************************************
 4.Content - Common
***********************************************************/
/* Header */
header.box-header {
  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding: 6px 15px;
}
header.box-header .row {
  align-items: center;
}
header.box-header .btn {
  padding: 4px 16px;
}
header.box-header h1 {
  font: 1rem;
  line-height: 1;
  margin: 0;
}
header.box-header h1 img {
  height: 72px;
  width: 240px;
  margin-left: 12px;
}
/* Header Menu*/
.fa-search {
  margin-right: .5rem;
}
header ul.global-nav-list .btn {
  min-width: 0;
}
header ul.global-nav-list > li {
  font-weight: 600;
  margin-left: 24px !important;
  line-height: 72px;
}
header ul.global-nav-list > li.ml-12 {
  margin-left: 3rem !important;
}
header ul.global-nav-list > li:last-child,
header ul.global-nav-list > li.header-mypage {
  float: right;
  margin-left: 0 !important;
}
header ul.global-nav-list > li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
header ul.global-nav-list > li a:hover {
  color: rgba(0, 0, 0, 1);
}
header ul.global-nav-list > li a.active {
  color: #000;
}
/* Header Dropdown Menu*/
header ul.global-nav-list > li .dropdown-wrapper {
  display: inline-block;
  margin-bottom: -.5rem;
  padding-bottom: .5rem;
  font-weight: normal;
}
header ul.global-nav-list > li .dropdown-wrapper:hover .btn-global-nav {
  color: rgba(0, 0, 0, 1) !important;
}
header ul.global-nav-list > li .dropdown-wrapper .box-dropdown-key {
  background-color: #fff;
  color: rgba(0, 0, 0, .6);
  font-weight: normal;
}
header ul.global-nav-list > li .dropdown-wrapper:hover .box-dropdown-key::after {
  border: none;
}
header ul.global-nav-list > li .dropdown-wrapper a {
  color: #333;
  text-decoration: none;
}
header ul.global-nav-list > li .dropdown-wrapper a:hover {
  text-decoration: underline;
}
header ul.global-nav-list > li .box-dropdown-target {
  top: .5rem;
  right: 0;
  left: auto;
  width: auto;
  white-space: nowrap;
}
header ul.global-nav-list > li .box-dropdown-target li {
  padding: 5px;
}
.box-dropdown-target {
  border-radius: .25rem;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 12%) !important;
}
header #header-link a {
  margin-right: 10px;
}
/* コンテンツ一覧 */
.content-list-item  {
  margin: 0 0 2rem;
  padding: 0 .75rem;
}
.content-list-item.list-row  {
  margin: 0 0 1rem;
}
.content-info-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.content-list-item article {
  border: none;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 8%) !important;
  border-radius: .25rem;
  position:relative;
  width: 100%;
  opacity: .9;
}
.content-list-item article .content-thumbnail-box {
  z-index: -1;
}
.content-list-item article a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-list-item article:hover {
  box-shadow: 0px 8px 16px rgb(0 0 0 / 20%) !important;
  opacity: 1;
}
.tile-inner {
  background: #ffffff;
  box-shadow: none;
}
.content-list-item ul {
  display: flex;
  list-style-type: none;
  margin: 0 0 0 -50px;
}
.col-md-6 .content-list-item:first-child {
  margin-top: 2rem;
}
.content-list-item h3 {
  font-weight: 500;
  margin: 0;
}
.content-list-item ul li .thumbnail {
  margin-right: 15px;
  position: relative;
}
.content-list-item ul li .thumbnail img {
  width: 180px;
  opacity: .85;
}
.content-list-item ul li .thumbnail img:hover {
  opacity: 1;
}
.content-list-item ul li .thumbnail .movie-time {
  font-weight: normal;
  right: 5px;
  bottom: 5px;
  padding: 0px 5px;
  position: absolute;
}
.content-list-item ul li img.tag-badge {
  margin: 2px 10px;
  width: 40px;
  height: 40px;
}
.content-list-item ul li h3 {
  font-size: .9rem;
}
.content-list-item ul li h3 a {
  color: #333;
  text-decoration: none;
}
.content-list-item ul li h3 a:hover {
  text-decoration: underline;
}
.content-status-box {
  color: #666;
  font-size: .9rem;
}
.status-mid {
  color: #5bc0de !important;
  border-color: #5bc0de !important;
}
.status-done {
  color: #a9a9a9;
  border-color: #a9a9a9;
}
.content-list-item.tag-2 ul li .fa-check {
  display: none;
}
.moretag {
  margin-top: 2rem;
  text-align: center;
}
/* タイトル */
#page-index_login .block-title.beginner {
  color: #f36577;
  font-size: 28px;
  font-weight: bold;
  margin: 60px auto 16px;
  padding: 2px 0 0;
  border-bottom: 2px solid #f36577;
  text-align: center;
  width: 290px;
  white-space: nowrap;
}
#page-index_login .block-title.basic {
  color: #15957b;
  font-size: 28px;
  font-weight: bold;
  margin: 60px auto 16px;
  padding: 2px;
  border-bottom: 2px solid #15957b;
  text-align: center;
  width: 280px;
  white-space: nowrap;
}
.tag-lead {
  font-weight: 500;
  margin-bottom: 2.5rem;
  text-align: center;
}

/* フッター */
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer.box-footer {
  background-color: #3e3e3e;
  margin-top: 64px;
  padding: 32px 16px;
  color: #fff;
}
footer.box-footer > .container {
  max-width: 980px !important;
  margin-right: auto;
  margin-left: auto;
}
footer .col-lg-6, footer .col-lg-3 {
  padding: 0; 
}
footer .kt-logo {
  font-size: .9rem;
  padding: 0;
}
footer .kt-logo img {
  height: 64px;
}
footer .kt-logo p {
  color: #fff;
  font-size: 14px;
  margin: 16px 0 0;
}
footer .kt-logo a:hover {
  text-decoration: none;
}
footer .kt-logo .sns {
  margin-top: 24px;
}
footer .kt-logo .sns .fab {
  font-size: 18px;
  color: #b3b3b3;
}
footer .kt-logo .sns> .fab {
    margin-left: 1em;
}
footer .kt-logo .sns> .fab:first-child {
    margin-left: 0;
}
footer .kt-logo .sns> .fab:hover {
    opacity: 0.85;
}
footer .copyright {
  max-width: 980px;
  margin: 0 auto;
  color: #b3b3b3;
  font-size: 12px;
}
footer ul.footer-link {
  font-size: 14px;
  margin: 0 0 0 -40px;
  white-space: nowrap;
}
footer ul.footer-link li {
  line-height: 2;
  text-indent: 0;
}
footer ul.footer-link a {
  color: #b3b3b3;
}
footer ul.footer-link a:hover {
  color: #b3b3b3;
  text-decoration: underline;
}
/* タブレット */
@media (max-width: 1024px) {
  /* ヘッダー */
  header #header-link {
    display: none;
  }
  header ul.global-nav-list > li:last-child {
    display: block !important;
    line-height: 1;
  }
  header .logo-area{
    height: 50px;
  }
  header .logo-area img {
    min-width: 140px;
  }
  header .col-8 {
    margin: 0;
  }
  header ul.global-nav-list > li {
    display: none;
  }
  header ul.global-nav-list > li:last-child .box-dropdown-target {
    right: 0;
  }
  header ul.global-nav-list > li:nth-last-child(2) {
    float: right;
  }
  header.box-header {
    padding: 5px 10px;
  }
  header.box-header h1 img {
    height: 39px;
    width: 130px;
    margin-left: 12px;
  }
  .navToggle.sp {
    display: block;
    position: absolute;
    right: 15px;
    top: -32px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 301;
    text-align: center;
  }
  .navToggle span {
  	display: block;
  	position: absolute;
  	width: 30px;
  	border-bottom: solid 3px #1aa19a;
  	-webkit-transition: .30s ease-in-out;
  	-moz-transition: .30s ease-in-out;
  	transition: .30s ease-in-out;
  	left: 6px;
  }
  .navToggle span:nth-child(1) {
  	top: 22px;
  }
  .navToggle span:nth-child(2) {
  	top: 31px;
  }
  .navToggle span:nth-child(3) {
  	top: 40px;
  }
  .navToggle.active span:nth-child(1) {
  	top: 30px;
  	left: 6px;
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
  	top: 30px;
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	transform: rotate(45deg);
  }
  nav.sp-menu {
    display: block;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 12%) !important;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transform: translateY(-150%);
    transition: all 0.3s;
    width: 100%;
    z-index: 300;
  }
  nav.sp-menu.active {
    transform: translateY(0%);
  }
  nav.sp-menu ul {
      background: #f4f4f4;
      margin: 0 auto;
      padding: 30px 0;
      width: 100%;
  }
  nav.sp-menu ul li {
    font-size: 18px;
    list-style-type: none;
    padding: 10px 0;
    width: 100%;
  }
  nav.sp-menu ul li a {
    font-weight: bold;
    text-decoration: none;
  }
  .content-list-item article,
  .content-list-item ul li .thumbnail img {
    opacity: 1;
  }
}
/* タブレット */
@media (max-width: 768px) {
  .ttl-sm {
    font-size: 16px;
    margin-left: 5px;
  }
  /* フッター */
  footer.box-footer {
    padding: 30px;
  }
  footer.box-footer {
    margin-top: 60px;
  }
  footer .kt-logo {
    margin-bottom: 15px;
  }
  footer ul.footer-link li {
    float: left;
    padding: 0 15px 0 0 ;
  }
  .container {
    width: auto !important;
  }
  .tag-lead {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  footer .copyright {
    margin-top: 24px;
  }
  footer .kt-logo img {
    height: 42px;
  }
  .content-list-item ul li .thumbnail {
    margin-right: 10px;
  }
  .content-list-item ul li h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 548px) {
  .content-list-item ul li .thumbnail img {
    width: 130px;
  }
  .content-list-item ul li h3 {
    font-size: .9rem;
  }
  footer.box-footer {
    padding: 30px 15px;
  }
  .content-list-item ul {
    margin: 0 0 0 -40px;
  }
  .content-list-item  {
    padding: 0;
  }
}
/* フォーム フロー図 */
.box-form-flow > span + span::after {
  border-left-color: #1aa19a;
}

/* datepicker スタイル調整*/
.ui-widget-header {
  border: 1px solid #1aa19a;
  background: #1aa19a;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #1aa19a;
  background: #1aa19a;
  color: #fff;
}

/* 並べ替えボタン */
#sort-row {
  font-size: .9rem;
  padding: 5px 15px;
}
#sort-row .col-md-6 {
  padding: 0;
}
.box-sort {
  letter-spacing: normal;
  padding: 0;
  text-align: right;
}
.box-sort a {
  color: #808080;
  padding-left: 16px;
  text-decoration: none;
}
.box-sort a i {
  padding-left: 3px;
}
.box-sort a[class*="active"] {
  font-weight: bold;
  color: #333;
}
.box-sort a:hover {
  color: #333;
  text-decoration: none;
}
.box-sort a.icon {
  position: relative;
  padding-left: 5px;
}
/* お知らせ一覧 ページ */
.news-list-item h3 a:hover {
  color: #1aa19a;
}

/* slick.js */
.js-list-slide .slick-slide {
  margin: 0;
  padding: 0 7.5px;
}

.js-list-slide .slick-slide a:hover {
  color: #997300;
}
h4.ttl-sm {
  font-size: 1rem;
  font-weight: bold;
  margin: 5px 0;
}
h4.ttl-sm .major-category {
  margin: 0;
}

.box-contents-numbers {
  font-size: .9rem;
  padding: 4px 0 0;
  line-height: 1.4;
}
.box-contents-numbers p {
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  padding: 0 5px 0 0;
  margin: 0;
  white-space: nowrap;
}
/* ステータスエリア */
.content-status-box span.tag {
  border-color: #a9a9a9;
  color: #a9a9a9;
  line-height: 1.4;
  margin-right: 2px;
  padding: 0 6px;
}
.content-status-box span.tag time {
  color: #a9a9a9;
  font-size: 11px;
}
/* お気に入りボタン */
p.favorite {
  background: none !important;
  color: #666;
  display: inline-block;
}
p.favorite .btn {
  border: none;
  color: #fff;
  margin: .5rem 0;
}
p.favorite .btn-favorite {
  border: 1px solid #15957b;
  color: #15957b;
  font-size: 12px;
  padding: 1px 8px;
  border-radius: 2px;
  margin-right: .5rem;
}
p.favorite .btn-favorite:hover {
  background: #15957b;
  color: #fff;
}
p.favorite .btn-favorite:after {
  content: "お気に入りに追加";
}
p.favorite.active .btn-favorite {
  background: none;
  border: 1px solid #a9a9a9;
  color: #a9a9a9;
  font-size: 12px;
  padding: 1px 8px;
  border-radius: 2px;
}
p.favorite.active .btn-favorite:hover {
  background: #f0f3f0;
}
p.favorite.active .btn-favorite:after {
  content: "お気に入りに追加済み";
}
h1.ttl-lg {
  align-items: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin: 36px 0 48px;
  text-align: center;
}
h1.ttl-md {
  align-items: center;
  display: flex;
  font-size: 36px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.4;
  margin: 32px 0;
}
h2.ttl-md {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1rem 0 2rem;
  text-align: center;
}
#page-freepage-index #videoArea {
  max-width: 480px;
  margin: 30px auto;
}
#page-freepage-index #howto a {
  text-decoration: underline;
}
/* マイコンテンツ リスト */
.mycontents-list {
  background: #fff9e6;
}

.tag {
  border-radius: 2px;
  border: 1px solid #a9a9a9;
  font-size: 11px;
  line-height: 1.4;
}

/* 動画再生画面 */
.purchase-info-area .btn-block {
  margin: 30px 0;
}
.purchase-info-area ul {
  list-style: none;
  margin: 0 0 0 -30px;
}
.purchase-info-area ul li {
  padding: 5px 0;
}

.box-user-comment .ttl-xs {
  font-size: 16px;
  font-weight: 500;
}
.box-user-comment .text-comment {
  font-size: 16px;
}
.box-user-comment .dot {
  color: #c2c6cc;
}
.box-user-comment time {
  font-size: 1rem;
}
.txtBlock ul, 
.txtList ul {
  box-sizing: content-box;
  margin: 0 0 0 -20px;
}
.txtBlock ul li,
.txtList ul li {
  padding: 5px 0;
}
h2.pattern01 {
  font-size: 18px;
  border-left: 5px solid #3d3d3d;
  padding-left: 5px;
  margin: 30px 0 15px;
}
@media (max-width: 768px) {
  .logo-area a {
    line-height: 32px;
  }
  footer .row {
    margin: 0;
  }
  footer .col-lg-5,
  footer .col-lg-3 {
    padding-right: 0;
    padding-left: 0;
  }
  footer .col-lg-3 {
    line-height: 2;
  }
  .js-list-slide .slick-slide {
    padding: 0;
  }
  .content-list-item.col-lg-4.col-md-6 {
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* サブメニュー */
  ul#link-list {
    left: auto;
    right: -45px;
  }
  .ttl-lg,
  .ttl-md {
    font-size: 1.5rem;
  }
  h1.ttl-lg + p {
    line-height: 1.4;
    margin: .75rem 0 .5rem;
    text-align: left;
  }
  ul.footer-link a {
    font-size: .9rem;
  }
  .txtBlock {
    margin: 30px 0;
  }
  h1.ttl-md {
    font-size: 20px;
    line-height: 1.4;
    margin: 16px 0;
  }
  h4.ttl-sm {
    font-size: 1.1rem;
  }
}
/***********************************************************
 2.Generic Classes
***********************************************************/
.note {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 30px;
  font-size: 14px;
  margin: 60px 0 30px;
}
.note strong {
  line-height: 2;
}
.note ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.note ul li {
  text-indent: -0.6em;
  padding-left: 1em;
}
.note ul li::before {
  content:  "※";
}
 
.entry-login-link {
  text-align: center;
  margin: 2.5rem 0 2rem;
}
.entry-login-link .btn {
  font-size: 1.4rem;
  width: 40%;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  .box-contents-numbers p {
    margin: 0;
  }
  .box-contents-numbers p span {
    font-size: 14px;
  }
  .tile-inner {
        padding: 30px 15px;
  }
  h1.ttl-lg {
    font-size: 20px;
    line-height: 1.4;
    margin: 32px 0;
  }
  .note {
    background-color: #fff;
    padding: 0;
    margin: 45px 0 0;
  }
}
/***********************************************************
 4.Content - 特集
***********************************************************/
#page-contents-tag .box-main {
  margin-top: 15px; 
  margin-bottom: 15px; 
  padding-top:0
}
#page-contents-tag #specialsMain {
  margin-top: 15px; 
}
#specialsHeaderPC {
  display: block;
}
#specialsHeaderSP {
  display: none;
}
#page-contents-tag .special-header {
  background-position: center;
  background-size: cover;
  color: #018e78;
  font-size: 23px;
  height: 360px;
  margin: 0 0 30px;
  padding: 60px 30px;
  width: 100%;

  position: relative;
  z-index: 0;
  overflow: hidden;
}
#page-contents-tag .special-header .container h1 {
  padding-bottom: 2rem;
  font-size: 42px;
  font-weight: bold;
  white-space: nowrap;
}
#page-contents-tag .box-description p:last-child {
  margin: 0;
}  
@media (max-width: 992px) {
  #page-contents-tag .box-main {
    margin-top: 0; 
  }
  #page-contents-tag .special-header:before{
    content: '';
    background: inherit;
    -webkit-filter: blur(3px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
  }
}
@media (max-width: 548px) {
  #specialsHeaderPC {
    display: none;
  }
  #specialsHeaderSP {
    display: block;
  }
  #page-contents-tag .special-header {
    aspect-ratio: 2 / 1;
    height: 100%;
    margin: -16px 0 0 0;
  }
  #page-contents-tag .special-header:before{
    filter: none;   
  }
  #page-contents-tag .special-header .container h1,
  #page-contents-tag .special-header .container p {
    display: none;
  }
}
/***********************************************************
 4.Content - Top
***********************************************************/
#top-info {
  background-color: #f46277;
  font-size: 14px;
  padding: .25rem 1rem;
  text-align: center;
}
#top-info a {
  color: #fff;
  text-decoration: none;
}
#top-info a:hover {
  text-decoration: underline;
}

/* メインビジュアル */
#main-visual {
  background-position: center;
  background-size: cover;
/*   background-attachment: fixed; */
  min-height: calc(100vh - 85px);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
#main-visual .container {
  color: #018e78;
  padding: 15px 0 30px;
}
#main-visual .container h1 {
  padding-bottom: 1rem;
  font-size: 38px;
  font-weight: bold;
/*   white-space: nowrap; */
}
#main-visual .container h1 .month {
  display: block;
  font-weight: normal;
  padding-right: 1rem;
}
#main-visual .container h1 .month .number {
  font-size: 120px;
  padding-right: .5rem;
}
#main-visual .container table.latest-image td {
  font-size: 12px;
  padding: 7.5px;
  vertical-align: top;
  width: 33.3%;
}
#main-visual .container table.latest-image td a {
  text-decoration: none !important;
}

#main-visual .container table.latest-image td p.display-name {
  font-size: 13px;
  line-height: 1.4;
  padding: 5px 0;
  margin: 0;
}
#main-visual .container table.latest-image td img {
  max-height: 150px;
}
#main-visual .col-lg-6:first-child {
  padding: 1rem 2rem 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 16px;
}
#main-visual .container p {
  color: #007c69;
  font-size: 1.4rem;
}
#main-visual .btn {
  margin-top: 30px;
}

#page-index h2,
#page-index_login h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 48px 0 32px;
  text-align: center;
}
#page-index .card,
#page-index_login .card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px rgb(0 0 0 / 5%) !important;
}
#page-index .news-list .card:hover,
#page-index_login .news-list .card:hover {
  box-shadow: 0px 4px 16px rgb(0 0 0 / 12%) !important;
}
#page-index .news-list .card p,
#page-index_login .news-list .card p {
  font-weight: bold;
  margin: 0;
}
#page-index .news-list .card,
#page-index_login .news-list .card {
  height: 100%;
  position:relative;
}
#page-index .news-list .card a,
#page-index_login .news-list .card a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-index header ul.global-nav-list > li {
  margin-left: 48px !important;
}
#sample-content .content-type {
  color: #696969;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
#sample-content .content-type.beginner{
  color: #f36577;
}
#sample-content .content-type.basic{
  color: #15957b;
}
#sample-content p {
  margin-bottom: .5rem;
}
#course.container.box-main {
  padding-top: 30px;
}
#course .memo,
#course-list .memo,
#sample-content .memo {
  color: #666;
  font-size: 13px;
}
#sample-content .col-md-6 {
  padding-bottom: 1rem;
}
#course-list .pricing-card-title small{
  font-size: 18px;
}
@media (max-width: 1024px) {
  .news-list .col-md-4 {
    margin-bottom: 15px;
  }
  #course .col-12 {
    padding: 15px 0 0;
  }
  #course-list .card,
  #course .card {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
  #course-list .pricing-card-title {
    font-size: 24px;
  }
  #course-list h4 {
    font-size: 22px;
  }
  #main-visual {
    background-position: left;
    min-height: auto;
  }
  #main-visual .btn  {
    width: 180px;
    margin: 30px auto 0;
    display: block;
  }
}
@media (max-width: 548px) {
  #course.container.box-main {
    padding-top: 0;
  }
  #course .row {
    margin-right: 0;
    margin-left: 0;
  }
  #main-visual {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
  }  
  #main-visual .container h1 .month .number {
    font-size: 64px;
  }
  #main-visual .container {
    /* background-color: rgba(255, 255, 255, 0.8); */
    padding: 0;
  }
  #main-visual .container h1 {
    padding-bottom: .5rem;
    font-size: 34px;
    line-height: 1.3;
    white-space: initial;
  }
  #main-visual .container p {
      font-size: 1.2rem;
      text-shadow: none;
  }
  #main-visual .container td:nth-child(3) {
    display: none
  }
}
/***********************************************************
 4.Content - 登録
***********************************************************/
#page-auth-register .form-row .form-control,
#page-mypage-profile .form-row .form-control {
  min-width: 70px;
}
/***********************************************************
 4.Content - きくち体操とは
***********************************************************/
#page-freepage-index #about-kt,
#page-freepage-index #howto {
  max-width: 780px;
  margin: 0 auto;
}
#howto li {
  padding: .5rem 0;
}
@media (max-width: 548px) {
  #page-freepage-index .alert {
    margin: 15px 0 !important;
  }
}
/***********************************************************
 4.Content - Top
***********************************************************/
.block-entry {
  margin: 0 0 30px;
  text-align: center;
}
.js-mv-slide {
  opacity: 0;
  transition: opacity .5s linear;
}
.js-mv-slide.slick-initialized {
  opacity: 1;
}
.js-mv-slide img {
  max-width: 640px;
  width: 100%;
}
#announce .col-md-4 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
#about .box-section,
#howto .box-section {
  max-width: 900px;
  margin: 0 auto;
}
#about-kt #videoArea {
  max-width: 640px;
  margin: 30px auto;
}

/* コースリスト */
#course-list .card-header {
  background-color: rgba(205, 235, 227, 0.25); 
}
#course-list .card-box {
  min-height: 420px;
}
#course-list h4 {
  font-weight: bold;
  line-height: 1;
}
#course-list h4 span{
  font-weight: normal;
  font-size: 14px;
}
#course-list p {
  margin: .5rem 0 0.75rem;
  text-align: left;
}
#course-list p.lead {
  color: #15957b;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
#course-list span.memo {
  color: #666;
  font-size: 12px;
}
#course-list .pickup {
  color: #f60;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* サンプル動画 */
#sample-explain {
  text-align: center;
}
#category-list .btn-toggle {
  display: none;
}
#category-list .content-info-box {
  text-align: left;
}
/* トライアル */
#trial-note {
  color: #666;
  font-size: 14px;
  padding: 0 15px;
  max-width: 640px;
}
#trial-note ul {
  list-style:  none;      /* デフォルトのアイコンを消す */
  margin:  0;             /* デフォルト指定上書き */
  padding: 0;             /* デフォルト指定上書き */
}
#trial-note ul li {
  text-indent: -0.6em;
  padding-left: 1em;
}
#trial-note ul li::before {
  content:  "※";
}
 
.list_test::before {
    content:  ""; /* 空の要素作成 */
}
@media (max-width: 548px) {
  #page-index_login .content-list-item.tag-3 {
    margin-top: 1rem;
  }
  #page-index_login .block-title.live {
    margin-top: .5rem;
  }
  #page-index_login .col-md-6 hr {
    margin: 1.5rem 0;
  }
  #page-index_login .box-mv-slide {
    margin: 0 -15px 20px;
  }
  #announce .col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  #course-list .card-box {
    min-height: auto;
  }
  .box-main.bg-color-gray {
    padding: 32px 16px;
    margin: 32px 0;
  }
  .block-entry {
    margin: 10px 0;
  }
  .container.box-main .tile-inner {
    padding: 15px 15px 60px;
  }
  .js-mv-slide img {
    max-width: 320px;
    width: 100%;
  }
  /* コースリスト */
  #course-list {
    margin: -0.5rem 0 0.75rem;
  }
  #course-list p.memo {
    margin-top: -10px;
  }
  /* サンプル動画 */
  #sample-movie .explain {
    text-align: left;
  }
  .entry-login-link .btn {
    font-size: 1rem;
    width: 75%;
    margin: 1rem auto;
  }
  .entry-login-link {
    margin: 1rem 0;
  }
}
/***********************************************************
 4.Content - コンテンツ一覧
***********************************************************/
#page-contents-search .box-search form {
  position: relative;
  margin: 16px auto;
}
#page-contents-search .box-search form input[type="text"] {
  padding: 0.375rem 2.5rem;
}
#page-contents-search .box-search form i.fa-search {
  color: #808080;
  cursor: pointer;
  position: absolute;
  top: 11px;
  left: 14px;
}
#page-contents-search .box-search form i.fa-times {
  color: #d3d3d3;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 14px;
}
#page-contents-search .box-search .form-group {
  padding: 0;
}
#page-contents-search .box-search form p.memo {
  font-size: 13px;
  line-height: 2;
  text-align: center;
}
#page-contents-search .box-search form i:hover {
  color: #000;
}
/* 絞り込み */
#page-contents-search #filter-category,
#page-contents-search #filter-coach {
  text-align: center;
}
#page-contents-search #filter-category a,
#page-contents-search #filter-coach a {
  color: #15957b;
  text-decoration: none;
}
#page-contents-search #filter-category a.active,
#page-contents-search #filter-coach a.active {
/*   text-decoration: underline; */
  font-weight: bold;
}
#page-contents-search #filter-category a:hover,
#page-contents-search #filter-coach a:hover {
  text-decoration: underline;
}

#page-contents-search .box-main {
  padding-top: 30px;
}
#page-contents-search form label {
  display: none;
}
#page-contents-search .btn-area-center {
  margin: 0
}
#page-contents-search .form-inline input.form-control {
  margin-right: .5rem;
  width: 360px;
}
@media (max-width: 768px) {
  #page-contents-search .box-main {
    padding-top: 0;
  }
  #page-contents-search .box-form {
    border: none;
    padding: 0;
  }
  #page-contents-search .box-sort,
  #page-contents-search .btn-area-center {
    display: none;
  }
  #page-contents-searchStart .form-group {
    padding: 0 15px 15px;
  }
  #page-contents-search #filter-category span,
  #page-contents-search #filter-coach span {
    display: none;
  }
}
/***********************************************************
 4.Content - 特集
***********************************************************/
#special .dummy {
  margin: 0 -5px;
}
#special .dummy img {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #special .dummy img {
      margin: 15px 0;
  }
}
/***********************************************************
 4.Content - よくあるご質問
***********************************************************/
#faq .faq-block {
  margin: 15px 15px 60px;
}
#faq h2 {
  color: #15957b;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 15px -10px;
  text-indent: -2em;
  padding-left: 2.5em;
}
#faq .device {
  color: #666;
  font-weight: bold;
}
@media (max-width: 548px) {
  #faq .faq-block {
    margin: 15px 0 30px;
  }
  .txtBlock ul, 
  .txtList ul {
    margin: 0 0 0 -15px;
  }
}
/***********************************************************
 4.Content - コース詳細
***********************************************************/
#page-courses-show .note a,
#page-courses-show a.login-link {
  text-decoration: underline;
}
h5.premium {
  color: #15957b;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}
.box-contentsInfo {
  padding-top: 30px;
}
@media (max-width: 548px) {
  .purchase-select .btn.icon {
    width: 100%;
    margin: 0;
  }
}
/***********************************************************
 4.Content - コース登録
***********************************************************/
#payment-method-select .btn.icon {
  margin-top: 15px;
}
/***********************************************************
 4.Content - マイページ
***********************************************************/
p.withdraw {
  color: #808080;
  font-size: 13px;
}
/***********************************************************
 4.Content - 規約
***********************************************************/
#kiyaku h2.ttl-md {
  font-size: 1rem;
  font-weight: 500;
  margin: 2rem 0 1.5rem;
}
#kiyaku ol, #kiyaku ul, #kiyaku dl {
  margin-left: -10px;
}
/***********************************************************
 4.Content - プライバシーポリシー
***********************************************************/
@media (max-width: 548px) {
  .txtBlock ul, 
  .txtList ul {
    margin: 0 0 0 -15px;
  }
}
/***********************************************************
 4.Content - 特商法テーブルレイアウト
***********************************************************/
#main_tradelaw, .main_tradelaw {
  border: 1px solid #ddd;
  margin: 30px auto 30px;
}
#main_tradelaw dl, .main_tradelaw dl{
  background: #f5f5f5;
  border-bottom: 1px dotted #bfbfbf;
  margin: 0 ;
  overflow: hidden;
}
#main_tradelaw dl:last-child, .main_tradelaw dl:last-child{border: 0px;}
#main_tradelaw dt, .main_tradelaw dt{
  padding: 15px 0 15px 20px;
  float: left;
  clear: both;
  font-weight: bolder;
}
#main_tradelaw dd, .main_tradelaw dd{
  margin: 0 0 0 250px;
  padding: 15px;
  background: #fff;
}
#main_tradelaw  a {
  text-decoration: underline;
}
@media (max-width: 548px) {
  #main_tradelaw, .main_tradelaw{
    width: 100%;
    max-width: 1100px;
    margin: 15px auto 30px;
    border: 0px solid #ddd;
  }
  #main_tradelaw dl , .main_tradelaw d{
    width: 100%;
    background: #1aa19a3b;
    border-bottom: 0px dotted #bfbfbf;
    overflow: hidden;
  }
  #main_tradelaw dl:after, .main_tradelaw dl:after{
    display: block;
    content: "";
    clear: both;
  }
  #main_tradelaw dt, .main_tradelaw dt{
    width: 100%;
    padding: 5px 10px;
    float: none;
    clear: both;
    font-weight: 600;
  }
  #main_tradelaw dd, .main_tradelaw dd{
    margin-left: 0px;
    padding: 15px 10px;
    background: #fff;
  }
}
/***********************************************************
 4.Content - イベント
***********************************************************/
#event {
  max-width: 940px;
  margin: auto;
}
#event .text-block {
    margin: 30px 0;
}
#event .mail-body {
  background-color: #efefef;
  border-radius: 5px;
  font-size: 0.9rem;
  margin: 5px 0;
  padding: 15px;
}
#event .btn {
  padding: 6px 18px;
}
#event img {
  max-width: 640px;
  width: 100%;
  text-align: center;
}
#event h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 45px;
}
/***********************************************************
 4.Content - 動画一覧/詳細
***********************************************************/
#page-contents-show .box-main{
  padding-top: 30px;
}
#page-contents-show h1.ttl-lg + p,
#page-contents-tag h1.ttl-lg + p {
  text-align: center;
}
.contents-header h1 > p {
  margin-bottom: 2rem;
  text-align: center;
}
#page-contents-show .content-list-item:first-child {
  margin-top: 0;
}
#page-contents-show p.lead {
  font-size: 1rem;
  font-weight: bold;
}

/* コンテンツ除法 */
.box-contents-info {
  margin-top: 1rem;
}
.box-contents-info h3 {
  margin: 0;
}
.box-contents-info ul li img.tag-badge {
  margin: 2px 10px;
  width: 40px;
  height: 40px;
}
.box-contents-info ul li h3 {
  font-size: 1.1rem;
}
span.tag.status-new {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.box-contents-info ul li .status-mid {
  color: #dc3545;
  border-color: #dc3545;
}
.box-contents-info ul li .fa-check {
  display: none;
}
/* 今回のきくち体操メッセージ */
#page-contents-tag .box-description {
  margin-bottom: 30px;
}
#page-contents-tag  .box-description,
#page-contents-show .box-description {
  border: 2px solid #15957b;
  border-radius: 4px;
  margin-top: 30px;
  min-height: 136px;
  padding: 30px 15px 15px;
  position: relative;
}
#page-contents-show .box-description p.lead {
  color: #15957b;
  line-height: 1.6;
  margin: 0 0 .5rem 0;
}
.box-description img {
  border: 2px solid #15957b;
  border-radius: 50%;
  float: left;
  margin: 5px 15px 5px 0;
  width: 80px;
}
#page-contents-tag  .box-description p,
#page-contents-show .box-description p {
  margin: 0 0 1rem;
  overflow: hidden;
}
#page-contents-tag .box-description .ribbon,
#page-contents-show .box-description .ribbon {
  color: #fff;
  position:relative;
  background: #15957b;
  position: absolute;
  line-height: 1;
  top: -15px;
  left: -10px;
  padding: 7.5px 30px 7.5px 10px;
  white-space: nowrap;
}
#page-contents-tag .box-description .ribbon:after, 
#page-contents-show .box-description .ribbon:after{
  content: "";
  position:absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 15px 15px 15px 0;
}
.box-section + .box-section {
  border: none;
}
.box-section.comment-block {
  border: none;
  margin-top: 30px;
}
.box-section.comment-block h2.ttl-comment {
  font-size: 1rem;
  font-weight: bold;
}
.box-user-comment {
  padding: 0;
}
.box-user-comment h3.ttl-xs {
  font-weight: normal;
  line-height: 40px;
  padding-bottom: 10px;
  margin: 0;
}
.box-user-comment .text-comment {
  padding-left: 20px;
}
.box-comment {
  margin-top: 45px;
}
@media (max-width: 768px) {
  #page-contents-tag .box-description {
    margin: 30px 0;
  }
  #page-contents-show .box-main{
    padding-top: 15px;
  }
  #page-contents-show .col-lg-4 {
    display: none;
  }
  .box-contents-info h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #page-contents-tag h1.ttl-lg + p {
    text-align: left;
  }
  #page-contents-show .contents-header {
    display: none;
  }
  .box-description img {
    margin: 5px 15px 0 0;
    width: 42px;
  }
  #page-contents-show .box-description {
    padding: 25px 10px 10px;
  }
  #page-contents-show .box-description p {
    overflow: initial;
  }

}
/***********************************************************
 4.Content - マイページ
***********************************************************/
#page-mypage-index p.withdraw a {
  text-decoration: underline;
}
@media (max-width: 548px) {
  #page-mypage-profile h1.ttl-lg + p.text-center,
  #page-mypage-index h1.ttl-lg + p.text-center {
    text-align: left !important;
  }
  #page-announce-show h1.ttl-lg {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
  }
}
/***********************************************************
 4.Content - コース契約
***********************************************************/
#page-courses-register .box-main {
  max-width: 780px;
}
/***********************************************************
 4.Content - お問い合わせ
***********************************************************/
#page-inquiry-confirm .form-group {
  margin: 0 auto;
  max-width: 480px;
}