@charset "UTF-8";
.img-gallerybox{
display:flex;
justify-content:space-evenly;
margin:16px 0;
flex-wrap:wrap;
}
.img-gallerybox > a{
 display:inline-block;
 text-align:center;
 min-width:100px;
 margin:16px 8px;
}
.img-gallerybox > a img{
 width:100%;
}
.txt-userstyle{
display:block;
padding:24px 4%;
position:relative;
box-sizing:border-box;
z-index:0;
}
.txt-userstyle h2:not([class]),.txt-userstyle h3:not([class]),.txt-userstyle h4:not([class]),.txt-userstyle h5:not([class]),.txt-userstyle h6:not([class]){
color:unset;
background:unset;
border:unset;
margin:10px 0;
padding:0;
margin-bottom:10px;
}
.txt-userstyle h2:not([class])::before,.txt-userstyle h3:not([class])::before,.txt-userstyle h4:not([class])::before,.txt-userstyle h5:not([class])::before,.txt-userstyle h6:not([class])::before,.txt-userstyle h2:not([class])::after,.txt-userstyle h3:not([class])::after,.txt-userstyle h4:not([class])::after,.txt-userstyle h5:not([class])::after,.txt-userstyle h6:not([class])::after{
content:unset;
display:none;
}
.txt-userstyle.bg_image{
min-height:20vh;
}
.txt-userstyle.bg_image::before{
content:"";
display:block;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:-1;
}
.txt-userstyle.bg_image{
font-weight:700;
background-size:cover;
}
.txt-userstyle.txt-align-left{
text-align:left;
}
.txt-userstyle.txt-align-right{
text-align:right;
}
.txt-userstyle.txt-align-center{
text-align:center;
}
.txt-userstyle.txt-flex-center{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
flex-direction:column;
}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.menu-icon *{
 display:inline-block !important;
}
:not(.qa-accordion) .answer1{
margin-bottom:24px;
}
body,section,.auto-reset{
counter-reset:autonumber;
}
.point-auto{
font-size:1.2em;
font-weight:700;
}
.point-auto::before{
content:counter(autonumber)".";
counter-increment:autonumber;
display:inline-block;
position:relative;
color:var(--clr-accent,#0268cc);
font-size:1.5em;
font-weight:700;
text-align:left;
vertical-align:baseline;
line-height:1.7em;
margin-right:10px;
}
.txt-left{text-align:left;}
.txt-center{text-align:center;}
.txt-right{text-align:right}
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,img.fr-fic.fr-dii.fr-fil{margin:0 16px 10px 0;float:left;}
.txt-img img.image-right,img.image-right,img.fr-fic.fr-dii.fr-fir{margin:0 0 10px 16px;float:right;}
.txt-img img.image-center,img.image-center,img.fr-fic.fr-dib{margin:10px auto;display:block;}
[style*="text-align:left"] > .image-center,[style*="text-align:left"] >.fr-fic.fr-dib{margin-left:0}
[style*="text-align:right"] > .image-center,[style*="text-align:right"] >.fr-fic.fr-dib{margin-right:0}
img.image-block-left{display:block;margin:10px auto 10px 0;}
img.image-block-right{display:block;margin:10px 0 10px auto;}
.img-center .image-left,.img-center .image-right{margin:auto;}
.timg-c{margin-bottom:16px;}
@media screen and (min-width:768px){
.txt-img.timg-r,.txt-img.timg-l{
max-width:50%;
padding:0 16px;
}
}
span.fr-video{display:table;margin:auto;}
span.fr-video.fr-fvl{margin-left:0;float:none;}
span.fr-video.fr-fvr{margin-right:0;float:none;}
.img-full,.img-full > img{width:100%}
.img-w100{width:100px;}
.img-w150{width:150px;}
.img-w200{width:200px;}
.img-w300{width:300px;}
.img-w400{width:400px;}
.img-w500{width:500px;}
.img-w600{width:600px;}
.img-full{width:100%;margin:1em 0;}
h2 + .img-full,h3 + .img-full{margin-top:5px;}
.img-circle{
object-fit:cover;
border-radius:50%;
}
.img-shadow{
filter:drop-shadow(3px 3px 5px rgba(0,0,0,0.3));
}
.img-round{
border-radius:16px;
}
.img-photo{
padding:8px;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #c2c2c2;
border-right:1px solid #c2c2c2;
box-shadow:3px 3px 8px rgba(0,0,0,.2);
background:#fff;
box-sizing:border-box;
}
.img-flex,.img-flex2{
display:flex;
}
.img-flex img,.img-flex2 img,.img-flex p,.img-flex2 p{
box-sizing:border-box;
margin:0 8px;
}
.img-flex br,.img-flex2 br{display:none;}
.img-flex p,.img-flex2 p{display:flex;}
@media (max-width:480px){
 .img-flex2 p{display:block;}
 .img-flex2 p > img{margin:8px 0;}
}
.clear{clear:both;height:1px;line-height:1px;}
@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%;}
}
img.fr-fir+br,img.fr-fil+br,img.image-left+noscript+br,img.image-right+noscript+br,img.image-left+br,img.image-right+br{
 display:none;
}
.question1,.question2{
font-weight:700;
}
.annotation{
 padding:16px;
 margin:1em 0;
 font-size:0.875em;
 line-height:1.8;
 background-color:#f8f8f8;
 border-left:solid 2px #dbdbdb;
 color:#666;
}
.float-left2 img{float:left ;margin:0 8px 8px 0;}
.float-right2 img{float:right ;margin:0 0 8px 8px;}
div.table-wrap{
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}
table{
margin-bottom:8px;
border-collapse:separate;
border-spacing:0;
border-color:#ddd;
box-sizing:border-box;
}
table caption{
margin-bottom:1rem;
color:#999;
}
table th,table td{
min-width:110px;
text-align:center;
padding:0.5em 1em;
border-style:solid;
border-width:0 1px 1px 0;
border-color:#ddd;
position:relative;
z-index:0;
}
@media screen and (max-width:480px){
table th,table td{
min-width:64px;
}
}
table th{
background-color:#fafafa;
}
table td{
background-color:#fff;
}
table thead th{
line-height:1.5;
}
table tr:first-child > *{
border-top-width:1px;
}
table thead + tbody tr:first-child > *{
border-top-width:0;
}
table tr > *:first-child{
border-left-width:1px;
}
table tr th:first-child{
z-index:1;
}
table.table-w100{
width:100%;
}
table.th1fix tbody th:first-child,table.th1fix thead th.table-thblank{
position:-webkit-sticky;
position:sticky;
left:0;
}
table.table-fontsmall th,table.table-fontsmall td,div.table-fontsmall th,div.table-fontsmall td{
 font-size:clamp(12px,calc(0.75rem + ((1vw - 4.8px) * 0.2088)),14px);
}
#contents div[class*="box"] > div[class^="point"]:first-child,#contents div[class*="box"]:not([class^="rankbox"]) > div[class^="rank"]:first-child,#contents div[class*="box"] > h2:first-child,#contents div[class*="box"] > h3:first-child,#contents div[class*="box"] > h4:first-child,#contents div[class*="box"] > h5:first-child,#contents div[class*="box"] > h6:first-child{
margin-top:8px;
}
#contents div[class*="box"] > div[class^="point"]:last-child,#contents div[class*="box"]:not([class^="rankbox"]) > div[class^="rank"]:last-child,#contents div[class*="box"] > h2:last-child,#contents div[class*="box"] > h3:last-child,#contents div[class*="box"] > h4:last-child,#contents div[class*="box"] > h5:last-child,#contents div[class*="box"] > h6:last-child{
margin-bottom:8px;
}
#contents div[class*="box"]:not(.menubox):not(.menubox2) > ul,#contents div[class*="box"]:not(.menubox):not(.menubox2) > ol{
margin-top:4px;
margin-bottom:4px;
}
#contents .alert > *:first-child,#contents .accept > *:first-child,#contents .attention > *:first-child,#contents .thint > *:first-child{
 margin-top:0;
}
#contents .alert > *:last-child,#contents .accept > *:last-child,#contents .attention > *:last-child,#contents .thint > *:last-child{
margin-bottom:0;
}
#contents .txt-border> *:first-child,#contents .txt-grayback .body > *:first-child,#contents .txt-colorback .body > *:first-child,#contents .txt-frame > *:first-child,#contents .txt-colorframe > *:first-child,#contents .txt-rndbox .body > *:first-child,#contents .txt-decbox1 .body > *:first-child,#contents .txt-decbox2 .body > *:first-child{
margin-top:0;
}
#contents .txt-border> *:last-child,#contents .txt-grayback .body > *:last-child,#contents .txt-colorback .body > *:last-child,#contents .txt-frame > *:last-child,#contents .txt-colorframe > *:last-child,#contents .txt-rndbox .body > *:last-child,#contents .txt-decbox1 .body > *:last-child,#contents .txt-decbox2 .body > *:last-child{
margin-bottom:0;
}
div,p,span,li{word-wrap :break-word;overflow-wrap :break-word;}
td,th{word-break:break-all ;}
a:not([href]){text-decoration:none;}
table td p,table th p{text-align:inherit;}
#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;}
.txt-body::after{content:"";display:block;clear:both;}
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:visible;
}
h4{
clear:none;
}
ul,ol{
overflow:hidden;
}
.lbg{
line-height:140%;
}
.point:not([data-point]){
padding:.3125em 0 .3125em 4.125em;
font-weight:bold;
line-height:1.5;
overflow:hidden;
position:relative;
}
.point:not([data-point])::before{
background-color:#fc6a74;
border-radius:.3em;
color:#fff;
display:inline-block;
line-height:1;
font-family:Arial;
font-size:.75em;
padding:.3333em .5833em;
content:'CHECK';
position:absolute;
top:.25em;
left:0;
z-index:1;
}
.point:not([data-point])::after{
background-color:#fc6a74;
box-sizing:border-box;
content:'';
display:block;
position:absolute;
top:1.1875em;
left:1.5em;
width:.875em;
height:.625em;
clip-path:path('M0 .2V0h9.4v.5c0 1.7.7 5 4.7 9.5C10.6 8.6 4.2 5.5 0 .2z');
}
.ylw{
background-color:#FFE566;
font-weight:bold;
padding:2px;
}
h1,h2,h3,h4,h5,h6{
overflow:hidden;
}
h1,h2,h3{
clear:both;
}
.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,.grnbox,.pnkbox,.blubox,.brwbox,.cynbox{
padding:1.5em;
margin-top:1em;
margin-bottom:1em;
clear:both;
overflow:hidden;
}
.graybg{
background-color:#F8F8F8;
}
.grayline{
background-color:#fff;
border:4px solid #ededed;
box-shadow:0px 0px 5px #bbb inset;
margin:20px 0;
padding:20px;
}
.dottbox{
border:dashed 2px #E0E0E0;
box-shadow:none;
}
.nmlbox{
border:2px solid #E0E0E0;
}
.ylwbox{
background-color:#fffbef;
border:2px solid #f7e4b1;
}
.grnbox{
background-color:#f7fcf5;
border:2px solid #b7d8ac;
}
.blubox{
background-color:#f6fafe;
border:2px solid #c9d9ec;
}
.brwbox{
background-color:#f8f6f5;
border:2px solid #ddd2ce;
}
.pnkbox{
background-color:#fff9fe;
border:2px solid #ecd0e7;
}
.cynbox{
background-color:#f5fcfa;
border:2px solid #c2ddd5;
}
.rnd1{
padding:15px;
margin:15px auto 15px auto;
}
.rnd1{
position:relative;
padding:15px;
margin:15px auto 15px auto;
border-radius:12px;
}
.rbox1,.rbox2,.rbox3,.rbox4{
overflow:hidden;
}
.rbox1{
background-color:#F8F8F8;
border:1px solid #E0E0E0;
}
.rbox2{
background-color:#FFF;
border:2px solid #f0bb5a;
}
.rbox3{
background-color:#FFF;
}
.rbox4{
background-color:#F8F8F8;
}
.shadow1,.shadow2,.shadow3{
padding:15px;
margin:15px auto 15px auto;
}
.shadow1{
box-shadow:0px 2px 10px rgba(0,0,0,0.1);
}
.shadow2{
box-shadow:0px 0px 5px rgba(0,0,0,0.17);
}
.border1,.border2,.border3,.borderdot,.borderdot2,.borderdouble{
margin:10px 0;
padding:0px;
line-height:1px;
height:1px;
overflow:hidden;
}
.border1{
border-bottom:solid 1px #999;
}
.border2{
border-bottom:solid 1px #ca3659;
}
.border3{
border-bottom:solid 1px #4473b1;
}
.borderdot{
border-top:dotted 1px #999;
}
.borderdot2{
border-top:dotted 2px #999;
}
.borderdouble{
border-top:double 3px #999;
}
.hd,.hd:hover,.hd:visited{
color:#333;
text-decoration:none;
}
.layout_box{
display:table;
width:100%;
table-layout:fixed;
border-collapse:separate;
}
.layout_box .layout_l,.layout_box .layout_r{
display:table-cell;
float:none ;
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;
}
@media screen and (max-width:640px){
.responsive.layout_box{
display:block;
}
.responsive.layout_box .layout_l,.responsive.layout_box .layout_r{
display:block ;
width:100% !important;
margin:5px 0;
}
}
.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%;
}
.gmap-wrap{
max-width:100%;
margin:16px auto;
}
.wrapper{
margin:auto;
padding:50px;
}
video{
display:block;
margin:16px auto;
max-width:100%;
}
.obj-center{
display:block;
margin-left:auto;
margin-right:auto;
}
.obj-left{
display:block;
margin-left:0;
margin-right:auto;
}
.obj-right{
display:block;
margin-left:auto;
margin-right:0;
}
.headerimg-img::before{
pointer-events :none;
}
.tcolumn1,.tcolumn2,.tcolumn3,.tcolumn4,.tcolumn5{
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){
.pc_contents{display:none;}
.sp_contents{display:block;}
}
table.borderless,table.borderless td,table.borderless th{
border:none ;
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 ;
}
@media screen and (min-width:768px){
.scroll_table{
overflow:hidden;
white-space:normal;
}
.scroll_table table{
table-layout:fixed ;
}
}
ul[class][class^="li-"],ol[class][class^="ol-"]{
line-height:1.5;
margin-top:1em;
margin-bottom:1em;
list-style:none;
padding-left:calc(40px - 1.25em);
}
ul[class][class^="li-"] li,ol[class][class^="ol-"] li{
margin:.5em 0;
}
.li-check li{
position:relative;
padding-left:1.25em;
}
.li-check li::before{
background-image:url(./img/li_check.svg);
background-position:center;
background-repeat:no-repeat;
background-size:0.8125em auto;
content:'';
position:absolute;
left:0;
width:1em;
height:1.5em;
}
.ol-circle{
counter-reset:number;
}
.ol-circle li{
position:relative;
padding:0 0 0 1.75em;
}
.ol-circle li::before{
content:counter(number);
counter-increment:number;
background-color:#0268cc;
border-radius:50%;
display:inline-block;
position:absolute;
top:0;
left:0;
color:#fff;
font-size:0.8125em;
font-weight:700;
text-align:center;
vertical-align:middle;
line-height:1.69231em;
width:1.69231em;
height:1.69231em;
}
.txt-border{
background-color:#fff;
background-image:linear-gradient(90deg,rgba(255,255,255,0) 50%,white 50%),linear-gradient(180deg,rgba(190,190,190,0) 97.91666%,#bebebe,97.91666%,#bebebe 100%);
background-repeat:repeat-x,repeat-y;
background-size:.375em 100%,100% 3em;
line-height:3;
padding:0 1.5em;
}
.txt-grayback{
background-color:#f5f5f5;
padding:clamp(24px,6.66667vw,36px);
}
.txt-colorback{
background-color:#fffbe8;
padding:clamp(24px,6.66667vw,36px);
}
.txt-frame{
background-color:#fff;
border:8px solid #e6e6e6;
padding:clamp(24px,6.66667vw,36px);
}
.txt-colorframe{
background-color:#fff;
border:8px solid #ffe99c;
padding:clamp(24px,6.66667vw,36px);
}
.txt-rndbox{
background-color:#f5f5f5;
border-radius:28px;
padding:clamp(28px,7.77778vw,40px);
}
.txt-rndbox .top,.txt-rndbox .bottom{
line-height:0;
}
.txt-decbox1{
background-color:#f8f6e9;
box-shadow:0 0 0 clamp(7px,1.94445vw,14px) #f8f6e9 inset,0 0 0 clamp(8px,2.22223vw,15px) #d2c8b2 inset;
padding:clamp(32px,8.88889vw,58px) clamp(36px,10vw,62px);
position:relative;
z-index:0;
}
.txt-decbox1::before{
border:clamp(49px,13.61112vw,98px) solid transparent;
border-image:url(./img/decbox1.png) 196 round;
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:-1;
}
.txt-decbox1 .top *{
margin-top:0;
}
.txt-decbox1 .bottom{
line-height:0;
}
.txt-decbox2{
background:url(./img/decbox2.jpg) repeat left top/160px auto;
padding:clamp(36px,10vw,52px) clamp(40px,11.11112vw,56px);
position:relative;
z-index:0;
}
.txt-decbox2::before{
background:#fff;
content:'';
position:absolute;
top:clamp(12px,3.33334vw,16px);
left:clamp(12px,3.33334vw,16px);
right:clamp(12px,3.33334vw,16px);
bottom:clamp(12px,3.33334vw,16px);
z-index:-1;
}
.txt-decbox2 .top *{
margin-top:0;
}
.txt-decbox2 .bottom{
line-height:0;
}
.user-block{
padding:1.5em;
}
.flex-box{
display:flex;
justify-content:center;
flex-direction:column;
}
.flex-box > *{
margin-bottom:8px;
}
@media screen and (min-width:480px){
.flex-box{
display:flex;
align-items:center;
flex-direction:row;
justify-content:center;
width:100%;
max-width:100%;
box-sizing:border-box;
}
.flex-box > *{
margin-left:1%;
margin-right:1%;
}
.b-right.flex-box{
 justify-content:flex-end;
 align-items:flex-end;
}
.b-left.flex-box{
 justify-content:flex-start;
 align-items:flex-start;
}
}
.grid{
margin:var(--margin-component) 0;
display:grid;
gap:var(--margin-component);
grid-template-rows:max-content;
place-items:center;
}
.grid .grid-item{
max-width:100%;
}
@media (max-width:959px){
.grid[data-grid-sp-column*="col2"]{
grid-template-columns:repeat(2,1fr);
}
.grid[data-grid-sp-column*="col3"]{
grid-template-columns:repeat(3,1fr);
}
.grid[data-grid-sp-column*="col4"]{
grid-template-columns:repeat(4,1fr);
}
.grid[data-grid-sp-column*="col5"]{
grid-template-columns:repeat(5,1fr);
}
}
@media (min-width:960px){
.grid[data-grid-column*="col2"]{
grid-template-columns:repeat(2,1fr);
}
.grid[data-grid-column*="col3"]{
grid-template-columns:repeat(3,1fr);
}
.grid[data-grid-column*="col4"]{
grid-template-columns:repeat(4,1fr);
}
.grid[data-grid-column*="col5"]{
grid-template-columns:repeat(5,1fr);
}
}
@media (max-width:959px){
.grid[data-grid-sp-column*="col2"][data-grid-sp-column*="arrow"]{
grid-template-columns:repeat(2,1fr auto);
}
.grid[data-grid-sp-column*="col3"][data-grid-sp-column*="arrow"]{
grid-template-columns:repeat(3,1fr auto);
}
.grid[data-grid-sp-column*="col4"][data-grid-sp-column*="arrow"]{
grid-template-columns:repeat(4,1fr auto);
}
.grid[data-grid-sp-column*="col5"][data-grid-sp-column*="arrow"]{
grid-template-columns:repeat(5,1fr auto);
}
}
@media (min-width:960px){
.grid[data-grid-column*="col2"][data-grid-column*="arrow"]{
grid-template-columns:repeat(2,1fr auto);
}
.grid[data-grid-column*="col3"][data-grid-column*="arrow"]{
grid-template-columns:repeat(3,1fr auto);
}
.grid[data-grid-column*="col4"][data-grid-column*="arrow"]{
grid-template-columns:repeat(4,1fr auto);
}
.grid[data-grid-column*="col5"][data-grid-column*="arrow"]{
grid-template-columns:repeat(5,1fr auto);
}
}
.figure{
margin:1em 0;
text-align:center;
position:relative;
}
.figcaption{
font-size:.875em;
line-height:1.4;
text-align:left;
padding-top:1em;
}
.figcaption-title{
font-size:1.28571em;
font-weight:700;
line-height:1.4;
margin-bottom:8px;
text-align:center;
}
@media screen and (min-width:641px){
.figure[data-figure-horizontal*="true"]{
display:flex;
justify-content:center;
flex-direction:row;
}
.figure[data-figure-horizontal*="true"] > img,.figure[data-figure-horizontal*="true"] .figure-link img{
flex-shrink:0;
max-width:48%;
object-fit:cover;
}
.figure[data-figure-horizontal*="true"] .figure-link{
display:contents;
}
.figure[data-figure-horizontal*="true"] .figcaption{
flex-grow:1;
display:flex;
justify-content:center;
flex-direction:column;
padding:0 0 0 4%;
}
.figure[data-figure-horizontal*="true"] .figcaption-title{
text-align:left;
}
.figure[data-figure-horizontal*="true"][data-figure-reverse*="true"] img{
order:1;
}
.figure[data-figure-horizontal*="true"][data-figure-reverse*="true"] .figcaption{
padding:0 4% 0 0;
}
}
@media screen and (max-width:640px){
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"]{
display:flex;
justify-content:center;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"] > img,.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"] .figure-link img{
flex-shrink:0;
max-width:48%;
object-fit:cover;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"] .figure-link{
display:contents;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"] .figcaption{
flex-grow:1;
display:flex;
justify-content:center;
flex-direction:column;
padding:0 0 0 4%;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"] .figcaption-title{
text-align:left;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"][data-figure-reverse*="true"] img{
order:1;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"][data-figure-reverse*="true"] .figcaption{
padding:0 4% 0 0;
}
}
.ninja_onebutton_output_overlay .line,.ninja_onebutton_output_responsive .line{background:#00c300 ;}
.ninja_onebutton_output_overlay .hatena,.ninja_onebutton_output_responsive .hatena{background:#008fde ;}
.ninja_onebutton_output_overlay .twitter,.ninja_onebutton_output_responsive .twitter{background-color:#55acee ;}
.ninja_onebutton_output_overlay .facebook,.ninja_onebutton_output_responsive .facebook{background-color:#3b5998 ;}
pre{
font-family:monospace,monospace;
font-size:1em;
margin:1em 0;
word-wrap:normal;
}
code{
font-family:"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
font-size:1em;
display:inline-block;
padding:0.1em 0.25em; 
color:#444;
background-color:#e7edf3;
border:solid 1px #d6dde4;
}
pre code,code.code-block{
display:block;
padding:20px;
background-color:#e7edf3;
border:solid 1px #d6dde4;
overflow:auto;
margin:1em 0;
-webkit-overflow-scrolling:touch;
}
.lum-lightbox{
z-index:9999;
}
@media screen and (max-width:480px){
.lum-lightbox-inner img{
max-width:180vw !important;
max-height:100vh !important;
}
}
.snsbox{
margin:8px auto;
}
#topmenu a{
cursor:pointer;
}
.rslide-wrap{
height:200px;
}
.rankbox-slider img{
width:auto;
height:200px;
}
.rankbox-slider .crl-d{
justify-content:center;
}
@media screen and (min-width:1025px){
.rslide-wrap,.rankbox-slider img{
height:240px;
}
}
#contents .cbox-d[class*="03"] .cbox-caption{
 padding-right:0.75em;
}
.relNavigate-thumb img{
 max-height:80px;
}
@media screen and (max-width:480px){
div.table-wrap{
 clear:both;
}
}
#logo img{
width:auto;
}
.rnk1item{border:solid 1px #EBEBEB}
.rnk1item th,.rnk1item td{
 border-left:none;
 border-right:none;
}
.rnk1item td{text-align:left;}
.rnk2item tr:last-child table,.rnk2item tr:last-child td{
 padding:0;
 margin:0;
}
.rnk2item tr:last-child table{
 width:100%;
 table-layout:fixed;
}
.rnk2item .timg{
 border-right:none;
 border-bottom:none
}
.rnk2item .tdesc{
 text-align:left;
 border-bottom:none;
}
.rnk2item > tbody > tr:last-child > td{
 border:none;
}
table.rnk3item th,table.rnk3item td{
 text-align:left;
}
table.rnk3item .timg{
 border-right:none;
}
table[class*="rnk"],table[class*="dsc"],.tokusho{width:100%;}
.dsc2item td,.tokusho td{text-align:left;}
[class*="balloon-"] .clear{display:none;}
[class*="balloon-"]{ display:flex;width:100%;margin:0;}
[class*="balloon-"] .bln{ display:flex;}
[class*="balloon-"] .bln-img{ max-width:80px;}
[class*="balloon-"] .b_body{
 background-color:#F5F5F5;
 padding:12px;
}
[class*="balloon-"] .img-t,[class*="balloon-"] .img-b,[class*="balloon-"] .img-r,[class*="balloon-"] .img-l{
 width:24px;
 height:24px;
 background-color:#F5F5F5;
}
.bln .img-l{
 margin-left:16px;
 clip-path:polygon(0 50%,100% 0,100% 100%);
}
.bln .img-r{
 margin-right:16px;
 clip-path:polygon(0 0,0 100%,100% 50%);
}
.bln .img-t{
 margin-left:24px;
 clip-path:polygon(0 100%,50% 0,100% 100%);
}
.bln .img-b{
 margin-left:24px;
 clip-path:polygon(0 0,50% 100%,100% 0);
}
.balloon-left,.balloon-left .bln{
 flex-direction:row;
 align-items:center;
}
.balloon-right,.balloon-right .bln{
 flex-direction:row-reverse;
 align-items:center;
}
.balloon-top,.balloon-top .bln{
 flex-direction:column;
 justify-content:left;
 align-items:flex-start;
}
.balloon-top .b_body{margin-top:0}
.balloon-bottom{
 flex-direction:column;
 justify-content:left;
 align-items:flex-start;
}
.balloon-bottom .bln{ flex-direction:column;}
.balloon-bottom .b_body{margin-bottom:0}
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;
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:5vw;
--width-overall:1230px;
--width-menu:300px;
--width-rmenu:250px;
--width-entry:860px;
--width-header-col2:250px;
--width-header-col2_topmenu-child:250px;
}
*,::before,::after{
box-sizing:border-box;
border:0 solid var(--clr-border,#e3ebf2);
min-width:0;
}
input,button,select,textarea{
border:revert;
min-width:revert;
}
html{
overflow-x:hidden;
font-size:62.5%;
scroll-behavior:smooth;
}
html[data-spmenu="true"]{
overflow:hidden;
}
html[data-spmenu="true"] #contents{
pointer-events:none;
}
@media (min-width:1025px){
html[data-spmenu="true"]{
overflow-y:visible;
}
html[data-spmenu="true"] #contents{
pointer-events:auto;
}
}
html,body{
height:100%;
}
body{
background:var(--clr-body-bg,#fff);
color:var(--clr-body-txt,#222);
font-family:'Barlow','Inter','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:1025px){
body{
font-size:1.6rem;
line-height:2;
}
}
p{
margin:0;
}
a{
color:var(--clr-a-txt,#1688e0);
}
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;
}
ul[id],ul[class],ol[id],ol[class]{
list-style:none;
margin:0;
padding:0;
}
.display-none{
display:none;
}
:target{
scroll-margin-top:24px;
}
#wrap{
position:relative;
display:flex;
flex-direction:column;
min-height:100vh;
}
#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:1025px){
[data-column="col2"] #menu,[data-column="col3"] #menu{
width:var(--width-menu);
}
[data-column="col2"] #rmenu,[data-column="col3"] #rmenu{
width:var(--width-rmenu);
}
}
[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 > h2,[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"][data-main="wide"] #main > *,[data-column="col1"][data-main="wide"] #main-footer > *,[data-column="col1"][data-main="wide"] #menu > *,[data-column="col1"][data-main="wide"] #rmenu > *{
margin-bottom:var(--margin-layout);
}
[data-column="col1"][data-main="wide"] #header,[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-left:0;
padding-right:0;
padding-bottom:0;
max-width:none;
width:100%;
}
[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"] #main section{
padding:var(--padding-overall);
margin-top:0;
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);
}
[data-column="col1"][data-main="wide"] #main .mainbox + section{
margin-top:var(--margin-layout);
}
[data-column="col2"] #rmenu{
display:none;
}
[data-column="col2"] #menu .menubox.display-none{
display:block;
}
@media (min-width:1025px){
[data-column="col2"] #contents .inner{
display:grid;
grid-template-areas:"main-header menu" "main menu" "main-footer menu";
gap:0 80px;
grid-template-columns:1fr auto;
grid-template-rows:minmax(0,max-content) minmax(0,max-content) 1fr auto;
justify-content:center;
}
[data-column*="col2"][data-menu="left"] #contents .inner{
grid-template-areas:"menu main-header" "menu main" "menu main-footer";
grid-template-columns:auto 1fr;
}
}
@media (min-width:1025px){
[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;
}
}
@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 64px;
grid-template-columns:auto 1fr 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,#222));
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:1025px){
#logo{
padding:8px 0;
}
#logo img{
max-height:72px;
}
#logo.logo-square img{
max-height:56px;
}
#logo.logo-horizon img{
max-height:74px;
}
[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;
}
[data-header][data-header="row2-center"] #logo.logo-horizon img{
max-height:88px;
}
[data-header][data-header="col2"] #logo{
flex-direction:column;
justify-content:center;
align-items:center;
padding-top:0;
}
[data-header][data-header="col2"] #logo.logo-horizon{
align-items:center;
}
[data-header][data-header="col2"] #logo img{
max-height:none;
}
}
.logotext{
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
flex-shrink:0;
}
#header-lead{
font-size:1.2rem;
padding:8px 0;
line-height:1.5;
}
#topmenu{
color:var(--clr-topmenu-txt,inherit);
font-size:1.5rem;
line-height:1.5;
}
.topmenu_ul{
overflow:hidden;
}
.topmenu_ul a{
color:inherit;
text-decoration:none;
display:grid;
gap:.1em;
position:relative;
padding:calc(16em/15) 0;
z-index:0;
overflow-wrap:anywhere;
}
.topmenu_ul a::after{
content:'';
border-bottom:1px solid #fff;
position:absolute;
left:-100vw;
right:0;
bottom:0;
opacity:.2;
}
.topmenu_ul a em{
display:block;
font-size:calc(11em/15);
font-style:normal;
}
.topmenu_ul .haschild{
position:relative;
}
.topmenu_ul .haschild > span{
display:block;
position:relative;
}
.topmenu_ul .haschild > span::after{
background-color:var(--clr-topmenu-icon,var(--clr-topmenu-txt,#fff));
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%207v6h1V7h6V6H7V0H6v6H0v1h6Z%22%20clip-rule%3D%22evenodd%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%22%20height%3D%2213%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%207v6h1V7h6V6H7V0H6v6H0v1h6Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/13px auto;
content:'';
position:absolute;
top:0;
right:0;
width:40px;
height:100%;
cursor:pointer;
}
.topmenu_ul .haschild > span a{
padding-right:40px;
}
.topmenu_ul .haschild.show > span::after{
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%221%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h13v1H0z%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%22%20height%3D%221%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h13v1H0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/13px auto;
}
.topmenu_ul .haschild.show > .child{
height:auto;
overflow:visible;
opacity:1;
}
.topmenu_ul .child{
padding-left:1em;
overflow:hidden;
opacity:0;
}
.topmenu_ul .child li:first-child{
margin-top:calc(10em/15);
}
.topmenu_ul .child li:last-child{
margin-bottom:calc(20em/15);
}
.topmenu_ul .child a{
color:var(--clr-topmenu-child-txt,inherit);
padding:calc(12em/15) 0;
transition:.3s;
}
.topmenu_ul .child a::after{
display:none;
}
@media (max-width:1024px){
.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;
}
}
@media (min-width:1025px){
[data-header=""] #topmenu,[data-header="row2"] #topmenu,[data-header="row2-lead"] #topmenu,[data-header="row2-center"] #topmenu,[data-header="fixed"] #topmenu{
color:var(--clr-topmenu-txt,#fff);
}
[data-header=""] .topmenu_ul,[data-header="row2"] .topmenu_ul,[data-header="row2-lead"] .topmenu_ul,[data-header="row2-center"] .topmenu_ul,[data-header="fixed"] .topmenu_ul{
background-color:var(--clr-topmenu-bg,var(--clr-main,#0b4c86));
display:flex;
overflow:visible;
width:100%;
height:100%;
}
[data-header=""] .topmenu_ul li > span,[data-header="row2"] .topmenu_ul li > span,[data-header="row2-lead"] .topmenu_ul li > span,[data-header="row2-center"] .topmenu_ul li > span,[data-header="fixed"] .topmenu_ul li > span{
display:contents;
}
[data-header=""] .topmenu_ul a,[data-header="row2"] .topmenu_ul a,[data-header="row2-lead"] .topmenu_ul a,[data-header="row2-center"] .topmenu_ul a,[data-header="fixed"] .topmenu_ul a{
padding:calc(12em/15) calc(40em/15);
place-content:center;
text-align:center;
height:100%;
z-index:0;
}
[data-header=""] .topmenu_ul a::after,[data-header="row2"] .topmenu_ul a::after,[data-header="row2-lead"] .topmenu_ul a::after,[data-header="row2-center"] .topmenu_ul a::after,[data-header="fixed"] .topmenu_ul a::after{
background-color:rgba(255,255,255,0.05);
content:'';
border-bottom:none;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
opacity:1;
z-index:-1;
opacity:0;
}
[data-header=""] .topmenu_ul > li,[data-header="row2"] .topmenu_ul > li,[data-header="row2-lead"] .topmenu_ul > li,[data-header="row2-center"] .topmenu_ul > li,[data-header="fixed"] .topmenu_ul > li{
width:100%;
max-width:310px;
position:relative;
}
[data-header=""] .topmenu_ul > li::after,[data-header="row2"] .topmenu_ul > li::after,[data-header="row2-lead"] .topmenu_ul > li::after,[data-header="row2-center"] .topmenu_ul > li::after,[data-header="fixed"] .topmenu_ul > li::after{
content:'';
border-right:1px solid #fff;
position:absolute;
top:0;
right:0;
bottom:0;
opacity:.2;
pointer-events:none;
}
[data-header=""] .topmenu_ul .haschild > span,[data-header="row2"] .topmenu_ul .haschild > span,[data-header="row2-lead"] .topmenu_ul .haschild > span,[data-header="row2-center"] .topmenu_ul .haschild > span,[data-header="fixed"] .topmenu_ul .haschild > span{
display:contents;
}
[data-header=""] .topmenu_ul .haschild > span::after,[data-header="row2"] .topmenu_ul .haschild > span::after,[data-header="row2-lead"] .topmenu_ul .haschild > span::after,[data-header="row2-center"] .topmenu_ul .haschild > span::after,[data-header="fixed"] .topmenu_ul .haschild > span::after{
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%227%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.986%206.232%209.97%201.246%208.725%200l-3.74%203.74L1.246%200%200%201.246l4.986%204.986Z%22%20clip-rule%3D%22evenodd%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%22%20height%3D%227%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.986%206.232%209.97%201.246%208.725%200l-3.74%203.74L1.246%200%200%201.246l4.986%204.986Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/10px auto;
right:20px;
width:10px;
pointer-events:none;
}
[data-header=""] .topmenu_ul .haschild > span a,[data-header="row2"] .topmenu_ul .haschild > span a,[data-header="row2-lead"] .topmenu_ul .haschild > span a,[data-header="row2-center"] .topmenu_ul .haschild > span a,[data-header="fixed"] .topmenu_ul .haschild > span a{
padding:calc(12em/15) calc(40em/15);
}
[data-header=""] .topmenu_ul .haschild:hover > ul,[data-header=""] .topmenu_ul .haschild.show:hover > ul,[data-header="row2"] .topmenu_ul .haschild:hover > ul,[data-header="row2"] .topmenu_ul .haschild.show:hover > ul,[data-header="row2-lead"] .topmenu_ul .haschild:hover > ul,[data-header="row2-lead"] .topmenu_ul .haschild.show:hover > ul,[data-header="row2-center"] .topmenu_ul .haschild:hover > ul,[data-header="row2-center"] .topmenu_ul .haschild.show:hover > ul,[data-header="fixed"] .topmenu_ul .haschild:hover > ul,[data-header="fixed"] .topmenu_ul .haschild.show:hover > ul{
opacity:1;
pointer-events:auto;
visibility:visible;
top:calc(100% + 1px);
}
[data-header=""] .topmenu_ul .haschild.show > span::after,[data-header="row2"] .topmenu_ul .haschild.show > span::after,[data-header="row2-lead"] .topmenu_ul .haschild.show > span::after,[data-header="row2-center"] .topmenu_ul .haschild.show > span::after,[data-header="fixed"] .topmenu_ul .haschild.show > span::after{
transform:none;
}
[data-header=""] .topmenu_ul .haschild.show > .child,[data-header="row2"] .topmenu_ul .haschild.show > .child,[data-header="row2-lead"] .topmenu_ul .haschild.show > .child,[data-header="row2-center"] .topmenu_ul .haschild.show > .child,[data-header="fixed"] .topmenu_ul .haschild.show > .child{
height:auto;
overflow:visible;
opacity:0;
}
[data-header=""] .topmenu_ul .child,[data-header="row2"] .topmenu_ul .child,[data-header="row2-lead"] .topmenu_ul .child,[data-header="row2-center"] .topmenu_ul .child,[data-header="fixed"] .topmenu_ul .child{
display:grid;
gap:1px;
opacity:0;
padding-left:0;
visibility:hidden;
position:absolute;
top:90%;
left:50%;
transform:translateX(-50%);
min-width:210px;
width:100%;
z-index:1;
pointer-events:none;
height:auto;
overflow:visible;
transition:.3s;
}
[data-header=""] .topmenu_ul .child::before,[data-header="row2"] .topmenu_ul .child::before,[data-header="row2-lead"] .topmenu_ul .child::before,[data-header="row2-center"] .topmenu_ul .child::before,[data-header="fixed"] .topmenu_ul .child::before{
content:'';
position:absolute;
top:-10px;
left:0;
right:0;
bottom:0;
z-index:-1;
}
[data-header=""] .topmenu_ul .child li,[data-header="row2"] .topmenu_ul .child li,[data-header="row2-lead"] .topmenu_ul .child li,[data-header="row2-center"] .topmenu_ul .child li,[data-header="fixed"] .topmenu_ul .child li{
min-height:60px;
}
[data-header=""] .topmenu_ul .child li:first-child,[data-header="row2"] .topmenu_ul .child li:first-child,[data-header="row2-lead"] .topmenu_ul .child li:first-child,[data-header="row2-center"] .topmenu_ul .child li:first-child,[data-header="fixed"] .topmenu_ul .child li:first-child{
margin-top:0;
}
[data-header=""] .topmenu_ul .child li:last-child,[data-header="row2"] .topmenu_ul .child li:last-child,[data-header="row2-lead"] .topmenu_ul .child li:last-child,[data-header="row2-center"] .topmenu_ul .child li:last-child,[data-header="fixed"] .topmenu_ul .child li:last-child{
margin-bottom:0;
}
[data-header=""] .topmenu_ul .child a,[data-header="row2"] .topmenu_ul .child a,[data-header="row2-lead"] .topmenu_ul .child a,[data-header="row2-center"] .topmenu_ul .child a,[data-header="fixed"] .topmenu_ul .child a{
padding:calc(12em/15) calc(40em/15);
}
[data-header=""] .topmenu_ul .child a::after,[data-header="row2"] .topmenu_ul .child a::after,[data-header="row2-lead"] .topmenu_ul .child a::after,[data-header="row2-center"] .topmenu_ul .child a::after,[data-header="fixed"] .topmenu_ul .child a::after{
background:var(--clr-topmenu-child-bg,var(--clr-topmenu-bg,var(--clr-main,#0b4c86)));
display:block;
opacity:.95;
}
[data-header="col2"] #topmenu{
color:var(--clr-topmenu-txt,#fff);
margin-left:-24px;
margin-right:-24px;
}
[data-header="col2"] .topmenu_ul{
background-color:var(--clr-topmenu-bg,var(--clr-main,#0b4c86));
overflow:visible;
position:static;
}
[data-header="col2"] .topmenu_ul > li:not(:last-child)::after{
content:'';
border-bottom:1px solid #fff;
display:block;
width:100%;
opacity:.24;
}
[data-header="col2"] .topmenu_ul > li > span a::after{
background-color:rgba(255,255,255,0.05);
content:'';
border-bottom:none;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
opacity:1;
z-index:-1;
opacity:0;
transition:opacity .3s;
}
[data-header="col2"] .topmenu_ul a{
padding:calc(24em/15) 32px;
text-align:center;
}
[data-header="col2"] .topmenu_ul .haschild{
position:static;
}
[data-header="col2"] .topmenu_ul .haschild > span::after{
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%227%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.986%206.232%209.97%201.246%208.725%200l-3.74%203.74L1.246%200%200%201.246l4.986%204.986Z%22%20clip-rule%3D%22evenodd%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%22%20height%3D%227%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.986%206.232%209.97%201.246%208.725%200l-3.74%203.74L1.246%200%200%201.246l4.986%204.986Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/10px auto;
top:calc(50% - 5px);
right:16px;
width:10px;
height:10px;
transform:rotate(-90deg);
flex-shrink:0;
}
[data-header="col2"] .topmenu_ul .haschild > span a{
padding-right:32px;
}
[data-header="col2"] .topmenu_ul .haschild:hover > span::after,[data-header="col2"] .topmenu_ul .haschild:hover > span a,[data-header="col2"] .topmenu_ul .haschild.show:hover > span::after,[data-header="col2"] .topmenu_ul .haschild.show:hover > span a{
opacity:.8;
}
[data-header="col2"] .topmenu_ul .haschild:hover > span a::after,[data-header="col2"] .topmenu_ul .haschild.show:hover > span a::after{
opacity:1;
}
[data-header="col2"] .topmenu_ul .haschild:hover > ul,[data-header="col2"] .topmenu_ul .haschild.show:hover > ul{
opacity:1;
pointer-events:auto;
visibility:visible;
webkit-clip-path:inset(0);
clip-path:inset(0);
}
[data-header="col2"] .topmenu_ul .haschild.show > .child{
height:100vh;
overflow:visible;
overflow-y:auto;
opacity:0;
}
[data-header="col2"] .topmenu_ul .child{
opacity:0;
padding-left:0;
padding:180px 40px 96px;
visibility:hidden;
position:absolute;
top:0;
left:var(--width-header-col2);
width:var(--width-header-col2_topmenu-child);
height:100vh;
z-index:1;
pointer-events:none;
overflow:visible;
overflow-y:auto;
-webkit-clip-path:inset(0 100% 0 0);
clip-path:inset(0 100% 0 0);
transition:.3s ease;
-ms-overflow-style:none;
scrollbar-width:none;
}
[data-header="col2"] .topmenu_ul .child::-webkit-scrollbar{
display:none;
}
[data-header="col2"] .topmenu_ul .child::before{
background:var(--clr-topmenu-child-bg,var(--clr-main,#0b4c86));
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
opacity:.95;
z-index:-1;
}
[data-header="col2"] .topmenu_ul .child::after{
background-color:rgba(255,255,255,0.05);
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
opacity:.95;
z-index:-1;
}
[data-header="col2"] .topmenu_ul .child li:first-child{
margin-top:0;
}
[data-header="col2"] .topmenu_ul .child li:last-child{
margin-bottom:0;
}
[data-header="col2"] .topmenu_ul .child a{
color:var(--clr-topmenu-child-txt,#fff);
padding:.5em 0;
margin-bottom:1.5em;
text-align:left;
}
}
@media (hover:hover){
#topmenu a{
transition:opacity .3s;
}
#topmenu a::after{
transition:opacity .3s;
}
#topmenu a:hover{
opacity:.8;
}
#topmenu a:hover::after{
opacity:1;
}
}
@media (min-width:1025px){
#header .search{
margin-left:auto;
flex-shrink:0;
width:236px;
height:80px;
position:relative;
z-index:1;
}
#header .search::before,#header .search::after{
cursor:pointer;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
}
#header .search::before{
background:linear-gradient(to right,var(--clr-gradation-start,#1c46c0),var(--clr-gradation-end,#0fc9ff));
content:'';
}
#header .search::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%22104%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12.225%2010.34%203.385%203.384a1.333%201.333%200%201%201-1.886%201.886l-3.385-3.385a6.621%206.621%200%200%201-3.672%201.109A6.674%206.674%200%200%201%200%206.667%206.674%206.674%200%200%201%206.667%200a6.674%206.674%200%200%201%206.667%206.667c0%201.356-.41%202.618-1.11%203.672ZM6.667%202A4.672%204.672%200%200%200%202%206.667a4.672%204.672%200%200%200%204.667%204.667%204.672%204.672%200%200%200%204.667-4.667A4.672%204.672%200%200%200%206.667%202Zm25.419%2013.16c-1.04%200-1.947-.167-2.72-.5-.774-.333-1.374-.8-1.8-1.4-.414-.6-.62-1.307-.62-2.12v-.5c0-.067.02-.12.06-.16a.249.249%200%200%201%20.18-.08h1.78a.19.19%200%200%201%20.16.08.19.19%200%200%201%20.08.16v.38c0%20.613.273%201.127.82%201.54.546.4%201.293.6%202.24.6.813%200%201.426-.173%201.84-.52.413-.347.62-.793.62-1.34%200-.373-.114-.687-.34-.94-.227-.267-.554-.507-.98-.72-.414-.213-1.04-.48-1.88-.8-.947-.347-1.714-.673-2.3-.98a4.438%204.438%200%200%201-1.48-1.24c-.387-.533-.58-1.193-.58-1.98%200-1.173.426-2.1%201.28-2.78.853-.68%201.993-1.02%203.42-1.02%201%200%201.88.173%202.64.52.773.347%201.373.833%201.8%201.46.426.613.64%201.327.64%202.14v.34a.249.249%200%200%201-.08.18.216.216%200%200%201-.16.06h-1.8a.292.292%200%200%201-.18-.06.293.293%200%200%201-.06-.18v-.22c0-.627-.26-1.153-.78-1.58-.507-.44-1.214-.66-2.12-.66-.734%200-1.307.153-1.72.46-.4.307-.6.74-.6%201.3%200%20.4.106.727.32.98.213.253.533.487.96.7.426.2%201.086.46%201.98.78.946.36%201.7.687%202.26.98a4.2%204.2%200%200%201%201.46%201.24c.413.52.62%201.173.62%201.96%200%201.2-.447%202.153-1.34%202.86-.88.707-2.087%201.06-3.62%201.06Zm53.046%200c-1%200-1.88-.193-2.64-.58a4.318%204.318%200%200%201-1.76-1.66c-.413-.707-.62-1.527-.62-2.46V5.52c0-.933.207-1.753.62-2.46.414-.707%201-1.253%201.76-1.64s1.64-.58%202.64-.58c.987%200%201.86.187%202.62.56.76.373%201.347.9%201.76%201.58.414.68.62%201.467.62%202.36a.249.249%200%200%201-.08.18.216.216%200%200%201-.16.06l-1.84.1c-.16%200-.24-.073-.24-.22%200-.787-.246-1.42-.74-1.9-.48-.48-1.126-.72-1.94-.72-.813%200-1.466.24-1.96.72-.493.48-.74%201.113-.74%201.9v5.1c0%20.773.247%201.4.74%201.88.494.48%201.147.72%201.96.72.814%200%201.46-.233%201.94-.7.494-.48.74-1.113.74-1.9%200-.147.08-.22.24-.22l1.84.08c.067%200%20.12.02.16.06.054.04.08.087.08.14%200%20.907-.206%201.707-.62%202.4-.413.68-1%201.207-1.76%201.58s-1.633.56-2.62.56ZM101.24%201.24c0-.067.02-.12.06-.16a.248.248%200%200%201%20.18-.08h1.84a.19.19%200%200%201%20.16.08.19.19%200%200%201%20.08.16v13.52a.25.25%200%200%201-.08.18.216.216%200%200%201-.16.06h-1.84a.291.291%200%200%201-.18-.06.292.292%200%200%201-.06-.18V9.04c0-.067-.033-.1-.1-.1h-5.1c-.067%200-.1.033-.1.1v5.72a.248.248%200%200%201-.08.18.216.216%200%200%201-.16.06h-1.84a.293.293%200%200%201-.18-.06.292.292%200%200%201-.06-.18V1.24c0-.067.02-.12.06-.16a.249.249%200%200%201%20.18-.08h1.84a.19.19%200%200%201%20.16.08.19.19%200%200%201%20.08.16v5.6c0%20.067.033.1.1.1h5.1c.067%200%20.1-.033.1-.1v-5.6ZM74.766%2014.82c.054.12.147.18.28.18h1.92c.147%200%20.22-.053.22-.16a.306.306%200%200%200-.04-.12l-2.82-5.82a.085.085%200%200%201%200-.08c.014-.027.034-.04.06-.04.84-.253%201.494-.7%201.96-1.34.48-.653.72-1.44.72-2.36%200-.8-.173-1.507-.52-2.12a3.532%203.532%200%200%200-1.46-1.44C74.46%201.173%2073.74%201%2072.927%201h-5.5a.249.249%200%200%200-.18.08.216.216%200%200%200-.06.16v13.52c0%20.067.02.127.06.18.054.04.114.06.18.06h1.84c.067%200%20.12-.02.16-.06a.248.248%200%200%200%20.08-.18V9.08c0-.067.034-.1.1-.1h2.4c.054%200%20.094.027.12.08l2.64%205.76ZM69.506%203.1c0-.067.034-.1.1-.1h3c.64%200%201.154.193%201.54.58.4.387.6.893.6%201.52s-.2%201.133-.6%201.52c-.386.373-.9.56-1.54.56h-3c-.066%200-.1-.033-.1-.1V3.1ZM61.899%2015c-.134%200-.22-.067-.26-.2l-.66-2.14c-.027-.053-.06-.08-.1-.08h-5.28c-.04%200-.073.027-.1.08l-.66%202.14c-.04.133-.127.2-.26.2h-2c-.08%200-.14-.02-.18-.06-.04-.053-.047-.127-.02-.22l4.34-13.52c.04-.133.126-.2.26-.2h2.5c.133%200%20.22.067.26.2l4.36%2013.52c.013.027.02.06.02.1%200%20.12-.073.18-.22.18h-2Zm-5.78-4.36c-.014.08.013.12.08.12h4.06c.08%200%20.106-.04.08-.12l-2.06-6.7c-.014-.053-.033-.08-.06-.08-.027%200-.047.027-.06.08l-2.04%206.7Zm-6.336-7.7a.249.249%200%200%200%20.08-.18V1.24a.19.19%200%200%200-.08-.16.19.19%200%200%200-.16-.08h-9a.249.249%200%200%200-.18.08.216.216%200%200%200-.06.16v13.52c0%20.067.02.127.06.18.053.04.113.06.18.06h9c.067%200%20.12-.02.16-.06a.249.249%200%200%200%20.08-.18v-1.52a.19.19%200%200%200-.08-.16.19.19%200%200%200-.16-.08h-6.82c-.067%200-.1-.033-.1-.1V9.04c0-.067.033-.1.1-.1h4.58c.067%200%20.12-.02.16-.06a.249.249%200%200%200%20.08-.18V7.18a.19.19%200%200%200-.08-.16.19.19%200%200%200-.16-.08h-4.58c-.067%200-.1-.033-.1-.1V3.1c0-.067.033-.1.1-.1h6.82c.067%200%20.12-.02.16-.06Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/104px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22104%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12.225%2010.34%203.385%203.384a1.333%201.333%200%201%201-1.886%201.886l-3.385-3.385a6.621%206.621%200%200%201-3.672%201.109A6.674%206.674%200%200%201%200%206.667%206.674%206.674%200%200%201%206.667%200a6.674%206.674%200%200%201%206.667%206.667c0%201.356-.41%202.618-1.11%203.672ZM6.667%202A4.672%204.672%200%200%200%202%206.667a4.672%204.672%200%200%200%204.667%204.667%204.672%204.672%200%200%200%204.667-4.667A4.672%204.672%200%200%200%206.667%202Zm25.419%2013.16c-1.04%200-1.947-.167-2.72-.5-.774-.333-1.374-.8-1.8-1.4-.414-.6-.62-1.307-.62-2.12v-.5c0-.067.02-.12.06-.16a.249.249%200%200%201%20.18-.08h1.78a.19.19%200%200%201%20.16.08.19.19%200%200%201%20.08.16v.38c0%20.613.273%201.127.82%201.54.546.4%201.293.6%202.24.6.813%200%201.426-.173%201.84-.52.413-.347.62-.793.62-1.34%200-.373-.114-.687-.34-.94-.227-.267-.554-.507-.98-.72-.414-.213-1.04-.48-1.88-.8-.947-.347-1.714-.673-2.3-.98a4.438%204.438%200%200%201-1.48-1.24c-.387-.533-.58-1.193-.58-1.98%200-1.173.426-2.1%201.28-2.78.853-.68%201.993-1.02%203.42-1.02%201%200%201.88.173%202.64.52.773.347%201.373.833%201.8%201.46.426.613.64%201.327.64%202.14v.34a.249.249%200%200%201-.08.18.216.216%200%200%201-.16.06h-1.8a.292.292%200%200%201-.18-.06.293.293%200%200%201-.06-.18v-.22c0-.627-.26-1.153-.78-1.58-.507-.44-1.214-.66-2.12-.66-.734%200-1.307.153-1.72.46-.4.307-.6.74-.6%201.3%200%20.4.106.727.32.98.213.253.533.487.96.7.426.2%201.086.46%201.98.78.946.36%201.7.687%202.26.98a4.2%204.2%200%200%201%201.46%201.24c.413.52.62%201.173.62%201.96%200%201.2-.447%202.153-1.34%202.86-.88.707-2.087%201.06-3.62%201.06Zm53.046%200c-1%200-1.88-.193-2.64-.58a4.318%204.318%200%200%201-1.76-1.66c-.413-.707-.62-1.527-.62-2.46V5.52c0-.933.207-1.753.62-2.46.414-.707%201-1.253%201.76-1.64s1.64-.58%202.64-.58c.987%200%201.86.187%202.62.56.76.373%201.347.9%201.76%201.58.414.68.62%201.467.62%202.36a.249.249%200%200%201-.08.18.216.216%200%200%201-.16.06l-1.84.1c-.16%200-.24-.073-.24-.22%200-.787-.246-1.42-.74-1.9-.48-.48-1.126-.72-1.94-.72-.813%200-1.466.24-1.96.72-.493.48-.74%201.113-.74%201.9v5.1c0%20.773.247%201.4.74%201.88.494.48%201.147.72%201.96.72.814%200%201.46-.233%201.94-.7.494-.48.74-1.113.74-1.9%200-.147.08-.22.24-.22l1.84.08c.067%200%20.12.02.16.06.054.04.08.087.08.14%200%20.907-.206%201.707-.62%202.4-.413.68-1%201.207-1.76%201.58s-1.633.56-2.62.56ZM101.24%201.24c0-.067.02-.12.06-.16a.248.248%200%200%201%20.18-.08h1.84a.19.19%200%200%201%20.16.08.19.19%200%200%201%20.08.16v13.52a.25.25%200%200%201-.08.18.216.216%200%200%201-.16.06h-1.84a.291.291%200%200%201-.18-.06.292.292%200%200%201-.06-.18V9.04c0-.067-.033-.1-.1-.1h-5.1c-.067%200-.1.033-.1.1v5.72a.248.248%200%200%201-.08.18.216.216%200%200%201-.16.06h-1.84a.293.293%200%200%201-.18-.06.292.292%200%200%201-.06-.18V1.24c0-.067.02-.12.06-.16a.249.249%200%200%201%20.18-.08h1.84a.19.19%200%200%201%20.16.08.19.19%200%200%201%20.08.16v5.6c0%20.067.033.1.1.1h5.1c.067%200%20.1-.033.1-.1v-5.6ZM74.766%2014.82c.054.12.147.18.28.18h1.92c.147%200%20.22-.053.22-.16a.306.306%200%200%200-.04-.12l-2.82-5.82a.085.085%200%200%201%200-.08c.014-.027.034-.04.06-.04.84-.253%201.494-.7%201.96-1.34.48-.653.72-1.44.72-2.36%200-.8-.173-1.507-.52-2.12a3.532%203.532%200%200%200-1.46-1.44C74.46%201.173%2073.74%201%2072.927%201h-5.5a.249.249%200%200%200-.18.08.216.216%200%200%200-.06.16v13.52c0%20.067.02.127.06.18.054.04.114.06.18.06h1.84c.067%200%20.12-.02.16-.06a.248.248%200%200%200%20.08-.18V9.08c0-.067.034-.1.1-.1h2.4c.054%200%20.094.027.12.08l2.64%205.76ZM69.506%203.1c0-.067.034-.1.1-.1h3c.64%200%201.154.193%201.54.58.4.387.6.893.6%201.52s-.2%201.133-.6%201.52c-.386.373-.9.56-1.54.56h-3c-.066%200-.1-.033-.1-.1V3.1ZM61.899%2015c-.134%200-.22-.067-.26-.2l-.66-2.14c-.027-.053-.06-.08-.1-.08h-5.28c-.04%200-.073.027-.1.08l-.66%202.14c-.04.133-.127.2-.26.2h-2c-.08%200-.14-.02-.18-.06-.04-.053-.047-.127-.02-.22l4.34-13.52c.04-.133.126-.2.26-.2h2.5c.133%200%20.22.067.26.2l4.36%2013.52c.013.027.02.06.02.1%200%20.12-.073.18-.22.18h-2Zm-5.78-4.36c-.014.08.013.12.08.12h4.06c.08%200%20.106-.04.08-.12l-2.06-6.7c-.014-.053-.033-.08-.06-.08-.027%200-.047.027-.06.08l-2.04%206.7Zm-6.336-7.7a.249.249%200%200%200%20.08-.18V1.24a.19.19%200%200%200-.08-.16.19.19%200%200%200-.16-.08h-9a.249.249%200%200%200-.18.08.216.216%200%200%200-.06.16v13.52c0%20.067.02.127.06.18.053.04.113.06.18.06h9c.067%200%20.12-.02.16-.06a.249.249%200%200%200%20.08-.18v-1.52a.19.19%200%200%200-.08-.16.19.19%200%200%200-.16-.08h-6.82c-.067%200-.1-.033-.1-.1V9.04c0-.067.033-.1.1-.1h4.58c.067%200%20.12-.02.16-.06a.249.249%200%200%200%20.08-.18V7.18a.19.19%200%200%200-.08-.16.19.19%200%200%200-.16-.08h-4.58c-.067%200-.1-.033-.1-.1V3.1c0-.067.033-.1.1-.1h6.82c.067%200%20.12-.02.16-.06Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/104px auto;
content:'';
}
#header .search .search-form{
display:flex;
align-items:center;
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
padding:40px 25% 0;
z-index:100;
opacity:0;
visibility:hidden;
pointer-events:none;
transition:opacity .3s,visibility .3s;
z-index:0;
}
#header .search .search-form::before{
background:var(--clr-topmenu-bg,var(--clr-main,#0b4c86));
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
opacity:.96;
z-index:-1;
}
#header .search .search-form::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%2223%22%20height%3D%2223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m3%200%2019.8%2019.799-2.122%202.121L.878%202.121%203%200Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1%2020%2020.799.2l2.121%202.122-19.799%2019.8L1%2020Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/23px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m3%200%2019.8%2019.799-2.122%202.121L.878%202.121%203%200Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1%2020%2020.799.2l2.121%202.122-19.799%2019.8L1%2020Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/23px auto;
content:'';
position:absolute;
top:0;
right:0;
cursor:pointer;
width:64px;
height:64px;
}
html[data-searchbox="true"] #header .search .search-form{
opacity:1;
visibility:visible;
pointer-events:auto;
}
}
@media (min-width:1025px){
#header .search::before,#header .search::after{
transition:opacity .3s;
}
#header .search:hover::before,#header .search:hover::after{
opacity:.75;
}
}
#spmenu-btn{
background:var(--clr-topmenu-bg,var(--clr-main,#0b4c86));
display:block;
position:relative;
margin-left:auto;
text-indent:200%;
white-space:nowrap;
overflow:hidden;
width:72px;
height:72px;
z-index:100;
margin-right:calc(var(--padding-overall)* -1);
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border:0;
border-radius:0;
outline:none;
padding:0;
box-sizing:border-box;
min-width:0;
}
#spmenu-btn::before,#spmenu-btn::after,#spmenu-btn span::before{
background-color:var(--clr-topmenu-txt,#fff);
content:'';
transform:translateX(-50%);
position:absolute;
top:50%;
left:50%;
width:34px;
height:3px;
transition:.2s ease;
}
#spmenu-btn::before{
margin-top:-14px;
}
#spmenu-btn::after{
margin-top:12px;
}
#spmenu-btn span::before{
margin-top:-1px;
}
[data-spmenu="true"] #spmenu-btn::before{
transform:translate(-50%,12px) rotate(-45deg);
}
[data-spmenu="true"] #spmenu-btn::after{
transform:translate(-50%,-14px) rotate(45deg);
}
[data-spmenu="true"] #spmenu-btn span::before{
opacity:0;
}
@media (min-width:1025px){
#spmenu-btn{
display:none;
}
}
#spmenu{
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
display:flex;
flex-direction:column;
gap:2em;
overflow-x:hidden;
overflow-y:scroll;
opacity:0;
padding:80px 0;
z-index:99;
transition:.3s;
height:100vh;
height:100dvh;
}
@media (max-width:1024px){
#spmenu{
visibility:hidden;
}
#header::before{
background-color:var(--clr-topmenu-bg,var(--clr-main,#0b4c86));
content:'';
position:fixed;
top:0;
left:0;
right:0;
height:100vh;
z-index:99;
opacity:0;
transition:opacity .3s;
pointer-events:none;
}
[data-spmenu="true"] #body #header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:100;
}
[data-spmenu="true"] #body #header::before{
opacity:.96;
pointer-events:auto;
}
[data-spmenu="true"] #spmenu{
opacity:1;
visibility:visible;
}
}
#header{
background-color:var(--clr-header-bg1,#fff);
color:var(--clr-header-txt1,var(--clr-header-fixed-txt,#222));
}
#logo-wrap{
display:flex;
align-items:center;
gap:1em;
padding:0.5em var(--padding-overall);
height:72px;
}
#spmenu-btn{
flex-shrink:0;
}
#spmenu{
color:var(--clr-topmenu-txt,var(--clr-header-fixed-txt,#fff));
padding-left:var(--padding-overall);
padding-right:var(--padding-overall);
}
#header-wrap,#header-menu{
display:flex;
flex-direction:column;
gap:2em;
}
@media (min-width:1025px){
[data-header=""] #logo,[data-header=""] #header-lead,[data-header=""] #topmenu,[data-header=""] #header .search,[data-header=""] #space7,[data-header="row2"] #logo,[data-header="row2"] #header-lead,[data-header="row2"] #topmenu,[data-header="row2"] #header .search,[data-header="row2"] #space7,[data-header="row2-lead"] #logo,[data-header="row2-lead"] #header-lead,[data-header="row2-lead"] #topmenu,[data-header="row2-lead"] #header .search,[data-header="row2-lead"] #space7,[data-header="row2-center"] #logo,[data-header="row2-center"] #header-lead,[data-header="row2-center"] #topmenu,[data-header="row2-center"] #header .search,[data-header="row2-center"] #space7,[data-header="fixed"] #logo,[data-header="fixed"] #header-lead,[data-header="fixed"] #topmenu,[data-header="fixed"] #header .search,[data-header="fixed"] #space7{
display:flex;
align-items:center;
min-height:80px;
height:auto;
}
[data-header=""] #header-menu,[data-header="row2"] #header-menu,[data-header="row2-lead"] #header-menu,[data-header="row2-center"] #header-menu,[data-header="fixed"] #header-menu{
flex-direction:row;
gap:0;
}
[data-header=""] .topmenu_ul,[data-header="row2"] .topmenu_ul,[data-header="row2-lead"] .topmenu_ul,[data-header="row2-center"] .topmenu_ul,[data-header="fixed"] .topmenu_ul{
min-height:inherit;
}
[data-header=""] #logo-wrap,[data-header=""] #spmenu,[data-header=""] #header-wrap,[data-header="row2"] #logo-wrap,[data-header="row2"] #spmenu,[data-header="row2"] #header-wrap,[data-header="row2-lead"] #logo-wrap,[data-header="row2-lead"] #spmenu,[data-header="row2-lead"] #header-wrap,[data-header="row2-center"] #logo-wrap,[data-header="row2-center"] #spmenu,[data-header="row2-center"] #header-wrap,[data-header="fixed"] #logo-wrap,[data-header="fixed"] #spmenu,[data-header="fixed"] #header-wrap{
display:contents;
}
[data-header=""] #spmenu,[data-header="row2"] #spmenu,[data-header="row2-lead"] #spmenu,[data-header="row2-center"] #spmenu,[data-header="fixed"] #spmenu{
color:inherit;
}
}
@media (min-width:1025px){
[data-header=""] #header .container,[data-header="row2"] #header .container,[data-header="row2-lead"] #header .container,[data-header="row2-center"] #header .container,[data-header="fixed"] #header .container{
display:flex;
align-items:center;
}
[data-header=""] #header-menu,[data-header="row2"] #header-menu,[data-header="row2-lead"] #header-menu,[data-header="row2-center"] #header-menu,[data-header="fixed"] #header-menu{
flex-grow:1;
margin-left:auto;
}
[data-header=""] #topmenu,[data-header="row2"] #topmenu,[data-header="row2-lead"] #topmenu,[data-header="row2-center"] #topmenu,[data-header="fixed"] #topmenu{
width:100%;
}
[data-header=""] #topmenu + .search,[data-header="row2"] #topmenu + .search,[data-header="row2-lead"] #topmenu + .search,[data-header="row2-center"] #topmenu + .search,[data-header="fixed"] #topmenu + .search{
margin:0;
}
[data-header=""] #logo,[data-header="row2"] #logo,[data-header="row2-lead"] #logo,[data-header="row2-center"] #logo,[data-header="fixed"] #logo{
padding:0 3em;
}
[data-header=""] #header-lead,[data-header=""] #space7,[data-header="row2"] #header-lead,[data-header="row2"] #space7,[data-header="row2-lead"] #header-lead,[data-header="row2-lead"] #space7,[data-header="row2-center"] #header-lead,[data-header="row2-center"] #space7,[data-header="fixed"] #header-lead,[data-header="fixed"] #space7{
padding:0 2em;
}
[data-header=""] #header-lead,[data-header="row2"] #header-lead,[data-header="row2-lead"] #header-lead,[data-header="row2-center"] #header-lead,[data-header="fixed"] #header-lead{
padding-left:0;
margin-left:-.5em;
}
}
@media (min-width:1025px){
[data-header="row2"] #logo{
grid-area:logo;
}
[data-header="row2"] #header-lead{
grid-area:header-lead;
}
[data-header="row2"] #topmenu{
grid-area:topmenu;
}
[data-header="row2"] #header .search{
grid-area:header-search;
}
[data-header="row2"] #space7{
grid-area:space7;
}
[data-header="row2"] #header .container{
display:grid;
align-items:center;
grid-template-columns:max-content max-content 1fr max-content;
grid-template-areas:"logo header-lead space7 header-search" "topmenu topmenu topmenu topmenu";
}
[data-header="row2"] #header-menu{
display:contents;
}
[data-header="row2"] #space7{
margin:0 0 0 auto;
}
}
@media (min-width:1025px){
[data-header="row2-lead"] #logo{
grid-area:logo;
}
[data-header="row2-lead"] #header-lead{
grid-area:header-lead;
}
[data-header="row2-lead"] #topmenu{
grid-area:topmenu;
}
[data-header="row2-lead"] #header .search{
grid-area:header-search;
}
[data-header="row2-lead"] #space7{
grid-area:space7;
}
[data-header="row2-lead"] #header .container{
display:grid;
align-items:center;
grid-template-columns:max-content max-content 1fr max-content;
grid-template-areas:"logo header-lead space7 header-search" "logo topmenu topmenu topmenu";
}
[data-header="row2-lead"] #logo{
background-color:var(--clr-header-bg1);
color:var(--clr-logo-txt,var(--clr-header-txt2,var(--clr-header-fixed-txt,#222)));
}
[data-header="row2-lead"] #header-lead{
font-size:1.4rem;
margin-left:0;
}
[data-header="row2-lead"] #header-menu{
display:contents;
}
[data-header="row2-lead"] #space7{
margin:0 0 0 auto;
}
}
@media (min-width:1025px){
[data-header="row2-center"] #header .container{
display:block;
}
[data-header="row2-center"] #logo,[data-header="row2-center"] #header-lead{
justify-content:center;
min-height:auto;
}
[data-header="row2-center"] #logo{
padding:calc(32em/16) 0;
}
[data-header="row2-center"] #header-lead{
margin-top:calc(-48em/12);
padding:calc(32em/12) 0;
}
[data-header="row2-center"] #header-wrap{
display:flex;
flex-direction:row;
gap:0;
}
[data-header="row2-center"] #space7{
background-color:var(--clr-header-bg2);
color:var(--clr-header-txt2);
}
}
@media (max-width:1024px){
[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:not(.fix){
background: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:1025px){
[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{
flex-wrap:nowrap;
}
[data-header="fixed"]:not([data-headerimg-img="false"]) #header:not(.fix){
background:transparent;
--clr-header-fixed-txt:#fff;
}
[data-header="fixed"]:not([data-headerimg-img="false"]) #header:not(.fix) .topmenu_ul{
background-color:transparent;
}
[data-header="fixed"]:not([data-headerimg-img="false"]) #header:not(.fix) .topmenu_ul > li::after{
display:none;
}
[data-header="fixed"]:not([data-headerimg-img="false"]) #header:not(.fix) .topmenu_ul > li > span > a::after{
background-color:transparent;
}
[data-header="fixed"]:not([data-headerimg-img="false"]) #header-menu{
flex-grow:1;
}
[data-header="fixed"]:not([data-headerimg-img="false"]) #topmenu{
margin:0 auto;
width:auto;
}
[data-header="fixed"]:not([data-headerimg-img="false"]) .topmenu_ul > li{
width:auto;
}
[data-header="fixed"]:not([data-headerimg-img="false"])[data-color*="clr-topmenu-bg"] #header:not(.fix) .topmenu_ul{
background-color:var(--clr-topmenu-bg);
}
}
@media (min-width:1025px){
[data-header="col2"] #wrap{
padding-left:var(--width-header-col2);
}
[data-header="col2"] #header{
background:var(--clr-header-bg1,var(--clr-base,#f6f8fa));
position:fixed;
z-index:2000;
top:0;
left:0;
height:100vh;
width:var(--width-header-col2);
}
[data-header="col2"] #header .container{
display:flex;
flex-direction:column;
padding:40px 24px;
height:100vh;
overflow-y:auto;
-ms-overflow-style:none;
scrollbar-width:none;
}
[data-header="col2"] #header .container::-webkit-scrollbar{
display:none;
}
[data-header="col2"] #header .search{
margin:auto -24px -40px;
width:auto;
order:99;
}
[data-header="col2"] #header .search .search-form{
padding-top:0;
padding-bottom:200px;
}
[data-header="col2"] #logo{
justify-content:center;
height:auto;
flex-shrink:0;
}
[data-header="col2"] #header-lead{
text-align:center;
}
[data-header="col2"] #logo-wrap,[data-header="col2"] #spmenu{
display:contents;
}
[data-header="col2"] #header-wrap{
display:flex;
flex-direction:column;
gap:2em;
padding-top:32px;
flex-grow:1;
}
[data-header="col2"] #spmenu{
color:inherit;
}
[data-header="col2"] #header-menu{
display:contents;
}
[data-header="col2"][data-main-header*="wide"] #main-header{
margin-left:calc(calc(-50vw + 50%) + calc(var(--width-header-col2) / 2));
margin-right:calc(calc(-50vw + 50%) + calc(var(--width-header-col2) / 2));
}
[data-header="col2"] #brand-bnr-box{
z-index:2000;
}
}
#contents{
flex-grow:1;
box-sizing:content-box;
display:flex;
margin-left:auto;
margin-right:auto;
padding-left:var(--padding-overall);
padding-right:var(--padding-overall);
padding-bottom:calc(var(--margin-layout) * 2);
width:calc(100% - (var(--padding-overall) * 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);
}
@media (max-width:1024px){
body:not([data-main-header*="wide"]):not([data-header="col2"]) #contents,[data-topslider="true"] #contents{
padding-top:10px;
}
body:not([data-main-header*="wide"]):not([data-header="col2"]) #contents::before,[data-topslider="true"] #contents::before{
background:var(--clr-base,#f6f8fa);
content:'';
display:block;
position:absolute;
left:0;
width:100%;
height:10px;
transform:translateY(-10px);
}
}
@media (min-width:1025px){
body:not([data-main-header*="wide"]):not([data-header="col2"]) #contents,[data-topslider="true"]:not([data-header="col2"]) #contents{
padding-top:20px;
}
body:not([data-main-header*="wide"]):not([data-header="col2"]) #contents::before,[data-topslider="true"]:not([data-header="col2"]) #contents::before{
background:var(--clr-base,#f6f8fa);
content:'';
display:block;
position:absolute;
left:0;
width:100%;
height:20px;
transform:translateY(-20px);
}
}
#main-header > *{
margin-top:var(--margin-layout);
}
[data-main-header*="wide"] #main-header{
margin-left:calc(-50vw + 50%);
margin-right:calc(-50vw + 50%);
}
[data-main-header*="wide"] #main-header > *{
margin-top:0;
}
[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"]{
color:var(--clr-txtbody-txt,inherit);
}
[data-color*="clr-txtbody-bg"] [class="txt-body"]{
background-color:var(--clr-txtbody-bg,transparent);
padding:clamp(10px,calc(10*100vw/360),24px);
}
#main-footer .taglist{
justify-content:flex-end;
}
#main-footer :not(.profile-body) > .snsbox{
display:flex;
justify-content:flex-end;
width:100%;
}
.menuboxlist .menubox:not(:first-child){
margin-top:var(--margin-layout);
}
.menulist{
font-size:1.3rem;
line-height:1.5;
}
.menubox .sitemenu,#submenu:not([class="submenu-image"]){
overflow:hidden;
display:grid;
gap:4px;
}
.menubox .sitemenu a,#submenu:not([class="submenu-image"]) a{
background-color:var(--clr-base,#f6f8fa);
border-width:1px;
color:var(--clr-menu-txt,inherit);
text-decoration:none;
display:flex;
align-items:center;
position:relative;
padding:calc(14em/13);
z-index:0;
}
.menubox .sitemenu a::after,#submenu:not([class="submenu-image"]) a::after{
background-color:#000;
content:'';
display:block;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
opacity:0;
z-index:-1;
}
.menubox .sitemenu .haschild,#submenu:not([class="submenu-image"]) .haschild{
position:relative;
}
.menubox .sitemenu .haschild > a,#submenu:not([class="submenu-image"]) .haschild > a{
padding-right:43px;
}
.menubox .sitemenu .haschild::after,#submenu:not([class="submenu-image"]) .haschild::after{
background-color:var(--clr-menu-icon,var(--clr-accent,#1688e0));
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%205V0H5v5H0v1h5v5h1V6h5V5H6Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/11px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%205V0H5v5H0v1h5v5h1V6h5V5H6Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/11px auto;
content:'';
position:absolute;
top:0;
right:0;
width:43px;
height:calc(49.5em/13);
cursor:pointer;
}
.menubox .sitemenu .haschild.show::after,#submenu:not([class="submenu-image"]) .haschild.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%2211%22%20height%3D%221%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20d%3D%22M0%200h11v1H0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/11px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%221%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20d%3D%22M0%200h11v1H0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/11px auto;
}
.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;
}
.menubox .sitemenu .sitemenu_ul > li,#submenu:not([class="submenu-image"]) .sitemenu_ul > li{
margin-top:4px;
}
.menubox .sitemenu .sitemenu_ul a,#submenu:not([class="submenu-image"]) .sitemenu_ul a{
padding-left:calc(36em/13);
}
.menubox .sitemenu .sitemenu_ul a::before,#submenu:not([class="submenu-image"]) .sitemenu_ul a::before{
background:var(--clr-border,#c1c8ce);
content:'';
position:absolute;
top:calc(23em/13);
left:calc(14em/13);
width:calc(12em/13);
height:calc(1em/13);
}
.menubox .sitemenu .sitemenu_ul .sitemenu_ul,#submenu:not([class="submenu-image"]) .sitemenu_ul .sitemenu_ul{
padding-left:1em;
}
.menubox .sitemenu .child,#submenu:not([class="submenu-image"]) .child{
overflow:hidden;
opacity:0;
}
.menubox .sitemenu .child li,.menubox .sitemenu .child a,#submenu:not([class="submenu-image"]) .child li,#submenu:not([class="submenu-image"]) .child a{
transition:0.45s cubic-bezier(0.19,1,0.22,1);
}
#body:not([data-column="col1"]):not([data-column="colsp"])[data-color*="clr-menu-bg"] .menubox .sitemenu a,#body:not([data-column="col1"]):not([data-column="colsp"])[data-color*="clr-menu-bg"] #submenu:not([class="submenu-image"]) a{
background-color:var(--clr-menu-bg);
border-width:0;
}
@media (max-width:1024px){
.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:1025px){
#body:not([data-column="col1"]){
}
#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;
}
#body:not([data-column="col1"]) .menulist a::after{
transition:opacity .3s;
}
#body:not([data-column="col1"]) .menulist a:hover::after{
opacity:.02;
}
#body:not([data-column="col1"]) .menulist .haschild:hover::after{
transition:opacity .3s;
opacity:.5;
}
[data-column="col1"]{
}
[data-column="col1"] .menubox .title + .menulist .sitemenu,[data-column="col1"] .menubox .title + .menulist #submenu:not([class="submenu-image"]){
margin-top:1em;
}
[data-column="col1"] .menubox .sitemenu,[data-column="col1"] #submenu:not([class="submenu-image"]){
display:block;
column-count:3;
gap:2em;
}
[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{
background-color:transparent;
border:none;
padding:0;
display:inline-block;
}
[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 .sitemenu_ul a,[data-column="col1"] #submenu:not([class="submenu-image"]) .sitemenu_ul a{
padding:0 0 0 calc(22em/13);
}
[data-column="col1"] .menubox .sitemenu .sitemenu_ul a::before,[data-column="col1"] #submenu:not([class="submenu-image"]) .sitemenu_ul a::before{
top:calc(9em/13);
left:0;
}
[data-column="col1"] .menubox .sitemenu .child,[data-column="col1"] #submenu:not([class="submenu-image"]) .child{
height:auto;
overflow:visible;
opacity:1;
}
[data-column="col1"] .menulist a span{
transition:opacity .3s;
}
[data-column="col1"] .menulist a:hover span{
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;
}
#footer-menu{
font-size:1.2rem;
line-height:1.5;
}
.footer-menu_ul{
display:flex;
flex-wrap:wrap;
flex-direction:column;
gap:1em 3em;
}
.footer-menu_ul li{
max-width:100%;
}
.footer-menu_ul a{
color:var(--clr-footermenu-txt,inherit);
text-decoration:none;
}
.footer-menu_ul .child li{
margin:1em 0;
}
.footer-menu_ul .child li a{
color:var(--clr-footermenu-child-txt,var(--clr-footermenu-txt,var(--clr-footer-txt,inherit)));
opacity:.75;
}
@media (min-width:1025px){
.footer-menu_ul{
flex-direction:row;
justify-content:center;
}
}
@media (min-width:1025px){
#footer-menu a{
transition:opacity .3s;
}
#footer-menu a:hover{
opacity:.5;
}
}
#copy{
border-top:1px solid rgba(255,255,255,0.2);
font-size:1.2rem;
padding:3em;
position:relative;
text-align:center;
width:100%;
}
#footer{
background-color:var(--clr-footer-bg,#546077);
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,calc(40*100vw/360),64px);
}
#footer .inner > *:nth-last-child(2){
margin-bottom:calc(clamp(40px,calc(40*100vw/360),48px) - 2em);
}
[data-footer=""] #space8{
text-align:center;
}
@media (min-width:1025px){
[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,calc(40*100vw/360),64px);
margin-bottom:clamp(40px,calc(40*100vw/360),48px);
}
[data-footer*="col2"] #footer-menu{
order:-1;
}
}
@media (max-width:1024px){
html:not([data-spmenu="true"]) #body #header.fix{
position:fixed;
top:0;
width:100%;
z-index:100;
transform:translateY(-100%);
}
html:not([data-spmenu="true"]) #body #header.fix:not(.show-header){
overflow:hidden;
}
html:not([data-spmenu="true"]) #body[data-header="fixed"]:not([data-headerimg-img-sp="false"]) #header.fix{
position:fixed;
}
html:not([data-spmenu="true"]) #body #header.fix.hide-header{
transform:translateY(-100%);
transition:0.4s transform cubic-bezier(0.3,0,0.2,1);
pointer-events:none;
}
html:not([data-spmenu="true"]) #body #header.fix.show-header{
transform:none;
transition:0.4s transform cubic-bezier(0.3,0,0.2,1);
}
}
@media (min-width:1025px){
#body:not([data-header="col2"]) #header.fix{
position:fixed;
top:0;
width:100%;
z-index:100;
transform:translateY(-100%);
}
#body:not([data-header="col2"]) #header.fix:not(.show-header){
overflow:hidden;
}
#body:not([data-header="col2"])[data-header="fixed"]:not([data-headerimg-img-sp="false"]) #header.fix{
position:fixed;
}
#body:not([data-header="col2"]) #header.fix.hide-header{
transform:translateY(-100%);
transition:0.4s transform cubic-bezier(0.3,0,0.2,1);
pointer-events:none;
}
#body:not([data-header="col2"]) #header.fix.show-header{
transform:none;
transition:0.4s transform cubic-bezier(0.3,0,0.2,1);
}
}
#whatsnew li{
border-bottom-width:1px;
padding:1.5em 0;
display:flex;
flex-direction:column;
align-items:baseline;
gap:1em;
}
#whatsnew li:first-child{
border-top-width:1px;
}
.whatsnew-time{
flex-shrink:0;
display:flex;
align-items:center;
gap:calc(20em/16);
}
.whatsnew-time .date{
font-size:1.6rem;
opacity:1;
}
.whatsnew-time .date::before{
display:none;
}
.whatsnew-time .cat{
max-width:100px;
}
.whatsnew-txt{
font-size:1.6rem;
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:1025px){
.whatsnew-txt{
-webkit-line-clamp:1;
}
.whatsnew-txt a:hover{
text-decoration:underline;
}
}
.bloglist{
display:grid;
margin:var(--margin-component) 0;
gap:clamp(18px,calc(18*100vw/360),30px);
grid-template-rows:max-content;
}
@media (max-width:1024px){
.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:1025px){
.bloglist[data-bloglist-column*="col2"]{
grid-template-columns:repeat(2,1fr);
}
.bloglist[data-bloglist-column*="col3"]{
grid-template-columns:repeat(3,1fr);
}
.bloglist[data-bloglist-column*="col4"]{
grid-template-columns:repeat(4,1fr);
}
}
[data-blog-mark*="new"]{
position:relative;
z-index:0;
}
[data-blog-mark*="new"]::before{
background:linear-gradient(to right,var(--clr-gradation-start,#1c46c0),var(--clr-gradation-end,#0fc9ff));
color:#fff;
content:'NEW';
display:flex;
justify-content:center;
align-items:center;
font-size:1.2rem;
line-height:1;
padding:calc(6em/12) calc(13em/12);
position:absolute;
top:0;
left:0;
z-index:1;
}
.blog{
container-type:inline-size;
}
.blog .blog-inner{
display:grid;
gap:1.2em;
text-align:left;
}
.blog .blog-thumb{
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.08);
overflow:hidden;
}
.blog .blog-thumb img{
width:100%;
aspect-ratio:410/270;
max-height:270px;
object-fit:cover;
}
.blog .blog-body{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:1em;
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:1.8rem;
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:1025px){
.blog .blog-inner,.blog .blog-thumb,.blog .blog-thumb img{
transition:.3s;
transition-property:transform,opacity,box-shadow;
}
.blog:hover .blog-inner{
opacity:.75;
}
.blog:hover .blog-thumb{
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.2);
}
.blog:hover .blog-thumb img{
transform:scale(1.07);
}
}
@container (max-width:360px){
.blog .blog-title{
-webkit-line-clamp:2;
}
}
@container (max-width:300px){}
@container (max-width:240px){
.blog .blog-title{
font-size:1.4rem;
}
.blog .cat,.blog .author{
display:none;
}
}
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-inner{
display:flex;
align-items:flex-start;
gap:2.5em;
}
.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{
gap:1.2em;
width:55%;
}
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-title{
font-size:2rem;
-webkit-line-clamp:2;
}
@container (max-width:500px){
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-inner{
align-items:stretch;
gap:1em;
}
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-thumb img{
width:100%;
height:100%;
max-height:100px;
}
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-body{
padding-top:0;
}
.bloglist[data-bloglist-horizontal*="true"] .blog .blog-title{
font-size:1.4rem;
}
.bloglist[data-bloglist-horizontal*="true"] .blog .cat,.bloglist[data-bloglist-horizontal*="true"] .blog .author{
display:none;
}
}
@container (min-width:680px){}
@container (min-width:800px){}
@container (min-width:1000px){}
[class^="categorylist"] ul{
margin:var(--margin-component) 0;
overflow:visible;
}
[class^="categorylist"] .article-thumb{
overflow:hidden;
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.08);
}
[class^="categorylist"] .article-thumb img{
width:100%;
aspect-ratio:410/270;
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,calc(16*100vw/360),1.8rem);
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.3rem;
line-height:1.6;
opacity:.75;
}
[class^="categorylist"] .article-more{
text-align:right;
}
[class^="categorylist"] .article-more a{
color:inherit;
font-size:1.8rem;
font-weight:700;
text-decoration:none;
text-transform:uppercase;
position:relative;
padding-right:calc(44em/18);
margin-top:calc(4em/18);
display:flex;
justify-content:flex-end;
align-items:center;
line-height:calc(32/18);
}
[class^="categorylist"] .article-more a::before,[class^="categorylist"] .article-more a::after{
content:'';
display:block;
position:absolute;
top:0;
right:0;
width:calc(32em/18);
height:calc(32em/18);
}
[class^="categorylist"] .article-more a::before{
box-shadow:0 0 0 1px var(--clr-border,#e3ebf2) inset;
border-radius:50%;
}
[class^="categorylist"] .article-more a::after{
background-color:var(--clr-accent,#1688e0);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.657%204.243%201.414%200%200%201.414l4.243%204.243L0%209.899l1.414%201.415L5.657%207.07l1.414-1.414-1.414-1.414Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 54% 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%228%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.657%204.243%201.414%200%200%201.414l4.243%204.243L0%209.899l1.414%201.415L5.657%207.07l1.414-1.414-1.414-1.414Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 54% center/25% auto;
}
@media (min-width:1025px){
[class^="categorylist"] .article-thumb img{
max-height:300px;
}
[class^="categorylist"] .article-thumb,[class^="categorylist"] .article-thumb img,[class^="categorylist"] .article-title,[class^="categorylist"] .article-desc{
transition:.3s;
transition-property:transform,opacity,box-shadow;
}
[class^="categorylist"] .article-more a::before{
transition:.3s;
transition-property:background-color,box-shadow;
}
[class^="categorylist"] .article-more a::after{
transition:background-color .3s;
}
[class^="categorylist"] .article:hover .article-thumb{
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.2);
}
[class^="categorylist"] .article:hover .article-thumb img{
transform:scale(1.07);
}
[class^="categorylist"] .article:hover .article-title,[class^="categorylist"] .article:hover .article-desc{
opacity:.75;
}
[class^="categorylist"] .article:hover .article-more a::before{
background-color:var(--clr-accent,#1688e0);
box-shadow:none;
}
[class^="categorylist"] .article:hover .article-more a::after{
background-color:#fff;
}
}
@keyframes circleLink{
0%{
transform:translateX(0);
opacity:1;
}
50%{
transform:translateX(30px);
opacity:1;
}
51%{
transform:translateX(30px);
opacity:0;
}
52%{
transform:translateX(-30px);
opacity:0;
}
53%{
transform:translateX(-30px);
opacity:1;
}
100%{
transform:translateX(0);
opacity:1;
}
}
.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:.625em;
}
.categorylist-vertical ul{
display:grid;
gap:2em;
}
.categorylist-vertical .article{
position:relative;
}
.categorylist-vertical .article-inner{
display:flex;
flex-wrap:wrap;
gap:1em 2.5em;
}
.categorylist-vertical .article-thumb{
flex:1 1 360px;
}
.categorylist-vertical .article-body{
flex:9999 1 240px;
display:flex;
flex-direction:column;
gap:.625em;
}
@media (min-width:1025px){
.categorylist-vertical .article-thumb img{
max-height:200px;
}
.categorylist-vertical .article-more a{
margin-top:calc(8em/18);
}
}
.categorylist-alternate{
container-type:inline-size;
}
.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:.625em;
}
@container (min-width:800px){
.categorylist-alternate ul{
gap:3em;
}
.categorylist-alternate .article-body{
padding:0 2vw;
}
.categorylist-alternate .article-title{
-webkit-line-clamp:3;
}
.categorylist-alternate .article-desc{
-webkit-line-clamp:4;
}
.categorylist-alternate li:nth-child(odd) .article-body{
padding-right:0;
}
.categorylist-alternate li:nth-child(even) .article-body{
order:-1;
padding-left:0;
}
.categorylist-alternate .article-more a{
margin-top:calc(8em/18);
}
}
#entrylist ul{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(min(100%,190px),1fr));
gap:1em;
overflow:visible;
}
#entrylist .article{
position:relative;
}
#entrylist .article-inner{
display:flex;
flex-direction:column;
gap:1em;
}
#entrylist .article-thumb{
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.08);
flex-shrink:0;
overflow:hidden;
}
#entrylist .article-thumb img{
width:100%;
aspect-ratio:200/120;
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:1025px){
#entrylist .article-thumb,#entrylist .article-thumb img,#entrylist .article-body{
transition:.3s;
transition-property:transform,opacity,box-shadow;
}
#entrylist .article:hover .article-thumb{
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.2);
}
#entrylist .article:hover .article-thumb img{
transform:scale(1.07);
}
#entrylist .article:hover .article-body{
opacity:.75;
}
}
#searchresult ul{
margin:var(--margin-component) 0;
display:grid;
gap:2em;
overflow:visible;
}
#searchresult .article{
position:relative;
}
#searchresult .article-inner{
display:flex;
flex-wrap:wrap;
gap:1em 2.5em;
}
#searchresult .article-thumb{
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.08);
flex:1 1 360px;
overflow:hidden;
}
#searchresult .article-thumb img{
width:100%;
aspect-ratio:410/270;
object-fit:cover;
max-height:200px;
}
#searchresult .article-body{
flex:9999 1 240px;
display:flex;
flex-direction:column;
gap:.625em;
}
#searchresult .article-title{
color:inherit;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
font-size:clamp(1.6rem,calc(16*100vw/360),1.8rem);
font-weight:700;
line-height:1.5;
}
#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.3rem;
line-height:1.6;
opacity:.75;
}
#searchresult .article-more{
display:none;
}
@media (min-width:1025px){
#searchresult .article-thumb,#searchresult .article-thumb img,#searchresult .article-body{
transition:.3s;
transition-property:transform,opacity,box-shadow;
}
#searchresult .article:hover .article-thumb{
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.2);
}
#searchresult .article:hover .article-thumb img{
transform:scale(1.07);
}
#searchresult .article:hover .article-body{
opacity:.75;
}
}
#notfound .search{
margin:2em 0;
}
@media (min-width:1025px){
#notfound .search-form{
width:360px;
}
}
.author{
display:flex;
align-items:center;
gap:.5em;
}
.author-image{
width:32px;
height:32px;
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.2rem;
line-height:1.5;
opacity:.75;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
overflow:hidden;
}
.author-name a{
color:inherit;
text-decoration:none;
}
blockquote{
background:var(--clr-base,#f6f8fa);
margin:var(--margin-component) 0;
padding:2em;
padding-left:calc(calc(32em/16) + 2.5em);
position:relative;
}
blockquote::before{
background-color:var(--clr-main,#0b4c86);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2229%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23E2E6ED%22%20d%3D%22M12.172%2016.516v12.246H.863v-9.668c0-5.235.625-9.024%201.875-11.367%201.64-3.125%204.239-5.489%207.793-7.09l2.578%204.101c-2.148.899-3.73%202.246-4.746%204.043-1.015%201.758-1.582%204.336-1.699%207.735h5.508Zm18.164%200v12.246H19.027v-9.668c0-5.235.625-9.024%201.875-11.367%201.641-3.125%204.239-5.489%207.793-7.09l2.578%204.101c-2.148.899-3.73%202.246-4.746%204.043-1.015%201.758-1.582%204.336-1.699%207.735h5.508Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2229%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23E2E6ED%22%20d%3D%22M12.172%2016.516v12.246H.863v-9.668c0-5.235.625-9.024%201.875-11.367%201.64-3.125%204.239-5.489%207.793-7.09l2.578%204.101c-2.148.899-3.73%202.246-4.746%204.043-1.015%201.758-1.582%204.336-1.699%207.735h5.508Zm18.164%200v12.246H19.027v-9.668c0-5.235.625-9.024%201.875-11.367%201.641-3.125%204.239-5.489%207.793-7.09l2.578%204.101c-2.148.899-3.73%202.246-4.746%204.043-1.015%201.758-1.582%204.336-1.699%207.735h5.508Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
content:'';
display:block;
position:absolute;
top:2em;
left:1.5em;
width:calc(32em/16);
height:calc(29em/16);
opacity:.1;
}
[class*="alert"]{
background:#ffedef;
}
[class*="accept"]{
background:#ddf6ee;
}
[class*="attention"]{
background:#fff5da;
}
[class*="hint"]{
background:#e5edff;
}
.alert::before,.accept::before,.attention::before,.thint::before,.cbox-d .cbox-caption span::before{
background-position:center;
background-repeat:no-repeat;
background-size:calc(28em/16);
content:'';
border-radius:50%;
position:absolute;
width:calc(28em/16);
height:calc(28em/16);
}
.alert:not(.noimage)::before,[class*="cbox-alert"] .cbox-caption span::before{
background-color:#d9394a;
background-image:url(img/icon_alert.svg);
}
.accept:not(.noimage)::before,[class*="cbox-accept"] .cbox-caption span::before{
background-color:#00b47f;
background-image:url(img/icon_accept.svg);
}
.attention:not(.noimage)::before,[class*="cbox-attention"] .cbox-caption span::before{
background-color:#ffc700;
background-image:url(img/icon_attention.svg);
}
.thint:not(.noimage)::before,[class*="cbox-hint"] .cbox-caption span::before{
background-color:#3069e9;
background-image:url(img/icon_thint.svg);
}
.alert,.accept,.attention,.thint{
line-height:1.5;
margin:var(--margin-component) 0;
padding:2em 1.5em;
position:relative;
}
.alert:not(.noimage),.accept:not(.noimage),.attention:not(.noimage),.thint:not(.noimage){
padding-left:calc(1.5em + 2.5em);
}
.alert:not(.noimage)::before,.accept:not(.noimage)::before,.attention:not(.noimage)::before,.thint:not(.noimage)::before{
top:calc(2em - 0.125em);
left:1.5em;
}
.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:calc(16em/18);
position:relative;
}
.cbox-d .cbox-caption span::before{
top:0;
left:0;
}
[class*="cbox-alert"] .cbox-caption{
background:#d9394a;
}
[class*="cbox-alert"] .cbox-caption span{
color:#d9394a;
}
[class*="cbox-alert"],[class*="cbox-alert"] .cbox-caption::before,[class*="cbox-alert"] .cbox-caption::after{
border-color:#d9394a;
}
[class*="cbox-accept"] .cbox-caption{
background:#00b47f;
}
[class*="cbox-accept"] .cbox-caption span{
color:#00b47f;
}
[class*="cbox-accept"],[class*="cbox-accept"] .cbox-caption::before,[class*="cbox-accept"] .cbox-caption::after{
border-color:#00b47f;
}
[class*="cbox-attention"] .cbox-caption{
background:#ffc700;
}
[class*="cbox-attention"] .cbox-caption span{
color:#da9d00;
}
[class*="cbox-attention"],[class*="cbox-attention"] .cbox-caption::before,[class*="cbox-attention"] .cbox-caption::after{
border-color:#ffc700;
}
[class*="cbox-hint"] .cbox-caption{
background:#3069e9;
}
[class*="cbox-hint"] .cbox-caption span{
color:#3069e9;
}
[class*="cbox-hint"],[class*="cbox-hint"] .cbox-caption::before,[class*="cbox-hint"] .cbox-caption::after{
border-color:#3069e9;
}
.cbox-d[class*="01"]{
border-width:2px;
}
.cbox-d[class*="01"] .cbox-caption{
background:transparent;
margin-bottom:calc(-9em/18);
padding:calc(24em/18) calc(24em/18) 0;
}
.cbox-d[class*="01"] .cbox-caption span{
padding-left:calc(34em/16);
}
.cbox-d[class*="01"] .cbox-body{
padding:calc(24em/16);
}
.cbox-d[class*="02"]{
background:#fff;
border-width:2px;
border-top:none;
margin-top:calc(var(--margin-component) + calc(14em/16));
}
.cbox-d[class*="02"] .cbox-caption{
background:transparent;
display:flex;
margin-bottom:calc(-9em/18);
padding:0;
}
.cbox-d[class*="02"] .cbox-caption::before,.cbox-d[class*="02"] .cbox-caption::after{
content:'';
border-top-width:2px;
}
.cbox-d[class*="02"] .cbox-caption::before{
margin-right:calc(10em/18);
width:12px;
}
.cbox-d[class*="02"] .cbox-caption::after{
flex-grow:1;
margin-left:calc(10em/18);
}
.cbox-d[class*="02"] .cbox-caption span{
padding-left:calc(34em/16);
margin-top:calc(-14em/16);
}
.cbox-d[class*="02"] .cbox-body{
padding:calc(32em/16) calc(24em/16);
}
.cbox-d[class*="03"]{
margin-top:calc(var(--margin-component) + calc(18em/16));
}
.cbox-d[class*="03"] .cbox-caption{
display:inline-block;
padding:calc(4em/18) calc(9em/18);
padding-right:calc(13em/18);
position:relative;
top:calc(-18em/18);
margin-bottom:calc(-18em/18);
max-width:100%;
}
.cbox-d[class*="03"] .cbox-caption span{
color:#fff;
padding-left:calc(28em/16);
}
.cbox-d[class*="03"] .cbox-body{
margin-top:calc(-18em/16);
padding:calc(32em/16) calc(24em/16);
}
.cbox-d[class*="04"]{
background:#fff;
border-width:2px;
border-top:none;
overflow:hidden;
}
.cbox-d[class*="04"] .cbox-caption{
margin-bottom:0;
padding:calc(12em/18) calc(18em/18);
}
.cbox-d[class*="04"] .cbox-caption span{
color:#fff;
padding-left:calc(28em/16);
}
.cbox-d[class*="04"] .cbox-body{
padding:calc(24em/16);
}
.cat{
display:inline-flex;
}
.cat a{
background-color:var(--clr-main,#0b4c86);
color:#fff;
font-size:1.2rem;
line-height:1.8;
padding:0 calc(10em/12);
text-decoration:none;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
overflow:hidden;
}
@media (min-width:1025px){
.cat a{
transition:opacity .3s;
}
.cat a:hover{
opacity:.5;
}
}
.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:#f2f2f2;
flex-grow:1;
}
.chart .graph .bar{
background:linear-gradient(to right,var(--clr-gradation-start,#1c46c0),var(--clr-gradation-end,#0fc9ff));
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{
background:#f6f8fa;
color:#222;
margin-left:auto;
margin-right:auto;
position:relative;
overflow:hidden;
container-type:inline-size;
}
.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:#1c46c0;
border-radius:100px;
color:#fff;
display:inline-block;
font-size:1.2rem;
padding:.5em 1.5em;
}
@media (min-width:1025px){
.cta{
transition:opacity .3s;
}
.cta:hover{
opacity:.75;
}
}
@container (max-width:280px){
.cta .cta-img img{
height:90px;
}
.cta .cta-body{
gap:10px 0;
}
.cta .cta-title{
font-size:1.5rem;
}
.cta .cta-desc{
font-size:1rem;
}
.cta .cta-more span{
font-size:1rem;
}
}
@container (min-width:600px){
.cta.cta-left .cta-inner{
flex-direction:row;
}
.cta.cta-left .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;
}
}
@container (min-width:600px){
.cta .cta-inner{
display:flex;
flex-direction:row-reverse;
}
.cta .cta-img{
width:45%;
}
.cta .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 .cta-img span{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.cta .cta-body{
margin-top:0;
padding:32px;
width:55%;
}
.cta .cta-title{
text-align:left;
}
.cta .cta-desc{
font-size:1.3rem;
}
.cta .cta-more{
text-align:left;
}
}
@container (min-width:800px){
.cta[data-cta-size=""] .cta-img{
width:50%;
}
.cta[data-cta-size=""] .cta-body{
width:50%;
padding:40px;
gap:24px 0;
}
.cta[data-cta-size=""] .cta-title{
font-size:2.6rem;
}
.cta[data-cta-size=""] .cta-desc{
display:block;
font-size:1.5rem;
}
.cta[data-cta-size=""] .cta-more span{
display:block;
font-size:1.5rem;
text-align:center;
}
}
@container (min-width:728px){
.cta[data-cta-size="horizontal"] .cta-img{
width:38%;
}
.cta[data-cta-size="horizontal"] .cta-body{
width:62%;
display:flex;
flex-direction:row;
align-items:center;
gap:0 20px;
}
.cta[data-cta-size="horizontal"] .cta-more{
flex-shrink:0;
}
}
.cta-footer{
background:#dbe2e8;
color:#222;
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:#1c46c0;
border-radius:100px;
color:#fff;
display:block;
font-size:2rem;
font-weight:700;
padding:.8em;
text-decoration:none;
}
@media (min-width:1025px){
.cta-footer .cta-more a{
transition:opacity .3s;
}
.cta-footer .cta-more a:hover{
opacity:.75;
}
}
#cta-fixed{
display:none;
}
@media (min-width:1025px){
#cta-fixed{
background:#fff;
display:block;
position:absolute;
right:4px;
bottom:50%;
opacity:0;
visibility:hidden;
transition:opacity .5s,visibility .5s;
z-index:99;
width:250px;
}
#cta-fixed.fixed__follow{
position:fixed;
bottom:4px;
opacity:1;
visibility:visible;
}
#cta-fixed #cta-fixedbtn{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border:0;
font:inherit;
outline:none;
padding:0;
background-color:#606060;
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{
margin:0;
}
#cta-fixed.fixed__close{
display:none;
}
}
.date{
font-size:1.2rem;
font-weight:600;
line-height:1;
position:relative;
opacity:.75;
flex-shrink:0;
}
.date.updated{
padding-left:1.5em;
}
.date.updated::before{
background-color:var(--clr-body-txt,#222);
-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;
content:'';
position:absolute;
top:0;
left:0;
width:1em;
height:1em;
}
.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_plugin{
overflow:hidden;
}
#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:1025px){
[data-header=""] #space7,[data-header="row2"] #space7,[data-header="row2-lead"] #space7,[data-header="row2-center"] #space7,[data-header="fixed"] #space7{
display:flex;
gap:1em;
}
}
#space8 .space-box:not(:first-child){
margin-top:2em;
}
[data-headerimg-type="header"] #headerimg{
position:relative;
z-index:0;
}
[data-headerimg-type="header"] #headerimg::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{
text-align:center;
line-height:0;
}
.headerimg-img img{
width:100%;
height:var(--h-hdr-sp,100%);
object-fit:cover;
}
@media (min-width:1025px){
.headerimg-img img{
height:var(--h-hdr-pc,100%);
}
}
.headerimg-item{
max-height:100%;
}
.headerimg-item a{
display:contents;
}
.headerimg-item img{
max-height:100%;
object-fit:contain;
}
@media (max-width:1024px){
.headerimg-item{
text-align:center;
}
}
.headerimg-txt{
color:var(--clr-headerimg-txt,var(--clr-body-txt,inherit));
display:grid;
gap:1em;
}
.headerimg-title{
font-size:clamp(2rem,calc(20*100vw/360),2.8rem);
font-weight:700;
line-height:1.5;
margin:0;
}
[data-headerimg-type=""][data-page*="other"] .headerimg-title{
padding-bottom:calc(18em/28);
position:relative;
}
[data-headerimg-type=""][data-page*="other"] .headerimg-title::after{
background-color:var(--clr-main,#0b4c86);
content:'';
display:block;
position:absolute;
left:0;
bottom:0;
width:100%;
height:2px;
opacity:.2;
}
.headerimg-desc{
font-size:clamp(1.3rem,calc(13*100vw/360),1.4rem);
line-height:1.9;
}
@media (max-width:1024px){
[data-headerimg-type="header"][data-headerimg-img-sp="true"] .headerimg-desc{
overflow:hidden;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:4;
}
}
.headerimg-meta{
display:contents;
}
.headerimg-meta .date::before{
background-color:var(--clr-headerimg-txt,var(--clr-body-txt,#222));
}
.headerimg-meta .cat{
order:-1;
}
@media (max-width:1024px){
[data-headerimg-type="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) #headerimg{
height:var(--h-hdr-sp);
overflow:hidden;
}
[data-headerimg-type="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) #headerimg::before{
display:block;
}
[data-headerimg-type="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-inner{
padding:var(--padding-overall);
height:var(--h-hdr-sp);
}
[data-headerimg-type="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-item{
text-align:center;
}
[data-headerimg-type="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-txt{
color:var(--clr-headerimg-txt,#fff);
}
[data-headerimg-type="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-title{
padding:0;
}
[data-headerimg-type="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-meta .author-name,[data-headerimg-type="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-meta .date{
opacity:1;
}
[data-headerimg-type="header"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-meta .date.updated::before{
background-color:var(--clr-headerimg-txt,#fff);
opacity:1;
}
[data-header="fixed"]:not([data-headerimg-img-sp="false"])#body #headerimg::before{
display:block;
grid-row:1/2;
grid-column:1/2;
}
[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::before{
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:1025px){
[data-headerimg-type="header"] #headerimg{
height:var(--h-hdr-pc);
overflow:hidden;
}
[data-headerimg-type="header"] #headerimg::before{
display:block;
}
[data-headerimg-type="header"] .headerimg-inner{
padding:min(var(--padding-overall),72px);
height:var(--h-hdr-pc);
}
[data-headerimg-type="header"] .headerimg-item{
text-align:center;
}
[data-headerimg-type="header"] .headerimg-txt{
color:var(--clr-headerimg-txt,#fff);
}
[data-headerimg-type="header"] .headerimg-title{
padding:0;
}
[data-headerimg-type="header"] .headerimg-meta .author-name,[data-headerimg-type="header"] .headerimg-meta .date{
opacity:1;
}
[data-headerimg-type="header"] .headerimg-meta .date.updated::before{
background-color:var(--clr-headerimg-txt,#fff);
opacity:1;
}
[data-header="fixed"]#body #headerimg::before{
display:block;
}
[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::before{
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;
}
}
#headerimg{
display:grid;
gap:2em;
}
.headerimg-inner{
display:contents;
}
@media (max-width:1024px){
[data-headerimg-type="header"][data-headerimg-img-sp="true"]:not([data-headerimg-title-sp="under"]) #headerimg{
gap:0;
}
[data-headerimg-type="header"][data-headerimg-img-sp="true"]:not([data-headerimg-title-sp="under"]) .headerimg-img,[data-headerimg-type="header"][data-headerimg-img-sp="true"]:not([data-headerimg-title-sp="under"]) .headerimg-inner{
grid-row:1/2;
grid-column:1/2;
}
[data-headerimg-type="header"][data-headerimg-img-sp="true"]:not([data-headerimg-title-sp="under"]) .headerimg-inner{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
gap:2em;
position:relative;
z-index:0;
}
[data-headerimg-type="header"][data-headerimg-img-sp="true"]:not([data-headerimg-title-sp="under"]) .headerimg-txt{
width:100%;
}
[data-headerimg-type="header"][data-headerimg-img-sp="true"]:not([data-headerimg-title-sp="under"]) .headerimg-item{
text-align:center;
}
}
@media (min-width:1025px){
[data-headerimg-type="header"] #headerimg{
gap:0;
position:relative;
}
[data-headerimg-type="header"] .headerimg-img,[data-headerimg-type="header"] .headerimg-inner{
grid-row:1/2;
grid-column:1/2;
}
[data-headerimg-type="header"] .headerimg-inner{
display:flex;
align-items:center;
position:relative;
z-index:0;
gap:3vw;
}
[data-headerimg-type="header"] .headerimg-item{
display:flex;
justify-content:center;
flex-shrink:0;
width:47%;
}
[data-headerimg-type="header"] .headerimg-txt{
text-align:left;
max-width:70%;
width:100%;
margin-left:auto;
margin-right:auto;
}
[data-headerimg-type="header"] .headerimg-item{
text-align:center;
}
}
@media (max-width:1024px){
[data-main-header*="wide"][data-headerimg-img-sp="false"] #headerimg{
margin-top:var(--margin-layout);
padding-left:var(--padding-overall);
padding-right:var(--padding-overall);
}
}
@media (min-width:1025px){
[data-main-header*="wide"] .headerimg-inner{
margin-left:auto;
margin-right:auto;
padding-left:var(--padding-overall);
padding-right:var(--padding-overall);
max-width:calc(var(--width-overall) + calc(var(--padding-overall) * 2));
width:100%;
}
}
@media (max-width:1024px){
[data-header="fixed"]:not([data-headerimg-img-sp="false"]) #headerimg .headerimg-inner{
padding-top:calc(80px + var(--padding-overall));
}
}
@media (min-width:1025px){
[data-header="fixed"]:not([data-headerimg-img="false"]) #headerimg .headerimg-inner{
padding-top:calc(104px + min(var(--padding-overall),72px));
}
}
[data-main-header="false"] #headerimg{
display:none;
}
@media (min-width:1025px){
[data-headerimg-img="false"] .headerimg-img{
display:none;
}
}
@media (min-width:1025px){
[data-headerimg-title="left"][data-headerimg-type="header"] .headerimg-txt{
width:50%;
margin-left:0;
}
[data-headerimg-title="right"][data-headerimg-type="header"] .headerimg-txt{
width:50%;
margin-right:0;
}
[data-headerimg-title="center"][data-headerimg-type="header"] .headerimg-txt{
text-align:center;
}
[data-headerimg-title="center"][data-headerimg-type="header"] .author,[data-headerimg-title="center"][data-headerimg-type="header"] .cat{
justify-content:center;
}
[data-headerimg-title="false"] .headerimg-title{
display:none;
}
}
@media (min-width:1025px){
[data-headerimg-desc="false"] .headerimg-desc{
display:none;
}
}
@media (min-width:1025px){
[data-headerimg-item="right"][data-headerimg-type="header"] .headerimg-item{
order:1;
margin-left:auto;
}
[data-headerimg-item="false"] .headerimg-item{
display:none;
}
}
@media (min-width:1025px){
[data-headerimg-meta="false"] .headerimg-meta{
display:none;
}
}
@media (max-width:1024px){
[data-headerimg-img-sp="false"] .headerimg-img{
display:none;
}
}
@media (max-width:1024px){
[data-headerimg-title-sp="under"][data-headerimg-type="header"][data-headerimg-img-sp="true"]:not([data-headerimg-item-sp="false"]) .headerimg-img{
grid-row:1/2;
grid-column:1/2;
}
[data-headerimg-title-sp="under"][data-headerimg-type="header"][data-headerimg-img-sp="true"]:not([data-headerimg-item-sp="false"]) .headerimg-item{
display:flex;
justify-content:center;
align-items:center;
grid-row:1/2;
grid-column:1/2;
position:relative;
background-color:var(--clr-headerimg-overlay,rgba(0,0,0,0.3));
height:var(--h-hdr-sp);
overflow:hidden;
}
[data-headerimg-title-sp="under"][data-headerimg-type="header"][data-headerimg-img-sp="true"]:not([data-headerimg-item-sp="false"]) .headerimg-item img{
margin:var(--padding-overall);
max-width:calc(100% - calc(var(--padding-overall) * 2));
max-height:calc(100% - calc(var(--padding-overall) * 2));
}
[data-headerimg-title-sp="under"][data-main-header*="wide"][data-headerimg-img-sp="true"] .headerimg-txt{
padding:0 var(--padding-overall);
}
[data-headerimg-title-sp="under"][data-header="fixed"][data-headerimg-img-sp="true"] .headerimg-inner .headerimg-item{
background-color:transparent;
}
[data-headerimg-title-sp="under"][data-header="fixed"][data-headerimg-img-sp="true"] .headerimg-inner .headerimg-item img{
margin-top:calc(80px + var(--padding-overall));
max-height:calc(100% - calc(var(--padding-overall) + calc(80px + var(--padding-overall))));
}
[data-headerimg-title-sp="false"] .headerimg-title{
display:none;
}
}
@media (max-width:1024px){
[data-headerimg-type][data-headerimg-desc-sp="false"] .headerimg-desc{
display:none;
}
}
@media (max-width:1024px){
[data-headerimg-item-sp="false"] .headerimg-item{
display:none;
}
}
@media (max-width:1024px){
[data-headerimg-meta-sp="false"] .headerimg-meta{
display:none;
}
}
#whatsnew .title,[class*='categorylist'] .title,.entrylist-title,.blogarea .title,#main .space-box > .title{
background:linear-gradient(to right,var(--clr-gradation-start,#1c46c0),var(--clr-gradation-end,#0fc9ff));
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
font-size:clamp(2rem,calc(20*100vw/360),2.4rem);
font-weight:700;
line-height:1.5;
margin-bottom:var(--margin-component);
width:fit-content;
}
#whatsnew .title i,[class*='categorylist'] .title i,.entrylist-title i,.blogarea .title i,#main .space-box > .title i{
-webkit-background-clip:border-box;
-webkit-text-fill-color:currentcolor;
display:block;
font-size:calc(11em/24);
font-style:normal;
}
#whatsnew .title *:not(i),[class*='categorylist'] .title *:not(i),.entrylist-title *:not(i),.blogarea .title *:not(i),#main .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,#main .space-box > .title *:not(i)::before,#main .space-box > .title *:not(i)::after{
display:none !important;
}
[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"] #main .space-box > .title{
padding:calc(16em/28) calc(22em/28);
position:relative;
width:auto;
}
[data-color*="clr-contenttitle-bg"] #whatsnew .title::before,[data-color*="clr-contenttitle-bg"] [class*='categorylist'] .title::before,[data-color*="clr-contenttitle-bg"] .entrylist-title::before,[data-color*="clr-contenttitle-bg"] .blogarea .title::before,[data-color*="clr-contenttitle-bg"] #main .space-box > .title::before{
background-color:var(--clr-contenttitle-bg);
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:-1;
}
[data-color*="clr-contenttitle-txt"] #whatsnew .title,[data-color*="clr-contenttitle-txt"] [class*='categorylist'] .title,[data-color*="clr-contenttitle-txt"] .entrylist-title,[data-color*="clr-contenttitle-txt"] .blogarea .title,[data-color*="clr-contenttitle-txt"] #main .space-box > .title{
background:linear-gradient(to right,var(--clr-contenttitle-txt),var(--clr-contenttitle-txt));
-webkit-background-clip:text;
}
#searchresult .title,#footer .space-box > .title{
font-size:2rem;
font-weight:700;
line-height:1.5;
margin-bottom:var(--margin-component);
}
.menubox > .title,#pickupentry > .title,.newentry-title,#menu .space-box > .title,#rmenu .space-box > .title{
color:var(--clr-menutitle-txt);
font-size:clamp(2rem,calc(20*100vw/360),2rem);
font-weight:700;
line-height:1.5;
padding:calc(16em/20) 0 calc(14em/20);
margin-bottom:calc(6em/20);
position:relative;
z-index:0;
}
.menubox > .title::before,#pickupentry > .title::before,.newentry-title::before,#menu .space-box > .title::before,#rmenu .space-box > .title::before{
background-color:var(--clr-main,#0b4c86);
content:'';
position:absolute;
top:0;
left:0;
right:0;
height:2px;
z-index:-1;
opacity:.2;
}
.menubox > .title::after,#pickupentry > .title::after,.newentry-title::after,#menu .space-box > .title::after,#rmenu .space-box > .title::after{
background-color:var(--clr-accent,#1688e0);
content:'';
position:absolute;
top:0;
left:0;
width:calc(40em/20);
height:2px;
z-index:-1;
}
.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;
}
[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{
background-color:var(--clr-menutitle-bg);
padding:calc(16em/20) calc(14em/20) calc(14em/20);
}
h1{
font-size:clamp(2rem,calc(20*100vw/360),3rem);
font-weight:700;
line-height:1.5;
margin:0 0 1.2em;
}
h2{
font-size:clamp(2rem,calc(20*100vw/360),2.8rem);
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.9rem,calc(19*100vw/360),2.4rem);
font-weight:700;
line-height:1.5;
margin:1em 0;
}
h4{
font-size:clamp(1.8rem,calc(18*100vw/360),2.2rem);
font-weight:700;
line-height:1.5;
margin:.8em 0;
}
h5{
font-size:clamp(1.7rem,calc(17*100vw/360),2rem);
font-weight:700;
line-height:1.5;
margin:.8em 0;
}
h6{
font-size:clamp(1.6rem,calc(16*100vw/360),1.8rem);
font-weight:700;
line-height:1.5;
margin:.8em 0;
}
h2:not([class*="topic"]){
color:var(--clr-articletitle-txt);
margin-top:2em;
padding-bottom:calc(21em/28);
position:relative;
z-index:0;
}
h2:not([class*="topic"])::before{
background-color:var(--clr-main,#0b4c86);
content:'';
position:absolute;
left:0;
right:0;
bottom:0;
height:3px;
z-index:-1;
opacity:.2;
}
h2:not([class*="topic"])::after{
background:linear-gradient(to right,var(--clr-gradation-start,#1c46c0),var(--clr-gradation-end,#0fc9ff));
content:'';
position:absolute;
left:0;
bottom:0;
width:calc(85em/28);
height:3px;
z-index:-1;
}
h2:not([class*="topic"]) i{
margin-bottom:.1em;
}
[data-color*="clr-articletitle-bg"] h2:not([class*="topic"]){
background-color:var(--clr-articletitle-bg);
padding:calc(18em/28) calc(26em/28) calc(21em/28);
}
#main section > h2:not([class*="topic"]){
margin-top:0;
}
[data-column="col1"][data-main="wide"] h2:not([class*="topic"]){
font-size:clamp(2.2rem,calc(22*100vw/360),3rem);
padding:0;
text-align:center;
}
[data-column="col1"][data-main="wide"] h2:not([class*="topic"])::before,[data-column="col1"][data-main="wide"] h2:not([class*="topic"])::after{
display:none;
}
[data-column="col1"][data-main="wide"] h2:not([class*="topic"]) i{
color:var(--clr-accent,#1688e0);
}
h3:not([class*="topic"]){
margin-top:2em;
padding-bottom:calc(18em/24);
position:relative;
}
h3:not([class*="topic"])::after{
background-color:var(--clr-main,#0b4c86);
content:'';
display:block;
position:absolute;
left:0;
bottom:0;
width:100%;
height:2px;
opacity:.2;
}
.top_inner h3{
border-bottom:unset;
margin-top:unset;
padding-bottom:unset;
position:static;
}
h4:not([class*="topic"]){
padding-left:calc(12em/22);
position:relative;
border-left:calc(5em/22) solid var(--clr-accent,#1688e0);
}
h5:not([class*="topic"]){
position:relative;
padding-left:1em;
}
h5:not([class*="topic"])::before{
background:var(--clr-main,#0b4c86);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231B4877%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%204H4v4h4V4ZM0%200v12h12V0H0Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231B4877%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%204H4v4h4V4ZM0%200v12h12V0H0Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
content:'';
position:absolute;
top:calc(9em/20);
left:0;
width:calc(12em/20);
height:calc(12em/20);
}
h6:not([class*="topic"]){
padding-left:1em;
position:relative;
}
h6:not([class*="topic"])::before{
background:var(--clr-accent,#1688e0);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2217%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.607%208.485%202.12%200%200%202.121l6.364%206.365L0%2014.85l2.122%202.12%208.485-8.484Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center left/calc(11em/18) auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2217%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.607%208.485%202.12%200%200%202.121l6.364%206.365L0%2014.85l2.122%202.12%208.485-8.484Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center left/calc(11em/18) auto;
content:'';
display:block;
position:absolute;
top:0;
left:0;
width:calc(11em/18);
height:calc(1em*1.5);
}
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:var(--clr-main,#0b4c86);
display:inline-block;
content:'';
margin-left:calc(-16em/16);
margin-right:calc(13em/16);
width:calc(4em/16);
height:calc(4em/16);
position:relative;
top:calc(-5em/16);
}
ol:not([id]):not([class]) li::marker{
color:var(--clr-main,#0b4c86);
font-size:2rem;
font-weight:700;
line-height:1;
}
ul.newentry{
display:grid;
align-items:start;
grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));
gap:calc(20em/16);
overflow:hidden;
}
.newentry .article .date{
font-size:1rem;
opacity:.5;
}
.newentry .article .date::before{
display:none;
}
.newentry .article .cat a{
background-color:transparent;
color:inherit;
font-size:1rem;
line-height:1;
padding:0;
opacity:.5;
}
.newentry .article-inner{
display:flex;
align-items:center;
gap:calc(16em/16);
}
.newentry .article-thumb{
flex-shrink:0;
overflow:hidden;
width:100px;
}
.newentry .article-thumb img{
width:100%;
aspect-ratio:100/72;
object-fit:cover;
}
.newentry .article-body{
display:flex;
flex-direction:column;
gap:calc(8em/16);
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;
line-height:1.5;
}
.newentry .article-title a{
color:inherit;
text-decoration:none;
}
.newentry .article-info{
display:flex;
align-items:center;
gap:0 calc(10em/16);
}
@media (min-width:1025px){
.newentry .article-thumb img,.newentry .article-body{
transition:.3s;
transition-property:transform,opacity;
}
.newentry .article:hover .article-thumb img{
transform:scale(1.07);
}
.newentry .article:hover .article-body{
opacity:.75;
}
}
.pagelist_ul{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:calc(6em/16);
line-height:1;
}
.pagelist_ul li{
box-shadow:0 0 0 1px var(--clr-border,#e3ebf2) inset;
color:var(--clr-main,#0b4c86);
display:flex;
justify-content:center;
align-items:center;
font-size:2rem;
font-weight:700;
width:calc(40em/20);
height:calc(40em/20);
overflow:hidden;
}
.pagelist_ul li.current{
background:var(--clr-main,#0b4c86);
box-shadow:none;
color:#fff;
}
.pagelist_ul li.prev,.pagelist_ul li.next{
box-shadow:none;
}
.pagelist_ul li.prev a,.pagelist_ul li.next a{
text-indent:200%;
white-space:nowrap;
overflow:hidden;
position:relative;
}
.pagelist_ul li.prev a::before,.pagelist_ul li.next a::before{
background-color:var(--clr-main,#0b4c86);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231B4D79%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.9%208.485%201.413%200%200%201.414%208.485%209.9%200%2018.385l1.414%201.414L9.9%2011.314l1.415-1.415-1.415-1.414Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 54% center/30% auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231B4D79%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.9%208.485%201.413%200%200%201.414%208.485%209.9%200%2018.385l1.414%201.414L9.9%2011.314l1.415-1.415-1.415-1.414Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 54% center/30% auto;
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.pagelist_ul li.prev{
margin-right:.2em;
}
.pagelist_ul li.prev a::before{
transform:scale(-1,1);
}
.pagelist_ul li.next{
margin-left:.2em;
}
.pagelist_ul a{
color:inherit;
display:flex;
justify-content:center;
align-items:center;
text-decoration:none;
width:100%;
height:100%;
}
@media (min-width:1025px){
.pagelist_ul li:not(.current){
transition:background .3s;
}
.pagelist_ul li:not(.current):hover{
background:var(--clr-border,#e3ebf2);
}
}
#relNavigate{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));
gap:calc(14em/16);
}
#relNavigate a{
background:#fff;
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.08);
color:inherit;
display:flex;
align-items:center;
gap:calc(20em/16);
overflow:hidden;
text-decoration:none;
position:relative;
padding:calc(20em/16);
}
.relNavigate-prev .relNavigate-caption::before{
content:'PREV';
}
.relNavigate-next .relNavigate-caption::before{
content:'NEXT';
}
.relNavigate-thumb{
flex-shrink:0;
overflow:hidden;
width:120px;
}
.relNavigate-thumb img{
width:100%;
aspect-ratio:120/72;
object-fit:cover;
}
.relNavigate-caption{
text-indent:100vw;
white-space:nowrap;
overflow:hidden;
display:flex;
line-height:1;
margin-bottom:.5em;
}
.relNavigate-caption::before{
background:linear-gradient(to right,var(--clr-gradation-start,#1c46c0),var(--clr-gradation-end,#0fc9ff));
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
font-size:2rem;
font-weight:700;
font-style:normal;
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;
line-height:1.5;
}
@media (min-width:1025px){
#relNavigate a,#relNavigate .relNavigate-thumb img,#relNavigate .relNavigate-body{
transition:.3s;
transition-property:transform,opacity,box-shadow;
}
#relNavigate a:hover{
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.2);
}
#relNavigate a:hover .relNavigate-thumb img{
transform:scale(1.07);
}
#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-color:var(--clr-pagetop-bg,#546077);
border-radius:50%;
display:block;
position:relative;
opacity:.7;
width:50px;
height:50px;
}
#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%2225%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12.979%205.221%209.9%209.9%202.12-2.122L12.98.98.958%2012.999l2.121%202.122%209.9-9.9Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/25px auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12.979%205.221%209.9%209.9%202.12-2.122L12.98.98.958%2012.999l2.121%202.122%209.9-9.9Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/25px auto;
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}
#pagetop.show{
opacity:1;
visibility:visible;
pointer-events:auto;
}
@media (min-width:1025px){
#pagetop a{
transition:.3s;
transition-property:transform,opacity;
}
#pagetop a:hover{
transform:translateY(2px);
opacity:.9;
}
}
#pickupentry{
counter-reset:pickuprank;
}
.pickup_rank{
counter-increment:pickuprank;
}
ul[id^="pickup_list"]{
display:grid;
align-items:start;
gap:calc(20em/16);
overflow:visible;
}
[id*="pickup_list"] .article-thumb{
flex-shrink:0;
overflow:hidden;
width:100px;
}
[id*="pickup_list"] .article-thumb img{
width:100%;
aspect-ratio:100/72;
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;
line-height:1.5;
}
[id*="pickup_list"] .article-title a{
color:inherit;
text-decoration:none;
}
@media (min-width:1025px){
#pickupentry .article-inner,#pickupentry .article-thumb img{
transition:.3s;
transition-property:transform,opacity;
}
#pickupentry .article:hover .article-inner{
opacity:.75;
}
#pickupentry .article:hover .article-thumb img{
transform:scale(1.07);
}
}
.pickup_rank .article-inner::before{
color:var(--clr-main,#0b4c86);
content:counter(pickuprank);
font-size:5.7rem;
font-style:italic;
font-weight:600;
line-height:1;
flex-shrink:0;
width:calc(47em/57);
opacity:.12;
}
.pickup_rank:nth-child(n+10) .article-inner::before{
font-size:4rem;
width:calc(47em/40);
}
[id="pickup_list1"]{
grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));
}
[id="pickup_list1"] .article-inner{
display:flex;
align-items:center;
}
[id="pickup_list1"] .article-thumb{
margin-right:calc(16em/16);
}
[id="pickup_list2"]{
grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));
}
[id="pickup_list2"] .article-inner{
display:grid;
grid-template-columns:auto 1fr;
gap:calc(10em/16) 0;
}
[id="pickup_list2"] .article-inner::before{
grid-column:1;
grid-row:2;
}
[id="pickup_list2"] .article-thumb{
grid-column:1/3;
grid-row:1;
width:100%;
}
[id="pickup_list2"] .article-thumb img{
aspect-ratio:300/160;
}
[id="pickup_list2"] .article-body{
grid-column:2;
grid-row:2;
}
.point[data-point]{
font-size:calc(22em/16);
line-height:1.5;
margin:var(--margin-component) 0;
}
.point[data-point]::before{
content:attr(data-point);
color:var(--clr-accent,#1688e0);
font-size:calc(32em/22);
font-weight:700;
line-height:1;
margin-right:calc(10em/32);
float:left;
position:relative;
top:calc(-2em/32);
}
.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{
container-type:inline-size;
}
.profile-inner{
display:flex;
flex-direction:column;
gap:20px 0;
}
.profile-inner .snsbox{
justify-content:center;
margin:0;
}
.profile-body{
display:flex;
flex-direction:column;
gap:.5em 0;
}
.profile-img{
text-align:center;
}
.profile-img img{
border-radius:50%;
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;
}
@container (min-width:640px){
.profile-inner{
background:#fafafa;
padding:3em;
flex-direction:row;
gap:0 2em;
}
.profile-inner .snsbox{
justify-content:flex-start;
}
.profile-img{
flex-shrink:0;
}
.profile-img img{
width:112px;
height:112px;
}
.profile-title{
text-align:left;
}
}
[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;
}
.question1,.answer1{
margin:var(--margin-component) 0;
padding:calc(5em/16) 0 0 calc(58em/16);
position:relative;
min-height:calc(42em/16);
}
.question1::before,.answer1::before{
color:#fff;
font-size:calc(26em/16);
width:calc(42em/26);
height:calc(42em/26);
}
.question1::before{
background-color:var(--clr-main,#0b4c86);
}
.answer1::before{
background-color:#e2b748;
}
.question2,.answer2{
padding:calc(10em/16) 0 calc(10em/16) calc(42em/16);
position:relative;
min-height:calc(38em/16);
}
.question2::before,.answer2::before{
font-size:calc(36em/16);
width:1em;
height:1em;
top:calc(6em/36);
}
.question2::before{
color:var(--clr-main,#0b4c86);
}
.answer2::before{
color:#e2b748;
}
.qa-list{
margin:var(--margin-component) 0;
}
.qa-accordion{
background:#f6f6f6;
margin:calc(16em/16) 0;
overflow:hidden;
position:relative;
z-index:0;
}
.qa-accordion .question2,.qa-accordion .answer2{
padding:calc(20em/16) calc(24em/16) calc(20em/16) calc(58em/16);
}
.qa-accordion .question2::before,.qa-accordion .answer2::before{
top:calc(16em/36);
left:calc(16em/36);
transition:.4s;
}
.qa-accordion .question2{
background:var(--clr-main,#0b4c86);
color:#fff;
padding-right:calc(68em/16);
}
.qa-accordion .question2::before{
color:#fff;
}
.qa-accordion .question2::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%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2011v9h2v-9h9V9h-9V0H9v9H0v2h9Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2011v9h2v-9h9V9h-9V0H9v9H0v2h9Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
content:'';
position:absolute;
top:calc(26em/16);
right:calc(24em/16);
width:calc(20em/16);
height:calc(20em/16);
cursor:pointer;
z-index:1;
}
.qa-accordion .question2 + .answer2{
height:auto;
overflow:hidden;
opacity:0;
transition:.4s;
}
.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%2220%22%20height%3D%222%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v2H0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v2H0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
}
.qa-accordion .question2.show + .answer2{
height:auto;
overflow:visible;
opacity:1;
}
@media (min-width:1025px){
.qa-accordion .question2::after{
transition:opacity .3s;
}
.qa-accordion .question2:hover::after{
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,calc(16*100vw/360),1.8rem);
font-weight:700;
line-height:1.5;
margin:calc(10em/18) 0;
}
.rank[data-rank]::before{
color:#b7babf;
content:attr(data-rank);
font-size:calc(32em/18);
font-style:italic;
font-weight:700;
line-height:1;
float:left;
margin-right:calc(6em/32);
min-width:calc(18em/32);
position:relative;
margin-top:calc(-4em/32);
}
.rank[data-rank][data-rank='1']::before{
color:#bca04d;
}
.rank[data-rank][data-rank='2']::before{
color:#91acc2;
}
.rank[data-rank][data-rank='3']::before{
color:#9b6d42;
}
.rank[data-rank]::after{
content:'';
display:block;
clear:both;
}
.rankbox{
background-color:var(--clr-main,#0b4c86);
border:9px solid var(--clr-base,#f6f8fa);
padding:1px;
margin:1.5em 0;
position:relative;
z-index:0;
}
.rankbox::before{
background-color:#fff;
content:'';
display:block;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
opacity:.88;
z-index:-1;
}
.rankbox .rank[data-rank]{
background:var(--clr-base,#f6f8fa);
color:#222;
font-size:clamp(2rem,calc(20*100vw/360),3rem);
margin:0;
padding:0;
display:grid;
align-items:center;
grid-template-columns:auto 1fr;
gap:0 calc(20em/30);
padding:10px 0;
}
.rankbox .rank[data-rank]::before{
background:linear-gradient(to right,var(--clr-gradation-start,#1c46c0),var(--clr-gradation-end,#0fc9ff));
color:#fff;
display:flex;
justify-content:center;
align-items:center;
font-size:calc(84em/30);
min-width:auto;
grid-column:1 / 2;
grid-row:1 / 3;
align-self:start;
margin:-10px 0;
width:calc(100em/84);
min-height:calc(104em/84);
height:100%;
}
.rankbox .rank[data-rank] a{
color:inherit;
text-decoration:none;
grid-column:2 / 3;
grid-row:2 / 3;
align-self:start;
}
.rankbox .rank[data-rank] i{
display:block;
font-size:1.4rem;
font-style:normal;
line-height:1;
opacity:.7;
grid-column:2 / 3;
grid-row:1 / 2;
align-self:end;
}
.rankbox-container{
background:#fff;
}
.rankbox-contents{
padding:clamp(16px,calc(16*100vw/360),40px);
display:flex;
flex-direction:column;
gap:clamp(16px,calc(16*100vw/360),40px) 0;
}
.rankbox-details{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));
gap:clamp(16px,calc(16*100vw/360),40px);
}
.rankbox-desc{
display:flex;
flex-direction:column;
gap:16px 0;
}
.rankbox-rate{
display:flex;
flex-direction:column;
gap:clamp(16px,calc(16*100vw/360),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:var(--clr-main,#0b4c86);
font-size:clamp(1.6rem,calc(16*100vw/360),2.2rem);
font-weight:700;
line-height:1.5;
margin-bottom:.5em;
}
.rankbox-rateoverall{
display:flex;
flex-direction:column;
gap:.2em;
align-items:center;
}
.rankbox-rateoverall .rankbox-stitle{
font-size:calc(18em/16);
margin-bottom:0;
}
.rankbox-rateoverall .rankbox-rate-num{
font-weight:700;
}
.rankbox-rateoverall .rankbox-rate-num .rate{
color:var(--clr-accent,#1688e0);
font-size:4.1rem;
}
.rankbox-rateoverall .rate{
font-size:3.5rem;
}
.rate-unit{
font-size:1.2rem;
}
.rankbox-price{
font-size:1.4rem;
font-weight:700;
line-height:1;
}
.rankbox-price b{
font-size:calc(26em/14);
}
.rankbox-notes{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:.5em;
}
.rankbox-notes span{
background-color:var(--clr-base,#f6f8fa);
display:block;
font-size:1rem;
line-height:1;
padding:.8em 1em;
}
.feature .feature-body{
font-size:calc(14em/16);
line-height:1.6;
}
.comment{
background:var(--clr-base,#f6f8fa);
padding:clamp(16px,calc(16*100vw/360),40px);
}
.comment .comment-tit{
color:var(--clr-main,#0b4c86);
font-size:clamp(1.6rem,calc(16*100vw/360),2.2rem);
font-weight:700;
line-height:1.5;
margin-bottom:.5em;
}
.comment .comment-body{
font-size:calc(14em/16);
line-height:1.6;
}
.rankbox-more{
text-align:center;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));
gap:calc(15em/16) calc(30em/16);
}
.rankbox-more a{
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.08);
color:#fff;
display:flex;
justify-content:center;
align-items:center;
font-size:2.2rem;
font-weight:700;
line-height:1.5;
margin:0;
padding:calc(28em/22) calc(51em/22);
position:relative;
text-decoration:none;
z-index:0;
}
.rankbox-more a::before{
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:-1;
opacity:0;
}
.rankbox-more a::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%2213%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.157%207.243%202.914%200%20.5%202.414l7.243%207.243L.5%2016.899l2.414%202.414%209.657-9.657-2.414-2.414h-.001Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.157%207.243%202.914%200%20.5%202.414l7.243%207.243L.5%2016.899l2.414%202.414%209.657-9.657-2.414-2.414h-.001Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
content:'';
display:block;
position:absolute;
right:calc(24em/22);
width:calc(13em/22);
height:calc(20em/22);
}
.rankbox-more .detail a{
background:linear-gradient(to right,var(--clr-gradation-start,#1c46c0),var(--clr-gradation-end,#0fc9ff));
}
.rankbox-more .detail a::before{
background:linear-gradient(to right,var(--clr-gradation-end,#0fc9ff),var(--clr-gradation-start,#1c46c0));
}
.rankbox-more .official a{
background:linear-gradient(to right,var(--clr-gradation-accent-start,#fd7f24),var(--clr-gradation-accent-end,#ffb800));
}
.rankbox-more .official a::before{
background:linear-gradient(to right,var(--clr-gradation-accent-end,#ffb800),var(--clr-gradation-accent-start,#fd7f24));
}
@media (min-width:1025px){
.rankbox-more a{
transition:box-shadow .3s;
}
.rankbox-more a::before{
transition:opacity .3s;
}
.rankbox-more a:hover{
box-shadow:0 calc(4em/16) calc(30em/16) rgba(34,34,34,0.2);
}
.rankbox-more a:hover::before{
opacity:1;
}
}
.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{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
background:transparent;
border:0;
border-radius:0;
font:inherit;
outline:none;
padding:0;
position:relative;
width:54px;
height:54px;
transition:.2s;
}
.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:1024px){
.rankbox-slider .crl-d{
justify-content:center;
}
}
.rslide-arrow{
opacity:0;
transition:opacity .3s;
}
.rslide-arrow .prev,.rslide-arrow .next{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border:0;
border-radius:50%;
font:inherit;
outline:none;
padding:0;
background-color:rgba(0,0,0,0.5);
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%228%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.657%204.243%201.414%200%200%201.414l4.243%204.243L0%209.899l1.414%201.415L5.657%207.07l1.414-1.414-1.414-1.414Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 54% 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%228%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.657%204.243%201.414%200%200%201.414l4.243%204.243L0%209.899l1.414%201.415L5.657%207.07l1.414-1.414-1.414-1.414Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 54% 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:1025px){
.rslide-arrow .prev,.rslide-arrow .next{
transition:opacity .3s;
}
.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{
--star-color-00:#eee;
--star-color-01:var(--clr-gradation-start,#1c46c0);
--star-color-05:var(--clr-gradation-end,#0fc9ff);
}
.rate{
display:inline-flex;
gap:0 .5em;
align-items:center;
flex-shrink:0;
}
.rate::before{
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2229%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23EEE%22%20d%3D%22m16%200%203.592%2011.056h11.625l-9.405%206.833%203.593%2011.055L16%2022.112l-9.405%206.832%203.593-11.055-9.405-6.833h11.625L16%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat left center/1em auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2229%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23EEE%22%20d%3D%22m16%200%203.592%2011.056h11.625l-9.405%206.833%203.593%2011.055L16%2022.112l-9.405%206.832%203.593-11.055-9.405-6.833h11.625L16%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat left center/1em auto;
-webkit-mask-repeat:repeat-x;
mask-repeat:repeat-x;
content:'';
display:inline-block;
width:calc(1em * 5);
height:1em;
}
.rate.rate-mini::before{
background:var(--star-color-03);
width:1em;
}
.rate.rate-numonly::before{
display:none;
}
.rate.rate-num::after{
font-size:calc(18em/16);
font-style:normal;
font-weight:600;
line-height:1;
min-width:calc(28em/18);
text-align:center;
}
.rate.rate-mini::after{
min-width:calc(11em/18);
}
.rate.rate0::before{
background:#eee;
}
.rate.rate0.rate-num::after{
content:'0';
}
.rate.rate0_5:not(.rate-mini)::before{
background:linear-gradient(to right,var(--star-color-01) 10%,var(--star-color-00) 10%);
}
.rate.rate0_5.rate-num::after{
content:'0.5';
}
.rate.rate1:not(.rate-mini)::before{
background:linear-gradient(to right,var(--star-color-01) 20%,var(--star-color-00) 20%);
}
.rate.rate1.rate-num::after{
content:'1.0';
}
.rate.rate1.rate-mini::after{
content:'1';
}
.rate.rate1_5:not(.rate-mini)::before{
background:linear-gradient(to right,var(--star-color-01) 20%,var(--star-color-02) 20%,var(--star-color-02) 30%,var(--star-color-00) 30%);
}
.rate.rate1_5.rate-num::after{
content:'1.5';
}
.rate.rate2:not(.rate-mini)::before{
background:linear-gradient(to right,var(--star-color-01) 20%,var(--star-color-02) 20%,var(--star-color-02) 40%,var(--star-color-00) 40%);
}
.rate.rate2.rate-num::after{
content:'2.0';
}
.rate.rate2.rate-mini::after{
content:'2';
}
.rate.rate2_5:not(.rate-mini)::before{
background:linear-gradient(to right,var(--star-color-01) 20%,var(--star-color-02) 20%,var(--star-color-02) 40%,var(--star-color-03) 40%,var(--star-color-03) 50%,var(--star-color-00) 50%);
}
.rate.rate2_5.rate-num::after{
content:'2.5';
}
.rate.rate3:not(.rate-mini)::before{
background:linear-gradient(to right,var(--star-color-01) 20%,var(--star-color-02) 20%,var(--star-color-02) 40%,var(--star-color-03) 40%,var(--star-color-03) 60%,var(--star-color-00) 60%);
}
.rate.rate3.rate-num::after{
content:'3.0';
}
.rate.rate3.rate-mini::after{
content:'3';
}
.rate.rate3_5:not(.rate-mini)::before{
background:linear-gradient(to right,var(--star-color-01) 20%,var(--star-color-02) 20%,var(--star-color-02) 40%,var(--star-color-03) 40%,var(--star-color-03) 60%,var(--star-color-04) 60%,var(--star-color-04) 70%,var(--star-color-00) 70%);
}
.rate.rate3_5.rate-num::after{
content:'3.5';
}
.rate.rate4:not(.rate-mini)::before{
background:linear-gradient(to right,var(--star-color-01) 20%,var(--star-color-02) 20%,var(--star-color-02) 40%,var(--star-color-03) 40%,var(--star-color-03) 60%,var(--star-color-04) 60%,var(--star-color-04) 80%,var(--star-color-00) 80%);
}
.rate.rate4.rate-num::after{
content:'4.0';
}
.rate.rate4.rate-mini::after{
content:'4';
}
.rate.rate4_5:not(.rate-mini)::before{
background:linear-gradient(to right,var(--star-color-01) 20%,var(--star-color-02) 20%,var(--star-color-02) 40%,var(--star-color-03) 40%,var(--star-color-03) 60%,var(--star-color-04) 60%,var(--star-color-04) 80%,var(--star-color-05) 80%,var(--star-color-05) 90%,var(--star-color-00) 90%);
}
.rate.rate4_5.rate-num::after{
content:'4.5';
}
.rate.rate5:not(.rate-mini)::before{
background:linear-gradient(to right,var(--star-color-01) 20%,var(--star-color-02) 20%,var(--star-color-02) 40%,var(--star-color-03) 40%,var(--star-color-03) 60%,var(--star-color-04) 60%,var(--star-color-04) 80%,var(--star-color-05) 80%,var(--star-color-05) 100%);
}
.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:10px;
}
.scroll-table .scroll-area > *{
margin:0;
}
.scroll-area::-webkit-scrollbar{
width:6px;
}
.scroll-area::-webkit-scrollbar:horizontal{
height:6px;
}
.scroll-area::-webkit-scrollbar-track{
background-color:var(--clr-base,#f6f8fa);
}
.scroll-area::-webkit-scrollbar-thumb{
background-color:var(--clr-main,#0b4c86);
}
.scroll-table[data-scroll-direction="vertical"] .scroll-area{
overflow-x:hidden;
overflow-y:auto;
white-space:normal;
max-height:250px;
padding:0 10px 0 0;
}
.search input{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
background:transparent;
border-style:solid;
border-radius:0;
font:inherit;
outline:none;
border:0;
box-sizing:border-box;
min-width:0;
}
.search-form{
display:flex;
align-items:center;
position:relative;
height:56px;
}
.search-keyword{
display:block;
width:100%;
height:56px;
flex-shrink:0;
}
.search-keyword input[type="search"]{
background:var(--clr-form-bg,var(--clr-base,#f6f8fa));
border:none;
color:var(--clr-form-txt,#222);
cursor:auto;
font-size:1.6rem;
line-height:56px;
padding:0 56px 0 16px;
width:100%;
height:100%;
}
.search-keyword input[type="search"]::placeholder{
color:var(--clr-form-txt,#222);
opacity:.38;
}
.search-keyword input[type="search"]:-ms-input-placeholder{
color:var(--clr-form-txt,#222);
opacity:.38;
}
.search-keyword input[type="search"]::-ms-input-placeholder{
color:var(--clr-form-txt,#222);
opacity:.38;
}
.search-submit{
display:block;
margin-left:-56px;
width:56px;
height:56px;
}
.search-submit input[type="submit"]{
background-color:var(--clr-accent,#1688e0);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20d%3D%22m23.414%2020.586-5.077-5.077A9.932%209.932%200%200%200%2020%2010c0-5.514-4.486-10-10-10S0%204.486%200%2010s4.486%2010%2010%2010a9.932%209.932%200%200%200%205.51-1.663l5.076%205.077a2%202%200%201%200%202.828-2.828ZM3%2010c0-3.86%203.14-7%207-7s7%203.14%207%207-3.14%207-7%207-7-3.14-7-7Z%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%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20d%3D%22m23.414%2020.586-5.077-5.077A9.932%209.932%200%200%200%2020%2010c0-5.514-4.486-10-10-10S0%204.486%200%2010s4.486%2010%2010%2010a9.932%209.932%200%200%200%205.51-1.663l5.076%205.077a2%202%200%201%200%202.828-2.828ZM3%2010c0-3.86%203.14-7%207-7s7%203.14%207%207-3.14%207-7%207-7-3.14-7-7Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/24px auto;
overflow:hidden;
padding:0;
text-indent:200%;
white-space:nowrap;
cursor:pointer;
width:100%;
height:100%;
}
@media (min-width:1025px){
.search-form{
width:280px;
}
.search-submit{
transition:opacity .3s;
}
.search-submit:hover{
opacity:.5;
}
}
#sitemaps ul{
display:flex;
flex-direction:column;
gap:1em 0;
}
#sitemaps li{
display:flex;
flex-direction:column;
gap:1em 0;
line-height:1.5;
}
#sitemaps a{
color:inherit;
display:block;
padding-left:calc(20em/16);
position:relative;
text-decoration:none;
align-self:flex-start;
max-width:100%;
}
#sitemaps > ul{
gap:2em 0;
}
#sitemaps > ul > li > a{
font-size:calc(20em/16);
font-weight:700;
line-height:1.5;
position:relative;
padding-left:1em;
}
#sitemaps > ul > li > a::before{
background:var(--clr-main,#0b4c86);
-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231B4877%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%204H4v4h4V4ZM0%200v12h12V0H0Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
mask:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231B4877%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%204H4v4h4V4ZM0%200v12h12V0H0Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
content:'';
position:absolute;
top:calc(9em/20);
left:0;
width:calc(12em/20);
height:calc(12em/20);
}
#sitemaps > ul ul{
margin-left:calc(16em/16);
}
#sitemaps > ul ul a::before{
background:var(--clr-border,#c1c8ce);
content:'';
position:absolute;
top:calc(10em/16);
left:calc(6em/16);
width:calc(4em/16);
height:calc(4em/16);
}
#sitemaps > ul ul ul{
margin-left:calc(24em/16);
}
#sitemaps > ul ul ul a{
padding-left:calc(22em/16);
}
#sitemaps > ul ul ul a::before{
background:var(--clr-border,#c1c8ce);
border-radius:0;
top:calc(12em/16);
left:0;
width:calc(12em/16);
height:calc(1em/16);
}
@media (min-width:1025px){
#sitemaps a{
transition:opacity .3s;
}
#sitemaps a:hover{
opacity:.5;
}
}
#siteNavi{
background-color:var(--clr-siteNavi-bg,var(--clr-base,#f6f8fa));
padding:0 var(--padding-overall);
}
#siteNavi ul{
color:inherit;
display:flex;
align-items:center;
overflow-x:auto;
white-space:nowrap;
font-size:1.1rem;
line-height:1;
margin:0 auto;
padding:calc(27em/11) 0;
max-width:var(--width-overall);
-ms-overflow-style:none;
scrollbar-width:none;
}
#siteNavi ul::-webkit-scrollbar{
display:none;
}
#siteNavi ul li{
display:flex;
align-items:center;
flex-shrink:0;
}
#siteNavi ul li:not(:last-child)::after{
background-color:var(--clr-body-txt,#222);
content:'';
display:block;
margin:0 calc(10em/12);
width:15px;
height:1px;
flex-shrink:0;
opacity:.22;
}
#siteNavi ul a{
color:var(--clr-siteNavi-txt,var(--clr-accent,#1688e0));
}
@media (min-width:1025px){
#siteNavi a{
transition:opacity .3s;
}
#siteNavi a:hover{
opacity:.5;
}
}
.slick-arrow{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border:0;
font:inherit;
outline:none;
padding:0;
box-sizing:border-box;
min-width:0;
grid-row:1/2;
background-color:rgba(0,0,0,0.4);
border-radius:50%;
display:block;
width:48px;
height:48px;
text-indent:200%;
white-space:nowrap;
overflow:hidden;
position:absolute;
top:50%;
transform:translateY(-50%);
z-index:1;
opacity:0;
transition:opacity .3s;
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%228%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.657%204.243%201.414%200%200%201.414l4.243%204.243L0%209.899l1.414%201.415L5.657%207.07l1.414-1.414-1.414-1.414Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 54% 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%228%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230090F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.657%204.243%201.414%200%200%201.414l4.243%204.243L0%209.899l1.414%201.415L5.657%207.07l1.414-1.414-1.414-1.414Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 54% 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:1025px){
.slick-slider:hover .slick-arrow{
transition:opacity .3s;
}
.slick-slider:hover .slick-arrow:hover{
opacity:.5;
}
}
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{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border:0;
border-radius:0;
font:inherit;
outline:none;
box-sizing:border-box;
min-width:0;
background:var(--clr-accent,#1688e0);
display:block;
width:100%;
height:100%;
padding:0;
text-indent:200%;
white-space:nowrap;
overflow:hidden;
opacity:.11;
transition:.1s;
}
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.4);
color:#fff;
font-weight:400;
line-height:1;
position:absolute;
top:0;
left:0;
}
ul[id$="slider_ul"].slide_center .sliderdate{
font-size:calc(16em/16);
padding:calc(15em/16) calc(22em/16);
}
ul[id$="slider_ul"].slide_item .sliderdate{
font-size:calc(12em/16);
padding:calc(11em/12) calc(12em/12);
}
.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.4);
color:#fff;
font-size:calc(20em/16);
padding:calc(26em/20) calc(34em/20);
position:absolute;
bottom:0;
}
ul[id$="slider_ul"].slide_item .slidertitle{
font-size:calc(14em/16);
margin-top:calc(11em/14);
padding-bottom:calc(11em/14);
}
#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 (max-width:1024px){
[data-main-header*="wide"] #main-header ul[id$="slider_ul"].slide_item{
margin-top:calc(var(--margin-layout) + 10px);
}
}
@media (min-width:1025px){
[data-main-header*="wide"]:not([data-header="col2"]) #main-header ul[id$="slider_ul"].slide_item{
margin-top:calc(var(--margin-layout) + 20px);
}
}
@media (max-width:1024px){
[data-main-header*="wide"] #main-header #topslider{
margin-top:-10px;
}
}
@media (min-width:1025px){
[data-main-header*="wide"]:not([data-header="col2"]) #main-header #topslider{
margin-top:-20px;
}
}
@media screen and (min-width:480px){
[data-main-header*="wide"] #main-header #topslider.cpadding{
margin-top:var(--margin-layout);
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;
}
}
[class^="snsicon-"]{
background-position:center;
background-repeat:no-repeat;
background-size:cover;
display:block;
width:34px;
height:34px;
}
[class^="snsicon-"][class$="-black"],[class^="snsicon-"][class$="-white"]{
width:26px;
height:26px;
margin:4px;
}
@media (min-width:1025px){
[class^="snsicon-"]{
transition:opacity .3s;
}
[class^="snsicon-"]:hover{
opacity:.5;
}
}
.snsicon-facebook{
background-image:url(img/icon_facebook_circle.svg);
}
.snsicon-facebook-black{
background-image:url(img/icon_facebook_black.svg);
}
.snsicon-facebook-white{
background-image:url(img/icon_facebook_white.svg);
}
.snsicon-twitter{
background-image:url(img/icon_twitter_circle.svg);
}
.snsicon-twitter-black{
background-image:url(img/icon_twitter_black.svg);
}
.snsicon-twitter-white{
background-image:url(img/icon_twitter_white.svg);
}
.snsicon-instagram{
background-image:url(img/icon_instagram_circle.svg);
}
.snsicon-instagram-black{
background-image:url(img/icon_instagram_black.svg);
}
.snsicon-instagram-white{
background-image:url(img/icon_instagram_white.svg);
}
.snsicon-youtube{
background-image:url(img/icon_youtube_circle.svg);
}
.snsicon-youtube-black{
background-image:url(img/icon_youtube_black.svg);
}
.snsicon-youtube-white{
background-image:url(img/icon_youtube_white.svg);
}
.snsicon-rss{
background-image:url(img/icon_rss_circle.svg);
}
.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_circle.svg);
}
.snsicon-line{
background-image:url(img/icon_line_circle.svg);
}
.snsbox{
display:inline-flex;
align-items:center;
flex-wrap:wrap;
gap:1em;
}
.snsbox .sns-title{
font-size:1.6rem;
font-weight:700;
line-height:1;
opacity:.7;
}
.snsbox .snslist{
display:flex;
justify-content:center;
align-items:center;
gap:calc(12em/16);
overflow:visible;
}
table[data-table*="normal"]{
border:none;
border-collapse:collapse;
line-height:1.5;
margin:var(--margin-component) 0;
table-layout:fixed;
width:100%;
}
table[data-table*="normal"] tr{
border-width:1px 0;
}
table[data-table*="normal"] th,table[data-table*="normal"] td{
background-color:transparent;
border-width:0;
text-align:left;
vertical-align:top;
}
table[data-table*="normal"] th{
font-weight:normal;
}
@media (max-width:1024px){
table[data-table*="normal"]{
font-size:1.2rem;
}
table[data-table*="normal"] th,table[data-table*="normal"] td{
display:block;
padding:1em 0;
}
table[data-table*="normal"] th + td{
margin-top:-1.5em;
}
}
@media (min-width:1024px){
table[data-table*="normal"]{
font-size:1.4rem;
}
table[data-table*="normal"] th,table[data-table*="normal"] td{
padding:calc(16em/14) calc(24em/14);
}
table[data-table*="normal"] th{
position:relative;
width:25%;
}
table[data-table*="normal"] th::before{
border-width:0 0 0 1px;
content:'';
position:absolute;
top:calc(13em/14);
right:0;
bottom:calc(13em/14);
pointer-events:none;
}
}
.comparison{
background:#fff;
border-color:var(--clr-border,#e3ebf2);
border-width:1px 0 0 0;
border-collapse:collapse;
margin:var(--margin-component) 0;
table-layout:fixed;
}
.comparison tr th,.comparison tr td{
background:transparent;
border-color:var(--clr-border,#e3ebf2);
border-width:0 0 1px 0;
font-size:1.1rem;
line-height:1.5;
padding:calc(20em/11) calc(30em/11);
text-align:center;
vertical-align:top;
}
.comparison tr th:nth-child(odd),.comparison tr td:nth-child(odd){
background:#fff;
}
.comparison tr th:nth-child(even),.comparison tr td:nth-child(even){
background:var(--clr-base,#f6f8fa);
}
.comparison tr th{
vertical-align:middle;
}
.comparison thead td img{
max-width:120px;
max-height:120px;
}
.comparison-item{
display:flex;
flex-direction:column;
align-items:center;
gap:10px 0;
}
.comparison-title{
font-weight:700;
}
.comparison-official a{
background:linear-gradient(to right,var(--clr-gradation-end,#0fc9ff),var(--clr-gradation-start,#1c46c0));
box-shadow:0 calc(4em/16) calc(4em/16) rgba(34,34,34,0.08);
color:#fff;
display:block;
font-weight:700;
line-height:1.5;
margin:0;
padding:calc(8em/11);
position:relative;
text-decoration:none;
z-index:0;
}
.comparison-official a::before{
background:linear-gradient(to right,var(--clr-gradation-start,#1c46c0),var(--clr-gradation-end,#0fc9ff));
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:-1;
}
@media (min-width:1025px){
.comparison-official a::before{
transition:opacity .3s;
}
.comparison-official a:hover::before{
opacity:0;
}
}
.taglist{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:.5em;
}
.taglist .tag{
background:var(--clr-base,#f6f8fa);
color:#222;
display:block;
font-size:1.1rem;
line-height:1;
padding:calc(8em/11);
text-decoration:none;
}
@media (min-width:1025px){
.taglist .tag{
transition:.3s;
transition-property:background-color,color;
}
.taglist .tag:hover{
background-color:var(--clr-main,#0b4c86);
color:#fff;
}
}
.twitter_plugin{
overflow:hidden;
}
.user1,.user2{
background:#fff;
border-width:1px;
line-height:1.7;
margin:var(--margin-component) 0;
padding:calc(40em/16) calc(32em/16);
}
.user1:not(.noimage),.user2:not(.noimage){
background:#fff url(./img/user1.png) no-repeat calc(22em/16) calc(18em/16)/calc(72em/16) auto;
padding-left:calc(calc(72em/16) + calc(40em/16));
}
.user2:not(.noimage){
background-image:url(./img/user2.png);
}
.user1-custom,.user2-custom{
background:#fff;
border-width:1px;
display:flex;
gap:0 calc(20em/16);
margin:var(--margin-component) 0;
padding:calc(30em/16);
}
.user-img{
flex-shrink:0;
max-width:72px;
}
.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:calc(12em/16);
opacity:.7;
}
.user-title{
font-weight:700;
line-height:1.7;
}
.user-desc{
font-size:calc(13em/16);
line-height:1.8;
}
.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;
border-radius:0.25em;
color:#fff;
display:inline-block;
font-size:0.75em;
line-height:1;
margin-left:1em;
padding:0.333333em 0.5em;
position:relative;
top:-0.05em;
}
.form .item_d{
margin:0;
}
.form input,.form textarea{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
background:transparent;
border:0;
border-radius:0;
font:inherit;
outline:none;
box-sizing:border-box;
min-width:0;
color:var(--clr-form-txt,#333);
font-size:1.6rem;
}
.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 input[type="text"],.form input[type="email"],.form input[type="tel"],.form textarea{
background-color:var(--clr-form-bg,#f7f8fa);
border:1px solid var(--clr-border,#ebebed);
border-radius:1px;
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,#1cadff);
}
.form input[type="text"],.form input[type="email"],.form input[type="tel"]{
padding:0 1em;
line-height:3.125em;
height:3.125em;
}
.form textarea{
display:block;
padding:1em;
height:170px;
resize:vertical;
}
.form input[type=checkbox]{
display:none;
}
.form input[type=checkbox] + span{
background-color:transparent;
cursor:pointer;
display:inline-block;
line-height:1.3;
padding:0.25em 0 0.25em 1.75em;
position:relative;
transition:color .1s linear;
vertical-align:middle;
max-width:100%;
}
.form input[type=checkbox] + span::before{
background-color:#fff;
border-width:0.0625em;
content:'';
display:block;
position:absolute;
top:0.25em;
left:0.25em;
transition:background-color .1s linear;
width:1.125em;
height:1.125em;
}
.form input[type=checkbox] + span::after{
border-bottom:0.125em solid var(--clr-accent,#1cadff);
border-right:0.125em solid var(--clr-accent,#1cadff);
content:'';
display:block;
opacity:0;
position:absolute;
top:0.375em;
left:0.625em;
transform:rotate(45deg);
width:0.4375em;
height:0.625em;
}
.form input[type=checkbox]:checked + span::after{
opacity:1;
}
.form input[type="submit"]{
background-color:var(--clr-accent,#1cadff);
border-radius:5em;
box-shadow:0 0.25em 0.2em rgba(0,0,0,0.16);
cursor:pointer;
color:#fff;
font-size:1.125em;
line-height:1.5;
display:block;
padding:1em 0;
margin-left:auto;
margin-right:auto;
max-width:256px;
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:1025px){
.form .agree{
text-align:center;
}
.form input[type="submit"]{
transition:0.2s;
}
.form input[type="submit"]:hover{
opacity:0.5;
}
}
.notes{
font-size:.8em;
padding-left:1em;
opacity:.5;
}
.notes::before{
content:'\203b';
margin-left:-1em;
}
#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,"-") ".";
}
#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;
}
@media (min-width:480px){
#editor,#previewcontents{
font-size:1.6rem;
line-height:2;
}
}
.point:empty{height:32px}
.img-lb{display:contents;}.logo-horizon .logotext{display:none;}
.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;}