@charset "UTF-8";

/*
==================================================

   特集記事 記事ページ

==================================================
*/



/*
==================================================
  メインエリア
==================================================
*/

/* ----- メイン ----- */
#main {
padding: 40px 20px 50px;
background: #ffffff;
border-radius: 10px;
}



/* ----- メインヘッダ ----- */
#main header {
margin: 0 0 50px;
}

/* タイトル */
#main header h1 {
margin: 0 0 15px;
font-size: 2rem;
line-height: 1.4;
}

/* 更新日と広告表記 */
#main header div.wrap {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 0 20px;
}
/* 更新日 */
#main header div.date {
margin: 0 0 10px;
font-size: 0.9rem;
color: #6b6b6b;
}
#main header div.date span {
display: inline-block;
}
#main header div.date span.release {
margin: 0 15px 0 0;
}
/* 著者 */
#main header div.author {
display: flex;
align-items: center;
column-gap: 15px;
}
#main header div.author figure {
width: 40px;
}
#main header div.author figure img {
border: 1px #cecece solid;
border-radius: 50%;
}
#main header div.author p.name {
flex: 1;
font-size: 0.9rem;
line-height: 1.3;
}
#main header div.author p.name::first-line {
color: #898989;
}
/* 広告表記 */
#main header div.wrap p.ad {
display: inline-block;
padding: 8px 14px 7px;
background: #f4f4f4;
border-radius: 15px;
font-size: 0.9rem;
color: #6b6b6b;
}

/* メインビジュアル */
#main header div.visual {
margin: 0 0 50px;
}

/* リード文 */
#main header div.lead {
margin: 0 0 50px;
}
#main header div.lead p {
margin: 0 0 1.6em;
line-height: 1.8;
}
#main header div.lead p:last-child {
margin: 0;
}

/* 目次 */
#main header nav.contents-nav {
margin: 0 0 50px;
padding: 30px 50px 35px;
background: #f4f4f4;
border: 1px #c6c6c6 solid;
}
#main header nav.contents-nav a {
color: #2a2a2a;
text-decoration: none;
}
#main header nav.contents-nav a:hover {
text-decoration: underline;
}
#main header nav.contents-nav p {
margin: 0 0 30px;
text-align: center;
}
#main header nav.contents-nav > ol {
height: auto;
margin: 0;
padding: 0 0 0 2em;
overflow: hidden;
opacity: 1;
transition: 0.2s ease-out;
}
#main header nav.contents-nav ol.close {
height: 0;
margin: -10px 0;
opacity: 0;
}
#main header nav.contents-nav ol li {
margin: 0 0 15px;
padding: 0 0 0 3px;
line-height: 1.4;
}
#main header nav.contents-nav > ol > li:last-child {
margin: 0;
}
#main header nav.contents-nav ol ol {
margin: 0 0 0 -0.5em;
padding: 0 0 0 2em;
}
#main header nav.contents-nav ol ol li {
margin: 8px 0 0;
font-size: 0.96rem;
}

/* ----- 目次下PR ----- */
#main aside.top-pr {
margin: -10px 0 35px;
}
#main aside.top-pr p {
line-height: 1.5;
}

/* ----- コンテンツ ----- */
#contents {
margin: 0 0 60px;
}

/* 親セクション */
#contents > section {
margin: 0 0 80px;
}
#contents > section:last-child {
margin: 0;
}
#contents section div.inner {
margin: 0 10px;
}
#contents section h2 {
margin: 0 0 40px;
scroll-margin-top: 20px;
padding: 18px 20px 15px;
background: #d1eff9;
font-size: 1.6rem;
line-height: 1.4;
}

/* 子セクション */
#contents section section {
margin: 70px 0;
}
#contents section h3 {
margin: 0 0 35px;
scroll-margin-top: 20px;
padding: 4px 0 3px 18px;
border-left: 7px #3299ff solid;
font-size: 1.4rem;
line-height: 1.5;
}

/* ----- 段落 ----- */
#contents section p {
margin: 0 0 1.6em;
line-height: 2;
}

/* ----- 段落の区切り ----- */
#contents section hr {
margin: 35px 0;
visibility: hidden;
}

/* ----- 図版 ----- */
#contents section figure {
margin: 30px 0;
}

/* ----- エンディング ----- */
#contents div.ending {
margin: 0 10px;
}
#contents div.ending p {
line-height: 2;
}
/* 公式サイト */
#contents div.ending div.official {
margin: 30px 0;
padding: 35px 20px;
border: 1px #c6c6c6 solid;
font-size: 0.96rem;
text-align: center;
line-height: 1.6;
}

/* ----- メインフッタ ----- */
#main footer {

}

/* 参考 */
#main footer aside.reference {
margin: 0 0 40px;
padding: 30px 5px 25px;
border-top: 1px #aaaaaa dotted;
border-bottom: 1px #aaaaaa dotted;
font-size: 0.9rem;
}
#main footer aside.reference dl dt {
margin: 0 0 20px;
font-weight: bold;
}
#main footer aside.reference dl ol {
margin: 0 0 0 1.5em;
}
#main footer aside.reference dl ol li {
scroll-margin-top: 10px;
}

/* ご注意 */
#main footer div.note {
margin: 0 0 30px;
padding: 25px 30px;
background: #f4f4f4;
font-size: 0.9rem;
color: #6b6b6b;
}
#main footer div.note dl dt {
margin: 0 0 20px;
}
#main footer div.note dl ul {
margin: 0 0 0 1.3em;
}
#main footer div.note dl ul li {
margin: 0 0 10px;
line-height: 1.6;
}
#main footer div.note dl ul li:last-child {
margin: 0;
}

/* 広告 */
#main footer aside.ad {
margin: 0 0 50px;
text-align: center;
}
#main footer aside.ad p:first-child {
margin: 0 0 5px;
font-weight: bold;
line-height: 1.4;
}

/* PR */
#main footer aside.pr {
margin: 0 0 50px;
text-align: center;
}

/* 著者 */
#main footer div.author {
display: flex;
align-items: center;
column-gap: 35px;
margin: 0 0 50px;
padding: 30px 40px;
border: 1px #c6c6c6 solid;
}
#main footer div.author figure {
width: 80px;
}
#main footer div.author figure img {
border: 1px #cecece solid;
border-radius: 50%;
}
#main footer div.author dl {
flex: 1;
}
#main footer div.author dl dt {
margin: 0 0 10px;
font-size: 0.96rem;
font-weight: bold;
line-height: 1.3;
}
#main footer div.author dl dt::first-line {
font-size: 0.9rem;
font-weight: normal;
color: #898989;
}
#main footer div.author dl dd {
font-size: 0.9rem;
line-height: 1.6;
}

/* コピーボタン */
#main footer div.url-copy {
margin: 0 0 40px;
}
#main footer div.url-copy button {
display: block;
width: 100%;
max-width: 23em;
margin: 0 auto;
padding: 11px 5px 10px;
background: #757575;
border: none;
font-size: 0.9rem;
color: #ffffff;
text-align: center;
line-height: 1.4;
cursor: pointer;
}
#main footer div.url-copy button:hover {
background: #999999;
}
#main footer div.url-copy button.copied {
font-weight: bold;
}

/* Back Link */
#main footer nav.backLink {
margin: 0 0 60px;
padding: 20px 0 20px;
border-top: 1px #aaaaaa dotted;
border-bottom: 1px #aaaaaa dotted;
text-align: center;
}

/* 関連記事 */
#main footer section.related h2 {
margin: 0 0 40px;
border-bottom: 2px #1466b7 solid;
}
#main footer section.related h2 span {
display: inline-block;
padding: 13px 32px 8px 30px;
background: #1466b7;
border-radius: 0 12px 0 0;
font-size: 1.2rem;
color: #ffffff;
}
#main footer section.related ul {
display: flex;
flex-wrap: wrap;
gap: 25px 18px;
margin: 0;
list-style-type: none;
}
#main footer section.related ul li {
width: calc(33.33% - 12px);
}
#main footer section.related ul li a {
display: block;
color: #2a2a2a;
text-decoration: none;
transition: 0.3s;
}
#main footer section.related ul li a:hover {
color: #6b6b6b;
opacity: 0.9;
}
#main footer section.related ul li figure {
margin: 0 0 10px;
border-radius: 5px;
overflow: hidden;
}
#main footer section.related ul li figure img {
transform: scale(1.05); /* 不具合があるため少し大きくしている */
transition: 0.3s;
}
#main footer section.related ul li a:hover figure img {
transform: scale(1.1);
}
#main footer section.related ul li p {
margin: 0;
font-size: 0.9rem;
line-height: 1.4;
}

/* ----- メイン共通 ----- */

/* ----- マーカー ----- */
#main .marker {
background: linear-gradient(transparent 60%, #ffffb2 60%);
}
/* 引用時 */
#main blockquote .marker {
background: linear-gradient(transparent 60%, #ffe5cc 60%);
}

/* ----- 赤文字 ----- */
#main .catch {
color: #cc3333;
}

/* ----- 脚注リンク ----- */
#main sup.ref {
position: relative;
top: -0.3em;
margin: 0 2px;
font-size: 0.8rem;
font-weight: normal;
vertical-align: baseline;
}
#main sup.ref a {
text-decoration: none;
}
#main sup.ref a:hover {
text-decoration: underline;
}

/* ----- ULリスト（デフォルト） ----- */
#main ul {
margin: 0 0 30px 1.5em;
}
#main ul li {
margin: 0 0 10px;
line-height: 1.8;
}
#main ul li:last-child {
margin: 0;
}

/* ----- OLリスト（デフォルト） ----- */
#main ol {
margin: 0 0 30px 1.5em;
}
#main ol li {
margin: 0 0 10px;
line-height: 1.8;
}
#main ol li:last-child {
margin: 0;
}

/* ----- DLリスト（デフォルト） ----- */
#main dl.def {
margin: 40px 0;
}
#main dl.def:last-child {
margin: 40px 0 0;
}
#main dl.def dt {
margin: 0 0 15px;
font-size: 1.1rem;
font-weight: bold;
line-height: 1.5;
}
#main dl.def dd {
margin: 0 0 40px 10px;
line-height: 1.8;
}
#main dl.def dd:last-child {
margin: 0 0 0 10px;
}
#main dl.def dd p {
margin: 0 0 0.8em;
line-height: 1.8;
}
#main dl.def dd p:last-child {
margin: 0;
}

/* ----- DLリスト（ULリスト表示用） ----- */
#main dl.list {
margin: 40px 0;
}
#main dl.list:last-child {
margin: 40px 0 0;
}
#main dl.list dt {
margin: 0 0 18px;
font-size: 1.1rem;
font-weight: bold;
line-height: 1.5;
}
#main dl.list dd {

}
#main dl.list ul {
margin: 0 0 0 1.5em;
}
#main dl.list ul li {
margin: 0 0 15px;
line-height: 1.6;
}
#main dl.list ul li:last-child {
margin: 0;
}

/* ----- 公式サイト内のキャッチフレーズ ----- */
#main div.catchphrase {
margin: 40px 0;
}
#main div.catchphrase dl {
margin: 0 0 10px;
}
#main div.catchphrase dl dt {
margin: 0 0 10px;
font-size: 1.2rem;
font-weight: bold;
line-height: 1.5;
}
#main div.catchphrase dl ul {
margin: 0;
padding: 35px 20px 35px 35px;
border: 1px #c6c6c6 solid;
}
#main div.catchphrase dl ul li {
font-weight: bold;
}
#main div.catchphrase p {
margin: 0;
line-height: 1.6;
}
#main div.catchphrase p small {
font-size: 0.9rem;
}

/* ----- 参考記事 ----- */
#main aside.ref-article {
position: relative;
margin: 50px 0 40px;
border: 2px #c6c6c6 solid;
border-radius: 5px;
}
#main aside.ref-article:last-child {
margin: 50px 0 0;
}
#main aside.ref-article a {
display: block;
padding: 30px 30px 20px;
color: #2a2a2a;
text-decoration: none;
}
#main aside.ref-article p.caption {
position: absolute;
top: -0.5em;
left: 20px;
margin: 0;
line-height: 1;
}
#main aside.ref-article p.caption span {
padding: 0 8px;
background: #ffffff;
font-size: 0.96rem;
}
#main aside.ref-article div.wrap {
display: flex;
column-gap: 20px;
}
#main aside.ref-article a:hover div.wrap {
opacity: 0.7;
}
#main aside.ref-article div.wrap figure {
width: 160px;
}
#main aside.ref-article dl {
flex: 1;
}
#main aside.ref-article dl dt {
margin: 0 0 10px;
font-size: 1.1rem;
font-weight: bold;
line-height: 1.4;
}
#main aside.ref-article a:hover dl dt {
text-decoration: underline;
}
#main aside.ref-article dl dd {
font-size: 0.96rem;
color: #6b6b6b;
line-height: 1.6;
}

/* ----- 参考リンク ----- */
#main aside.ref-link {
margin: 40px 0 40px;
padding: 15px 20px;
border: 1px #c6c6c6 solid;
border-radius: 5px;
}
#main aside.ref-link p {
margin: 0;
line-height: 1.5;
}

/* ----- 要約ボックス ----- */
#main div.summary {
margin: 0 0 30px;
padding: 30px 30px 27px;
background: #f4f4f4;
border: 1px #c6c6c6 solid;
}
#main div.summary ol {
margin: 0 0 0 1.1em;
}
#main div.summary ol li {
margin: 0 0 10px;
padding: 0 0 0 3px;
font-size: 1.1rem;
font-weight: bold;
line-height: 1.4;
}
#main div.summary ol li:last-child {
margin: 0;
}

/* ----- 引用ボックス ----- */
#main div.quote {
margin: 40px 0;
}
#main div.quote:last-child {
margin: 40px 0 0;
}
#main div.quote > p {
margin: 0 0 2px;
font-size: 0.9rem;
line-height: 1.4;
}
#main div.quote blockquote {
padding: 30px 30px 27px;
border: 1px #c6c6c6 solid;
}
#main div.quote blockquote p {
margin: 0 0 1em;
line-height: 1.6;
}
#main div.quote blockquote p:last-child {
margin: 0;
}

/* ----- テーブル ----- */
/* 列の幅は各ページ内で設定 */

/* テーブルのコンテナ */
#main div.table-wrap {
width: 100%;
margin: 50px 0;
padding: 0 0 3px;
overflow-x: auto;
scrollbar-color: #3299ff #efefef;
}

#main div.table-wrap.scroll::before {
content: '横にスクロールできます →';
display: block;
margin: 0 0 5px;
font-size: 0.9rem;
color: #7f7f7f;
text-align: right;
}

/* はみ出た場合にスクロールバーを表示（Safari用） */
#main div.table-wrap::-webkit-scrollbar {
height: 5px;
}
#main div.table-wrap::-webkit-scrollbar-track {
background: #efefef;
}
#main div.table-wrap::-webkit-scrollbar-thumb {
background: #3299ff;
border-radius: 5px;
}

/* テーブル本体 */
#main table {
width: 100%;
background: #ffffff;
border-collapse: collapse;
border: 1px #c6c6c6 solid;
}

/* キャプション */
#main table caption {
margin: 0 0 10px;
font-size: 1rem;
font-weight: bold;
text-align: left;
line-height: 1.5;
}

/* セルの基本設定 */
#main table th,
#main table td {
padding: 15px 10px 13px;
border: 1px #c6c6c6 solid;
font-size: 0.96rem;
line-height: 1.6;
}
#main table th small,
#main table td small {
font-size: 0.84rem;
}

/* テーブルヘッダ */
#main table thead {
background: #1466b7;
color: #ffffff;
}
#main table thead th {
line-height: 1.4;
}
#main table thead th span {
font-weight: normal;
}

/* ボディ見出しセル */
#main table tbody th {
background: #f4f4f4;
text-align: left;
}

/* ボディヘッダ */
#main table tbody th[scope="rowgroup"] {
background: #d1eff9;
}

/* ホバー時の行の背景色（ボディのみ） */
#main table.hov-bg tbody tr:hover {
background: #f9f9f9;
}

/* テーブル内リスト */
#main table ul {
margin: 7px 0 11px 1.5em;
}
#main table ul:last-child {
margin: 7px 0 3px 1.5em;
}
#main table ul li {
margin: 0 0 2px;
line-height: 1.6;
}
#main table ul li:last-child {
margin: 0;
}

/* テーブル内の段落 */
#main table p {
margin: 0 0 1em;
line-height: 1.6;
}
#main table p:last-child {
margin: 0;
}

/* ----- ボタン ----- */
#main div.btn {
/* Webビーコン用 */
position: relative;
max-width: 100%;
}
#main tfoot div.btn {
margin: 0 auto;
}
#main div.ending div.btn {
margin: 15px auto 0;
}
#main div.btn p {
margin: 0 0 2px;
font-weight: bold;
text-align: center;
}
#main div.btn img {
/* Webビーコン用（余計なスペースが入ることを防止） */
position: absolute;
right: 0;
top: 0;
}
#main div.btn a {
display: block;
position: relative;
max-width: 100%;
background: #1d9bf0; /* 水色 */
background: #ff6532; /* オレンジ */
background: #4cb24c; /* 緑色 */
background: #47a328; /* 緑色2 */
font-size: 1rem;
font-weight: bold;
color: #ffffff;
text-align: center;
text-decoration: none;
transition-duration: 0.3s;
}
#main div.btn a:hover {
background: #1a8ad6; /* 水色 */
background: #ff8c65; /* オレンジ */
background: #3d8e3d; /* 緑色 */
background: #3db714; /* 緑色2 */
}
/* →矢印 */
#main div.btn a::before,
#main div.btn a::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
margin: auto;
transition-duration: 0.3s;
}
#main div.btn a::before {
right: 14px;
width: 13px;
height: 2px;
background: #ffffff; /* 白色 */
background: #d8ff65; /* 緑色 */
transform: translateX(0px);
}
#main div.btn a::after {
right: 13px;
width: 8px;
height: 8px;
border-top: 2px #ffffff solid; /* 白色 */
border-right: 2px #ffffff solid; /* 白色 */
border-top: 2px #d8ff65 solid; /* 緑色 */
border-right: 2px #d8ff65 solid; /* 緑色 */
transform: translateX(0px) rotate(45deg);
}
/* 移動 */
#main div.btn a:hover::before {
transform: translateX(3px);
}
#main div.btn a:hover::after {
transform: translateX(3px) rotate(45deg);
}

/* 標準サイズ */
#main div.btn.standard {
width: 18rem;
}
#main div.btn.standard a {
padding: 17px 0 16px;
border-radius: 7px;
}

/* 大きめのサイズ */
#main div.btn.large {
width: 24rem;
}
#main div.btn.large a {
padding: 17px 0 16px;
border-radius: 7px;
}

/* 小さめのサイズ（現在未使用） */
#main div.btn.small {

}
#main div.btn.small a {

}

/* ----- 詳細記事へ ----- */
#main div.details {
text-align: right;
}
#main div.details a {
display: inline-block;
position: relative;
max-width: 100%;
padding: 6px 29px 4px 11px;
background: #1466b7;
border-radius: 15px;
font-size: 14px;
color: #ffffff;
text-decoration: none;
line-height: 1.2;
white-space: nowrap;
}
#main div.details a:hover {
background: #197fe5;
}
#main div.details a::before,
#main div.details a::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}
#main div.details a::before {
right: 7px;
width: 16px;
height: 16px;
background: #ffffff;
border-radius: 50%;
}
#main div.details a::after {
right: 13px;
width: 6px;
height: 6px;
border-top: 2px #1466b7 solid;
border-right: 2px #1466b7 solid;
transform: rotate(45deg);
}



/* ----- ★950 ----- */
@media screen and (max-width: 950px) {

/* ----- メイン ----- */
#main {
border-radius: 8px;
}

/* ----- メインヘッダ ----- */
#main header {
margin: 0 0 50px;
}

/* タイトル */
#main header h1 {
font-size: 1.7rem;
line-height: 1.4;
}

/* 更新日と広告表記 */
#main header div.wrap {
margin: 0 0 15px;
}

/* メインビジュアル */
#main header div.visual {
margin: 0 0 40px;
}

/* リード文 */
#main header div.lead {
margin: 0 0 40px;
}

/* 目次 */
#main header nav.contents-nav {
padding: 30px 20px 35px;
}
#main header nav.contents-nav a {
text-decoration: underline;
}
#main header nav.contents-nav p {
margin: 0 0 25px;
}

/* ----- コンテンツ ----- */
#contents {
margin: 0 0 50px;
}

/* 親セクション */
#contents > section {
margin: 0 0 60px;
}
#contents section div.inner {
margin: 0 10px;
}
#contents section h2 {
margin: 0 0 30px;
padding: 15px 20px 12px;
font-size: 1.4rem;
line-height: 1.5;
}

/* 子セクション */
#contents section section {
margin: 50px 0;
}
#contents section h3 {
margin: 0 0 30px;
padding: 3px 0 2px 10px;
border-left: 5px #3299ff solid;
font-size: 1.2rem;
line-height: 1.5;
}

/* ----- 段落の区切り ----- */
#contents section hr {
margin: 25px 0;
}

/* ----- メインフッタ ----- */

/* ご注意 */
#main footer div.note {
margin: 0 0 40px;
padding: 20px 20px;
}

/* 広告 */
#main footer aside.ad {
margin: 0 0 40px;
}

/* PR */
#main footer aside.pr {
margin: 0 0 40px;
}

/* 著者 */
#main footer div.author {
column-gap: 25px;
padding: 20px 20px;
}
#main footer div.author figure {
width: 70px;
}

/* コピーボタン */
#main footer div.url-copy button:hover {
background: #757575;
}

/* 関連記事 */
#main footer section.related h2 {
margin: 0 0 30px;
}
#main footer section.related h2 span {
padding: 12px 27px 7px 25px;
font-size: 1.1rem;
}
#main footer section.related ul li a {
transition: 0s;
}
#main footer section.related ul li a:hover {
color: #2a2a2a;
opacity: 1;
}
#main footer section.related ul li figure {
border-radius: 0;
overflow: visible;
}
#main footer section.related ul li figure img {
border-radius: 8px;
transform: scale(1);
transition: 0s;
}
#main footer section.related ul li a:hover figure img {
transform: scale(1);
}

/* ----- メイン共通 ----- */

/* ----- 脚注リンク ----- */
#main sup.ref a {
text-decoration: underline;
}

/* ----- 参考記事 ----- */
#main aside.ref-article a:hover div.wrap {
opacity: 1;
}
#main aside.ref-article dl dt {
text-decoration: underline;
}

/* テーブルのコンテナ */
#main div.table-wrap {
margin: 25px 0 50px;
}

/* ホバー時の行の背景色（ボディのみ） */
#main table.hov-bg tbody tr:hover {
background: #ffffff;
}

/* ----- ボタン ----- */
#main div.btn a {
transition-duration: 0s;
}
#main div.btn a:hover {
background: #1d9bf0; /* 水色 */
background: #ff6532; /* オレンジ */
background: #4cb24c; /* 緑色 */
background: #47a328; /* 緑色2 */
}
/* →矢印 */
#main div.btn a::before,
#main div.btn a::after {
transition-duration: 0s;
}
/* 移動 */
#main div.btn a:hover::before {
transform: translateX(0px);
}
#main div.btn a:hover::after {
transform: translateX(0px) rotate(45deg);
}

/* ----- 詳細記事へ ----- */
#main div.details a:hover {
background: #1466b7;
}

}
/* ----- /950 ----- */



/* ----- ★600 ----- */
@media screen and (max-width: 600px) {

/* ----- メイン ----- */
#main {
padding: 25px 10px 50px;
}

/* タイトル */
#main header h1 {
font-size: 1.4rem;
line-height: 1.6;
}

/* 更新日と広告表記 */
#main header div.wrap {
display: block;
}
#main header div.data {
margin: 0 0 5px;
}
/* 広告表記 */
#main header div.wrap p.ad {
display: block;
padding: 8px 5px 7px;
border-radius: 0;
text-align: center;
}

/* 目次 */
#main header nav.contents-nav {
padding: 25px 10px 30px 5px;
}
#main header nav.contents-nav ol li {
margin: 0 0 20px;
}
#main header nav.contents-nav ol ol {
padding: 0 0 0 1.2em;
}

/* ----- 目次下PR ----- */
#main aside.top-pr {
margin: -15px 0 30px;
}
#main aside.top-pr p {
line-height: 1.6;
}

/* 親セクション */
#contents section div.inner {
margin: 0;
}
#contents section h2 {
margin: 0 0 30px;
padding: 14px 10px 11px;
font-size: 1.2rem;
line-height: 1.5;
}

/* 子セクション */
#contents section section {
margin: 40px 0;
}
#contents section h3 {
margin: 0 0 25px;
padding: 2px 0 1px 8px;
font-size: 1.1rem;
line-height: 1.5;
}

/* ----- 段落 ----- */
#contents section p {
margin: 0 0 1.4em;
}

/* ----- 段落の区切り ----- */
#contents section hr {
margin: 20px 0;
}

/* ----- エンディング ----- */
#contents div.ending {
margin: 0;
}
/* 公式サイト */
#contents div.ending div.official {
padding: 30px 10px;
}

/* ----- メインフッタ ----- */

/* ご注意 */
#main footer div.note {
padding: 20px 10px;
}

/* PR */
#main footer aside.pr {

}

/* 著者 */
#main footer div.author {
display: block;
padding: 20px 10px;
text-align: center;
}
#main footer div.author figure {
width: 70px;
margin: 0 auto 10px;
}
#main footer div.author dl {
flex: 1;
}

/* Back Link */
#main footer nav.backLink {
margin: 0 0 50px;
padding: 17px 0 17px;
}

/* 関連記事 */
#main footer section.related h2 {
margin: 0 0 40px;
border-bottom: 2px #1466b7 solid;
}
#main footer section.related h2 span {
display: inline-block;
padding: 13px 32px 8px 30px;
background: #1466b7;
border-radius: 0 12px 0 0;
font-size: 1.2rem;
color: #ffffff;
}
#main footer section.related ul {
gap: 25px 14px;
}
#main footer section.related ul li {
width: calc(50% - 7px);
}

/* ----- メイン共通 ----- */

/* ----- 公式サイト内のキャッチフレーズ ----- */
#main div.catchphrase {
margin: 40px 0;
}
#main div.catchphrase dl {
margin: 0 0 10px;
}
#main div.catchphrase dl dt {
font-size: 1rem;
}
#main div.catchphrase dl ul {
padding: 25px 10px 25px 30px;
}

/* ----- 参考記事 ----- */
#main aside.ref-article {
margin: 40px 0;
}
#main aside.ref-article:last-child {
margin: 40px 0 0;
}
#main aside.ref-article a {
padding: 30px 10px 20px;
}
#main aside.ref-article p.caption {
left: 15px;
}
#main aside.ref-article div.wrap {
display: block;
}
#main aside.ref-article div.wrap figure {
width: auto;
max-width: 240px;
margin: 0 auto 20px;
}
#main aside.ref-article dl dt {
margin: 0 0 15px;
font-size: 1rem;
line-height: 1.6;
}

/* ----- 引用ボックス ----- */
#main div.quote > p {
font-size: 0.96rem;
}
#main div.quote blockquote {
padding: 20px 10px 17px;
}

/* セルの基本設定 */
#main table th,
#main table td {
padding: 10px 5px 9px;
}

/* テーブル内リスト */
#main table ul {
margin: 8px 0 10px 1.3em;
}
#main table ul:last-child {
margin: 8px 0 0 1.3em;
}

/* ----- ボタン ----- */
#main div.btn a {
font-size: 0.96rem;
}
/* →矢印 */
#main div.btn a::before,
#main div.btn a::after {
display: none;
}

/* 標準サイズ */
#main div.btn.standard {
width: 14rem;
}
#main div.btn.standard a {
padding: 14px 0 13px;
}

/* 大きめのサイズ */
#main div.btn.large {
width: 16rem;
}
#main div.btn.large a {
padding: 14px 0 13px;
border-radius: 7px;
}

/* ----- 詳細記事へ ----- */
#main div.details {
text-align: left;
}

}
/* ----- /600 ----- */



