/*==============================================================================
  初期設定
==============================================================================*/
#mainContents {
  line-height: 1.8;
  color: #434e54;
  min-width: 0;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  #mainContents {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  #mainContents {
    font-size: 13px;
  }
}
#mainContents a {
  cursor: pointer;
}
#mainContents a.-underline {
  text-decoration: underline;
}
#mainContents * {
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .res14-contents-inner {
    width: auto;
    padding-bottom: 0;
  }
}
.res14-contents-sub {
  display: none;
}
/* 背景色 */
.res14-contents,
#backgroundcolor,
#res14-wrap-bg {
  background-color: #fff;
}
/* 画像 */
#mainContents img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* アコーディオン */
[data="accordionWrapper"] [data="accordionContent"] {
  display: none;
}
/*==============================================================================
  汎用クラス
==============================================================================*/
.-center {
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .-center-pc {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .-center-sp {
    text-align: center;
  }
}
img.-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.-align-right {
  text-align: right !important;
}
.-align-left {
  text-align: left !important;
}
.-bold {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 641px) {
  .forSP {
    display: none !important;
  }
}
/* hoverアクション */
@media print, screen and (min-width: 641px) {
  .-hover-opc {
    transition: opacity 0.15s;
  }
  .-hover-opc:hover:not(.-no-hover-act) {
    opacity: 0.65;
    text-decoration: none;
  }
}
.-hover-opc-big {
  text-decoration: none;
}
@media print, screen and (min-width: 641px) {
  .-hover-opc-big {
    transition: opacity 0.15s;
  }
  .-hover-opc-big:hover:not(.-no-hover-act) {
    opacity: 0.35;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 641px) {
  .-hover-scale {
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
  }
  .-hover-scale:hover {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@media print, screen and (min-width: 641px) {
  .-hover-brightness {
    transition: -webkit-filter 0.15s;
    transition: filter 0.15s;
    transition: filter 0.15s, -webkit-filter 0.15s;
  }
  .-hover-brightness:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
  }
}
/*==============================================================================
  アイコン
==============================================================================*/
/* ナンバー（数字入り丸アイコン） */
.cmn-icon_number {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  flex: 0 0 auto;
  background-color: #68b7e6;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media print, screen and (min-width: 641px) {
  .cmn-icon_number {
    font-size: 11px;
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-icon_number {
    font-size: 10px;
    width: 20px;
    height: 20px;
  }
}
/*==============================================================================
  レイアウト
==============================================================================*/
/* コンテンツ幅 */
.cmn-inner,
.cmn-inner-small {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  .cmn-inner,
  .cmn-inner-small {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 641px) {
  .cmn-inner {
    max-width: 960px;
  }
}
@media print, screen and (min-width: 641px) {
  .cmn-inner-small {
    max-width: 780px;
  }
}
/* フレックス */
.-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.-flex.-clm-2 > .item {
  width: calc(50% - 13px);
}
@media print, screen and (min-width: 641px) {
  .-flex.-clm-2-pc > .item {
    width: calc(50% - 13px);
  }
}
@media only screen and (max-width: 640px) {
  .-flex.-clm-2-sp > .item {
    width: calc(50% - 5px);
  }
}
.-flex.-clm-3 > .item {
  width: calc(33.333% - 13px);
}
@media print, screen and (min-width: 641px) {
  .-flex.-clm-3-pc > .item {
    width: calc(33.333% - 13px);
  }
}
@media only screen and (max-width: 640px) {
  .-flex.-clm-3-sp > .item {
    width: calc(50% - 5px);
  }
}
.-flex.-clm-4 > .item {
  width: calc(25% - 13px);
}
@media print, screen and (min-width: 641px) {
  .-flex.-clm-4-pc > .item {
    width: calc(25% - 13px);
  }
}
@media only screen and (max-width: 640px) {
  .-flex.-clm-4-sp > .item {
    width: calc(50% - 5px);
  }
}
.-flex.-clm-3 > .item {
  width: calc(33.333% - 13px);
}
.-flex.-clm-4 > .item {
  width: calc(25% - 13px);
}
@media print, screen and (min-width: 641px) {
  .-flex-pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .-flex-pc.-clm-2 > .item {
    width: calc(50% - 13px);
  }
  .-flex-pc.-clm-3 > .item {
    width: calc(33.333% - 13px);
  }
  .-flex-pc.-clm-4 > .item {
    width: calc(25% - 13px);
  }
}
@media print, screen and (min-width: 641px) {
  .-flex-pc.-margin-0.-clm-2 > .item {
    width: 50%;
  }
  .-flex-pc.-margin-0.-clm-3 > .item {
    width: 33.333%;
  }
  .-flex-pc.-margin-0.-clm-4 > .item {
    width: 25%;
  }
}
/* セクション */
@media print, screen and (min-width: 641px) {
  .cmn-section {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-section {
    margin-bottom: 60px;
  }
}
/*==============================================================================
  見出し
==============================================================================*/
/* 各見出し */
.cmn-heading_1 {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 641px) {
  .cmn-heading_1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-heading_1 {
    font-size: 18px;
  }
}
.cmn-heading_2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  color: #495d69;
}
@media print, screen and (min-width: 641px) {
  .cmn-heading_2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-heading_2 {
    font-size: 14px;
  }
}
.cmn-heading_3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  color: #495d69;
}
@media print, screen and (min-width: 641px) {
  .cmn-heading_3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-heading_3 {
    font-size: 14px;
  }
}
.cmn-heading_4 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #495d69;
}
@media print, screen and (min-width: 641px) {
  .cmn-heading_4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-heading_4 {
    font-size: 13px;
  }
}
.cmn-heading_5 {
  border-bottom: 2px solid #68b7e6;
}
@media print, screen and (min-width: 641px) {
  .cmn-heading_5 {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-heading_5 {
    padding-bottom: 2px;
  }
}
.cmn-heading_5 .prepend {
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 641px) {
  .cmn-heading_5 .prepend {
    font-size: 14px;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-heading_5 .prepend {
    font-size: 13px;
  }
}
.cmn-heading_5 .heading {
  font-weight: bold;
  line-height: 1.4;
  color: #68b7e6;
}
@media print, screen and (min-width: 641px) {
  .cmn-heading_5 .heading {
    font-size: 20px;
    flex: 1 1 auto;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-heading_5 .heading {
    font-size: 14px;
  }
}
/* 共通オプション */
[class*="cmn-heading_"].-fukidashi_1,
[class*="cmn-heading_"].-fukidashi_2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
[class*="cmn-heading_"].-fukidashi_1::before,
[class*="cmn-heading_"].-fukidashi_2::before,
[class*="cmn-heading_"].-fukidashi_1::after,
[class*="cmn-heading_"].-fukidashi_2::after {
  content: "";
  display: block;
  height: 1.35em;
  background-color: #434e54;
  margin-top: -1px;
  border-radius: 10px;
}
@media print, screen and (min-width: 641px) {
  [class*="cmn-heading_"].-fukidashi_1::before,
  [class*="cmn-heading_"].-fukidashi_2::before,
  [class*="cmn-heading_"].-fukidashi_1::after,
  [class*="cmn-heading_"].-fukidashi_2::after {
    width: 4px;
  }
}
@media only screen and (max-width: 640px) {
  [class*="cmn-heading_"].-fukidashi_1::before,
  [class*="cmn-heading_"].-fukidashi_2::before,
  [class*="cmn-heading_"].-fukidashi_1::after,
  [class*="cmn-heading_"].-fukidashi_2::after {
    width: 2px;
  }
}
[class*="cmn-heading_"].-fukidashi_1::before,
[class*="cmn-heading_"].-fukidashi_2::before {
  margin-right: 0.7em;
}
@media print, screen and (min-width: 641px) {
  [class*="cmn-heading_"].-fukidashi_1::before,
  [class*="cmn-heading_"].-fukidashi_2::before {
    -webkit-transform: rotate(-35deg) scaleX(0.75);
    transform: rotate(-35deg) scaleX(0.75);
  }
}
@media only screen and (max-width: 640px) {
  [class*="cmn-heading_"].-fukidashi_1::before,
  [class*="cmn-heading_"].-fukidashi_2::before {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
[class*="cmn-heading_"].-fukidashi_1::after,
[class*="cmn-heading_"].-fukidashi_2::after {
  margin-left: 0.7em;
}
@media print, screen and (min-width: 641px) {
  [class*="cmn-heading_"].-fukidashi_1::after,
  [class*="cmn-heading_"].-fukidashi_2::after {
    -webkit-transform: rotate(35deg) scaleX(0.75);
    transform: rotate(35deg) scaleX(0.75);
  }
}
@media only screen and (max-width: 640px) {
  [class*="cmn-heading_"].-fukidashi_1::after,
  [class*="cmn-heading_"].-fukidashi_2::after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
}
[class*="cmn-heading_"].-fukidashi_1.-blue::before,
[class*="cmn-heading_"].-fukidashi_2.-blue::before,
[class*="cmn-heading_"].-fukidashi_1.-blue::after,
[class*="cmn-heading_"].-fukidashi_2.-blue::after {
  background-color: #68b7e6;
}
[class*="cmn-heading_"].-fukidashi_2::before,
[class*="cmn-heading_"].-fukidashi_2::after {
  height: 1.15em;
  margin-top: 0;
}
[class*="cmn-heading_"].-fukidashi_2::before {
  margin-right: 0.5em;
}
[class*="cmn-heading_"].-fukidashi_2::after {
  margin-left: 0.5em;
}
[class*="cmn-heading_"].-with-icon {
  display: inline-flex;
  align-items: center;
}
[class*="cmn-heading_"].-with-icon > .icon {
  flex: 0 0 auto;
}
@media print, screen and (min-width: 641px) {
  [class*="cmn-heading_"].-with-icon > .icon {
    margin-right: 9px;
  }
}
@media only screen and (max-width: 640px) {
  [class*="cmn-heading_"].-with-icon > .icon {
    margin-right: 7px;
  }
}
[class*="cmn-heading_"].-with-arrow {
  display: flex;
  align-items: center;
  width: 100%;
}
[class*="cmn-heading_"].-with-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url("/sol/contents/img/svg/icon/arrow_blue_right.svg") center/contain no-repeat;
  flex: 0 0 auto;
  margin-left: 8px;
  margin-top: -1px;
}
[class*="cmn-heading_"].-with-arrow > span {
  flex: 1 1 auto;
  text-align: left;
}
[class*="cmn-heading_"].-blue {
  color: #68b7e6;
}
[class*="cmn-heading_"].-red {
  color: #f073aa;
}
/*==============================================================================
  テキスト
==============================================================================*/
/* 説明文 */
.cmn-p_ex {
  color: #747d82;
}
@media only screen and (max-width: 640px) {
  .cmn-p_ex {
    font-size: 12px;
  }
}
/* 補足文（注釈） */
.cmn-p_note {
  color: #747d82;
}
@media print, screen and (min-width: 641px) {
  .cmn-p_note {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-p_note {
    font-size: 10px !important;
  }
}
.cmn-p_note.-small {
  font-size: 10px !important;
}
/*==============================================================================
  ヘッダー
==============================================================================*/
/* ローカルヘッダー */
#local-header {
  text-align: center;
  /* PocketBook(guide)系 */
}
@media print, screen and (min-width: 641px) {
  #local-header {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  #local-header {
    margin-bottom: 55px;
  }
}
#local-header .cmn-inner {
  background-color: #f0f8fc;
}
@media print, screen and (min-width: 641px) {
  #local-header .cmn-inner {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  #local-header .cmn-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 641px) {
  #local-header .img {
    width: 50%;
  }
}
#local-header .heading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  #local-header .heading {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #local-header .heading {
    padding: 20px 0;
  }
}
#local-header .heading .fukidashi_1 {
  color: #68b7e6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  #local-header .heading .fukidashi_1 {
    font-size: 20px;
    height: 57px;
    border-radius: 57px;
    padding: 0 1.3em;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 640px) {
  #local-header .heading .fukidashi_1 {
    font-size: 11px;
    height: 40px;
    border-radius: 40px;
    min-width: 280px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#local-header .heading .fukidashi_2 {
  color: #68b7e6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 641px) {
  #local-header .heading .fukidashi_2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #local-header .heading .fukidashi_2 {
    font-size: 14px;
    margin-bottom: 11px;
  }
}
#local-header .heading .fukidashi_2::before,
#local-header .heading .fukidashi_2::after {
  content: "";
  display: block;
  height: 1.35em;
  background-color: #68b7e6;
  margin-top: -1px;
  border-radius: 10px;
}
@media print, screen and (min-width: 641px) {
  #local-header .heading .fukidashi_2::before,
  #local-header .heading .fukidashi_2::after {
    width: 4px;
  }
}
@media only screen and (max-width: 640px) {
  #local-header .heading .fukidashi_2::before,
  #local-header .heading .fukidashi_2::after {
    width: 2px;
  }
}
#local-header .heading .fukidashi_2::before {
  margin-right: 0.9em;
}
@media print, screen and (min-width: 641px) {
  #local-header .heading .fukidashi_2::before {
    -webkit-transform: rotate(-35deg) scaleX(0.75);
    transform: rotate(-35deg) scaleX(0.75);
  }
}
@media only screen and (max-width: 640px) {
  #local-header .heading .fukidashi_2::before {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
#local-header .heading .fukidashi_2::after {
  margin-left: 0.9em;
}
@media print, screen and (min-width: 641px) {
  #local-header .heading .fukidashi_2::after {
    -webkit-transform: rotate(35deg) scaleX(0.75);
    transform: rotate(35deg) scaleX(0.75);
  }
}
@media only screen and (max-width: 640px) {
  #local-header .heading .fukidashi_2::after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
}
/* PocketBook(guide)系 */
@media print, screen and (min-width: 641px) {
  #local-header.-guide {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #local-header.-guide {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 641px) {
  #local-header.-guide .cmn-inner {
    justify-content: space-between;
    align-items: center;
    padding: 40px 110px;
  }
}
@media only screen and (max-width: 640px) {
  #local-header.-guide .cmn-inner {
    padding: 30px 20px;
  }
}
#local-header.-guide .heading {
  display: block;
  text-align: left;
  padding: 0;
}
@media print, screen and (min-width: 641px) {
  #local-header.-guide .heading {
    width: 68%;
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 640px) {
  #local-header.-guide .heading .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}
#local-header.-guide .heading .prefix {
  color: #68b7e6;
  line-height: 1.4;
}
@media print, screen and (min-width: 641px) {
  #local-header.-guide .heading .prefix {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 640px) {
  #local-header.-guide .heading .prefix {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 641px) {
  #local-header.-guide .heading h1 {
    margin-bottom: 28px;
  }
}
#local-header.-guide .img {
  text-align: right;
}
@media print, screen and (min-width: 641px) {
  #local-header.-guide .img {
    width: 32%;
    flex: 0 0 auto;
  }
}
/*==============================================================================
  フッター
==============================================================================*/
/* フッター手前のコンテンツ枠 */
.moreWrapper {
  background-color: #f0f8fc;
}
@media print, screen and (min-width: 641px) {
  .moreWrapper {
    padding: 58px 0;
  }
}
@media only screen and (max-width: 640px) {
  .moreWrapper {
    padding: 58px 0 65px;
  }
}
@media print, screen and (min-width: 641px) {
  .moreWrapper .cmn-heading_2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .moreWrapper .cmn-heading_2 {
    margin-bottom: 15px;
  }
}
/*==============================================================================
  ボタン
==============================================================================*/
.cmn-btn_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #68b7e6 !important;
  line-height: 1.2;
  font-weight: bold;
  border: 1px solid #d0d0d0;
  text-align: center;
  text-decoration: none !important;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 auto;
  box-shadow: 0 2px 0 0 #d0d0d0;
}
@media print, screen and (min-width: 641px) {
  .cmn-btn_1 {
    font-size: 20px;
    min-height: 60px;
    max-width: 400px;
    transition: background-color 0.15s, box-shadow 0.15s;
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-btn_1 {
    font-size: 16px;
    min-height: 50px;
    padding: 15px;
  }
}
@media print, screen and (min-width: 641px) {
  .cmn-btn_1.-w260 {
    max-width: 260px;
  }
}
.cmn-btn_1 .small {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .cmn-btn_1 .small {
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-btn_1 .small {
    font-size: 10px;
  }
}
.cmn-btn_1:hover:not(.-disabled) {
  background-color: #f3f9fc;
  box-shadow: 0 2px 0 0 transparent;
}
.cmn-btn_1.-orange {
  background-color: #ff6959;
  color: #fff !important;
  border: 0;
}
.cmn-btn_1.-orange:hover {
  background-color: #ff7f59;
}
.cmn-btn_1.-blue {
  background-color: #68b7e6;
  color: #fff !important;
  border: 0;
}
.cmn-btn_1.-blue:hover {
  background-color: #5ca3cc;
}
.cmn-btn_1.-disabled {
  color: #fff !important;
  background-color: #d1d9de;
  border: 0;
}
@media screen and (min-width: 641px) and (-ms-high-contrast: none) {
  .cmn-btn_1 {
    height: 60px;
  }
}
@media print, screen and (min-width: 641px) {
  [class*="cmn-btn"].-w360 {
    max-width: 360px;
  }
}
/*==============================================================================
  リンク
==============================================================================*/
/* 右矢印 */
.cmn-link_right_1,
.cmn-link_right_2 {
  display: inline-flex;
  align-items: center;
  line-height: 1.45;
}
.cmn-link_right_1::after,
.cmn-link_right_2::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url("/sol/contents/img/svg/icon/arrow_blue_right.svg") center/contain no-repeat;
  flex: 0 0 auto;
  margin-left: 8px;
  margin-top: -1px;
}
.cmn-link_right_1.-w100,
.cmn-link_right_2.-w100 {
  display: flex;
}
.cmn-link_right_1.-w100::after,
.cmn-link_right_2.-w100::after {
  margin-left: 20px;
}
.cmn-link_right_1.-w100 > span,
.cmn-link_right_2.-w100 > span {
  width: 100%;
}
.cmn-link_right_1[target="_blank"] > span,
.cmn-link_right_2[target="_blank"] > span {
  order: 1;
}
.cmn-link_right_1[target="_blank"]::before,
.cmn-link_right_2[target="_blank"]::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url("/sol/contents/img/svg/icon/icon_window_gray_asa.svg") center/contain no-repeat;
  flex: 0 0 auto;
  margin-left: 6px;
  margin-top: -1px;
  order: 2;
}
.cmn-link_right_1[target="_blank"]::after,
.cmn-link_right_2[target="_blank"]::after {
  order: 3;
}
.cmn-link_right_2 {
  color: #747d82 !important;
}
/* 下矢印 */
.cmn-link_down_1 {
  display: inline-flex;
  align-items: center;
}
.cmn-link_down_1::after {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background: url("/sol/contents/img/svg/icon/arrow_blue_down.svg") center/contain no-repeat;
  flex: 0 0 auto;
  margin-top: -2px;
}
@media print, screen and (min-width: 641px) {
  .cmn-link_down_1::after {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-link_down_1::after {
    margin-left: 10px;
  }
}
.cmn-link_down_1.-w100 {
  display: flex;
}
.cmn-link_down_1.-w100::after {
  margin-left: 20px;
}
.cmn-link_down_1.-w100 > span {
  width: 100%;
}
/* 左矢印 */
.cmn-link_left_1,
.cmn-link_left_3 {
  display: inline-flex;
  align-items: center;
  line-height: 1.45;
}
.cmn-link_left_1::before,
.cmn-link_left_3::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url("/sol/contents/img/svg/icon/arrow_blue_left.svg") center/contain no-repeat;
  flex: 0 0 auto;
  margin-right: 8px;
  margin-top: -1px;
}
.cmn-link_left_1 > span,
.cmn-link_left_3 > span {
  text-align: left;
}
.cmn-link_left_1.-w100,
.cmn-link_left_3.-w100 {
  display: flex;
}
.cmn-link_left_1.-w100::after,
.cmn-link_left_3.-w100::after {
  margin-right: 20px;
}
.cmn-link_left_1.-w100 > span,
.cmn-link_left_3.-w100 > span {
  width: 100%;
}
.cmn-link_left_2 {
  display: inline-flex;
  align-items: center;
  color: #008eea;
  text-decoration: underline;
  cursor: pointer;
  line-height: 1;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}
.cmn-link_left_2::before,
.cmn-link_left_2::after {
  content: "";
  display: block;
  background-color: #008eea;
  flex: 0 0 auto;
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  border-radius: 10px;
}
.cmn-link_left_2::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cmn-link_left_2 span::before {
  content: "説明を見る";
}
.-active[data="accordionWrapper"] .cmn-link_left_2::after {
  display: none;
}
.-active[data="accordionWrapper"] .cmn-link_left_2 span::before {
  content: "説明を閉じる";
}
.cmn-link_left_3::before {
  background-image: url("/sol/contents/img/svg/icon/arrow_blue_right.svg");
}
/* リスト形式で並べる  */
@media print, screen and (min-width: 641px) {
  .cmn-link_list_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -1px;
    padding: 0 7px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-link_list_1 {
    padding: 0 5px;
  }
}
@media print, screen and (min-width: 641px) {
  .cmn-link_list_1 > .item {
    width: calc(50% - 7px);
  }
}
@media only screen and (max-width: 640px) {
  .cmn-link_list_1 > .item:last-child a {
    border-bottom: 0;
  }
}
.cmn-link_list_1 > .item a {
  height: 100%;
  border-bottom: 1px solid #d0d0d0;
}
@media print, screen and (min-width: 641px) {
  .cmn-link_list_1 > .item a {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-link_list_1 > .item a {
    padding: 14px 17px 14px 12px;
  }
}
/* 外部リンク */
.cmn-link_blank {
  display: inline-flex;
}
.cmn-link_blank[target="_blank"] > span {
  order: 1;
}
.cmn-link_blank[target="_blank"]::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url("/sol/contents/img/svg/icon/icon_window_gray_asa.svg") center/contain no-repeat;
  flex: 0 0 auto;
  margin-left: 6px;
  margin-top: 6px;
  margin-right: 6px;
  order: 2;
}
.cmn-link_blank[target="_blank"]::after {
  order: 3;
}
.-small .cmn-link_blank::before {
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-top: 5px;
  margin-right: 4px;
  order: 2;
}
/*==============================================================================
  ボックス
==============================================================================*/
/* 単体ボックス */
.cmn-box_1 {
  display: block;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #d0d0d0;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_1 {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_1 {
    padding: 18px;
  }
}
.cmn-box_1.-no-shadow {
  box-shadow: none;
}
a.cmn-box_1 {
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  a.cmn-box_1 {
    transition: background-color 0.15s, box-shadow 0.15s;
  }
  a.cmn-box_1:hover {
    background-color: #f3f9fc;
    box-shadow: 0 2px 0 0 transparent;
    text-decoration: none;
  }
}
.cmn-box_2,
.cmn-box_3 {
  display: block;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #d0d0d0;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_2,
  .cmn-box_3 {
    padding: 0 50px 35px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_2,
  .cmn-box_3 {
    padding: 0 0 30px;
  }
}
.cmn-box_2.-no-shadow,
.cmn-box_3.-no-shadow {
  box-shadow: none;
}
.cmn-box_2.-solid > .header,
.cmn-box_3.-solid > .header {
  border-bottom-style: solid;
}
.cmn-box_2 + .cmn-box_2,
.cmn-box_3 + .cmn-box_2 {
  margin-top: 20px;
}
.cmn-box_2 > .header,
.cmn-box_3 > .header {
  border-bottom: 1px dashed #d0d0d0;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_2 > .header,
  .cmn-box_3 > .header {
    min-height: 66px;
    padding: 10px 0;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_2 > .header,
  .cmn-box_3 > .header {
    min-height: 48px;
    padding: 10px 0;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 641px) and (-ms-high-contrast: none) {
  .cmn-box_2 > .header,
  .cmn-box_3 > .header {
    height: 66px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_2 > .content,
  .cmn-box_3 > .content {
    padding: 0 20px;
  }
}
a.cmn-box_2,
a.cmn-box_3 {
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  a.cmn-box_2,
  a.cmn-box_3 {
    transition: background-color 0.15s, box-shadow 0.15s;
  }
  a.cmn-box_2:hover,
  a.cmn-box_3:hover {
    background-color: #f3f9fc;
    box-shadow: 0 2px 0 0 transparent;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 641px) {
  .cmn-box_3 {
    padding: 0 30px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_3 {
    padding: 0 0 18px;
  }
}
.cmn-box_3 + .cmn-box_3 {
  margin-top: 20px;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_3 > .header {
    min-height: 54px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_3 > .header {
    padding: 0 15px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 641px) and (-ms-high-contrast: none) {
  .cmn-box_3 > .header {
    height: 54px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_3 > .content {
    padding: 0 15px;
  }
}
.cmn-box_blue {
  border-radius: 6px;
  background-color: #e6f3fa;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_blue {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_blue {
    padding: 12px 15px;
  }
}
.cmn-box_4 {
  display: block;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_4 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_4 {
    padding: 0 0;
  }
}
.cmn-box_5 {
  display: block;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_5 {
    padding: 0 50px 35px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_5 {
    padding: 0 0 30px;
  }
}
/* 50%flex */
.cmn-box-50per {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 641px) {
  .cmn-box-50per > div {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box-50per > div {
    width: 100%;
  }
  .cmn-box-50per > div + div {
    margin-top: 2em;
  }
}
/* 複数ボックス */
.cmn-box-list_1 > .item {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 0 5px;
}
@media only screen and (max-width: 640px) {
  .cmn-box-list_1 > .item {
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .cmn-box-list_1 > .item:first-child {
    border-top: 1px solid #d0d0d0;
    border-radius: 6px 6px 0 0;
  }
  .cmn-box-list_1 > .item:last-child {
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0 0 6px 6px;
  }
  .cmn-box-list_1 > .item:last-child > .content {
    border-bottom: 0;
  }
}
.cmn-box-list_1 > .item > .header {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #d0d0d0;
}
@media print, screen and (min-width: 641px) {
  .cmn-box-list_1 > .item > .header {
    min-height: 60px;
    padding: 12px;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box-list_1 > .item > .header {
    min-height: 50px;
    padding: 12px 8px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 641px) and (-ms-high-contrast: none) {
  .cmn-box-list_1 > .item > .header {
    height: 60px;
  }
}
@media print, screen and (min-width: 641px) {
  .cmn-box-list_1 > .item > .content {
    padding: 20px 18px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box-list_1 > .item > .content {
    padding: 23px 8px;
    border-bottom: 1px solid #d0d0d0;
  }
}
.cmn-box-list_2 > .item {
  border-right: 1px solid #d0d0d0;
}
@media only screen and (max-width: 640px) {
  .cmn-box-list_2 > .item {
    border-right: 0;
  }
}
.cmn-box-list_2 > .item:last-child {
  border-right: 0;
}
.cmn-box-list_3 {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
}
@media print, screen and (min-width: 641px) {
  .cmn-box-list_3 {
    padding: 30px 8px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box-list_3 {
    padding: 30px 18px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box-list_3 > .item + .item {
    margin-top: 15px;
  }
}
.cmn-box-list_3 > .item > .inner {
  height: 100%;
}
@media print, screen and (min-width: 641px) {
  .cmn-box-list_3 > .item > .inner {
    border-right: 1px dashed #d0d0d0;
    padding: 0 36px;
  }
}
.cmn-box-list_3 > .item:last-child > .inner {
  border-right: 0;
}
.cmn-box-list_4 {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
}
@media print, screen and (min-width: 641px) {
  .cmn-box-list_4 {
    padding: 5px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box-list_4 {
    padding: 0 16px;
  }
}
@media print, screen and (min-width: 641px) {
  .cmn-box-list_4 > .item {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box-list_4 > .item {
    padding: 20px 0;
  }
}
.cmn-box-list_4 > .item + .item {
  border-top: 1px dashed #d0d0d0;
}
.cmn-box-list_4.-blue {
  background-color: #e8f3fa;
  border: 0;
}
/* 単体アコーディオンボックス */
.cmn-box_accordion_1 {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_1 {
    margin-bottom: 10px;
  }
}
.cmn-box_accordion_1 > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_1 > .header {
    padding: 10px 20px 10px 25px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_1 > .header {
    padding: 5px 15px;
    min-height: 50px;
  }
}
.cmn-box_accordion_1 > .header > .icon {
  border-color: #68b7e6;
  border-style: solid;
  border-width: 2px;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-left: 2em;
}
.cmn-box_accordion_1 > .header > .icon::before,
.cmn-box_accordion_1 > .header > .icon::after {
  content: "";
  display: block;
  background-color: #68b7e6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
  width: 10px;
  height: 2px;
}
.cmn-box_accordion_1 > .header > .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 641px) and (-ms-high-contrast: none) {
  .cmn-box_accordion_1 > .header {
    height: 60px;
  }
}
.cmn-box_accordion_1 > .content {
  border-top: 1px dashed #d0d0d0;
  display: none;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_1 > .content {
    padding: 18px 25px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_1 > .content {
    padding: 20px 25px;
  }
}
.cmn-box_accordion_1 > .content.-padding-0 {
  padding: 0;
}
.cmn-box_accordion_1.-active > .header > .icon::after {
  display: none;
}
/* 複数アコーディオンボックス */
.cmn-box_accordion_list_1 {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_list_1 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_list_1 {
    padding: 0 4px;
  }
}
.cmn-box_accordion_list_1 > .item + .item {
  border-top: 1px solid #d0d0d0;
}
.cmn-box_accordion_list_1 > .item > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_list_1 > .item > .header {
    padding: 10px 5px 10px 10px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_list_1 > .item > .header {
    padding: 5px 10px;
    min-height: 50px;
  }
}
.cmn-box_accordion_list_1 > .item > .header > [class*="cmn-heading_"] {
  text-align: left;
}
.cmn-box_accordion_list_1 > .item > .header > .icon {
  border-color: #68b7e6;
  border-style: solid;
  border-width: 2px;
  position: relative;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-left: 2em;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_list_1 > .item > .header > .icon {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_list_1 > .item > .header > .icon {
    width: 20px;
    height: 20px;
  }
}
.cmn-box_accordion_list_1 > .item > .header > .icon::before,
.cmn-box_accordion_list_1 > .item > .header > .icon::after {
  content: "";
  display: block;
  background-color: #68b7e6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_list_1 > .item > .header > .icon::before,
  .cmn-box_accordion_list_1 > .item > .header > .icon::after {
    width: 12px;
    height: 2px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_list_1 > .item > .header > .icon::before,
  .cmn-box_accordion_list_1 > .item > .header > .icon::after {
    width: 10px;
    height: 2px;
  }
}
.cmn-box_accordion_list_1 > .item > .header > .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 641px) and (-ms-high-contrast: none) {
  .cmn-box_accordion_list_1 > .item > .header {
    height: 60px;
  }
}
.cmn-box_accordion_list_1 > .item > .content {
  border-top: 1px dashed #d0d0d0;
  display: none;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_list_1 > .item > .content {
    padding: 28px 10px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_list_1 > .item > .content {
    padding: 20px 10px;
  }
}
.cmn-box_accordion_list_1 > .item > .content.-padding-0 {
  padding: 0;
}
.cmn-box_accordion_list_1 > .item.-active > .header > .icon::after {
  display: none;
}
.cmn-box_accordion_list_2 {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  overflow: hidden;
}
.cmn-box_accordion_list_2 > .item + .item {
  border-top: 1px solid #d0d0d0;
}
.cmn-box_accordion_list_2 > .item > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_list_2 > .item > .header {
    padding: 10px 30px 10px 30px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_list_2 > .item > .header {
    padding: 5px 14px;
    min-height: 50px;
  }
}
.cmn-box_accordion_list_2 > .item > .header > [class*="cmn-heading_"] {
  text-align: left;
}
.cmn-box_accordion_list_2 > .item > .header > .icon {
  border-color: #68b7e6;
  border-style: solid;
  border-width: 2px;
  position: relative;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-left: 2em;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_list_2 > .item > .header > .icon {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_list_2 > .item > .header > .icon {
    width: 20px;
    height: 20px;
  }
}
.cmn-box_accordion_list_2 > .item > .header > .icon::before,
.cmn-box_accordion_list_2 > .item > .header > .icon::after {
  content: "";
  display: block;
  background-color: #68b7e6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_list_2 > .item > .header > .icon::before,
  .cmn-box_accordion_list_2 > .item > .header > .icon::after {
    width: 12px;
    height: 2px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_list_2 > .item > .header > .icon::before,
  .cmn-box_accordion_list_2 > .item > .header > .icon::after {
    width: 10px;
    height: 2px;
  }
}
.cmn-box_accordion_list_2 > .item > .header > .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 641px) and (-ms-high-contrast: none) {
  .cmn-box_accordion_list_2 > .item > .header {
    height: 60px;
  }
}
.cmn-box_accordion_list_2 > .item > .content {
  border-top: 1px dashed #d0d0d0;
  display: none;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_accordion_list_2 > .item > .content {
    padding: 28px 0;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_accordion_list_2 > .item > .content {
    padding: 20px 0;
    margin: 0 14px;
  }
}
.cmn-box_accordion_list_2 > .item > .content.-padding-0 {
  padding: 0;
}
.cmn-box_accordion_list_2 > .item.-active > .header > .icon::after {
  display: none;
}
/* アテンション */
.cmn-box_attention_1 {
  background-color: #fce3ee;
  border-radius: 6px;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_attention_1 {
    padding: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_attention_1 {
    padding: 18px 15px 15px;
  }
}
.cmn-box_attention_1 > .heading {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f073aa;
  line-height: 1.4;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_attention_1 > .heading {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_attention_1 > .heading {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.cmn-box_attention_1 > .heading::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  background: url("/sol/contents/img/svg/icon/icon_pink_attention_asa.svg") center/contain no-repeat;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_attention_1 > .heading::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_attention_1 > .heading::before {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}
/* コース */
.cmn-box_course {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  /* 詳細枠 */
  /* ボタン枠 */
  /* 受付終了  */
}
@media print, screen and (min-width: 641px) {
  .cmn-box_course {
    padding: 26px 32px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_course {
    padding: 18px 20px;
  }
}
.cmn-box_course + .cmn-box_course {
  margin-top: 20px;
}
/* 詳細枠 */
@media print, screen and (min-width: 641px) {
  .cmn-box_course > .detailWrapper {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_course > .detailWrapper {
    margin-bottom: 15px;
  }
}
.cmn-box_course > .detailWrapper > .title {
  color: #495d69;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_course > .detailWrapper > .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_course > .detailWrapper > .title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.cmn-box_course > .detailWrapper ul.info {
  font-size: 12px;
  line-height: 1.9;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_course > .detailWrapper ul.info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_course > .detailWrapper ul.info {
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 641px) {
  .cmn-box_course > .detailWrapper ul.info li {
    width: calc(50% - 5px);
  }
}
.cmn-box_course > .detailWrapper .caption {
  font-size: 12px;
  line-height: 1.9;
  display: none;
}
@media print, screen and (min-width: 641px) {
  .cmn-box_course > .detailWrapper .caption {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-box_course > .detailWrapper .caption {
    margin-bottom: 13px;
  }
}
.cmn-box_course > .detailWrapper .caption a {
  text-decoration: underline;
}
.cmn-box_course > .detailWrapper .caption .-red {
  color: #f073aa;
}
/* ボタン枠 */
@media print, screen and (min-width: 641px) {
  .cmn-box_course > .buttonWrapper {
    width: 220px;
    flex: 0 0 auto;
  }
}
/* 受付終了  */
.cmn-box_course.-disabled > .detailWrapper > .title {
  opacity: 0.4;
}
.cmn-box_course.-disabled > .detailWrapper ul.info {
  opacity: 0.4;
}
.cmn-box_course.-disabled > .detailWrapper .caption {
  opacity: 0.4;
}
/*==============================================================================
  フォーム
==============================================================================*/
/* セレクトボックス */
.cmn-input_selectbox {
  position: relative;
  width: 100%;
  /* 選択肢ボックス */
}
.cmn-input_selectbox select,
.cmn-input_selectbox .select {
  width: 100%;
  padding-right: 1em;
  outline: 0;
  border: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
  color: #696969;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  line-height: 1.5;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .cmn-input_selectbox select,
  .cmn-input_selectbox .select {
    display: flex;
    align-items: center;
    font-size: 16px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-input_selectbox select,
  .cmn-input_selectbox .select {
    font-size: 13px;
  }
}
.cmn-input_selectbox select::-ms-expand,
.cmn-input_selectbox .select::-ms-expand {
  display: none;
}
.cmn-input_selectbox select:checked,
.cmn-input_selectbox .select:checked {
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .cmn-input_selectbox select {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-input_selectbox .select {
    display: none;
  }
}
.cmn-input_selectbox._sctType1,
.cmn-input_selectbox._sctType2,
.cmn-input_selectbox._sctType3 {
  position: relative;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  background: #fff;
}
@media print, screen and (min-width: 641px) {
  .cmn-input_selectbox._sctType1 select,
  .cmn-input_selectbox._sctType2 select,
  .cmn-input_selectbox._sctType3 select,
  .cmn-input_selectbox._sctType1 .select,
  .cmn-input_selectbox._sctType2 .select,
  .cmn-input_selectbox._sctType3 .select {
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cmn-input_selectbox._sctType1 select,
  .cmn-input_selectbox._sctType2 select,
  .cmn-input_selectbox._sctType3 select,
  .cmn-input_selectbox._sctType1 .select,
  .cmn-input_selectbox._sctType2 .select,
  .cmn-input_selectbox._sctType3 .select {
    padding: 15px;
  }
}
@media print, screen and (min-width: 641px) {
  .cmn-input_selectbox._sctType1.-active,
  .cmn-input_selectbox._sctType2.-active,
  .cmn-input_selectbox._sctType3.-active {
    border-radius: 6px 6px 0 0;
    background-color: #f3f9fc;
  }
}
@media print, screen and (min-width: 641px) {
  .cmn-input_selectbox._sctType1.-float-top.-active,
  .cmn-input_selectbox._sctType2.-float-top.-active,
  .cmn-input_selectbox._sctType3.-float-top.-active {
    border-radius: 0 0 6px 6px;
  }
}
.cmn-input_selectbox._sctType1::before,
.cmn-input_selectbox._sctType3::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  padding: 0;
  content: "";
  background: url("/sol/contents/online/icon_down_arrow.svg") no-repeat;
  background-size: contain;
  display: inline-block;
}
.cmn-input_selectbox._sctType1 {
  width: 380px !important;
}
.cmn-input_selectbox._sctType2::before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  line-height: 1;
  padding: 0;
}
.cmn-input_selectbox._sctType2._year::before {
  content: "年";
}
.cmn-input_selectbox._sctType2._month::before {
  content: "月";
}
.cmn-input_selectbox._selectSize01 {
  width: 170px;
}
/* 選択肢ボックス */
.cmn-input_selectbox .floatBox {
  z-index: 10;
  position: absolute;
  overflow: hidden;
  top: calc(100% - 1px);
  left: -1px;
  color: #696969;
  min-width: 100%;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  display: none;
  width: calc(100% + 2px);
}
.cmn-input_selectbox .floatBox li {
  font-size: 16px;
  line-height: 1.4;
  padding: 14px 20px;
  cursor: pointer;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
  overflow: hidden;
}
.cmn-input_selectbox .floatBox li:hover,
.cmn-input_selectbox .floatBox li.-active {
  background-color: #f3f9fc;
}
.cmn-input_selectbox.-float-top .floatBox {
  top: auto;
  bottom: 100%;
  border-radius: 6px 6px 0 0;
}
.cmn-input_selectbox[class*="-clm-"] .floatBox ul.inner {
  display: flex;
  flex-wrap: wrap;
}
.cmn-input_selectbox[class*="-clm-"] .floatBox ul.inner li.-w100 {
  width: 100%;
  border-top: 1px solid #d0d0d0;
}
.cmn-input_selectbox[class*="-clm-"] .floatBox ul.inner li.-no-bb {
  border-bottom: 0;
}
.cmn-input_selectbox[class*="-clm-"] .floatBox ul.inner li.-no-bt {
  border-top: 0;
}
.cmn-input_selectbox.-clm-2 .floatBox li {
  width: 50%;
}
.cmn-input_selectbox.-clm-4 .floatBox li {
  width: 25%;
}
.cmn-input_selectbox.-clm-5 .floatBox li {
  width: 20%;
}
