@charset "UTF-8";

/* sub1 → Hospital */
/* sub2 → Migration */

/*==================================
  1. General - 共通
==================================*/
.c-contents_body > *:first-child {
  margin-top: 0;
}

.c-cassette_body > div:first-of-type > div > * {
  margin-top: 0;
}

.c-cassette_body a {
  text-decoration: underline;
}

.c-cassette_body a:hover,
.c-cassette_body a:focus {
  text-decoration: none;
}

/*==================================
  2. Title - 見出し
==================================*/

/*
 	2.1 title01 - 見出しレベル1
====================================*/
.c-secTtl02 {
  margin-top: 60px;
  font-size: 2.8rem;
  font-weight: 700;

  background: #004c8f;
  border: 2px solid transparent;
  border-radius: 1rem;
  color: #fff;
  position: relative;
}

.c-secTtl02 > span {
  display: block;
  padding: 0.2em 0.8em;
  position: relative;
}

.c-secTtl02::before,
.c-secTtl02::after,
.c-secTtl02 > span::before,
.c-secTtl02 > span::after {
  content: "";
  position: absolute;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: #fff;
}

.c-secTtl02::before {
  top: 0.3em;
  left: 0.3em;
}

.c-secTtl02::after {
  top: 0.3em;
  right: 0.3em;
}

.c-secTtl02 > span::before {
  bottom: 0.3em;
  left: 0.3em;
}

.c-secTtl02 > span::after {
  bottom: 0.3em;
  right: 0.3em;
}

.c-cassette_body__sub1 .c-secTtl02 {
  background: #fff;
  border-color: #dd5e0d;
  color: #3e475b;
}

.c-cassette_body__sub1 .c-secTtl02::before,
.c-cassette_body__sub1 .c-secTtl02::after,
.c-cassette_body__sub1 .c-secTtl02 > span::before,
.c-cassette_body__sub1 .c-secTtl02 > span::after {
  background: #dd5e0d;
}

.c-cassette_body__sub2 .c-secTtl02 {
  background: #d8c700;
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .c-secTtl02 {
    margin-top: 30px;
    font-size: 2.4rem;
  }
}

/*
 	2.2 title02 - 見出しレベル2
====================================*/
.c-secTtl03 {
  margin-top: 60px;
  font-size: 2.6rem;
  font-weight: 700;

  background: #e8f3fa;
  border-bottom: 4px solid #004c8f;
  border-radius: 1rem 1rem 0 0;
}

.c-secTtl03 > span {
  display: block;
  padding: 0.2em 0.8em;
  position: relative;
}

.c-cassette_body__sub1 .c-secTtl03 {
  background: #fbf9f6;
  border-color: #dd5e0d;
}

.c-cassette_body__sub2 .c-secTtl03 {
  background: #ecebdf;
  border-color: #d8c700;
}

@media only screen and (max-width: 767px) {
  .c-secTtl03 {
    margin-top: 30px;
    font-size: 2.2rem;
  }
}

/*
 	2.3 title03 - 見出しレベル3
====================================*/
.c-secTtl04 {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-left: calc(1.4em + 10px);
}

.c-secTtl04::before,
.c-secTtl04::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.c-secTtl04::before {
  top: 0.2em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  background: #d8c700;
}

.c-secTtl04::after {
  top: 0.6em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  background: #fff;
}

.c-cassette_body__sub1 .c-secTtl04::before {
  background: #dd5e0d;
}

.c-cassette_body__sub2 .c-secTtl04::before {
  background: #313f9f;
}

@media only screen and (max-width: 767px) {
  .c-secTtl04 {
    margin-top: 30px;
    font-size: 2rem;
  }
}

/*
 	2.4 title04 - 見出しレベル4
====================================*/
.c-secTtl05 {
  margin-top: 60px;
  font-size: 2.2rem;
  font-weight: 700;

  color: #004c8f;
}

.c-cassette_body__sub1 .c-secTtl05 {
  color: #dd340d;
}

.c-cassette_body__sub2 .c-secTtl05 {
  color: #837800; /* 特色 */
}

@media only screen and (max-width: 767px) {
  .c-secTtl05 {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

/*==================================
  3. Pouring - 画像配置
==================================*/
.c-pouring {
  margin-top: 40px;
  overflow: hidden;
}
.c-pouring .c-pouring_img {
  max-width: 430px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.c-pouring.c-pouring__rev .c-pouring_img {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .c-pouring {
    margin-top: 20px;
  }
  .c-pouring .c-pouring_img,
  .c-pouring.c-pouring__rev .c-pouring_img {
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }
  .c-pouring .c-pouring_img img {
    width: 100%;
  }
  .c-pouring .c-pouring_txt {
    margin-top: 10px;
  }
}

/*==================================
  4. Text - テキスト系
==================================*/

/*
 	4.1 sentenceTxt - 文章
====================================*/
.c-sentenceTxt {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .c-sentenceTxt {
    margin-top: 20px;
  }
}

/*
 	4.2 enclosureTxt - 囲み文章
====================================*/
.c-enclosureTxt {
  margin-top: 40px;
  padding: 40px;

  background: #e8f3fa;
  border-radius: 0.6em;
}

.c-cassette_body__sub1 .c-enclosureTxt {
  background: #fbf9f6;
}

.c-cassette_body__sub2 .c-enclosureTxt {
  background: #f8f8f8;
}

@media only screen and (max-width: 767px) {
  .c-enclosureTxt {
    margin-top: 20px;
    padding: 20px;
  }
}

/*==================================
  5. HTML - html
==================================*/
.c-free {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .c-free {
    margin-top: 30px;
  }
}

/*==================================
  6. Image - 画像
==================================*/

/*
 	6.1 img02 - 画像（1枚）
====================================*/
/* 画像（1枚） */
.c-img02 {
  margin-top: 60px;
  text-align: center;
}
.c-img02 a {
  display: inline-block;
}
.c-img02 img {
  width: auto;
}
.c-img02 figcaption {
  margin-top: 0.2em;
  font-size: 90%;
}

@media only screen and (max-width: 767px) {
  .c-img02 {
    margin-top: 30px;
  }
  .c-img02 img {
    /* width: 100%; */
  }
}

/*
 	6.2 img02Unit - 画像（複数枚）
====================================*/
.c-img02Unit {
  margin-top: 60px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
.c-img02Unit > .c-img02 {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .c-img02Unit.c-img02Unit__col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-img02Unit.c-img02Unit__col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .c-img02Unit {
    margin-top: 30px;
  }
}

/*==================================
  7. List - リスト系
==================================*/

/*
 	7.1 simpleList - リスト
====================================*/
.c-simpleList {
  margin-top: 40px;
}
.c-simpleList > li {
  position: relative;
  padding-left: calc(0.6em + 16px);
}
.c-simpleList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-simpleList > li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.6em;
  height: 0.6em;

  background: #004c8f;
  border-radius: 50%;
}

.c-cassette_body__sub1 .c-simpleList > li::before {
  background: #dd5e0d;
}

.c-cassette_body__sub2 .c-simpleList > li::before {
  background: #d8c700;
}

@media only screen and (max-width: 767px) {
  .c-simpleList {
    margin-top: 20px;
  }
}

/*
 	7.2 numList - リスト（序列）
====================================*/
.c-numList {
  margin-top: 40px;
}
.c-numList > li {
  position: relative;
  padding-left: calc(1.6em + 12px);
  counter-increment: num;
}
.c-numList > li:not(:first-of-type) {
  margin-top: 0.5em;
}

.c-numList > li::before,
.c-numList > li::after {
  position: absolute;
  top: 0.1em;
  left: 0;
}

.c-numList > li::before {
  content: counter(num);
  width: 1.8em;
  height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #004c8f;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 2;
}

.c-numList > li::after {
  content: "";
  width: 1.6em;
  height: 1.6em;

  background: #e8f3fa;
  border: 1px solid #004c8f;
  border-radius: 50%;
  z-index: 1;
}

.c-cassette_body__sub1 .c-numList > li::before {
  color: #3e475b;
}

.c-cassette_body__sub1 .c-numList > li::after {
  background: #fbf9f6;
  border-color: #dd5e0d;
}

.c-cassette_body__sub2 .c-numList > li::before {
  color: inherit;
}

.c-cassette_body__sub2 .c-numList > li::after {
  background: #d8c700;
  border-color: transparent;
}

@media only screen and (max-width: 767px) {
  .c-numList {
    margin-top: 20px;
  }
  .c-numList > li::before {
    font-size: 1.4rem;
  }
}

/*
 	7.3 fileList - リスト（ファイル）
====================================*/
.c-fileList {
  margin-top: 40px;
}
.c-fileList > li {
  position: relative;
}
.c-fileList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-fileList > li a {
  display: inline-block;
  padding-left: calc(1.4em + 14px);
}
.c-fileList > li a::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1.4em;
  height: 1.6em;
  background: url(/assets/images/common/i_other.svg) no-repeat;
}
.c-fileList li a[href$=".pdf"]::before {
  background-image: url(/assets/images/common/i_pdf.svg);
}
.c-fileList li a[href$=".xls"]::before,
.c-fileList li a[href$=".xlsx"]::before {
  background-image: url(/assets/images/common/i_xlsx.svg);
}
.c-fileList li a[href$=".doc"]::before,
.c-fileList li a[href$=".docx"]::before {
  background-image: url(/assets/images/common/i_docx.svg);
}

@media only screen and (max-width: 767px) {
  .c-fileList {
    margin-top: 20px;
  }
}

/*
 	7.4 btnList - ボタンリスト
====================================*/
.c-btnList {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.c-btnList > li a {
  display: inline-block;
  text-decoration: none;

  text-align: center;
  padding: 10px 30px;
  border: 1px solid #004c8f;
  border-radius: 9999px;
  background: #fff;
  color: #004c8f;
  font-weight: 700;
}
.c-btnList li a:active,
.c-btnList li a:focus,
.c-btnList li a:hover {
  opacity: 1;

  background: #1067a2;
  color: #fff;
}

.c-cassette_body__sub1 .c-btnList > li a {
  border-color: #dd5e0d;
  color: #3e475b;
}

.c-cassette_body__sub1 .c-btnList li a:active,
.c-cassette_body__sub1 .c-btnList li a:focus,
.c-cassette_body__sub1 .c-btnList li a:hover {
  background: inherit;
  color: inherit;
  opacity: 0.7;
}

.c-cassette_body__sub2 .c-btnList > li a {
  border-color: #d8c700;
  color: inherit;
}

.c-cassette_body__sub2 .c-btnList li a:active,
.c-cassette_body__sub2 .c-btnList li a:focus,
.c-cassette_body__sub2 .c-btnList li a:hover {
  background: #d8c700;
}

@media only screen and (max-width: 767px) {
  .c-btnList {
    margin-top: 30px;
  }
}

/*==================================
  8. Definition - 定義系
==================================*/

/*
 	8.1 def - 定義リスト
====================================*/
.c-def {
  margin-top: 40px;
}
.c-def dt {
  font-size: 110%;
  font-weight: 700;
  position: relative;
  padding-left: calc(1em + 16px);
}
.c-def dt::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 24px;
  height: 0.3em;
  background: #ca4b02;
  border-radius: 2px;
}
.c-def dd {
  margin-top: 10px;
}

.c-cassette_body__sub1 .c-def dt::before {
  background: #004c8f;
}

.c-cassette_body__sub2 .c-def dt::before {
  background: #313f9f;
}

@media only screen and (max-width: 767px) {
  .c-def {
    margin-top: 20px;
  }
}

/*
 	8.2 defTable - 定義リスト（テーブル）
====================================*/
.c-defTable {
  margin-top: 40px;
}
.c-defTable dl {
  width: 100%;
  display: table;
  word-break: break-word;
  overflow-wrap: anywhere;

  border: 1px solid #ccdbe9;
  border-radius: 10px;
  background: #fff;
}
.c-defTable dl:not(:first-of-type) {
  margin-top: 10px;
}
.c-defTable dl dd,
.c-defTable dl dt {
  display: table-cell;
  padding: 16px 20px;
  vertical-align: middle;
}
.c-defTable dl dt {
  width: 300px;
  font-weight: 700;

  background: #e8f3fa;
  border-radius: 10px 0 0 10px;
}

.c-cassette_body__sub1 .c-defTable dl {
  border-color: #f9c09b;
}

.c-cassette_body__sub1 .c-defTable dl dt {
  background: #fbf9f6;
}

.c-cassette_body__sub2 .c-defTable dl {
  border-color: #d8c700;
}

.c-cassette_body__sub2 .c-defTable dl dt {
  background: #ecebdf;
}

@media only screen and (max-width: 767px) {
  .c-defTable {
    margin-top: 20px;
  }
  .c-defTable dl {
    display: block;
  }
  .c-defTable dl dd,
  .c-defTable dl dt {
    display: block;
    padding: 10px 16px;
  }
  .c-defTable dl dt {
    width: 100%;
    border-radius: 10px 10px 0 0;
    border-right: none;
  }
}

/*==================================
  9. Line - 罫線
==================================*/
.c-hr {
  margin: 60px 0;
  border-top: 1px solid #dedede;
}

@media only screen and (max-width: 767px) {
  .c-hr {
    margin: 30px 0;
  }
}

/*==================================
  10. Table - テーブル
==================================*/
.c-table {
  margin-top: 40px;
  width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
  background: #fff;
}
.c-table caption {
  font-size: 110%;
  font-weight: 700;
  margin-bottom: 6px;
}
.c-table tr {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.c-table th,
.c-table td {
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 16px 20px;
  vertical-align: top;
}
.c-table th {
  width: 300px;
  min-width: 120px;
  font-weight: 700;
  background: #f5f5f5;
}

@media only screen and (max-width: 767px) {
  .c-table {
    margin-top: 20px;
  }
  .c-table td,
  .c-table th {
    padding: 10px;
  }
  .c-table th {
    width: calc(100% / 3);
  }
}

.c-table.c-table__fixed {
  table-layout: fixed;
}
.c-table.c-table__fixed th {
  width: auto;
  text-align: center;
}

/*==================================
  11. Gallery - ギャラリー
==================================*/
.c-gallery {
  margin-top: 60px;
}
.c-gallery .c-gallery_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.c-gallery .c-gallery_list figure {
  width: 100%;
  height: auto;
  padding: 0 7%;
}
.c-gallery .c-gallery_list figure img {
  max-width: 100%;
  /* 比率維持 */
  /* aspect-ratio: 3 / 2;
  object-fit: cover; */
}

/* adjustment */
.c-cassette_body__sub1 .slick-dots li.slick-active button:before {
  color: #dd5e0d;
}

.c-cassette_body__sub2 .slick-dots li.slick-active button:before {
  color: #d8c700;
}

@media only screen and (max-width: 767px) {
  .c-gallery {
    margin-top: 30px;
  }
}

/* slick-adjustment */
.c-gallery .slick-dots {
  position: static;
}

@media only screen and (max-width: 767px) {
  /* SP none */
  .c-gallery .slick-arrow {
    display: none !important;
  }
}

/*==================================
  12. Embed - 埋め込み系
==================================*/

/*
 	12.1 map - Googleマップ
====================================*/
.c-map {
  margin-top: 60px;
}
.c-map iframe {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .c-map {
    margin-top: 30px;
  }
  .c-map iframe {
    height: 360px;
  }
}

/*
 	12.2 video - Youtuube動画
====================================*/
.c-video {
  margin-top: 60px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .c-video {
    margin-top: 30px;
  }
}

/*==================================
  13. Form - フォーム
==================================*/
.c-form {
  margin-top: 40px;
}

.c-form sup,
.c-form .caution {
  color: #b60000;
}

.c-form_notes {
  display: block;
  color: #707070;
}

/* 外枠 */
.c-form_table {
  border-top: 1px solid #dedede;
}

.c-form_table dl {
  display: flex;
  border-bottom: 1px solid #dedede;
  gap: 40px;
}

.c-form_table dl dd,
.c-form_table dl dt {
  padding: 15px 0;
}

.c-form_table dl dt {
  width: 240px;
  font-weight: 700;
}

.c-form_table dl dd {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .c-form_table dl {
    display: block;
  }
  .c-form_table dl dt {
    width: 100%;
    padding-bottom: 0;
  }
}

/* form_parts */
.form_line {
  display: flex;
  border-bottom: 1px solid #dedede;
  padding: 16px 0;
}

.form_line .f-label {
  float: left;
  width: 240px;
}

.form_line .f-label + div {
  float: right;
  width: calc(100% - 240px - 2em);
  margin-left: 2em;
}

@media only screen and (max-width: 767px) {
  .form_line {
    flex-direction: column;
  }
  .form_line .f-label {
    float: none;
    width: auto;
  }
  .form_line .f-label + div {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0.5em;
  }
}

/* name */
.f-name {
  font-weight: 700;
}

.f-required {
  letter-spacing: 0;
  font-size: 80%;
  margin-left: 1em;
  padding: 0 6px;
  background: #b60000;
  border: 1px solid #f00;
  color: #fff;
}

/* パーツ */
.c-form input,
.c-form textarea,
.c-form select {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  padding: 10px;

  border-radius: 0.6em;
}

.c-form input,
.c-form textarea {
  width: 100%;
}

.c-form select {
  appearance: menulist;
}

.c-form select + select {
  margin-left: 10px;
}

.c-form .c-form_short {
  width: 248px;
}

.c-form .zipcode {
  width: 8em;
}

.c-form textarea {
  height: 10em;
}

@media only screen and (max-width: 767px) {
  .c-form select {
    width: 100%;
  }
  .c-form select + select {
    margin-left: auto;
    margin-top: 0.5em;
  }
}

/* 郵便番号 */
.zip-search {
  margin-left: 10px;
  border: 1px solid;
  border-radius: 3em;
  font-size: 90%;
  font-weight: 700;
  padding: 0.2em 1.4em;
  background: #f5f5f5;
}

.zip-search:hover,
.zip-search:focus {
  opacity: 0.7;
}

/* ラジオボタン・チェックボックス */
.c-inputList > li {
  position: relative;
}

.c-inputList > li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-inputList > li input:focus + label::before {
  border: 2px solid;
}

.c-inputList > li label {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
}

.c-inputList > li label:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  transform: translateY(-50%);
}

.c-inputList > li input[type="checkbox"] + label:before {
  border-radius: 2px;
}

.c-inputList > li input[type="radio"] + label:before {
  border-radius: 50%;
}

.c-inputList > li input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 12px;
  height: 8px;
  border-left: 3px solid #004c8f;
  border-bottom: 3px solid #004c8f;
  transform: rotate(-45deg);
  border-radius: 3px;
}

.c-inputList > li input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #004c8f;
}

.c-inputList > li:not(:first-child) {
  margin-top: 5px;
}

.c-cassette_body__sub1 .c-inputList > li input[type="checkbox"]:checked + label:after {
  border-color: #dd5e0d;
}

.c-cassette_body__sub1 .c-inputList > li input[type="radio"]:checked + label:after {
  background: #dd5e0d;
}

.c-cassette_body__sub2 .c-inputList > li input[type="checkbox"]:checked + label:after {
  border-color: #313f9f;
}

.c-cassette_body__sub2 .c-inputList > li input[type="radio"]:checked + label:after {
  background: #313f9f;
}

@media only screen and (max-width: 767px) {
  .c-inputList > li label:before {
    top: 14px;
  }
  .c-inputList > li input[type="checkbox"]:checked + label:after,
  .c-inputList > li input[type="radio"]:checked + label:after {
    top: 8px;
  }
}

/* 日付入力パレット */
.ui-widget {
  font-size: 1.6rem;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  font-size: 1.4rem; /*任意な値を追加して調整*/
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

/* ファイルアップロード */
.c-fileLabel input {
  background: none;
  border-color: transparent;
  border-radius: 0;
  padding: 0;
  width: auto;
  font-size: 90%;
}

.file-box {
  margin-bottom: 20px;
}
.form_parts dd .file-box {
  margin-bottom: 0; /* confirm */
}
.file-del-btn {
  margin-top: 5px;
}
.file-del-btn button {
  border: 1px solid #363636;
  border-radius: 3px;
  padding: 0 0.4em;
}

/* submitボタン */
.c-form_btn {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.c-form_btn_item {
  width: 240px;
}

.c-form_btn_item .c-btn03 {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 320px;
  padding: 10px 30px;
  border-radius: 9999px;
  border: 1px solid #004c8f;

  background: #fff;
  color: #004c8f;
}

.c-form_btn_item .c-btn03:hover,
.c-form_btn_item .c-btn03:focus {
  background: #004c8f;
  color: #fff;
}

.c-cassette_body__sub1 .c-form_btn_item .c-btn03 {
  border-color: #dd5e0d;
  color: #3e475b;
}

.c-cassette_body__sub1 .c-form_btn_item .c-btn03:hover,
.c-cassette_body__sub1 .c-form_btn_item .c-btn03:focus {
  background: inherit;
  color: inherit;
  opacity: 0.7;
}

.c-cassette_body__sub2 .c-form_btn_item .c-btn03 {
  border-color: #d8c700;
  color: inherit;
}

.c-cassette_body__sub2 .c-form_btn_item .c-btn03:hover,
.c-cassette_body__sub2 .c-form_btn_item .c-btn03:focus {
  background: #d8c700;
}

/* ----- for-admin ----- */
.admin-wrapper .form_line .f-label + div {
  width: calc(100% - 240px - 2em - 10%);
}

.admin-wrapper fieldset {
  width: calc(100% - 10%);
  display: flex;
}

.admin-wrapper #cassette-content a {
  color: inherit;
  text-decoration: underline;
}

.admin-wrapper #cassette-content .c-btnList > li a {
  color: #004c8f;
  text-decoration: none;
}
