@charset "UTF-8";

:root {
  --primary: #f7931e;
  --secondary: #fdf0d7;
  --link: #0071bc;
}

/*==================================
Admin - 管理画面
==================================*/
html {
  font-size: 62.5%;
}
#cassette-content .cassette-item .c-imgBox:after,
.cl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}
#cassette-content {
  max-width: 850px;
  line-height: 1.77778;
  padding: 40px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  font-size: 1.6rem;
}
#cassette-content .btn-info {
  font-size: 14px;
}

/* cassette-item */
#cassette-content .cassette-item img {
  max-width: 100%;
  height: auto
}

/*==================================
Casette - カセット
==================================*/
.c-casette_body {
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .c-casette_body {
    margin-bottom: 60px;
  }
}

.c-casette_body > div:first-of-type > div > * {
  margin-top: 0;
}

.c-casette_body a {
  color: #0071bc;
  text-decoration: underline;
}
.c-casette_body a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* 見出しレベル1 */
.c-secTtl02 {
  background: #fdf0d7;
  border-radius: 5px;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 15px 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .c-secTtl02 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 30px;
  }
}

/* 見出しレベル2 */
.c-secTtl03 {
  border-bottom: 4px dotted #f7931e;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .c-secTtl03 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 30px;
  }
}

/* 見出しレベル3 */
.c-secTtl04 {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  position: relative;
  padding-left: 30px;
  margin-top: 40px;
}
.c-secTtl04:before {
  content: " ";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 20px;
  height: 20px;
  background: #f7931e;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .c-secTtl04 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* 見出しレベル4 */
.c-secTtl05 {
  color: #f7931e;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .c-secTtl05 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* 画像配置 */
.c-pouring {
  overflow: hidden;
  margin-top: 40px;
}

.c-pouring .c-pouring_img {
  max-width: 100%;
  text-align: center;
}
.c-pouring .c-pouring_img img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .c-pouring .c-pouring_txt {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .c-pouring .c-pouring_img {
    float: left;
    max-width: 430px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .c-pouring.c-pouring__rev .c-pouring_img {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
}

/* 囲み文章 */
.c-enclosureTxt {
  background: #fdf0d7;
  padding: 20px;
  margin-top: 40px;
  white-space: break-spaces;
}

@media only screen and (min-width: 769px) {
  .c-enclosureTxt {
    padding: 40px;
  }
}

/* 文章 */
.c-sentenceTxt {
  margin-top: 20px;
}

/* HTML */
.c-free {
  margin-top: 40px;
}

/* 画像（1枚） */
.c-img02 {
  text-align: center;
  margin-top: 30px;
}
.c-img02 a {
  display: block;
}
.c-img02 img {
  width: 100%;
}
.c-img02 figcaption {
  text-align: left;
  margin-top: 0.25em;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .c-img02 {
    margin-top: 60px;
  }
  .c-img02 img {
    width: auto;
  }
}

/* 画像（複数枚） */
.c-img02Unit {
  margin-top: 30px;
}
.c-img02Unit > * {
  width: 100%;
}
.c-img02Unit > .c-img02:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .c-img02Unit {
    margin-top: 60px;
  }
  .c-img02Unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-img02Unit.c-img02Unit__col2 > * {
    width: calc(100% / 2 - 20px);
  }
  .c-img02Unit.c-img02Unit__col3 > * {
    width: calc(100% / 3 - 20px);
  }
  .c-img02Unit > .c-img02 {
    margin-top: 0;
  }
}

/* リスト */
.c-simpleList {
  margin-top: 30px;
}
.c-simpleList > li {
  position: relative;
  padding-left: 30px;
}
.c-simpleList > li:not(:first-of-type) {
  margin-top: 0.25em;
}
.c-simpleList > li:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 16px;
  height: 16px;
  background: #f7931e;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .c-simpleList > li:before {
    top: 0.45em;
  }
}

/* リスト（序列） */
.c-numList {
  margin-top: 30px;
}
.c-numList > li {
  position: relative;
  padding-left: 30px;
  counter-increment: num;
}
.c-numList > li:not(:first-of-type) {
  margin-top: 0.25em;
}
.c-numList > li:before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #f7931e;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 50%;
}

/* リスト（ファイル） */
.c-fileList {
  margin-top: 40px;
}
.c-fileList > li {
  position: relative;
}
.c-fileList > li:not(:first-of-type) {
  margin-top: 0.25em;
}
.c-fileList > li a {
  display: inline-block;
  padding-left: 30px;
}
.c-fileList > li a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 28px;
  background-image: url(/library/assets/img/common/i_other.svg);
}
.c-fileList li a[href$=".pdf"]:before {
  background-image: url(/library/assets/img/common/i_pdf.svg);
}
.c-fileList li a[href$=".xls"]:before,
.c-fileList li a[href$=".xlsx"]:before {
  background-image: url(/library/assets/img/common/i_xlsx.svg);
}
.c-fileList li a[href$=".doc"]:before,
.c-fileList li a[href$=".docx"]:before {
  background-image: url(/library/assets/img/common/i_docx.svg);
}
/*
.c-fileList li svg {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/

/* ボタンリスト */
.c-btnList {
  margin-top: 40px;
}
.c-btnList > li {
  text-align: center;
  margin-top: 10px;
}
.c-btnList > li a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 2em;
  background-color: #fff;
  border: 3px solid #f7931e;
  color: #f7931e;
  font-weight: 700;
  text-decoration: none;
}
.c-btnList > li a:hover {
  background: #f7931e;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .c-btnList > li:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .c-btnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-btnList > li:not(:first-of-type) {
    margin-left: 10px;
  }
}
.c-btnList li a:active,
.c-btnList li a:focus,
.c-btnList li a:hover {
  opacity: 1;
  text-decoration: none;
}

/* 定義リスト */
.c-def {
  margin-top: 40px;
  border: 4px dotted #f7931e;
  padding: 15px;
}
.c-def dt {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 500;
}
.c-def dt:before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 18px;
  height: 18px;
  background: #f7931e;
  border-radius: 50%;
}
.c-def dd {
  margin-top: 0.25em;
}
@media only screen and (min-width: 769px) {
  .c-def {
    padding: 30px;
  }
  .c-def dt {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* 定義リスト（テーブル） */
.c-defTable {
  margin-top: 40px;
}
.c-defTable dl {
  width: 100%;
  display: block;
  border: 2px solid #f7931e;
}
.c-defTable dl:not(:first-of-type) {
  margin-top: 10px;
}
.c-defTable dl dd,
.c-defTable dl dt {
  display: block;
  padding: 10px;
  vertical-align: middle;
}
.c-defTable dl dt {
  width: 100%;
  background: #f7931e;
  color: #fff;
  font-weight: 500;
}
.c-defTable dl dd {
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .c-defTable dl {
    display: table;
  }
  .c-defTable dl dd,
  .c-defTable dl dt {
    display: table-cell;
    padding: 16px 20px;
  }
  .c-defTable dl dt {
    width: 300px;
  }
}

/* 罫線 */
.c-hr {
  margin: 40px 0;
  border: none;
  border-top: 2px dashed #fdf0d7;
}

/* テーブル */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-table {
  width: 100%;
  margin-top: 40px;
}
.c-table tr {
  border-top: 2px solid #f7931e;
  border-right: 2px solid #f7931e;
}
.c-table th,
.c-table td {
  border-bottom: 2px solid #f7931e;
  border-left: 2px solid #f7931e;
  padding: 10px;
  vertical-align: top;
}
.c-table th {
  width: calc(100% / 3);
  min-width: 120px;
  font-weight: 500;
  background: #fdf0d7;
}
.c-table td {
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .c-table td,
  .c-table th {
    padding: 16px 20px;
  }
  .c-table th {
    width: 300px;
  }
}
.c-table.c-table__fixed {
  table-layout: fixed;
}
.c-table.c-table__fixed th {
  width: auto;
  text-align: center;
}

/* ギャラリー */
.c-gallery {
  margin-top: 60px;
}
.c-gallery .c-gallery_list figure {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
@media only screen and (min-width: 769px) {
  .c-gallery .c-gallery_list figure {
    height: 400px;
  }
  .c-gallery .c-gallery_list figure img {
    max-height: 400px;
  }
}
*/

/* Google Map */
.c-map {
  margin-top: 40px;
}
.c-map iframe {
  width: 100%;
  height: 360px;
}
@media only screen and (min-width: 769px) {
  .c-map iframe {
    height: 500px;
  }
}

/* Youtuube */
.c-video {
  margin-top: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
