@media only screen and (max-width: 768px){
.archive {
	width: calc(100% + 15px);
}
#viewCard:checked ~ .archive .archive__item, #viewNormal:checked ~ .archive .archive__item, #viewWide:checked ~ .archive .archive__item {
	width: calc(50% - 15px);
	margin-right: 15px;
}
#viewNormal:checked ~ .archive .archive__item {
	display: unset;
	align-items: unset;
}
#viewNormal:checked ~ .archive .eyecatch {
	max-width:100%;
}
#viewNormal:checked ~ .archive .archive__contents {
	margin-left: 0;
}
#viewCard:checked ~ .archive .archive__item-shadow, #viewNormal:checked ~ .archive .archive__item-shadow, .archive__item-shadow {
	padding: 10px;
}
.archive__contents {
	padding: 0 5px;
}
.controller__viewLabel{
	display:none
}
}
@media only screen and (max-width: 480px){
#viewCard:checked ~ .archive .archive__item, #viewNormal:checked ~ .archive .archive__item, #viewWide:checked ~ .archive .archive__item {
	width: 100%;
}
.archive__item {
	margin-bottom:30px;
}
}


/*もくじ*/
.content .outline {
	border: 2px solid #cfcfcf; /*枠線の色とスタイル*/
	padding: 10px 0 20px;
	position:relative;
	border-radius:3px;
}
.content li ul li .outline__number{
	font-weight:bold;
	background:transparent;
	color:#cfcfcf; /*h3見出し前の数字の色*/
	width:auto;
}
.content .outline__number{
	width:2.5rem;
	height:2.5rem;
	padding:0;
	line-height:2.5rem;
	text-align:center;
	background:#cfcfcf; /*丸数字の背景色*/
	color:#fff; /*丸数字の文字色*/
	border-radius:50%;
}
.content .outline__link {
	display: block;
	color:#333;
}
.content .outline__link:hover {
	background: #cfcfcf; /*カーソルを乗せた時の背景色*/
}
.outline__title {
	color: #333; /*「もくじ」の文字色*/
	font-weight: 700;
	width:100%;
	padding: 0 calc(100% - 10rem) 10px 2rem;
}
.content .outline__switch{
	position:absolute;
	right:1.5rem;
	top:10px;
}
.content .outline__toggle:checked + .outline__switch::before {
	content: "CLOSE"; /*「閉じる」を上書き*/
}
.content .outline__toggle:checked + .outline__switch + .outline__list {
	margin-top: 1rem;
}
.content .outline__switch::before {
	content: "OPEN"; /*「開く」を上書き*/
	border: 0;
	color:#999; /*「開く」「閉じる」の文字色*/
}
.content .outline__switch + .outline__list {
	background: transparent;
}
.content .outline__switch + ul.outline__list {
	margin-left:0;
	margin-right:0;
	border-top:2px dotted #cfcfcf; /*「もくじ」下の点線*/
}
.content .outline__switch + .outline__list-2 li:first-child{
	margin-top:2rem;
}
.content .outline__switch + .outline__list-2 li ul li:first-child{
	margin-top:1rem;
}
.outline__list-2 > li > a{
	font-weight:700;
}
@media only screen and (min-width: 992px){
.content .outline {
	width:calc(100% - 20%);
	margin:3rem 10%;
}
.content .outline__switch + .outline__list {
	margin-left: 10px;
	margin-right:20px;
}
.outline__title {
	margin-left: 2.5rem;
}
@media only screen and (max-width: 991px){
.content .outline {
	width:100%;
	margin:3rem 0;
}
}
	
	
	/* ************************************* */
/* カエレバ、ヨメレバ、トマレバ */
/* ************************************* */
/* 基本style */
.kaerebalink-box,
.booklink-box,
.tomarebalink-box{
border: 3px double #ccc;
padding: 3%;
margin: 1em 0 2.5em;
overflow: hidden;
font-size: small;
}
.kaerebalink-box a,
.booklink-box a,
.tomarebalink-box a{
text-decoration: none;
color: initial;
}
.kaerebalink-box a[target="_blank"]::after,
.booklink-box a[target="_blank"]::after,
.tomarebalink-box a[target="_blank"]::after{
content: none;
}
.kaerebalink-image,
.booklink-image,
.tomarebalink-image{
max-width: 150px;
text-align: center;
margin: 10px auto!important;
float: none!important;
}
.kaerebalink-name,
.booklink-name,
.tomarebalink-name{
font-weight: bold;
font-size: 120%;
line-height: 1.8!important;
margin-bottom: 10px!important;
}
.kaerebalink-name p:empty,
.booklink-name p:empty,
.tomarebalink-name p:empty{
display: none;
}
.kaerebalink-powered-date,
.booklink-powered-date,
.tomarebalink-powered-date,
.kaerebalink-detail,
.booklink-detail,
.tomarebalink-address{
font-size: 10px!important;
font-weight: normal;
}
.kaerebalink-link1,
.booklink-link2,
.tomarebalink-link1{
overflow: hidden;
}
.kaerebalink-link1 div,
.booklink-link2 div,
.tomarebalink-link1 div{
background-image: none!important;
margin: 0!important;
padding: 3px!important;
display: inline-block!important;
width: 48.5%;
}
.kaerebalink-link1 div a,
.booklink-link2 div a,
.tomarebalink-link1 div a{
border-width: 2px;
border-style: solid;
font-size: 90%;
font-weight: bold;
border-radius: 5px;
padding: 0.7em 0.3em;
width: 100%;
text-align: center;
display: block;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.kaerebalink-link1 div a:hover,
.booklink-link2 div a:hover,
.tomarebalink-link1 div a:hover{
color: #fff;
box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.15);
transform:translate(-1px, -2px);
}
.kaerebalink-link1 div a:active,
.booklink-link2 div a:active,
.tomarebalink-link1 div a:active{
transform:translate(0, 1px);
}
.kaerebalink-link1 div img,
.booklink-link2 div img,
.tomarebalink-link1 div img{
display: none;
}

/* 画面幅768px以上の場合のstyle */
@media only screen and (min-width: 768px) {
.kaerebalink-image,
.booklink-image,
.tomarebalink-image{
float: left!important;
margin: 0 1.5em 0.5em 0!important;
}
.kaerebalink-link1 div,
.booklink-link2 div,
.tomarebalink-link1 div{
width: 11em;
}
}


/* ▼ボタンカラーここから▼ */
.shoplinkamazon a{
color: #e89713;
}
.shoplinkrakuten a{
color: #d91414;
}
.shoplinkyahoo a{
color: #691ed5;
}
.shoplinkjalan a{
color: #ed5016;
}
.shoplinkjtb a{
color: #e10b0b;
}
.shoplinkknt a{
color: #0f75c2;
}
.shoplinkikyu a{
color: #18b412;
}
.shoplinkrurubu a{
color: #0f32a3;
}
.shoplinkamazon a:hover{
background-color: #e89713;
border-color: #e89713;
}
.shoplinkrakuten a:hover{
background-color: #d91414;
border-color: #d91414;
}
.shoplinkyahoo a:hover{
background-color: #691ed5;
border-color: #691ed5;
}
.shoplinkjalan a:hover{
background-color: #ed5016;
border-color: #ed5016;
}
.shoplinkjtb a:hover{
background-color: #e10b0b;
border-color: #e10b0b;
}
.shoplinkknt a:hover{
background-color: #0f75c2;
border-color: #0f75c2;
}
.shoplinkikyu a:hover{
background-color: #18b412;
border-color: #18b412;
}
.shoplinkrurubu a:hover{
background-color: #0f32a3;
border-color: #0f32a3;
}
/* ▲ボタンカラーここまで▲ */
	
/* ------------------------------------- */
/*       かんたんリンク カスタマイズ     */
/* ------------------------------------- */

/* --------- 外枠 --------- */
div.easyLink-box {
    border:double #CCC !important; /* ２重線 */
    box-shadow: 2px 3px 9px -5px rgba(0,0,0,.25);
}

/* --- 商品リンク タイトル --- */
p.easyLink-info-name a {
    color: #3296d2 !important; /* 文字色 */
}

/* --------- ボタン色 --------- */
a.easyLink-info-btn-amazon {
    background: #f6a306 !important; /* 背景色 */
    border: 2px solid #f6a306 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}

a.easyLink-info-btn-rakuten {
    background: #cf4944 !important; /* 背景色 */
    border: 2px solid #cf4944 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}

a.easyLink-info-btn-yahoo {
    background: #51a7e8 !important; /* 背景色 */
    border: 2px solid #51a7e8 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}

/* --- マウスオーバー時のボタン色 --- */
a:hover.easyLink-info-btn-amazon {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #f6a306 !important; /* 文字色 */
}

a:hover.easyLink-info-btn-rakuten {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #cf4944 !important; /* 文字色 */
}

a:hover.easyLink-info-btn-yahoo {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #51a7e8 !important; /* 文字色 */
}

/* --- PC以外の時の設定 --- */
@media screen and (max-width: 703px) {
div.easyLink-box div.easyLink-img,
div.easyLink-box div.easyLink-img p.easyLink-img-box img.easyLink-img-pht {
    max-height: 180px !important; /* 商品画像の大きさを調整 */
}
}
	
/* --------- 行間 --------- */
	p {
line-height: 1.8;
margin: 1.8em 0px;
}

