@charset "utf-8";

#baseBlock15,
#baseBlock16 {
  display: none;
}
li#baseBlock18,
li#baseBlock19 {
  display: none;
}

/* テキスト装飾 */
.fr-text-gray {
  color: #aaa !important;
}
.fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
li.fr-text-bordered + li.fr-text-bordered {
  border-top: 0px;
}
.fr-text-spaced {
  letter-spacing: 1px;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.fr-class-highlighted {
  background-color: #ffff00;
}
.fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}
.fr-class-transparency {
  opacity: 0.5;
}

/* 罫線 */
.cp-hr-100{
  border-width: 0;
  border-style: solid;
  border-top: 1px solid #ccc;
}
.cp-hr-400{
  border-width: 0;
  border-style: solid;
  border-top: 4px solid #ccc;
}
.cp-hr-800{
  border-width: 0;
  border-style: solid;
  border-top: 8px solid #ccc;
}
.cp-hr-dashed{
  border-width: 0;
  border-top: 1px dashed #ccc;
}

/* 顔文字 */
span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0;
}
span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle;
}

/* 画像の角を丸くする */
img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* 画像に境界線を追加 */
img.fr-bordered, 
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 画像にドロップシャドウ */
img.fr-shadow,
.fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
    -moz-box-shadow: 10px 10px 5px 0px #cccccc;
    box-shadow: 10px 10px 5px 0px #cccccc;
}

/* 基本 */
[data-area="content"] strong {
  font-weight: 700;
}
[data-area="content"] em {
  font-style: italic;
}
[data-area="content"] sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
[data-area="content"] sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}
[data-area="content"]  ul{
  list-style: disc;
  margin-left: 25px;
  width: calc( 100% - 25px );
}
[data-area="content"]  ol{
  list-style: decimal;
  margin-left: 25px;
  width: calc( 100% - 25px );
}

/* ボタン　デフォルトスタイル */
[data-area="content"] .weight-1{
  font-size: 36px;
}
[data-area="content"] .weight-2{
  font-size: 27px;
}
[data-area="content"] .weight-3{
  font-size: 21px;
}
/*
.weight-4{
  font-size: 21px;
}
.weight-5{
  font-size: 18px;
}
*/

[data-area="content"] .lead1{
  font-size: 27px;
}
[data-area="content"] .lead2{
  font-size: 24px;
}
[data-area="content"] .lead3{
  font-size: 21px;
}
[data-area="content"] .button1,
[data-area="content"] .button2,
[data-area="content"] .button3{
  display: flex;
  width: 100%;
}
[data-area="content"] .button1 {
  justify-content: flex-start;
}
[data-area="content"] .button2 {
  justify-content: center;
}
[data-area="content"] .button3 {
  justify-content: flex-end;
}

[data-area="content"] .button1 .button-inner,
[data-area="content"] .button2 .button-inner,
[data-area="content"] .button3 .button-inner {
  min-width: calc( 20% - 16px );
}
[data-area="content"] .button1 a,
[data-area="content"] .button2 a,
[data-area="content"] .button3 a{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #333;
  background-color: #333;
  word-break: break-all;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
[data-area="content"] .button1 a:hover,
[data-area="content"] .button2 a:hover,
[data-area="content"] .button3 a:hover{
  opacity: 0.7;
}
[data-area="content"] .FF-1{
  font-family: "游ゴシック", sans-serif;
}
[data-area="content"] .FF-2{
  font-family: "メイリオ", sans-serif;
}
[data-area="content"] .FF-3{
  font-family: "Segoe UI", sans-serif;
}
[data-area="content"] .FF-4{
  font-family: "ヒラギノ角ゴ Pro", sans-serif;
}
[data-area="content"] .FF-5{
  font-family: "游明朝", serif;
}

/* 基本ブロック全て */
.cp-all{
  position: relative;
  margin: 40px 0;
  line-height: 1.8;
  z-index: 0;
}

.cp-all a{
  text-decoration: underline;
}

.cp-all::before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 40px);
  pointer-events: none;
}

/* 見出し */
.cp-h1-text{
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
}
.cp-h2-text{
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.6;
}
 .cp-h3-text{
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.7;
}
 .cp-h4-text{
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
 .cp-h5-text{
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.cp-all .cp-inner .cp-h1-text:first-child,
.cp-all .cp-inner .cp-h2-text:first-child,
.cp-all .cp-inner .cp-h3-text:first-child,
.cp-all .cp-inner .cp-h4-text:first-child,
.cp-all .cp-inner .cp-h5-text:first-child{
  margin-top: 0;
}
.cp-all .cp-inner .cp-h1-text:last-child,
.cp-all .cp-inner .cp-h2-text:last-child,
.cp-all .cp-inner .cp-h3-text:last-child,
.cp-all .cp-inner .cp-h4-text:last-child,
.cp-all .cp-inner .cp-h5-text:last-child{
  margin-bottom: 0;
}

.cp-h1-text hr,
.cp-h2-text hr,
.cp-h3-text hr,
.cp-h4-text hr,
.cp-h5-text hr {
  display: none;
}

/* ブロック内ボタン */
.cp-link-btn{
  display: table;
  margin: 20px 0;
  padding: 4px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.cp-link-btn:hover{
  opacity: 0.7;
}

/* 囲み */
.cp-wp{
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}
.cp-wp::before{
  top: -21px;
  height: calc(100% + 42px);
}
@media screen and (max-width: 959px) {
  .cp-wp{
    padding-left: 4%;
    padding-right: 4%;
  }
}

/* テーブル */
[data-area="content"] table{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
}
[data-area="content"] .cp-text-item table,
[data-area="content"] .cp-it-text table:first-child,
[data-area="content"] .cp-ti-text table:first-child{
  margin-top: 0;
}
[data-area="content"] .cp-text-item table:last-child,
[data-area="content"] .cp-it-text table:last-child,
[data-area="content"] .cp-ti-text table:last-child{
  margin-bottom: 0;
}
[data-area="content"] table th{
  padding: 10px 15px;
  border: 1px solid #999;
  background: #e6e6e6;
}
[data-area="content"] table td{
  padding: 10px 15px;
  border: 1px solid #999;
}
[data-area="content"] table.fr-dashed-borders {
  border-style: dashed !important;
  border-width: inherit !important;
}

[data-area="content"] table.fr-dashed-borders td,
[data-area="content"] table.fr-dashed-borders th {
  border-style: dashed !important;
}

[data-area="content"] table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5 !important;
}

[data-area="content"] table.fr-table-border-vertical {
  border: none !important;
}

[data-area="content"] table.fr-table-border-vertical th,
[data-area="content"] table.fr-table-border-vertical td {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

[data-area="content"] table.fr-table-border-horizontal {
  border: none !important;
}

[data-area="content"] table.fr-table-border-horizontal th,
[data-area="content"] table.fr-table-border-horizontal td {
  border-left: 0px !important;
  border-right: 0px !important;
}

[data-area="content"] table.fr-table-border-none {
  border: none !important;
}

[data-area="content"] table.fr-table-border-none th,
[data-area="content"] table.fr-table-border-none td {
  border: none !important;
}

[data-area="content"] table.fr-table-border-1px th,
[data-area="content"] table.fr-table-border-1px td {
  border-width: 1px !important;
}

[data-area="content"] table.fr-table-border-2px th,
[data-area="content"] table.fr-table-border-2px td {
  border-width: 2px !important;
}

[data-area="content"] table.fr-table-border-3px th,
[data-area="content"] table.fr-table-border-3px td {
  border-width: 3px !important;
}

[data-area="content"] table.fr-table-cellPadding-10 th,
[data-area="content"] table.fr-table-cellPadding-10 td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

[data-area="content"] table.fr-table-cellPadding-20 th,
[data-area="content"] table.fr-table-cellPadding-20 td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

[data-area="content"] table.fr-table-cellPadding-30 th,
[data-area="content"] table.fr-table-cellPadding-30 td {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

[data-area="content"] table.fr-table-cellPadding-40 th,
[data-area="content"] table.fr-table-cellPadding-40 td {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

[data-area="content"] table.fr-table-cellPadding-50 th,
[data-area="content"] table.fr-table-cellPadding-50 td {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

[data-area="content"] table.fr-table-cellPadding-60 th,
[data-area="content"] table.fr-table-cellPadding-60 td {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

[data-area="content"] table.fr-table-cellPadding-70 th,
[data-area="content"] table.fr-table-cellPadding-70 td {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

[data-area="content"] table.fr-table-cellPadding-80 th,
[data-area="content"] table.fr-table-cellPadding-80 td {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

[data-area="content"] table.fr-table-cellPadding-90 th,
[data-area="content"] table.fr-table-cellPadding-90 td {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

[data-area="content"] table.fr-table-cellPadding-100 th,
[data-area="content"] table.fr-table-cellPadding-100 td {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

[data-area="content"] table td.fr-highlighted,
[data-area="content"] table th.fr-highlighted {
  border: 1px double red;
}

[data-area="content"] table td.fr-thick,
[data-area="content"] table th.fr-thick {
  border-width: 2px;
}

[data-area="content"] table td.fr-highlighted,
[data-area="content"] table th.fr-highlighted {
      border: 1px double red;
}

[data-area="content"] table td.fr-thick,
[data-area="content"] table th.fr-thick {
      border-width: 2px;
}

/* テキスト */
[data-area="content"] .cp-text{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
[data-area="content"] .cp-text .cp-text-item{
  width: 100%;
}
[data-area="content"] .cp-text .cp-text-l{
  margin-right: 20px;
}
@media screen and (max-width: 959px) {
  [data-area="content"] .cp-text{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-text .cp-text-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 画像 */
[data-area="content"] span.fr-img-caption{
  position: relative;
  display: block;
  max-width: 100%;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}
[data-area="content"] span.fr-img-caption .fr-img-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}
[data-area="content"] span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
[data-area="content"] span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
[data-area="content"] .cp-img{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
[data-area="content"] .cp-img img{
  max-width: 100%;
  height: auto;
}
[data-area="content"] .cp-img-item{
  width: 100%;
  text-align: center;
}
[data-area="content"] .cp-img .cp-img-l{
  margin-right: 20px;
}
@media screen and (max-width: 959px) {
  [data-area="content"] .cp-img{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-img .cp-img-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 画像（縦） */
[data-area="content"] .cp-vertical{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
[data-area="content"] .cp-vertical img{
  max-width: 100%;
  height: auto;
}
[data-area="content"] .cp-vertical .cp-vertical-item{
  width: 100%;
  text-align: center;
}
[data-area="content"] .cp-vertical .cp-vertical-text{
  text-align: justify;
}
[data-area="content"] .cp-vertical .cp-vertical-l{
  margin-right: 20px;
}
[data-area="content"] .cp-ti.cp-vertical .cp-vertical-text{
  margin-bottom: 10px;
}
[data-area="content"] .cp-it.cp-vertical .cp-vertical-text{
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  [data-area="content"] .cp-vertical{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-vertical .cp-vertical-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 画像（横） */
[data-area="content"] .cp-horizontal{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
[data-area="content"] .cp-horizontal img{
  max-width: 100%;
  height: auto;
}
[data-area="content"] .cp-horizontal .cp-horizontal-item{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  text-align: center;
}
[data-area="content"] .cp-horizontal .cp-horizontal-l{
  margin-right: 20px;
}
[data-area="content"] .cp-horizontal .cp-horizontal-text{
  text-align: justify;
}
[data-area="content"] .cp-horizontal .cp-horizontal-img,
[data-area="content"] .cp-horizontal .cp-horizontal-text{
  width: calc(50% - 5px);
}
[data-area="content"] .cp-ti.cp-horizontal .cp-horizontal-text{
  margin-right: 10px;
}
[data-area="content"] .cp-it.cp-horizontal .cp-horizontal-text{
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  [data-area="content"] .cp-horizontal{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-item{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-img,
  [data-area="content"] .cp-horizontal .cp-horizontal-text{
    width: 100%;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
  [data-area="content"] .cp-ti.cp-horizontal .cp-horizontal-text{
    margin-right: 0;
    margin-bottom: 10px;
  }
  [data-area="content"] .cp-it.cp-horizontal .cp-horizontal-text{
    margin-left: 0;
    margin-top: 10px;
  }
}

/* 画像（PC/SP切替） */
[data-area="content"] .cp-img-change img{
  max-width: 100%;
  height: auto;
}
[data-area="content"] .cp-img-change .cp-img-item > *:last-child{
  display: none;
}
@media screen and (max-width: 959px) {
  [data-area="content"] .cp-img-change .cp-img-item > *:first-child{
    display: none;
  }
  [data-area="content"] .cp-img-change .cp-img-item > *:last-child{
    display: inline-block;
  }
}


/* 線 */
.cp-border{
  border-top: 1px solid #ccc;
}
.cp-border hr{
  display: none;
}

/* 余白 */
.cp-space{
  height: 80px;
}

/* 別ページリンクメニュー */
[data-area="content"] .cp-blank-menu ul,
[data-area="content"] .cp-blank-menu ol{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -5px 0;
  padding: 0;
  list-style: none;
}
[data-area="content"] .cp-blank-menu li{
  position: relative;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-left: 20px;
}
[data-area="content"] .cp-blank-menu li::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #333;
}
[data-area="content"] .cp-blank-menu li::after{
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) skew(8deg,8deg);
}

/* タブ */
.cp-tab-menu{
  margin-bottom: 10px;
}
.cp-tab-menu ul,
.cp-tab-menu ol{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cp-tab-menu li{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #333;
  border-left: none;
  word-break: break-all;
  cursor: pointer;
}
.cp-tab-menu li:first-child{
  border-left: 1px solid #333;
}
.cp-tab-menu li:hover,
.cp-tab-menu li.active{
  background-color: #333;
  color: #fff;
}

.cp-tab-content > div {
  display: none;
}

.cp-tab-content > div.active {
  display: block;
}
@media screen and (max-width: 959px) {
  .cp-tab-menu ul,
  .cp-tab-menu ol{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cp-tab-menu li{
    width: 50%;
    border-top: none;
  }
  .cp-tab-menu li:nth-child(1),
  .cp-tab-menu li:nth-child(2){
    border-top: 1px solid #333;
  }
  .cp-tab-menu li:nth-child(2n+1){
    border-left: 1px solid #333;
  }
}

.cp-tab-content > div:before,
.cp-tab-content > div:after {
    content: "";
    display: table;
}
.cp-tab-content > div:after {
    clear: both;
}
.cp-accordion-content > div:before,
.cp-accordion-content > div:after {
    content: "";
    display: table;
}
.cp-accordion-content > div:after {
    clear: both;
}


/* 開閉式 */
.cp-accordion{
  margin: 0;
}
.cp-accordion-title{
  position: relative;
  margin-bottom: 1px;
  padding: 10px 37px 10px 20px;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  cursor: pointer;
}
.cp-accordion-title::before{
  content: "";
  position: absolute;
  top: 16px;
  right: 21px;
  width: 1px;
  height: 11px;
  background-color: #fff;
}
.cp-accordion.active .cp-accordion-title::before{
  opacity: 0;
}
.cp-accordion-title::after{
  content: "";
  position: absolute;
  top: 21px;
  right: 16px;
  width: 11px;
  height: 1px;
  background-color: #fff;
}
.cp-accordion-content{
  margin-top: 10px;
  margin-bottom: 40px;
}

.cp-accordion-content {
  display: none;
}

/* フォトアルバム */
.cp-photos{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
 .cp-photos + .cp-photos{
  margin-top: -20px;
}
.cp-photos-item{
  width: 100%;
}
.cp-photos-item img{
  max-width: 100%;
  height: auto;
}
 .cp-photos-item p{
  margin: 10px 0 0 0;
}
 .cp-photos-item p:empty{
  display: none;
}
 .cp-photos .cp-photos-l{
  margin-right: 20px;
}
@media screen and (max-width: 959px) {
  .cp-photos{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-photos .cp-photos-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* テーブル横スクロールの処理 */
@media screen and (max-width: 1279px) {
  [data-area="content"] .table-scroll-wrap {
    overflow-x: auto;
  }
  [data-area="content"] .table-scroll-wrap > table {
    min-width: 1140px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* 動画アルバム */
.cp-videos{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.cp-videos .code {
  display: none;
}

.fr-editor .cp-videos  .code {
  display: block;
}
.cp-videos + .cp-videos{
  margin-top: -20px;
}
.cp-videos-item{
  width: 100%;
}
.cp-videos-item .cp-videos-thumb{
  position: relative;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cp-videos-item .cp-videos-thumb::before{
  content: "";
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 30px);
  display: block;
  height: 38px;
  width: 60px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIzNy41IiB2aWV3Qm94PSIwIDAgNjAgMzcuNSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2M5MDAwMDt9LmJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+44Ki44K744OD44OIIDczPC90aXRsZT48cmVjdCBjbGFzcz0iYSIgd2lkdGg9IjYwIiBoZWlnaHQ9IjM3LjUiIHJ4PSI2IiByeT0iNiIvPjxwb2x5Z29uIGNsYXNzPSJiIiBwb2ludHM9IjIxLjk2IDkuNzUgMzcuOTYgMTguNzUgMjEuOTYgMjcuNzUgMjEuOTYgOS43NSIvPjwvc3ZnPg==) no-repeat center center;
}
.fr-block .cp-videos-item .cp-videos-thumb iframe {
  visibility: visible;
}

.cp-videos-item .cp-videos-thumb iframe {
  visibility: hidden;
}
.cp-videos-item p{
  margin: 10px 0 0 0;
}
.cp-videos-item p:empty{
  display: none;
}
.cp-videos .cp-videos-l{
  margin-right: 20px;
}
@media screen and (max-width: 959px) {
  .cp-videos{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-videos .cp-videos-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 外部サービスコード */
/* 外部サービスコード */
.cp-external iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.cp-external-text-area {
  display: none;
}
@media screen and (max-width: 959px) {
  .cp-external {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
  }
  .cp-external.cypochiform-wrap::after {
    display: none;
  }
  .cp-external iframe {
    margin-bottom: -56.25% !important;
  }
  .cp-external iframe[src*="youtube"],
  .cp-external iframe[src*="www.google.com/maps"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

.fr-img-wrap img {
  max-width: 100%;
  overflow: hidden;
}

.fr-img-wrap span.fr-inner {
  display: block;
}

span.fr-img-caption {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}

[data-area="content"] .fr-img-caption .fr-img-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}
[data-area="content"] span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}
[data-area="content"] span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

.top-visual {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1279px) {
  .top-visual {
    width: 94%;
    margin-bottom: 6%;
    margin-left: 3%;
  }
  .top-visual::before {
    content: "";
    position: absolute;
    right: -3%;
    bottom: -4%;
    width: 32vw;
    height: 32vw;
    background: linear-gradient(90deg, #D675A6, #8A98CC);
    border-bottom-right-radius: 5%;
  }
}

.top-visual > .inner {
  opacity: 1;
}

@media screen and (max-width: 1279px) {
  .top-visual > .inner {
    overflow: hidden;
  }
}

@media screen and (max-width: 1279px) {
  .top-visual .slick-list {
    width: 144.5%;
    margin-left: -22.25%;
  }
}

.top-visual .message-wrap {
  position: absolute;
  left: 12%;
  top: 100px;
  min-width: 350px;
}

@media screen and (max-width: 1279px) {
  .top-visual .message-wrap {
    position: static;
    min-width: 0;
  }
}

.top-visual .message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 350px;
  height: 320px;
  border-radius: 140px;
  background: rgba(255,255,255,0.85);
}

@media screen and (max-width: 1279px) {
  .top-visual .message {
    position: absolute;
    left: 1.5%;
    top: 55%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 739px) {
  .top-visual .message {
    width: 39vw;
    height: 36vw;
    border-radius: 40%;
  }
}

.top-visual .message > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

.top-visual .message > .inner > div {
  line-height: 2.2;
  font-size: 3.4rem;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 1.0rem;
}

@media screen and (max-width: 739px) {
  .top-visual .message > .inner > div {
    font-size: 3.8vw;
    letter-spacing: 1vw;
  }
}

.top-visual .message > .inner > div strong {
  color: #D675A6;
}

.top-visual .slick-dots {
  top: 100%;
  margin-top: 25px;
}

@media screen and (max-width: 1279px) {
  .top-visual .slick-dots {
    top: auto;
    bottom: 10px;
    margin-top: 0;
  }
}

.news-area-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-top: -170px;
  margin-bottom: 80px;
  background: #fff;
  border-radius: 4px;
  padding: 30px 40px 27px 0;
}

@media screen and (max-width: 1279px) {
  .news-area-wrap {
    position: relative;
    display: block;
    margin-top: -40px;
    margin-bottom: 40px;
    padding: 30px 0 27px 0;
  }
  .news-area-wrap::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    background: #fff;
  }
}

.news-area-wrap .news-area-title {
  width: 175px;
  padding-left: 0.1rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1279px) {
  .news-area-wrap .news-area-title {
    width: 100%;
    margin-bottom: 10px;
  }
}

.news-area-wrap .news-area {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

@media screen and (max-width: 1279px) {
  .news-area-wrap .news-area {
    padding-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}

.news-area-wrap .news-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}

@media screen and (max-width: 1279px) {
  .news-area-wrap .news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

.news-area-wrap .news-item .date {
  margin-right: 24px;
  font-size: 1.3rem;
  font-weight: 700;
}

.news-area-wrap .news-item .category {
  margin-right: 32px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
}

.news-area-wrap .news-item .category span {
  display: inline-block;
  padding: 0 24px;
  border: 1px solid #333;
  border-radius: 20px;
}

@media screen and (max-width: 1279px) {
  .news-area-wrap .news-item .title {
    width: 100%;
  }
}

.news-area-wrap .news-item .title a {
  display: inline-block;
}

.news-area-wrap .more-btn {
  margin-left: 24px;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .news-area-wrap .more-btn {
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.news-area-wrap .more-btn a {
  display: block;
  padding: 0 23px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .news-area-wrap .more-btn a {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 50px;
    border-radius: 40px;
  }
}

.news-area-wrap .more-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.top-event {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

@media screen and (max-width: 1279px) {
  .top-event {
    display: block;
  }
}

.top-event > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 1279px) {
  .top-event > div {
    width: 100%;
  }
}

.top-event > div .title {
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .top-event > div .title {
    margin-bottom: 5px;
  }
}

.top-event > div .title .img {
  margin-bottom: 8px;
}

.top-event > div .title .img img {
  height: 63px;
}

.top-event > div .title .text {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .top-event > div .title .text {
    font-size: 1.6rem;
  }
}

.top-event > div .body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  padding: 46px 41px 34px 41px;
}

@media screen and (max-width: 1279px) {
  .top-event > div .body {
    padding: 46px 3% 30px 3%;
  }
}

@media screen and (max-width: 1279px) {
  .top-event .top-event-internship {
    margin-bottom: 40px;
  }
}

.top-event .top-event-internship .body {
  border-radius: 12px 0 0 12px;
  background: #EAB7CE;
}

@media screen and (max-width: 1279px) {
  .top-event .top-event-internship .body {
    border-radius: 10px;
  }
}

.top-event .top-event-tour .body {
  border-radius: 0 12px 12px 0;
  background: #ACB5D8;
}

@media screen and (max-width: 1279px) {
  .top-event .top-event-tour .body {
    border-radius: 10px;
  }
}

.top-event .top-event-item {
  position: relative;
  width: calc(50% - 14px);
  margin: 0 7px;
  background: #fff;
  transition: background-color 0.2s;
}

@media screen and (max-width: 1279px) {
  .top-event .top-event-item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}

.top-event .top-event-item:hover {
  background: rgba(255, 255, 255, 0.7);
}

.top-event .top-event-item:hover::after {
  opacity: 0.7;
}

.top-event .top-event-item::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 26px;
  width: 44px;
  height: 11px;
  background: url(/kango/albums/css/basic2-blocks2/abm00000088.svg) no-repeat center center;
  background-size: 44px 11px;
  pointer-events: none;
  transition: opacity 0.2s;
}

@media screen and (max-width: 1279px) {
  .top-event .top-event-item::after {
    right: 9%;
    bottom: 18px;
    width: 30px;
    height: 8px;
    background-size: 30px 8px;
  }
}

.top-event .top-event-item a {
  display: block;
  padding: 0 19px 60px 19px;
}

@media screen and (max-width: 1279px) {
  .top-event .top-event-item a {
    padding: 0 8% 40px 8%;
  }
}

.top-event .top-event-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.top-event .top-event-item-title {
  position: relative;
  top: -13px;
  width: 130px;
  margin: 0 auto 7px auto;
  background: #333;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}

@media screen and (max-width: 1279px) {
  .top-event .top-event-item-title {
    width: 120px;
    font-size: 1.2rem;
  }
}

.top-event .top-event-item-top {
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #aaa;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.top-event .top-event-item-top-main {
  font-size: 1.5rem;
}

@media screen and (max-width: 1279px) {
  .top-event .top-event-item-top-main {
    font-size: 1.4rem;
  }
}

.top-event .top-event-item-top-sub {
  font-size: 2.0rem;
}

@media screen and (max-width: 1279px) {
  .top-event .top-event-item-top-sub {
    font-size: 1.8rem;
  }
}

.top-event .top-event-item-bottom {
  font-size: 1.4rem;
}

@media screen and (max-width: 1279px) {
  .top-event .top-event-item-bottom {
    font-size: 1.2rem;
  }
}

.top-event-btn {
  margin-bottom: 130px;
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 1279px) {
  .top-event-btn {
    margin-bottom: 60px;
    font-size: 1.6rem;
  }
}

.top-event-btn a {
  position: relative;
  display: table;
  min-width: 328px;
  margin: 0 auto;
  padding: 12px 65px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  color: #fff;
  border-radius: 40px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .top-event-btn a {
    padding: 10px 50px;
    min-width: 300px;
  }
}

.top-event-btn a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 17px;
  width: 24px;
  height: 24px;
  background: url(/kango/albums/css/basic2-blocks2/abm00000028.svg) no-repeat center center;
  background-size: 24px 24px;
}

@media screen and (max-width: 1279px) {
  .top-event-btn a::before {
    top: 14px;
  }
}

.top-event-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.top-introduction {
  overflow: hidden;
}

.top-introduction .top-introduction-title {
  position: relative;
  display: table;
  margin: 0 auto 55px auto;
  font-size: 3.6rem;
}

@media screen and (max-width: 1279px) {
  .top-introduction .top-introduction-title {
    margin-bottom: 30px;
    padding: 0 3%;
    line-height: 1.6;
    font-size: 3.0rem;
    text-align: center;
  }
}

.top-introduction .top-introduction-title::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 33px;
  width: 200px;
  height: 1px;
  margin-left: 35px;
  background: #707070;
}

@media screen and (max-width: 1279px) {
  .top-introduction .top-introduction-title::before {
    content: none;
  }
}

.top-introduction .top-introduction-title::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 33px;
  width: 200px;
  height: 1px;
  margin-right: 35px;
  background: #707070;
}

@media screen and (max-width: 1279px) {
  .top-introduction .top-introduction-title::after {
    content: none;
  }
}

.top-introduction .top-introduction-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1279px) {
  .top-introduction .top-introduction-inner {
    display: block;
  }
}

.top-introduction .top-introduction-item {
  width: calc(33.3333% - 7px);
  margin-right: 10px;
  margin-bottom: 65px;
}

@media screen and (max-width: 1279px) {
  .top-introduction .top-introduction-item {
    width: 100%;
    max-width: 374px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.top-introduction .top-introduction-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1279px) {
  .top-introduction .top-introduction-item:nth-child(3n) {
    margin-right: auto;
  }
}

.top-introduction .top-introduction-item-img {
  margin-bottom: 28px;
}

@media screen and (max-width: 1279px) {
  .top-introduction .top-introduction-item-img {
    margin-bottom: 15px;
    border: 1px solid #707070;
    border-radius: 6px;
    overflow: hidden;
  }
}

.top-introduction .top-introduction-item-btn {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .top-introduction .top-introduction-item-btn {
    font-size: 1.6rem;
  }
}

.top-introduction .top-introduction-item-btn a {
  position: relative;
  display: table;
  min-width: 328px;
  margin: 0 auto;
  padding: 12px 65px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  color: #fff;
  border-radius: 40px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .top-introduction .top-introduction-item-btn a {
    padding: 10px 50px;
    min-width: 300px;
  }
}

.top-introduction .top-introduction-item-btn a::before {
  content: "";
  position: absolute;
  right: 19px;
  top: 22px;
  width: 27px;
  height: 11px;
  background: url(/kango/albums/css/basic2-blocks2/abm00000095.svg) no-repeat center center;
  background-size: 27px 11px;
}

@media screen and (max-width: 1279px) {
  .top-introduction .top-introduction-item-btn a::before {
    top: 19px;
  }
}

.top-introduction .top-introduction-item-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.six-hospitals {
  position: relative;
  height: 520px;
  margin-top: 60px;
  margin-bottom: 40px;
  background: url(/kango/albums/css/basic2-blocks2/abm00000079.png) no-repeat center center;
  background-size: 396px 380px;
}

@media screen and (max-width: 1279px) {
  .six-hospitals {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    background: none;
  }
}

.six-hospitals .six-hospitals-title {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 280px;
  height: 280px;
  margin-top: -140px;
  margin-left: -140px;
  background: #4D217C;
  border-radius: 50%;
  color: #fff;
  letter-spacing: 0.3rem;
  padding-left: 0.3rem;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .six-hospitals .six-hospitals-title {
    position: static;
    width: 92px;
    height: 92px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0.1rem;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width: 1279px) {
  .six-hospitals .six-hospitals-inner {
    width: calc(100% - 92px);
    padding-left: 10px;
  }
}

.six-hospitals .six-hospitals-item {
  position: absolute;
  width: 31.5%;
  max-width: 358px;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}

.six-hospitals .six-hospitals-item::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-right: 17px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

@media screen and (max-width: 1279px) {
  .six-hospitals .six-hospitals-item::before {
    content: none;
  }
}

@media screen and (max-width: 1279px) {
  .six-hospitals .six-hospitals-item {
    position: static;
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
}

.six-hospitals .six-hospitals-item:nth-child(1) {
  right: 67px;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding: 10px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .six-hospitals .six-hospitals-item:nth-child(1) {
    height: auto;
    min-height: 92px;
    padding: 6px;
  }
}

.six-hospitals .six-hospitals-item:nth-child(1)::before {
  left: 7px;
  top: 121px;
  transform: rotate(-35deg);
  border-right-color: #D675A6;
}

.six-hospitals .six-hospitals-item:nth-child(2) {
  left: 67px;
  top: 0;
}

.six-hospitals .six-hospitals-item:nth-child(2)::before {
  right: 13px;
  top: 124px;
  transform: rotate(-35deg);
}

.six-hospitals .six-hospitals-item:nth-child(2) a {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media screen and (max-width: 1279px) {
  .six-hospitals .six-hospitals-item:nth-child(2) a {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.six-hospitals .six-hospitals-item:nth-child(3) {
  left: 0;
  top: 180px;
}

.six-hospitals .six-hospitals-item:nth-child(3)::before {
  right: -13px;
  top: 68px;
  transform: rotate(-180deg);
}

.six-hospitals .six-hospitals-item:nth-child(3) a {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media screen and (max-width: 1279px) {
  .six-hospitals .six-hospitals-item:nth-child(3) a {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.six-hospitals .six-hospitals-item:nth-child(4) {
  left: 67px;
  bottom: 0;
}

.six-hospitals .six-hospitals-item:nth-child(4)::before {
  right: 13px;
  top: 17px;
  transform: rotate(35deg);
}

.six-hospitals .six-hospitals-item:nth-child(4) a {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media screen and (max-width: 1279px) {
  .six-hospitals .six-hospitals-item:nth-child(4) a {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.six-hospitals .six-hospitals-item:nth-child(5) {
  right: 0;
  top: 180px;
}

.six-hospitals .six-hospitals-item:nth-child(5)::before {
  left: -15px;
  top: 68px;
}

.six-hospitals .six-hospitals-item:nth-child(6) {
  right: 67px;
  bottom: 0;
}

.six-hospitals .six-hospitals-item:nth-child(6)::before {
  left: 6px;
  top: 21px;
  transform: rotate(35deg);
}

.six-hospitals .six-hospitals-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 160px;
  padding: 10px;
  background: #fff;
  border-radius: 100px;
}

@media screen and (max-width: 1279px) {
  .six-hospitals .six-hospitals-item a {
    height: auto;
    min-height: 92px;
    padding: 6px;
  }
}

.six-hospitals .six-hospitals-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.six-hospitals .six-hospitals-item a::after {
  content: none;
}

.six-hospitals .six-hospitals-item .img {
  width: 140px;
  border-radius: 70px;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .six-hospitals .six-hospitals-item .img {
    width: 80px;
  }
}

.six-hospitals .six-hospitals-item .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 140px);
  padding-left: 20px;
}

@media screen and (max-width: 1279px) {
  .six-hospitals .six-hospitals-item .text {
    width: calc(100% - 80px);
    padding-left: 12px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.nerima-about {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding: 20px 20px 20px 0;
  border: 2px solid #D675A6;
  background: #fff;
}

@media screen and (max-width: 1279px) {
  .nerima-about {
    display: block;
    margin-bottom: 40px;
    padding: 20px 8%;
  }
}

.nerima-about .title {
  width: 220px;
  padding: 10px 20px;
  border-right: 1px solid #707070;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 1279px) {
  .nerima-about .title {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    border-right: none;
    text-align: left;
  }
}

.nerima-about .text {
  padding: 10px 50px;
}

@media screen and (max-width: 1279px) {
  .nerima-about .text {
    padding: 0;
  }
}

.rinen-message {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
}

@media screen and (max-width: 1279px) {
  .rinen-message {
    display: block;
  }
}

.rinen-message .text-area {
  width: calc(100% - 640px);
  padding: 60px 65px 0 65px;
}

@media screen and (max-width: 1279px) {
  .rinen-message .text-area {
    display: table;
    width: auto;
    margin: 0 auto;
    padding: 30px 5% 40px 5%;
  }
}

.rinen-message .text-area .title {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 1279px) {
  .rinen-message .text-area .title {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

.rinen-message .text-area .text {
  margin-bottom: 25px;
  line-height: 2.2;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 1279px) {
  .rinen-message .text-area .text {
    letter-spacing: 0.2rem;
  }
}

.rinen-message .text-area .button a {
  position: relative;
  display: table;
  padding: 8px 40px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  border-radius: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .rinen-message .text-area .button a {
    padding: 10px 50px;
  }
}

.rinen-message .text-area .button a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.rinen-message .img {
  width: 640px;
}

@media screen and (max-width: 1279px) {
  .rinen-message .img {
    width: 100%;
  }
  .rinen-message .img img {
    width: 100%;
  }
}

.img-100vw {
  margin-top: 40px;
  margin-bottom: 40px;
}

.img-100vw img {
  max-width: none;
  width: 100%;
}

.img-100vw:last-child {
  margin-bottom: -140px;
}

@media screen and (max-width: 1279px) {
  .img-100vw:last-child {
    margin-bottom: -80px;
  }
}

.cp-anchor-menu.cp-all,
.anchor-nav {
  margin-bottom: 40px;
}
.cp-anchor-menu.cp-all + .cp-anchor-menu.cp-all, 
.anchor-nav + .anchor-nav {
  margin-top: -40px;
}
@media screen and (max-width: 1279px) {
  .cp-anchor-menu.cp-all,
  .anchor-nav {
    margin-bottom: 20px;
  }
  .cp-anchor-menu.cp-all + .cp-anchor-menu.cp-all, 
  .anchor-nav + .anchor-nav {
    margin-top: -20px;
  }
}

.cp-anchor-menu.cp-all ul,
.anchor-nav ul {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

@media screen and (max-width: 1279px) {
  .cp-anchor-menu.cp-all ul,
  .anchor-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cp-anchor-menu.cp-all li,
.anchor-nav li {
  width: 100%;
  margin-right: 8px;
  margin-bottom: 8px;
  white-space: nowrap;
  font-size: 1.4rem;
}

.cp-anchor-menu.cp-all li:last-child,
.anchor-nav li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1279px) {
  .cp-anchor-menu.cp-all li,
  .anchor-nav li {
    width: calc(50% - 4px);
    min-width: calc(50% - 4px);
    white-space: normal;
  }
  .cp-anchor-menu.cp-all li:nth-child(2n),
  .anchor-nav li:nth-child(2n) {
    margin-right: 0;
  }
}

.cp-anchor-menu.cp-all a,
.anchor-nav a {
  display: block;
  height: 100%;
  text-align: center;
  background: #fff;
  padding: 2px 2px 0 2px;
  border: 1px solid #E19CBF;
  border-radius: 6px;
  transition: none;
  text-decoration: none;
}

.cp-anchor-menu.cp-all a:hover,
.anchor-nav a:hover {
  padding: 3px 3px 1px 3px;
  border: none;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  color: #fff;
}

[data-area="content"] .dormitory-comment.cp-ti {
  padding: 28px 48px;
  border: 2px solid #D675A6;
  border-radius: 12px;
  background: #fff;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .dormitory-comment.cp-ti {
    padding: 28px 5%;
    border-radius: 8px;
  }
}

[data-area="content"] .dormitory-comment.cp-ti .comment-title {
  display: table;
  margin-top: 8px;
  margin-bottom: 25px;
  padding: 4px 29px 2px 29px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  border-radius: 50px;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .dormitory-comment.cp-ti .comment-title {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

[data-area="content"] .dormitory-comment.cp-ti .cp-horizontal-text {
  width: calc(71.73% - 30px);
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .dormitory-comment.cp-ti .cp-horizontal-text {
    width: 100%;
  }
}

[data-area="content"] .dormitory-comment.cp-ti .cp-horizontal-img {
  width: calc(28.27% - 30px);
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .dormitory-comment.cp-ti .cp-horizontal-img {
    width: 100%;
  }
}

.request-content-btn {
  margin: 40px auto 80px auto;
}

@media screen and (max-width: 1279px) {
  .request-content-btn {
    margin: 20px auto 40px auto;
  }
}

.request-content-btn a {
  display: block;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 38px 10px 32px 14px;
  letter-spacing: 0.4rem;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  .request-content-btn a {
    border-radius: 8px;
    padding: 28px 10px 22px 12px;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}

.request-content-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.shinnin-nav {
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 160px;
}

@media screen and (max-width: 1279px) {
  .shinnin-nav {
    display: block;
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

.shinnin-nav .shinnin-item {
  width: calc(50% - 10px);
}

@media screen and (max-width: 1279px) {
  .shinnin-nav .shinnin-item {
    width: 100%;
  }
}

.shinnin-nav .shinnin-item:nth-child(2n) {
  margin-left: 20px;
}

@media screen and (max-width: 1279px) {
  .shinnin-nav .shinnin-item:nth-child(2n) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.shinnin-nav .shinnin-item a {
  display: block;
  padding: 60px 20px 30px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  color: #fff;
  text-align: center;
  border-radius: 12px;
}

@media screen and (max-width: 1279px) {
  .shinnin-nav .shinnin-item a {
    padding: 30px 15px 25px;
    border-radius: 8px;
  }
}

.shinnin-nav .shinnin-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.shinnin-nav .shinnin-item .text {
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  padding-left: 0.4rem;
}

@media screen and (max-width: 1279px) {
  .shinnin-nav .shinnin-item .text {
    margin-bottom: 10px;
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
    padding-left: 0.2rem;
  }
}

.shinnin-nav .shinnin-item .img img {
  height: 100px;
  width: auto;
}

@media screen and (max-width: 1279px) {
  .shinnin-nav .shinnin-item .img img {
    height: 70px;
  }
}

[data-area="content"] .shinzin-shedule {
  position: relative;
}

[data-area="content"] .shinzin-shedule .cp-h3-text .img {
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  margin-right: 20px;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .shinzin-shedule .cp-h3-text .img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}

[data-area="content"] .shinzin-shedule .cp-h3-text > .cp-inner {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: middle;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .shinzin-shedule .cp-h3-text > .cp-inner {
    width: calc(100% - 65px);
  }
}

[data-area="content"] .shinzin-shedule .cp-horizontal-text {
  width: 47.35%;
  margin-right: 30px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .shinzin-shedule .cp-horizontal-text {
    width: 100%;
    font-size: 1.6rem;
  }
}

[data-area="content"] .shinzin-shedule .cp-horizontal-img {
  width: calc(52.65% - 30px);
  border: 2px solid #D675A6;
  border-radius: 12px;
  background: #fff;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .shinzin-shedule .cp-horizontal-img {
    width: 100%;
    border-radius: 8px;
  }
}

[data-area="content"] .shinzin-shedule .cp-horizontal-img img {
  border-radius: 10px;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .shinzin-shedule .cp-horizontal-img img {
    border-radius: 6px;
  }
}

[data-area="content"] .shinzin-shedule + .shinzin-shedule {
  margin-top: 50px;
}

[data-area="content"] .shinzin-shedule + .shinzin-shedule::before {
  position: absolute;
  right: 21%;
  left: auto;
  top: -47px;
  content: "";
  width: 34px;
  height: 44px;
  background: url(/kango/albums/css/basic2-blocks2/abm00000077.png) no-repeat center center;
  background-size: 34px 44px;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .shinzin-shedule + .shinzin-shedule::before {
    right: 50%;
    margin-right: -17px;
  }
}

.shinzin-caption {
  margin-top: 60px;
}

@media screen and (max-width: 1279px) {
  .shinzin-caption {
    margin-top: 40px;
  }
}

.shinzin-caption .caption {
  display: table;
  margin-bottom: 10px;
  padding: 6px 18px 4px 18px;
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  border-radius: 40px;
}

.shinzin-caption .text {
  font-size: 1.8rem;
}

@media screen and (max-width: 1279px) {
  .shinzin-caption .text {
    font-size: 1.6rem;
  }
}

[data-area="content"] .ti-message {
  margin-bottom: 150px;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .ti-message {
    margin-bottom: 70px;
  }
}

[data-area="content"] .ti-message .cp-h1-text,
[data-area="content"] .ti-message .cp-h2-text,
[data-area="content"] .ti-message .cp-h3-text,
[data-area="content"] .ti-message .cp-h4-text {
  margin-bottom: 40px;
}

[data-area="content"] .ti-message .cp-horizontal-text {
  width: calc(69.3% - 30px);
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .ti-message .cp-horizontal-text {
    width: 100%;
  }
}

[data-area="content"] .ti-message .cp-horizontal-img {
  width: calc(30.7% - 30px);
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .ti-message .cp-horizontal-img {
    width: 100%;
  }
}

.rinen-wrap {
  margin-bottom: 25px;
  padding: 70px 40px;
  border: 1px solid #9C90C3;
  background: #fff;
  font-size: 2.4rem;
  border-radius: 20px;
}

@media screen and (max-width: 1279px) {
  .rinen-wrap {
    padding: 30px 5%;
    border-radius: 15px;
    font-size: 1.8rem;
  }
}

.rinen-wrap .inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.6;
}

.rinen-wrap li {
  margin-bottom: 30px;
}

@media screen and (max-width: 1279px) {
  .rinen-wrap li {
    margin-bottom: 15px;
  }
}

.rinen-wrap li:last-child {
  margin-bottom: 0;
}

.rinen-aside {
  margin-bottom: 120px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1279px) {
  .rinen-aside {
    margin-bottom: 60px;
  }
}

.rinen-aside .inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.shishin-wrap {
  margin-bottom: 120px;
  padding: 60px 40px 120px 40px;
  border: 1px solid #9C90C3;
  background: #fff;
  font-size: 1.4rem;
  border-radius: 20px;
}

@media screen and (max-width: 1279px) {
  .shishin-wrap {
    margin-bottom: 60px;
    padding: 20px 5% 40px 5%;
    border-radius: 15px;
  }
}

.shishin-wrap .inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.shishin-wrap strong {
  display: table;
  margin-top: 35px;
  margin-bottom: 25px;
  padding-right: 10px;
  font-size: 2.4rem;
  background: linear-gradient(0deg, #F8F800 18px, transparent 18px);
  line-height: 1.6;
}

@media screen and (max-width: 1279px) {
  .shishin-wrap strong {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.shishin-wrap strong + br {
  display: none;
}

.career-nav {
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1279px) {
  .career-nav {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.career-nav > div {
  display: block;
  width: 100%;
  padding: 12px 9px 8px 9px;
  border: 1px solid #8A98CC;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  background: #fff;
  color: #8A98CC;
  transition: opacity 0.2s;
  cursor: pointer;
}

.career-nav > div:hover {
  opacity: 0.7;
  text-decoration: none;
}

.career-nav > div.active {
  padding: 13px 10px 9px 10px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  color: #fff;
  border: none;
}

.career-nav > div:nth-child(1) {
  border-radius: 8px 0 0 0;
}

.career-nav > div:nth-child(2) {
  border-radius: 0 8px 0 0;
}

@media screen and (max-width: 1279px) {
  .career-nav > div {
    font-size: 1.8rem;
  }
}

.career-col2 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1279px) {
  .career-col2 {
    display: block;
    margin-bottom: 40px;
  }
}

.career-col2 .career-col2-item {
  width: calc(50% - 10px);
  margin-right: 20px;
}

@media screen and (max-width: 1279px) {
  .career-col2 .career-col2-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.career-col2 .career-col2-item:nth-child(2n) {
  margin-right: 0;
}

.career-col2 .title {
  margin-bottom: 25px;
  padding: 7px 5px 3px 5px;
  text-align: center;
  background: #DE90B7;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .career-col2 .title {
    margin-bottom: 15px;
  }
}

[data-area="content"] .cource-icon.cp-horizontal.cp-it {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .cource-icon.cp-horizontal.cp-it {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  [data-area="content"] .cource-icon.cp-horizontal.cp-it .cp-horizontal-item {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

[data-area="content"] .cource-icon.cp-horizontal.cp-it:first-child {
  margin-top: 40px;
}

[data-area="content"] .cource-icon.cp-horizontal.cp-it:last-child {
  margin-bottom: 40px;
}

[data-area="content"] .cource-icon.cp-horizontal.cp-it .cp-horizontal-img {
  width: 120px;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .cource-icon.cp-horizontal.cp-it .cp-horizontal-img {
    width: 80px;
  }
}

[data-area="content"] .cource-icon.cp-horizontal.cp-it .cp-horizontal-text {
  width: calc(100% - 150px);
  margin-left: 30px;
  padding-top: 20px;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .cource-icon.cp-horizontal.cp-it .cp-horizontal-text {
    width: calc(100% - 100px);
    margin-left: 20px;
    padding-top: 0;
  }
}

[data-area="content"] .cource-icon.cp-horizontal.cp-it + .cource-icon.cp-horizontal.cp-it {
  margin-top: 0;
  border-top: none;
}

.graph-col2 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1279px) {
  .graph-col2 {
    display: block;
  }
}

.graph-col2 .graph-img {
  text-align: center;
}

.graph-col2 .graph-img:nth-child(2n) {
  margin-left: 30px;
}

@media screen and (max-width: 1279px) {
  .graph-col2 .graph-img:nth-child(2n) {
    margin-top: 20px;
    margin-left: 0;
  }
}

.voice-nav {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 1279px) {
  .voice-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 30px;
  }
}

.voice-nav .nurse-nav-item {
  max-width: 220px;
  width: calc(20% - 8px);
  margin-right: 10px;
}

@media screen and (max-width: 1279px) {
  .voice-nav .nurse-nav-item {
    max-width: 147px;
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
}

.voice-nav .nurse-nav-item:nth-child(5n) {
  margin-right: 0;
}

.voice-nav a {
  display: block;
}

.voice-nav a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.voice-nav .text {
  margin-bottom: 18px;
  padding: 6px 4px 2px 4px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  color: #fff;
  font-weight: 700;
  font-size: 2.0rem;
  border-radius: 4px;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 1279px) {
  .voice-nav .text {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.voice-nav .img {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: #fff;
  border: 4px solid #8A98CC;
  border-radius: 12px;
}

@media screen and (max-width: 1279px) {
  .voice-nav .img {
    height: 173px;
    border: 2px solid #8A98CC;
  }
}

.voice-nav .img img {
  position: absolute;
  left: 50%;
  top: -4px;
  max-width: none;
  width: 400px;
  height: 300px;
  transform: translateX(-50%);
}

@media screen and (max-width: 1279px) {
  .voice-nav .img img {
    top: -2px;
    width: 267px;
    height: 200px;
  }
}

.voice-content {
  background: #fff;
  border: 1px solid #8A98CC;
  border-radius: 12px;
  padding: 80px 40px;
}

@media screen and (max-width: 1279px) {
  .voice-content {
    padding: 30px 5%;
  }
}

.voice-content .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.voice-ti {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 1279px) {
  .voice-ti {
    display: block;
  }
}

.voice-ti .text-area {
  padding-top: 48px;
  padding-right: 40px;
}

@media screen and (max-width: 1279px) {
  .voice-ti .text-area {
    max-width: 400px;
    margin: 0 auto 20px auto;
    padding-top: 0;
    padding-right: 0;
  }
}

.voice-ti .title {
  max-width: 220px;
  margin-bottom: 18px;
  padding: 6px 4px 2px 4px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  color: #fff;
  font-weight: 700;
  font-size: 2.0rem;
  border-radius: 4px;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 1279px) {
  .voice-ti .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.voice-ti .img {
  max-width: 400px;
  border-radius: 12px;
  border: 4px solid #8A98CC;
}

@media screen and (max-width: 1279px) {
  .voice-ti .img {
    margin: 0 auto;
  }
}

.voice-ti .img img {
  border-radius: 8px;
}

.hospital-guide {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1279px) {
  .hospital-guide {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.hospital-guide:first-child {
  margin-top: 30px;
}

.hospital-guide:last-child {
  margin-bottom: 40px;
}

.hospital-guide + .hospital-guide {
  margin-top: 0;
  border-top: none;
}

.hospital-guide .text01 {
  -ms-flex: 0 0 120px;
      flex: 0 0 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 25px;
  background: #DE90B7;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 1279px) {
  .hospital-guide .text01 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.hospital-guide .text01 .cp-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

.hospital-guide .text01 .cp-inner span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

.hospital-guide .text02 {
  -ms-flex: 0 0 220px;
      flex: 0 0 220px;
  padding-right: 40px;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .hospital-guide .text02 {
    margin-bottom: 10px;
    padding-right: 0;
  }
}

.hospital-guide .text03 {
  padding-right: 40px;
}

@media screen and (max-width: 1279px) {
  .hospital-guide .text03 {
    margin-bottom: 15px;
    padding-right: 0;
  }
}

.hospital-guide .img {
  -ms-flex: 0 0 320px;
      flex: 0 0 320px;
}
.hospital-guide .img .cp-inner {
  border: 1px solid #D675A6;
}
@media screen and (max-width: 1279px) {
  .hospital-guide .img {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* サイトマップ */
.sitemap {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 65px;
}
.sm-folder.lv2-folder {
  margin-top: 35px;
}
.sm-item.lv-item {
  width: calc(25% - 15px);
  margin-bottom: 70px;
  margin-right: 20px;
}
.sm-item.lv-item:first-child {
  width: 100%;
}
.sm-item.lv-item:nth-child(4n+1) {
  margin-right: 0;
}
.sm-link.lv2-link {
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .sitemap {
    margin-top: 30px;
  }
  .sm-folder.lv2-folder {
    margin-top: 10px;
  }
  .sm-item.lv-item {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .sm-link.lv2-link {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

/* よくある質問 */
body.id-73 [data-area="content"]::before {
  content: "";
  position: absolute;
  top: -43px;
  right: 0;
  display: block;
  width: 239px;
  height: 176px;
  background: url(/kango/albums/css/basic2-blocks2/abm00000145.png) no-repeat center center;
  background-size: 239px 176px;
}
.faq-list {
  margin-bottom: 70px;
  font-size: 18px;
  font-size: 1.8rem;
}
.faq-list-q {
  position: relative;
  min-height: 60px;
  margin-bottom: 27px;
  padding-top: 14px;
  padding-left: 90px;
}
.faq-list-q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #7DCBEC;
}
.faq-list-a {
  position: relative;
  min-height: 60px;
  padding-top: 14px;
  padding-left: 90px;
}
.faq-list-a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #B0CC67;
}
@media screen and (max-width: 1279px) {
  body.id-73 [data-area="content"]::before {
    top: -25px;
    width: 120px;
    height: 88px;
    background-size: 120px 88px;
  }
  .faq-list {
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faq-list-q {
    position: relative;
    min-height: 45px;
    margin-bottom: 20px;
    padding-top: 9px;
    padding-left: 60px;
  }
  .faq-list-q::before {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    font-size: 24px;
  }
  .faq-list-a {
    position: relative;
    min-height: 45px;
    padding-top: 9px;
    padding-left: 60px;
  }
  .faq-list-a::before {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    font-size: 24px;
  }
}

/**CYPOCHI_AIR_AUTO_STYLE__START**/
.cp-basic-block {
  position: relative;
  margin: 40px 0;
  line-height: 1.8;
  z-index: 0;
}
.cp-basic-block:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 40px);
  pointer-events: none;
}

.cp-basic-block .cp-inner .cp-h1-text:first-child,
.cp-basic-block .cp-inner .cp-h2-text:first-child,
.cp-basic-block .cp-inner .cp-h3-text:first-child,
.cp-basic-block .cp-inner .cp-h4-text:first-child,
.cp-basic-block .cp-inner .cp-h5-text:first-child {
  margin-top: 0;
}

.cp-basic-block .cp-inner img {
  max-width: 100%;
  height: auto;
}

.cp-basic-block__row {
  display: flex;
  flex-wrap: wrap;
}
.cp-basic-block__row.is-float {
  display: block;
}

.cp-basic-block__col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}
.cp-basic-block__col + .cp-basic-block__col {
  margin-left: 30px;
}
.cp-basic-block__col.is-float-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.cp-basic-block__col.is-float-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
}

.cp-basic-block__row.is-float .cp-basic-block__col + .cp-basic-block__col {
  margin-left: 0;
}

.cp-basic-block__row[data-ratio="1-2"] .cp-basic-block__col:last-child,
.cp-basic-block__row[data-ratio="2-1"] .cp-basic-block__col:first-child {
  flex-grow: 2;
}

.cp-basic-block__row[data-ratio="3-1"] .cp-basic-block__col:first-child,
.cp-basic-block__row[data-ratio="1-3"] .cp-basic-block__col:last-child {
  flex-grow: 3;
}

@media screen and (max-width: 1279px) {
  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col {
    flex-basis: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col:last-child {
    margin-bottom: 0;
  }

  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col.is-float-left, .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col.is-float-right {
    float: none;
    margin: 0 auto 30px;
  }
}
.cp-basic-block__col .cp-inner:empty:before, .cp-basic-block__col .cp-inner:empty:after {
  pointer-events: none;
  font-size: 15px;
  display: block;
}
.cp-basic-block__col .cp-inner:empty:focus:before, .cp-basic-block__col .cp-inner:empty:focus:after {
  content: none;
}

.cp-basic-block__image-text-wrap > * {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}
.cp-basic-block__image-text-wrap:before {
  top: -21px;
  height: calc(100% + 42px);
}

.cp-basic-block__tab-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label {
  padding: 10px 25px;
  flex: 1;
  order: -1;
  background: #F5F5F5;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #1A5948;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
  color: #fff;
  background: #1A5948;
  transition: 0.2s;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input {
  display: none !important;
}

.cp-basic-block__tab-contents .cp-basic-block__child-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background: #1A5948;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label + .cp-basic-block__child-content {
  padding: 10px;
  height: auto;
  overflow: hidden;
  transition: 0.5s opacity;
  opacity: 1;
}

@media screen and (max-width: 1279px) {
  .cp-basic-block__tab-contents {
    flex-direction: column;
  }
}
.cp-basic-block__tab-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label {
  padding: 10px 25px;
  flex: 1;
  order: -1;
  background: #F5F5F5;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #1A5948;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
  color: #fff;
  background: #1A5948;
  transition: 0.2s;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input {
  display: none !important;
}

.cp-basic-block__tab-contents .cp-basic-block__child-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background: #1A5948;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label + .cp-basic-block__child-content {
  padding: 10px;
  height: auto;
  overflow: hidden;
  transition: 0.5s opacity;
  opacity: 1;
}

@media screen and (max-width: 1279px) {
  .cp-basic-block__tab-contents {
    flex-direction: column;
  }
}
.cp-basic-block__accordion-contents {
  width: 100%;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label {
  padding: 10px 25px;
  display: block;
  width: 100%;
  background: #F5F5F5;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #1A5948;
}


.cp-basic-block__accordion-contents .cp-basic-block__child-label {
  position: relative;
}
.cp-basic-block__accordion-contents .cp-basic-block__child-label::before,
.cp-basic-block__accordion-contents .cp-basic-block__child-label::after {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transition: 0.3s;
  background-color: #333;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label::after {
  transform: rotate(-90deg);
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label:hover {

  color: #fff;
  background: #1A5948;
  transition: 0.2s;
}


.cp-basic-block__accordion-contents .cp-basic-block__child-label:hover::after {
  transform: rotate(0deg);
  background-color: #fff;
  transition: 0.2s;
}

.cp-basic-block__accordion-contents input.cp-basic-block__child-input {

  display: none !important;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background: #1A5948;
}


.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked+.cp-basic-block__child-label::after {
  transform: rotate(0deg);
  background-color: #fff;
  transition: 0.2s;
}

.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label + .cp-basic-block__child-content {

  padding: 10px;
  height: auto;
  overflow: hidden;
  transition: 0.5s opacity;
  opacity: 1;
}

.cp-basic-block__accordion-all-toggle-button-wrap {
  display: flex;
  justify-content: flex-end;
}

.cp-basic-block__accordion-all-toggle-button {
  cursor: pointer;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.cp-basic-block__accordion-all-toggle-button:before {
  content: "全て開く";
}

.cp-basic-block__accordion-all-toggle-button[data-is-active="1"]:before {
  content: "全て閉じる";
}

.cp-basic-block__accordion-all-toggle-button-icon {
  position:absolute;
  top: 50%;
  left: 0;
}

.cp-basic-block__accordion-all-toggle-button-icon:after {
  content: ';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
}

.cp-basic-block__accordion-all-toggle-button-icon:before {
  content: ';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
  transform: rotate(90deg);
  transition: .2s;
}

.cp-basic-block__accordion-all-toggle-button[data-is-active="1"] .cp-basic-block__accordion-all-toggle-button-icon:before {
  transform: rotate(0);
  transition: .2s;
}

[data-area="content"] .cp-basic-block__buttons ul {
  list-style: none;
  margin: 0;
}

.cp-basic-block__buttons ul {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
}

.cp-basic-block__buttons li {
  margin-bottom: 20px;
  width: 100%;
  counter-increment: number 1;
}

.cp-basic-block__buttons li a {
  position: relative;
  display: block;
  text-align: inherit;
  padding: 10px 5px;
  border: 1px solid #0000FF;
  background-color: #fff;
  word-break: break-all;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
}

.cp-basic-block__row[data-position="center"] .cp-basic-block__buttons ul {
  justify-content: center;
}

.cp-basic-block__row[data-position="right"] .cp-basic-block__buttons ul {
  justify-content: flex-end;
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col2 > li {
  width: calc(50% - 15px);
  margin-right: 30px;
  &:nth-child(2n) {
    margin-right: 0;
  }
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col3 > li {
  width: calc( ( 100% - 60px ) / 3 );
  margin-right: 30px;
  &:nth-child(3n) {
    margin-right: 0;
  }
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col4 > li {
  width: calc( ( 100% - 90px ) / 4 );
  margin-right: 30px;
  &:nth-child(4n) {
    margin-right: 0;
  }
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col5 > li {
  width: calc( ( 100% - 120px ) / 5 );
  margin-right: 30px;
  &:nth-child(5n) {
    margin-right: 0;
  }
}

 .cp-basic-block__buttons ul.cp-basic-block__buttons-col6 > li {
  width: calc( ( 100% - 150px ) / 6 );
  margin-right: 30px;
  &:nth-child(6n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1279px) {
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col2 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col3 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col4 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col5 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col6 > li  {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    &:nth-child(2n),
    &:nth-child(3n),
    &:nth-child(4n),
    &:nth-child(5n) ,
    &:nth-child(6n) {
      margin-right: auto;
    }
  }
}


[data-area=content] .cp-basic-block__anchors ul {
  list-style: none;
  margin: 0;
}

.cp-basic-block__anchors ul {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  background-color: #F5F5F5;
}

.cp-basic-block__anchors li {
  margin-bottom: 0;
  padding: 0 2em;
  counter-increment: number 1;
  font-size: 14px;
}

.cp-basic-block__anchors li a {
  position: relative;
  display: block;
  text-align: inherit;
  word-break: break-all;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.cp-basic-block__outer-codes-text-middle {
  margin: 40px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cp-basic-block__outer-codes-text-middle::after {
  position: absolute;
  content: ';
  top: calc(50% - 16px);
  left: calc(50% - 30px);
  width: 60px;
  height: 38px;
  background-repeat: no-repaet;
  background-position: center center;
  background-size: 60px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2238%22%20viewBox%3D%220%200%2060%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3018%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203018%22%20transform%3D%22translate(-493%20-642)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2456%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202456%22%20width%3D%2260%22%20height%3D%2238%22%20rx%3D%226%22%20transform%3D%22translate(493%20642)%22%20fill%3D%22%23f10000%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_12%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2012%22%20d%3D%22M9%2C0l9%2C15.545H0Z%22%20transform%3D%22translate(530.545%20652)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.cp-basic-block__outer-codes-text-middle:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.cp-basic-block__outer-codes-text-middle iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-basic-block__outer-codes.cp-videos,
.cp-basic-block__outer-codes-wrap.cp-videos {
  display: block;
}

.cp-basic-block__outer-codes-wrap > * {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}
.cp-basic-block__outer-codes-wrap:before {
  top: -21px;
  height: calc(100% + 42px);
}

.cp-basic-block__image-album-text {
  margin-top: 10px;
}

@media screen and (max-width: 1279px) {
  .cp-basic-block__row.is-step-down-reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col:first-child {
    margin-bottom: 0;
  }

  .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col:last-child {
    margin-bottom: 30px;
  }
}

.cp-basic-block__buttons .cp-basic-block__row[data-position="center"] ul {
  justify-content: center;
}

.cp-basic-block__buttons .cp-basic-block__row[data-position="right"] ul {
  justify-content: flex-end;
}

.cp-basic-block__buttons li {
  max-width: 350px;
}

.cp-basic-block__buttons li a {
  padding: 7px 5px;
  border-radius: 0;
  border: 1px solid #A5A5A5;
}

.cp-basic-block__outer-codes-text-middle.is-inline-insert {
  margin-top: 0;
}
.cp-basic-block__outer-codes-text-middle.is-inline-insert::after {
  content: none;
}

.cp-basic-block__news-ul {
  margin: 0 !important;
  list-style: none !important;
}

.cp-basic-block__news-link {
  display: flex;
  transition: 0.3s;
  text-decoration: none;
}

.cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-link {
  padding: 26px 0;
}

.cp-basic-block__news-link:hover {
  text-decoration: none;
  transition: 0.3s;
}

.cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-link:hover {
  background-color: #EFEDEB;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-link,
  .cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-link {
    flex-direction: column;
    padding: 20px;
  }
}

.cp-basic-block__news-li {
  border-top: 1px solid #EBEBEB;
}
.cp-basic-block__news-li:last-child {
  border-bottom: 1px solid #EBEBEB;
}

.cp-basic-block__news-date-area {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}

.cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-date-area {
  width: 170px;
  border-right: 1px solid #CCCCCC;
  padding-left: 20px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-date-area,
  .cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-date-area {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    border: none;
    flex-direction: row;
  }
}
.cp-basic-block__news-category {
  line-height: 1;
  margin-top: 3px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-category {
    margin-left: 20px;
  }
}

.cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-title-area {
  padding-left: 37px;
  width: calc(100% - 170px);
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-title-area,
  .cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-title-area {
    width: 100%;
    padding-left: 0;
  }
}
.cp-basic-block__news-date {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
}

.cp-basic-block__news-category {
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #666666;
  color: #fff;
  font-weight: 500;
  padding: 0 14px;
  height: 21px;
  display: inline-block;
}

.cp-basic-block__news-title-area {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.56;
  padding-top: 5px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-title-area {
    font-size: 1.5rem;
  }
}

.cp-basic-block__news-tags {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #333333;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-tags {
    font-size: 1.1rem;
  }
}

.cp-basic-block__news-tag {
  padding: 2px 5px;
  display: inline-block;
  margin-right: 5px;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] {
  display: flex;
  flex-wrap: wrap;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-li {
  border: none;
  width: calc( (100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-li:nth-child(4n) {
  margin-right: 0;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-link {
  flex-direction: column;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-title-area {
  padding: 10px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-date-area {
  justify-content: space-between;
  align-items: center;
}

.cp-basic-block__news-thumbnail-area {
  padding-top: 56.25%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cp-basic-block__news-thumbnail-area .cp-basic-block__news-category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}

.cp-basic-block__news-thumbnail-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1.0);
  transition: .3s;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"] .cp-basic-block__news-link:hover .cp-basic-block__news-thumbnail-area img {
  transform: scale(1.1);
  transition: .3s;
}

.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"][data-cp-slick="true"] {
  visibility: hidden;
  max-height: 350px;
  overflow: hidden;
}
.cp-basic-block__news-ul[data-cp-news-layout="thumbnail"][data-cp-slick="true"].slick-initialized {
  visibility: visible;
  max-height: none;
  overflow: visible;
}
.cp-basic-block__news-ul.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.cp-basic-block__news-ul .slick-list {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0;
}

.cp-basic-block__news-ul .slick-list:focus {
  outline: none;
}

.cp-basic-block__news-ul .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.cp-basic-block__news-ul.slick-slider .slick-track,
.cp-basic-block__news-ul.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.cp-basic-block__news-ul .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cp-basic-block__news-ul .slick-track:before,
.cp-basic-block__news-ul .slick-track:after {
  content: "";
  display: table;
}

.cp-basic-block__news-ul .slick-track:after {
  clear: both;
}

.cp-basic-block__news-ul .slick-loading .slick-track {
  visibility: visible;
}

.cp-basic-block__news-ul .slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  max-width: 320px;
  width: 100%;
  margin-right: 20px;
}

.cp-basic-block__news-ul[dir="rtl"] .slick-slide {
  float: right;
}

.cp-basic-block__news-ul .slick-disabled {
  .cp-basic-block__news-ul opacity: .3;
}

.cp-basic-block__news-ul .slick-slide img {
  display: block;
}

.cp-basic-block__news-ul .slick-slide.slick-loading img {
  display: none;
}

.cp-basic-block__news-ul .slick-slide.dragging img {
  pointer-events: none;
}

.cp-basic-block__news-ul.slick-initialized .slick-slide {
  display: block;
}

.cp-basic-block__news-ul.slick-loading .slick-slide {
  visibility: hidden;
}

.cp-basic-block__news-ul.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.cp-basic-block__news-ul .slick-arrow.slick-hidden {
  display: none;
}

.cp-basic-block__news-ul .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  list-style: none;
}

@media screen and (max-width: 1279px) {
    .cp-basic-block__news-ul .slick-dots {
    bottom: 20px;
  }
}

.cp-basic-block__news-ul .slick-dots li {
  margin: 0 10px;
  list-style-type: none;
}

@media screen and (max-width: 1279px) {
.cp-basic-block__news-ul .slick-dots li {
    margin: 0 6px;
  }
}

.cp-basic-block__news-ul .slick-dots li.slick-active button {
  background: #fff;
}

.cp-basic-block__news-ul .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  .cp-basic-block__news-ul transition: .2s;
  vertical-align: bottom;
}

@media screen and (max-width: 1279px) {
.cp-basic-block__news-ul .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}

.cp-basic-block__news-ul .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
}

.cp-basic-block__news-ul .slick-prev {
  left: 0;
}

.cp-basic-block__news-ul .slick-next {
  right: 0;
}

.cp-basic-block__news-ul[data-cp-news-layout="events"] .cp-basic-block__news-link {
  flex-direction: column;
  padding: 20px 10px;
  position: relative;
  transition: 0.3s;
}

.cp-basic-block__news-ul[data-cp-news-layout="events"] .cp-basic-block__news-link:hover {
  background-color: #EFEDEB;
}

.cp-basic-block__news-ul[data-cp-news-layout="events"] .cp-basic-block__news-category {
  font-size: 1.4rem;
  height: auto;
  background: none;
  padding: 0;
  color: #222;
  margin: 0;
  font-weight: 400;
  margin-bottom: 5px;
}

.cp-basic-block__news-schedule-lists {
  display: flex;
}

.cp-basic-block__news-schedule-date {
  font-size: 3.2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
}
@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-schedule-date {
    font-size: 2rem;
  }
}

.cp-basic-block__news-schedule-day {
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-schedule-day {
    font-size: 1rem;
  }
}
.cp-basic-block__news-ul[data-cp-news-layout="events"] .cp-basic-block__news-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 29px;
}
@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-ul[data-cp-news-layout="events"] .cp-basic-block__news-title {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .cp-basic-block__news-ul[data-cp-news-layout="standard"] .cp-basic-block__news-title {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.cp-basic-block__news-venue {
  margin-top: 17px;
  font-size: 1.4rem;
  color: #555555;
}
@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-venue {
    font-size: 1.3rem;
  }
}

.cp-basic-block__news-venue::before {
  content: "場所：";
}

.cp-basic-block__news-subjects {
  font-size: 1.4rem;
  color: #555555;
}
@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-subjects {
    font-size: 1.3rem;
  }
}
.cp-basic-block__news-subjects::before {
  content: "対象：";
}

.cp-basic-block__news-schedule::after {
  content: " / ";
  font-size: 1.6rem;
  font-weight: 300;
  padding-right: 10px;
}

.cp-basic-block__news-schedule:last-child::after {
  content: none;
}

.cp-basic-block__news-border {
  height: 6px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.cp-basic-block__news-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: flex-start;
}

.cp-basic-block__news-select {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-select {
    width: calc(50% - 20px);
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.cp-basic-block__news-select label {
  position: relative;
  display: inline-block;
  width: 169px;
  border: 1px solid #999;
  overflow: hidden;
  background: #fff;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-select label {
    width: 100%;
  }
}

.cp-basic-block__news-select select {
  display: block;
  width: calc(100% + 50px);
  margin: 0 auto;
  padding: 8px 27px 5px 10px;
  border: none;
  background-color: #fff;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp-basic-block__news-select label::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.cp-basic-block__news-button {
  background-color: #222;
  color: #fff;
  border: none;
  width: 120px;
  height: 32px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
  justify-content: center;
  cursor: pointer;
}

.cp-basic-block__news-checkbox-wrap {
  display: flex;
}

.cp-basic-block__news-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}
.cp-basic-block__news-checkbox-input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.cp-basic-block__news-checkbox-input:focus + .cp-basic-block__news-checkbox-icon {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}
.cp-basic-block__news-checkbox-input:checked + .cp-basic-block__news-checkbox-icon {
  border: solid 2px #333333;
  background: #FFFFFF;
}
.cp-basic-block__news-checkbox-input:checked + .cp-basic-block__news-checkbox-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}
.cp-basic-block__news-checkbox-icon {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px #888888;
  background: #FFFFFF;
  border-radius: 4px;
}
.cp-basic-block__news-checkbox-text {
  margin-left: 5px;
  display: block;
  font-size: 1.6rem;
}

.cp-basic-block__news-paging {
  margin-left: 0 !important;
  margin-right: 0 !important;
  list-style: none !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  padding: 16px 4vw;
}

.cp-basic-block__news-paging-item {
  position: relative;
  display: block;
  margin: 4px;
}

.cp-basic-block__news-paging-item a,
.cp-basic-block__news-paging-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #555;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}

.cp-basic-block__news-paging-item a:hover {
  text-decoration: none;
  opacity: .7;
}

.cp-basic-block__news-paging-item span.is-active {
  background: #222;
}

.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-right > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-right > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-right > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-right > .cp-inner {
  width: 100%;
}
.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-right > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-right > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-right > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-right > .cp-inner img {
  max-width: none;
  width: 100%;
}

.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-right {
  width: calc(100% / 3);
}

.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-right {
  width: calc(100% / 3 * 2);
}

.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-right {
  width: 25%;
}

.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-right {
  width: 75%;
}

@media screen and (max-width: 1279px) {
  .cp-basic-block__row.is-float[data-ratio="1-2"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="2-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right,
.cp-basic-block__row.is-float[data-ratio="2-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="1-2"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right,
.cp-basic-block__row.is-float[data-ratio="1-3"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="3-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right,
.cp-basic-block__row.is-float[data-ratio="3-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="1-3"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right {
    width: 100%;
  }
}


.cp-basic-block__outer-codes-text-middle--relative {
  margin: 10px 0;
  position: relative;
}

.cp-basic-block__outer-codes-text-middle--relative iframe {
	position: relative;
	max-width: 100%;
}
/**CYPOCHI_AIR_AUTO_STYLE__END**/


/**NEW_EDITOR_BLOCK__START**/
:root {
 --main-color: linear-gradient(90deg, #D675A6, #8A98CC);
  --main-bg-color: #f4f4f4;
  --sub-bg-color: #F6F6F8;
  --main-text-color: #222222;
  --sub-text-color: #333333;
  --main-border-color: #ccc;
  --sub-border-color: #999999;
  --main-link-color: #0E67B4;
}

.cp-basic-block {
  margin: 40px 0;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .cp-basic-block {
    margin: 32px 0;
  }
}
.cp-basic-block__row {
  display: grid;
}
.cp-basic-block__row.is-no-step-down {
  display: flex;
}
.cp-basic-block__row[data-ratio="1-1"], .cp-basic-block__row[data-ratio="1-2"], .cp-basic-block__row[data-ratio="1-3"], .cp-basic-block__row[data-ratio="2-1"], .cp-basic-block__row[data-ratio="3-1"] {
  display: flex;
}
.cp-basic-block__col2 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 2/3;
}
.cp-basic-block__col2 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 1/2;
}
.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 3/4;
}
.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 2/3;
}
.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="3"] {
  grid-row: 1/2;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 4/5;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 3/4;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="3"] {
  grid-row: 2/3;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="4"] {
  grid-row: 1/2;
}
.cp-basic-block__col2 .cp-basic-block__row {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  .cp-basic-block__col2 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col3 .cp-basic-block__row {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  .cp-basic-block__col3 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col4 .cp-basic-block__row {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  .cp-basic-block__col4 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col {
  margin-left: 0;
  margin-bottom: 0;
  word-break: normal;
}
.cp-basic-block__col + .cp-basic-block__col {
  margin-left: 0;
  margin-bottom: 0px;
}
@media screen and (max-width: 1279px) {
  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col {
    margin-bottom: 0;
  }
  .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col:last-child {
    margin-bottom: 0;
  }
}
.cp-basic-block__image-text-wrap > * {
  background-color: var(--main-bg-color);
  border:1px solid var(--main-border-color) ;
  padding: 20px;
  
}
@media screen and (max-width: 1279px) {
  .cp-basic-block__image-text-wrap > * {
    padding: 20px 4%;
  }
}
.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background: var(--main-color);
}
.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label a {
  color: #fff;
}
.cp-basic-block__tab-contents .cp-basic-block__child-label {
  border: 1px solid var(--main-color);
  background: var(--main-bg-color);
  color: var(--main-text-colorcolor);
}
.cp-basic-block__tab-contents .cp-basic-block__child-label a {
  color: var(-main-text-color);
  text-decoration: none !important;
}
@media screen and (min-width: 1280px) {
  .cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
    color: #fff;
    background-color: var(--main-color);
  }
  .cp-basic-block__tab-contents .cp-basic-block__child-label:hover a {
    color: #fff;
  }
}
.cp-basic-block__accordion-contents .cp-basic-block__child-label {
  border: 1px solid var(--main-color);
  background: var(--main-bg-color);
  color: var(--main-text-colorcolor);
}
@media screen and (min-width: 1280px) {
  .cp-basic-block__accordion-contents .cp-basic-block__child-label:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  background: var(--main-color);
  color: #fff;
}
.cp-basic-block__buttons li a {
  color: var(--main-text-color);
  border: 1px solid var(--main-color);
  background-color: var(--main-bg-color);
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .cp-basic-block__buttons li a:hover {
    color: #fff;
    background-color: var(--main-color);
  }
}

.cp-basic-block__image-text-wrap .cp-basic-block__col {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1.8;
}



.cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
  background: var(--main-color);
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label:hover {
  background: var(--main-color);
}

.cp-basic-block__buttons li a:hover {
  background: var(--main-color);
  color: #fff;
}
