@charset "UTF-8";

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

   特集記事 共通スタイル

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



/*
==================================================
  基本設定
==================================================
*/

/* ----- 基本 ----- */
html {
font-size: 100%;
}

/* ----- 背景・テキスト ----- */
body {
background: #ffffff;
font-size: 1rem;
font-family: sans-serif;
color: #2a2a2a;
}

/* ----- リンクテキスト ----- */
a:link { color: #3366ff; }
a:visited { color: #336699; }
a:hover { color: #cc0000; }
a:active { color: #cc0000; }

/* ----- 全要素 ----- */
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
line-height: 1;
word-break: break-all;
}

/* ----- 文字スタイル ----- */
em,
dfn {
font-weight: bold;
font-style: normal;
}

/* ----- PRE ----- */
pre {
font-family: sans-serif;
white-space: pre-wrap;
}

/* ----- 折り返し禁止 ----- */
span.nowrap {
white-space: nowrap;
}

/* ----- 画像の伸縮 ----- */
img {
max-width: 100%;
height: auto;
}

/* ----- Webビーコン用 ----- */
img[width="1"] {
width: 0;
height: 0;
border: none;
}



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

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



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

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



/*
==================================================
  レイアウト
==================================================
*/

div.limit {
max-width: 1360px;
margin: 0 auto;
padding: 0 20px;
}

div.body-wrap {
display: flex;
column-gap: 20px;
}

div.body-wrap #main {
flex: 1;
max-width: calc(100% - 320px);
}
div.body-wrap #sub {
width: 300px;
}



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

div.limit {
padding: 0 20px;
}

div.body-wrap {
display: block;
}

div.body-wrap #main {
max-width: none;
margin: 0 0 40px;
}
div.body-wrap #sub {
width: auto;
}

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



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

div.limit {
padding: 0 10px;
}

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



/*
==================================================
  ヘッダ
==================================================
*/

#header {
border-top: 5px #ffd67b solid;
margin: 0;
padding: 1px 0;
}

#header div.wrap {
display: flex;
justify-content: space-between;
align-items: center;
margin: 5px 0;
}
#header div.plate > div {
vertical-align: top;
}

/* ----- サイトタイトル ----- */
#header div.logo {
width: 200px;
height: 43px;
}
#header div.logo a {
display: inline-block;
width: 140px;
margin: 7px 0 0;
}

/* ----- ヘッダお知らせ ----- */
#header div.info {
width: 18em;
text-align: right;
}
#header div.info p {
font-size: 0.9rem;
line-height: 1.4;
}



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

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



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

#header div.info {
display: none;
}

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



/*
==================================================
  ボディ
==================================================
*/

#body {
padding: 20px 0 40px;
background: #efefef;
}

/* ----- 広告ラベル ----- */
div.ad-label {
text-align: right;
}
div.ad-label span {
display: inline-block;
padding: 3px 6px 2px;
background: #f5f5f5;
font-size: 11px;
color: #7f7f7f;
}



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

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



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

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



/*
==================================================
  パンくずリスト
==================================================
*/

/* ----- パンくずリスト ----- */
#body nav.breadcrumbs {
margin: 0 0 20px;
}
#body nav.breadcrumbs ol {
/* 横並びの隙間をなくすための指定 */
font-size: 0;
}
#body nav.breadcrumbs ol li {
display: inline;
position: relative;
padding: 0 0 0 18px;
font-size: 14px;
color: #6b6b6b;
line-height: 1.6;
}
#body nav.breadcrumbs ol li::before {
content: '';
position: absolute;
top: 6px;
left: 0;
width: 7px;
height: 7px;
margin: 0 0 0 4px;
border-top: 1px solid;
border-right: 1px solid;
transform: rotate(45deg);
}
#body nav.breadcrumbs ol li:first-child {
padding: 0;
}
#body nav.breadcrumbs ol li:first-child::before {
display: none;
}
#body nav.breadcrumbs ol li a {
display: inline;
color: #2a2a2a;
text-decoration: none;
}
#body nav.breadcrumbs ol li a:hover {
text-decoration: underline;
}



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

#body nav.breadcrumbs ol li a:hover {
text-decoration: none;
}

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



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

#body nav.breadcrumbs ol li:last-child {
display: none;
}

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



/*
==================================================
  サブエリア
==================================================
*/

#sub {

}

/* ----- A8用 ----- */
#sub div.ad-wrap {
margin: 0 0 30px;
}

#sub aside.ad1 {
margin: 0 0 20px;
}
#sub aside.ad1 img,
#sub aside.ad2 img {
border: none;
}
#sub aside.ad1 > img,
#sub aside.ad2 > img {
position: absolute;
}

/* ----- おすすめ ----- */
#sub div.fix-wrap {
position: sticky;
top: 30px;
width: 300px;
}

#sub aside.recommend a {
display: block;
padding: 30px 12px;
background: #ffffff;
border: 1px #c0c0c0 solid;
color: #2a2a2a;
text-decoration: none;
}

#sub aside.recommend dl {
margin: 0 0 20px;
}
#sub aside.recommend dl dt {
margin: 0 0 15px;
text-align: center;
}
#sub aside.recommend dl dt p {
font-weight: bold;
}
#sub aside.recommend dl dt p:nth-of-type(1) {
margin: 0 0 15px;
font-size: 18px;
color: #b71414;
}
#sub aside.recommend dl dt p:nth-of-type(2) {
font-size: 25px;
line-height: 1.4;
}
#sub aside.recommend dl dd {

}
#sub aside.recommend dl dd ul {
list-style-type: none;
}
#sub aside.recommend dl dd ul li {
margin: 0 0 7px;
padding: 7px 5px 5px;
background: #d1eff9;
font-size: 16px;
font-weight: bold;
line-height: 1.4;
}

#sub aside.recommend a > p {
font-size: 14px;
line-height: 1.8;
}

#sub aside.recommend div.btn {
margin: 15px 0 0;
padding: 12px 10px 10px;
background: #b71414;
border-radius: 4px;
font-size: 19px;
font-weight: bold;
color: #ffffff;
text-align: center;
}
#sub aside.recommend a:hover div.btn {
background: #e51919;
}



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

/* ----- A8用 ----- */
#sub div.ad-wrap {
text-align: center;
}

#sub aside.ad1 {
margin: 0;
}
#sub aside.ad2 {
display: none;
}

/* ----- おすすめ ----- */
#sub div.fix-wrap {
position: static;
width: auto;
margin: 0 auto;
}

#sub aside.recommend {
max-width: 500px;
margin: 0 auto;
}

#sub aside.recommend a:hover div.btn {
background: #b71414;
}

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



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

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



/*
==================================================
  フッタ
==================================================
*/

#footer {
padding: 30px 0 50px;
font-size: 0.9rem;
text-align: center;
}

#footer a {
color: #2a2a2a;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}

#footer div.site {
margin: 0 0 20px;
}

#footer ul.link {
margin: 0 0 30px;
}
#footer ul.link li {
display: inline;
margin: 0 10px;
}

#footer div.copy small {
font-size: 100%;
}



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

#footer {
padding: 30px 0 40px;
}

#footer a:hover {
text-decoration: none;
}

#footer ul.link {
display: flex;
flex-wrap: wrap;
row-gap: 18px;
width: 90%;
max-width: 400px;
margin: 0 auto 40px;
}
#footer ul.link li {
display: block;
width: 50%;
margin: 0;
}

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



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

#footer {
font-size: 14px;
}

#footer div.copy small {
font-size: 100%;
}

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



/*
==================================================
  その他
==================================================
*/

/* ----- Back to Top ----- */
#backtop {
position: fixed;
bottom: 5px;
right: 10px;
z-index: 9;
transition: 0.3s;
}
#backtop.active {
bottom: 10px;
}
#backtop a {
display: block;
visibility: hidden;
position: relative;
width: 46px;
height: 50px;
background: #1466b7;
border-radius: 3px;
font-size: 0;
color: transparent;
text-decoration: none;
transition: 0.3s;
opacity: 0;
}
#backtop.active a {
visibility: visible;
opacity: 0.7;
}
#backtop.active a:hover {
opacity: 1;
}
#backtop a::before {
display: block;
content: '';
position: absolute;
top: 3px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 12px;
height: 12px;
border-top: 3px #ffffff solid;
border-left: 3px #ffffff solid;
transform: rotate(45deg);
}

/* ----- PCでは非表示 ----- */
.pc-none {
display: none;
}

/* ----- 境界線 ----- */
.border {
border: 1px #c0c0c0 solid;
}


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

/* ----- Back to Top ----- */
#backtop.active a:hover {
opacity: 0.7;
}

/* ----- タブレット・スマホでは非表示 ----- */
.sp-none {
display: none;
}

/* ----- タブレット・スマホでは表示 ----- */
.pc-none {
display: inline;
}

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



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

/* ----- Back to Top ----- */
#backtop {
bottom: 0;
right: 5px;
}
#backtop.active {
bottom: 5px;
}

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



