@charset "UTF-8";
@import url("./css/commonstyles.css");
/* ==========================================================================
 Foundation
 ========================================================================== */
html{
line-height:1.15;
-webkit-text-size-adjust:100%;
}
body{
margin:0;
}
main{
display:block;
}
 h1{
font-size:2em;
margin:0.67em 0;
}
hr{
box-sizing:content-box;
height:0;
overflow:visible;
}
pre{
font-family:monospace,monospace;
font-size:1em;
}
a{
background-color:transparent;
}
abbr[title]{
border-bottom:none;
text-decoration:underline;
text-decoration:underline dotted;
}
b,strong{
font-weight:bolder;
}
code,kbd,samp{
font-family:monospace,monospace;
font-size:1em;
}
small{
font-size:80%;
}
sub,sup{
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}
sub{
bottom:-0.25em;
}
sup{
top:-0.5em;
}
img{
border-style:none;
}
button,input,optgroup,select,textarea{
font-family:inherit;
font-size:100%;
line-height:1.15;
margin:0;
}
button,input{
overflow:visible;
}
button,select{
text-transform:none;
}
button,[type="button"],[type="reset"],[type="submit"]{
-webkit-appearance:button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
border-style:none;
padding:0;
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{
outline:1px dotted ButtonText;
}
fieldset{
padding:0.35em 0.75em 0.625em;
}
legend{
box-sizing:border-box;
color:inherit;
display:table;
max-width:100%;
padding:0;
/* 3 */
white-space:normal;
}
progress{
vertical-align:baseline;
}
textarea{
overflow:auto;
}
[type="checkbox"],[type="radio"]{
box-sizing:border-box;
padding:0;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{
height:auto;
}
[type="search"]{
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type="search"]::-webkit-search-decoration{
-webkit-appearance:none;
}
::-webkit-file-upload-button{
-webkit-appearance:button;
font:inherit;
}
details{
display:block;
}
summary{
display:list-item;
}
template{
display:none;
}
[hidden]{
display:none;
}
:root{
--margin-component:1em;
--margin-layout:clamp(24px,5.55555vw,48px);
--padding-overall:3vw;
--width-overall:100vw;
--width-menu:100%;
--width-rmenu:100%;
--width-entry:100%;
}
*,::before,::after{
box-sizing:border-box;
border:0 solid var(--clr-border,#e1e1e1);
min-width:0;
}
html{
overflow-x:hidden;
font-size:62.5%;
}
html[data-spmenu="true"]{
overflow:hidden;
}
@media (min-width:681px){
html[data-spmenu="true"]{
overflow-y:visible;
}
}
html,body{
height:100%;
}
body{
background:var(--clr-body-bg,#fff);
color:var(--clr-body-txt,#333);
font-family:'Poppins','Noto Sans JP','Helvetica Neue',Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
font-size:1.4rem;
line-height:1.7;
}
@media (min-width:681px){
body{
font-size:1.6rem;
line-height:2;
}
}
p{
margin:0;
}
a{
color:var(--clr-a-txt,#0268cc);
}
a:active,a:hover{
outline:0;
text-decoration:none;
}
a img{
border:none;
}
img{
max-width:100%;
height:auto;
vertical-align:middle;
}
cite{
font-style:normal;
}
input,button,select,textarea{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
background:transparent;
border-style:solid;
border-radius:0;
font:inherit;
outline:none;
}
[type="search"]{
-webkit-appearance:none;
}
button{
padding:0;
}
select::-ms-expand{
display:none;
}
textarea{
resize:vertical;
}
ul[id],ul[class],ol[id],ol[class]{
list-style:none;
margin:0;
padding:0;
}
.display-none{
display:none;
}
/* ==========================================================================
 Layout
 ========================================================================== */
/*
==================================================
ラップ
==================================================
*/
#wrap{
position:relative;
}
/*
==================================================
カラム
==================================================
*/
/* グリッド名称 */
#main-header{
grid-area:main-header;
}
#main{
grid-area:main;
}
#main-footer{
grid-area:main-footer;
}
#menu{
grid-area:menu;
}
#rmenu{
grid-area:rmenu;
}
/* 横幅　*/
@media (min-width:681px){
[data-column="col2"] #menu,[data-column="col3"] #menu{
width:var(--width-menu);
}
[data-column="col2"] #rmenu,[data-column="col3"] #rmenu{
width:var(--width-rmenu);
}
}
/* メニュー背景　*/
#menu,#rmenu{
display:flow-root;
position:relative;
z-index:0;
}
#menu::before,#rmenu::before{
background-color:var(--clr-menu-bg,var(--clr-base,#fafafa));
content:'';
position:absolute;
top:0;
left:calc(var(--padding-overall) * -1);
right:calc(var(--padding-overall) * -1);
bottom:0;
z-index:-1;
}
@media (min-width:681px){
#menu::before,#rmenu::before{
left:-100vw;
right:-100vw;
}
[data-column="col2"] #menu::before,[data-column="col2"] #rmenu::before,[data-column="col3"] #menu::before,[data-column="col3"] #rmenu::before{
bottom:calc(var(--margin-layout) * -2);
}
[data-column="col2"][data-menu=""] #menu::before,[data-column="col3"][data-menu=""] #menu::before{
left:-40px;
}
[data-column="col2"][data-menu=""] #rmenu::before,[data-column="col3"][data-menu=""] #rmenu::before{
right:-40px;
}
[data-column="col2"][data-menu="left"] #menu::before,[data-column="col3"][data-menu="left"] #menu::before{
right:-40px;
}
[data-column="col2"][data-menu="left"] #rmenu::before,[data-column="col3"][data-menu="left"] #rmenu::before{
left:-40px;
}
}
/* カラム1
==================================================
*/
/* エントリー＆ページの横幅 */
[data-column="col1"][data-page*="entry"] #contents,[data-column="col1"][data-page*="pages"] #contents{
max-width:var(--width-entry);
}
[data-column="col1"][data-page*="entry"][data-main="wide"] #main section >,[data-column="col1"][data-page*="entry"][data-main="wide"] #main section .txt-body,[data-column="col1"][data-page*="pages"][data-main="wide"] #main section > h2,[data-column="col1"][data-page*="pages"][data-main="wide"] #main section .txt-body{
max-width:var(--width-entry);
}
[data-column="col1"] #main > *,[data-column="col1"] #main-footer > *,[data-column="col1"] #menu > *,[data-column="col1"] #rmenu > *{
margin-bottom:var(--margin-layout);
}
[data-column="col1"] #contents{
padding-bottom:0;
}
/* カラム1（ワイド） */
[data-column="col1"][data-main="wide"] #header,[data-column="col1"][data-main="wide"] #topmenu,[data-column="col1"][data-main="wide"] #headerimg,[data-column="col1"][data-main="wide"] #siteNavi,[data-column="col1"][data-main="wide"] #footer{
--width-overall:none;
}
[data-column="col1"][data-main="wide"] #main > *{
padding-left:var(--padding-overall);
padding-right:var(--padding-overall);
}
[data-column="col1"][data-main="wide"] #contents{
padding:0;
max-width:none;
}
[data-column="col1"][data-main="wide"] #contents .inner > *:not(#main){
margin-left:auto;
margin-right:auto;
padding-left:var(--padding-overall);
padding-right:var(--padding-overall);
width:auto;
}
[data-column="col1"][data-main="wide"][data-main-header*="wide"] #contents #main-header{
padding-left:0;
padding-right:0;
max-width:none;
}
[data-column="col1"][data-main="wide"][data-main-header*="wide"] #main section{
margin-top:0;
}
[data-column="col1"][data-main="wide"][data-main-header*="wide"] #main .mainbox + section{
margin-top:var(--margin-layout);
}
[data-column="col1"][data-main="wide"] #main section{
border-radius:0;
padding:var(--padding-overall);
margin-bottom:0;
}
[data-column="col1"][data-main="wide"] #main section > h2,[data-column="col1"][data-main="wide"] #main section .txt-body{
margin-left:auto;
margin-right:auto;
max-width:var(--width-overall);
}
/* カラム2
==================================================
*/
/* サブメニュー非表示 */
[data-column="col2"] #rmenu{
display:none;
}
[data-column="col2"] #menu .menubox.display-none{
display:block;
}
@media (max-width:680px){
[data-column="col2"] #main > *,[data-column="col2"] #main-footer > *,[data-column="col2"] #menu > *,[data-column="col2"] #rmenu > *{
margin-bottom:var(--margin-layout);
}
[data-column="col2"] #contents{
padding-bottom:0;
}
}
/* デフォルト */
@media (min-width:681px){
[data-column="col2"] #contents .inner{
display:grid;
grid-template-areas:"main-header menu" "main menu" "main-footer menu";
gap:0 50px;
grid-template-columns:auto 28%;
grid-template-rows:minmax(0,max-content) minmax(0,max-content) 1fr auto;
justify-content:center;
padding-left:15px;
}
[data-column*="col2"][data-menu="left"] #contents .inner{
grid-template-areas:"menu main-header" "menu main" "menu main-footer";
grid-template-columns:28% auto;
}
}
/* トップヘッダー */
@media (min-width:681px){
[data-column="col2"][data-main-header*="header"] #main-header,[data-column="col2"][data-main-header*="wide"] #main-header{
grid-column:1 / 3;
width:auto;
}
[data-column="col2"][data-main-header*="header"] #menu,[data-column="col2"][data-main-header*="wide"] #menu{
grid-row:2/4;
}
}
/* カラム3
==================================================
*/
/* サブメニュー非表示 */
[data-column="col3"] #rmenu{
display:none;
}
[data-column="col3"] #menu .menubox.display-none{
display:block;
}
@media (max-width:680px){
[data-column="col3"] #main > *,[data-column="col3"] #main-footer > *,[data-column="col3"] #menu > *,[data-column="col3"] #rmenu > *{
margin-bottom:var(--margin-layout);
}
[data-column="col3"] #contents{
padding-bottom:0;
}
}
/* デフォルト */
@media (min-width:681px){
[data-column="col3"] #contents .inner{
display:grid;
grid-template-areas:"menu main-header" "menu main" "menu main-footer";
gap:0 50px;
grid-template-columns:28% auto;
grid-template-rows:minmax(0,max-content) minmax(0,max-content) 1fr auto;
justify-content:center;
padding-left:15px;
}
}
/* トップヘッダー */
@media (min-width:681px){
[data-column="col3"][data-main-header*="header"] #main-header,[data-column="col3"][data-main-header*="wide"] #main-header{
grid-column:1 / 3;
width:auto;
}
[data-column="col3"][data-main-header*="header"] #menu,[data-column="col3"][data-main-header*="wide"] #menu{
grid-row:2/4;
}
}
/* デフォルト */
/* サブメニュー非表示 */
@media (min-width:1025px){
[data-column="col3"] #menu .menubox.display-none{
display:none;
}
[data-column="col3"] #rmenu{
display:block;
}
[data-column="col3"] #menu #whatsnew{
display:none;
}
[data-column="col3"] #menu #space5,#menu #space6{
display:none;
}
}
@media (min-width:1025px){
[data-column="col3"] #contents .inner{
display:grid;
grid-template-areas:"rmenu main-header menu" "rmenu main menu" "rmenu main-footer menu";
gap:0 50px;
grid-template-columns:auto 54% auto;
grid-template-rows:minmax(0,max-content) minmax(0,max-content) 1fr auto;
justify-content:center;
}
[data-column="col3"][data-menu="left"] #contents .inner{
grid-template-areas:"menu main-header rmenu" "menu main rmenu" "menu main-footer rmenu";
}
}
@media (min-width:1025px){
[data-column="col3"][data-main-header*="header"] #main-header,[data-column="col3"][data-main-header*="wide"] #main-header{
grid-column:1 / 4;
width:auto;
}
[data-column="col3"][data-main-header*="header"] #menu,[data-column="col3"][data-main-header*="wide"] #menu{
grid-row:2/4;
}
[data-column="col3"][data-main-header*="header"] #rmenu,[data-column="col3"][data-main-header*="wide"] #rmenu{
grid-row:2/4;
}
}
/*
==================================================
ヘッダー（パーツ）
==================================================
*/
/* ロゴ */
#logo{
color:var(--clr-logo-txt,var(--clr-header-fixed-txt,#fff));
font-weight:700;
line-height:1.5;
}
#logo img{
display:block;
}
#logo a{
color:inherit;
text-decoration:none;
display:contents;
}
/* ロゴレイアウト用 */
#logo{
display:flex;
align-items:center;
gap:8px;
height:100%;
overflow:hidden;
}
#logo img{
max-height:100%;
}
@media (min-width:681px){
#logo{
padding:8px 0;
}
#logo img{
max-height:72px;
}
#logo.logo-square img{
max-height:56px;
}
#logo.logo-horizon img{
max-height:88px;
}
[data-header]:not([data-header="fixed"]) #logo.logo-horizon{
flex-direction:column;
justify-content:center;
align-items:flex-start;
}
[data-header][data-header="row2-center"] #logo.logo-horizon{
align-items:center;
}
}
.logotext{
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
}
/* リード文 */
#header-lead{
font-size:1.2rem;
padding:8px 0;
line-height:1.5;
}
/* トップメニュー */
#topmenu{
background-color:#dbc900;
color:var(--clr-topmenu-txt,inherit);
font-size:1.5rem;
line-height:1.5;
}
.topmenu_ul{
overflow:hidden;
}
.topmenu_ul > li:first-child > a::before{
display:block;
}
.topmenu_ul a{
color:inherit;
text-decoration:none;
display:block;
position:relative;
padding:1.5em 0;
word-break:break-word;
overflow-wrap:break-word;
}
.topmenu_ul a::before{
content:'';
border-top:1px solid #fff;
position:absolute;
top:0;
left:-100vw;
right:0;
opacity:.24;
display:none;
}
.topmenu_ul a::after{
content:'';
border-bottom:1px solid #fff;
position:absolute;
left:-100vw;
right:0;
bottom:0;
opacity:.24;
}
.topmenu_ul a i{
display:block;
font-size:.66666em;
font-style:normal;
}
.topmenu_ul .haschild{
position:relative;
z-index:0;
}
.topmenu_ul .haschild > a{
padding-right:40px;
}
.topmenu_ul .haschild::before{
background-color:var(--clr-topmenu-icon,var(--clr-topmenu-txt,var(--clr-header-txt1,#fff)));
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%227%22%3E%3Cpath%20d%3D%22m0%200%204.5%207L9%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/9px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%227%22%3E%3Cpath%20d%3D%22m0%200%204.5%207L9%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/9px auto;
content:'';
position:absolute;
top:0;
right:0;
width:40px;
height:4.5em;
cursor:pointer;
z-index:1;
}
.topmenu_ul .haschild.show::before{
transform:rotate(180deg);
}
.topmenu_ul .haschild.show > .child{
overflow:visible;
opacity:1;
}
.topmenu_ul .child{
padding-left:1em;
overflow:hidden;
opacity:0;
}
.topmenu_ul .child a{
transition:0.45s cubic-bezier(0.19,1,0.22,1);
}
@media (max-width:680px){
.topmenu_ul .haschild:not(.show) .child *{
border-width:0;
line-height:0;
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
}
.topmenu_ul .haschild:not(.show) .child img{
height:0;
}
.topmenu_ul .haschild:not(.show) .child a{
opacity:0;
}
[data-color*="clr-topmenu-bg"] #topmenu{
padding:1.2em;
}
[data-color*="clr-topmenu-bg"] .topmenu_ul > li:first-child > a::before{
border-color:var(--clr-topmenu-bg);
filter:invert(100%) grayscale(100%) contrast(100);
opacity:.16;
}
[data-color*="clr-topmenu-bg"] .topmenu_ul a::after{
border-color:var(--clr-topmenu-bg);
filter:invert(100%) grayscale(100%) contrast(100);
opacity:.16;
}
}
@media (min-width:681px){
.topmenu_ul{
display:flex;
flex-wrap:wrap;
overflow:visible;
}
.topmenu_ul > li{
max-width:240px;
}
.topmenu_ul > li:last-child > a::before{
border-right:1px solid #fff;
}
.topmenu_ul li:last-child > a::after{
right:1px;
}
.topmenu_ul .haschild:last-child > a::after{
right:-8px;
}
.topmenu_ul a{
padding:.8em 1.6em;
position:relative;
text-align:center;
display:flex;
flex-wrap:wrap;
flex-direction:column;
justify-content:center;
align-items:center;
height:100%;
}
.topmenu_ul a::before{
border-top:none;
border-left:1px solid #fff;
left:0;
bottom:0;
display:block;
}
.topmenu_ul a::after{
border-bottom:4px solid var(--clr-topmenu-txt,var(--clr-header-txt1,#fff));
position:absolute;
left:1px;
right:0;
opacity:0;
transition:transform 0.5s cubic-bezier(0.19,1,0.22,1);
transform:scaleY(0);
transform-origin:bottom center;
}
.topmenu_ul .haschild{
position:static;
z-index:auto;
}
.topmenu_ul .haschild > a{
padding-right:1.6em;
}
.topmenu_ul .haschild > a::before{
right:-9px;
}
.topmenu_ul .haschild > a::after{
right:-9px;
}
.topmenu_ul .haschild::before{
display:block;
float:right;
position:relative;
right:1em;
width:9px;
height:100%;
}
.topmenu_ul .haschild:hover > ul,.topmenu_ul .haschild.show:hover > ul{
opacity:1;
pointer-events:auto;
visibility:visible;
transform:translate(-50%,0.5em);
}
.topmenu_ul .haschild:hover > a::after,.topmenu_ul .haschild.show:hover > a::after{
opacity:1;
transform:scaleY(1);
}
.topmenu_ul .haschild.show::before{
transform:none;
}
.topmenu_ul .haschild.show > .child{
height:auto;
overflow:visible;
opacity:0;
}
.topmenu_ul .child{
box-sizing:content-box;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
opacity:0;
visibility:hidden;
margin:0;
padding:1em var(--padding-overall);
position:absolute;
left:50%;
width:calc(100% - calc(var(--padding-overall) * 2));
z-index:1;
pointer-events:none;
height:auto;
overflow:visible;
transition:0.6s cubic-bezier(0.19,1,0.22,1);
max-width:var(--width-overall);
transform:translate(-50%,0);
}
.topmenu_ul .child::before{
content:'';
position:absolute;
top:-1.5em;
left:0;
right:0;
bottom:0;
margin:0 calc(-50vw + 50%);
z-index:-1;
}
.topmenu_ul .child::after{
background:var(--clr-topmenu-child-bg,#f1f1f1);
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:0 calc(-50vw + 50%);
z-index:-1;
}
.topmenu_ul .child li:last-child > a::before{
border-right-width:1px;
}
.topmenu_ul .child a{
color:var(--clr-topmenu-child-txt,#333);
transition:.2s;
}
.topmenu_ul .child a::before{
border-color:#000;
}
.topmenu_ul .child a::after{
border-bottom-color:var(--clr-topmenu-child-txt,#000);
}
/* ホバーアクション */
.topmenu_ul a:hover::after{
opacity:1;
transform:scaleY(1);
}
[data-color*="clr-topmenu-bg"] #topmenu{
padding:.8em 1.2em;
}
[data-color*="clr-topmenu-bg"] .topmenu_ul > li > a::before{
border-color:var(--clr-topmenu-bg);
filter:invert(100%) grayscale(100%) contrast(100);
opacity:.16;
}
[data-color*="clr-topmenu-child-bg"] .topmenu_ul .child a::before{
border-color:var(--clr-topmenu-child-bg);
filter:invert(100%) grayscale(100%) contrast(100);
opacity:.16;
}
}
#header .search .search-form{
border:none;
}
/* 検索ボタン */
@media (min-width:681px){
#header .search{
margin-left:auto;
flex-shrink:0;
}
}
/* スマホボタン */
#spmenu-btn{
border-radius:50%;
display:block;
position:relative;
margin-left:auto;
text-indent:200%;
white-space:nowrap;
overflow:hidden;
width:44px;
height:44px;
z-index:100;
margin-right:-2vw;
}
#spmenu-btn::before,#spmenu-btn::after,#spmenu-btn span::before{
background-color:var(--clr-header-txt1,var(--clr-header-fixed-txt,#fff));
content:'';
margin-left:-13px;
position:absolute;
top:50%;
left:50%;
width:26px;
height:3px;
transition:.2s ease;
}
#spmenu-btn::before{
margin-top:-10px;
}
#spmenu-btn::after{
margin-top:8px;
}
#spmenu-btn span::before{
margin-top:-1px;
}
[data-spmenu="true"] #spmenu-btn::before{
transform:translateY(9px) rotate(-45deg);
}
[data-spmenu="true"] #spmenu-btn::after{
transform:translateY(-9px) rotate(45deg);
}
[data-spmenu="true"] #spmenu-btn span::before{
opacity:0;
}
@media (min-width:681px){
#spmenu-btn{
display:none;
}
}
/* スマホメニュー */
#spmenu{
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
transform:translateX(100vw);
display:flex;
flex-direction:column;
gap:2em;
overflow-x:hidden;
overflow-y:scroll;
padding:72px 0 2em;
visibility:hidden;
z-index:99;
transition:0.5s cubic-bezier(0.19,1,0.22,1);
width:calc(100% - 15vw);
min-height:100vh;
}
@supports (-webkit-touch-callout:none){
#spmenu{
min-height:-webkit-fill-available;
}
}
#header::before{
background-color:var(--clr-header-bg1,#000);
content:'';
position:fixed;
top:0;
left:0;
right:0;
transform:translateX(100vw);
width:calc(100% - 15vw);
height:100vh;
z-index:99;
transition:0.5s cubic-bezier(0.19,1,0.22,1);
pointer-events:none;
}
#spmenu-overlay{
background-color:rgba(0,0,0,0.4);
position:fixed;
top:0;
left:0;
right:0;
height:100vh;
z-index:98;
transition:0.5s cubic-bezier(0.19,1,0.22,1);
opacity:0;
pointer-events:none;
}
[data-spmenu="true"] #header{
position:relative;
}
[data-spmenu="true"] #header::before{
transform:translateX(15vw);
pointer-events:auto;
}
[data-spmenu="true"] #spmenu-overlay{
opacity:1;
pointer-events:auto;
}
[data-spmenu="true"] #spmenu{
transform:translateX(15vw);
visibility:visible;
}
@media (min-width:681px){
#header::before{
display:none;
}
#spmenu-overlay{
display:none;
}
#spmenu{
visibility:visible;
}
}
/* ヘッダーレイアウト（スマホ）
==================================================
*/
#header{
background-color:#dbc900;
color:var(--clr-header-txt1,var(--clr-header-fixed-txt,#fff));
}
#logo-wrap{
display:flex;
align-items:center;
gap:1em;
padding:0.5em var(--padding-overall);
height:72px;
}
#spmenu-btn{
flex-shrink:0;
}
#spmenu{
padding-left:var(--padding-overall);
padding-right:var(--padding-overall);
}
#header-wrap,#header-menu{
display:flex;
flex-direction:column;
gap:2em;
}
/* ヘッダーレイアウト（PC）
==================================================
*/
@media (min-width:681px){
#logo,#header-lead,#topmenu,#header .search,#space7{
display:flex;
align-items:center;
min-height:88px;
}
#header-menu{
flex-direction:row;
}
#logo-wrap,#spmenu,#header-wrap{
display:contents;
}
}
/* ヘッダーレイアウト（1行）
==================================================
*/
@media (min-width:681px){
#header{
position:relative;
z-index:1;
}
#header .container{
box-sizing:content-box;
margin-left:auto;
margin-right:auto;
padding:0 var(--padding-overall);
max-width:var(--width-overall);
display:flex;
flex-wrap:wrap;
gap:0 1em;
align-items:center;
}
#header-menu{
flex-grow:1;
}
#topmenu{
margin:0 auto;
}
#topmenu + .search{
margin:0;
}
}
/* 2行
==================================================
*/
@media (min-width:681px){
[data-header="row2"] #header{
background-color:var(--clr-header-bg1,#fff);
color:var(--clr-header-txt1,var(--clr-header-fixed-txt,#000));
}
[data-header="row2"] #logo{
color:var(--clr-logo-txt,var(--clr-header-fixed-txt,#000));
}
[data-header="row2"] #header-menu{
color:var(--clr-header-txt2,var(--clr-header-txt1,#fff));
position:relative;
}
[data-header="row2"] #header-menu::before{
background-color:var(--clr-header-bg2,var(--clr-main,#000));
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:0 calc(-50vw + 50%);
z-index:-1;
}
[data-header="row2"] #header-menu{
order:1;
width:100%;
}
[data-header="row2"] #topmenu{
margin:0 auto 0 0;
}
[data-header="row2"] #topmenu .topmenu_ul .haschild::before{
background-color:var(--clr-topmenu-icon,var(--clr-topmenu-txt,var(--clr-header-txt2,var(--clr-header-txt1,#fff))));
}
[data-header="row2"] #topmenu .topmenu_ul > li > a::after{
border-bottom-color:var(--clr-topmenu-txt,var(--clr-header-txt2,var(--clr-header-txt1,#fff)));
}
[data-header="row2"] #space7{
margin:0 0 0 auto;
}
}
/* 2行リード文
==================================================
*/
@media (min-width:681px){
[data-header="row2-lead"] #header-lead{
color:var(--clr-header-txt2,#000);
padding:1em 0;
position:relative;
min-height:auto;
order:-1;
width:100%;
}
[data-header="row2-lead"] #header-lead::before{
background-color:var(--clr-header-bg2,#fff);
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:0 calc(-50vw + 50%);
z-index:-1;
}
[data-header="row2-lead"] #header-lead span{
position:relative;
}
}
/* 2行中央揃え
==================================================
*/
@media (min-width:681px){
[data-header="row2-center"] #header{
background-color:var(--clr-header-bg1,#fff);
color:var(--clr-header-txt1,var(--clr-header-fixed-txt,#000));
}
[data-header="row2-center"] #header .container{
display:block;
}
[data-header="row2-center"] #logo{
color:var(--clr-logo-txt,var(--clr-header-fixed-txt,#000));
}
[data-header="row2-center"] #logo,[data-header="row2-center"] #header-lead{
justify-content:center;
min-height:auto;
}
[data-header="row2-center"] #logo{
padding:2em 0;
}
[data-header="row2-center"] #header-lead{
margin-top:-4em;
padding:2.66666em 0;
}
[data-header="row2-center"] #header-wrap{
color:var(--clr-header-txt2,var(--clr-header-txt1,#fff));
display:flex;
flex-direction:row;
justify-content:center;
position:relative;
}
[data-header="row2-center"] #header-wrap::before{
background-color:var(--clr-header-bg2,var(--clr-main,#000));
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:0 calc(-50vw + 50%);
z-index:-1;
}
[data-header="row2-center"] #header-menu{
flex-grow:0;
}
[data-header="row2-center"] #space7{
position:relative;
}
[data-header="row2-center"] #topmenu{
margin:0;
}
[data-header="row2-center"] #topmenu .topmenu_ul .haschild::before{
background-color:var(--clr-topmenu-icon,var(--clr-topmenu-txt,var(--clr-header-txt2,var(--clr-header-txt1,#fff))));
}
[data-header="row2-center"] #topmenu .topmenu_ul > li > a::after{
border-bottom-color:var(--clr-topmenu-txt,var(--clr-header-txt2,var(--clr-header-txt1,#fff)));
}
}
/* トップ固定（ヘッダーワイドの時）
==================================================
*/
@media (max-width:680px){
[data-header="fixed"]:not([data-headerimg-img-sp="false"]) #header{
position:absolute;
top:0;
left:0;
width:100%;
z-index:1;
}
[data-header="fixed"]:not([data-headerimg-img-sp="false"]) #header .container{
flex-wrap:nowrap;
}
[data-header="fixed"]:not([data-headerimg-img-sp="false"]) #header .container::after{
background-color:rgba(0,0,0,0.16);
-webkit-backdrop-filter:contrast(120%);
backdrop-filter:contrast(120%);
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:-1;
}
[data-header="fixed"]:not([data-headerimg-img-sp="false"]) #header:not(.fix){
background-color:transparent;
--clr-header-fixed-txt:#fff;
}
[data-spmenu="true"] [data-header="fixed"]:not([data-headerimg-img-sp="false"]) #header{
--clr-header-fixed-txt:inherit;
}
}
@media (min-width:681px){
[data-header="fixed"]:not([data-headerimg-img="false"]) #header{
position:absolute;
top:0;
left:0;
width:100%;
z-index:1;
}
[data-header="fixed"]:not([data-headerimg-img="false"]) #header .container{
max-height:104px;
flex-wrap:nowrap;
}
[data-header="fixed"]:not([data-headerimg-img="false"]) #header .container::after{
background-color:rgba(0,0,0,0.16);
-webkit-backdrop-filter:contrast(120%);
backdrop-filter:contrast(120%);
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:-1;
}
[data-header="fixed"]:not([data-headerimg-img="false"]) #header:not(.fix){
background-color:transparent;
--clr-header-fixed-txt:#fff;
}
}
/*
==================================================
コンテンツ
==================================================
*/
#contents{
box-sizing:content-box;
display:flow-root;
margin-left:auto;
margin-right:auto;
padding-left:var(--padding-overall);
padding-right:var(--padding-overall);
padding-bottom:calc(var(--margin-layout) * 2);
max-width:var(--width-overall);
}
#contents .inner{
display:flow-root;
position:relative;
width:100%;
}
#main > *,#main-footer > *,#menu > *,#rmenu > *{
margin-top:var(--margin-layout);
}
/*
==================================================
メインヘッダー（レイアウト）
==================================================
*/
[data-main-header]:not([data-main-header*="header"]) #main-header > *{
margin-top:var(--margin-layout);
}
/* ヘッダー横幅ワイド */
[data-main-header*="wide"] #main-header{
margin-left:calc(-50vw + 50%);
margin-right:calc(-50vw + 50%);
}
/*
==================================================
メイン（パーツ）
==================================================
*/
/* ワイド化 */
[data-column="col1"][data-main="wide"] #main section[data-txt-body="wide"] > h2,[data-column="col1"][data-main="wide"] #main section[data-txt-body="wide"] .txt-body{
max-width:none;
}
[class="txt-body"]{
background-color:var(--clr-txtbody-bg,transparent);
color:var(--clr-txtbody-txt,inherit);
}
[data-color*="clr-txtbody-bg"] [class="txt-body"]{
padding:clamp(10px,2.8vw,24px);
}
/*
==================================================
メインフッター（レイアウト）
==================================================
*/
/* タグ一覧 */
#main-footer .taglist{
justify-content:flex-end;
}
/* シェアボタン */
#main-footer :not(.profile-body) > .snsbox{
display:flex;
flex-direction:column;
}
#main-footer :not(.profile-body) > .snsbox .snslist{
justify-content:flex-start;
flex-wrap:wrap;
gap:0;
width:100%;
}
#main-footer :not(.profile-body) > .snsbox .snslist li{
width:25%;
}
#main-footer :not(.profile-body) > .snsbox .snslist a{
width:100%;
}
/*
==================================================
メインメニュー（パーツ）
==================================================
*/
.menuboxlist .menubox:not(:first-child){
margin-top:var(--margin-layout);
}
/* メインメニュー */
.menulist{
font-size:1.4rem;
line-height:1.5;
}
.menubox .title + .menulist .sitemenu > li:first-child > a,.menubox .title + .menulist #submenu:not([class="submenu-image"]) > li:first-child > a{
border-top-width:0;
}
.menubox .sitemenu,#submenu:not([class="submenu-image"]){
overflow:hidden;
}
.menubox .sitemenu a,#submenu:not([class="submenu-image"]) a{
color:var(--clr-menu-txt,inherit);
text-decoration:none;
display:flex;
align-items:center;
position:relative;
padding:1.4em 0;
}
.menubox .sitemenu a::after,#submenu:not([class="submenu-image"]) a::after{
content:'';
border-bottom-width:1px;
position:absolute;
left:-100vw;
right:0;
bottom:0;
}
.menubox .sitemenu > li,#submenu:not([class="submenu-image"]) > li{
overflow:hidden;
}
.menubox .sitemenu > li:first-child > a,#submenu:not([class="submenu-image"]) > li:first-child > a{
border-top-width:1px;
}
.menubox .sitemenu .haschild,#submenu:not([class="submenu-image"]) .haschild{
position:relative;
}
.menubox .sitemenu .haschild > a,#submenu:not([class="submenu-image"]) .haschild > a{
padding-right:44px;
}
.menubox .sitemenu .haschild::after,#submenu:not([class="submenu-image"]) .haschild::after{
background-color:var(--clr-menu-icon,var(--clr-menu-txt,var(--clr-body-txt,#333)));
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%227%22%3E%3Cpath%20d%3D%22m0%200%204.5%207L9%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/9px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%227%22%3E%3Cpath%20d%3D%22m0%200%204.5%207L9%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/9px auto;
content:'';
position:absolute;
top:0;
right:0;
width:44px;
height:4.371em;
cursor:pointer;
}
.menubox .sitemenu .haschild.show::after,#submenu:not([class="submenu-image"]) .haschild.show::after{
transform:rotate(180deg);
}
.menubox .sitemenu .haschild.show > .child,#submenu:not([class="submenu-image"]) .haschild.show > .child{
overflow:visible;
opacity:1;
}
.menubox .sitemenu .sitemenu_ul,#submenu:not([class="submenu-image"]) .sitemenu_ul{
overflow:visible;
padding-left:1em;
}
.menubox .sitemenu .child,#submenu:not([class="submenu-image"]) .child{
overflow:hidden;
opacity:0;
}
.menubox .sitemenu .child a,#submenu:not([class="submenu-image"]) .child a{
transition:0.45s cubic-bezier(0.19,1,0.22,1);
}
@media (max-width:680px){
.menubox .sitemenu .haschild:not(.show) .child *:not(span),#submenu:not([class="submenu-image"]) .haschild:not(.show) .child *:not(span){
border-width:0;
line-height:0;
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
}
.menubox .sitemenu .haschild:not(.show) .child img,#submenu:not([class="submenu-image"]) .haschild:not(.show) .child img{
height:0;
}
.menubox .sitemenu .haschild:not(.show) .child a,#submenu:not([class="submenu-image"]) .haschild:not(.show) .child a{
opacity:0;
}
}
@media (min-width:681px){
#body:not([data-column="col1"]) .menubox .sitemenu .haschild:not(.show) .child *:not(span),#body:not([data-column="col1"]) #submenu:not([class="submenu-image"]) .haschild:not(.show) .child *:not(span){
border-width:0;
line-height:0;
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
}
#body:not([data-column="col1"]) .menubox .sitemenu .haschild:not(.show) .child img,#body:not([data-column="col1"]) #submenu:not([class="submenu-image"]) .haschild:not(.show) .child img{
height:0;
}
#body:not([data-column="col1"]) .menubox .sitemenu .haschild:not(.show) .child a,#body:not([data-column="col1"]) #submenu:not([class="submenu-image"]) .haschild:not(.show) .child a{
opacity:0;
}
[data-column="col1"] .menubox .title + .menulist .sitemenu,[data-column="col1"] .menubox .title + .menulist #submenu:not([class="submenu-image"]){
margin-top:1.5em;
}
[data-column="col1"] .menubox .sitemenu,[data-column="col1"] #submenu:not([class="submenu-image"]){
column-count:3;
gap:2em;
}
[data-column="col1"] .menubox .sitemenu > li,[data-column="col1"] #submenu:not([class="submenu-image"]) > li{
overflow:hidden;
}
[data-column="col1"] .menubox .sitemenu > li:first-child > a,[data-column="col1"] #submenu:not([class="submenu-image"]) > li:first-child > a{
border-top-width:0;
}
[data-column="col1"] .menubox .sitemenu li,[data-column="col1"] #submenu:not([class="submenu-image"]) li{
break-inside:avoid;
margin:0 0 1.2em;
}
[data-column="col1"] .menubox .sitemenu li::after,[data-column="col1"] #submenu:not([class="submenu-image"]) li::after{
display:none;
}
[data-column="col1"] .menubox .sitemenu a,[data-column="col1"] #submenu:not([class="submenu-image"]) a{
padding:0;
display:inline;
}
[data-column="col1"] .menubox .sitemenu a::after,[data-column="col1"] #submenu:not([class="submenu-image"]) a::after{
display:none;
}
[data-column="col1"] .menubox .sitemenu .sitemenu_ul,[data-column="col1"] #submenu:not([class="submenu-image"]) .sitemenu_ul{
padding:0;
}
[data-column="col1"] .menubox .sitemenu .sitemenu_ul li,[data-column="col1"] #submenu:not([class="submenu-image"]) .sitemenu_ul li{
margin:.8em 0 0;
opacity:0.75;
}
[data-column="col1"] .menubox .sitemenu .child,[data-column="col1"] #submenu:not([class="submenu-image"]) .child{
height:auto;
overflow:visible;
opacity:1;
}
/* ホバーアクション */
.menulist a span{
transition:opacity .2s;
}
.menulist a:hover span{
opacity:.5;
}
.menulist .haschild:hover::after{
transition:0.5s cubic-bezier(0.19,1,0.22,1);
opacity:.5;
}
}
.menu-icon{
flex-shrink:0;
line-height:0;
}
.menu-icon img{
max-width:20px;
margin-right:8px;
vertical-align:top;
}
/* 画像メニュー */
.submenu-image{
display:flex;
flex-wrap:wrap;
gap:.5em;
}
.submenu-image ul,.submenu-image li,.submenu-image a,.submenu-image span{
display:contents;
}
.menubox .title + .menulist .submenu-image{
margin-top:.5em;
}
/* 月別アーカイブ */
/*
==================================================
サブメニュー（パーツ）
==================================================
*/
/*
==================================================
フッター（パーツ）
==================================================
*/
/* フッターナビ */
#footer-menu{
font-size:1.4rem;
line-height:1.5;
}
.footer-menu_ul{
display:flex;
flex-wrap:wrap;
flex-direction:column;
}
.footer-menu_ul li{
max-width:100%;
}
.footer-menu_ul > li{
padding:1.5em 0;
border-top:1px solid rgba(255,255,255,0.24);
}
.footer-menu_ul > li:last-child{
border-bottom:1px solid rgba(255,255,255,0.24);
}
.footer-menu_ul a{
color:var(--clr-footermenu-txt,inherit);
text-decoration:none;
}
.footer-menu_ul .child li{
margin:1em 0 0;
}
.footer-menu_ul .child li a{
color:var(--clr-footermenu-child-txt,var(--clr-footermenu-txt,var(--clr-footer-txt,rgba(255,255,255,0.75))));
}
@media (min-width:681px){
.footer-menu_ul{
flex-direction:row;
justify-content:center;
}
.footer-menu_ul > li{
padding:.1em 3em;
border-top:none;
border-left:1px solid rgba(255,255,255,0.24);
}
.footer-menu_ul > li:last-child{
border-bottom:none;
border-right:1px solid rgba(255,255,255,0.24);
}
}
/* ホバーアクション */
@media (min-width:681px){
#footer-menu a{
transition:0.2s;
}
#footer-menu a:hover{
opacity:0.5;
}
}
/* コピーライト */
#copy{
font-size:1.1rem;
padding:2.6em;
position:relative;
text-align:center;
width:100%;
pointer-events:none;
}
#copy::after{
background:#fff;
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:0 calc(-50vw + 50%);
opacity:.1;
}
/* フッター（レイアウト）
==================================================
*/
#footer{
background-color:var(--clr-footer-bg,var(--clr-main,#dbc900));
color:var(--clr-footer-txt,#fff);
}
#footer .inner{
box-sizing:content-box;
margin:0 auto;
padding:0 var(--padding-overall);
max-width:var(--width-overall);
display:flex;
flex-direction:column;
gap:2em;
}
#footer .inner > *:first-child:not(#copy){
margin-top:clamp(40px,11.11111vw,56px);
}
#footer .inner > *:nth-last-child(2){
margin-bottom:calc(clamp(40px,11.11111vw,56px) - 2em);
}
/* 中央揃え
==================================================
*/
[data-footer=""] #space8{
text-align:center;
}
/* 両端揃え
==================================================
*/
@media (min-width:681px){
[data-footer*="col2"] #footer .inner{
flex-direction:row;
justify-content:space-between;
flex-wrap:wrap;
gap:0;
}
[data-footer*="col2"] #footer .inner > *:not(#copy){
margin-top:clamp(40px,11.11111vw,56px);
margin-bottom:clamp(40px,11.11111vw,56px);
}
[data-footer*="col2"] #footer-menu{
order:-1;
}
}
/*
==================================================
ヘッダー（追従機能）
==================================================
*/
#header.fix:not(.show-header){
overflow:hidden;
}
/* ==========================================================================
 page
 ========================================================================== */
/*
==================================================
トップページ
==================================================
*/
#whatsnew li{
border-bottom-width:1px;
padding:1.5em 0;
display:flex;
flex-direction:column;
align-items:baseline;
gap:.8em 1.3em;
}
#whatsnew li:first-child{
border-top-width:1px;
}
.whatsnew-time{
flex-shrink:0;
display:flex;
align-items:center;
gap:1em;
}
.whatsnew-time .date{
font-size:1.4rem;
opacity:1;
}
.whatsnew-time .date::before{
display:none;
}
.whatsnew-time .cat{
max-width:100px;
}
.whatsnew-txt{
font-size:1.4rem;
line-height:1.6;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
}
.whatsnew-txt a{
color:inherit;
text-decoration:none;
}
@media (min-width:681px){
#whatsnew li{
flex-direction:row;
}
.whatsnew-txt{
-webkit-line-clamp:1;
}
.whatsnew-txt a:hover{
text-decoration:underline;
}
}
/*
==================================================
ブログモード
==================================================
*/
.bloglist{
display:grid;
margin:var(--margin-component) 0;
gap:10px;
grid-template-rows:max-content;
}
/* カラム変更 */
@media (max-width:680px){
.bloglist[data-bloglist-sp-column*="col2"]{
grid-template-columns:repeat(2,1fr);
}
.bloglist[data-bloglist-sp-column*="col3"]{
grid-template-columns:repeat(3,1fr);
}
.bloglist[data-bloglist-sp-column*="col4"]{
grid-template-columns:repeat(4,1fr);
}
}
@media (min-width:681px){
.bloglist[data-bloglist-column*="col2"]{
grid-template-columns:repeat(2,1fr);
gap:clamp(18px,5vw,24px);
}
.bloglist[data-bloglist-column*="col3"]{
grid-template-columns:repeat(3,1fr);
}
.bloglist[data-bloglist-column*="col4"]{
grid-template-columns:repeat(4,1fr);
}
}
/*
==================================================
記事（パーツ）
==================================================
*/
/* NEWアイコン */
[data-blog-mark*="new"]{
position:relative;
z-index:0;
}
[data-blog-mark*="new"]::before{
background-color:var(--clr-main,#000);
border:3px solid #fff;
color:#fff;
content:'NEW';
display:flex;
justify-content:center;
align-items:center;
font-style:italic;
font-weight:700;
line-height:1;
padding:.5em .8em;
position:absolute;
top:.625em;
left:.625em;
z-index:1;
}
/*
==================================================
記事（デザイン）
==================================================
*/
.blog{
background-color:var(--clr-base,#fafafa);
padding:1em;
}
.blog .blog-inner{
display:grid;
gap:1em;
text-align:left;
}
.blog .blog-thumb{
overflow:hidden;
}
.blog .blog-thumb img{
width:100%;
aspect-ratio:41/27;
max-height:270px;
object-fit:cover;
}
.blog .blog-body{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:.8em;
overflow:hidden;
position:relative;
}
.blog .blog-info{
display:contents;
}
.blog .date{
order:3;
}
.blog .blog-title{
color:inherit;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
overflow:hidden;
font-size:2rem;
font-weight:700;
line-height:1.4;
width:100%;
}
.blog .blog-title a{
color:inherit;
text-decoration:none;
}
.blog .blog-desc,.blog .blog-more{
display:none;
}
/* ホバーアクション */
@media (min-width:681px){
.blog .blog-thumb img,.blog .blog-body{
transition:0.5s cubic-bezier(0.19,1,0.22,1);
}
.blog:hover .blog-thumb img{
transform:scale(1.08);
}
.blog:hover .blog-body{
opacity:.75;
}
}
/* リサイズ */
.blog[max-width~="360px"] .blog-title{
-webkit-line-clamp:2;
}
.blog[max-width~="240px"] .blog-title{
font-size:1.4rem;
}
.blog[max-width~="240px"] .cat,.blog[max-width~="240px"] .author{
display:none;
}
/* 横向き */
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-inner{
display:flex;
align-items:flex-start;
gap:2em;
}
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-thumb{
overflow:hidden;
}
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-thumb img{
max-height:200px;
}
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-thumb{
position:relative;
width:45%;
}
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-body{
padding-top:1em;
width:55%;
}
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-title{
-webkit-line-clamp:2;
}
.bloglist[data-bloglist-horizontal*="true"] .blog[max-width~="500px"] .blog-inner{
align-items:stretch;
gap:1em;
}
.bloglist[data-bloglist-horizontal*="true"] .blog[max-width~="500px"] .blog-thumb img{
width:100%;
height:100%;
max-height:100px;
}
.bloglist[data-bloglist-horizontal*="true"] .blog[max-width~="500px"] .blog-body{
padding-top:0;
}
.bloglist[data-bloglist-horizontal*="true"] .blog[max-width~="500px"] .blog-title{
font-size:1.4rem;
}
.bloglist[data-bloglist-horizontal*="true"] .blog[max-width~="500px"] .cat,.bloglist[data-bloglist-horizontal*="true"] .blog[max-width~="500px"] .author{
display:none;
}
.bloglist[data-bloglist-horizontal*="true"] .blog[min-width~="680px"] .blog-inner::after{
background-color:var(--clr-body-txt,#333);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.071%22%20height%3D%2221.787%22%3E%3Cpath%20d%3D%22M2.176%200%200%202.182l8.713%208.711L0%2019.609l2.17%202.178%2010.9-10.894-2.181-2.176Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center/13px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.071%22%20height%3D%2221.787%22%3E%3Cpath%20d%3D%22M2.176%200%200%202.182l8.713%208.711L0%2019.609l2.17%202.178%2010.9-10.894-2.181-2.176Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center/13px auto;
content:'';
display:block;
width:40px;
height:40px;
align-self:center;
}
/* ホバーアクション */
@media (min-width:681px){
.blog:hover .blog-inner::after{
animation:bloginner 0.45s cubic-bezier(0.19,1,0.22,1) 0s 1;
}
}
@keyframes bloginner{
0%{
transform:translateX(0);
}
50%{
opacity:0;
transform:translateX(25%);
}
50.01%{
transform:translateX(-25%);
}
100%{
opacity:1;
transform:translateX(0);
}
}
/*
==================================================
カテゴリーページ
==================================================
*/
[class^="categorylist"] ul{
margin:var(--margin-component) 0;
}
[class^="categorylist"] .article-thumb{
overflow:hidden;
}
[class^="categorylist"] .article-thumb img{
width:100%;
aspect-ratio:41/27;
object-fit:cover;
}
[class^="categorylist"] .article-title{
color:inherit;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
font-size:clamp(1.6rem,4.44444vw,2rem);
font-weight:700;
line-height:1.4;
}
[class^="categorylist"] .article-title a{
color:inherit;
text-decoration:none;
}
[class^="categorylist"] .article-desc{
color:inherit;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
font-size:1.4rem;
line-height:1.7;
opacity:.75;
}
[class^="categorylist"] .article-more{
text-align:right;
}
[class^="categorylist"] .article-more a{
color:inherit;
font-size:1.8rem;
font-style:italic;
font-weight:700;
text-decoration:none;
text-transform:uppercase;
position:relative;
display:flex;
align-items:center;
justify-content:flex-end;
gap:.4em;
}
[class^="categorylist"] .article-more a::after{
background-color:var(--clr-body-txt,#333);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.982%22%20height%3D%2213.307%22%3E%3Cpath%20d%3D%22M1.328%200%200%201.329l5.324%205.326L0%2011.975l1.33%201.332%206.652-6.652-1.328-1.331Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center/8px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.982%22%20height%3D%2213.307%22%3E%3Cpath%20d%3D%22M1.328%200%200%201.329l5.324%205.326L0%2011.975l1.33%201.332%206.652-6.652-1.328-1.331Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center/8px auto;
content:'';
display:block;
width:1em;
height:1em;
}
@media (min-width:681px){
[class^="categorylist"] .article-thumb img{
max-height:300px;
}
[class^="categorylist"] .article-thumb img,[class^="categorylist"] .article-body{
transition:0.5s cubic-bezier(0.19,1,0.22,1);
}
[class^="categorylist"] .article:hover .article-thumb img{
transform:scale(1.08);
}
[class^="categorylist"] .article:hover .article-body{
opacity:.75;
}
[class^="categorylist"] .article:hover .article-more a::after{
animation:articlemore 0.45s cubic-bezier(0.19,1,0.22,1) 0s 1;
}
}
@keyframes articlemore{
0%{
transform:translateX(0);
}
50%{
opacity:0;
transform:translateX(100%);
}
50.01%{
transform:translateX(-100%);
}
100%{
opacity:1;
transform:translateX(0);
}
}
/*　カテゴリー一覧（横並び） */
.categorylist ul{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));
gap:2em;
}
.categorylist .article{
position:relative;
}
.categorylist .article-inner{
display:flex;
flex-direction:column;
gap:1em;
}
.categorylist .article-body{
display:flex;
flex-direction:column;
gap:.8em;
}
/*　カテゴリー一覧（縦並び） */
.categorylist-vertical ul{
display:grid;
gap:2em;
}
.categorylist-vertical .article{
position:relative;
}
.categorylist-vertical .article-inner{
display:flex;
flex-wrap:wrap;
gap:1em 1.5em;
}
.categorylist-vertical .article-thumb{
flex:1 1 360px;
}
.categorylist-vertical .article-body{
flex:9999 1 240px;
display:flex;
flex-direction:column;
gap:.8em;
}
@media (min-width:681px){
.categorylist-vertical ul{
gap:2.5em;
}
.categorylist-vertical .article-thumb img{
max-height:200px;
}
}
/*　カテゴリー一覧（交互） */
.categorylist-alternate ul{
display:grid;
gap:2em;
}
.categorylist-alternate .article{
position:relative;
}
.categorylist-alternate .article-inner{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));
gap:1em 0;
}
.categorylist-alternate .article-body{
display:flex;
flex-direction:column;
gap:.8em;
}
.categorylist-alternate[min-width~="680px"] ul{
gap:3em;
}
.categorylist-alternate[min-width~="680px"] .article-body{
padding:0 2vw;
}
.categorylist-alternate[min-width~="680px"] .article-title{
-webkit-line-clamp:3;
}
.categorylist-alternate[min-width~="680px"] .article-desc{
-webkit-line-clamp:4;
}
.categorylist-alternate[min-width~="680px"] li:nth-child(odd) .article-body{
padding-right:0;
}
.categorylist-alternate[min-width~="680px"] li:nth-child(even) .article-body{
order:-1;
padding-left:0;
}
/*
==================================================
エントリー
==================================================
*/
/* 関連記事一覧
==================================================
*/
#entrylist ul{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(min(100%,190px),1fr));
gap:1em;
}
#entrylist .article{
position:relative;
}
#entrylist .article-inner{
display:flex;
flex-direction:column;
gap:1em;
}
#entrylist .article-thumb{
flex-shrink:0;
overflow:hidden;
}
#entrylist .article-thumb img{
width:100%;
aspect-ratio:5/3;
object-fit:cover;
}
#entrylist .article-body{
display:flex;
flex-direction:column;
gap:.5em;
}
#entrylist .article-title{
color:inherit;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
font-size:1.6rem;
font-weight:700;
line-height:1.4;
}
#entrylist .article-title a{
color:inherit;
text-decoration:none;
}
#entrylist .article-desc{
color:inherit;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
font-size:1.3rem;
line-height:1.7;
opacity:.75;
}
/* ホバーアクション */
@media (min-width:681px){
#entrylist .article-thumb img,#entrylist .article-body{
transition:0.5s cubic-bezier(0.19,1,0.22,1);
}
#entrylist .article:hover .article-thumb img{
transform:scale(1.08);
}
#entrylist .article:hover .article-body{
opacity:.75;
}
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult ul{
margin:var(--margin-component) 0;
display:grid;
gap:2.5em;
}
#searchresult .article{
position:relative;
}
#searchresult .article-inner{
display:flex;
flex-wrap:wrap;
gap:1em 1.5em;
}
#searchresult .article-thumb{
flex:1 1 360px;
overflow:hidden;
}
#searchresult .article-thumb img{
width:100%;
aspect-ratio:41/27;
object-fit:cover;
max-height:200px;
}
#searchresult .article-body{
flex:9999 1 240px;
display:flex;
flex-direction:column;
gap:.8em;
}
#searchresult .article-title{
color:inherit;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
font-size:clamp(1.6rem,4.44444vw,2rem);
font-weight:700;
line-height:1.4;
}
#searchresult .article-title a{
color:inherit;
text-decoration:none;
}
#searchresult .article-desc{
color:inherit;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
overflow:hidden;
font-size:1.4rem;
line-height:1.7;
opacity:.75;
}
#searchresult .article-more{
display:none;
}
/* ホバーアクション */
@media (min-width:681px){
#searchresult .article-thumb img,#searchresult .article-body{
transition:0.5s cubic-bezier(0.19,1,0.22,1);
}
#searchresult .article:hover .article-thumb img{
transform:scale(1.08);
}
#searchresult .article:hover .article-body{
opacity:.75;
}
}
/*
==================================================
404ページ
==================================================
*/
#notfound .search{
margin:2em 0;
}
@media (min-width:681px){
#notfound .search-form{
width:360px;
}
}
/* ==========================================================================
 Component
 ========================================================================== */
/* 著者
==================================================
*/
.author{
display:flex;
align-items:center;
gap:.5em;
}
.author-image{
width:28px;
height:28px;
flex-shrink:0;
}
.author-image img{
border-radius:50%;
display:block;
width:100%;
height:100%;
object-fit:cover;
}
.author-body{
display:flex;
align-items:center;
gap:1.5em;
}
.author-name{
font-size:1.4rem;
line-height:1.5;
opacity:.5;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
overflow:hidden;
}
.author-name a{
color:inherit;
text-decoration:none;
}
/* 引用
==================================================
*/
blockquote{
background:#fafafa;
border-left:4px solid #dddee2;
margin:var(--margin-component) 0;
padding:2em;
position:relative;
}
blockquote::before{
background-image:url(img/blockquote.svg);
background-position:left center;
background-repeat:no-repeat;
background-size:14px auto;
content:'';
display:block;
margin-bottom:10px;
margin-top:-10px;
width:1em;
height:1em;
}
/* 画像付きボックス共通
==================================================
*/
[class*="alert"]{
background:#ffd6e2;
}
[class*="accept"]{
background:#cdf2f2;
}
[class*="attention"]{
background:#ffefc3;
}
[class*="hint"]{
background:#d1ebff;
}
.alert::before,.accept::before,.attention::before,.thint::before,.cbox-d .cbox-caption span::before{
background-position:center;
background-repeat:no-repeat;
content:'';
border-radius:50%;
position:absolute;
width:1.75em;
height:1.75em;
}
.alert:not(.noimage)::before,[class*="cbox-alert"] .cbox-caption span::before{
background-color:#dd305d;
background-image:url(img/icon_alert.svg);
background-size:.875em;
}
.accept:not(.noimage)::before,[class*="cbox-accept"] .cbox-caption span::before{
background-color:#00adaa;
background-image:url(img/icon_accept.svg);
background-size:.9375em;
}
.attention:not(.noimage)::before,[class*="cbox-attention"] .cbox-caption span::before{
background-color:#ffba02;
background-image:url(img/icon_attention.svg);
background-size:.25em;
}
.thint:not(.noimage)::before,[class*="cbox-hint"] .cbox-caption span::before{
background-color:#409cfa;
background-image:url(img/icon_thint.svg);
background-size:.1875em;
}
/* 画像付きボックス
==================================================
*/
.alert,.accept,.attention,.thint{
line-height:1.5;
margin:var(--margin-component) 0;
padding:2em;
position:relative;
}
.alert:not(.noimage),.accept:not(.noimage),.attention:not(.noimage),.thint:not(.noimage){
padding-left:calc(2em + 2.5em);
}
.alert:not(.noimage)::before,.accept:not(.noimage)::before,.attention:not(.noimage)::before,.thint:not(.noimage)::before{
top:calc(2em - 0.125em);
left:2em;
}
/* キャプション付きボックス共通
==================================================
*/
.cbox-d{
line-height:1.5;
margin:var(--margin-component) 0;
}
.cbox-d .cbox-caption{
line-height:1.5;
}
.cbox-d .cbox-caption span{
display:block;
font-size:.875em;
position:relative;
}
.cbox-d .cbox-caption span::before{
top:0;
left:0;
}
[class*="cbox-alert"] .cbox-caption{
background:#dd305d;
}
[class*="cbox-alert"] .cbox-caption span{
color:#dd305d;
}
[class*="cbox-alert"],[class*="cbox-alert"] .cbox-caption::before,[class*="cbox-alert"] .cbox-caption::after{
border-color:#dd305d;
}
[class*="cbox-accept"] .cbox-caption{
background:#00adaa;
}
[class*="cbox-accept"] .cbox-caption span{
color:#00adaa;
}
[class*="cbox-accept"],[class*="cbox-accept"] .cbox-caption::before,[class*="cbox-accept"] .cbox-caption::after{
border-color:#00adaa;
}
[class*="cbox-attention"] .cbox-caption{
background:#ffba02;
}
[class*="cbox-attention"] .cbox-caption span{
color:#ffba02;
}
[class*="cbox-attention"],[class*="cbox-attention"] .cbox-caption::before,[class*="cbox-attention"] .cbox-caption::after{
border-color:#ffba02;
}
[class*="cbox-hint"] .cbox-caption{
background:#409cfa;
}
[class*="cbox-hint"] .cbox-caption span{
color:#409cfa;
}
[class*="cbox-hint"],[class*="cbox-hint"] .cbox-caption::before,[class*="cbox-hint"] .cbox-caption::after{
border-color:#409cfa;
}
/* デザイン01
==================================================
*/
.cbox-d[class*="01"]{
border-width:4px;
}
.cbox-d[class*="01"] .cbox-caption{
background:transparent;
margin-bottom:-.5em;
padding:1.33333em 1.77777em 0;
}
.cbox-d[class*="01"] .cbox-caption span{
padding-left:2.5em;
}
.cbox-d[class*="01"] .cbox-body{
padding:1.5em 2em;
}
.cbox-alert01{
background:#fdf2f5;
border-color:#edc2ce;
}
.cbox-accept01{
background:#e7f8f8;
border-color:#b0dbdb;
}
.cbox-attention01{
background:#fff8e5;
border-color:#f4d888;
}
.cbox-hint01{
background:#e8f5ff;
border-color:#9cceef;
}
/* デザイン02
==================================================
*/
.cbox-d[class*="02"]{
background:#fff;
border-width:4px;
border-top:none;
margin-top:calc(var(--margin-component) + .71872em);
}
.cbox-d[class*="02"] .cbox-caption{
background:transparent;
display:flex;
margin-bottom:-.5em;
padding:0;
}
.cbox-d[class*="02"] .cbox-caption::before,.cbox-d[class*="02"] .cbox-caption::after{
content:'';
border-top-width:4px;
}
.cbox-d[class*="02"] .cbox-caption::before{
margin-right:.75em;
width:0.75em;
}
.cbox-d[class*="02"] .cbox-caption::after{
flex-grow:1;
margin-left:0.75em;
}
.cbox-d[class*="02"] .cbox-caption span{
padding-left:2.5em;
margin-top:-.7301304em;
}
.cbox-d[class*="02"] .cbox-body{
padding:2em;
}
/* デザイン03
==================================================
*/
.cbox-d[class*="03"]{
background:none;
}
.cbox-d[class*="03"] .cbox-caption{
display:inline-block;
margin:0;
padding:.25em .5em;
position:relative;
}
.cbox-d[class*="03"] .cbox-caption span{
color:#fff;
padding-left:1.7857em;
}
.cbox-d[class*="03"] .cbox-body{
padding:2em;
}
.cbox-alert03 .cbox-body{
background:#ffd6e2;
}
.cbox-accept03 .cbox-body{
background:#cdf2f2;
}
.cbox-attention03 .cbox-body{
background:#ffefc3;
}
.cbox-hint03 .cbox-body{
background:#d1ebff;
}
/* デザイン04
==================================================
*/
.cbox-d[class*="04"]{
background:#fff;
border-width:4px;
border-top:none;
overflow:hidden;
}
.cbox-d[class*="04"] .cbox-caption{
margin-bottom:0;
padding:.625em 1.33333em;
}
.cbox-d[class*="04"] .cbox-caption span{
color:#fff;
padding-left:1.7857em;
}
.cbox-d[class*="04"] .cbox-body{
padding:1.5em;
}
/* カテゴリーネーム
==================================================
*/
.cat{
display:inline-flex;
}
.cat a{
color:#333;
font-size:1rem;
font-weight:700;
line-height:2.3;
padding:0 1.2em;
text-decoration:none;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
overflow:hidden;
position:relative;
}
.cat a::before{
border:1px solid #333;
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
opacity:.5;
}
/* ホバーアクション */
@media (min-width:681px){
.cat a{
transition:.2s ease;
}
.cat a::before{
transition:.2s ease;
}
.cat a:hover{
background-color:var(--clr-main,#000);
color:#fff;
}
.cat a:hover::before{
opacity:0;
}
}
/* レビューチャート
==================================================
*/
.chart{
line-height:1.5;
}
.chart li{
display:flex;
gap:0 8px;
align-items:center;
font-size:1.2rem;
padding:2px 0;
}
.chart .chart-title{
flex-shrink:0;
width:30%;
}
.chart .graph{
background:#f0f0f0;
transform:skew(-30deg);
flex-grow:1;
}
.chart .graph .bar{
background:#1273eb;
background-image:repeating-linear-gradient(-60deg,rgba(255,255,255,0),rgba(255,255,255,0) 5px,rgba(255,255,255,0.21) 5px,rgba(255,255,255,0.21) 10px);
display:block;
height:12px;
}
.chart .graph .bar[data-review='0']{
width:0%;
}
.chart .graph .bar[data-review='1']{
width:20%;
}
.chart .graph .bar[data-review='2']{
width:40%;
}
.chart .graph .bar[data-review='3']{
width:60%;
}
.chart .graph .bar[data-review='4']{
width:80%;
}
.chart .graph .bar[data-review='5']{
width:100%;
}
/* CTA
==================================================
*/
/* デザイン */
.cta{
background:#a7becb;
color:#333;
margin-left:auto;
margin-right:auto;
position:relative;
overflow:hidden;
}
.cta a{
color:inherit;
display:block;
text-decoration:none;
}
.cta .cta-img{
position:relative;
z-index:0;
}
.cta .cta-img img{
width:100%;
height:140px;
-webkit-mask-image:linear-gradient(black 30%,transparent);
mask-image:linear-gradient(black 30%,transparent);
object-fit:cover;
}
.cta .cta-body{
margin-top:-10px;
padding:0 20px 20px;
position:relative;
display:flex;
flex-direction:column;
gap:20px 0;
}
.cta .cta-txt{
display:flex;
flex-direction:column;
gap:10px 0;
}
.cta .cta-title{
font-size:1.8rem;
font-weight:700;
line-height:1.4;
text-align:center;
}
.cta .cta-desc{
font-size:1.2rem;
line-height:1.7;
opacity:.75;
}
.cta .cta-more{
text-align:center;
}
.cta .cta-more span{
background:#2e3442;
border-radius:100px;
color:#fff;
display:inline-block;
font-size:1.2rem;
padding:.5em 1.5em;
}
/* ホバーアクション */
@media (min-width:681px){
.cta{
transition:0.2s;
}
.cta:hover{
opacity:0.7;
}
}
/* リサイズ */
.cta[max-width~="280px"] .cta-img img,.cta[data-cta-size="horizontal"][max-width~="280px"] .cta-img img{
height:90px;
}
.cta[max-width~="280px"] .cta-body,.cta[data-cta-size="horizontal"][max-width~="280px"] .cta-body{
gap:10px 0;
}
.cta[max-width~="280px"] .cta-title,.cta[data-cta-size="horizontal"][max-width~="280px"] .cta-title{
font-size:1.5rem;
}
.cta[max-width~="280px"] .cta-desc,.cta[data-cta-size="horizontal"][max-width~="280px"] .cta-desc{
font-size:1rem;
}
.cta[max-width~="280px"] .cta-more span,.cta[data-cta-size="horizontal"][max-width~="280px"] .cta-more span{
font-size:1rem;
}
/* 画像位置左側 */
.cta.cta-left[min-width~="600px"] .cta-inner,.cta.cta-left[data-cta-size="horizontal"][min-width~="600px"] .cta-inner{
flex-direction:row;
}
.cta.cta-left[min-width~="600px"] .cta-img img,.cta.cta-left[data-cta-size="horizontal"][min-width~="600px"] .cta-img img{
-webkit-mask-image:linear-gradient(to right,black 30%,transparent);
mask-image:linear-gradient(to right,black 30%,transparent);
object-position:left;
}
.cta[min-width~="600px"],.cta[data-cta-size="horizontal"][min-width~="600px"]{
max-width:900px;
}
.cta[min-width~="600px"] .cta-inner,.cta[data-cta-size="horizontal"][min-width~="600px"] .cta-inner{
display:flex;
flex-direction:row-reverse;
}
.cta[min-width~="600px"] .cta-img,.cta[data-cta-size="horizontal"][min-width~="600px"] .cta-img{
width:45%;
}
.cta[min-width~="600px"] .cta-img img,.cta[data-cta-size="horizontal"][min-width~="600px"] .cta-img img{
height:100%;
-webkit-mask-image:linear-gradient(to left,black 30%,transparent);
mask-image:linear-gradient(to left,black 30%,transparent);
object-position:right;
}
.cta[min-width~="600px"] .cta-img span,.cta[data-cta-size="horizontal"][min-width~="600px"] .cta-img span{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.cta[min-width~="600px"] .cta-body,.cta[data-cta-size="horizontal"][min-width~="600px"] .cta-body{
margin-top:0;
padding:32px;
width:55%;
}
.cta[min-width~="600px"] .cta-title,.cta[data-cta-size="horizontal"][min-width~="600px"] .cta-title{
text-align:left;
}
.cta[min-width~="600px"] .cta-desc,.cta[data-cta-size="horizontal"][min-width~="600px"] .cta-desc{
font-size:1.3rem;
}
.cta[min-width~="600px"] .cta-more,.cta[data-cta-size="horizontal"][min-width~="600px"] .cta-more{
text-align:left;
}
.cta[min-width~="680px"] .cta-img{
width:50%;
}
.cta[min-width~="680px"] .cta-body{
width:50%;
padding:40px;
gap:24px 0;
}
.cta[min-width~="680px"] .cta-title{
font-size:2.6rem;
}
.cta[min-width~="680px"] .cta-desc{
display:block;
font-size:1.5rem;
}
.cta[min-width~="680px"] .cta-more span{
display:block;
font-size:1.5rem;
text-align:center;
}
.cta[data-cta-size="horizontal"][min-width~="728px"] .cta-img{
width:38%;
}
.cta[data-cta-size="horizontal"][min-width~="728px"] .cta-body{
width:62%;
display:flex;
flex-direction:row;
align-items:center;
gap:0 20px;
}
.cta[data-cta-size="horizontal"][min-width~="728px"] .cta-more{
flex-shrink:0;
}
/* CTA フッターボタン型
==================================================
*/
.cta-footer{
background:#a7becb;
color:#333;
padding:40px 0;
text-align:center;
}
.cta-footer .cta-inner{
padding-left:var(--padding-overall);
padding-right:var(--padding-overall);
display:flex;
flex-direction:column;
gap:24px;
}
.cta-footer .cta-txt{
font-size:clamp(1.6rem,2vw,1.8rem);
line-height:1.4;
font-weight:700;
}
.cta-footer .cta-btns{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:24px;
}
.cta-footer .cta-more{
text-align:center;
width:100%;
max-width:400px;
}
.cta-footer .cta-more a{
background:#2e3442;
border-radius:100px;
color:#fff;
display:block;
font-size:2rem;
font-weight:700;
padding:.8em;
text-decoration:none;
}
/* ホバーアクション */
@media (min-width:681px){
.cta-footer .cta-more a{
transition:0.2s;
}
.cta-footer .cta-more a:hover{
opacity:0.7;
}
}
/* CTA追従
==================================================
*/
#cta-fixed{
display:none;
}
@media (min-width:681px){
#cta-fixed{
background:#fff;
display:block;
position:absolute;
right:4px;
bottom:50%;
opacity:0;
visibility:hidden;
transition:opacity .5s ease,visibility .5s ease;
z-index:99;
}
#cta-fixed.fixed__follow{
position:fixed;
bottom:4px;
opacity:1;
visibility:visible;
}
#cta-fixed #cta-fixedbtn{
background-color:#000;
border-radius:50%;
display:block;
width:22px;
height:22px;
position:absolute;
top:-11px;
left:-11px;
cursor:pointer;
}
#cta-fixed #cta-fixedbtn::before{
background-color:#fff;
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.006%22%20height%3D%2210.005%22%3E%3Cpath%20d%3D%22M8.743%200%205%203.741%201.262%200%200%201.263%203.742%205%200%208.743%201.262%2010%205%206.264%208.743%2010l1.263-1.262L6.264%205l3.742-3.74Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/10px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.006%22%20height%3D%2210.005%22%3E%3Cpath%20d%3D%22M8.743%200%205%203.741%201.262%200%200%201.263%203.742%205%200%208.743%201.262%2010%205%206.264%208.743%2010l1.263-1.262L6.264%205l3.742-3.74Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/10px auto;
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}
#cta-fixed .cta{
max-width:250px;
margin:0;
}
#cta-fixed.fixed__close{
display:none;
}
}
/* 日付
==================================================
*/
.date{
font-size:1.2rem;
line-height:1;
position:relative;
opacity:.5;
flex-shrink:0;
display:inline-flex;
align-items:center;
gap:.5em;
}
.date::before{
background-color:var(--clr-body-txt,#333);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M0%207a7%207%200%201%201%207%207%207%207%200%200%201-7-7m1.271%200A5.729%205.729%200%201%200%207%201.274%205.729%205.729%200%200%200%201.271%207m7.187%202.359L6.551%207.451A.642.642%200%200%201%206.364%207V3.182a.636.636%200%200%201%201.271%200v3.555l1.723%201.722a.636.636%200%201%201-.9.9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center left/contain;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M0%207a7%207%200%201%201%207%207%207%207%200%200%201-7-7m1.271%200A5.729%205.729%200%201%200%207%201.274%205.729%205.729%200%200%200%201.271%207m7.187%202.359L6.551%207.451A.642.642%200%200%201%206.364%207V3.182a.636.636%200%200%201%201.271%200v3.555l1.723%201.722a.636.636%200%201%201-.9.9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center left/contain;
content:'';
display:block;
width:1em;
height:1em;
}
.date.updated::before{
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.473%2011.503%22%3E%3Cpath%20d%3D%22m11.3%201.518.108-.072a.879.879%200%200%201%20.642-.233.532.532%200%200%201%20.408.629l-.724%203.4a.5.5%200%200%201-.568.421.413.413%200%200%201-.061-.013L7.7%204.93a.532.532%200%200%201-.4-.63.765.765%200%200%201%20.414-.458l.086-.051.981-.634a3.99%203.99%200%201%200%20.685%204.068l.057-.143%201.727.367-.067.19a5.752%205.752%200%201%201-.917-5.448Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center left/contain;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.473%2011.503%22%3E%3Cpath%20d%3D%22m11.3%201.518.108-.072a.879.879%200%200%201%20.642-.233.532.532%200%200%201%20.408.629l-.724%203.4a.5.5%200%200%201-.568.421.413.413%200%200%201-.061-.013L7.7%204.93a.532.532%200%200%201-.4-.63.765.765%200%200%201%20.414-.458l.086-.051.981-.634a3.99%203.99%200%201%200%20.685%204.068l.057-.143%201.727.367-.067.19a5.752%205.752%200%201%201-.917-5.448Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center left/contain;
}
/* 資料請求
==================================================
*/
.documents{
display:grid;
gap:2em 64px;
}
.documents-main{
display:flex;
flex-direction:column;
gap:1em 0;
}
.documents-stitle{
font-size:clamp(1.8rem,5vw,2.2rem);
font-weight:700;
line-height:1.5;
}
/* Facebookページプラグイン
==================================================
*/
.facebook_plugin{
overflow:hidden;
}
/* お問い合わせ
==================================================
*/
.form{
display:flex;
flex-direction:column;
gap:1.5em 0;
}
.form .item-list{
display:flex;
flex-direction:column;
gap:1em 0;
}
.form .item{
display:flex;
flex-direction:column;
gap:0.5em 0;
margin:0;
}
.form .item_t{
font-weight:700;
}
.form .item_t span{
background-color:#b31d1d;
color:#fff;
display:inline-block;
font-size:.75em;
line-height:1;
margin-left:1em;
padding:.5em .75em;
position:relative;
top:-.0833em;
}
.form .item_d{
margin:0;
}
.form input[type="text"],.form input[type="email"],.form input[type="tel"],.form textarea{
background:var(--clr-form-bg,#fff);
border-color:#e5e5e5;
border-width:3px;
width:100%;
transition:border-color 0.2s ease 0s;
}
.form input[type="text"]:focus,.form input[type="email"]:focus,.form input[type="tel"]:focus,.form textarea:focus{
border-color:var(--clr-accent,#1273eb);
}
.form input[type="text"],.form input[type="email"],.form input[type="tel"]{
padding:0 1em;
line-height:3.75em;
height:3.75em;
}
.form input,.form textarea{
color:var(--clr-form-txt,#333);
}
.form input::placeholder,.form textarea::placeholder{
color:var(--clr-form-txt,#5b5b5b);
opacity:.5;
}
.form input:-ms-input-placeholder,.form textarea:-ms-input-placeholder{
color:var(--clr-form-txt,#5b5b5b);
opacity:.5;
}
.form input::-ms-input-placeholder,.form textarea::-ms-input-placeholder{
color:var(--clr-form-txt,#5b5b5b);
opacity:.5;
}
.form textarea{
display:block;
padding:1em;
height:170px;
}
.form input[type=checkbox]{
display:none;
}
.form input[type=checkbox] + span{
background-color:transparent;
cursor:pointer;
display:inline-block;
line-height:1.3;
padding:.25em 0 .25em 2.25em;
position:relative;
transition:color .1s linear;
vertical-align:middle;
max-width:100%;
}
.form input[type=checkbox] + span::before{
background:#fff;
border-color:#e5e5e5;
border-width:.125em;
content:'';
display:block;
position:absolute;
top:.125em;
left:.25em;
width:1.5em;
height:1.5em;
}
.form input[type=checkbox] + span::after{
background-color:#fff;
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.794%22%20height%3D%2212.436%22%3E%3Cpath%20d%3D%22M13.347%200%205.8%207.543%202.446%204.186%200%206.632l5.8%205.8.707-.707%209.283-9.283Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/0.9375em auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.794%22%20height%3D%2212.436%22%3E%3Cpath%20d%3D%22M13.347%200%205.8%207.543%202.446%204.186%200%206.632l5.8%205.8.707-.707%209.283-9.283Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/0.9375em auto;
content:'';
display:block;
opacity:0;
position:absolute;
top:.125em;
left:.25em;
width:1.5em;
height:1.5em;
cursor:pointer;
}
.form input[type=checkbox]:checked + span::before{
background:#3c5d84;
border-width:0;
}
.form input[type=checkbox]:checked + span::after{
opacity:1;
}
.form input[type="submit"]{
background-color:#3c5d84;
background-image:url(img/brn_arrow.svg);
background-position:center right 28px;
background-repeat:no-repeat;
background-size:9px auto;
cursor:pointer;
color:#fff;
font-size:1.375em;
line-height:1.5;
display:block;
padding:1.18181em 0;
position:relative;
margin-left:auto;
margin-right:auto;
max-width:370px;
width:100%;
}
[data-color*="clr-form-bg"] .form input[type="text"],[data-color*="clr-form-bg"] .form input[type="email"],[data-color*="clr-form-bg"] .form input[type="tel"],[data-color*="clr-form-bg"] .form textarea{
border-width:0;
}
@media (min-width:681px){
.form .agree{
text-align:center;
}
.form input[type="submit"]{
transition:filter .2s ease;
}
.form input[type="submit"]:hover{
filter:brightness(120%) saturate(160%);
}
}
/* 注釈 */
.notes{
font-size:.8em;
padding-left:1em;
opacity:.5;
}
.notes::before{
content:'\203b';
margin-left:-1em;
}
/*
==================================================
フリースペース
==================================================
*/
#space1 .space-box:not(:first-child),#space2 .space-box:not(:first-child),#space3 .space-box:not(:first-child),#space4 .space-box:not(:first-child),#space5 .space-box:not(:first-child),#space6 .space-box:not(:first-child){
margin-top:var(--margin-layout);
}
#space7{
display:grid;
gap:2em;
}
#space7::after{
display:none;
}
@media (min-width:681px){
#space7{
display:flex;
gap:1em;
}
}
#space8 .space-box:not(:first-child){
margin-top:2em;
}
/*
==================================================
ヘッダー画像
==================================================
*/
/* 全体設定
==================================================
*/
.headerimg-img{
text-align:center;
line-height:0;
position:relative;
z-index:0;
}
.headerimg-img::before{
background-color:var(--clr-headerimg-overlay,rgba(0,0,0,0.3));
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
display:none;
}
.headerimg-img img{
width:100%;
height:var(--h-hdr-sp,100%);
min-height:var(--h-hdr-sp,30vh);
object-fit:cover;
}
@media (min-width:681px){
.headerimg-img img{
height:var(--h-hdr-pc,100%);
min-height:var(--h-hdr-pc,auto);
}
}
.headerimg-item{
position:relative;
}
.headerimg-item a{
display:contents;
}
.headerimg-item img{
object-fit:contain;
}
@media (max-width:680px){
.headerimg-item{
text-align:center;
}
}
.headerimg-txt{
color:var(--clr-headerimg-txt,var(--clr-body-txt,inherit));
display:flex;
flex-direction:column;
justify-content:center;
gap:1em;
overflow:hidden;
position:relative;
}
.headerimg-title{
font-size:clamp(2rem,5.55555vw,2.8rem);
font-weight:700;
line-height:1.5;
margin:0;
}
[data-headerimg-type=""][data-page*="other"] .headerimg-title{
padding-bottom:.75em;
position:relative;
border-bottom:4px solid var(--clr-main,#000);
}
.headerimg-desc{
font-size:clamp(1.3rem,3.61111vw,1.4rem);
line-height:1.9;
opacity:.75;
}
.headerimg-meta{
display:contents;
}
.headerimg-meta .date::before{
background-color:var(--clr-headerimg-txt,var(--clr-body-txt,#333));
}
.headerimg-meta .cat{
order:-1;
}
@media (max-width:680px){
[data-headerimg-img-sp="false"][data-headerimg-item-sp="false"][data-headerimg-title-sp="false"][data-headerimg-desc-sp="false"][data-headerimg-meta-sp="false"] #headerimg{
display:none;
}
[data-headerimg-item-sp="false"][data-headerimg-title-sp="false"][data-headerimg-desc-sp="false"][data-headerimg-meta-sp="false"] .headerimg-inner{
display:none;
}
[data-headerimg-title-sp="false"][data-headerimg-desc-sp="false"][data-headerimg-meta-sp="false"] .headerimg-txt{
display:none;
}
}
@media (min-width:681px){
[data-headerimg-img="false"][data-headerimg-item="false"][data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"] #headerimg{
display:none;
}
[data-headerimg-item="false"][data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"] .headerimg-inner{
display:none;
}
[data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"] .headerimg-txt{
display:none;
}
}
/* コンテンツ画像 */
[data-headerimg-type=""] #headerimg{
display:grid;
gap:2em;
}
[data-headerimg-type=""] .headerimg-inner{
display:contents;
}
/* サムネイル画像 */
[data-headerimg-type="header"] #headerimg{
display:grid;
overflow:hidden;
}
[data-headerimg-type="header"] .headerimg-img{
grid-row:1/2;
grid-column:1/2;
}
[data-headerimg-type="header"] .headerimg-inner{
display:contents;
}
[data-headerimg-type="header"] .headerimg-item{
display:flex;
justify-content:center;
align-items:center;
grid-row:1/2;
grid-column:1/2;
}
[data-headerimg-type="header"] .headerimg-item img{
margin:min(var(--padding-overall),48px);
max-width:calc(100% - calc(min(var(--padding-overall),48px) * 2));
max-height:calc(100% - calc(min(var(--padding-overall),48px) * 2));
}
[data-headerimg-type="header"] .headerimg-txt{
background:var(--clr-base,#fafafa);
padding:min(var(--padding-overall),48px);
}
[data-headerimg-type="header"] .headerimg-title{
flex-shrink:0;
}
@media (max-width:680px){
[data-headerimg-type="header"]:not([data-headerimg-img-sp="false"]) .headerimg-item{
height:var(--h-hdr-sp);
overflow:hidden;
}
[data-headerimg-type="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-item-sp="false"]) .headerimg-img::before{
display:block;
}
}
@media (min-width:681px){
[data-headerimg-type="header"][data-headerimg-img="false"] #headerimg{
background:var(--clr-base,#fafafa);
}
[data-headerimg-type="header"][data-headerimg-img="false"][data-headerimg-title="center"]:not([data-headerimg-item="false"]) #headerimg{
gap:1em;
}
[data-headerimg-type="header"][data-headerimg-img="false"][data-headerimg-title="center"]:not([data-headerimg-item="false"]) .headerimg-item img{
margin-bottom:0;
max-height:calc(100% - calc(min(var(--padding-overall),48px)));
}
[data-headerimg-type="header"][data-headerimg-img="false"][data-headerimg-title="center"]:not([data-headerimg-item="false"]) .headerimg-txt{
padding-top:0;
}
[data-headerimg-type="header"][data-headerimg-title="left"] .headerimg-img,[data-headerimg-type="header"][data-headerimg-title="right"] .headerimg-img,[data-headerimg-type="header"][data-headerimg-item="left"]:not([data-headerimg-title="center"]) .headerimg-img,[data-headerimg-type="header"][data-headerimg-item="right"]:not([data-headerimg-title="center"]) .headerimg-img{
height:var(--h-hdr-pc);
}
[data-headerimg-type="header"][data-headerimg-title="left"] .headerimg-inner,[data-headerimg-type="header"][data-headerimg-title="right"] .headerimg-inner,[data-headerimg-type="header"][data-headerimg-item="left"]:not([data-headerimg-title="center"]) .headerimg-inner,[data-headerimg-type="header"][data-headerimg-item="right"]:not([data-headerimg-title="center"]) .headerimg-inner{
display:flex;
grid-row:1/2;
grid-column:1/2;
}
[data-headerimg-type="header"][data-headerimg-title="left"] .headerimg-txt,[data-headerimg-type="header"][data-headerimg-title="right"] .headerimg-txt,[data-headerimg-type="header"][data-headerimg-item="left"]:not([data-headerimg-title="center"]) .headerimg-txt,[data-headerimg-type="header"][data-headerimg-item="right"]:not([data-headerimg-title="center"]) .headerimg-txt{
width:45%;
}
[data-headerimg-type="header"][data-headerimg-item="left"] .headerimg-item,[data-headerimg-type="header"][data-headerimg-item="right"] .headerimg-item{
width:55%;
}
[data-headerimg-type="header"][data-headerimg-item="left"]:not([data-headerimg-img="false"]) .headerimg-item,[data-headerimg-type="header"][data-headerimg-item="right"]:not([data-headerimg-img="false"]) .headerimg-item{
height:var(--h-hdr-pc);
}
[data-headerimg-type="header"]:not([data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"]):not([data-main-header*="header"])[data-headerimg-title="left"] .headerimg-img,[data-headerimg-type="header"]:not([data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"]):not([data-main-header*="header"])[data-headerimg-title="right"] .headerimg-img,[data-headerimg-type="header"]:not([data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"]):not([data-main-header*="header"])[data-headerimg-item="left"]:not([data-headerimg-title="center"]) .headerimg-img,[data-headerimg-type="header"]:not([data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"]):not([data-main-header*="header"])[data-headerimg-item="right"]:not([data-headerimg-title="center"]) .headerimg-img{
width:65%;
}
[data-headerimg-type="header"]:not([data-headerimg-item="false"]) .headerimg-img::before{
display:block;
}
[data-main-header="imgtop"][data-headerimg-title="left"]:not([data-headerimg-img="false"]) .headerimg-txt,[data-main-header="imgtop"][data-headerimg-title="right"]:not([data-headerimg-img="false"]) .headerimg-txt,[data-main-header="imgtop"][data-headerimg-item="left"]:not([data-headerimg-title="center"]):not([data-headerimg-img="false"]) .headerimg-txt,[data-main-header="imgtop"][data-headerimg-item="right"]:not([data-headerimg-title="center"]):not([data-headerimg-img="false"]) .headerimg-txt{
margin-top:50px;
}
}
/* ヘッダー画像 */
/* ヘッダー画像 */
@media (max-width:680px){
[data-main-header="header"] #headerimg{
margin-left:calc(var(--padding-overall) * -1);
margin-right:calc(var(--padding-overall) * -1);
}
[data-main-header*="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) #headerimg{
height:var(--h-hdr-sp);
}
[data-main-header*="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-inner{
display:flex;
flex-direction:column;
justify-content:center;
gap:1em;
grid-row:1/2;
grid-column:1/2;
padding:var(--padding-overall);
height:var(--h-hdr-sp);
}
[data-main-header*="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-item{
height:auto;
}
[data-main-header*="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-item img{
margin:0;
max-width:100%;
max-height:100%;
}
[data-main-header*="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-txt{
background:transparent;
color:var(--clr-headerimg-txt,#fff);
flex-shrink:0;
padding:0;
}
[data-main-header*="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-txt .cat a:not(:hover){
color:var(--clr-headerimg-txt,#fff);
}
[data-main-header*="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-txt .cat a:not(:hover)::before{
border-color:var(--clr-headerimg-txt,#fff);
}
[data-main-header*="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-txt .date::before{
background-color:var(--clr-headerimg-txt,#fff);
}
[data-main-header*="header"]:not([data-headerimg-title-sp="false"][data-headerimg-desc-sp="false"][data-headerimg-item-sp="false"][data-headerimg-meta-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-img::before{
display:block;
}
}
@media (min-width:681px){
[data-main-header="header"]:not([data-headerimg-img="false"][data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-item="false"][data-headerimg-meta="false"]) #main-header{
display:flow-root;
padding:30px 0;
position:relative;
z-index:0;
}
[data-main-header="header"]:not([data-headerimg-img="false"][data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-item="false"][data-headerimg-meta="false"]) #main-header::before{
background-color:var(--clr-base,#fafafa);
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:0 calc(-50vw + 50%);
z-index:-1;
filter:brightness(93%);
}
[data-main-header="header"]:not([data-headerimg-img="false"][data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-item="false"][data-headerimg-meta="false"]) #headerimg{
background:#fff;
}
[data-main-header*="header"]:not([data-headerimg-img="false"]) #headerimg{
height:var(--h-hdr-pc);
}
[data-main-header*="header"]:not([data-headerimg-img="false"]) .headerimg-inner{
height:var(--h-hdr-pc);
}
[data-main-header*="header"]:not([data-headerimg-img="false"]) .headerimg-txt{
color:var(--clr-headerimg-txt,#fff);
flex-shrink:0;
padding:0;
}
[data-main-header*="header"]:not([data-headerimg-img="false"]) .headerimg-txt .cat a:not(:hover){
color:var(--clr-headerimg-txt,#fff);
}
[data-main-header*="header"]:not([data-headerimg-img="false"]) .headerimg-txt .cat a:not(:hover)::before{
border-color:var(--clr-headerimg-txt,#fff);
}
[data-main-header*="header"]:not([data-headerimg-img="false"]) .headerimg-txt .date::before{
background-color:var(--clr-headerimg-txt,#fff);
}
[data-main-header*="header"] .headerimg-inner{
grid-row:1/2;
grid-column:1/2;
display:flex;
justify-content:center;
align-items:center;
margin-left:auto;
margin-right:auto;
padding:min(var(--padding-overall),72px) var(--padding-overall);
max-width:calc(var(--width-overall) + calc(var(--padding-overall) * 2));
width:100%;
}
[data-main-header*="header"] .headerimg-txt{
background:transparent;
padding:0;
width:100%;
}
[data-main-header*="header"]:not([data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-item="false"][data-headerimg-meta="false"]) .headerimg-img::before{
display:block;
}
}
/* ヘッダー画像（ワイド） */
/* ヘッダー画像（ヘッダーワイド+上部固定） */
[data-header="fixed"][data-main-header*="wide"] #headerimg .headerimg-img::before{
display:block;
}
@media (max-width:680px){
[data-header="fixed"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-inner{
padding-top:calc(72px + var(--padding-overall));
}
}
@media (min-width:681px){
[data-header="fixed"]:not([data-headerimg-img="false"]) .headerimg-inner{
padding-top:calc(104px + min(var(--padding-overall),72px));
}
}
/* ヘッダー画像 */
/* 非表示 */
[data-main-header="false"] #headerimg{
display:none;
}
@media (min-width:681px){
[data-headerimg-img="false"] .headerimg-img{
display:none;
}
}
/* ヘッダーテキスト */
@media (min-width:681px){
/* 左揃え */
[data-headerimg-title="left"][data-headerimg-type="header"]:not([data-main-header*="header"]) .headerimg-img{
margin-left:auto;
}
[data-headerimg-title="left"][data-headerimg-type="header"] .headerimg-txt{
margin-right:auto;
}
/* 右揃え */
[data-headerimg-title="right"][data-headerimg-type="header"]:not([data-main-header*="header"]) .headerimg-img{
margin-right:auto;
}
[data-headerimg-title="right"][data-headerimg-type="header"] .headerimg-txt{
margin-left:auto;
}
/* 中央揃え */
[data-headerimg-title="center"][data-main-header*="header"] .headerimg-txt{
margin-left:auto;
margin-right:auto;
max-width:45%;
}
[data-headerimg-title="center"][data-main-header*="header"][data-headerimg-item="false"] .headerimg-txt{
max-width:70%;
text-align:center;
}
[data-headerimg-title="center"][data-main-header*="header"][data-headerimg-item="false"] .headerimg-meta .author,[data-headerimg-title="center"][data-main-header*="header"][data-headerimg-item="false"] .headerimg-meta .cat{
margin-left:auto;
margin-right:auto;
}
/* 非表示 */
[data-headerimg-title="false"] .headerimg-title{
display:none;
}
}
/* 説明文 */
@media (min-width:681px){
/* 非表示 */
[data-headerimg-desc="false"] .headerimg-desc{
display:none;
}
}
/* 画像アイテム */
@media (min-width:681px){
/* 左揃え */
[data-headerimg-item="left"][data-headerimg-type="header"] .headerimg-item{
margin-right:auto;
}
[data-headerimg-item="left"][data-headerimg-type="header"]:not([data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"]):not([data-headerimg-title="center"]):not([data-main-header*="header"]) .headerimg-img{
margin-left:0;
margin-right:auto;
}
[data-headerimg-item="left"][data-headerimg-type="header"]:not([data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"]):not([data-headerimg-title="center"]):not([data-main-header*="header"])[data-headerimg-img="false"] .headerimg-txt{
padding-left:0;
}
[data-headerimg-item="left"][data-headerimg-type="header"]:not([data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"]):not([data-headerimg-title="center"]) .headerimg-txt{
margin-left:auto;
margin-right:0;
}
/* 右揃え */
[data-headerimg-item="right"][data-headerimg-type="header"] .headerimg-item{
margin-left:auto;
order:1;
}
[data-headerimg-item="right"][data-headerimg-type="header"]:not([data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"]):not([data-headerimg-title="center"]):not([data-main-header*="header"]) .headerimg-img{
margin-left:auto;
margin-right:0;
}
[data-headerimg-item="right"][data-headerimg-type="header"]:not([data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"]):not([data-headerimg-title="center"]):not([data-main-header*="header"])[data-headerimg-img="false"] .headerimg-txt{
padding-right:0;
}
[data-headerimg-item="right"][data-headerimg-type="header"]:not([data-headerimg-title="false"][data-headerimg-desc="false"][data-headerimg-meta="false"]):not([data-headerimg-title="center"]) .headerimg-txt{
margin-left:0;
margin-right:auto;
}
/* 非表示 */
[data-headerimg-item="false"] .headerimg-item{
display:none;
}
}
/* メタ */
@media (min-width:681px){
/* 非表示 */
[data-headerimg-meta="false"] .headerimg-meta{
display:none;
}
}
/* スマホ設定
==================================================
*/
/* ヘッダー画像 */
@media (max-width:680px){
/* 非表示 */
[data-headerimg-img-sp="false"] .headerimg-img{
display:none;
}
[data-headerimg-img-sp="false"][data-headerimg-type="header"] .headerimg-inner{
background:var(--clr-base,#fafafa);
display:grid;
gap:1em;
padding:var(--padding-overall);
position:relative;
}
[data-headerimg-img-sp="false"][data-headerimg-type="header"] .headerimg-item img{
margin:0;
max-width:100%;
max-height:100%;
}
[data-headerimg-img-sp="false"][data-headerimg-type="header"] .headerimg-txt{
background:transparent;
padding:0;
}
}
/* ヘッダーテキスト */
@media (max-width:680px){
/*画像下に表示 */
[data-headerimg-title-sp="under"][data-header="fixed"]:not([data-headerimg-img-sp="false"]) .headerimg-item{
padding-top:72px;
}
/* 非表示 */
[data-headerimg-title-sp="false"] .headerimg-title{
display:none;
}
}
/* 説明文 */
@media (max-width:680px){
/* 非表示 */
[data-headerimg-desc-sp="false"] .headerimg-desc{
display:none;
}
}
/* 画像アイテム */
@media (max-width:680px){
/* 非表示 */
[data-headerimg-item-sp="false"] .headerimg-item{
display:none;
}
}
/* メタ */
@media (max-width:680px){
/* 非表示 */
[data-headerimg-meta-sp="false"] .headerimg-meta{
display:none;
}
}
/* 見出し
==================================================
*/
/* タイトル */
#whatsnew .title,[class*='categorylist'] .title,.entrylist-title,.blogarea .title,#searchresult .title,#main .space-box > .title,#footer .space-box > .title{
font-size:clamp(1.8rem,5vw,2.2rem);
font-weight:700;
line-height:1.5;
margin-bottom:var(--margin-component);
}
#whatsnew .title i,[class*='categorylist'] .title i,.entrylist-title i,.blogarea .title i,#searchresult .title i,#main .space-box > .title i,#footer .space-box > .title i{
font-size:1.4rem;
font-style:normal;
margin-top:0.5em;
position:relative;
display:block;
top:-.5rem;
}
#whatsnew .title *:not(i),[class*='categorylist'] .title *:not(i),.entrylist-title *:not(i),.blogarea .title *:not(i),#searchresult .title *:not(i),#main .space-box > .title *:not(i),#footer .space-box > .title *:not(i){
display:contents;
font-size:inherit;
}
#whatsnew .title *:not(i)::before,#whatsnew .title *:not(i)::after,[class*='categorylist'] .title *:not(i)::before,[class*='categorylist'] .title *:not(i)::after,.entrylist-title *:not(i)::before,.entrylist-title *:not(i)::after,.blogarea .title *:not(i)::before,.blogarea .title *:not(i)::after,#searchresult .title *:not(i)::before,#searchresult .title *:not(i)::after,#main .space-box > .title *:not(i)::before,#main .space-box > .title *:not(i)::after,#footer .space-box > .title *:not(i)::before,#footer .space-box > .title *:not(i)::after{
display:none;
}
#whatsnew .title,[class*='categorylist'] .title,.blogarea .title,.entrylist-title,#searchresult .title,#main .space-box > .title{
background-color:var(--clr-contenttitle-bg);
color:var(--clr-contenttitle-txt);
}
[data-color*="clr-contenttitle-bg"] #whatsnew .title,[data-color*="clr-contenttitle-bg"] [class*='categorylist'] .title,[data-color*="clr-contenttitle-bg"] .entrylist-title,[data-color*="clr-contenttitle-bg"] .blogarea .title,[data-color*="clr-contenttitle-bg"] #searchresult .title,[data-color*="clr-contenttitle-bg"] #main .space-box > .title{
padding:.5em .625em;
}
#footer .space-box > .title{
font-size:2rem;
}
.menubox > .title,#pickupentry > .title,.newentry-title,#menu .space-box > .title,#rmenu .space-box > .title{
background-color:var(--clr-menutitle-bg);
color:var(--clr-menutitle-txt);
border-bottom:4px solid var(--clr-main,#000);
font-size:clamp(1.8rem,5vw,2.2rem);
font-weight:700;
line-height:1.5;
padding-bottom:.5em;
text-align:center;
}
.menubox > .title *:not(i),#pickupentry > .title *:not(i),.newentry-title *:not(i),#menu .space-box > .title *:not(i),#rmenu .space-box > .title *:not(i){
display:contents;
font-size:inherit;
}
.menubox > .title *:not(i)::before,.menubox > .title *:not(i)::after,#pickupentry > .title *:not(i)::before,#pickupentry > .title *:not(i)::after,.newentry-title *:not(i)::before,.newentry-title *:not(i)::after,#menu .space-box > .title *:not(i)::before,#menu .space-box > .title *:not(i)::after,#rmenu .space-box > .title *:not(i)::before,#rmenu .space-box > .title *:not(i)::after{
display:none;
}
#menu .space-box > .title,#rmenu .space-box > .title{
margin-bottom:.5em;
}
[data-color*="clr-menutitle-bg"] .menubox > .title,[data-color*="clr-menutitle-bg"] #pickupentry > .title,[data-color*="clr-menutitle-bg"] .newentry-title,[data-color*="clr-menutitle-bg"] #menu .space-box > .title,[data-color*="clr-menutitle-bg"] #rmenu .space-box > .title{
border-bottom:none;
padding:.6em;
}
/* 見出し */
h1{
font-size:clamp(2rem,5.55555vw,2.8rem);
font-weight:700;
line-height:1.5;
margin:0 0 1.2em;
}
h2{
font-size:clamp(1.8rem,5vw,2.2rem);
font-weight:700;
line-height:1.5;
margin:1em 0;
}
h2 i{
font-size:.6em;
display:block;
font-style:normal;
}
h3{
font-size:clamp(1.8rem,5vw,2.2rem);
font-weight:700;
line-height:1.5;
margin:1em 0;
}
h4{
font-size:clamp(1.8rem,5vw,2.2rem);
font-weight:700;
line-height:1.5;
margin:0.8em 0;
}
h5{
font-size:clamp(1.7rem,4.72222vw,2rem);
font-weight:700;
line-height:1.5;
margin:0.8em 0;
}
h6{
font-size:clamp(1.6rem,4.44444vw,1.8rem);
font-weight:700;
line-height:1.5;
margin:0.8em 0;
}
.menubox .title:not([class*="topic"]){
font-size:clamp(1.6rem,4.44444vw,1.8rem);
text-align:left;
}
/* 見出しデザイン */
#main h1{
padding-bottom:.75em;
position:relative;
border-bottom:4px solid var(--clr-main,#000);
}
h2:not([class*="topic"]){
color:#010079;
text-shadow:0 0 5px white;
padding:0.3em 0.5em;
background:-webkit-repeating-linear-gradient(-45deg,#efefef,#efefef 3px,#f5eb7d 3px,#f5eb7d 7px);
background:repeating-linear-gradient(-45deg,#efefef,#efefef 3px,#f5eb7d 3px,#f5eb7d 7px);
}
.menubox .title:not([class*="topic"]){
border-bottom:solid 3px #f5eb7d;
position:relative;
}
.menubox .title:after{
position:absolute;
content:" ";
display:block;
border-bottom:solid 3px #dbc900;
bottom:-3px;
width:30%;
}
h2:not([class*="topic"]) i{
margin-bottom:.1em;
}
h2::before{
font-family:'Material Icons';
content:'\e666';
font-weight:bold;
font-size:32px;
padding-right :10px;
color:#dbc900;
}
.menubox .title:before{
font-family:'Material Icons';
content:'\e54b';
font-weight:bold;
font-size:32px;
padding-right :10px;
color:#dbc900;
}
#main section > h2:not([class*="topic"]){
margin-top:0;
}
[data-column="col1"][data-main="wide"] h2:not([class*="topic"]){
background:transparent;
color:var(--clr-articletitle-txt,#333);
font-size:clamp(2.2rem,6.11111vw,3rem);
padding:0;
text-align:center;
}
[data-column="col1"][data-main="wide"] h2:not([class*="topic"]) i{
color:var(--clr-accent,#1273eb);
}
h3:not([class*="topic"]){
background:-moz-radial-gradient(circle farthest-side,#f5eb7d,#f5eb7d 50%,#FFF 50%,#FFF);
background:-webkit-radial-gradient(circle farthest-side,#f5eb7d,#f5eb7d 50%,#FFF 50%,#FFF);
background:radial-gradient(circle farthest-side,#f5eb7d,#f5eb7d 50%,#FFF 50%,#FFF); 
-moz-background-size:5px 5px;
-webkit-background-size:5px 5px;
background-size:5px 5px;
margin-top:20px;
margin-bottom:20px;
padding:10px 28px;
border-top-left-radius:5px;
border-top-right-radius:5px; 
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border-left:3px solid #dbc900;
border-bottom:double 5px #dbc900;
}
h3::before{
font-family:'Material Icons';
content:'\e80c';
font-weight:bold;
font-size:32px;
padding-right :10px;
color:#dbc900;
}
.top_inner h3{
border-bottom:unset;
margin-top:unset;
padding-bottom:unset;
position:static;
}
h4:not([class*="topic"]){
position:relative;
padding-left:0.5em;
}
h4:after{
content:"";
position:absolute;
left:0;
bottom:0;
width:100%;
height:7px;
background:-webkit-repeating-linear-gradient(-45deg,#dbc900,#dbc900 2px,#fff 2px,#fff 4px);
background:repeating-linear-gradient(-45deg,#f5eb7d,#f5eb7d 2px,#fff 2px,#fff 4px);
}
h4::before{
font-family:'Material Icons';
content:'\e14d';
font-weight:bold;
font-size:28px;
padding-right :10px;
color:#dbc900;
}
h5:not([class*="topic"]){
position:relative;
padding-left:1em;
}
h5:not([class*="topic"])::before{
background:var(--clr-main,#000);
content:'';
position:absolute;
top:.5em;
left:0;
width:.5em;
height:.5em;
}
h6:not([class*="topic"]){
padding-left:1em;
position:relative;
}
h6:not([class*="topic"])::before{
background:var(--clr-main,#000);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M0%200v12l7-6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center left/0.38888em auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M0%200v12l7-6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center left/0.38888em auto;
content:'';
display:block;
position:absolute;
top:.16666em;
left:0;
width:1em;
height:1em;
}
/* リスト
==================================================
*/
ul:not([id]):not([class]),ol:not([id]):not([class]){
line-height:1.5;
margin-top:var(--margin-component);
margin-bottom:var(--margin-component);
}
ul:not([id]):not([class]) li,ol:not([id]):not([class]) li{
margin:0.8em 0;
}
ul:not([id]):not([class]){
list-style:none;
}
ul:not([id]):not([class]) li::before{
background-color:#000;
display:inline-block;
content:'';
margin-left:-1em;
margin-right:.625em;
width:.375em;
height:.375em;
position:relative;
top:-.1875em;
}
ol:not([id]):not([class]) li::marker{
font-size:2rem;
font-weight:500;
line-height:1;
}
/*
==================================================
最新記事
==================================================
*/
ul.newentry{
display:grid;
align-items:start;
grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));
gap:0 1.25em;
overflow:hidden;
}
ul.newentry li{
border-bottom-width:1px;
padding:1.5em 0;
}
.newentry .article .date{
font-size:1rem;
}
.newentry .article .date::before{
display:none;
}
.newentry .article .cat a{
color:inherit;
font-weight:400;
line-height:1;
opacity:.5;
padding:0;
}
.newentry .article .cat a::before{
border:none;
}
.newentry .article .cat a:hover{
background:transparent;
color:inherit;
opacity:1;
}
.newentry .article-inner{
display:flex;
align-items:center;
gap:1.25em;
}
.newentry .article-thumb{
flex-shrink:0;
overflow:hidden;
width:100px;
}
.newentry .article-thumb img{
width:100%;
aspect-ratio:25/18;
object-fit:cover;
}
.newentry .article-body{
display:flex;
flex-direction:column;
gap:1em;
flex-grow:1;
}
.newentry .article-title{
color:inherit;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
font-size:1.3rem;
font-weight:700;
line-height:1.4;
}
.newentry .article-title a{
color:inherit;
text-decoration:none;
}
.newentry .article-info{
display:flex;
align-items:center;
}
.newentry .article-info > *:not(:first-child)::before{
border-left:1px solid var(--clr-body-txt,#333);
content:'';
margin:0 .5em;
opacity:.25;
}
/* ホバーアクション */
@media (min-width:681px){
.newentry .article-thumb img,.newentry .article-body{
transition:0.5s cubic-bezier(0.19,1,0.22,1);
}
.newentry .article:hover .article-thumb img{
transform:scale(1.08);
}
.newentry .article:hover .article-body{
opacity:.75;
}
}
/* ページリスト
==================================================
*/
.pagelist_ul{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:.3em;
line-height:1;
}
.pagelist_ul li{
display:flex;
justify-content:center;
align-items:center;
font-size:2rem;
width:40px;
height:40px;
overflow:hidden;
}
.pagelist_ul li.current{
background:var(--clr-main,#000);
color:#fff;
}
.pagelist_ul li.prev{
margin-right:.5em;
}
.pagelist_ul li.next{
margin-left:.5em;
}
.pagelist_ul a{
color:inherit;
display:flex;
justify-content:center;
align-items:center;
text-decoration:none;
width:100%;
height:100%;
}
/* ホバーアクション */
@media (min-width:681px){
.pagelist_ul a{
transition:0.2s;
}
.pagelist_ul a:hover{
opacity:.5;
}
}
/* ナビゲーション（前後の記事）
==================================================
*/
#relNavigate{
display:grid;
gap:1.25em;
grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));
}
#relNavigate a{
background:var(--clr-base,#fafafa);
color:inherit;
display:flex;
align-items:center;
gap:1em;
overflow:hidden;
text-decoration:none;
position:relative;
padding:.5em;
}
.relNavigate-prev .relNavigate-caption::before{
content:'PREV';
}
.relNavigate-next .relNavigate-caption::before{
content:'NEXT';
}
.relNavigate-thumb{
flex-shrink:0;
overflow:hidden;
width:134px;
}
.relNavigate-thumb img{
width:100%;
aspect-ratio:67/40;
object-fit:cover;
}
.relNavigate-caption{
text-indent:100vw;
white-space:nowrap;
overflow:hidden;
display:flex;
line-height:1;
margin-bottom:.5em;
}
.relNavigate-caption::before{
font-size:2.2rem;
font-style:italic;
font-weight:700;
line-height:1;
text-indent:0;
white-space:normal;
flex-shrink:0;
}
.relNavigate-title{
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
overflow:hidden;
font-size:1.4rem;
font-weight:700;
line-height:1.5;
}
/* ホバーアクション */
@media (min-width:681px){
#relNavigate .relNavigate-thumb img,#relNavigate .relNavigate-body{
transition:0.5s cubic-bezier(0.19,1,0.22,1);
}
#relNavigate a:hover .relNavigate-thumb img{
transform:scale(1.08);
}
#relNavigate a:hover .relNavigate-body{
opacity:.75;
}
}
/*
==================================================
ページトップ
==================================================
*/
#pagetop{
position:fixed;
bottom:15px;
right:10px;
transition:opacity .5s ease,visibility .5s ease;
opacity:0;
visibility:hidden;
pointer-events:none;
z-index:99;
}
#pagetop a{
background:var(--clr-pagetop-bg,#dbc900);
border:1px solid rgba(51,51,51,0.29);
border-radius:50%;
display:block;
position:relative;
opacity:.35;
width:56px;
height:56px;
}
#pagetop a::before{
background-color:var(--clr-pagetop-icon,#fff);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.829%22%20height%3D%2214.483%22%3E%3Cpath%20d%3D%22M12.414%200%200%2012.415l2.07%202.068L12.419%204.137l10.345%2010.346%202.065-2.068L14.485%202.071Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/24px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.829%22%20height%3D%2214.483%22%3E%3Cpath%20d%3D%22M12.414%200%200%2012.415l2.07%202.068L12.419%204.137l10.345%2010.346%202.065-2.068L14.485%202.071Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/24px auto;
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}
#pagetop.show{
opacity:1;
visibility:visible;
pointer-events:auto;
}
/* ホバーアクション */
@media (min-width:681px){
#pagetop a{
transition:.2s ease;
}
#pagetop a:hover{
opacity:.75;
}
}
/*
==================================================
人気の記事
==================================================
*/
/* カウンター */
#pickupentry{
counter-reset:pickuprank;
}
.pickup_rank{
counter-increment:pickuprank;
}
ul[id^="pickup_list"]{
display:grid;
align-items:start;
gap:0 1.25em;
overflow:hidden;
}
ul[id^="pickup_list"] li{
border-bottom-width:1px;
padding:1.5em 0;
}
[id*="pickup_list"] .article-inner{
display:flex;
align-items:center;
gap:.5em 1.25em;
}
[id*="pickup_list"] .article-thumb{
flex-shrink:0;
overflow:hidden;
width:100px;
}
[id*="pickup_list"] .article-thumb img{
width:100%;
aspect-ratio:25/18;
object-fit:cover;
}
[id*="pickup_list"] .article-title{
color:inherit;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
overflow:hidden;
font-size:1.3rem;
font-weight:700;
line-height:1.4;
}
[id*="pickup_list"] .article-title a{
color:inherit;
text-decoration:none;
}
/* ホバーアクション */
@media (min-width:681px){
#pickupentry .article-thumb img,#pickupentry .article-body{
transition:0.5s cubic-bezier(0.19,1,0.22,1);
}
#pickupentry .article:hover .article-thumb img{
transform:scale(1.08);
}
#pickupentry .article:hover .article-body{
opacity:.75;
}
}
/* ランキング
==================================================
*/
.pickup_rank{
position:relative;
}
.pickup_rank::before{
color:#333;
content:counter(pickuprank);
font-size:4.3rem;
font-style:italic;
font-weight:600;
line-height:1;
position:absolute;
left:0;
top:.13953em;
z-index:1;
text-shadow:3px 3px 1px #fff,-3px 3px 1px #fff,3px -3px 1px #fff,-3px -3px 1px #fff,3px 0px 1px #fff,0px 3px 1px #fff,-3px 0px 1px #fff,0px -3px 1px #fff;
}
/* デザイン01
==================================================
*/
[id="pickup_list1"]{
grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));
}
[id="pickup_list1"] .pickup_rank{
padding-left:.5em;
}
/* デザイン02
==================================================
*/
[id="pickup_list2"]{
grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));
}
[id="pickup_list2"] .pickup_rank{
padding-left:.5em;
padding-right:.5em;
}
[id="pickup_list2"] .article-inner{
flex-direction:column;
align-items:stretch;
}
[id="pickup_list2"] .article-thumb{
width:100%;
}
[id="pickup_list2"] .article-thumb img{
aspect-ratio:130 / 69;
}
/*
==================================================
ポイント
==================================================
*/
.point[data-point]{
font-size:1.375em;
font-style:italic;
line-height:1.5;
margin:var(--margin-component) 0;
}
.point[data-point]::before{
content:attr(data-point);
color:var(--clr-accent,#1273eb);
font-size:1.81818em;
font-style:italic;
font-weight:600;
line-height:1;
margin-right:.2em;
float:left;
position:relative;
top:-.1em;
}
.point[data-point]::after{
content:'';
display:block;
clear:both;
}
/*
==================================================
記事いいねシェアボタン
==================================================
*/
.postlike{
background:#fafafa;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));
overflow:hidden;
}
.postlike-thumb{
position:relative;
min-height:240px;
}
.postlike-thumb img{
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
object-fit:cover;
}
.postlike-body{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
padding:20px;
line-height:1.5;
}
.postlike-txt{
font-size:clamp(1.3rem,3vw,2rem);
font-weight:700;
text-align:center;
margin-bottom:0.5em;
}
.postlike-btns{
margin-bottom:1em;
}
.postlike-btns > div{
margin:3px 8px;
}
.quote::before{
content:'\201c';
opacity:.6;
}
.quote::after{
content:'\201d';
opacity:.6;
}
.postlike-caption{
font-size:1.3rem;
opacity:.5;
}
/* プロフィール
==================================================
*/
.profile{
display:flex;
flex-direction:column;
gap:20px 0;
}
.profile .snsbox{
justify-content:center;
margin:0;
}
.profile-body{
display:flex;
flex-direction:column;
gap:.5em 0;
}
.profile-img{
text-align:center;
}
.profile-img img{
width:200px;
height:200px;
object-fit:cover;
}
.profile-title{
font-size:1.8rem;
font-weight:700;
line-height:1;
text-align:center;
}
.profile-desc{
font-size:1.2rem;
line-height:1.7;
}
/* リサイズ */
[id^="main"] .profile[min-width~="640px"]{
background:#fafafa;
padding:3em;
flex-direction:row;
gap:0 2em;
}
[id^="main"] .profile[min-width~="640px"] .profile-img{
flex-shrink:0;
}
[id^="main"] .profile[min-width~="640px"] .profile-img img{
width:112px;
height:112px;
}
[id^="main"] .profile[min-width~="640px"] .profile-title{
text-align:left;
}
[id^="main"] .profile[min-width~="640px"] .snsbox{
justify-content:flex-start;
}
/* Q&A
==================================================
*/
[class^="question"]::before{
content:"Q";
}
[class^="answer"]::before{
content:"A";
}
[class^="question"],[class^="answer"]{
border:none;
font-size:1em;
}
[class^="question"]::before,[class^="answer"]::before{
display:flex;
justify-content:center;
align-items:center;
font-weight:600;
line-height:1;
position:absolute;
left:0;
top:0;
}
/* デザイン1 */
.question1,.answer1{
margin:var(--margin-component) 0;
padding:.625em 0 0 3.75em;
position:relative;
min-height:2.625em;
}
.question1::before,.answer1::before{
color:#fff;
font-size:1.875em;
width:1.6em;
height:1.6em;
}
.question1::before{
background-color:#000;
}
.answer1::before{
background-color:var(--clr-accent,#1273eb);
}
/* デザイン2 */
.question2,.answer2{
padding:.5em 0 .5em 3em;
position:relative;
min-height:2.5em;
}
.question2::before,.answer2::before{
font-size:2em;
width:1.25em;
height:1.5em;
}
.question2::before{
color:#000;
}
.answer2::before{
color:var(--clr-accent,#1273eb);
}
/* FAQリスト */
.qa-list{
margin:var(--margin-component) 0;
}
.qa-accordion{
background:#fff;
border-color:#ebebeb;
border-width:4px 4px 0;
overflow:hidden;
position:relative;
z-index:0;
}
.qa-accordion:last-of-type{
border-bottom-width:4px;
}
.qa-accordion .question2,.qa-accordion .answer2{
padding:1.5em 1.5em 1.5em 4em;
}
.qa-accordion .question2::before,.qa-accordion .answer2::before{
top:.5em;
left:.375em;
transition:.2s ease;
}
.qa-accordion .question2{
padding-right:72px;
}
.qa-accordion .question2::after{
background-color:#000;
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.999%22%20height%3D%2215.999%22%3E%3Cpath%20d%3D%22M7%200v7H0v2h7v7h2V9h7V7H9V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/16px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.999%22%20height%3D%2215.999%22%3E%3Cpath%20d%3D%22M7%200v7H0v2h7v7h2V9h7V7H9V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/16px auto;
content:'';
position:absolute;
top:2em;
right:24px;
width:16px;
height:16px;
cursor:pointer;
z-index:1;
}
.qa-accordion .question2 + .answer2{
height:auto;
overflow:hidden;
opacity:0;
transition:0.45s cubic-bezier(0.19,1,0.22,1);
margin-top:-2em;
}
.qa-accordion .question2:not(.show) + .answer2{
border-width:0;
line-height:0;
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
min-height:0;
}
.qa-accordion .question2:not(.show) + .answer2::before{
top:-.5em;
}
.qa-accordion .question2:not(.show) + .answer2 *,.qa-accordion .question2:not(.show) + .answer2 *::before,.qa-accordion .question2:not(.show) + .answer2 *::after{
border-width:0;
line-height:0;
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
height:0;
}
.qa-accordion .question2.show::after{
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%222%22%3E%3Cpath%20d%3D%22M0%200h16v2H0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/16px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%222%22%3E%3Cpath%20d%3D%22M0%200h16v2H0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/16px auto;
}
.qa-accordion .question2.show + .answer2{
height:auto;
overflow:visible;
opacity:1;
}
/* ホバーアクション */
@media (min-width:681px){
.qa-accordion .question2::after{
transition:.2s;
}
.qa-accordion .question2:hover::after{
transition:opacity .2s;
opacity:.5;
}
}
/* ランキングリスト
==================================================
*/
.ranklist{
margin:var(--margin-component) 0;
}
.ranklist li{
border-bottom-width:1px;
display:flex;
justify-content:space-between;
align-items:center;
gap:0 1em;
padding:.5em 0;
}
.ranklist li:first-child{
border-top-width:1px;
}
/* ランキング
==================================================
*/
.rank[data-rank]{
font-size:clamp(1.6rem,4.44444vw,1.8rem);
font-weight:700;
line-height:1.5;
margin:.5em 0;
padding-top:.2222em;
}
.rank[data-rank]::before{
color:#cdced0;
content:attr(data-rank);
font-size:2em;
font-style:italic;
font-weight:600;
line-height:.8;
float:left;
margin-right:.2em;
min-width:.66666em;
position:relative;
margin-top:-.05555em;
}
.rank[data-rank][data-rank='1']::before{
color:#ceb99d;
}
.rank[data-rank][data-rank='2']::before{
color:#a5b2ba;
}
.rank[data-rank][data-rank='3']::before{
color:#a7816c;
}
.rank[data-rank]::after{
content:'';
display:block;
clear:both;
}
/* ランキングボックス
==================================================
*/
.rankbox{
margin:1.5em 0;
}
.rankbox .rank[data-rank]{
background:#000;
color:#fff;
font-size:clamp(2rem,5.55555vw,3rem);
margin:0;
padding:.6em 1em;
display:grid;
align-items:center;
grid-template-columns:auto 1fr;
grid-template-rows:1fr auto;
}
.rankbox .rank[data-rank]::before{
border-right:2px solid #fff;
font-size:3em;
min-width:auto;
grid-column:1 / 2;
grid-row:1 / 3;
align-self:start;
margin-top:0;
margin-right:.3em;
padding-right:.3em;
}
.rankbox .rank[data-rank] a{
color:inherit;
font-style:italic;
text-decoration:none;
grid-column:2 / 3;
}
.rankbox .rank[data-rank] i{
display:block;
font-size:1.4rem;
font-style:normal;
line-height:1;
grid-column:2 / 3;
grid-row:1 / 2;
}
.rankbox-container{
background:#fff;
border:8px solid #dedede;
}
.rankbox-contents{
padding:clamp(16px,4.44444vw,32px);
display:flex;
flex-direction:column;
gap:clamp(16px,4.44444vw,32px) 0;
}
.rankbox-details{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));
gap:clamp(16px,4.44444vw,32px);
}
.rankbox-desc{
display:flex;
flex-direction:column;
gap:clamp(16px,4.44444vw,32px) 0;
}
.rankbox-rate{
display:flex;
flex-direction:column;
gap:clamp(16px,4.44444vw,32px);
align-items:center;
}
.rankbox-rate > *{
width:100%;
}
/* ランク画像 */
.rankbox-img{
margin:0 auto;
text-align:center;
max-width:100%;
width:100%;
}
.rankbox-img img{
margin:0 auto .5em;
}
/* ランク見出し */
.rankbox-stitle{
color:#333;
font-size:clamp(1.6rem,4.44444vw,2.2rem);
font-weight:700;
line-height:1.5;
margin-bottom:.5em;
text-align:center;
}
/* 評価 */
.rankbox-rateoverall{
display:flex;
flex-direction:column;
gap:.2em;
align-items:center;
}
.rankbox-rateoverall .rankbox-stitle{
margin-bottom:.3em;
}
.rankbox-rateoverall .rankbox-rate-num .rate{
font-size:4rem;
}
.rankbox-rateoverall .rankbox-rate-num .rate::after{
font-style:italic;
}
.rankbox-rateoverall .rate{
font-size:3.5rem;
}
.rate-unit{
font-size:1.2rem;
opacity:.5;
}
/* 金額 */
.rankbox-price{
font-size:1.4rem;
line-height:1;
}
.rankbox-price b{
font-size:2.14285em;
font-weight:600;
}
/* 備考 */
.rankbox-notes{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:.5em;
}
.rankbox-notes span{
border:1px solid var(--clr-accent,#1273eb);
color:var(--clr-accent,#1273eb);
display:block;
font-size:1rem;
line-height:1;
padding:.6em .8em;
}
/* 説明文1 特徴 */
.feature .feature-body{
font-size:.875em;
line-height:1.6;
}
/* フリーテキスト */
/* 説明文2 総評 */
.comment{
background:#f8f8f8;
padding:clamp(16px,4.44444vw,32px);
}
.comment .comment-tit{
border-bottom:4px solid #333;
color:#333;
font-size:clamp(1.6rem,4.44444vw,2.2rem);
font-weight:700;
line-height:1.5;
margin-bottom:1em;
padding-bottom:.72727em;
text-align:center;
}
/* ボタン */
.rankbox-more{
text-align:center;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));
gap:1em 1.5em;
}
.rankbox-more a{
color:#fff;
display:block;
font-size:2.6rem;
font-style:italic;
font-weight:700;
line-height:1.5;
overflow:hidden;
padding:1em 2em;
position:relative;
text-decoration:none;
z-index:0;
}
.rankbox-more a::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
transition:opacity 0.4s cubic-bezier(0.19,1,0.22,1);
backdrop-filter:brightness(140%) saturate(200%);
opacity:0;
}
.rankbox-more a::after{
background-image:url(img/brn_arrow.svg);
background-position:center;
background-repeat:no-repeat;
background-size:9px auto;
content:'';
position:absolute;
top:50%;
margin-top:-8px;
right:28px;
width:9px;
height:16px;
}
/* ボタン 詳細ページはこちら */
.rankbox-more .detail a{
background-color:#3c5d84;
}
/* ボタン 公式ページはこちら */
.rankbox-more .official a{
background-color:var(--clr-accent,#1273eb);
}
@media (min-width:681px){
.rankbox-more a:hover::before{
opacity:.5;
}
}
/* 画像スライダー（メインコンテンツ用ランキング）
==================================================
*/
.rankbox-slider img{
margin:0;
object-fit:cover;
}
.rankbox-slider > div:not(:first-child):not([class]){
display:none;
}
.rankbox-slider .crl-d{
display:flex;
margin-top:.5em;
gap:0.5em;
}
.rankbox-slider .crl-d-ctl{
position:relative;
width:60px;
height:66px;
transition:.2s ease;
}
.rankbox-slider .crl-d-ctl img{
width:100%;
height:100%;
mix-blend-mode:multiply;
}
.rankbox-slider .selected{
opacity:1;
background:rgba(0,0,0,0.3);
}
.rslide-wrap{
position:relative;
}
@media (max-width:680px){
.rankbox-slider .crl-d{
justify-content:center;
}
}
/* 前後スライドボタン */
.rslide-arrow{
opacity:0;
transition:opacity 0.3s ease;
}
.rslide-arrow .prev,.rslide-arrow .next{
background-color:rgba(0,0,0,0.35);
display:block;
width:32px;
height:32px;
margin:0 10px;
text-indent:200%;
white-space:nowrap;
overflow:hidden;
position:absolute;
top:50%;
margin-top:-16px;
z-index:1;
}
.rslide-arrow .prev::before,.rslide-arrow .next::before{
background-color:#fff;
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.612%22%20height%3D%2225.047%22%3E%3Cpath%20d%3D%22M2.088%200%200%202.088l10.436%2010.435L0%2022.959l2.088%202.088%2010.436-10.436%202.088-2.088-2.088-2.087Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 52% center/25% auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.612%22%20height%3D%2225.047%22%3E%3Cpath%20d%3D%22M2.088%200%200%202.088l10.436%2010.435L0%2022.959l2.088%202.088%2010.436-10.436%202.088-2.088-2.088-2.087Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 52% center/25% auto;
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
pointer-events:none;
}
.rslide-arrow .prev{
left:0;
}
.rslide-arrow .prev::before{
transform:scale(-1,1);
}
.rslide-arrow .next{
right:0;
}
.rankbox-slider:hover .rslide-arrow{
opacity:1;
}
/* ホバーアクション */
@media (min-width:681px){
.rslide-arrow .prev,.rslide-arrow .next{
transition:.2s ease;
}
.rslide-arrow .prev:hover,.rslide-arrow .next:hover{
opacity:.75;
}
}
/* ランキング（サイド用）
==================================================
*/
.rankside{
display:inline-block;
font-size:1.4rem;
line-height:1.5;
max-width:100%;
}
.rankside img{
margin-bottom:var(--margin-component);
}
/* 評価（スター）
==================================================
*/
.rate{
display:inline-flex;
gap:0 0.5em;
align-items:center;
flex-shrink:0;
}
.rate::before{
background-position:0 center,calc(1em * 1) center,calc(1em * 2) center,calc(1em * 3) center,calc(1em * 4) center;
background-repeat:no-repeat;
background-size:1em auto;
content:'';
display:inline-block;
width:calc(1em * 5);
height:1em;
}
.rate.rate-mini::before{
background-image:url(img/star.svg);
width:1em;
}
.rate.rate-numonly::before{
display:none;
}
.rate.rate-num::after{
font-size:1.1875em;
font-style:normal;
font-weight:600;
line-height:1;
min-width:1.52631em;
margin-bottom:-.1875em;
text-align:center;
}
.rate.rate-mini::after{
min-width:.63157em;
}
.rate.rate0::before{
background-image:url(img/star_empty.svg),url(img/star_empty.svg),url(img/star_empty.svg),url(img/star_empty.svg),url(img/star_empty.svg);
}
.rate.rate0.rate-num::after{
content:'0';
}
.rate.rate0_5::before{
background-image:url(img/star_half.svg),url(img/star_empty.svg),url(img/star_empty.svg),url(img/star_empty.svg),url(img/star_empty.svg);
}
.rate.rate0_5.rate-num::after{
content:'0.5';
}
.rate.rate1::before{
background-image:url(img/star.svg),url(img/star_empty.svg),url(img/star_empty.svg),url(img/star_empty.svg),url(img/star_empty.svg);
}
.rate.rate1.rate-num::after{
content:'1.0';
}
.rate.rate1.rate-mini::after{
content:'1';
}
.rate.rate1_5::before{
background-image:url(img/star.svg),url(img/star_half.svg),url(img/star_empty.svg),url(img/star_empty.svg),url(img/star_empty.svg);
}
.rate.rate1_5.rate-num::after{
content:'1.5';
}
.rate.rate2::before{
background-image:url(img/star.svg),url(img/star.svg),url(img/star_empty.svg),url(img/star_empty.svg),url(img/star_empty.svg);
}
.rate.rate2.rate-num::after{
content:'2.0';
}
.rate.rate2.rate-mini::after{
content:'2';
}
.rate.rate2_5::before{
background-image:url(img/star.svg),url(img/star.svg),url(img/star_half.svg),url(img/star_empty.svg),url(img/star_empty.svg);
}
.rate.rate2_5.rate-num::after{
content:'2.5';
}
.rate.rate3::before{
background-image:url(img/star.svg),url(img/star.svg),url(img/star.svg),url(img/star_empty.svg),url(img/star_empty.svg);
}
.rate.rate3.rate-num::after{
content:'3.0';
}
.rate.rate3.rate-mini::after{
content:'3';
}
.rate.rate3_5::before{
background-image:url(img/star.svg),url(img/star.svg),url(img/star.svg),url(img/star_half.svg),url(img/star_empty.svg);
}
.rate.rate3_5.rate-num::after{
content:'3.5';
}
.rate.rate4::before{
background-image:url(img/star.svg),url(img/star.svg),url(img/star.svg),url(img/star.svg),url(img/star_empty.svg);
}
.rate.rate4.rate-num::after{
content:'4.0';
}
.rate.rate4.rate-mini::after{
content:'4';
}
.rate.rate4_5::before{
background-image:url(img/star.svg),url(img/star.svg),url(img/star.svg),url(img/star.svg),url(img/star_half.svg);
}
.rate.rate4_5.rate-num::after{
content:'4.5';
}
.rate.rate5::before{
background-image:url(img/star.svg),url(img/star.svg),url(img/star.svg),url(img/star.svg),url(img/star.svg);
}
.rate.rate5.rate-num::after{
content:'5.0';
}
.rate.rate5.rate-mini::after{
content:'5';
}
/* スクロール
==================================================
*/
/* 横向き */
.scroll-table .scroll-area{
position:relative;
overflow-x:auto;
overflow-y:hidden;
white-space:nowrap;
padding-bottom:6px;
}
.scroll-table .scroll-area > *{
margin:0;
}
.scroll-area::-webkit-scrollbar{
width:8px;
}
.scroll-area::-webkit-scrollbar:horizontal{
height:8px;
}
.scroll-area::-webkit-scrollbar-track{
background-color:rgba(0,0,0,0.04);
}
.scroll-area::-webkit-scrollbar-thumb{
background-color:rgba(0,0,0,0.16);
}
.scroll-area:hover::-webkit-scrollbar-thumb{
background-color:rgba(0,0,0,0.3);
}
/* 縦向き */
.scroll-table[data-scroll-direction="vertical"] .scroll-area{
overflow-x:hidden;
overflow-y:auto;
white-space:normal;
max-height:250px;
padding:0 6px 0 0;
}
/* 検索ボタン
==================================================
*/
.search-form{
border:3px solid #e5e5e5;
box-sizing:content-box;
position:relative;
height:46px;
}
[data-color*="clr-form-bg"] .search-form{
border:none;
}
.search-keyword{
background:var(--clr-form-bg,#fff);
border-radius:30px;
display:block;
height:100%;
}
.search-keyword input[type="search"]{
border:none;
color:var(--clr-form-txt,#333);
cursor:auto;
font-size:1.6rem;
line-height:46px;
padding:0 46px 0 16px;
width:100%;
height:100%;
}
.search-keyword input[type="search"]::placeholder{
color:var(--clr-form-txt,#5b5b5b);
opacity:.5;
}
.search-keyword input[type="search"]:-ms-input-placeholder{
color:var(--clr-form-txt,#5b5b5b);
opacity:.5;
}
.search-keyword input[type="search"]::-ms-input-placeholder{
color:var(--clr-form-txt,#5b5b5b);
opacity:.5;
}
.search-submit{
background:#333;
display:block;
position:absolute;
top:0;
right:0;
width:46px;
height:100%;
border-radius:30px;
}
.search-submit input[type="submit"]{
background-color:#fff;
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.626%22%20height%3D%2218.624%22%3E%3Cpath%20d%3D%22M7.5%2014.986a7.478%207.478%200%200%200%204.6-1.578l4.948%204.957a.932.932%200%200%200%201.318-1.318L13.41%2012.09a7.492%207.492%200%201%200-5.913%202.9ZM3.515%203.513a5.631%205.631%200%201%201%200%207.963%205.61%205.61%200%200%201-.029-7.934l.029-.029Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/18px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.626%22%20height%3D%2218.624%22%3E%3Cpath%20d%3D%22M7.5%2014.986a7.478%207.478%200%200%200%204.6-1.578l4.948%204.957a.932.932%200%200%200%201.318-1.318L13.41%2012.09a7.492%207.492%200%201%200-5.913%202.9ZM3.515%203.513a5.631%205.631%200%201%201%200%207.963%205.61%205.61%200%200%201-.029-7.934l.029-.029Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/18px auto;
overflow:hidden;
padding:0;
text-indent:200%;
white-space:nowrap;
cursor:pointer;
width:100%;
height:100%;
}
@media (min-width:681px){
.search-form{
width:280px;
}
.search-submit{
transition:.2s;
}
.search-submit:hover{
opacity:.75;
}
}
/*
==================================================
サイトマップ
==================================================
*/
#sitemaps ul{
display:flex;
flex-direction:column;
gap:1em 0;
}
#sitemaps li{
display:flex;
flex-direction:column;
gap:1.5em 0;
line-height:1.5;
}
#sitemaps a{
color:inherit;
display:block;
padding-left:1.5em;
position:relative;
text-decoration:none;
align-self:flex-start;
max-width:100%;
}
#sitemaps > ul{
gap:2em 0;
}
#sitemaps > ul > li > a{
font-size:1.25em;
font-weight:700;
line-height:1.5;
position:relative;
padding-left:1em;
}
#sitemaps > ul > li > a::before{
background:var(--clr-main,#333);
content:'';
position:absolute;
top:.45em;
left:0;
width:.6em;
height:.6em;
}
#sitemaps > ul ul a::before{
background:#333;
content:'';
position:absolute;
top:.5625em;
left:.5625em;
width:.375em;
height:.375em;
}
#sitemaps > ul ul ul{
padding-left:1.5em;
}
/* ホバーアクション */
@media (min-width:681px){
#sitemaps a{
transition:.2s;
}
#sitemaps a:hover{
opacity:.5;
}
}
/* パンくず
==================================================
*/
#siteNavi{
background-color:var(--clr-siteNavi-bg,#f0f0f0);
padding:0 var(--padding-overall);
}
#siteNavi ul{
color:var(--clr-siteNavi-txt,var(--clr-body-txt,#333));
display:flex;
align-items:center;
overflow-x:auto;
white-space:nowrap;
font-size:1.2rem;
line-height:1;
margin:0 auto;
padding:2.4em 0;
max-width:var(--width-overall);
-ms-overflow-style:none;
/* IE,Edge 対応 */
scrollbar-width:none;
/* Firefox 対応 */
}
#siteNavi ul::-webkit-scrollbar{
/* Chrome,Safari 対応 */
display:none;
}
#siteNavi ul li{
display:flex;
align-items:center;
flex-shrink:0;
}
#siteNavi ul li:not(:last-child)::after{
background-color:var(--clr-siteNavi-txt,var(--clr-body-txt,#333));
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.277%22%20height%3D%228.4%22%3E%3Cpath%20d%3D%22m0%200%207.277%204.2L0%208.4Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center/8px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.277%22%20height%3D%228.4%22%3E%3Cpath%20d%3D%22m0%200%207.277%204.2L0%208.4Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center/8px auto;
content:'';
display:block;
margin:0 1em;
width:1em;
height:1em;
opacity:.5;
flex-shrink:0;
}
#siteNavi ul a{
color:inherit;
text-decoration:none;
}
/* ホバーアクション */
@media (min-width:681px){
#siteNavi a{
transition:0.2s;
}
#siteNavi a:hover{
opacity:0.5;
}
}
/*
==================================================
スライダー（パーツ）
==================================================
*/
/* 矢印 */
.slick-arrow{
grid-row:1/2;
background-color:rgba(0,0,0,0.35);
border-radius:50%;
display:block;
width:56px;
height:56px;
text-indent:200%;
white-space:nowrap;
overflow:hidden;
position:absolute;
top:50%;
transform:translateY(-50%);
z-index:1;
opacity:0;
transition:opacity 0.3s ease;
cursor:pointer;
}
.slick-arrow::before{
background-color:#fff;
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.612%22%20height%3D%2225.047%22%3E%3Cpath%20d%3D%22M2.088%200%200%202.088l10.436%2010.435L0%2022.959l2.088%202.088%2010.436-10.436%202.088-2.088-2.088-2.087Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 52% center/25% auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.612%22%20height%3D%2225.047%22%3E%3Cpath%20d%3D%22M2.088%200%200%202.088l10.436%2010.435L0%2022.959l2.088%202.088%2010.436-10.436%202.088-2.088-2.088-2.087Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 52% center/25% auto;
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
pointer-events:none;
}
.slick-prev{
left:16px;
}
.slick-prev::before{
transform:scale(-1,1);
}
.slick-next{
right:16px;
}
.slick-slider:hover .slick-arrow{
opacity:1;
}
@media (max-width:480px){
.slick-arrow{
width:30px;
height:30px;
}
}
ul[id$="slider_ul"].slide_item .slick-arrow,.slider-type2 .slick-arrow{
width:28px;
height:28px;
}
.arrow-rectangle .slick-arrow{
border-radius:0;
width:40px;
height:25%;
min-height:56px;
max-height:72px;
}
.arrow-rectangle ul[id$="slider_ul"].slide_item .slick-arrow{
width:32px;
height:25%;
min-height:56px;
max-height:72px;
}
.arrow-rectangle .slick-prev{
left:0;
}
.arrow-rectangle .slick-next{
right:0;
}
@media screen and (min-width:480px){
[data-main-header*="wide"] #main-header #topslider.cpadding.arrow-rectangle .slick-prev{
left:25px;
}
[data-main-header*="wide"] #main-header #topslider.cpadding.arrow-rectangle .slick-next{
right:25px;
}
}
@media (max-width:480px){
.arrow-rectangle .slick-arrow{
width:24px;
}
.arrow-rectangle ul[id$="slider_ul"].slide_item .slick-arrow{
width:24px;
}
}
/* ホバーアクション */
@media (min-width:681px){
.slick-slider:hover .slick-arrow{
transition:.2s ease;
}
.slick-slider:hover .slick-arrow:hover{
opacity:.75;
}
}
/* ドット */
ul.slick-dots{
display:flex;
justify-content:center;
gap:10px;
margin:24px 0 0;
position:relative;
}
ul.slick-dots li{
position:relative;
display:inline-block;
width:40px;
height:2px;
margin:0;
padding:0;
cursor:pointer;
}
ul.slick-dots button{
background:#000;
display:block;
width:100%;
height:100%;
padding:0;
text-indent:200%;
white-space:nowrap;
overflow:hidden;
opacity:.15;
transition:.1s ease;
}
ul.slick-dots button:hover{
opacity:.58;
}
ul.slick-dots .slick-active button{
opacity:1;
}
/* スライダー(日付) */
ul[id$="slider_ul"] .sliderdate{
background-color:rgba(0,0,0,0.67);
color:#fff;
font-size:.875em;
font-weight:400;
line-height:1;
padding:.71428em 1em;
position:absolute;
top:0;
left:0;
}
/* タイトル */
.slidertitle{
display:block;
font-weight:700;
line-height:1;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
width:100%;
text-decoration:none;
}
ul[id$="slider_ul"].slide_center .slidertitle{
background-color:rgba(0,0,0,0.67);
color:#fff;
font-size:1.25em;
padding:1.3em 1.7em;
position:absolute;
bottom:0;
}
ul[id$="slider_ul"].slide_item .slidertitle{
font-size:.875em;
margin-top:.8em;
}
/*
==================================================
スライダー
==================================================
*/
[data-main-header*="header"][data-topslider="true"] #main-header{
display:flow-root;
padding:30px 0;
position:relative;
z-index:0;
}
[data-main-header*="header"][data-topslider="true"] #main-header::before{
background-color:var(--clr-base,#fafafa);
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:0 calc(-50vw + 50%);
z-index:-1;
filter:brightness(93%);
}
#topslider_ul.slick-initialized{
height:auto;
opacity:1;
}
#topslider_ul{
display:grid;
height:0;
opacity:0;
transition:opacity .3s linear;
}
ul[id$="slider_ul"] .slick-slide a{
text-decoration:none;
}
/* 均等に小さく表示 */
#topslider ul[id$="slider_ul"].slide_item{
background:transparent;
}
ul[id$="slider_ul"].slide_item a:hover{
text-decoration:underline;
}
/* 中央に大きく表示 */
@media screen and (min-width:480px){
[data-main-header*="wide"] #main-header #topslider.cpadding{
margin-left:auto;
margin-right:auto;
max-width:calc(var(--width-overall) + (48px * 2));
overflow:visible;
}
[data-main-header*="wide"] #main-header #topslider.cpadding ul[id$="slider_ul"].slide_center{
overflow:visible;
}
[data-main-header*="wide"] #main-header #topslider.cpadding .slick-list{
overflow:visible;
margin-right:-48px;
}
[data-main-header*="wide"] #main-header #topslider.cpadding .slick-slide{
margin-right:48px;
filter:none;
}
}
/*
==================================================
SNSボタン
==================================================
*/
[class^="snsicon-"]{
background-position:center;
background-repeat:no-repeat;
background-size:20px auto;
display:block;
width:40px;
height:40px;
}
[class^="snsicon-"][class$="-black"],[class^="snsicon-"][class$="-white"]{
background-size:cover;
width:26px;
height:26px;
margin:4px;
}
/* ホバーアクション */
@media (min-width:681px){
[class^="snsicon-"]{
transition:.15s ease;
}
[class^="snsicon-"]:hover{
opacity:.75;
}
}
/* facebook */
.snsicon-facebook{
background-image:url(img/icon_facebook_white.svg);
background-color:#1877f2;
}
.snsicon-facebook-black{
background-image:url(img/icon_facebook_black.svg);
}
.snsicon-facebook-white{
background-image:url(img/icon_facebook_white.svg);
}
/* twitter */
.snsicon-twitter{
background-image:url(img/icon_twitter_white.svg);
background-color:#000;
}
.snsicon-twitter-black{
background-image:url(img/icon_twitter_black.svg);
}
.snsicon-twitter-white{
background-image:url(img/icon_twitter_white.svg);
}
/* instagram */
.snsicon-instagram{
background-image:url(img/icon_instagram_white.svg),url(img/icon_instagram_bg.png);
background-size:20px auto,cover;
background-color:#cf2e92;
}
.snsicon-instagram-black{
background-image:url(img/icon_instagram_black.svg);
}
.snsicon-instagram-white{
background-image:url(img/icon_instagram_white.svg);
}
/* youtube */
.snsicon-youtube{
background-image:url(img/icon_youtube_white.svg);
background-color:#ff0000;
}
.snsicon-youtube-black{
background-image:url(img/icon_youtube_black.svg);
}
.snsicon-youtube-white{
background-image:url(img/icon_youtube_white.svg);
}
/* rss */
.snsicon-rss{
background-image:url(img/icon_rss_white.svg);
background-color:#f39681;
}
.snsicon-rss-black{
background-image:url(img/icon_rss_black.svg);
}
.snsicon-rss-white{
background-image:url(img/icon_rss_white.svg);
}
/* はてなブックマーク */
.snsicon-hatena{
background-image:url(img/icon_hatena_white.svg);
background-color:#00a4de;
}
/* line */
.snsicon-line{
background-image:url(img/icon_line_white.svg);
background-color:#00b900;
}
/* SNSボタン一覧
==================================================
*/
.snsbox{
display:inline-flex;
align-items:center;
flex-wrap:wrap;
gap:.5em;
}
.snsbox .sns-title{
font-size:1.7rem;
font-weight:600;
line-height:1;
opacity:0.5;
}
.snsbox .snslist{
display:flex;
justify-content:center;
align-items:center;
gap:.5em;
overflow:visible;
}
/* テーブルデザイン
==================================================
*/
/* 標準 */
table[data-table*="normal"]{
border:none;
border-collapse:separate;
border-spacing:3px;
font-size:1.4rem;
line-height:1.5;
margin:var(--margin-component) 0;
table-layout:fixed;
width:100%;
}
table[data-table*="normal"] th,table[data-table*="normal"] td{
background-color:transparent;
border:none;
padding:1.14283em;
text-align:left;
vertical-align:top;
}
table[data-table*="normal"] th{
background-color:#efefef;
font-weight:normal;
width:25%;
}
table[data-table*="normal"] td{
background-color:#f8f8f8;
}
@media (max-width:680px){
table[data-table*="normal"]{
font-size:1.2rem;
}
table[data-table*="normal"] th,table[data-table*="normal"] td{
display:block;
width:auto;
}
}
/* 比較表
==================================================
*/
.comparison{
border-collapse:separate;
border-spacing:3px 0;
margin:var(--margin-component) 0;
table-layout:fixed;
}
.comparison tr th,.comparison tr td{
background:transparent;
border:none;
font-size:1.1rem;
line-height:1.5;
padding:20px;
text-align:center;
vertical-align:top;
}
.comparison tr th{
opacity:.5;
vertical-align:middle;
}
.comparison thead tr{
background:#fafafa;
}
.comparison thead td img{
max-width:120px;
max-height:120px;
}
.comparison tbody tr:nth-child(even){
background:#fafafa;
}
.comparison tbody tr:nth-child(odd){
background:#ededed;
}
.comparison .rate{
font-size:1.5rem;
}
.comparison-item{
display:flex;
flex-direction:column;
align-items:center;
gap:10px 0;
}
.comparison-title{
font-weight:700;
}
.comparison-official a{
background-color:var(--clr-accent,#1273eb);
color:#fff;
display:block;
font-weight:700;
line-height:1.5;
padding:8px;
position:relative;
text-decoration:none;
z-index:0;
}
.comparison-official a::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
transition:opacity 0.4s cubic-bezier(0.19,1,0.22,1);
backdrop-filter:brightness(140%) saturate(200%);
opacity:0;
}
@media (min-width:681px){
.comparison-official a:hover::before{
opacity:.5;
}
}
/* タグ一覧
==================================================
*/
.taglist{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:.5em;
}
.taglist .tag{
color:#333;
display:block;
font-size:1.1rem;
line-height:1;
padding:.72727em;
text-decoration:none;
position:relative;
}
.taglist .tag::before{
border:1px solid #333;
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
opacity:.5;
}
/* ホバーアクション */
@media (min-width:681px){
.taglist .tag{
transition:.2s ease;
}
.taglist .tag::before{
transition:.2s ease;
}
.taglist .tag:hover{
background-color:var(--clr-main,#000);
color:#fff;
}
.taglist .tag:hover::before{
opacity:0;
}
}
/* Twitterタイムライン
==================================================
*/
.twitter_plugin{
overflow:hidden;
}
/* 口コミ
==================================================
*/
.user1,.user2{
background:#fff;
border:4px solid #ebebeb;
line-height:1.7;
margin:var(--margin-component) 0;
padding:2.5em 2em;
}
.user1:not(.noimage),.user2:not(.noimage){
background:#fff url(./img/user1.png) no-repeat 1.375em 1.125em/4.5em auto;
padding-left:calc(5em + 2em);
}
.user2:not(.noimage){
background-image:url(./img/user2.png);
}
/* 口コミリスト */
.user1-custom,.user2-custom{
background:#fff;
border:4px solid #ebebeb;
display:flex;
gap:0 1em;
margin:var(--margin-component) 0;
padding:1.5em;
}
.user-img{
flex-shrink:0;
max-width:80px;
}
.user-body{
display:flex;
flex-direction:column;
gap:.5em 0;
}
.user-review{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:.5em;
line-height:1;
}
.user-review .user-status{
font-size:0.7em;
opacity:0.5;
}
.user-title{
font-weight:700;
line-height:1.7;
}
.user-desc{
font-size:.8em;
line-height:1.7;
}
/*
=============================
目次用スタイル(SIRIUS2)
=============================
*/
/* 目次 基本スタイル
==================================================
*/
#index_wrapper{
clear:both;
display:flex;
justify-content:center;
align-items:center;
margin:8px 0;
padding:0 16px;
}
#indexlist{
background-color:#f9f9fb;
width:90%;
}
#index_inner{
padding:20px 24px;
line-height:1.5;
position:relative;
}
/* タイトル */
#indexlist .title{
max-width:100%;
}
/* 表示・非表示の切り替え */
#index_button{
position:absolute;
top:11px;
right:12px;
opacity:1;
width:44px;
height:44px;
}
#index_button > span::before{
border-top:1px solid #2f2f32;
border-right:1px solid #2f2f32;
content:'';
display:block;
transform:rotate(-45deg);
position:absolute;
top:20px;
right:16px;
width:11px;
height:11px;
opacity:.6;
}
#index_button span span{
display:none;
}
#index_panel:checked + #index_button > span::before{
transform:rotate(135deg);
top:13px;
}
/* アコーディオン */
#index_panel[type="checkbox"]{
display:none;
}
#indexlist #index_inner #index_panel:checked ~ ul,#indexlist #index_inner #index_panel:checked ~ ol{
border-width:0;
line-height:0;
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
opacity:0;
visibility:hidden;
overflow:hidden;
}
#indexlist #index_inner #index_panel:checked ~ ul *,#indexlist #index_inner #index_panel:checked ~ ol *{
border-width:0;
line-height:0;
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
}
#indexlist #index_inner #index_panel:checked ~ ul ::before,#indexlist #index_inner #index_panel:checked ~ ul ::after,#indexlist #index_inner #index_panel:checked ~ ol ::before,#indexlist #index_inner #index_panel:checked ~ ol ::after{
border-width:0;
line-height:0;
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
height:0;
}
/* リストの調整 */
#indexlist ul,#indexlist ol{
list-style:none;
margin:16px 0;
margin-left:-6px;
opacity:1;
overflow:visible;
padding:0;
text-align:left;
}
#indexlist li{
font-size:15px;
line-height:1.5;
padding-left:1.46667em;
position:relative;
margin:.53334em 0;
z-index:0;
}
#indexlist #index_inner > ul,#indexlist #index_inner > ol{
margin:17px 0 0;
}
.onload #indexlist #index_inner *{
transition:margin 0.25s cubic-bezier(0.2,0.7,0.4,0.95),padding 0.25s cubic-bezier(0.2,0.7,0.4,0.95);
}
/* 数字付きリストの調整 */
#indexlist ol{
counter-reset:indexchild;
}
#indexlist ol > li > span{
display:flex;
margin-left:-1.46667em;
}
#indexlist ol > li > span::before{
counter-increment:indexchild;
content:counter(indexchild) ".";
color:inherit;
font-size:inherit;
font-weight:normal;
line-height:inherit;
margin:0 0.4em 0 0.2em;
position:static;
flex-shrink:0;
}
/* 数字付きリスト-カウンター */
#indexlist.idx_counters #index_inner > ol{
counter-reset:indexchild;
}
#indexlist.idx_counters #index_inner > ol > li > span::before{
counter-increment:indexchild;
content:counter(indexchild) ".";
}
#indexlist.idx_counters ul ol > li > span::before,#indexlist.idx_counters ol ol > li > span::before{
content:counters(indexchild,"-") ".";
}
/* 目次詳細設定 */
/* 横幅100% */
#index_wrapper.fullwidth{
padding:0;
}
#index_wrapper.fullwidth #indexlist{
width:100%;
max-width:100%;
}
/* 角丸の指定 */
#indexlist.idx_round{
border-radius:8px;
}
/* 横幅の自動調整 */
#index_wrapper #indexlist.idx_auto{
display:inline-block;
width:auto;
max-width:90%;
min-width:250px;
}
#menu #indexlist,#rmenu #indexlist{
width:100%;
max-width:100%;
}
/* 左寄せ */
#index_wrapper.setleft{
justify-content:flex-start;
}
/* 目次フリースペース */
.idx_space{
margin:8px 0;
text-align:center;
}
.idx_space div,.idx_space ul,.idx_space ol,.idx_space li{
text-align:left;
}
.idx_space::after{
display:block;
content:'';
clear:both;
}
/* ==========================================================================
 preview
 ========================================================================== */
/*
==================================================
プレビュー表示用
==================================================
*/
@media (min-width:480px){
#editor,#previewcontents{
font-size:1.6rem;
line-height:2;
}
}
.wrapper{
display:-ms-grid;
display:grid;
min-height:100vh;
width:100%;
height:100%;
-ms-grid-columns:100%;
grid-template-columns:100%%;
-ms-grid-rows:auto 1fr auto auto auto;
grid-template-rows:auto 1fr auto auto auto;
padding:0px;
margin:0px;
overflow:hidden;
}
.box{
background-color:#fff;
color:#000;
border-radius:5px;
border:1px solid #dbc900;
padding:0px;
margin:0px;
}
.header{
/*↓grid-areaで書く場合はこんな感じ*/
/*grid-area:1/1/2/2;*/
-ms-grid-row:1;
grid-row:1;
-ms-grid-column:1;
grid-column:1;
}
.left{
/*grid-area:3/1/4/2;*/
-ms-grid-row:3;
grid-row:3;
-ms-grid-column:1;
grid-column:1;
}
.content{
overflow:auto;
/*grid-area:2/1/3/2;*/
-ms-grid-row:2;
grid-row:2;
-ms-grid-column:1;
grid-column:1;
}
.right{
/*grid-area:4/1/5/2;*/
-ms-grid-row:4;
grid-row:4;
-ms-grid-column:1;
grid-column:1;
}
.footer{
/*grid-area:5/1/6/2;*/
-ms-grid-row:5;
grid-row:5;
-ms-grid-column:1;
grid-column:1;
}
@media screen and (min-width:640px){
.wrapper{
display:-ms-grid;
display:grid;
min-height:100vh;
width:100%;
height:100%;
-ms-grid-columns:28% 72%;
grid-template-columns:28% 72%;
-ms-grid-rows:auto auto 1fr auto;
grid-template-rows:auto auto 1fr auto;
padding:0px;
overflow:hidden;
}
.box{
background-color:#fff;
color:#000;
border-radius:5px;
border:1px solid #dbc900;
padding:0px 5px;
}
.header{
padding:0px;
/*↓grid-areaで書く場合はこんな感じ*/
/*grid-area:1/1/2/3;*/
-ms-grid-row:1;
grid-row:1;
 -ms-grid-column:1;
grid-column-start:1;
 grid-column-end:3;
 -ms-grid-column-span:2; /* MS対策(手動) */
}
.content{
overflow:auto;
/*grid-area:2/2/4/3;*/
-ms-grid-row:2;
grid-row-start:2;
grid-row-end:4;
-ms-grid-row-span:2; /* MS対策(手動) */
-ms-grid-column:2;
grid-column:2;
}
.left{
/*grid-area:2/1/3/2;*/
-ms-grid-row:2;
grid-row:2;
-ms-grid-column:1;
grid-column:1;
}
.right{
/*grid-area:3/1/4/2;*/
-ms-grid-row:3;
grid-row:3;
-ms-grid-column:1;
grid-column:1;
}
.footer{
/*grid-area:4/1/5/3;*/
-ms-grid-row:4;
grid-row:4;
-ms-grid-column:1;
grid-column-start:1;
grid-column-end:3;
-ms-grid-column-span:2; /* MS対策(手動) */
}
}
@media screen and (min-width:1080px){
.wrapper{
display:-ms-grid;
display:grid;
min-height:100vh;
width:100%;
height:100%;
-ms-grid-columns:23% 54% 23%;
grid-template-columns:23% 54% 23%;
-ms-grid-rows:auto 1fr auto;
grid-template-rows:auto 1fr auto;
padding:0px;
overflow:hidden;
}
.box{
background-color:#fff;
color:#000;
border-radius:5px;
border:1px solid #dbc900;
padding:0px 5px;
}
.header{
padding:0px;
/*↓grid-areaで書く場合はこんな感じ*/
/*grid-area:1/1/2/4;*/
-ms-grid-row:1;
grid-row:1;
-ms-grid-column:1;
grid-column-start:1;
grid-column-end:4;
-ms-grid-column-span:3; /* MS対策(手動) */
}
.content{
overflow:auto;
/*grid-area:2/2/3/3;*/
-ms-grid-row:2;
grid-row-start:2;
grid-row-end:3;
-ms-grid-row-span:1; /* MS対策(手動) */
-ms-grid-column:2;
grid-column:2;
}
.left{
/*grid-area:2/1/3/2;*/
-ms-grid-row:2;
grid-row:2;
-ms-grid-column:1;
grid-column:1;
}
.right{
/*grid-area:2/3/3/4;*/
-ms-grid-row:2;
grid-row:2;
-ms-grid-column:3;
grid-column:3;
}
.footer{
/*grid-area:3/1/4/4;*/
-ms-grid-row:3;
grid-row:3;
-ms-grid-column:1;
grid-column-start:1;
grid-column-end:4;
-ms-grid-column-span:3; /* MS対策(手動) */
}
}
/*フラットデザインボタン*/
.fbutton_blue1 a{
width:400px;
background-color:#64B5F6;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_blue2 a{
width:400px;
background-color:#0000FF;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_blue3 a{
width:400px;
background-color:#7992A6;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_orange1 a{
width:400px;
background-color:#FFB943;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_orange2 a{
width:400px;
background-color:#FFA500;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_green1 a{
width:400px;
background-color:#81C784;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_green2 a{
width:400px;
background-color:#006800;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_green3 a{
width:90%;
background-color:#456e63;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_green3:hover{
width:90%;
background-color:#456e63;
 color:　#1b5e20; 
 }
.fbutton_cyan1 a{
width:400px;
background-color:#4DD0E1;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_cyan2 a{
width:400px;
background-color:#00FFFF;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_red1 a{
width:400px;
background-color:#E57373;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_red2 a{
width:400px;
background-color:#FF0000;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_pink1 a{
width:400px;
background-color:#FF1493;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_pink2 a{
width:400px;
background-color:#FFC0CB;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
@media screen and (max-width:640px){
.fbutton_blue1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_blue2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_orange1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_orange2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_green1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_green2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_green3 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_cyan1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_cyan2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_red1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_red2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_pink1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_pink2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
}
/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/
.table-scroll{
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}
.table-comparison{
margin:3em 0;
border-top:0;
}
.table-comparison th,.table-comparison td{
padding:10px;
text-align:center;
}
.table-comparison thead .highlight span{
display:block;
margin:-11px;
margin-top:-25px;
padding:11px;
padding-top:25px;
}
.table-comparison th.highlight,.table-comparison th.highlight span{
background:#FF824B;
}
.table-comparison tfoot td,.table-comparison tfoot td span{
background:#f2f2f2;
}
*********************************************
検索ボックス
*********************************************
*/
#searchbox{
background-image:url(img/search_input.png);
background-position:right top;
background-repeat:no-repeat;
font-size:12px;
left:auto;
height:28px;
margin-left:0;
position:absolute;
top:2px;
width:100%;
max-width:990px;
}
#searchbox input{
background-color:transparent;
border:none;
cursor:pointer;
height:24px;
overflow:hidden;
position:absolute;
right:170px;
text-indent:-9999px;
top:2px;
vertical-align:middle;
width:28px;
}
#searchbox form{
margin:0;
padding:0;
position:relative;
}
#searchbox .skwd{
background-image:none;
border:0 none;
cursor:auto;
font-size:12px;
right:6px;
line-height:18px;
text-indent:0;
width:160px;
}
@media screen and (max-width:640px){
#searchbox{
background-color:#66bb6a;
background-image:url(img/searchbutton.png);
background-position:15px 5px;
background-repeat:no-repeat;
margin:10px auto 5px;
padding:0 15px;
height:40px;
top:auto;
right:auto;
position:relative;
width:100%;
color:#333;
}
#searchbox input{
width:30px;
height:26px;
padding:0;
color:#333;
left:0px;
-webkit-appearance:none;
}
#searchbox input.skwd{
font-size:14px;
margin:0 0 0 30px;
padding:0px 5px 0 5px;
background-color:#fff;
overflow:hidden;
max-width:100%;
width:80%;
}
}
===================
/*--------------------------------------
フォント・修飾
--------------------------------------*/
/*フォントの装飾*/
.b{ font-weight:bold!important; }/*太字*/
.normal{ font-weight:normal!important; }/*太字を解除*/
/*フォントサイズの設定*/
.big{ font-size:1.2em!important; }
.big2{ font-size:1.5em!important; }
.big3{ font-size:1.8em!important; }
.small{ font-size:0.8em!important; }
.f08em{ font-size:0.8em; }
.f09em{ font-size:0.9em; }
.f10em{ font-size:1.0em; }
.f11em{ font-size:1.1em; }
.f12em{ font-size:1.2em; }
.f13em{ font-size:1.3em; }
.f14em{ font-size:1.4em; }
.f15em{ font-size:1.5em; }
.f16em{ font-size:1.6em; }
.f17em{ font-size:1.7em; }
.f18em{ font-size:1.8em; }
.f19em{ font-size:1.9em; }
.f20em{ font-size:2.0em; }
.f21em{ font-size:2.1em; }
.f22em{ font-size:2.2em; }
.f23em{ font-size:2.3em; }
.f24em{ font-size:2.4em; }
.f25em{ font-size:2.5em; }
.f26em{ font-size:2.6em; }
.f27em{ font-size:2.7em; }
.f28em{ font-size:2.8em; }
.f29em{ font-size:2.9em; }
.f30em{ font-size:3.0em; }
.f8pt{ font-size:8.5pt; }
.f9pt{ font-size:9.0pt; }
.f10pt{ font-size:10pt; }
.f11pt{ font-size:11pt; }
.f12pt{ font-size:12pt; }
.f13pt{ font-size:13pt; }
.f14pt{ font-size:14pt; }
.f15pt{ font-size:15pt; }
.f16pt{ font-size:16pt; }
.f17pt{ font-size:17pt; }
.f18pt{ font-size:18pt; }
.f19pt{ font-size:19pt; }
.f20pt{ font-size:20pt; }
.f21pt{ font-size:21pt; }
.f22pt{ font-size:22pt; }
.f23pt{ font-size:23pt; }
.f24pt{ font-size:24pt; }
/*フォントの色設定*/
.red{ color:#e53935!important; }/*赤*/
.blue{ color:#0000dd!important; }/*青*/
.green{ color:#4caf50!important; }/*緑*/
.yellow{ color:#ffff00!important; }/*黄*/
.navy{ color:#3f51b5!important; }/*紺*/
.orange{ color:#ff9680!important; }/*橙*/
.pink{ color:#ec407a!important; }/*ピンク*/
.purple{ color:#9c27b0!important; }/*紫*/
.olive{ color:#806800!important; }/*オリーブ*/
.lime{ color:#00ff00!important; }/*黄緑*/
.aqua{ color:#00bcd4!important; }/*水色*/
.black{ color:#000!important; }/*黒*/
.gray{ color:#ccc!important; }/*灰*/
.white{ color:#fff!important; }/*白*/
.brown{ color:#6d4c33!important; }/*茶*/
.purple1{ color:#dbc900!important; }/*紫1*/
./*下線*/
.redunder{ border-bottom:solid 3px #ff0000!important; }/*赤下線*/
.redunder1{ border-bottom:solid 3px #ff0000!important; }/*赤下線*/
.blueunder{ border-bottom:solid 3px #0000dd!important; }/*青下線*/
.greenunder{ border-bottom:solid 3px #4caf50!important; }/*緑下線*/
.yellowunder{ border-bottom:solid 3px #ffff00!important; }/*黄下線*/
.navyunder{ border-bottom:solid 3px #3f51b5!important; }/*紺下線*/
.orangeunder{ border-bottom:solid 3px #ff9680!important; }/*橙下線*/
.pinkunder{ border-bottom:solid 3px #ec407a!important; }/*ピンク下線*/
.purpleunder{ border-bottom:solid 3px #9c27b0!important; }/*紫下線*/
.oliveunder{ border-bottom:solid 3px #806800!important; }/*オリーブ下線*/
.limeunder{ border-bottom:solid 3px #00ff00!important; }/*黄緑下線*/
.aquaunder{ border-bottom:solid 3px #00bcd4!important; }/*水色下線*/
.blackunder{ border-bottom:solid 3px #000!important; }/*黒下線*/
.grayunder{ border-bottom:solid 3px #ccc!important; }/*灰下線*/
.whiteunder{ border-bottom:solid 3px #fff!important; }/*白下線*/
.brownunder{ border-bottom:solid 3px #6d4c33!important; }/*茶下線*/
/*マーカー表示（背景に着色）*/
.box-yellow{ background:linear-gradient(transparent 0,#ff6 0);}/*黄*/
.box-orange{ background:linear-gradient(transparent 0,#f90 0);}/*橙*/
.box-pink{ background:linear-gradient(transparent 0,#ffccff 0);}/*ピンク*/
.box-lime{ background:linear-gradient(transparent 0,#9f9 0);}/*黄緑*/
.box-blue{ background:linear-gradient(transparent 0,#cce5ff 0);}/*ブルー*/
.box-gray{ background:linear-gradient(transparent 0,#ccc 0);}/*灰*/
.box-purple{ background:linear-gradient(transparent 0,#ce9eff 0);}/*パープル*/
/*マーカー下線表示*/
.boxu-yellow{ background:linear-gradient(transparent 60%,#ff6 60%);}/*黄*/
.boxu-orange{ background:linear-gradient(transparent 60%,#f90 60%);}/*橙*/
.boxu-pink{ background:linear-gradient(transparent 60%,#ffccff 60%);}/*ピンク*/
.boxu-lime{ background:linear-gradient(transparent 60%,#9f9 60%);}/*黄緑*/
.boxu-blue{ background:linear-gradient(transparent 60%,#cce5ff 60%);}/*ブルー*/
.boxu-gray{ background:linear-gradient(transparent 60%,#ccc 60%);}/*灰*/
.boxu-purple{ background:linear-gradient(transparent 60%,#ce9eff 60%);}/*パープル*/
/*行間の設定*/
.lh10{ line-height:1.0!important; }
.lh11{ line-height:1.1!important; }
.lh12{ line-height:1.2!important; }
.lh13{ line-height:1.3!important; }
.lh14{ line-height:1.4!important; }
.lh15{ line-height:1.5!important; }
.lh16{ line-height:1.6!important; }
.lh17{ line-height:1.7!important; }
.lh18{ line-height:1.8!important; }
.lh19{ line-height:1.9!important; }
.lh20{ line-height:2.0!important; }
/*フレックスボックスの設定*/
.flexbox000{
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
border:1px solid #ddd;
padding:0.4em;
margin:0 0 2em;
}
.flexbox000 > .box150px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 250px;
flex:1 0 150px;
margin:0.4em;
}
.flexbox000 > .box250px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 250px;
flex:1 0 250px;
margin:0.4em;
}
.flexbox000 > .box250pxq{
background:#d5dedc;
padding:1em;
-webkit-flex:1 0 250px;
flex:1 0 250px;
margin:0.4em;
}
.flexbox000 > .box300px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 300px;
flex:1 0 300px;
margin:0.4em;
}
.flexbox000 > .box350px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 350px;
flex:1 0 350px;
margin:0.4em;
}
.menuitem{
break-inside:avoid;
}
/*
==================================================
アフィリエイトボタン用
==================================================
*/
table.type01{ 
width:100%; 
border-collapse:collapse; 
text-align:center; vertical-align:top; 
line-height:1.5; 
} 
table.type01 td{ 
width:45%; 
padding:10px; 
vertical-align:top; 
border:1px solid #fff; 
} 
/* アフィリエイトリンクボタン */
.btn001{
width:90%;
margin:5px auto 5px auto;
padding:10px;
background:#b72f8c;
font-size:18px;
color:#fff;
text-align:center;
display:block;
text-decoration:none;
}
.btn001:hover{
text-decoration:none;
color:#004d40;
background:#b55396;
}
.btn002{
margin:0 0 5px 0;
display:inline-block;
border-radius:5px;
box-shadow:0 5px #727272;
border-bottom:1px solid #d8d8d8;
}
.btn002:hover{
margin:5px 0 0 0;
box-shadow:none;
}
/*
==================================================
アフィリエイトボタン用
==================================================
*/
table.type01{ 
width:100%; 
border-collapse:collapse; 
text-align:center; vertical-align:top; 
line-height:1.5; 
} 
table.type01 td{ 
width:45%; 
padding:10px; 
vertical-align:top; 
border:1px solid #fff; 
} 
/* アフィリエイトリンクボタン */
.btn001{
width:90%;
margin:5px auto 5px auto;
padding:10px;
background:#00695c;
font-size:18px;a
color:#fff;
text-align:center;
display:block;
text-decoration:none;
}
.btn001:hover{
text-decoration:none;
color:#004d40;
background:#00796b;
}
.btn002{
margin:0 0 5px 0;
display:inline-block;
border-radius:5px;
box-shadow:0 5px #727272;
border-bottom:1px solid #d8d8d8;
}
.btn002:hover{
margin:5px 0 0 0;
box-shadow:none;
}
/* アフィリエイトリンクボタン２ */
.btn003{
width:60%;
margin:5px auto 5px auto;
padding:10px;
background:#00695c;
font-size:18px;
color:#fff;
text-align:center;
display:block;
text-decoration:none;
}
.btn003:hover{
text-decoration:none;
color:#004d40;
background:#00796b;
}
.btn004{
margin:0 0 5px 0;
display:inline-block;
border-radius:5px;
box-shadow:0 5px #727272;
border-bottom:1px solid #d8d8d8;
}
.btn004:hover{
margin:5px 0 0 0;
box-shadow:none;
}
/*考え中吹き出し */
.
.bln01{
position:relative;
margin:2em 0 2em 180px;
padding:15px;
background:#d5c2d5;
border-radius:30px;
}
.bln01:before{
content:"";
position:absolute;
left:-38px;
width:13px;
height:12px;
top:0;
background:#d5c2d5;
border-radius:50%;
}
.bln01:after{
content:"";
position:absolute;
left:-20px;
width:20px;
height:18px;
top:-3px;
background:#d5c2d5;
border-radius:50%;
}
.bln01 p{
margin:0;
padding:0;
} 
.bln02{
position:relative;
margin:2em 180px 2em 0;
padding:15px;
background:#d5c2d5;
border-radius:30px;
}
.bln02:before{
content:"";
position:absolute;
right:-38px;
width:13px;
height:12px;
top:0;
background:#d5c2d5;
border-radius:50%;
}
.bln02:after{
content:"";
position:absolute;
right:-20px;
width:20px;
height:18px;
top:-3px;
background:#d5c2d5;
border-radius:50%;
}
.bln02 p{
margin:0;
padding:0;
} 
.fa-gray{color:#456e63;}
/*--------------------------------------
ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
/* ヨメレバ・カエレバ */
.booklink-box,.kaerebalink-box{
margin:20px auto;
padding:20px;
border-radius:5px;
border:1px dashed #ccc;
overflow:hidden;
}
.booklink-image,.kaerebalink-image{
margin:0 15px 0 0 !important;
float:left;
}
.booklink-image img,.kaerebalink-image img{
margin:0 auto;
text-align:center;
}
.booklink-info,.kaerebalink-info{
margin:0;
text-align:left;
line-height:120%;
overflow:hidden;
}
.booklink-name,.kaerebalink-name{
font-size:16px;
margin-bottom:24px;
line-height:1.5em;
}
.booklink-powered-date,.kaerebalink-powered-date{
font-size:8pt;
margin-top:10px !important;
font-family:verdana;
line-height:120%;
}
.booklink-powered-date,.kaerebalink-detail{
font-size:16px;
margin-bottom:15px;
}
.booklink-link2,.kaerebalink-link1{
margin-top:10px;
}
.shoplinkamazon{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#283593;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkrakuten{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#00695c;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkkindle{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#9e9d24;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkseven{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#ad1457;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkyahoo{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#9e9d24;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkehon{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#6a1b9a;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkamazon:hover{
background-color:#c5cae9;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkrakuten:hover{
background-color:#b2dfdb;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkkindle:hover{
background-color:#fff9c4;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkseven:hover{
background-color:#f8bbd0;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkyahoo:hover{
background-color:#fff9c4;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkehon:hover{
background-color:#e1bee7;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkamazon:active,.shoplinkrakuten:active,.shoplinkkindle:active,.shoplinkseven:active,.shoplinkyahoo:active,shoplinkehon:active{
position:relative;
top:1px;
margin-bottom:1px;
}
.shoplinkamazon a,.shoplinkrakuten a,.shoplinkyahoo a,.shoplinkkindle a,.shoplinkseven a,.shoplinkyahoo a,.shoplinkehon a{
text-decoration:none;
font-weight:400;
font-size:16px;
text-shadow:1px 1px 1px #dcdcdc;
}
.shoplinkamazon a{
color:#ffffff;
}
.shoplinkrakuten a{
color:#ffffff;
}
.shoplinkkindle a{
color:#ffffff;
}
.shoplinkseven a{
font-size:large;
color:#ffffff;
}
.shoplinkyahoo a{
font-size:large;
color:#ffffff;
}
.shoplinkehon a{
color:#ffffff;
}
.shoplinkamazon a:hover{
color:#1a237e;
}
.shoplinkrakuten a:hover{
color:#004d40;
}
.shoplinkkindle a:hover{
color:#827717;
}
.shoplinkseven a:hover{
color:#880e4f;
}
.shoplinkyahoo a:hover{
color:#827717;
}
.shoplinkehon a:hover{
color:#4a148c;
}
.booklink-footer{
clear:left;
}
 @media screen and (max-width:767px){
.booklink-box,.kaerebalink-box{
font-size:large;
}
.booklink-image,.kaerebalink-image{
float:none !important;
}
.booklink-info,.kaerebalink-info{
text-align:center;
}
.booklink-name,.kaerebalink-name{
margin-bottom:14px;
line-height:1.2em;
}
.shoplinkamazon,.shoplinkrakuten,.shoplinkkindle,.shoplinkseven,.shoplinkyahoo,.shoplinkehon{
cursor:pointer;
margin:0 auto 10px auto !important;
padding:15px 15px;
}
}
 @media (max-width:599px){
.shoplinkamazon,.shoplinkrakuten,.shoplinkkindle,.shoplinkseven,.shoplinkyahoo,.shoplinkehon{
width:100%;
}
}
/* ３カラム */
.multicol{ -moz-column-count:3; -webkit-column-count:3; column-count:3; 
 column-gap:30px;margin:1em; padding:1em 1em;
 column-fill:balance;
 column-rule:1px solid #dbc900;}
 @media (max-width:1080px){
.multicol{ -moz-column-count:2; -webkit-column-count:2; column-count:2; 
 column-gap:50px;margin:1em; padding:1em 1em;
 column-fill:balance; 
 column-rule:1px solid #dbc900;}
}
 @media (max-width:768px){
.multicol{ -moz-column-count:1; -webkit-column-count:1; column-count:1; }
}
/* ２カラム */
.multicol2{ -moz-column-count:2; -webkit-column-count:2; column-count:2; 
 column-gap:30px;margin:1em; padding:1em 1em;
 column-fill:balance;
 column-rule:1px solid #dbc900;}
 @media (max-width:768px){
.multicol2{ -moz-column-count:1; -webkit-column-count:1; column-count:1; }
}
/*文字の横位置*/
.al-l{ text-align:left; }
.al-r{ text-align:right; }
.al-c{ text-align:center; }
/*文字の縦位置*/
.vl-t{ vertical-align:top!important; }/*上寄せ*/
.vl-m{ vertical-align:middle!important; }/*中央寄せ*/
.vl-b{ vertical-align:bottom!important; }/*下寄せ*/
/*下線や取消線の設定*/
.underline{ text-decoration:underline!important; }
.del{ text-decoration:line-through; }
.noborder{ border:0!important; }/*枠線を無くす*/
/*--------------------------------------
ポチレバ（レスポンシブ）
--------------------------------------*/
.pochireba{
border:1px solid #ccc;
border-radius:4px;
box-shadow:1px 1px 3px 1px #ddd;
padding:15px !important;
margin-bottom:20px;
}
.pochireba .pochi_img{
box-shadow:0 0 1px 1px #ccc;
margin-right:25px !important;
}
.pochireba .pochi_info{
margin-left:5px;
}
.pochireba .pochi_name{
text-align:center;
}
.pochireba .pochi_name a{
display:block;
font-size:18px;
text-decoration:none;
text-align:center;
margin:0 10px 10px;
padding:6px;
border:1px solid #ccc;
border-radius:8px;
text-shadow:1px 1px 1px rgba(0,0,0,0.3);
line-height:26px;
background:-moz-linear-gradient(top,#FFF 0%,#EEE);
background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#EEE));
}
.pochireba .pochi_seller{
margin-bottom:5px;
}
.pochireba .pochi_name a::after{
content:'\30C0\30A6\30F3\30ED\30FC\30C9\30DA\30FC\30B8\3078';
display:block;
font-size:15px;
color:#555;
}
@media only screen and (max-width:480px){
.pochireba > a{
display:block;
}
.pochireba .pochi_img{
float:none !important;
margin:0 auto 10px !important;
}
.pochireba .pochi_name{
font-size:17px;
}
}
/*=================================================================================
カッテネ
=================================================================================*/
.kattene{
border:1px solid rgba(0,0,0,0.1);
border-radius:25px;
padding:10px;
padding-bottom:5px;
margin-bottom:1em;
box-sizing:border-box; }
.kattene div{
margin:0;
}
.kattene__imgpart{
text-align:center; }
.kattene__imgpart img{
-webkit-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
-moz-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
-o-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
-ms-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
margin:0;}
.kattene__description{
font-size:0.8em; }
.kattene .kattene__btns{
width:100%;
margin-top:0.5em; }
.kattene__btns:after{
display:block;
clear:both;
height:0px;
visibility:hidden;
content:"."; }
.kattene__btns > div{
float:left;
margin-bottom:5px; }
.kattene__btns .kattene__btn{
width:100%;
padding-left:0;
padding-right:0;
 }
.kattene__btns.__three > div{
width:32.66667%; }
.kattene__btns.__three > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__two > div{
width:49.5%; }
.kattene__btns.__two > div:nth-child(odd){
margin-right:1%; }
@media screen and (max-width:900px){
.kattene__imgpart{
padding-bottom:1em; }
.kattene .kattene__btns{
margin-top:0.5em; }
.kattene__btns.__five > div{
width:49.5%; }
.kattene__btns.__five > div:nth-child(odd){
margin-right:1%; }
.kattene__btns.__five > div:last-child{
margin-right:0;
float:right; }
.kattene__btns.__four > div{
width:49.5%; }
.kattene__btns.__four > div:nth-child(odd){
margin-right:1%; }
.kattene__btns.__one > div{
width:50%;
margin-left:25%; } }
@media screen and (min-width:901px){
.kattene{
display:table;
width:100%; }
.kattene__imgpart{
display:table-cell;
width:20%;
padding-bottom:5px;
}
.kattene__infopart{
display:table-cell;
vertical-align:top;
position:relative;
padding-left:10px;
width:80%; }
.kattene .kattene__description{
margin-bottom:4em;
}
.kattene__btns{
position:absolute;
bottom:0;
box-sizing:border-box;
padding-right:10px; }
.kattene__btns.__five > div{
width:19.2%; }
.kattene__btns.__five > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__four > div{
width:24.25%; }
.kattene__btns.__four > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__two > div{
width:49.5%; }
.kattene__btns.__two > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__one > div{
width:49.5%;
float:right; } }
.kattene .kattene__btn{
appearance:none;
background-color:#54c0d1;
border:0;
border-radius:0;
color:#fff;
cursor:pointer;
display:inline-block;
font-family:"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
font-size:1em;
-webkit-font-smoothing:antialiased;
font-weight:600;
line-height:1;
padding:0.75em 0;
text-decoration:none;
transition:background-color 150ms ease;
user-select:none;
vertical-align:middle;
white-space:nowrap; }
.kattene__btn:hover,.kattene__btn:focus{
background-color:#439aa7;
color:#fff; }
.kattene__btn:disabled{
cursor:not-allowed;
opacity:0.5; }
.kattene__btn:disabled:hover{
background-color:#54c0d1; }
.kattene__btn.__small{
padding:0.55em;
font-size:0.9em; }
.kattene__btn.__orange{
background-color:#FF9901;
-webkit-box-shadow:0 5px 0 #cc7a01;
-moz-box-shadow:0 5px 0 #cc7a01;
box-shadow:0 5px 0 #cc7a01;
-o-box-shadow:0 5px 0 #cc7a01;
-ms-box-shadow:0 5px 0 #cc7a01;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__orange:hover{
color:#cc7a01;
border:double 1px #cc7a01;
background-color:#fff; }
.kattene__btn.__orange i{
font-weight:bold; }
.kattene__btn.__orange i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__blue{
background-color:#007dcd;
-webkit-box-shadow:0 5px 0 #0064a4;
-moz-box-shadow:0 5px 0 #0064a4;
box-shadow:0 5px 0 #0064a4;
-o-box-shadow:0 5px 0 #0064a4;
-ms-box-shadow:0 5px 0 #0064a4;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__blue:hover{
color:#0064a4;
border:double 1px #0064a4;
background-color:#fff; }
.kattene__btn.__blue i{
font-weight:bold; }
.kattene__btn.__blue i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__red{
background-color:#c20004;
-webkit-box-shadow:0 5px 0 #9b0003;
-moz-box-shadow:0 5px 0 #9b0003;
box-shadow:0 5px 0 #9b0003;
-o-box-shadow:0 5px 0 #9b0003;
-ms-box-shadow:0 5px 0 #9b0003;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__red:hover{
color:#9b0003; 
border:double 1px #9b0003; 
background-color:#fff; }
.kattene__btn.__red i{
font-weight:bold; }
.kattene__btn.__red i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__green{
background-color:#0BBD80;
-webkit-box-shadow:0 5px 0 #099766;
-moz-box-shadow:0 5px 0 #099766;
box-shadow:0 5px 0 #099766;
-o-box-shadow:0 5px 0 #099766;
-ms-box-shadow:0 5px 0 #099766;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__green:hover{
color:#099766;
border:double 1px #099766;
background-color:#fff; }
.kattene__btn.__green i{
font-weight:bold; }
.kattene__btn.__green i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__pink{
background-color:#e1325b;
-webkit-box-shadow:0 5px 0 #b42849;
-moz-box-shadow:0 5px 0 #b42849;
box-shadow:0 5px 0 #b42849;
-o-box-shadow:0 5px 0 #b42849;
-ms-box-shadow:0 5px 0 #b42849;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__pink:hover{
color:#b42849; 
border:double 1px #b42849; 
background-color:#fff; }
.kattene__btn.__pink i{
font-weight:bold; }
.kattene__btn.__pink i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
/*フラットデザインボタン*/
.fbutton_blue1 a{
width:400px;
background-color:#64B5F6;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_blue2 a{
width:400px;
background-color:#0000FF;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_blue3 a{
width:400px;
background-color:#7992A6;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_orange1 a{
width:400px;
background-color:#FFB943;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_orange2 a{
width:400px;
background-color:#FFA500;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_green1 a{
width:400px;
background-color:#81C784;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_green2 a{
width:400px;
background-color:#008000;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_green3 a{
width:90%;
background-color:#456e63;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_green3:hover{
width:90%;
background-color:#456e63;
 color:　#1b5e20; 
 }
.fbutton_cyan1 a{
width:400px;
background-color:#4DD0E1;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_cyan2 a{
width:400px;
background-color:#00FFFF;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_red1 a{
width:400px;
background-color:#E57373;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_red2 a{
width:400px;
background-color:#FF0000;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_pink1 a{
width:400px;
background-color:#FF1493;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
.fbutton_pink2 a{
width:400px;
background-color:#FFC0CB;
border-radius:3px;
box-shadow:0 2px 0 rgba(136,136,136,1);
color:#ffffff;
display:block;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
margin:10px auto;
padding:16px 0;
}
@media screen and (max-width:640px){
.fbutton_blue1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_blue2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_orange1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_orange2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_green1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_green2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_green3 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_cyan1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_cyan2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_red1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_red2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_pink1 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
.fbutton_pink2 a{
 width:93%;
font-size:16px;
padding:12px 0;
 }
}
/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/
.table-scroll{
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}
.table-comparison{
margin:3em 0;
border-top:0;
}
.table-comparison th,.table-comparison td{
padding:10px;
text-align:center;
}
.table-comparison thead .highlight span{
display:block;
margin:-11px;
margin-top:-25px;
padding:11px;
padding-top:25px;
}
.table-comparison th.highlight,.table-comparison th.highlight span{
background:#FF824B;
}
.table-comparison tfoot td,.table-comparison tfoot td span{
background:#f2f2f2;
}
*********************************************
検索ボックス
*********************************************
*/
#searchbox{
background-image:url(img/search_input.png);
background-position:right top;
background-repeat:no-repeat;
font-size:12px;
left:auto;
height:28px;
margin-left:0;
position:absolute;
top:2px;
width:100%;
max-width:990px;
}
#searchbox input{
background-color:transparent;
border:none;
cursor:pointer;
height:24px;
overflow:hidden;
position:absolute;
right:170px;
text-indent:-9999px;
top:2px;
vertical-align:middle;
width:28px;
}
#searchbox form{
margin:0;
padding:0;
position:relative;
}
#searchbox .skwd{
background-image:none;
border:0 none;
cursor:auto;
font-size:12px;
right:6px;
line-height:18px;
text-indent:0;
width:160px;
}
@media screen and (max-width:640px){
#searchbox{
background-color:#66bb6a;
background-image:url(img/searchbutton.png);
background-position:15px 5px;
background-repeat:no-repeat;
margin:10px auto 5px;
padding:0 15px;
height:40px;
top:auto;
right:auto;
position:relative;
width:100%;
color:#333;
}
#searchbox input{
width:30px;
height:26px;
padding:0;
color:#333;
left:0px;
-webkit-appearance:none;
}
#searchbox input.skwd{
font-size:14px;
margin:0 0 0 30px;
padding:0px 5px 0 5px;
background-color:#fff;
overflow:hidden;
max-width:100%;
width:80%;
}
}
===================
/*--------------------------------------
フォント・修飾
--------------------------------------*/
/*フォントの装飾*/
.b{ font-weight:bold!important; }/*太字*/
.normal{ font-weight:normal!important; }/*太字を解除*/
/*フォントサイズの設定*/
.big{ font-size:1.2em!important; }
.big2{ font-size:1.5em!important; }
.big3{ font-size:1.8em!important; }
.small{ font-size:0.8em!important; }
.f08em{ font-size:0.8em; }
.f09em{ font-size:0.9em; }
.f10em{ font-size:1.0em; }
.f11em{ font-size:1.1em; }
.f12em{ font-size:1.2em; }
.f13em{ font-size:1.3em; }
.f14em{ font-size:1.4em; }
.f15em{ font-size:1.5em; }
.f16em{ font-size:1.6em; }
.f17em{ font-size:1.7em; }
.f18em{ font-size:1.8em; }
.f19em{ font-size:1.9em; }
.f20em{ font-size:2.0em; }
.f21em{ font-size:2.1em; }
.f22em{ font-size:2.2em; }
.f23em{ font-size:2.3em; }
.f24em{ font-size:2.4em; }
.f25em{ font-size:2.5em; }
.f26em{ font-size:2.6em; }
.f27em{ font-size:2.7em; }
.f28em{ font-size:2.8em; }
.f29em{ font-size:2.9em; }
.f30em{ font-size:3.0em; }
.f8pt{ font-size:8.5pt; }
.f9pt{ font-size:9.0pt; }
.f10pt{ font-size:10pt; }
.f11pt{ font-size:11pt; }
.f12pt{ font-size:12pt; }
.f13pt{ font-size:13pt; }
.f14pt{ font-size:14pt; }
.f15pt{ font-size:15pt; }
.f16pt{ font-size:16pt; }
.f17pt{ font-size:17pt; }
.f18pt{ font-size:18pt; }
.f19pt{ font-size:19pt; }
.f20pt{ font-size:20pt; }
.f21pt{ font-size:21pt; }
.f22pt{ font-size:22pt; }
.f23pt{ font-size:23pt; }
.f24pt{ font-size:24pt; }
/*フォントの色設定*/
.red{ color:#e53935!important; }/*赤*/
.blue{ color:#0000dd!important; }/*青*/
.green{ color:#4caf50!important; }/*緑*/
.yellow{ color:#ffff00!important; }/*黄*/
.navy{ color:#3f51b5!important; }/*紺*/
.orange{ color:#ff9800!important; }/*橙*/
.pink{ color:#ec407a!important; }/*ピンク*/
.purple{ color:#9c27b0!important; }/*紫*/
.olive{ color:#808000!important; }/*オリーブ*/
.lime{ color:#00ff00!important; }/*黄緑*/
.aqua{ color:#00bcd4!important; }/*水色*/
.black{ color:#000!important; }/*黒*/
.gray{ color:#ccc!important; }/*灰*/
.white{ color:#fff!important; }/*白*/
.brown{ color:#6d4c33!important; }/*茶*/
.purple1{ color:#dbc900!important; }/*紫1*/
./*下線*/
.redunder{ border-bottom:solid 3px #ff0000!important; }/*赤下線*/
.redunder1{ border-bottom:solid 3px #ff0000!important; }/*赤下線*/
.blueunder{ border-bottom:solid 3px #0000dd!important; }/*青下線*/
.greenunder{ border-bottom:solid 3px #4caf50!important; }/*緑下線*/
.yellowunder{ border-bottom:solid 3px #ffff00!important; }/*黄下線*/
.navyunder{ border-bottom:solid 3px #3f51b5!important; }/*紺下線*/
.orangeunder{ border-bottom:solid 3px #ff9800!important; }/*橙下線*/
.pinkunder{ border-bottom:solid 3px #ec407a!important; }/*ピンク下線*/
.purpleunder{ border-bottom:solid 3px #9c27b0!important; }/*紫下線*/
.oliveunder{ border-bottom:solid 3px #808000!important; }/*オリーブ下線*/
.limeunder{ border-bottom:solid 3px #00ff00!important; }/*黄緑下線*/
.aquaunder{ border-bottom:solid 3px #00bcd4!important; }/*水色下線*/
.blackunder{ border-bottom:solid 3px #000!important; }/*黒下線*/
.grayunder{ border-bottom:solid 3px #ccc!important; }/*灰下線*/
.whiteunder{ border-bottom:solid 3px #fff!important; }/*白下線*/
.brownunder{ border-bottom:solid 3px #6d4c33!important; }/*茶下線*/
/*マーカー表示（背景に着色）*/
.box-yellow{ background:linear-gradient(transparent 0,#ff6 0);}/*黄*/
.box-orange{ background:linear-gradient(transparent 0,#f90 0);}/*橙*/
.box-pink{ background:linear-gradient(transparent 0,#ffccff 0);}/*ピンク*/
.box-lime{ background:linear-gradient(transparent 0,#9f9 0);}/*黄緑*/
.box-blue{ background:linear-gradient(transparent 0,#cce5ff 0);}/*ブルー*/
.box-gray{ background:linear-gradient(transparent 0,#ccc 0);}/*灰*/
.box-purple{ background:linear-gradient(transparent 0,#ce9eff 0);}/*パープル*/
/*マーカー下線表示*/
.boxu-yellow{ background:linear-gradient(transparent 60%,#ff6 60%);}/*黄*/
.boxu-orange{ background:linear-gradient(transparent 60%,#f90 60%);}/*橙*/
.boxu-pink{ background:linear-gradient(transparent 60%,#ffccff 60%);}/*ピンク*/
.boxu-lime{ background:linear-gradient(transparent 60%,#9f9 60%);}/*黄緑*/
.boxu-blue{ background:linear-gradient(transparent 60%,#cce5ff 60%);}/*ブルー*/
.boxu-gray{ background:linear-gradient(transparent 60%,#ccc 60%);}/*灰*/
.boxu-purple{ background:linear-gradient(transparent 60%,#ce9eff 60%);}/*パープル*/
/*行間の設定*/
.lh10{ line-height:1.0!important; }
.lh11{ line-height:1.1!important; }
.lh12{ line-height:1.2!important; }
.lh13{ line-height:1.3!important; }
.lh14{ line-height:1.4!important; }
.lh15{ line-height:1.5!important; }
.lh16{ line-height:1.6!important; }
.lh17{ line-height:1.7!important; }
.lh18{ line-height:1.8!important; }
.lh19{ line-height:1.9!important; }
.lh20{ line-height:2.0!important; }
/*フレックスボックスの設定*/
.flexbox000{
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
border:1px solid #ddd;
padding:0.4em;
margin:0 0 2em;
}
.flexbox000 > .box150px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 250px;
flex:1 0 150px;
margin:0.4em;
}
.flexbox000 > .box250px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 250px;
flex:1 0 250px;
margin:0.4em;
}
.flexbox000 > .box250pxq{
background:#d5dedc;
padding:1em;
-webkit-flex:1 0 250px;
flex:1 0 250px;
margin:0.4em;
}
.flexbox000 > .box300px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 300px;
flex:1 0 300px;
margin:0.4em;
}
.flexbox000 > .box350px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 350px;
flex:1 0 350px;
margin:0.4em;
}
.menuitem{
break-inside:avoid;
}
/*
==================================================
アフィリエイトボタン用
==================================================
*/
table.type01{ 
width:100%; 
border-collapse:collapse; 
text-align:center; vertical-align:top; 
line-height:1.5; 
} 
table.type01 td{ 
width:45%; 
padding:10px; 
vertical-align:top; 
border:1px solid #fff; 
} 
/* アフィリエイトリンクボタン */
.btn001{
width:90%;
margin:5px auto 5px auto;
padding:10px;
background:#b72f8c;
font-size:18px;
color:#fff;
text-align:center;
display:block;
text-decoration:none;
}
.btn001:hover{
text-decoration:none;
color:#004d40;
background:#b55396;
}
.btn002{
margin:0 0 5px 0;
display:inline-block;
border-radius:5px;
box-shadow:0 5px #727272;
border-bottom:1px solid #d8d8d8;
}
.btn002:hover{
margin:5px 0 0 0;
box-shadow:none;
}
/*
==================================================
アフィリエイトボタン用
==================================================
*/
table.type01{ 
width:100%; 
border-collapse:collapse; 
text-align:center; vertical-align:top; 
line-height:1.5; 
} 
table.type01 td{ 
width:45%; 
padding:10px; 
vertical-align:top; 
border:1px solid #fff; 
} 
/* アフィリエイトリンクボタン */
.btn001{
width:90%;
margin:5px auto 5px auto;
padding:10px;
background:#00695c;
font-size:18px;a
color:#fff;
text-align:center;
display:block;
text-decoration:none;
}
.btn001:hover{
text-decoration:none;
color:#004d40;
background:#00796b;
}
.btn002{
margin:0 0 5px 0;
display:inline-block;
border-radius:5px;
box-shadow:0 5px #727272;
border-bottom:1px solid #d8d8d8;
}
.btn002:hover{
margin:5px 0 0 0;
box-shadow:none;
}
/* アフィリエイトリンクボタン２ */
.btn003{
width:60%;
margin:5px auto 5px auto;
padding:10px;
background:#00695c;
font-size:18px;
color:#fff;
text-align:center;
display:block;
text-decoration:none;
}
.btn003:hover{
text-decoration:none;
color:#004d40;
background:#00796b;
}
.btn004{
margin:0 0 5px 0;
display:inline-block;
border-radius:5px;
box-shadow:0 5px #727272;
border-bottom:1px solid #d8d8d8;
}
.btn004:hover{
margin:5px 0 0 0;
box-shadow:none;
}
/*考え中吹き出し */
.
.bln01{
position:relative;
margin:2em 0 2em 180px;
padding:15px;
background:#d5c2d5;
border-radius:30px;
}
.bln01:before{
content:"";
position:absolute;
left:-38px;
width:13px;
height:12px;
top:0;
background:#d5c2d5;
border-radius:50%;
}
.bln01:after{
content:"";
position:absolute;
left:-20px;
width:20px;
height:18px;
top:-3px;
background:#d5c2d5;
border-radius:50%;
}
.bln01 p{
margin:0;
padding:0;
} 
.bln02{
position:relative;
margin:2em 180px 2em 0;
padding:15px;
background:#d5c2d5;
border-radius:30px;
}
.bln02:before{
content:"";
position:absolute;
right:-38px;
width:13px;
height:12px;
top:0;
background:#d5c2d5;
border-radius:50%;
}
.bln02:after{
content:"";
position:absolute;
right:-20px;
width:20px;
height:18px;
top:-3px;
background:#d5c2d5;
border-radius:50%;
}
.bln02 p{
margin:0;
padding:0;
} 
.fa-gray{color:#456e63;}
/*--------------------------------------
ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
/* ヨメレバ・カエレバ */
.booklink-box,.kaerebalink-box{
margin:20px auto;
padding:20px;
border-radius:5px;
border:1px dashed #ccc;
overflow:hidden;
}
.booklink-image,.kaerebalink-image{
margin:0 15px 0 0 !important;
float:left;
}
.booklink-image img,.kaerebalink-image img{
margin:0 auto;
text-align:center;
}
.booklink-info,.kaerebalink-info{
margin:0;
text-align:left;
line-height:120%;
overflow:hidden;
}
.booklink-name,.kaerebalink-name{
font-size:16px;
margin-bottom:24px;
line-height:1.5em;
}
.booklink-powered-date,.kaerebalink-powered-date{
font-size:8pt;
margin-top:10px !important;
font-family:verdana;
line-height:120%;
}
.booklink-powered-date,.kaerebalink-detail{
font-size:16px;
margin-bottom:15px;
}
.booklink-link2,.kaerebalink-link1{
margin-top:10px;
}
.shoplinkamazon{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#283593;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkrakuten{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#00695c;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkkindle{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#9e9d24;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkseven{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#ad1457;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkyahoo{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#9e9d24;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkehon{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#6a1b9a;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkamazon:hover{
background-color:#c5cae9;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkrakuten:hover{
background-color:#b2dfdb;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkkindle:hover{
background-color:#fff9c4;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkseven:hover{
background-color:#f8bbd0;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkyahoo:hover{
background-color:#fff9c4;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkehon:hover{
background-color:#e1bee7;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkamazon:active,.shoplinkrakuten:active,.shoplinkkindle:active,.shoplinkseven:active,.shoplinkyahoo:active,shoplinkehon:active{
position:relative;
top:1px;
margin-bottom:1px;
}
.shoplinkamazon a,.shoplinkrakuten a,.shoplinkyahoo a,.shoplinkkindle a,.shoplinkseven a,.shoplinkyahoo a,.shoplinkehon a{
text-decoration:none;
font-weight:400;
font-size:16px;
text-shadow:1px 1px 1px #dcdcdc;
}
.shoplinkamazon a{
color:#ffffff;
}
.shoplinkrakuten a{
color:#ffffff;
}
.shoplinkkindle a{
color:#ffffff;
}
.shoplinkseven a{
font-size:large;
color:#ffffff;
}
.shoplinkyahoo a{
font-size:large;
color:#ffffff;
}
.shoplinkehon a{
color:#ffffff;
}
.shoplinkamazon a:hover{
color:#1a237e;
}
.shoplinkrakuten a:hover{
color:#004d40;
}
.shoplinkkindle a:hover{
color:#827717;
}
.shoplinkseven a:hover{
color:#880e4f;
}
.shoplinkyahoo a:hover{
color:#827717;
}
.shoplinkehon a:hover{
color:#4a148c;
}
.booklink-footer{
clear:left;
}
 @media screen and (max-width:767px){
.booklink-box,.kaerebalink-box{
font-size:large;
}
.booklink-image,.kaerebalink-image{
float:none !important;
}
.booklink-info,.kaerebalink-info{
text-align:center;
}
.booklink-name,.kaerebalink-name{
margin-bottom:14px;
line-height:1.2em;
}
.shoplinkamazon,.shoplinkrakuten,.shoplinkkindle,.shoplinkseven,.shoplinkyahoo,.shoplinkehon{
cursor:pointer;
margin:0 auto 10px auto !important;
padding:15px 15px;
}
}
 @media (max-width:599px){
.shoplinkamazon,.shoplinkrakuten,.shoplinkkindle,.shoplinkseven,.shoplinkyahoo,.shoplinkehon{
width:100%;
}
}
/* ３カラム */
.multicol{ -moz-column-count:3; -webkit-column-count:3; column-count:3; 
 column-gap:30px;margin:1em; padding:1em 1em;
 column-fill:balance;
 column-rule:1px solid #dbc900;}
 @media (max-width:1080px){
.multicol{ -moz-column-count:2; -webkit-column-count:2; column-count:2; 
 column-gap:50px;margin:1em; padding:1em 1em;
 column-fill:balance; 
 column-rule:1px solid #dbc900;}
}
 @media (max-width:768px){
.multicol{ -moz-column-count:1; -webkit-column-count:1; column-count:1; }
}
/* ２カラム */
.multicol2{ -moz-column-count:2; -webkit-column-count:2; column-count:2; 
 column-gap:30px;margin:1em; padding:1em 1em;
 column-fill:balance;
 column-rule:1px solid #dbc900;}
 @media (max-width:768px){
.multicol2{ -moz-column-count:1; -webkit-column-count:1; column-count:1; }
}
/*文字の横位置*/
.al-l{ text-align:left; }
.al-r{ text-align:right; }
.al-c{ text-align:center; }
/*文字の縦位置*/
.vl-t{ vertical-align:top!important; }/*上寄せ*/
.vl-m{ vertical-align:middle!important; }/*中央寄せ*/
.vl-b{ vertical-align:bottom!important; }/*下寄せ*/
/*下線や取消線の設定*/
.underline{ text-decoration:underline!important; }
.del{ text-decoration:line-through; }
.noborder{ border:0!important; }/*枠線を無くす*/
/*--------------------------------------
ポチレバ（レスポンシブ）
--------------------------------------*/
.pochireba{
border:1px solid #ccc;
border-radius:4px;
box-shadow:1px 1px 3px 1px #ddd;
padding:15px !important;
margin-bottom:20px;
}
.pochireba .pochi_img{
box-shadow:0 0 1px 1px #ccc;
margin-right:25px !important;
}
.pochireba .pochi_info{
margin-left:5px;
}
.pochireba .pochi_name{
text-align:center;
}
.pochireba .pochi_name a{
display:block;
font-size:18px;
text-decoration:none;
text-align:center;
margin:0 10px 10px;
padding:6px;
border:1px solid #ccc;
border-radius:8px;
text-shadow:1px 1px 1px rgba(0,0,0,0.3);
line-height:26px;
background:-moz-linear-gradient(top,#FFF 0%,#EEE);
background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#EEE));
}
.pochireba .pochi_seller{
margin-bottom:5px;
}
.pochireba .pochi_name a::after{
content:'\30C0\30A6\30F3\30ED\30FC\30C9\30DA\30FC\30B8\3078';
display:block;
font-size:15px;
color:#555;
}
@media only screen and (max-width:480px){
.pochireba > a{
display:block;
}
.pochireba .pochi_img{
float:none !important;
margin:0 auto 10px !important;
}
.pochireba .pochi_name{
font-size:17px;
}
}
/*=================================================================================
カッテネ
=================================================================================*/
.kattene{
border:1px solid rgba(0,0,0,0.1);
border-radius:25px;
padding:10px;
padding-bottom:5px;
margin-bottom:1em;
box-sizing:border-box; }
.kattene div{
margin:0;
}
.kattene__imgpart{
text-align:center; }
.kattene__imgpart img{
-webkit-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
-moz-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
-o-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
-ms-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
margin:0;}
.kattene__description{
font-size:0.8em; }
.kattene .kattene__btns{
width:100%;
margin-top:0.5em; }
.kattene__btns:after{
display:block;
clear:both;
height:0px;
visibility:hidden;
content:"."; }
.kattene__btns > div{
float:left;
margin-bottom:5px; }
.kattene__btns .kattene__btn{
width:100%;
padding-left:0;
padding-right:0;
 }
.kattene__btns.__three > div{
width:32.66667%; }
.kattene__btns.__three > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__two > div{
width:49.5%; }
.kattene__btns.__two > div:nth-child(odd){
margin-right:1%; }
@media screen and (max-width:900px){
.kattene__imgpart{
padding-bottom:1em; }
.kattene .kattene__btns{
margin-top:0.5em; }
.kattene__btns.__five > div{
width:49.5%; }
.kattene__btns.__five > div:nth-child(odd){
margin-right:1%; }
.kattene__btns.__five > div:last-child{
margin-right:0;
float:right; }
.kattene__btns.__four > div{
width:49.5%; }
.kattene__btns.__four > div:nth-child(odd){
margin-right:1%; }
.kattene__btns.__one > div{
width:50%;
margin-left:25%; } }
@media screen and (min-width:901px){
.kattene{
display:table;
width:100%; }
.kattene__imgpart{
display:table-cell;
width:20%;
padding-bottom:5px;
}
.kattene__infopart{
display:table-cell;
vertical-align:top;
position:relative;
padding-left:10px;
width:80%; }
.kattene .kattene__description{
margin-bottom:4em;
}
.kattene__btns{
position:absolute;
bottom:0;
box-sizing:border-box;
padding-right:10px; }
.kattene__btns.__five > div{
width:19.2%; }
.kattene__btns.__five > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__four > div{
width:24.25%; }
.kattene__btns.__four > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__two > div{
width:49.5%; }
.kattene__btns.__two > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__one > div{
width:49.5%;
float:right; } }
.kattene .kattene__btn{
appearance:none;
background-color:#54c0d1;
border:0;
border-radius:0;
color:#fff;
cursor:pointer;
display:inline-block;
font-family:"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
font-size:1em;
-webkit-font-smoothing:antialiased;
font-weight:600;
line-height:1;
padding:0.75em 0;
text-decoration:none;
transition:background-color 150ms ease;
user-select:none;
vertical-align:middle;
white-space:nowrap; }
.kattene__btn:hover,.kattene__btn:focus{
background-color:#439aa7;
color:#fff; }
.kattene__btn:disabled{
cursor:not-allowed;
opacity:0.5; }
.kattene__btn:disabled:hover{
background-color:#54c0d1; }
.kattene__btn.__small{
padding:0.55em;
font-size:0.9em; }
.kattene__btn.__orange{
background-color:#FF9901;
-webkit-box-shadow:0 5px 0 #cc7a01;
-moz-box-shadow:0 5px 0 #cc7a01;
box-shadow:0 5px 0 #cc7a01;
-o-box-shadow:0 5px 0 #cc7a01;
-ms-box-shadow:0 5px 0 #cc7a01;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__orange:hover{
color:#cc7a01;
border:double 1px #cc7a01;
background-color:#fff; }
.kattene__btn.__orange i{
font-weight:bold; }
.kattene__btn.__orange i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__blue{
background-color:#007dcd;
-webkit-box-shadow:0 5px 0 #0064a4;
-moz-box-shadow:0 5px 0 #0064a4;
box-shadow:0 5px 0 #0064a4;
-o-box-shadow:0 5px 0 #0064a4;
-ms-box-shadow:0 5px 0 #0064a4;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__blue:hover{
color:#0064a4;
border:double 1px #0064a4;
background-color:#fff; }
.kattene__btn.__blue i{
font-weight:bold; }
.kattene__btn.__blue i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__red{
background-color:#c20004;
-webkit-box-shadow:0 5px 0 #9b0003;
-moz-box-shadow:0 5px 0 #9b0003;
box-shadow:0 5px 0 #9b0003;
-o-box-shadow:0 5px 0 #9b0003;
-ms-box-shadow:0 5px 0 #9b0003;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__red:hover{
color:#9b0003; 
border:double 1px #9b0003; 
background-color:#fff; }
.kattene__btn.__red i{
font-weight:bold; }
.kattene__btn.__red i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__green{
background-color:#0BBD80;
-webkit-box-shadow:0 5px 0 #099766;
-moz-box-shadow:0 5px 0 #099766;
box-shadow:0 5px 0 #099766;
-o-box-shadow:0 5px 0 #099766;
-ms-box-shadow:0 5px 0 #099766;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__green:hover{
color:#099766;
border:double 1px #099766;
background-color:#fff; }
.kattene__btn.__green i{
font-weight:bold; }
.kattene__btn.__green i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__pink{
background-color:#e1325b;
-webkit-box-shadow:0 5px 0 #b42849;
-moz-box-shadow:0 5px 0 #b42849;
box-shadow:0 5px 0 #b42849;
-o-box-shadow:0 5px 0 #b42849;
-ms-box-shadow:0 5px 0 #b42849;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__pink:hover{
color:#b42849; 
border:double 1px #b42849; 
background-color:#fff; }
.kattene__btn.__pink i{
font-weight:bold; }
.kattene__btn.__pink i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
/* 画像の指定 */
img{max-width:100%;height:auto;}
.txt-img img[align^="right"],.txt-img.timg-r img{margin:0 0px 10px 16px;}
.txt-img img[align^="left"],.txt-img.timg-l img{margin:0 16px 10px 0px;}
.txt-img img[align^="center"]{margin:0 0 10px 0;}
.txt-img img.image-left,img.image-left{margin:0 16px 10px 0;}
.txt-img img.image-right,img.image-right{margin:0 0 10px 16px;}
.txt-img img.image-center,img.image-center{margin:10px auto;display:block;}
.img-center .image-left,.img-center .image-right{margin:auto;}
/* 画像の縮小比率の指定 */
@media screen and (max-width:640px){
.txt-img.timg-r,.txt-img.timg-l{
max-width:40%;
box-sizing:border-box;
}
.image-left,.image-right{max-width:40%;}
.txt-img.timg-r{padding-left:10px;}
.txt-img.timg-l{padding-right:10px;}
.txt-img.timg-l img{margin-right:0;}
.txt-img.timg-r img{margin-left:0;}
.tx-img.timg-l img,.tx-img.timg-r img{margin:0 0 10px 0;}
.txt-img img[align^="right"],.txt-img img[align^="left"]{max-width:40%;}
.txt-img img{align^="center"}{max-width:100%;}
}
/* 強制回り込み */
.float-left2 img{float:left !important;margin:0 8px 8px 0;}
.float-right2 img{float:right !important;margin:0 0 8px 8px;}
/* 記事共通 */
div,p,span,li{word-wrap :break-word;overflow-wrap :break-word;}
td,th{word-break:break-all !important;}
a:not([href]){text-decoration:none;}
table td p,table th p{text-align:inherit;}
#contents #main .txt-grayback,#contents #main .txt-colorback{padding:0 !important;}
/* 説明文スクロール */
#header .desc::-webkit-scrollbar{width:5px;}
#header .desc::-webkit-scrollbar-thumb{background:#aaa;border-radius:3px;}
#header .desc::-webkit-scrollbar-track-piece:start,#header .desc::-webkit-scrollbar-track-piece:end{background:#EBEBEB;}
/* 行揃え */
.align-left{text-align:left;}
.align-right{text-align:right;}
.align-center{text-align:center;}
/* フロート解除 */
div[id^="text"]::after,div[id^="space"]::after{content:"";display:block;clear:both;}
/* 共通 */
.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10,.point,.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{
font-weight:bold;
overflow:hidden;
}
h4{
clear:none;
}
ul,ol{
overflow:hidden;
}
.lbg{
line-height:140%;
}
/* ランキング */
.rank1,.rank2,.rank3,.rank4,.rank5{
background-repeat:no-repeat;
height:25px;
font-size:18px;
margin:10px 0 15px 0;
padding:35px 0 5px 65px;
color:#333;
border-bottom:dotted 1px #666;
clear:both;
}
.rank1{
background-image:url(../img/rank1_a.gif);
}
.rank2{
background-image:url(../img/rank2_a.gif);
}
.rank3{
background-image:url(../img/rank3_a.gif);
}
.rank4{
background-image:url(../img/rank4_a.gif);
}
.rank5{
background-image:url(../img/rank5_a.gif);
}
/* ポイント */
.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{
background-repeat:no-repeat;
height:26px;
padding-left:46px;
font-size:16px;
margin-top:10px;
padding-top:14px;
margin-bottom:10px;
border-bottom:dotted 2px #CCC;
color:#3F3F3F;
background-position:4px top;
clear:both;
}
.point{
color:#333;
background-image:url(../img/point_default.png);
background-repeat:no-repeat;
background-position:left 5px;
background-size:60px 30px;
padding:5px 0 5px 66px;
margin:auto;
min-height:1.875em;
}
.point1{
background-image:url(../img/point1.gif);
}
.point2{
background-image:url(../img/point2.gif);
}
.point3{
background-image:url(../img/point3.gif);
}
.point4{
background-image:url(../img/point4.gif);
}
.point5{
background-image:url(../img/point5.gif);
}
.point6{
background-image:url(../img/point6.gif);
}
.point7{
background-image:url(../img/point7.gif);
}
.point8{
background-image:url(../img/point8.gif);
}
.point9{
background-image:url(../img/point9.gif);
}
.point10{
background-image:url(../img/point10.gif);
}
/* 矢印 */
.arrow_orange,.arrow_blue,.arrow_black,.arrow_red{
min-height:24px;
overflow:hidden;
}
.arrow_orange{
background-image:url(../img/arrow_orange.png);
background-repeat:no-repeat;
background-position:left 5px;
background-size:24px 15px;
padding-left:28px;
font-weight:700;
}
.arrow_black{
background-image:url(../img/arrow_black.png);
background-repeat:no-repeat;
background-position:left 3px;
background-size:18px;
padding-left:24px;
font-weight:700;
}
.arrow_blue{
background-image:url(../img/arrow_blue.png);
background-repeat:no-repeat;
background-position:left 3px;
background-size:18px;
padding-left:24px;
font-weight:700;
}
.arrow_red{
background-image:url(../img/arrow_red.png);
background-repeat:no-repeat;
background-position:left 3px;
background-size:18px;
padding-left:24px;
font-weight:700;
}
/* 文字装飾 */
blockquote{
font-size:12px;
color:#666666;
border:2px dotted #CCCCCC;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
padding-left:10px;
margin:15px;
line-height:130%;
}
.alert,.accept,.attention,.thint{
font-size:12px;
line-height:130%;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
padding-left:55px;
margin-top:10px;
margin-bottom:10px;
background-position:8px 3px;
}
.alert{
background-color:#FFEFEF;
background-image:url(../img/alert.png);
background-repeat:no-repeat;
color:#A2462F;
border:1px solid #FABDA7;
}
.accept{
border:1px solid #C2E39B;
background-color:#EFFADA;
background-image:url(../img/accept.png);
background-repeat:no-repeat;
color:#346F15;
}
.attention{
border:1px solid #FDE8A8;
background-color:#FEF8E0;
background-image:url(../img/attention.png);
background-repeat:no-repeat;
color:#804900;
}
.thint{
border:1px solid #C5D7ED;
background-color:#EFF4FA;
background-image:url(../img/thint.png);
background-repeat:no-repeat;
color:#2C4F7A;
}
 .user1,.user2{
font-size:12px;
line-height:130%;
padding-top:12px;
padding-right:12px;
padding-bottom:12px;
padding-left:100px;
margin-top:10px;
margin-bottom:10px;
background-repeat:no-repeat;
background-position:12px 12px;
background-color:#EFF4FA;
border:1px solid #C5D7ED;
min-height:70px;
_height:70px;
overflow:hidden;
}
 .user1{
background-image:url(../img/user1.png);
}
 .user2{
background-image:url(../img/user2.png);
}
.noimage{
padding-left:12px;
background-image:none;
min-height:15px;
}
.ylw{
background-color:#FFE566;
font-weight:bold;
padding:2px;
}
/* 回り込み解除 */
.alert:after,.accept:after,.attention:after,.thint:after,.user1:after,.user2:after,.user_inner:after,.body:after,.grayline:after,.clear_after:after{
clear:both;
content:"";
display:block;
}
.nmlbox,.dottbox,.ylwbox,.graybg,.txt-border,.txt-grayback,.txt-colorback,.txt-rndbox,.txt-decbox1,txt-decbox2{
overflow:hidden;
}
.alert,.attention,.thint,.accept,.user1,.user2,.rank{clear:both;}
/* ボックス */
.nmlbox,.dottbox,.ylwbox,.graybg{
padding:15px;
margin-top:10px;
margin-bottom:10px;
clear:both;
}
.graybg{
background-color:#F4F4F4;
}
.grayline{
background-color:#fff;
border:4px solid #ededed;
box-shadow:0px 0px 5px #bbb inset;
margin:20px 0;
padding:20px;
}
.dottbox{
border:dotted 1px #666;
box-shadow:none;
}
.nmlbox{
border:2px solid #CCCCCC;
}
.ylwbox{
background-color:#FFFFD2;
border:2px solid #CC0000;
}
/* 水平線 */
.border1,.border2,.border3,.borderdot,.borderdot2{
margin:10px;
padding:0px;
line-height:1px;
height:1px;
overflow:hidden;
}
.border1{
border-bottom:solid 1px #999;
}
.border2{
border-bottom:solid 1px #990000;
}
.border3{
border-bottom:solid 1px #003366;
}
.borderdot{
border-top:dotted 1px #999;
}
.borderdot2{
border-top:dotted 2px #999;
}
/* レイアウト枠(旧形式) */
@media screen and (min-width:768px){
.layout_l{float:left;}
.layout_r{float:right;}
}
/* レイアウト枠(新形式) */
.layout_box{
display:table;
width:100%;
table-layout:fixed;
-webkit-box-sizing:border-box;
box-sizing:border-box;
border-collapse:separate;
}
.layout_box .layout_l,.layout_box .layout_r{
display:table-cell;
float:none !important;
-webkit-box-sizing:border-box;
box-sizing:border-box;
overflow:hidden;
vertical-align:top;
}
.layout_l img,.layout_r img{
max-width:100%;
height:auto;
}
.col2.layout_box .layout_l,.col2.layout_box .layout_r{
width:50%;
padding:8px;
}
.col3.layout_box .layout_l,.col3.layout_box .layout_r{
width:33.3%;
padding:8px;
}
.col4.layout_box .layout_l,.col4.layout_box .layout_r{
width:25%;
padding:8px;
}
/* レスポンシブ設定 */
@media screen and (max-width:640px){
.responsive.layout_box{
display:block;
}
.responsive.layout_box .layout_l,.responsive.layout_box .layout_r{
display:block !important;
width:100% !important;
-webkit-box-sizing:border-box;
box-sizing:border-box;
margin:5px 0;
}
}
.hd,.hd:hover,.hd:visited{
color:#333;
text-decoration:none;
}
/* 角丸 */
.rnd1{
padding:15px;
margin:15px auto 15px auto;
}
.rnd1{
position:relative;
padding:15px;
margin:15px auto 15px auto;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}
.rbox1,.rbox2,.rbox3,.rbox4{
overflow:hidden;
}
.rbox1{
background-color:#F4F4F4;
border:1px solid #d7d7d7;
}
.rbox2{
background-color:#FFF;
border:2px solid #FF843F;
}
.rbox3{
background-color:#FFF;
}
.rbox4{
background-color:#F5F5F5;
}
/* シャドウ */
.shadow1,.shadow2,.shadow3{
padding:15px;
margin:15px auto 15px auto;
}
.shadow1{
-moz-box-shadow:0px 3px 10px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 3px 10px rgba(0,0,0,0.2);
box-shadow:0px 3px 10px rgba(0,0,0,0.2);
}
.shadow2{
-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.3);
-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.3);
box-shadow:0px 0px 3px rgba(0,0,0,0.3);
}
/* FAQ */
.question1{
font-size:17px;
font-weight:bold;
line-height:130%;
margin:15px auto 4px auto;
padding:5px 0 6px 50px;
background-image:url(../img/q1.png);
background-repeat:no-repeat;
background-position:10px top;
}
.answer1{
position:relative;
font-size:13px;
line-height:140%;
border:solid 1px #CCC;
background-color:#F5F5F5;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:5px auto 35px auto;
padding:20px 20px 20px 60px;
background-image:url(../img/a1.png);
background-repeat:no-repeat;
background-position:12px 18px;
}
.question2{
font-size:17px;
font-weight:bold;
line-height:130%;
margin:20px auto 4px auto;
padding:5px 0 6px 50px;
background-image:url(../img/q2.png);
background-repeat:no-repeat;
background-position:10px top;
}
.answer2{
position:relative;
font-size:13px;
line-height:140%;
margin:5px auto 15px auto;
padding:10px 10px 20px 50px;
background-image:url(../img/a2.png);
background-repeat:no-repeat;
background-position:10px 12px;
border-bottom:dotted 1px #CCC;
}
/* 吹き出し新規追加スタイル */
 
.balloon-left,.balloon-right,.balloon-top,.balloon-bottom{
line-height:140%;
font-size:0;
}
 
.balloon-left .bln-img,.ballon-left .img-center{
float:left !important;
height:auto;
}
.balloon-right .bln-img,.balloon-left .img-center{
float:right !important;
height:auto;
}
 
.balloon-top .img-center,.balloon-bottom .img-center{
float:none;
text-align:left !important;
}
 
.bln-img{
display:inline-block;
width:auto;
max-width:25%;
}
.bln-img.float-l img,.bln-img.float-r img{margin:0;}
.balloon-left .bln-img{padding-right:8px;}
.balloon-right .bln-img{padding-left:8px;}
.balloon-top .bln-img{padding-bottom:8px;}
.balloon-bottom .bln-img{padding-bottom:8px;}
.img-circle img{border-radius:50%;}
/* 吹き出し横幅自動調整 */
.bln-auto .b_body{
box-sizing:border-box;
min-width:70px;
display:inline-block !important;
}
.balloon-left.bln-auto .b_body,.balloon-right.bln-auto .b_body{max-width:85%;}
.balloon-top.bln-auto .b_body,.balloon-bottom.bln-auto .b_body{max-width:100%;}
.balloon-left.bln-auto .b_body{float:left;}
.balloon-right.bln-auto .b_body{float:right;}
.balloon-bottom.bln-auto .b_body{overflow:visible;}
/* 吹き出しスクロール */
.scroll-auto{overflow-y:auto;}
.scroll-auto::-webkit-scrollbar{width:8px;}
.scroll-auto::-webkit-scrollbar-thumb{
background:#aaa;
border-radius:3px;
}
.scroll-auto::-webkit-scrollbar-track-piece:start,.scroll-auto::-webkit-scrollbar-track-piece:end{background:#EBEBEB;}
.balloon4 .scroll-auto::-webkit-scrollbar-thumb{background:#92B9FA;}
.balloon5 .scroll-auto::-webkit-scrollbar-thumb{background:#FFACAC;}
.balloon6 .scroll-auto::-webkit-scrollbar-thumb{background:#FF9595;}
.balloon7 .scroll-auto::-webkit-scrollbar-thumb{background:#46A6CE;}
.balloon8 .scroll-auto::-webkit-scrollbar-thumb{background:#E3AA71;}
.balloon9 .scroll-auto::-webkit-scrollbar-thumb{background:#B1C778;}
/* 吹き出し基本スタイル */
.bln{
font-size:14px;
overflow:hidden;
padding:0;
margin:0;
color:#333333;
}
.b_body{
margin:0;
width:auto;
padding:12px 19px;
line-height:160%;
overflow:hidden;
min-height:20px;
}
.balloon1 .b_body{
background-color:#F5F5F5;
border:solid 1px #CCC;
}
.balloon2 .b_body{
background-color:#FFF;
border:solid 1px #CCC;
}
.balloon3 .b_body{
background-color:#EBEBEB;
}
.balloon4 .b_body{
background-color:#EAF1FF;
border:solid 1px #6AA3F9;
}
.balloon5 .b_body{
background-color:#FFEAEA;
border:solid 1px #F96565;
}
.balloon6 .b_body{
background-color:#FFF;
border:solid 2px #CC0000;
}
.balloon7 .b_body{
background-color:#FFF;
border:solid 2px #0080B8;
}
.balloon8 .b_body{
background-color:#FFF;
border:solid 2px #FF8201;
}
.balloon9 .b_body{
background-color:#FFF;
border:2px solid #739221;
}
.bln_auto{
display:inline-block;
}
.bln .img-l{
position:relative;
z-index:1;
background-image:url(../img/balloon.png);
top:18px;
left:1px;
float:left;
width:20px;
height:19px;
margin:0;
}
.bln .img-r{
position:relative;
z-index:1;
background-image:url(../img/balloon.png);
top:18px;
right:1px;
float:right;
width:20px;
height:19px;
margin:0;
}
.bln .img-t{
position:relative;
z-index:1;
background-image:url(../img/balloon.png);
top:1px;
left:30px;
width:22px;
height:22px;
float:none;
margin:0;
}
.bln .img-b{
position:relative;
z-index:1;
background-image:url(../img/balloon.png);
bottom:1px;
left:30px;
width:22px;
height:22px;
margin:0;
}
div.bln:after{height:0; visibility:hidden; content:"."; display:block; clear:both;}
.balloon1 .img-b{ background-position:0 0;} 
.balloon1 .img-l{ background-position:0 -72px;} 
.balloon1 .img-r{ background-position:-8px -139px;} 
.balloon1 .img-t{ background-position:0 -206px;} 
.balloon2 .img-b{ background-position:0 -278px;} 
.balloon2 .img-l{ background-position:0 -350px;} 
.balloon2 .img-r{ background-position:-8px -417px;} 
.balloon2 .img-t{ background-position:0 -484px;} 
.balloon3 .img-b{ background-position:0 -556px;} 
.balloon3 .img-l{ background-position:0 -628px;} 
.balloon3 .img-r{ background-position:-8px -695px;} 
.balloon3 .img-t{ background-position:0 -762px;} 
.balloon4 .img-b{ background-position:0 -834px;} 
.balloon4 .img-l{ background-position:0 -906px;} 
.balloon4 .img-r{ background-position:-8px -973px;} 
.balloon4 .img-t{ background-position:0 -1040px;} 
.balloon5 .img-b{ background-position:0 -1112px;} 
.balloon5 .img-l{ background-position:0 -1184px;} 
.balloon5 .img-r{ background-position:-8px -1251px;} 
.balloon5 .img-t{ background-position:0 -1318px;} 
.balloon6 .img-b{ background-position:0 -1390px;bottom:2px;} 
.balloon6 .img-l{ background-position:0 -1462px;left:2px;} 
.balloon6 .img-r{ background-position:-8px -1531px;right:2px;} 
.balloon6 .img-t{ background-position:0 -1600px;top:2px;} 
.balloon7 .img-b{ background-position:0 -1672px;bottom:2px;} 
.balloon7 .img-l{ background-position:0 -1744px;left:2px;} 
.balloon7 .img-r{ background-position:-8px -1813px;right:2px;} 
.balloon7 .img-t{ background-position:0 -1882px;top:2px;} 
.balloon8 .img-b{ background-position:-78px 0;bottom:2px;} 
.balloon8 .img-l{ background-position:-78px -72px;left:2px;}
.balloon8 .img-r{ background-position:-86px -141px;right:2px;}
.balloon8 .img-t{ background-position:-78px -210px;top:2px;}
.balloon9 .img-b{ background-position:-78px -282px;bottom:2px;} 
.balloon9 .img-l{ background-position:-78px -354px;left:2px;} 
.balloon9 .img-r{ background-position:-86px -423px;right:2px;} 
.balloon9 .img-t{ background-position:-78px -492px;top:2px;} 
/* フッターメニュー */
#footermenu{
text-align:center;
padding:6px;
}
/*
==================================================
Googleマップ、YouTubeのレスポンシブ化
==================================================
*/
.gmap-box{
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.gmap-box iframe,.gmap-box object,.gmap-box embed{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
/*　目次
==================================================
*/
.indexbox{
background-color:#F8F8F8;
border:solid 1px #EEE;
}
.indexbox{
clear:both;
padding:20px 15px;
}
#main .indexbox h5,#main .indexbox .title{
margin:0;
}
#main .indexbox ul li,#main .indexbox ol li,#menu .indexbox ul li,#menu .indexbox ol li,{
font-size:15px;
line-height:180%;
}
.indexbox li.cat{
margin-left:5px !important;
margin-top:10px;
font-weight:bold;
}
.indexbox li.ent2{margin-left:1.5rem !important;}
.indexbox li.ent3{margin-left:2.5rem !important;}
.indexbox li.ent4{margin-left:3.5rem !important;}
.indexbox li.ent5{margin-left:4.5rem !important;}
/* 列の幅指定 */
.tcolumn1,.tcolumn2,.tcolumn3,.tcolumn4,.tcolumn5{
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.tcolumn1{width:100%;}
.tcolumn2{width:50%;}
.tcolumn3{width:33.33%}
.tcolumn4{width:25%;}
.tcolumn5{width:20%;}
/* コンテンツの振り分け */
.pc_contents{display:block;}
.sp_contents{display:none;}
@media screen and (max-width:640px){
.countdown_frm input{
font-size:15px !important;
margin:15px 0;
-webkit-appearance:none;
}
.pc_contents{display:none;}
.sp_contents{display:block;}
}
/*　エントリーリストFIX
==================================================
*/
#entrylist .entry_thumb{
width:80px;
float:left;
margin:0 10px 10px 0;
padding:0;
text-align:center;
}
#entrylist .entry_thumb a{
padding:0 !important;
background-image:none !important;
}
#entrylist .entry_thumb img{
z-index:99;
}
#entrylist list div::after,#entrylist div dd::after{
clear:both;
display:block;
content:"";
height:0px;
}
#entrylist .entry_thumb img{
max-width:80px;
max-height:80px;
}
/* 画像スタイル
==================================================
*/
.image-shadow img{
display:inline-block;
box-shadow:0px 0px 10px -3px rgba(0,0,0,0.8);
margin-bottom:16px;
}
.image-radius img{border-radius:10px;}
.image-circle img{border-radius:50%;}
table.borderless,table.borderless td,table.borderless th{
border:none !important;
background-color:transparent;
}
/* テーブルのスクロール
==================================================
*/
.scroll_table{
overflow-x:auto;
white-space:nowrap;
}
.scroll_table::-webkit-scrollbar{height:8px;}
.scroll_table::-webkit-scrollbar-track{
margin:0 2px;
background:#F1F1F1;
border-radius:5px;
}
.scroll_table::-webkit-scrollbar-thumb{
border-radius:5px;
background:#999;
}
.scroll_table table{
width:100%;
table-layout:auto !important;
}
@media screen and (min-width:768px){
.scroll_table{
overflow:hidden;
white-space:normal;
}
.scroll_table table{
table-layout:fixed !important;
}
}
/* 忍者おまとめボタンFIX */
.ninja_onebutton_output_overlay .line,.ninja_onebutton_output_responsive .line{background:#00c300 !important;}
.ninja_onebutton_output_overlay .hatena,.ninja_onebutton_output_responsive .hatena{background:#008fde !important;}
.ninja_onebutton_output_overlay .twitter,.ninja_onebutton_output_responsive .twitter{background-color:#55acee !important;}
.ninja_onebutton_output_overlay .facebook,.ninja_onebutton_output_responsive .facebook{background-color:#3b5998 !important;}
/*
==================================================
ボタンリンク(180405)
==================================================
*/
.btn01,.btn02,.btn03,.btn04,.btn05,.btn06,.btn07,.btn08{
margin:auto auto 15px;
width:240px;
height:44px;
line-height:44px;
font-weight:bold;
max-width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
cursor:pointer;
display:block;
position:relative;
text-align:center;
text-decoration:none;
-moz-transition:color 0.15s ease-out 0s,background-color 0.15s ease-out 0s;
-o-transition:color 0.15s ease-out 0s,background-color 0.15s ease-out 0s;
-webkit-transition:color 0.15s ease-out,background-color 0.15s ease-out;
-webkit-transition-delay:0s,0s;
transition:color 0.15s ease-out 0s,background-color 0.15s ease-out 0s;
overflow:hidden;
}
.btn01 a,.btn02 a,.btn03 a,.btn04 a,.btn05 a,.btn06 a,.btn07 a{
color:#FFF;
text-decoration:none;
display:block;
padding:0 4%;
width:100%;
height:100%;
line-height:44px;
box-sizing:border-box;
}
.btn-icon,.btn-icon_r{
display:block;
height:100%;
}
.btn01 a,.btn02 a,.btn03 a,.btn06 a,.btn07 a,.btn01 a:visited,.btn02 a:visited,.btn03 a:visited,.btn06 a:visited,.btn07 a:visited,.btn01 a:hover,.btn02 a:hover,.btn03 a:hover,.btn06 a:hover,.btn07 a:hover,.btn04 a:hover,.btn05 a:hover{
color:#FFF;
}
.btn04 a:hover,.btn05 a:hover{
top:0px !important;
left:0px !important;
}
.btn04:hover,.btn04 a:hover,.btn04:hover a,.btn05:hover,.btn05 a:hover,.btn05:hover a{
color:#FFF !important;
text-decoration:none;
}
.btn04,.btn04 a,.btn04 a:visited,.btn04 a:visited{
color:#333;
}
.btn05 a{
padding-left:2%;
padding-right:8%;
}
/* パターン
==================================================
*/
.btn01{
background-color:#1d508d;
}
.btn01:link,.btn01:visited,.btn01:hover,.btn01:active{
color:#fff;
text-decoration:none;
}
.btn01:hover{
background-color:#90A9C7;
background-image:none;
}
.btn02{
background-color:#1d508d;
box-shadow:0 4px 0 #0a3262;
}
.btn02:link,.btn02:visited,.btn02:hover,.btn02:active{
color:#fff;
text-decoration:none;
}
.btn02:hover{
background-color:#1d508d;
top:2px;
box-shadow:0 4px 0 #0a3262;
}
.btn02:active{
background-image:none;
top:4px !important;
box-shadow:none !important;
}
.btn03{
background-color:#1d508d;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNzZiNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkNTA4ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#4376b4),color-stop(100%,#1d508d));
background-image:-moz-linear-gradient(top,#4376b4,#1d508d);
background-image:-webkit-linear-gradient(top,#4376b4,#1d508d);
background-image:linear-gradient(to bottom,#4376b4,#1d508d);
box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.btn03:link,.btn03:visited,.btn03:hover,.btn03:active{
color:#fff;
text-decoration:none;
}
.btn03:hover{
background-image:none !important;
top:2px;
}
.btn03:active{
background-color:#08376f;
}
.btn04{
background-color:#f8f8f8;
border:1px solid #e6e6e6;
}
.btn04,.btn04 a{
color:#333;
text-decoration:none;
}
.btn04:hover{
background-color:#1d508d;
}
.btn05{
color:#1d508d;
background-color:#fff;
border:1px solid #1d508d;
}
.btn05 a,.btn05:link,.btn05:visited,.btn05:active{
color:#1d508d;
}
.btn05:hover{
background-color:#1d508d;
}
.btn05 a::after{
content:'>';
display:inline-block;
position:absolute;
right:4%;
}
.btn06{
background-image:-webkit-linear-gradient(#1d508d,#0b3a73);
background-image:-o-linear-gradient(#1d508d,#0b3a73);
background-image:linear-gradient(to bottom,#1d508d 0%,#0b3a73 100%);
border:1px solid #0d315c;
-moz-box-shadow:0 1px 0 rgba(255,255,255,0.4),0 1px 0 rgba(255,255,255,0.8) inset;
-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.4),0 1px 0 rgba(255,255,255,0.8) inset;
box-shadow:0 1px 0 rgba(255,255,255,0.4),0 1px 0 rgba(255,255,255,0.8) inset;
-webkit-user-select:none;
-ms-user-select:none;
color:#FFF;
text-align:center;
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}
.btn06 a,.btn06 a:hover,.btn06:active,.btn06:visited{
color:#FFF;
}
.btn06:hover{
color:#FFF;
opacity:0.5;
}
.btn07{
color:#FFF;
background-image:-webkit-linear-gradient(#1d508d,#0b3a73);
background-image:-o-linear-gradient(#1d508d,#0b3a73);
background-image:linear-gradient(to bottom,#1d508d 0%,#0b3a73 100%);
border:1px solid #0d315c;
}
.btn07 a,.btn07 a:hover,.btn07:link,.btn07:visited,.btn07:hover,.btn07:active{
color:#fff;
text-decoration:none;
}
.btn07:hover{
background-image:-webkit-linear-gradient(#90A9C7,#879EBA);
background-image:-o-linear-gradient(#90A9C7,#879EBA);
background-image:linear-gradient(to bottom,#90A9C7 0%,#879EBA 100%);
border:1px solid #879EBA;
color:#FFF;
}
.btn08{
margin:0 auto 4px;
width:300px;
height:72px;
line-height:72px;
border:solid 1px #E7E7E7;
background-color:#FFF;
max-width:100%;
}
.btn08 a{
text-decoration:none;
display:block;
padding:0 5%;
width:100%;
height:100%;
padding-left:16px !important;
line-height:72px;
box-sizing:border-box;
text-align:left;
}
.btn08 a,.btn08 a:visited,.btn08 a:hover,.btn08 a:active{
color:#1D508D;
}
.btn08:before{
content:"";
height:auto;
width:4px;
display:block;
left:3px;
top:3px;
bottom:3px;
position:absolute;
border-radius:2px;
background-color:#1D508D;
z-index:10;
}
@media screen and (min-width:768px){
.btn08:hover,.btn08 a:hover{
background-color:#EDF3FC;
top:0 !important;
left:0 !important;
position:relative;
}
}
.btn08 a .btn-icon{
left:0;
float:right;
margin:0 0 0 8px;
}
/*
カラーバリエーション
==================================================
*/
/* カラーバリエーション(赤) */
.btn01.red{
background-color:#E63E32;
}
.btn01.red:hover{
background-color:#EE8078;
}
.btn02.red{
background-color:#E63E32;
box-shadow:0 4px 0 #8A251E;
}
.btn03.red{
background-color:#8A251E;
background-image:-webkit-linear-gradient(#E63E32,#8A251E);
background-image:-o-linear-gradient(#E63E32,#8A251E);
background-image:linear-gradient(#E63E32,#8A251E);
box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.btn03.red:hover{
background-image:none;
}
.btn04.red:hover{
background-color:#8A251E;
color:#fff;
}
.btn05.red{
color:#8A251E;
border:1px solid #8A251E;
}
.btn05.red a,.btn05.red:link,.btn05.red:visited,.btn05.red:active{
color:#8A251E;
}
.btn05.red:hover{
background-color:#8A251E;
color:#fff;
}
/*単色
.btn06.red{
background-color:#E63E32;
border:1px solid #c02318;
}
*/
.btn06.red,.btn07.red{
background-image:-webkit-linear-gradient(#f35045,#E63E32);
background-image:-o-linear-gradient(#f35045,#E63E32);
background-image:linear-gradient(to bottom,#f35045 0%,#E63E32 100%);
border:1px solid #c02318;
}
.btn07.red:hover{
background-image:-webkit-linear-gradient(#F78B84,#EE8078);
background-image:-o-linear-gradient(#F78B84,#EE8078);
background-image:linear-gradient(to bottom,#F78B84 0%,#EE8078 100%);
border:1px solid #D56E66;
}
.btn08.red:before{
background-color:#E63E32;
}
.btn08.red a,.btn08.red a:visited,.btn08.red a:hover,.btn08.red a:active{
color:#E63E32
}
.btn08.red:hover,.btn08.red a:hover{
background-color:#FDEDEC;
}
/* カラーバリエーション(緑) */
.btn01.green{
background-color:#61C12B;
}
.btn01.green:hover{
background-color:#97D673;
}
.btn02.green{
background-color:#61C12B;
box-shadow:0 4px 0 #37840b;
}
.btn03.green{
background-color:#37840b;
background-image:-webkit-linear-gradient(#61C12B,#37840b);
background-image:-o-linear-gradient(#61C12B,#37840b);
background-image:linear-gradient(#61C12B,#37840b);
box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.btn03.green:hover{
background-image:none;
}
.btn04.green:hover{
background-color:#37840b;
color:#fff;
}
.btn05.green{
color:#37840b;
border:1px solid #37840b;
}
.btn05.green a,.btn05.green:link,.btn05.green:visited,.btn05.green:active{
color:#37840b;
}
.btn05.green:hover{
background-color:#37840b;
color:#fff;
 }
 /*単色
.btn06.green,.btn07.green{
 background-color:#61C12B;
 border:1px solid #4cab17;
 }
 */
.btn06.green,.btn07.green{
background-image:-webkit-linear-gradient(#70d239,#61C12B);
background-image:-o-linear-gradient(#70d239,#61C12B);
background-image:linear-gradient(to bottom,#70d239 0%,#61C12B 100%);
border:1px solid #4cab17;
}
.btn07.green:hover{
background-image:-webkit-linear-gradient(#A1E17C,#97D673);
background-image:-o-linear-gradient(#A1E17C,#97D673);
background-image:linear-gradient(to bottom,#A1E17C 0%,#97D673 100%);
border:1px solid #89C866;
}
.btn08.green:before{
background-color:#009A59;
}
.btn08.green a,.btn08.green a:visited,.btn08.green a:hover,.btn08.green a:active{
color:#009A59;
}
.btn08.green:hover,.btn08.green a:hover{
background-color:#E6FFF4;
}
/* カラーバリエーション(青) */
.btn01.blue{
background-color:#1488e5;
}
.btn01.blue:hover{
background-color:#6CBAF7;
}
.btn02.blue{
background-color:#1488e5;
box-shadow:0 4px 0 #145A92;
}
.btn03.blue{
background-color:#145A92;
background-image:-webkit-linear-gradient(#1488e5,#145A92);
background-image:-o-linear-gradient(#1488e5,#145A92);
background-image:linear-gradient(#1488e5,#145A92);
box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.btn03.blue:hover{
background-image:none;
}
.btn04.blue:hover{
background-color:#145A92;
}
.btn05.blue{
color:#145A92;
border:1px solid #145A92;
}
.btn05.blue a,.btn05.blue:link,.btn05.blue:visited,.btn05.blue:active{
color:#145A92;
}
.btn05.blue:hover{
background-color:#145A92;
color:#fff;
}
/*単色
.btn06.blue{
background-color:#1488e5;
border:1px solid #0b74c8;
}
*/
.btn06.blue,.btn07.blue{
background-image:-webkit-linear-gradient(#39a7fe,#1488e5);
background-image:-o-linear-gradient(#39a7fe,#1488e5);
background-image:linear-gradient(to bottom,#39a7fe 0%,#1488e5 100%);
border:1px solid #0b74c8;
}
.btn07.blue:hover{
background-image:-webkit-linear-gradient(#7CC5FE,#6CBAF7);
background-image:-o-linear-gradient(#7CC5FE,#6CBAF7);
background-image:linear-gradient(to bottom,#7CC5FE 0%,#6CBAF7 100%);
border:1px solid #5EA3DB;
}
.btn08.blue:before{
background-color:#1488e5;
}
.btn08.blue a,.btn08.blue a:visited,.btn08.blue a:hover,.btn08.blue a:active{
color:#1488e5;
}
.btn08.blue:hover,.btn08.blue a:hover{
background-color:#DCEEFC;
}
/* カラーバリエーション(オレンジ) */
.btn01.orange{
background-color:#ff9800;
}
.btn01.orange:hover{
background-color:#FFBB57;
}
.btn02.orange{
background-color:#ff9800;
box-shadow:0 4px 0 #bd5102;
}
.btn03.orange{
background-color:#bd5102;
background-image:-webkit-linear-gradient(#ff9800,#bd5102);
background-image:-o-linear-gradient(#ff9800,#bd5102);
background-image:linear-gradient(#ff9800,#bd5102);
box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.btn03.orange:hover{
background-image:none;
}
.btn04.orange:hover{
background-color:#bd5102;
}
.btn05.orange{
color:#bd5102;
border:1px solid #bd5102;
}
.btn05.orange a,.btn05.orange:link,.btn05.orange:visited,.btn05.orange:active{
color:#bd5102;
}
.btn05.orange a:hover{
background-color:#bd5102;
color:#fff;
}
/*単色
.btn06.orange{
background-color:#ff9800;
border:1px solid #e58800;
}
*/
.btn06.orange,.btn07.orange{
background-image:-webkit-linear-gradient(#fea728,#ff9800);
background-image:-o-linear-gradient(#fea728,#ff9800);
background-image:linear-gradient(to bottom,#fea728 0%,#ff9800 100%);
border:1px solid #e58800;
}
.btn07.orange:hover{
background-image:-webkit-linear-gradient(#FEC571,#FFBB57);
background-image:-o-linear-gradient(#FEC571,#FFBB57);
background-image:linear-gradient(to bottom,#FEC571 0%,#FFBB57 100%);
border:1px solid #EEB057;
}
.btn08.orange:before{
background-color:#ff9800;
}
.btn08.orange a,.btn08.orange a:visited,.btn08.orange a:hover,.btn08.orange a:active{
color:#ff9800;
}
.btn08.orange:hover,.btn08.orange a:hover{
background-color:#FFF0D9;
}
/* カラーバリエーション(ピンク) */
.btn01.pink{
background-color:#f28a9e;
}
.btn01.pink:hover{
background-color:#FCB8B8;
}
.btn02.pink{
background-color:#f28a9e;
box-shadow:0 4px 0 #dc6a82;
}
.btn03.pink{
background-color:#f69db4;
background-image:-webkit-linear-gradient(#f69db4,#e4798d);
background-image:-o-linear-gradient(#f69db4,#e4798d);
background-image:linear-gradient(#f69db4,#e4798d);
box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.btn03.pink:hover{
background-image:none;
}
.btn04.pink:hover{
background-color:#dc6a82;
}
.btn05.pink{
color:#dc6a82;
border:1px solid #f28a9e;
}
.btn05.pink a,.btn05.pink:link,.btn05.pink:visited,.btn05.pink:active{
color:#E88089;
}
.btn05.pink:hover{
background-color:#E88089;
color:#fff;
}
/*(単色)
.btn06.pink{
background-color:#FCB8B8;
border:1px solid #e1564e;
}
*/
.btn06.pink,.btn07.pink{
background-image:-webkit-linear-gradient(#f69db4,#e4798d);
background-image:-o-linear-gradient(#f69db4,#e4798d);
background-image:linear-gradient(to bottom,#f69db4 0%,#e4798d 100%);
border:1px solid #E87973;
}
.btn07.pink:hover{
background-image:-webkit-linear-gradient(#F9BECD,#EDA7B4);
background-image:-o-linear-gradient(#F9BECD,#EDA7B4);
background-image:linear-gradient(to bottom,#F9BECD 0%,#EDA7B4 100%);
border:1px solid #EB8F8A;
}
.btn08.pink:before{
background-color:#f69db4;
}
.btn08.pink a,.btn08.pink a:visited,.btn08.pink a:hover,.btn08.pink a:active{
color:#f28a9e;
}
.btn08.pink:hover,.btn08.pink a:hover{
background-color:#FEEBEB;
}
/* カラーバリエーション(シアン) */
.btn01.cyan{
background-color:#03bfb4;
}
.btn01.cyan:hover{
background-color:#59D5CD;
}
.btn02.cyan{
background-color:#03bfb4;
box-shadow:0 4px 0 #019088;
}
.btn03.cyan{
background-color:#09d2c6;
background-image:-webkit-linear-gradient(#03bfb4,#00a59b);
background-image:-o-linear-gradient(#03bfb4,#00a59b);
background-image:linear-gradient(#03bfb4,#00a59b);
box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.btn03.cyan:hover{
background-image:none;
}
.btn04.cyan:hover{
background-color:#019088;
color:#fff;
}
.btn05.cyan{
color:#019088;
border:1px solid #019088;
}
.btn05.cyan a,.btn05.cyan:link,.btn05.cyan:visited,.btn05.cyan:active{
color:#019088;
}
.btn05.cyan:hover{
background-color:#019088;
color:#fff;
}
/*単色
.btn06.cyan{
background-color:#03bfb4;
border:1px solid #00a59b;
}
*/
.btn06.cyan,.btn07.cyan{
background-image:-webkit-linear-gradient(#03d4c8,#03bfb4);
background-image:-o-linear-gradient(#03d4c8,#03bfb4);
background-image:linear-gradient(to bottom,#03d4c8 0%,#03bfb4 100%);
border:1px solid #00AEA6;
}
.btn07.cyan:hover{
background-image:-webkit-linear-gradient(#59E3DB,#59D5CD);
background-image:-o-linear-gradient(#59E3DB,#59D5CD);
background-image:linear-gradient(to bottom,#59E3DB 0%,#59D5CD 100%);
border:1px solid #57C4BD;
}
.btn08.cyan:before{
background-color:#03bfb4;
}
.btn08.cyan a,.btn08.cyan a:visited,.btn08.cyan a:hover,.btn08.cyan a:active{
color:#03bfb4;
}
.btn08.cyan:hover,.btn08.cyan a:hover{
background-color:#E3FBFA;
}
/* カラーバリエーション(グレー) */
.btn01.gray{
background-color:#A4A6B2;
}
.btn01.gray:hover{
background-color:#C3C4CC;
}
.btn02.gray{
background-color:#A4A6B2;
box-shadow:0 4px 0 #858792;
}
.btn03.gray{
background-color:#C3C4CC;
background-image:-webkit-linear-gradient(#A4A6B2,#858792);
background-image:-o-linear-gradient(#A4A6B2,#858792);
background-image:linear-gradient(#A4A6B2,#858792);
box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.btn03.gray:hover{
background-image:none;
}
.btn04.gray:hover{
background-color:#858792;
}
.btn05.gray{
color:#858792;
border:1px solid #858792;
}
.btn05.gray a,.btn05.gray:link,.btn05.gray:visited,.btn05.gray:active{
color:#858792;
}
.btn05.gray:hover{
background-color:#858792;
color:#fff;
}
/*(単色)
.btn06.gray{
background-color:#A4A6B2;
border:1px solid #8e909b;
}
*/
.btn06.gray,.btn07.gray{
background-image:-webkit-linear-gradient(#A4A6B2,#868891);
background-image:-o-linear-gradient(#A4A6B2,#868891);
background-image:linear-gradient(to bottom,#A4A6B2 0%,#868891 100%);
border:1px solid #868891;
}
.btn07.gray:hover{
background-image:-webkit-linear-gradient(#C3C4CC,#AFB0B6);
background-image:-o-linear-gradient(#C3C4CC,#AFB0B6);
background-image:linear-gradient(to bottom,#C3C4CC 0%,#AFB0B6 100%);
border:1px solid #AFB0B6;
}
.btn08.gray:before{
background-color:#777;
}
.btn08.gray a,.btn08.gray a:visited,.btn08.gray a:hover,.btn08.gray a:active{
color:#777;
}
.btn08.gray:hover,.btn08.gray a:hover{
background-color:#F5F5F5;
}
/* カラーバリエーション(ブラック) */
.btn01.black{
background-color:#393939;
}
.btn01.black:hover{
background-color:#c9c9c9;
}
.btn02.black{
background-color:#393939;
box-shadow:0 4px 0 #898989;
}
.btn03.black{
background-color:#898989;
background-image:-webkit-linear-gradient(#595959,#393939);
background-image:-o-linear-gradient(#595959,#393939);
background-image:linear-gradient(#595959,#393939);
box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.btn03.black:hover{
background-image:none;
}
.btn04.black:hover{
background-color:#393939;
}
.btn05.black{
color:#393939;
border:1px solid #393939;
}
.btn05.black a,.btn05.black:link,.btn05.black:visited,.btn05.black:active{
color:#393939;
}
.btn05.black:hover{
background-color:#393939;
color:#fff ;
}
/*(単色)
.btn06.black{
background-color:#393939;
border:1px solid #595959;
}
*/
.btn06.black,.btn07.black{
background-image:-webkit-linear-gradient(#595959,#393939);
background-image:-o-linear-gradient(#595959,#393939);
background-image:linear-gradient(to bottom,#595959 0%,#393939 100%);
border:1px solid #393939;
}
.btn07.black:hover{
background-image:-webkit-linear-gradient(#919191,#7C7C7C);
background-image:-o-linear-gradient(#919191,#7C7C7C);
background-image:linear-gradient(to bottom,#919191 0%,#7C7C7C 100%);
border:1px solid #7C7C7C;
}
.btn08.black:before{
background-color:#393939;
}
.btn08.black a,.btn08.black a:visited,.btn08.black a:hover,.btn08.black a:active{
color:#393939;
}
.btn08.black:hover,.btn08.black a:hover{
background-color:#F5F5F5;
}
/* スタイル
==================================================
*/
.btn-rounded,.btn-rounded a{
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.btn-circle,.btn-circle a{
-moz-border-radius:10em;
-webkit-border-radius:10em;
border-radius:10em;
}
.btn-circle.btn08:before{
display:none;
}
/* サイズ　
==================================================
*/
.btn-exlg{
width:560px;
height:64px;
max-width:100%;
font-size:20px;
}
.btn-lg{
font-size:16px;
width:360px;
height:56px;
}
.btn-sm{
font-size:12px;
width:120px;
height:28px;
font-weight:normal;
}
.btn-exsm{
font-size:11px;
width:80px;
height:24px;
font-weight:normal;
}
.btn-sm,.btn-sm a{line-height:28px;}
.btn-exlg,.btn-exlg a{line-height:64px;}
.btn-lg,.btn-lg a{line-height:56px;}
.btn-exsm,.btn-exsm a{line-height:22px;}
.wd100{width:100px;}
.wd200{width:200px;}
.wd300{width:300px;}
.wd400{width:400px;}
.wd500{width:500px;}
.wd600{width:600px;}
.wd100,.wd100 a{height:32px;line-height:32px;}
.wd200,.wd200 a{height:44px;line-height:44px;}
.wd300,.wd300 a{height:48px;line-height:48px;}
.wd400,.wd400 a{height:56px;line-height:56px;}
.wd500,.wd500 a{height:64px;line-height:64px;}
.wd600,.wd600 a{height:72px;line-height:72px;}
.wd100,.wd200,.wd300,.wd400,.wd500,.wd600{max-width:100%;}
/* ボタン08のサイズ */
.btn08.btn-exsm{height:32px;}
.btn08.btn-exsm a{line-height:32px;}
.btn08.btn-sm{height:40px;}
.btn08.btn-sm a{line-height:40px;}
.btn08.btn-lg{height:80px;}
.btn08.btn-lg a{line-height:80px;}
.btn08.btn-exlg{height:88px;}
.btn08.btn-exlg a{line-height:88px;}
#menu .btn08,#rmenu .btn08{
width:100%;
}
/* 矢印
==================================================
*/
.arrowRight::after{
content:'>';
display:inline-block;
position:absolute;
right:15px;
}
/* 要素の横並べ
==================================================
*/
@media screen and (min-width:768px){
.flex-box{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
width:100%;
max-width:100%;
box-sizing:border-box;
}
.b-right.flex-box{
-webkit-box-pack:flex-end;
-ms-flex-pack:flex-end;
justify-content:flex-end;
-webkit-box-align:flex-end;
-ms-flex-align:flex-end;
align-items:flex-end;
}
.b-left.flex-box{
-webkit-box-pack:flex-start;
-ms-flex-pack:flex-start;
justify-content:flex-start;
-webkit-box-align:flex-start;
-ms-flex-align:flex-start;
align-items:flex-start;
}
.flex-box .btn01,.flex-box .btn02,.flex-box .btn03,.flex-box .btn04,.flex-box .btn05,.flex-box .btn06,.flex-box .btn07,.flex-box .btn08{
margin-left:1%;
margin-right:1%;
margin-bottom:8px;
}
}
/*　行揃えの指定
==================================================
*/
.btn-left{text-align:left;}
.btn-right{text-align:right;}
.btn05.btn-right{padding-right:32px;}
.btn-shadow{
-moz-text-shadow:0px 1px 2px rgba(0,0,0,.4);
-webkit-text-shadow:0px 1px 2px rgba(0,0,0,.4);
text-shadow:0px 1px 2px rgba(0,0,0,.4);
}
/*　アイコン画像の指定
==================================================
*/
.btn01 img,.btn02 img,.btn03 img,.btn04 img,.btn05 img,.btn06 img,.btn07 img,.btn08 img{vertical-align:middle;max-width:100%;}
.btn-icon,.btn-icon_r{
max-width:50px;
height:100%;
overflow:hidden;
vertical-align:middle;
position:relative;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
}
.btn-icon{
margin-right:5px;
left:2%;
float:left;
}
.btn-left .btn-icon{
left:2%;
}
.btn-icon_r{
margin-left:5px;
right:2%;
float:right;
}
.btn-icon,.btn-right .btn-icon{margin-right:5px;}
.btn-left .btn-icon{margin-right:5%;}
.btn-icon img,.btn-icon_r img{
width:auto;
height:auto;
max-width:100%;
max-height:80% !important;
}
/* IE10以降 */
@media all and (-ms-high-contrast:none){
.btn-icon,.btn-icon_r{
//display:table-cell;
max-width:44px;
max-height:44px;
}
.btn-icon img,.btn-icon_r img{max-width:44px;height:auto;}
.btn08 .btn-icon{
height:90% !important;
max-height:90%;
//top:5%;
float:none;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
}
.btn08 .btn-icon img{
height:auto !important;
max-width:50px;
max-height:50px;
}
}
/*　フォントサイズ
==================================================
*/
.fnt10{font-size:10px;}
.fnt12{font-size:12px;}
.fnt14{font-size:14px;}
.fnt16{font-size:16px;}
.fnt18{font-size:18px;}
.fnt20{font-size:20px;}
.fnt22{font-size:22px;}
.fnt24{font-size:24px;}
.fnt26{font-size:26px;}
.fnt28{font-size:28px;}
.fnt30{font-size:30px;}
.fnt32{font-size:32px;}
.fnt34{font-size:34px;}
.fnt36{font-size:36px;}
.fnt48{font-size:48px;}
@media screen and (max-width:767px){
/* フォントサイズの調整 */
.fnt24,.fnt26,.fnt28,.fnt30,.fnt32,.fnt34,.fnt36,.fnt48,.btn-exlg{
font-size:1.1rem;
}
}
.fnt-meiryo{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;}
.fnt-gothic{font-family:"ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;}
.fnt-minchou{font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}
.fnt-yugothic{font-family:"游ゴシック Medium","Yu Gothic Medium",游ゴシック体,'Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;}
.fnt-kakugo{font-family:'HGP創英角ｺﾞｼｯｸUB','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6',sans-serif;font-weight:normal;}
.fnt-marugo{font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",sans-serif;}
/* ボタンの高さの可変 */
.responsive_h,.responsive_h .btn-icon{height:auto;}
.responsive_h a{
height:auto;
padding:10px 4%;
line-height:1.5;
}
.responsive_h.btn-exlg a{padding:16px 4%;}
.responsive_h.btn-lg a{padding:14px 4%;}
.responsive_h.btn-sm a{padding:8px 3%;}
.responsive_h.btn-exsm a{padding:4px 2%;}
.responsive_h.btn-sm .btn-icon img,.responsive_h.btn-exsm .btn-icon img{max-width:24px !important;}
.btn08.responsive_h{
height:auto !important;
}
.btn08.responsive_h a{
line-height:1.4 !important;
}
.btn-circle.responsive_h a{
padding-left:5%;
padding-right:5%;
}
.align-left{margin-left:0;margin-right:auto;}
.align-right{margin-right:0;margin-left:auto;}
.silver{
box-shadow:0 1px 1px rgba(0,0,0,.1);
}
.silver a{
background:rgb(255,255,255);
background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0 );
border:solid 1px #FFF;
text-shadow:1px 1px 0 #FFF;
}
@media screen and (min-width:768px){
.silver a:hover{
background:-webkit-linear-gradient(top,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.8)),to(rgba(255,255,255,0)));
background:-o-linear-gradient(top,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
background:linear-gradient(to bottom,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0 );
text-shadow:none;
}
}
.white-filter a{
background:-webkit-linear-gradient(top,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.5)),to(rgba(255,255,255,0)));
background:-o-linear-gradient(top,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background:linear-gradient(to bottom,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0 );
}
/* %ribbonStyles% */
/* 人気記事 */
#pickupentry{
margin-bottom:24px;
counter-reset:pickuprank;
}
#pickupentry ul li{
list-style:none !important;
background-image:none !important;
padding:10px 6px;
border-bottom:dotted 1px #D1D1D1;
background-color:rgba(255,255,255,0.6);
position:relative;
letter-spacing:0;
}
#pickupentry li a{
color:#333;
line-height:1.5;
font-size:14px;
font-weight:bold;
position:relative !important;
display:block;
}
#pickupentry ul li a::after{
clear:both;
display:block;
content:"";
}
#pickupentry ul li::before{
display:none;
}
#pickupentry ul li:last-child{
border:none;
}
#pickupentry ul{
margin:0;
padding:8px 0;
}
#pickupentry ul li a:hover{
position:relative !important;
opacity:1.0;
left:0;
top:0;
}
#pickupentry ul li a:hover img{
opacity:0.7;
transition:opacity 0.3s ease;
}
#pickupentry ul li a{
display:flex;
align-items:center;
}
#pickupentry li img{
width:72px;
height:72px;
min-width:72px;
-o-object-fit:cover;
 object-fit:cover;
font-family:'object-fit:cover;';
margin-right:8px;
float:left;
align-self:start;
}
#pickupentry .pickup_rank a::before{
counter-increment:pickuprank;
content:counter(pickuprank);
display:inline-block !important;
position:absolute;
background-color:rgba(0,0,0,.35);
top:0;
width:20px;
height:20px;
line-height:20px;
left:0;
z-index:100;
font-size:12px;
font-family:'Verdana';
color:#FFF;
text-align:center;
}
/* 画像の下にタイトルを表示 */
@media screen and (min-width:768px){
#pickupentry ul#pickup_list2 li a{
display:block;
}
#pickupentry ul#pickup_list2 li{
padding:16px 8px;
text-align:center;
}
#pickupentry ul#pickup_list2 li img{
display:block;
-o-object-fit:cover;
 object-fit:cover;
font-family:'object-fit:cover;';
margin:0px auto 6px;
width:100%;
min-height:150px;
max-height:200px;
float:none;
height:auto;
}
#pickupentry #pickup_list2 .pickup_rank a::before{
width:28px;
height:28px;
line-height:28px;
font-size:14px;
}
}
/* ランキングの色分け */
#pickupentry .pickup_rank.pickup_1 a::before{
background-color:#E5C648;
}
#pickupentry .pickup_rank.pickup_2 a::before{
background-color:#CCCCCC;
}
#pickupentry .pickup_rank.pickup_3 a::before{
background-color:#CD863C;
}
#pickupentry .pickup_rank.pickup_4 a::before{
background-color:#D0E0E5;
color:#666;
}
#pickupentry .pickup_rank.pickup_5 a::before{
background-color:#D0E0E5;
color:#666;
}
#pickupentry .pickup_rank.pickup_other a::before{
background-color:#E3E3E3;
color:#666;
}
/* 画像追加スタイル */
.fleximg1{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
margin:10px 0 24px;
}
.fleximg1 > p{
display:inline-block;
}
.fleximg1 > div,.fleximg1 > p,.fleximg1 > img{margin-bottom:16px;}
#main .fleximg1 > div,#main .fleximg1 > p,#main .fleximg1 > img{
max-width:49%;
margin-left:0;
margin-right:0;
}
#main .fleximg1.col3 > div,#main .fleximg1.col3 > p,#main .fleximg1.col3 > img{
max-width:32%;
margin-left:0;
margin-right:0;
}
#main .topimg_left{
float:left;
max-width:40%;
margin-right:15px !important;
margin-left:0 !important;
}
#main .topimg_right{
float:right;
max-width:40%;
margin-left:15px !important;
margin-right:0 !important;
}
#main .topimg_left .txt-img,#main .topimg_right .txt-img{
margin:0 !important;
}
#main .topimg_left img,#main .topimg_right img{
float:none !important;
}
@media screen and (max-width:640px){
#main .topimg_left,#main .topimg_right{
float:none;
max-width:100%;
margin:0 0 15px !important;
}
#main .topimg_left img,#main .topimg_right img{
float:none !important;
margin:0 !important;
width:100%;
max-width:100% !important;
}
#main .fleximg1.responsive{
justify-content:center !important;
flex-flow:column !important;
}
#main .fleximg1.responsive > div,#main .fleximg1.responsive > p,#main .fleximg1.responsive > img{
display:block;
max-width:100% !important;
margin-left:auto;
margin-right:auto;
}
}
#index_wrapper{
display:flex;
justify-content:center;
align-items:center;
padding:0 14px;
margin:8px 0 16px 0;
clear:both;
box-sizing:border-box;
}
#indexlist #index_inner{
padding:14px 24px;
position:relative;
clear:both;
box-sizing:border-box;
}
#indexlist{
width:90%;
margin:16px auto;
box-sizing:border-box;
background-color:#F8F8F8;
border:solid 1px #EEE;
clear:both;
margin:0;
}
#indexlist li a{
display:block;
}
/* タイトル */
#indexlist .title{
display:inline-block;
}
#indexlist .title{
margin-right:5px;
text-align:center;
font-weight:bold;
color:#333;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
@media screen and (min-width:768px){
#indexlist .title{
margin-left:75px;
}
}
/* 目次フリースペース */
.idx_space{
margin:8px 0;
text-align:center;
}
/* 表示・非表示の切り替え */
#index_button{
display:inline-block;
width:75px;
text-align:right;
}
#index_inner{
text-align:center;
}
#index_inner ul,#index_inner ol{
text-align:left;
opacity:1;
}
#index_button>span::before{
content:"\8868\793A";
font-size:13px;
cursor:pointer;
text-decoration:underline;
color:#4887d9;
}
#index_button span span{
display:none;
}
#index_button::before{
content:"[";
padding-right:3px;
}
#index_button::after{
content:"]";
padding-left:3px;
}
#index_panel:checked+#index_button>span::before{
content:"\8868\793A";
}
#index_panel[type="checkbox"]{
display:none;
}
#index_panel:checked~ul,#index_panel:checked~ol{
height:0;
padding:0;
overflow:hidden;
opacity:0 !important;
transition:0.8s;
}
/* 横幅の自動調整 */
#indexlist.idx_auto{
display:inline-block !important;
width:auto !important;
max-width:90%;
min-width:250px;
}
#menu #indexlist,#rmenu #indexlist{
width:100%;
max-width:100%;
}
/* 角丸の指定 */
#indexlist.idx_round{
border-radius:8px;
}
#indexlist.idx_round.idx_design2 .title{
border-radius:8px 8px 0 0;
}
#indexlist.idx_round.idx_design3 #index_inner{
border-radius:8px;
}
/* リストの調整 */
#indexlist li:last-child{
margin:8px 0 0px 0 !important;
}
#indexlist li.firstnode::before{
display:none !important;
}
#indexlist li.firstnode{
background-image:none !important;
}
#indexlist li li.firstnode{
margin-top:0 !important;
}
#contents #indexlist ul,#contents #indexlist ol{
margin-top:0px;
margin-bottom:8px;
opacity:1;
padding:0 !important;
left:0 !important;
}
#indexlist #index_inner>ul,#indexlist #index_inner>ol{
margin:10px 10px 10px 0px;
}
@media screen and (min-width:768px){
#indexlist #index_inner>ul,#indexlist #index_inner>ol{
margin:10px 12px 10px 5px;
}
}
#indexlist ul ul,#indexlist ul ol,#indexlist ol ul,#indexlist ol ol{
margin:0 !important;
}
#indexlist ul ol,#indexlist ol ol{
counter-reset:indexchild;
}
#indexlist li{
position:relative;
margin:8px 0 !important;
}
#indexlist ul>li,#iindexlist ol>li{
line-height:1.8;
padding-top:4px;
padding-bottom:4px;
}
#indexlist ul ul li,#indexlist ol ol li,#indexlist ol ul li,#indexlist ul ol li{
margin-left:0px !important;
font-size:92%;
font-weight:normal;
}
#indexlist ul li li li,#indexlist ol li li li{
font-size:94%;
}
#indexlist li li.firstnode{
padding-left:1.2em !important;
margin:0 !important;
}
/* 通常リストの調整 */
#contents #indexlist ul{
list-style:none !important;
margin-bottom:5px;
}
#contents #indexlist ul>li{
list-style:none !important;
padding:2px 0 2px 1.3em !important;
background-image:none !important;
}
#contents #indexlist ul>li:before{
background-image:none !important;
content:" ";
width:5px;
height:5px;
background-color:#666;
position:absolute;
left:0;
top:10px;
border-radius:50%;
border:none !important;
box-shadow:none !important;
}
#contents #indexlist ol ul>li::before,#contents #indexlist ul ul>li::before{
top:10px;
}
/* 数字付きリストの調整 */
#contents #index_inner>ol{
counter-reset:index;
}
#contents #index_inner>ol>li{
list-style:none;
position:relative;
padding:0 0 0 1.85em;
}
#contents #index_inner>ol>li::before{
counter-increment:index;
content:counter(index);
position:absolute;
left:0;
font-family:Verdana;
}
#indexlist ul ol>li,#indexlist ol ol>li{
list-style:none;
background-image:none;
padding:0 0 0 2em !important;
font-size:95%;
background-image:none !important;
}
#indexlist ul ol>li::before,#indexlist ol ol>li::before{
background:none;
color:#333;
font-size:100%;
counter-increment:indexchild;
content:counter(indexchild) ".";
font-weight:normal;
position:absolute;
top:0;
left:0 !important;
border:none;
line-height:1.8;
border-radius:0;
font-family:Verdana !important;
background-image:none !important;
box-shadow:unset !important;
}
/* 数字付きリスト-カウンター
=============================
*/
#contents #indexlist.idx_counters #index_inner>ol{
counter-reset:indexchild;
}
#contents #indexlist.idx_counters #index_inner>ol>li::before{
counter-increment:indexchild;
content:counter(indexchild);
}
#indexlist.idx_counters ul ol>li,#indexlist.idx_counters ol ol>li{
padding-left:1em !important;
}
#indexlist.idx_counters ul ol>li::before,#indexlist.idx_counters ol ol>li::before{
content:counters(indexchild,"-")". ";
width:auto !important;
position:static;
display:inline;
}
#indexlist.idx_counters ol>li>a{
display:inline;
}
/* デザイン差分1
=============================
*/
#indexlist.idx_design1{
background-color:#FFF !important;
border:solid 3px #EBEBEB;
}
#indexlist.idx_design1 #index_inner > ul > li a,#indexlist.idx_design1 #index_inner > ol > li a{
padding-bottom:8px !important;
border-bottom:dotted 1px #E7E7E7;
display:block;
}
#indexlist.idx_design1 #index_inner{
padding-top:20px;
}
#indexlist.idx_counters.idx_design1 li ol > li::before{
position:absolute;
top:0px;
font-size:0.9em;
}
#indexlist.idx_counters.idx_design1 #index_inner > ol > li > a{padding-top:2px;}
#indexlist.idx_counters.idx_design1 ol li ol > li a{margin-left:2.0em;}
#indexlist.idx_counters.idx_design1 ol li li ol > li a{margin-left:3.0em;}
#indexlist.idx_counters.idx_design1 ol li li li ol > li a{margin-left:4.0em;}
#indexlist.idx_counters.idx_design1 ol li li li li ol > li a{margin-left:5.0em;}
#indexlist.idx_counters.idx_design1 ol li.firstnode ol > li > a{margin-left:1.5em;}
#indexlist.idx_counters.idx_design1 ol li.firstnode ol > li > ol > li > a{margin-left:2.5em;}
#indexlist.idx_counters.idx_design1 ol li.firstnode ol > li > ol > li > ol > li > a{margin-left:3.5em;}
#indexlist.idx_counters.idx_design1 ul ol li > a{margin-left:0.8em;}
#indexlist.idx_counters.idx_design1 ul ol li li > a{margin-left:1.6em;}
#indexlist.idx_counters.idx_design1 ul ol li li li > a{margin-left:2.5em;}
#indexlist.idx_counters.idx_design1 ul ol li li li li > a{margin-left:3.4em;}
/* デザイン差分2
=============================
*/
#indexlist.idx_design2{
background-color:#FFF;
border:solid 1px #999;
}
#indexlist.idx_design2 .title{
background-color:#999;
color:#FFF;
display:block;
margin:0;
padding:6px 15px;
}
#indexlist.idx_design2.idx_auto .title{
padding-right:70px;
}
@media screen and (min-width:768px){
#indexlist.idx_design2 .title{
padding-right:6px;
}
#indexlist.idx_design2.idx_auto .title{
padding-right:70px;
}
}
#indexlist.idx_design2 #index_inner{
padding:0 !important;
}
#indexlist.idx_design2 #index_button{
position:absolute;
top:5px;
right:5px;
color:#FFF;
width:65px;
font-size:13px;
line-height:28px;
}
#indexlist.idx_design2 #index_button>span::before{
color:#FFF;
}
#indexlist.idx_design2 #index_inner>ul,#indexlist.idx_design2 #index_inner>ol{
margin:10px 15px 10px 20px;
}
/* デザイン差分3
=============================
*/
#indexlist.idx_design3{
border:none;
padding:12px;
}
#indexlist.idx_design3 #index_inner{
border:dashed 2px #CCC;
}
#indexlist.idx_design3 #index_inner>ul,#indexlist.idx_design3 #index_inner>ol{
margin-left:0;
}
/* デザイン差分4
=============================
*/
#indexlist.idx_design4{
position:relative;
box-shadow:0px 2px 3px rgba(0,0,0,0.2);
}
#indexlist.idx_design4 .title{
background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAYAAADTlvzyAAABVklEQVRIS9WWMTOEMRCGn6sodXSUOjo6Ov6Fn6BUGv+EUqmjU7pOSUdHR0dnHrMxEck39313N3O2S3az7+5m825GTC9rwFLh5rnldjQ9HqcVHxfAU813CbgJrANGXcpHOHkE3oDtWB83AFeAB8BzP5IAl4GjDEijl8xOfR6EevfMxHOlpH3tboD7ZJAA94B94A4YRwa1iliBA8DoryKDkwagAWlrNQzgW0rAZu0zp2a0AZzFXtcdpuwXC9C7W62U6TPudeYZCtjqUnUzB6y+n3neoa1sd5Xi+7OL/3+GQ0t6C+xmhKCfiZ6FD3WrUtL3YIxaSSUB2cRmU38ZtDcRYN8MZR2DTJKv5wJYo8C0t3iA1xGaxFsTy30Yd3UenNrKUJJwIPjMmlzaVZ6hOoP8A2hGO8BrRNQ1D9OXIn0jbJi8afLZqa06B/Gv8TQ0+t7nZvGn6QX6BbY/exehn2h7AAAAAElFTkSuQmCC");
background-repeat:no-repeat;
background-position:0 center;
padding-left:32px;
padding-top:2px;
margin-left:0;
}
#indexlist.idx_design4 #index_button{
width:68px;
}
/* 色差分-ブルー
=============================
*/
#contents #indexlist.blue ul>li:before{
background-color:#689ABC;
}
#indexlist.blue{
background-color:#F8FCFE;
border-color:#CADCE8;
}
#indexlist.idx_design2.blue{
border-color:#689ABC;
}
#indexlist.idx_design2.blue .title{
background-color:#689ABC;
}
#indexlist.idx_design3.blue #index_inner{
border-color:#A6C4D8;
}
/* 色差分-グリーン
=============================
*/
#contents #indexlist.green ul>li:before{
background-color:#7DA553;
}
#indexlist.green{
background-color:#FAFEF5;
border-color:#C7D8B6;
}
#indexlist.idx_design2.green{
border-color:#7DA553;
}
#indexlist.idx_design2.green .title{
background-color:#7DA553;
}
#indexlist.idx_design3.green #index_inner{
border-color:#C7D8B6;
}
/* 色差分-オレンジ
=============================
*/
#contents #indexlist.orange ul>li:before{
background-color:#E68E2F;
}
#indexlist.orange{
background-color:#FEFAF5;
border-color:#F8DDBC;
}
#indexlist.idx_design2.orange{
border-color:#E68E2F;
}
#indexlist.idx_design2.orange .title{
background-color:#E68E2F;
}
#indexlist.idx_design3.orange #index_inner{
border-color:#E2C5A6;
}
/* 色差分-ピンク
=============================
*/
#contents #indexlist.pink ul>li:before{
background-color:#E67D7D;
}
#indexlist.pink{
background-color:#FFF9F9;
border-color:#FFD5D5;
}
#indexlist.idx_design2.pink{
border-color:#ffa0a0;
}
#indexlist.idx_design2.pink .title{
background-color:#ffa0a0;
}
#indexlist.idx_design3.pink #index_inner{
border-color:#E2B6B6;
}
/* 色差分-シアン
=============================
*/
#contents #indexlist.cyan ul>li:before{
background-color:#8BC5C7;
}
#indexlist.cyan{
background-color:#F7FDFD;
border-color:#D5EAEA;
}
#indexlist.idx_design2.cyan{
border-color:#8BC5C7;
}
#indexlist.idx_design2.cyan .title{
background-color:#8BC5C7;
}
#indexlist.idx_design3.cyan #index_inner{
border-color:#AED7D8;
}
/* 色差分-ブラック
=============================
*/
#contents #indexlist.black ul>li:before{
background-color:#333;
}
#indexlist.black{
background-color:#F5F5F5;
border-color:#BEBEBE;
}
#indexlist.idx_design2.black{
border-color:#333;
}
#indexlist.idx_design2.black .title{
background-color:#333;
}
#indexlist.idx_design3.black #index_inner{
border-color:#999;
}
/* 色差分-レッド
=============================
*/
#contents #indexlist.red ul>li:before{
background-color:#C8320F;
}
#indexlist.red{
background-color:#FEF9F8;
border-color:#F39D94;
}
#indexlist.idx_design2.red{
border-color:#C8320F;
}
#indexlist.idx_design2.red .title{
background-color:#C8320F;
}
#indexlist.idx_design3.red #index_inner{
border-color:#EF9670;
}
/* 色差分-ネイビー
=============================
*/
#contents #indexlist.navy ul>li:before{
background-color:#6E839E;
}
#indexlist.navy{
background-color:#F2F5F8;
border-color:#ABBACB;
}
#indexlist.idx_design2.navy{
border-color:#6E839E;
}
#indexlist.idx_design2.navy .title{
background-color:#6E839E;
}
#indexlist.idx_design3.navy #index_inner{
border-color:#879CB5;
}
/* 色差分-ブラウン
=============================
*/
#contents #indexlist.brown ul>li:before{
background-color:#A17C64;
}
#indexlist.brown{
background-color:#FCFAF8;
border-color:#CDB5A6;
}
#indexlist.idx_design2.brown{
border-color:#A17C64;
}
#indexlist.idx_design2.brown .title{
background-color:#A17C64;
}
#indexlist.idx_design3.brown #index_inner{
border-color:#CDB5A6;
}
/* %entrylistStyles% */
/* 蛍光ペン(定型) */
span[class^="mky_"],font[class^="mky_"]{font-weight:bold;padding:0 2px;line-height:1.8;}
.mky_yellow{background:linear-gradient(transparent 70%,#FFEE9F 70%);}
.mky_yellow_a{background-color:#FFEE9F;}
.mky_red{background:linear-gradient(transparent 70%,#FFBFC8 70%);}
.mky_red_a{background-color:#FFBFC8;}
.mky_cyan{background:linear-gradient(transparent 70%,#C4E1E3 70%);}
.mky_cyan_a{background-color:#C4E1E3;}
.mky_green{background:linear-gradient(transparent 70%,#C5E0CA 70%);}
.mky_green_a{background-color:#C5E0CA;}
.mky_blue{background:linear-gradient(transparent 70%,#BAD3EB 70%);}
.mky_blue_a{background-color:#BAD3EB;}
.mky_pink{background:linear-gradient(transparent 70%,#FFDFEF 70%);}
.mky_pink_a{background-color:#FFDFEF;}
.mky_orange{background:linear-gradient(transparent 70%,#F8DBA7 70%);}
.mky_orange_a{background-color:#F8DBA7;}
.mky_gray{background:linear-gradient(transparent 70%,#D9D9D9 70%);}
.mky_gray_a{background-color:#D9D9D9;}
/*--------------------------------------
フォント・修飾
--------------------------------------*/
/*フォントの装飾*/
.b{ font-weight:bold!important; }/*太字*/
.normal{ font-weight:normal!important; }/*太字を解除*/
/*フォントサイズの設定*/
.big{ font-size:1.2em!important; }
.big2{ font-size:1.5em!important; }
.big3{ font-size:1.8em!important; }
.small{ font-size:0.8em!important; }
.f08em{ font-size:0.8em; }
.f09em{ font-size:0.9em; }
.f10em{ font-size:1.0em; }
.f11em{ font-size:1.1em; }
.f12em{ font-size:1.2em; }
.f13em{ font-size:1.3em; }
.f14em{ font-size:1.4em; }
.f15em{ font-size:1.5em; }
.f16em{ font-size:1.6em; }
.f17em{ font-size:1.7em; }
.f18em{ font-size:1.8em; }
.f19em{ font-size:1.9em; }
.f20em{ font-size:2.0em; }
.f21em{ font-size:2.1em; }
.f22em{ font-size:2.2em; }
.f23em{ font-size:2.3em; }
.f24em{ font-size:2.4em; }
.f25em{ font-size:2.5em; }
.f26em{ font-size:2.6em; }
.f27em{ font-size:2.7em; }
.f28em{ font-size:2.8em; }
.f29em{ font-size:2.9em; }
.f30em{ font-size:3.0em; }
.f8pt{ font-size:8.5pt; }
.f9pt{ font-size:9.0pt; }
.f10pt{ font-size:10pt; }
.f11pt{ font-size:11pt; }
.f12pt{ font-size:12pt; }
.f13pt{ font-size:13pt; }
.f14pt{ font-size:14pt; }
.f15pt{ font-size:15pt; }
.f16pt{ font-size:16pt; }
.f17pt{ font-size:17pt; }
.f18pt{ font-size:18pt; }
.f19pt{ font-size:19pt; }
.f20pt{ font-size:20pt; }
.f21pt{ font-size:21pt; }
.f22pt{ font-size:22pt; }
.f23pt{ font-size:23pt; }
.f24pt{ font-size:24pt; }
/*フォントの色設定*/
.red{ color:#e53935!important; }/*赤*/
.blue{ color:#0000dd!important; }/*青*/
.green{ color:#4caf50!important; }/*緑*/
.yellow{ color:#ffff00!important; }/*黄*/
.navy{ color:#3f51b5!important; }/*紺*/
.orange{ color:#ff9800!important; }/*橙*/
.pink{ color:#ec407a!important; }/*ピンク*/
.purple{ color:#9c27b0!important; }/*紫*/
.olive{ color:#808000!important; }/*オリーブ*/
.lime{ color:#00ff00!important; }/*黄緑*/
.aqua{ color:#00bcd4!important; }/*水色*/
.black{ color:#000!important; }/*黒*/
.gray{ color:#ccc!important; }/*灰*/
.white{ color:#fff!important; }/*白*/
.brown{ color:#6d4c33!important; }/*茶*/
.purple1{ color:#dbc900!important; }/*紫1*/
./*下線*/
.redunder{ border-bottom:solid 3px #ff0000!important; }/*赤下線*/
.redunder1{ border-bottom:solid 3px #ff0000!important; }/*赤下線*/
.blueunder{ border-bottom:solid 3px #0000dd!important; }/*青下線*/
.greenunder{ border-bottom:solid 3px #4caf50!important; }/*緑下線*/
.yellowunder{ border-bottom:solid 3px #ffff00!important; }/*黄下線*/
.navyunder{ border-bottom:solid 3px #3f51b5!important; }/*紺下線*/
.orangeunder{ border-bottom:solid 3px #ff9800!important; }/*橙下線*/
.pinkunder{ border-bottom:solid 3px #ec407a!important; }/*ピンク下線*/
.purpleunder{ border-bottom:solid 3px #9c27b0!important; }/*紫下線*/
.oliveunder{ border-bottom:solid 3px #808000!important; }/*オリーブ下線*/
.limeunder{ border-bottom:solid 3px #00ff00!important; }/*黄緑下線*/
.aquaunder{ border-bottom:solid 3px #00bcd4!important; }/*水色下線*/
.blackunder{ border-bottom:solid 3px #000!important; }/*黒下線*/
.grayunder{ border-bottom:solid 3px #ccc!important; }/*灰下線*/
.whiteunder{ border-bottom:solid 3px #fff!important; }/*白下線*/
.brownunder{ border-bottom:solid 3px #6d4c33!important; }/*茶下線*/
/*マーカー表示（背景に着色）*/
.box-yellow{ background:linear-gradient(transparent 0,#ff6 0);}/*黄*/
.box-orange{ background:linear-gradient(transparent 0,#f90 0);}/*橙*/
.box-pink{ background:linear-gradient(transparent 0,#ffccff 0);}/*ピンク*/
.box-lime{ background:linear-gradient(transparent 0,#9f9 0);}/*黄緑*/
.box-blue{ background:linear-gradient(transparent 0,#cce5ff 0);}/*ブルー*/
.box-gray{ background:linear-gradient(transparent 0,#ccc 0);}/*灰*/
.box-purple{ background:linear-gradient(transparent 0,#ce9eff 0);}/*パープル*/
/*マーカー下線表示*/
.boxu-yellow{ background:linear-gradient(transparent 60%,#ff6 60%);}/*黄*/
.boxu-orange{ background:linear-gradient(transparent 60%,#f90 60%);}/*橙*/
.boxu-pink{ background:linear-gradient(transparent 60%,#ffccff 60%);}/*ピンク*/
.boxu-lime{ background:linear-gradient(transparent 60%,#9f9 60%);}/*黄緑*/
.boxu-blue{ background:linear-gradient(transparent 60%,#cce5ff 60%);}/*ブルー*/
.boxu-gray{ background:linear-gradient(transparent 60%,#ccc 60%);}/*灰*/
.boxu-purple{ background:linear-gradient(transparent 60%,#ce9eff 60%);}/*パープル*/
/*行間の設定*/
.lh10{ line-height:1.0!important; }
.lh11{ line-height:1.1!important; }
.lh12{ line-height:1.2!important; }
.lh13{ line-height:1.3!important; }
.lh14{ line-height:1.4!important; }
.lh15{ line-height:1.5!important; }
.lh16{ line-height:1.6!important; }
.lh17{ line-height:1.7!important; }
.lh18{ line-height:1.8!important; }
.lh19{ line-height:1.9!important; }
.lh20{ line-height:2.0!important; }
/*フレックスボックスの設定*/
.flexbox000{
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
border:1px solid #ddd;
padding:0.4em;
margin:0 0 2em;
}
.flexbox000 > .box150px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 150px;
flex:1 0 150px;
margin:0.4em;
}
.flexbox000 > .box250px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 250px;
flex:1 0 250px;
margin:0.4em;
}
.flexbox000 > .box250pxq{
background:#e8dffc;
padding:1em;
-webkit-flex:1 0 250px;
flex:1 0 250px;
margin:0.4em;
}
.flexbox000 > .box300px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 300px;
flex:1 0 300px;
margin:0.4em;
}
.flexbox000 > .box350px{
background:#f4f4f4;
padding:1em;
-webkit-flex:1 0 350px;
flex:1 0 350px;
margin:0.4em;
}
.menuitem{
break-inside:avoid;
}
/*
==================================================
アフィリエイトボタン用
==================================================
*/
table.type01{ 
width:100%; 
border-collapse:collapse; 
text-align:center; vertical-align:top; 
line-height:1.5; 
} 
table.type01 td{ 
width:45%; 
padding:10px; 
vertical-align:top; 
border:1px solid #fff; 
} 
/* アフィリエイトリンクボタン */
.btn001{
width:90%;
margin:5px auto 5px auto;
padding:10px;
background:#00695c;
font-size:18px;a
color:#fff;
text-align:center;
display:block;
text-decoration:none;
}
.btn001:hover{
text-decoration:none;
color:#004d40;
background:#00796b;
}
.btn002{
margin:0 0 5px 0;
display:inline-block;
border-radius:5px;
box-shadow:0 5px #727272;
border-bottom:1px solid #d8d8d8;
}
.btn002:hover{
margin:5px 0 0 0;
box-shadow:none;
}
/* アフィリエイトリンクボタン２ */
.btn003{
width:60%;
margin:5px auto 5px auto;
padding:10px;
background:#00695c;
font-size:18px;
color:#fff;
text-align:center;
display:block;
text-decoration:none;
}
.btn003:hover{
text-decoration:none;
color:#004d40;
background:#00796b;
}
.btn004{
margin:0 0 5px 0;
display:inline-block;
border-radius:5px;
box-shadow:0 5px #727272;
border-bottom:1px solid #d8d8d8;
}
.btn004:hover{
margin:5px 0 0 0;
box-shadow:none;
}
/* アフィリエイトリンクボタン3 */
.btn005{
width:90%;
margin:5px auto 5px auto;
padding:10px;
background:#410069;
font-size:18px;
color:#fff;
text-align:center;
display:block;
text-decoration:none;
}
.btn005:hover{
text-decoration:none;
color:#41004d;
background:#7f00d4;
}
.btn006{
margin:0 0 5px 0;
display:inline-block;
border-radius:5px;
box-shadow:0 5px #727272;
border-bottom:1px solid #d8d8d8;
}
.btn006:hover{
margin:5px 0 0 0;
box-shadow:none;
}
/*考え中吹き出し */
.bln01{
position:relative;
margin:2em 0 2em 180px;
padding:15px;
background:#d5c2d5;
border-radius:30px;
}
.bln01:before{
content:"";
position:absolute;
left:-38px;
width:13px;
height:12px;
top:0;
background:#d5c2d5;
border-radius:50%;
}
.bln01:after{
content:"";
position:absolute;
left:-20px;
width:20px;
height:18px;
top:-3px;
background:#d5c2d5;
border-radius:50%;
}
.bln01 p{
margin:0;
padding:0;
} 
.bln02{
position:relative;
margin:2em 180px 2em 0;
padding:15px;
background:#d5c2d5;
border-radius:30px;
}
.bln02:before{
content:"";
position:absolute;
right:-38px;
width:13px;
height:12px;
top:0;
background:#d5c2d5;
border-radius:50%;
}
.bln02:after{
content:"";
position:absolute;
right:-20px;
width:20px;
height:18px;
top:-3px;
background:#d5c2d5;
border-radius:50%;
}
.bln02 p{
margin:0;
padding:0;
} 
.fa-gray{color:#9a70f2;}
/*--------------------------------------
ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
/* ヨメレバ・カエレバ */
.booklink-box,.kaerebalink-box{
margin:20px auto;
padding:20px;
border-radius:5px;
border:1px dashed #ccc;
overflow:hidden;
}
.booklink-image,.kaerebalink-image{
margin:0 15px 0 0 !important;
float:left;
}
.booklink-image img,.kaerebalink-image img{
margin:0 auto;
text-align:center;
}
.booklink-info,.kaerebalink-info{
margin:0;
text-align:left;
line-height:120%;
overflow:hidden;
}
.booklink-name,.kaerebalink-name{
font-size:16px;
margin-bottom:24px;
line-height:1.5em;
}
.booklink-powered-date,.kaerebalink-powered-date{
font-size:8pt;
margin-top:10px !important;
font-family:verdana;
line-height:120%;
}
.booklink-powered-date,.kaerebalink-detail{
font-size:16px;
margin-bottom:15px;
}
.booklink-link2,.kaerebalink-link1{
margin-top:10px;
}
.shoplinkamazon{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#283593;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkrakuten{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#00695c;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkkindle{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#9e9d24;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkseven{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#ad1457;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkyahoo{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#9e9d24;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkehon{
width:auto;
box-shadow:2px 5px 2px 1px #c0c0c0;
font-family:Meiryo;
border-radius:6px;
border:1px solid #ddd;
display:inline-block;
cursor:pointer;
margin:10px 2px 15px auto !important;
padding:15px 15px;
text-align:center;
float:left;
background-color:#6a1b9a;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.shoplinkamazon:hover{
background-color:#c5cae9;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkrakuten:hover{
background-color:#b2dfdb;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkkindle:hover{
background-color:#fff9c4;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkseven:hover{
background-color:#f8bbd0;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkyahoo:hover{
background-color:#fff9c4;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkehon:hover{
background-color:#e1bee7;
position:relative;
top:5px;
left:2px;
box-shadow:0 0 0 0 #c0c0c0;
}
.shoplinkamazon:active,.shoplinkrakuten:active,.shoplinkkindle:active,.shoplinkseven:active,.shoplinkyahoo:active,shoplinkehon:active{
position:relative;
top:1px;
margin-bottom:1px;
}
.shoplinkamazon a,.shoplinkrakuten a,.shoplinkyahoo a,.shoplinkkindle a,.shoplinkseven a,.shoplinkyahoo a,.shoplinkehon a{
text-decoration:none;
font-weight:400;
font-size:16px;
text-shadow:1px 1px 1px #dcdcdc;
}
.shoplinkamazon a{
color:#ffffff;
}
.shoplinkrakuten a{
color:#ffffff;
}
.shoplinkkindle a{
color:#ffffff;
}
.shoplinkseven a{
font-size:large;
color:#ffffff;
}
.shoplinkyahoo a{
font-size:large;
color:#ffffff;
}
.shoplinkehon a{
color:#ffffff;
}
.shoplinkamazon a:hover{
color:#1a237e;
}
.shoplinkrakuten a:hover{
color:#004d40;
}
.shoplinkkindle a:hover{
color:#827717;
}
.shoplinkseven a:hover{
color:#880e4f;
}
.shoplinkyahoo a:hover{
color:#827717;
}
.shoplinkehon a:hover{
color:#4a148c;
}
.booklink-footer{
clear:left;
}
 @media screen and (max-width:767px){
.booklink-box,.kaerebalink-box{
font-size:large;
}
.booklink-image,.kaerebalink-image{
float:none !important;
}
.booklink-info,.kaerebalink-info{
text-align:center;
}
.booklink-name,.kaerebalink-name{
margin-bottom:14px;
line-height:1.2em;
}
.shoplinkamazon,.shoplinkrakuten,.shoplinkkindle,.shoplinkseven,.shoplinkyahoo,.shoplinkehon{
cursor:pointer;
margin:0 auto 10px auto !important;
padding:15px 15px;
}
}
 @media (max-width:599px){
.shoplinkamazon,.shoplinkrakuten,.shoplinkkindle,.shoplinkseven,.shoplinkyahoo,.shoplinkehon{
width:100%;
}
}
/* ３カラム */
.multicol{ -moz-column-count:3; -webkit-column-count:3; column-count:3; 
 column-gap:30px;margin:1em; padding:1em 1em;
 column-fill:balance;
 column-rule:1px solid #dbc900;}
 @media (max-width:1080px){
.multicol{ -moz-column-count:2; -webkit-column-count:2; column-count:2; 
 column-gap:50px;margin:1em; padding:1em 1em;
 column-fill:balance; 
 column-rule:1px solid #dbc900;}
}
 @media (max-width:768px){
.multicol{ -moz-column-count:1; -webkit-column-count:1; column-count:1; }
}
/* ２カラム */
.multicol2{ -moz-column-count:2; -webkit-column-count:2; column-count:2; 
 column-gap:30px;margin:1em; padding:1em 1em;
 column-fill:balance;
 column-rule:1px solid #dbc900;}
 @media (max-width:768px){
.multicol2{ -moz-column-count:1; -webkit-column-count:1; column-count:1; }
}
/*文字の横位置*/
.al-l{ text-align:left; }
.al-r{ text-align:right; }
.al-c{ text-align:center; }
/*文字の縦位置*/
.vl-t{ vertical-align:top!important; }/*上寄せ*/
.vl-m{ vertical-align:middle!important; }/*中央寄せ*/
.vl-b{ vertical-align:bottom!important; }/*下寄せ*/
/*下線や取消線の設定*/
.underline{ text-decoration:underline!important; }
.del{ text-decoration:line-through; }
.noborder{ border:0!important; }/*枠線を無くす*/
/*=================================================================================
カッテネ
=================================================================================*/
.kattene{
border:1px solid rgba(0,0,0,0.1);
border-radius:25px;
padding:10px;
padding-bottom:5px;
margin-bottom:1em;
box-sizing:border-box; }
.kattene div{
margin:0;
}
.kattene__imgpart{
text-align:center; }
.kattene__imgpart img{
-webkit-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
-moz-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
-o-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
-ms-box-shadow:0px 5px 15px -5px rgba(0,0,0,0.8);
margin:0;}
.kattene__description{
font-size:0.8em; }
.kattene .kattene__btns{
width:100%;
margin-top:0.5em; }
.kattene__btns:after{
display:block;
clear:both;
height:0px;
visibility:hidden;
content:"."; }
.kattene__btns > div{
float:left;
margin-bottom:5px; }
.kattene__btns .kattene__btn{
width:100%;
padding-left:0;
padding-right:0;
 }
.kattene__btns.__three > div{
width:32.66667%; }
.kattene__btns.__three > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__two > div{
width:49.5%; }
.kattene__btns.__two > div:nth-child(odd){
margin-right:1%; }
@media screen and (max-width:900px){
.kattene__imgpart{
padding-bottom:1em; }
.kattene .kattene__btns{
margin-top:0.5em; }
.kattene__btns.__five > div{
width:49.5%; }
.kattene__btns.__five > div:nth-child(odd){
margin-right:1%; }
.kattene__btns.__five > div:last-child{
margin-right:0;
float:right; }
.kattene__btns.__four > div{
width:49.5%; }
.kattene__btns.__four > div:nth-child(odd){
margin-right:1%; }
.kattene__btns.__one > div{
width:50%;
margin-left:25%; } }
@media screen and (min-width:901px){
.kattene{
display:table;
width:100%; }
.kattene__imgpart{
display:table-cell;
width:20%;
padding-bottom:5px;
}
.kattene__infopart{
display:table-cell;
vertical-align:top;
position:relative;
padding-left:10px;
width:80%; }
.kattene .kattene__description{
margin-bottom:4em;
}
.kattene__btns{
position:absolute;
bottom:0;
box-sizing:border-box;
padding-right:10px; }
.kattene__btns.__five > div{
width:19.2%; }
.kattene__btns.__five > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__four > div{
width:24.25%; }
.kattene__btns.__four > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__two > div{
width:49.5%; }
.kattene__btns.__two > div:not(:last-child){
margin-right:1%; }
.kattene__btns.__one > div{
width:49.5%;
float:right; } }
.kattene .kattene__btn{
appearance:none;
background-color:#54c0d1;
border:0;
border-radius:0;
color:#fff;
cursor:pointer;
display:inline-block;
font-family:"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
font-size:1em;
-webkit-font-smoothing:antialiased;
font-weight:600;
line-height:1;
padding:0.75em 0;
text-decoration:none;
transition:background-color 150ms ease;
user-select:none;
vertical-align:middle;
white-space:nowrap; }
.kattene__btn:hover,.kattene__btn:focus{
background-color:#439aa7;
color:#fff; }
.kattene__btn:disabled{
cursor:not-allowed;
opacity:0.5; }
.kattene__btn:disabled:hover{
background-color:#54c0d1; }
.kattene__btn.__small{
padding:0.55em;
font-size:0.9em; }
.kattene__btn.__orange{
background-color:#FF9901;
-webkit-box-shadow:0 5px 0 #cc7a01;
-moz-box-shadow:0 5px 0 #cc7a01;
box-shadow:0 5px 0 #cc7a01;
-o-box-shadow:0 5px 0 #cc7a01;
-ms-box-shadow:0 5px 0 #cc7a01;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__orange:hover{
color:#cc7a01;
border:double 1px #cc7a01;
background-color:#fff; }
.kattene__btn.__orange i{
font-weight:bold; }
.kattene__btn.__orange i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__blue{
background-color:#007dcd;
-webkit-box-shadow:0 5px 0 #0064a4;
-moz-box-shadow:0 5px 0 #0064a4;
box-shadow:0 5px 0 #0064a4;
-o-box-shadow:0 5px 0 #0064a4;
-ms-box-shadow:0 5px 0 #0064a4;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__blue:hover{
color:#0064a4;
border:double 1px #0064a4;
background-color:#fff; }
.kattene__btn.__blue i{
font-weight:bold; }
.kattene__btn.__blue i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__red{
background-color:#c20004;
-webkit-box-shadow:0 5px 0 #9b0003;
-moz-box-shadow:0 5px 0 #9b0003;
box-shadow:0 5px 0 #9b0003;
-o-box-shadow:0 5px 0 #9b0003;
-ms-box-shadow:0 5px 0 #9b0003;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__red:hover{
color:#9b0003; 
border:double 1px #9b0003; 
background-color:#fff; }
.kattene__btn.__red i{
font-weight:bold; }
.kattene__btn.__red i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__green{
background-color:#0BBD80;
-webkit-box-shadow:0 5px 0 #099766;
-moz-box-shadow:0 5px 0 #099766;
box-shadow:0 5px 0 #099766;
-o-box-shadow:0 5px 0 #099766;
-ms-box-shadow:0 5px 0 #099766;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__green:hover{
color:#099766;
border:double 1px #099766;
background-color:#fff; }
.kattene__btn.__green i{
font-weight:bold; }
.kattene__btn.__green i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
.kattene__btn.__pink{
background-color:#e1325b;
-webkit-box-shadow:0 5px 0 #b42849;
-moz-box-shadow:0 5px 0 #b42849;
box-shadow:0 5px 0 #b42849;
-o-box-shadow:0 5px 0 #b42849;
-ms-box-shadow:0 5px 0 #b42849;
margin-bottom:5px;
border-radius:25px;
text-align:center; }
.kattene__btn.__pink:hover{
color:#b42849; 
border:double 1px #b42849; 
background-color:#fff; }
.kattene__btn.__pink i{
font-weight:bold; }
.kattene__btn.__pink i:before{
vertical-align:middle;
font-size:1.2em;
margin-right:0.2em; }
/*/////////////////////////////////////////////////
//吹き出しのパターン色々
//”https://nakox.jp/web/coding/balloon_pattern_css#outline__6”//
/////////////////////////////////////////////////*/
.balloon__contener{
clear:both;
width:100%;
padding:10px 0;
}
.balloon__contener:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
.balloon__contener figure{
width:60px;
position:absolute;
padding:0;
margin:0;
top:0;
/* 正方形を用意 */
}
.balloon__contener figure img{
border-radius:50%;
width:60px;
height:60px;
border:solid 1px #dddddd;
}
.balloon__contener figure figcaption{
color:#000000;
width:60px;
position:absolute;
top:63px;
text-align:center;
font-size:70%;
line-height:100%;
}
.balloon__contener .balloon__left{
width:100%;
position:relative;
display:block;
max-width:80%;
clear:both;
}
.balloon__contener .balloon__left figure{
left:0;
}
.balloon__contener .balloon__left .balloon_thinking{
margin-left:100px;
position:relative;
padding:20px;
border-radius:10px;
background-color:#F2EDD0;
}
.balloon__contener .balloon__left .balloon_thinking:before{
content:"";
position:absolute;
left:-38px;
width:13px;
height:12px;
top:10px;
background:#F2EDD0;
border-radius:50%;
}
.balloon__contener .balloon__left .balloon_thinking:after{
content:"";
position:absolute;
left:-24px;
width:20px;
height:18px;
top:13px;
background:#F2EDD0;
border-radius:50%;
}
.balloon__contener .balloon__left .balloon__text{
margin-left:80px;
position:relative;
padding:20px;
border-radius:10px;
background-color:#F2EDD0;
}
.balloon__contener .balloon__left .balloon__text::after{
content:"";
position:absolute;
display:block;
width:0;
height:0;
left:-10px;
top:12px;
border-right:15px solid #F2EDD0;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
}
.balloon__contener .balloon__right{
width:100%;
position:relative;
display:block;
float:right;
max-width:80%;
clear:both;
}
.balloon__contener .balloon__right figure{
right:0;
}
.balloon__contener .balloon__right .balloon_thinking{
margin-right:100px;
position:relative;
padding:20px;
border-radius:10px;
background-color:#eeeeee;
}
.balloon__contener .balloon__right .balloon_thinking:before{
content:"";
position:absolute;
right:-38px;
width:13px;
height:12px;
top:10px;
background:#eeeeee;
border-radius:50%;
}
.balloon__contener .balloon__right .balloon_thinking:after{
content:"";
position:absolute;
right:-24px;
width:20px;
height:18px;
top:13px;
background:#eeeeee;
border-radius:50%;
}
.balloon__contener .balloon__right .balloon__text{
margin-right:80px;
position:relative;
padding:20px;
border-radius:10px;
background-color:#eeeeee;
}
.balloon__contener .balloon__right .balloon__text::after{
content:'';
position:absolute;
display:block;
width:0;
height:0;
right:-10px;
top:12px;
border-left:15px solid #eeeeee;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
}
.balloon__contener.bg__purple .balloon_thinking,.balloon__contener.bg__purple .balloon__text,.balloon__contener.bg__purple figure img{
background:#513961;
}
.balloon__contener.bg__purple .balloon_thinking:before{
background:#513961;
}
.balloon__contener.bg__purple .balloon_thinking:after{
background:#513961;
}
.balloon__contener.bg__purple .balloon__right .balloon__text:after{
border-left:15px solid #513961;
}
.balloon__contener.bg__purple .balloon__left .balloon__text:after{
border-right:15px solid #513961;
}
.balloon__contener.bg__pink .balloon_thinking,.balloon__contener.bg__pink .balloon__text,.balloon__contener.bg__pink figure img{
background:#F52F6C;
}
.balloon__contener.bg__pink .balloon_thinking:before{
background:#F52F6C;
}
.balloon__contener.bg__pink .balloon_thinking:after{
background:#F52F6C;
}
.balloon__contener.bg__pink .balloon__right .balloon__text:after{
border-left:15px solid #F52F6C;
}
.balloon__contener.bg__pink .balloon__left .balloon__text:after{
border-right:15px solid #F52F6C;
}
.balloon__contener.bg__green .balloon_thinking,.balloon__contener.bg__green .balloon__text,.balloon__contener.bg__green figure img{
background:#11C2BA;
}
.balloon__contener.bg__green .balloon_thinking:before{
background:#11C2BA;
}
.balloon__contener.bg__green .balloon_thinking:after{
background:#11C2BA;
}
.balloon__contener.bg__green .balloon__right .balloon__text:after{
border-left:15px solid #11C2BA;
}
.balloon__contener.bg__green .balloon__left .balloon__text:after{
border-right:15px solid #11C2BA;
}
.balloon__contener.bg__orenge .balloon_thinking,.balloon__contener.bg__orenge .balloon__text,.balloon__contener.bg__orenge figure img{
background:#F5594E;
}
.balloon__contener.bg__orenge .balloon_thinking:before{
background:#F5594E;
}
.balloon__contener.bg__orenge .balloon_thinking:after{
background:#F5594E;
}
.balloon__contener.bg__orenge .balloon__right .balloon__text:after{
border-left:15px solid #F5594E;
}
.balloon__contener.bg__orenge .balloon__left .balloon__text:after{
border-right:15px solid #F5594E;
}
.balloon__contener.color__purple .balloon_thinking,.balloon__contener.color__purple .balloon__text{
color:#513961;
}
.balloon__contener.color__pink .balloon_thinking,.balloon__contener.color__pink .balloon__text{
color:#F52F6C;
}
.balloon__contener.color__orenge .balloon_thinking,.balloon__contener.color__orenge .balloon__text{
color:#F5594E;
}
.balloon__contener.color__green .balloon_thinking,.balloon__contener.color__green .balloon__text{
color:#11C2BA;
}
.balloon__contener.color__white .balloon_thinking,.balloon__contener.color__white .balloon__text{
color:white;
}
.balloon__contener.bg__kangae .balloon_thinking,.balloon__contener.bg__kangae .balloon__text,.balloon__contener.bg__kangae figure img{
background:#d5c2d5;
}
.balloon__contener.bg__kangae .balloon_thinking:before{
background:#d5c2d5;
}
.balloon__contener.bg__kangae .balloon_thinking:after{
background:#d5c2d5;
}
.balloon__contener.bg__kangae .balloon__right .balloon__text:after{
border-left:15px solid #d5c2d5;
}
.balloon__contener.bg__kangae .balloon__left .balloon__text:after{
border-right:15px solid #d5c2d5;
}
@media only screen and (max-width:767px){
.balloon__contener .balloon__left,.balloon__contener .balloon__right{
max-width:100%;
}
}
/*/////////////////////////////////////////////////
//付箋//
/////////////////////////////////////////////////*/
.fusen.tag{
display:inline-block;
text-decoration:none;
padding:0.15rem;
background:#f7f7f7;
border-left:solid 6px #efcc4c;
color:#efcc4c;
font-weight:bold;
box-shadow:5px 5px 5px rgba(0,0,0,0.22);
}
.fusen.green{
border-left-color:#58ad5a;
color:#58ad5a;
}
.fusen.blue{
border-left-color:#5bb1fc;
color:#5bb1fc;
}
.fusen.purple{
border-left-color:#7e5bfc;
color:#7e5bfc;
}
.fusen.red{
border-left-color:#ff3c3c;
color:#ff3c3c;
}
.fusen1.tag{
display:inline-block;
text-decoration:none;
padding:1rem;
background:#ffffbb;
color:#000;
font-weight:bold;
box-shadow:5px 5px 5px rgba(0,0,0,0.22);
}
.fusen0.tag{
display:inline-block;
text-decoration:none;
padding:0.15rem;
background:#ffffbb;
color:#000;
font-weight:bold;
box-shadow:5px 5px 5px rgba(0,0,0,0.22);
}
.mondai1{
display:inline-block;
text-decoration:none;
padding:1rem;
background:#ffffbb;
color:#ffffbb;
font-weight:bold;
box-shadow:5px 5px 5px rgba(0,0,0,0.22);
}
.mondai1:hover{
background-color:#fff;
color:#000;
box-shadow:5px 5px 5px rgba(0,0,0,0.0);
}
.mondai0{
font-size:18px;
background-color:#000000;
color:#000000;
padding:0.3rem;
line-height:1.3em;
}
.mondai0:hover{
background-color:#fff;
color:#000;
}
body,footer,#footer,#footer > div{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;font-weight:normal;}
h1,h2,h3,h4,h5,h6,.title,dt,h3 > span,h4 > span,h5 > span,h6 > span,.title > span,div[id$="menu"] h4,div[id$="menu"] .title,#indexlist .title{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif !important;font-weight:bold;}
#entrylist h4,#entrylist h4::before{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;font-weight:normal;}
.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10,.point,.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif !important;font-weight:bold;}
#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;font-weight:normal;}
.point:empty{height:32px}
.img-lb{display:contents;}.logo-horizon .logotext{display:none;}
/* fixImageStyles */
.img-center{text-align:center;max-width:100%;height:auto;}
.img-center img{max-width:100%;height:auto;margin:8px auto}
span.img-center{display:block;text-align:center;}
table.rank-table td .img-center{text-align:left !important;}