@charset "UTF-8";
/* Template & Designed by Towako. */
/* https://ninawas.me */

/* ウェブフォントの読み込み */
@font-face {
    font-family: 'しねきゃぷしょん';
    font-display: swap;
    src: url('https://cdn.leafscape.be/cinecaption/cinecaption227.woff2') format("woff2");
}

/* 初期設定 */
.muriocp-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
  font-family: 'メイリオ', Meiryo, 'Meiryo UI', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

/* 基本レイアウト */
.muriocp-wrapper {
  background-color: #E9BD54;
  color: #000;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}

.muriocp-wrapper a {
  font-weight: bold;
  text-decoration: none;
  color: #467BA2;
}

/* ヘッダー */
.muriocp-header {
  padding: 25vh 2em 1em;
  text-align: left;
}

.muriocp-header h1 {
  display: inline-block;
  margin-bottom: 0.5em;
  transform: rotate(-5deg);
  letter-spacing: 0.3em;
  font-family: 'しねきゃぷしょん', sans-serif;
  font-size: 1.7em;
  color: #467BA2;
}

.muriocp-header h1 span.line {
  position: relative;
}

.muriocp-header h1 span.line::before,
.muriocp-header h1 span.line::after {
  position: absolute;
  content: '';
  right: 0;
}

.muriocp-header h1 span.line::before {
  bottom: -8px;
  border: 16px solid transparent;
  border-right-color: #E9BD54;
  border-bottom-color: #E9BD54;
}

.muriocp-header h1 span.line::after {
  bottom: 0;
  width: 42px;
  height: 2px;
  background-color: #467BA2;
  transform: rotate(-45deg);
}

.muriocp-header nav {
  text-align: right;
}

/* メインコンテンツ */
.muriocp-main {
  padding: 2em;
  background-color: #467BA2;
  color: #fff;
  text-align: justify;
  word-break: break-word;
}

.muriocp-main section {
  margin-bottom: 1.5em;
}

.muriocp-main section h2 {
  margin-bottom: 0.5em;
  padding-left: 5px;
  border-left: 5px solid #fff;
  font-size: 1.2em;
  font-family: 'しねきゃぷしょん', sans-serif;
}

.muriocp-main section ol,
.muriocp-main section ul {
  list-style-position: inside;
}

.muriocp-main section ol {
  list-style-type: decimal-leading-zero;
}

.muriocp-main section li {
  margin: 0.2em auto;
}

.muriocp-main section a {
  color: #E9BD54;
}

/* 章の横並び */
.muriocp-main main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em;
}

.muriocp-main section.chapter-block {
  width: calc(50% - 1em);
}

@media screen and (max-width: 768px) {
  .muriocp-main section.chapter-block {
    width: 100%;
  }
}

/* フッター */
.muriocp-footer {
  margin: 1em auto 1.5em;
}

/* 本文ページ */
.muriocp-article {
  margin: 3em auto;
  padding: 3em;
  max-width: 600px;
  background-color: #fff;
  text-align: justify;
  word-break: break-word;
}

.muriocp-article h1 {
  margin-bottom: 1em;
  text-align: center;
  font-family: 'しねきゃぷしょん', sans-serif;
  font-size: 1.5em;
}

.muriocp-content p {
  margin-bottom: 1em;
  line-height: 1.8;
}

/* メニュー */
.muriocp-menu {
  text-align: center;
  margin: 1em auto 1.5em;
}

.muriocp-menu li {
  display: inline-block;
  margin: 0 0.5em;
}

.muriocp-menu li a {
  font-weight: bold;
}

/* フォーム */
.muriocp-wrapper textarea,
.muriocp-wrapper input[type] {
  appearance: none;
  padding: 0.2em 0.5em;
  background-color: #E9BD54;
  border: none;
  border-bottom: thin solid #fff;
  border-radius: 10px;
}

.muriocp-wrapper textarea {
  width: 200px;
  height: 70px;
}

.muriocp-wrapper input[type=text] {
  width: 80px;
}

.muriocp-wrapper input[type=submit] {
  background-color: #467BA2;
  color: #fff;
}

/* メディアクエリ */
@media screen and (min-width: 768px) {
  .muriocp-wrapper {
    font-size: 14px;
  }

  .muriocp-header,
  .muriocp-main {
    padding-left: 20%;
    padding-right: 20%;
  }

  .muriocp-main section ol,
  .muriocp-main section ul {
    columns: auto 2;
  }
}

@media screen and (min-width: 1024px) {
  .muriocp-wrapper {
    font-size: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .muriocp-header,
  .muriocp-main {
    padding-left: 30%;
    padding-right: 30%;
  }
}
