@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons+Round');


/*---------------------------
リセット
---------------------------*/
*,
*::before,main#main-lower h2 +
*::after {
box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,main article .contents table tr.kokusuru th
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0; 
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
html{
font-family: 'Roboto','Noto Sans JP', sans-serif;
}
body {
line-height:1;
color:#333;
font-size:16px;
font-weight: 500;
}
footer address{
font-style:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
}
li{
list-style:none;
}
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
/*p{
line-height: 1.8;
margin-bottom: 20px;
}*/
img{

vertical-align: bottom;
}


/*===================================
共通
===================================*/
body {
font-size: 16px;
letter-spacing: 0.04em;
font-family: "Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
color: #222A38;
background: url(../../img/btoc/bg.png)!important;
background-color: #efefef !important;

min-height:100vh;
}

a,a:visited{
color: inherit;
}

a:hover{
opacity: 0.8 !important;
}
a{cursor: pointer;}
/* =============================================
変数
============================================= */
:root {
--color-white: #fff;
--color-text: #333;
--color-4d: #4d4d4d;
--color-66: #666;
--color-99: #999;
--color-cc: #ccc;
--color-f2: #f2f2f2;
--color-key: #ff7300;
--color-key-dark: #e66300;
--color-key-medium: #ff8726;
--color-key-light: #ffae73;
--color-key-border: #ff8f33;
--color-key-bg: #fff8f2;
--color-key-shadow: rgba(255, 115, 0, 0.35);
--color-scroll-bg: #fff1e5;
--color-scroll-thumb: #ffb680;
--color-yellow: #fcee21;
--color-yellow-light: #fff77e;
--color-yellow-orange: #ffc821;
--font-jp: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
--font-eng: Montserrat;
}

/*------------------------------------------------------------
パンくず
-------------------------------------------------------------*/
#breadcrumbs {
}
#breadcrumbs .breadcrumbs__wrap {
width: 100%;
max-width: 1000px;
margin: 0 auto 0 auto;
}
#breadcrumbs .breadcrumbs__wrap ol {
display: flex;
flex-flow: row nowrap;
align-items: center;
color: #575964;
font-size: 11px;
padding: 8px 0;
overflow-x: auto;
white-space: nowrap;
overflow-x: auto;
width: 100% !important;.kasou-cont-wrap
margin: 0 auto !important;
}/*
#breadcrumbs .breadcrumbs__wrap ol::-webkit-scrollbar {
background:#ebebeb;
width: 8px;
height: 8px;
}
#breadcrumbs .breadcrumbs__wrap ol::-webkit-scrollbar-thumb {
background-color:#c7c7c7;
border: 2px solid #ebebeb;
border-radius: 4px;
}*/
/*
#breadcrumbs .breadcrumbs__wrap ol > li.first:before {
display: inline-block;
content: "";
width: 11px;
height: 10px;
background: url(https://ieagent.jp/taxiappnavi/img/taxiappnavi/uploads/2023/12/2023y12m18d_1804182948.png)
no-repeat;
background-size: contain;
margin: 0 8px 0 0;
}*/
#breadcrumbs .breadcrumbs__wrap ol > li:not(:last-child) {
display: flex;
align-items: center;
margin: 0 10px 0 0;
}
#breadcrumbs .breadcrumbs__wrap ol > li:not(:last-child):after {
content: "";
display: inline-block;
margin: 0 0 0 10px;
width: 5px;
height: 5px;
border-top: 1px solid #b3b3b3;
border-right: 1px solid #b3b3b3;
transform: rotate(45deg);
}
@media only screen and (max-width: 1000px) {
#breadcrumbs .breadcrumbs__wrap {
width: calc(100% - 32px);
max-width: calc(100% - 32px);
}
}

/*------------------------------------------------------------
下層メイン
-------------------------------------------------------------*/
main#main-lower h2 .comment-page-title {
color: var(--color-cc);
margin-left: 5px;
font-size: 14px;
}
main#main-lower article .post p.lead {
font-size: 11px;
color: var(--color-99);
margin-top: 16px;
}
main#main-lower table + p {
margin: 23px 0;
}
main#main-lower ul + p, main#main-lower ol + p, main#main-lower dl + p {
margin-top: 23px !important;
}
main#main-lower p.mg-none {
margin: 0 !important;
}
main#main-lower h3 + p {
margin-top: 0px;
}
main#main-lower .hyoukaRnk-title dd p {
background: none;
padding: 0;
margin: 0;
font-size: 22px;
color: #066493;
font-weight: bold;
text-align: left;
}
main#main-lower p.error_msg {
line-height: normal;
font-size: 14px;
font-weight: bold;
color: #ff3636;
margin: 10px 0;
}
.post .article > ul, .post .article > ol {
margin: 0 0 23px;
}

/*記事情報*/

.post-meta {
display: flex;
flex-wrap:nowrap;
justify-content: space-between;
padding-bottom: 15px;
border-bottom: 1px solid #b3b3b3;
margin-bottom: 20px;
}
main#main-lower .post-meta .post-data {
margin: 0 0 0 16px;
padding: 4px 0px;
}
main#main-lower .post-meta .post-data time {
font-size: 14px;
}

main#main-lower .post-meta .cat-tag{
font-size: 12px;
min-width: 75px;
padding: 2px 16px;
margin: 0 5px 0 0;
text-align: center;
}

main#main-lower .post-meta .pr-icon{
margin: 0;
font-size: 12px;
background: #edf1f4;
color: #b3b3b3;
font-weight: 600;
padding: 2px 16px;
min-width: 75px;
margin-left: 8px;
line-height: 1.6;
text-align: center;
}

.post-tag {
color: var(--color-white);
font-size: 12px;
display: inline-block;
position: relative;
padding: 0 20px;
margin: 0 10px;
background: #c4c4c4;
line-height: 26px;
text-align: center;
box-sizing: border-box;
}
.post-tag:before, .post-tag:after {
content: '';
position: absolute;
top: 0;
width: 0;
height: 0;
border: 13px solid transparent;
border-right: 14px solid transparent;
border-left: 14px solid transparent;
}
.post-tag:before {
right: 100%;
border-right-color: #c4c4c4;
}
.post-tag:after {
left: 100%;
border-left-color: #c4c4c4;
}
.post-tag span {
color: var(--color-white);
}
.post-data {
width: 35%;
}
/* snsシェア */
.snsBox.share-box {
width: fit-content;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.snsBox li {
margin-bottom: initial !important;
margin: 0 16px 0 0;
}
.snsBox li:last-of-type {
margin: 0 0 0 0;
}
.snsBox li a {
display: block;
width: 24px;
height: 24px;
}
.snsBox li img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
/* 目次 */
.mokuji {
background: #f7f7f7;
border: 2px solid #ebebeb;
border-radius: 5px;
padding: 15px 20px;
margin: 20px 0 10px;
}
main#main-lower p.mokujititle {
font-weight: bold;
font-size: 16px;
position: relative;
padding: 0 0 0 20px;
line-height: normal;
margin: 0 0 10px;
}
main#main-lower p.mokujititle + ul {
padding-top: 10px;
}
.mokuji ul {
border-top: 1px solid #ddd;
padding-top: 10px;
}
.mokuji li {
margin-bottom: 10px;
font-size: 14px;
}
.mokuji li:last-of-type {
margin-bottom: 0px;
}
.mokuji li a {
position: relative;
padding-left: 20px;
color: var(--color-66);
line-height: 1.6;
}
.mokuji li a:before {
content: '';
width: 12px;
height: 30px;
position: absolute;
top: 2px;
bottom: 0;
left: 0;
margin: auto;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600227374.png) no-repeat center;
background-size: 100%;
margin-right: 10px;
}
/*--rank-box--*/
.rank-box {
padding: 2px;
border-radius: 5px;
background: var(--color-f2);
margin-bottom: 10px;
position: relative;
}
.rank-box:after {
content: "";
bottom: 3px;
right: 3px;
border-top: 0.9em solid transparent;
border-right: 0.9em solid #e1e1e1;
position: absolute;
z-index: 100;
}
.rank-box-in {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
border: 3px solid #e1e1e1;
background: var(--color-white);
border-radius: 5px;
box-sizing: border-box;
position: relative;
}
.rank-box-in.no-1::before {
content: "";
top: -3px;
left: -3px;
border-bottom: 3em solid transparent;
border-left: 3em solid #fa0;
position: absolute;
z-index: 100;
}
.rank-box-in.no-1::after {
content: "1";
display: block;
top: 5px;
color: var(--color-white);
left: 5px;
position: absolute;
z-index: 101;
}
.rank-box-in.no-2::before {
content: "";
top: -3px;
left: -3px;
border-bottom: 3em solid transparent;
border-left: 3em solid #1ca3c8;
position: absolute;
z-index: 100;
}
.rank-box-in.no-2::after {
content: "2";
display: block;
top: 5px;
color: var(--color-white);
left: 5px;
position: absolute;
z-index: 101;
}
.rank-box-in.no-3::before {
content: "";
top: -3px;
left: -3px;
border-bottom: 3em solid transparent;
border-left: 3em solid #803300;
position: absolute;
z-index: 100;
}
.rank-box-in.no-3::after {
content: "3";
display: block;
top: 5px;
color: var(--color-white);
left: 5px;
position: absolute;
z-index: 101;
}
.rank-box-in.no-4::before {
content: "";
top: -3px;
left: -3px;
border-bottom: 3em solid transparent;
border-left: 3em solid #555;
position: absolute;
z-index: 100;
}
.rank-box-in.no-4::after {
content: "4";
display: block;
top: 5px;
color: var(--color-white);
left: 5px;
position: absolute;
z-index: 101;
}
.rank-box-in.no-5::before {
content: "";
top: -3px;
left: -3px;
border-bottom: 3em solid transparent;
border-left: 3em solid #555;
position: absolute;
z-index: 100;
}
.rank-box-in.no-5::after {
content: "5";
display: block;
top: 5px;
color: var(--color-white);
left: 5px;
position: absolute;
z-index: 101;
}
.rank-box-in.no-6::before, .rank-box-in.no-7::before, .rank-box-in.no-8::before, .rank-box-in.no-9::before, .rank-box-in.no-10::before, .rank-box-in.no-11::before, .rank-box-in.no-12::before, .rank-box-in.no-13::before, .rank-box-in.no-14::before, .rank-box-in.no-15::before, .rank-box-in.no-16::before, .rank-box-in.no-17::before, .rank-box-in.no-18::before, .rank-box-in.no-19::before, .rank-box-in.no-20::before, .rank-box-in.no-21::before, .rank-box-in.no-22::before, .rank-box-in.no-23::before, .rank-box-in.no-24::before, .rank-box-in.no-25::before, .rank-box-in.no-26::before, .rank-box-in.no-27::before, .rank-box-in.no-28::before, .rank-box-in.no-29::before, .rank-box-in.no-30::before {
content: "";
top: -3px;
left: -3px;
border-bottom: 3em solid transparent;
border-left: 3em solid #555;
position: absolute;
z-index: 100;
}
.rank-box-in.no-6::after, .rank-box-in.no-7::after, .rank-box-in.no-8::after, .rank-box-in.no-9::after, .rank-box-in.no-10::after, .rank-box-in.no-11::after, .rank-box-in.no-12::after, .rank-box-in.no-13::after, .rank-box-in.no-14::after, .rank-box-in.no-15::after, .rank-box-in.no-16::after, .rank-box-in.no-17::after, .rank-box-in.no-18::after, .rank-box-in.no-19::after, .rank-box-in.no-20::after, .rank-box-in.no-21::after, .rank-box-in.no-22::after, .rank-box-in.no-23::after, .rank-box-in.no-24::after, .rank-box-in.no-25::after, .rank-box-in.no-26::after, .rank-box-in.no-27::after, .rank-box-in.no-28::after, .rank-box-in.no-29::after, .rank-box-in.no-30::after {
content: "";
display: block;
top: 5px;
color: var(--color-white);
left: 5px;
position: absolute;
z-index: 101;
}
.rank-box-in.no-6::after {
content: "6";
}
.rank-box-in.no-7::after {
content: "7";
}
.rank-box-in.no-8::after {
content: "8";
}
.rank-box-in.no-9::after {
content: "9";
}
.rank-box-in.no-10::after {
content: "10";
left: 2px;
}
.rank-box-in.no-11::after {
content: "11";
left: 2px;
}
.rank-box-in.no-12::after {
content: "12";
left: 2px;
}
.rank-box-in.no-13::after {
content: "13";
left: 2px;
}
.rank-box-in.no-14::after {
content: "14";
left: 2px;
}
.rank-box-in.no-15::after {
content: "15";
left: 2px;
}
.rank-box-in.no-16::after {
content: "16";
left: 2px;
}
.rank-box-in.no-17::after {
content: "17";
left: 2px;
}
.rank-box-in.no-18::after {
content: "18";
left: 2px;
}
.rank-box-in.no-19::after {
content: "19";
left: 2px;
}
.rank-box-in.no-20::after {
content: "20";
left: 2px;
}
.rank-box-in.no-21::after {
content: "21";
left: 2px;
}
.rank-box-in.no-22::after {
content: "22";
left: 2px;
}
.rank-box-in.no-23::after {
content: "23";
left: 2px;
}
.rank-box-in.no-24::after {
content: "24";
left: 2px;
}
.rank-box-in.no-25::after {
content: "25";
left: 2px;
}
.rank-box-in.no-26::after {
content: "26";
left: 2px;
}
.rank-box-in.no-27::after {
content: "27";
left: 2px;
}
.rank-box-in.no-28::after {
content: "28";
left: 2px;
}
.rank-box-in.no-29::after {
content: "29";
left: 2px;
}
.rank-box-in.no-30::after {
content: "30";
left: 2px;
}
.rank-box-l {
width: 30%;
}
.rank-box-l .icon-wrap img {
width: 120px;
display: block;
margin: 0 auto 5px;
}
.rank-box-l .btn-wrap {
text-align: center;
margin-top: 20px;
}
.rank-box-l .btn-wrap a {
display: inline-block;
font-size: 14px;
width: 80px;
line-height: 24px;
border-radius: 30px;
color: var(--color-white);
margin: 0 2px;
}
.rank-box-l .icon-wrap {
display: block;
text-align: center;
margin: 0 auto;
color: #066493;
margin-bottom: 10px;
font-size: 13px;
}
.rank-box-l .syousai {
background: #2d2d2d;
}
.rank-box-l .dl {
background: #ff3171;
}
.rank-box-r {
width: 70%;
}
.rank-box-r .hyouban-wrap dt {
display: inline-block;
width: 15%;
text-align: center;
font-weight: bold;
margin-right: 16px;
}
.rank-box-r .hyouban-wrap {
display: -webkit-flex;
display: flex;
align-items: center;
}
.rank-box-r .hyouban-wrap {
background: #fff9e3;
padding: 10px;
margin-bottom: 10px;
}
.rank-box-r .hyouban-wrap dt {
font-size: 2px;
}
.rank-box-r .hyouban-wrap dd {
display: -webkit-flex;
display: flex;
align-items: center;
}
.rank-box-r .hyouban-wrap dd img {
width: 150px;
}
.rank-box-r .hyouban-wrap dd span {
font-size: 34px;
font-weight: bold;
margin-left: 10px;
}
.rank-box-r .kutikomi-wrap {
display: -webkit-flex;
display: flex;
align-items: center;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px dashed #ccc;
}
.rank-box-r .kutikomi-wrap dt {
display: inline-block;
width: 20%;
text-align: center;
font-weight: bold;
margin-right: 5px;
}
.rank-box-r .kutikomi-wrap dd {
padding: 0 5px;
font-weight: bold;
position: relative;
z-index: 1;
}
.rank-box-r .kutikomi-wrap dd:before {
content: "";
position: absolute;
bottom: -1px;
left: -1px;
z-index: -1;
height: 6px;
width: 40px;
background: #ececec;
}
.rank-box-r .kutikomi-wrap dd a {
color: #444;
}
main#main-lower .good h3 {
background: none;
padding: 0px;
margin: 0px 0 5px;
border-radius: 6px;
font-size: 14px;
font-weight: bold;
}
.good {
margin-bottom: 10px;
}
.good h3 {
color: #ff78af;
}
main#main-lower .bad h3 {
background: none;
padding: 0px;
margin: 0px 0 5px;
border-radius: 6px;
font-size: 14px;
}
.bad h3 {
color: #004f76;
}
.good h3 img, .bad h3 img {
width: 14px;
vertical-align: middle;
margin-right: 4px;
margin-top: -3px;
}
main#main-lower .good dl, main#main-lower .bad dl {
position: relative;
padding: 10px;
border: 2px solid #ccc;
font-size: 14px;
border-radius: 3px;
}
main#main-lower .good dt, main#main-lower .bad dt {
position: relative;
width: 95%;
}
main#main-lower .good p {
padding: 0px;
margin: 0px 0 5px;
border-radius: 6px;
font-size: 14px;
font-weight: bold;
color: #ff78af;
}
main#main-lower .bad p {
padding: 0px;
margin: 0px 0 5px;
border-radius: 6px;
font-size: 14px;
font-weight: bold;
color: #004f76;
}
main#main-lower .good p > a, main#main-lower .bad p > a {
color: #066493;
padding: 2px 10px 3px;
display: inline-block;
background: #e9f9ff;
border-radius: 3px;
border-bottom: 1px solid #daecf2;
box-sizing: border-box;
}
main#main-lower .good p img, main#main-lower .bad p img {
width: 16px;
vertical-align: middle;
margin-right: 5px;
}
.good dt:after, .bad dt:after {
content: '';
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600227374.png) no-repeat;
background-size: 100% auto;
position: absolute;
width: 10px;
height: 10px;
top: 50%;
right: -25px;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.good dd, .bad dd {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #ececec;
display: none;
}
/*--app-syourai-wrap--*/
.app-syourai-wrap .hyouban-wrap {
border: 1px solid #ccc;
border-radius: 5px 5px 0 0;
display: -webkit-flex;
display: flex;
align-items: center;
}
.app-syourai-wrap .kutikomi-wrap {
border: 1px solid #ccc;
border-top: 0;
border-radius: 0 0 5px 5px;
margin-bottom: 20px;
padding: 0;
display: -webkit-flex;
display: flex;
align-items: center;
}
.app-syourai-wrap .hyouban-wrap dt, .app-syourai-wrap .kutikomi-wrap dt {
background: #939393;
width: 120px;
line-height: 48px;
color: var(--color-white);
font-size: 2px;
text-align: center;
font-weight: bold;
}
.app-syourai-wrap .hyouban-wrap dd {
vertical-align: middle;
display: -webkit-flex;
display: flex;
align-items: center;
padding: 0 10px;
}
.app-syourai-wrap .hyouban-wrap dd img {
width: 150px;
vertical-align: middle;
}
.app-syourai-wrap .kutikomi-wrap dd {
padding-left: 10px;
}
.app-syourai-wrap .kutikomi-wrap .nam {
font-size: 24px;
line-height: 30px;
height: 30px;
background: #303030;
padding: 0 20px;
margin-right: 5px;
border-radius: 50px;
font-weight: bold;
color: var(--color-white);
}
.app-syourai-wrap .hyouban-wrap .nam {
font-size: 34px;
margin-left: 10px;
font-weight: bold;
}
.morebtn {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 20px auto 0;
padding: 0px 10px;
width: 88%;
height: 48px;
background: #066493;
line-height: 1.3;
font-size: 18px;
font-weight: bold;
color: var(--color-white);
border-radius: 30px;
}
.app-syourai-wrap img.radarChart {
width: 50%;
margin: 0 auto 20px;
display: block;
}
main#main-lower .app-syourai-wrap .hyouka-box .hyouka-good dt {
display: -webkit-flex;
display: flex;
align-items: center;
}
main#main-lower .app-syourai-wrap .hyouka-box .hyouka-good dt div:first-of-type {
font-size: 14px;
font-weight: bold;
color: #ff92be;
}
main#main-lower .app-syourai-wrap .hyouka-box .hyouka-bad dt {
display: -webkit-flex;
display: flex;
align-items: center;
}
main#main-lower .app-syourai-wrap .hyouka-box .hyouka-bad dt div:first-of-type {
font-size: 14px;
font-weight: bold;
color: #4e6275;
}
main#main-lower .app-syourai-wrap .hyouka-box .hyouka-box-name dd p {
font-size: 12px;
color: #555;
padding: 0;
margin: 0px;
}
.app-syourai-wrap .hyouka-box .hyouka-box-name dd .hyouka-hoshi {
margin-top: 0px;
font-size: 18px;
font-weight: bold;
}

/*------------------------------------------------------------
サイドメニュー (コエシル)
-------------------------------------------------------------*/
aside {
width: 300px;
margin-left: 20px;
}
.category-wrap {
margin-bottom: 40px;
}
aside h3 {
display:none;
text-align: center;
font-size: 24px;
position: relative;
font-size: 2px;
margin: 0 0 22px;
}
aside h3:after {
left: 0;
right: 0;
bottom: -20px;
margin: auto;
display: block;
font-size: 16px;
font-weight: normal;
color: var(--color-cc);
position: absolute;
}
aside h3 .kakko {
display: none;
}
.category-wrap h3:after {
content: 'category';
}
.category-wrap ul {
border: 1px solid #ccc;
border-radius: 5px;
padding: 20px;
margin-top: 40px;
}
.category-wrap li a {
padding: 5px 0;
display: -webkit-flex;
display: flex;
align-items: center;
}
.category-wrap li img {
width: 20px;
margin-right: 10px;
}
.category-wrap li:last-of-type {
margin-bottom: 0px;
}
.category-wrap .game a {
background: url() no-repeat 0 center / 20px;
}
.category-wrap .match a {
background: url() no-repeat 0 center / 20px;
}
.category-wrap .life a {
background: url() no-repeat 0 center / 20px;
}
.rank-wrap {
margin-bottom: 40px;
}
.rank-wrap h3:after {
content: 'ranking';
}
.rank-wrap .tab {
border-bottom: 0px solid #666;
margin-top: 40px;
}
.rank-wrap .tab span {
display: inline-block;
cursor: pointer;
width: 50%;
color: var(--color-white);
text-align: center;
background: #b7b7b7;
line-height: 36px;
}
.rank-wrap .tab .active {
background: #2d2d2d;
}
.rank-wrap .tab span:first-of-type {
border-radius: 10px 0 0 0;
}
.rank-wrap .tab span:last-of-type {
border-radius: 0 10px 0 0;
}
.rank-list {
border: 1px solid #ccc;
border-top: 3px solid #2d2d2d;
border-radius: 0 0 10px 10px;
}
.rank-list {
padding: 0 10px;
}
.rank-list article {
padding: 10px 0;
border-bottom: 2px solid #ccc;
}
.rank-list article:last-of-type {
border-bottom: 0;
}
.rank-list article:nth-of-type(1) .thumbnail:before {
content: '1';
background: #ffbd00;
}
.rank-list article:nth-of-type(2) .thumbnail:before {
content: '2';
background: #399bc0;
}
.rank-list article:nth-of-type(3) .thumbnail:before {
content: '3';
background: #9a3f00;
}
.rank-list article:nth-of-type(4) .thumbnail:before {
content: '4';
}
.rank-list article:nth-of-type(5) .thumbnail:before {
content: '5';
}
.rank-list article {
margin: 0;
padding: 0;
border-bottom: 1px solid #ccc;
}
.rank-list article a {
display: -webkit-flex;
display: flex;
position: relative;
padding: 10px 0;
border: 0;
}
.rank-list article a:before {
content: "";
width: 7px;
height: 30px;
display: block;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600244007.png) no-repeat center;
background-size: 100%;
top: 50%;
right: 0px;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
position: absolute;
}
.rank-list article a:after {
content: '';
display: block;
width: 24px;
height: 24px;
line-height: 22px;
border-radius: 50%;
position: absolute;
top: 7px;
left: -5px;
font-size: 14px;
color: var(--color-white);
font-weight: bold;
text-align: center;
}
.rank-list article:nth-of-type(1) a:after {
content: '1';
background: #ffbc00;
}
.rank-list article:nth-of-type(2) a:after {
content: '2';
background: #3c9abf;
}
.rank-list article:nth-of-type(3) a:after {
content: '3';
background: #994100;
}
.rank-list article:nth-of-type(4) a:after {
content: '4';
background: #c1c1c1;
}
.rank-list article:nth-of-type(5) a:after {
content: '5';
background: #c1c1c1;
}
.rank-list article img {
width: 80px;
object-fit: contain;
}
.rank-list article dl {
padding: 0 20px 0 10px;
width: 66%;
}
.rank-list article dl dt {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
line-height: 1.2;
}
.rank-list article dl dd {
font-size: 12px;
line-height: 1.2;
color: #555;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
/* top-qlist */
.request-wrap {}
#lowerRight .request-wrap h3:after {
content: 'request';
}
#lowerRight .qlist-in {
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px;
margin: 40px 0;
}
#lowerRight .qlist-in li {
display: block;
margin: 10px 0;
position: relative;
}
#lowerRight .qlist-in li:first-of-type {
margin: 0;
}
#lowerRight .qlist-in li:last-of-type {
margin: 0;
}
#lowerRight .qlist-in li:before {
content: "";
width: 20px;
height: 100%;
display: block;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600193996.png) no-repeat center;
background-size: 100%;
top: 0;
left: 20px;
position: absolute;
}
#lowerRight .qlist-in li a {
display: block;
background: var(--color-f2);
padding: 10px 70px 10px 60px;
font-size: 16px;
font-weight: bold;
border-radius: 6px;
line-height: 1.2;
}
#lowerRight .qlist-in li .sandou {
position: absolute;
display: block;
top: 50%;
right: -20px;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
text-align: center;
background: #ff3171;
color: var(--color-white);
padding: 5px;
line-height: 1.1;
border-radius: 5px;
height: 40px;
width: 50px;
font-size: 14px;
}
#lowerRight .qlist-in li .sandou span {
display: block;
color: var(--color-white);
}
#lowerRight .qlist-in li .bosyuchu {
position: absolute;
display: block;
top: 50%;
right: -20px;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
text-align: center;
background: #fa0;
color: var(--color-white);
padding: 5px;
line-height: 1.3;
border-radius: 5px;
height: 40px;
width: 50px;
font-size: 12px;
}
#lowerRight .qlist-in li .bosyuchu span {
display: block;
color: var(--color-white);
}

/*------------------------------------------------------------
下層2詳細 (コエシル)
-------------------------------------------------------------*/
/*--kutikomi-hyouka--*/
.kutikomi-hyouka .hyouban-wrap {
border: 1px solid #ccc;
border-radius: 5px 5px 0 0;
display: -webkit-flex;
display: flex;
align-items: center;
}
.kutikomi-hyouka .kutikomi-wrap {
border: 1px solid #ccc;
border-top: 0;
border-radius: 0 0 5px 5px;
margin-bottom: 20px;
padding: 0;
display: -webkit-flex;
display: flex;
align-items: center;
}
.kutikomi-hyouka .hyouban-wrap dt, .kutikomi-hyouka .kutikomi-wrap dt {
background: #939393;
width: 120px;
line-height: 48px;
color: var(--color-white);
font-size: 2px;
text-align: center;
font-weight: bold;
}
.kutikomi-hyouka .hyouban-wrap dd {
vertical-align: middle;
display: -webkit-flex;
display: flex;
align-items: center;
padding: 0 10px;
}
.kutikomi-hyouka .hyouban-wrap dd img {
width: 150px;
vertical-align: middle;
}
.kutikomi-hyouka .kutikomi-wrap dd {
padding-left: 10px;
}
.kutikomi-hyouka .kutikomi-wrap .nam {
font-size: 24px;
line-height: 30px;
height: 30px;
background: #303030;
padding: 0 20px;
margin-right: 5px;
border-radius: 50px;
font-weight: bold;
color: var(--color-white);
}
.kutikomi-hyouka .hyouban-wrap .nam {
font-size: 34px;
margin-left: 10px;
font-weight: bold;
}
.kutikomi-hyouka img.radarChart {
width: 50%;
margin: 0 auto 20px;
display: block;
}
.kutikomi-hyouka .hyouka-box .hyouka-box-name dd p {
font-size: 12px;
color: #555;
padding: 0;
}
.kutikomi-hyouka .hyouka-box .hyouka-box-name dd .hyouka-hoshi {
margin-top: 0px;
font-size: 18px;
font-weight: bold;
}
.hikaku-link a {
position: absolute;
right: 15px;
bottom: 15px;
font-size: 16px;
color: var(--color-white);
background: #066493;
padding: 8px 20px;
border-radius: 50px;
}
/*--kutikomi-hyouka--*/
.kutikomi-hyouka {}
.kutikomi-title-box-in {
padding: 10px;
background: var(--color-cc);
border-radius: 10px;
}
.kutikomi-title-box-in .kutikomi-title {
background: var(--color-white);
padding: 10px;
border-radius: 10px;
}
.kutikomi-title dl {
display: -webkit-flex;
display: flex;
align-items: center;
}
.kutikomi-title dl dt img {
width: 80px;
}
.kutikomi-title dl dt {
margin-right: 10px;
}
.kutikomi-title .hyouka-title-txt {
display: -webkit-flex;
display: flex;
align-items: baseline;
margin-bottom: 10px;
}
.kutikomi-title .hyouka-title-txt img {
width: 150px;
margin: 0 5px;
}
.kutikomi-title .hyouka-title-txt div:last-of-type img {
width: 100px;
margin: 0 5px;
}
.kutikomi-title .hyouka-title-txt div:first-of-type {
font-size: 34px;
font-weight: bold;
margin-right: 10px;
}
.kutikomi-title .hyouka-title-txt div:last-of-type {
font-size: 16px;
color: var(--color-99);
}
main#main-lower .kutikomi-title dd p {
padding: 0;
margin: 0;
font-size: 18px;
font-weight: bold;
vertical-align: middle;
}
.kutikomi-title dd a {
margin: 0 10px 0 5px;
padding: 0;
border-bottom: 2px solid #1a78a5;
color: #1a78a5;
font-weight: bold;
}
.kutikomi-title dd a:before {
content: "▶";
margin-right: 5px;
}
.kutikomi-title dd a {
color: #1a78a5;
font-size: 16px;
}
.kutikomi-title dd a:first-letter {
font-size: 1px;
vertical-align: middle;
margin-right: 5px;
}
.radarChart-box {
background: var(--color-white);
padding: 10px;
border-radius: 10px;
margin-top: 10px;
}
.radarChart-box img.radarChart {
width: 50%;
margin: 10px auto;
}
.kutikomi-g-b {
padding: 10px 2px;
border-radius: 10px;
margin-top: 10px;
}
.kutikomi-g-b .hyouka-good {
margin: 0;
}
main#main-lower .kutikomi-g-b .hyouka-good h3 {
font-size: 18px;
font-weight: bold;
margin: 0 0 10px 0;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600177376.png) no-repeat 0 center;
background-size: 16px;
padding: 0 0 0 20px;
color: #ff3171;
}
main#main-lower .kutikomi-g-b dl {
padding: 10px;
background: var(--color-white);
border-radius: 3px;
margin-bottom: 5px;
}
main#main-lower .kutikomi-g-b dd {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #ececec;
}
main#main-lower .kutikomi-g-b .hyouka-good dd {
display: none;
}
div.kutikomi-g-b dt {
font-size: 14px;
line-height: 1.4;
color: #555;
padding: 0;
margin-bottom: 0;
border-radius: 3px;
background: var(--color-white);
position: relative;
}
.kutikomi-g-b dt:before {
content: "";
width: 10px;
height: 30px;
display: block;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600227374.png) no-repeat center;
background-size: 100%;
top: 50%;
right: 10px;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
position: absolute;
}
.kutikomi-g-b .hyouka-bad {
margin: 15px 0 0;
}
main#main-lower .kutikomi-g-b .hyouka-bad h3 {
font-size: 18px;
font-weight: bold;
margin: 0 0 10px 0;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600127516.png) no-repeat 0 center;
background-size: 16px;
padding: 0 0 0 20px;
color: #22588d;
}
main#main-lower .kutikomi-g-b .hyouka-bad dd {
display: none;
}
/*--kutikomi-hyouka-matome--*/
.kh-matome-title {
display: -webkit-flex;
display: flex;
align-items: baseline;
margin-bottom: 0px;
padding: 10px;
border-radius: 5px 5px 0 0;
border: 1px solid #ccc;
border-bottom: 0;
position: relative;
}
.kh-matome-title .no-review {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-radius: 5px;
display: -webkit-flex;
display: flex;
align-items: baseline;
margin: 0px;
padding: 15px 10px;
position: relative;
width: 680px;
align-items: center;
position: absolute;
top: 0;
left: -1px;
}
.kh-matome-title .no-review a {
position: absolute;
font-size: 16px;
color: var(--color-white);
right: 15px;
top: 7px;
background: #066493;
padding: 8px 20px;
border-radius: 50px;
}
.kh-matome-title img {
width: 150px;
margin: 0 5px;
}
.kh-matome-title div:last-of-type img {
width: 100px;
margin: 0 5px;
}
.kh-matome-title div:first-of-type {
font-size: 34px;
font-weight: bold;
margin-right: 10px;
}
.kh-matome-title div:last-of-type {
font-size: 16px;
color: var(--color-99);
}
.kh-matome-title a {
position: absolute;
font-size: 16px;
color: var(--color-white);
right: 15px;
top: 10px;
background: #066493;
padding: 8px 20px;
border-radius: 50px;
}
.kh-matome-hoshi {
margin-bottom: 10px;
padding: 10px;
border-radius: 0px 0px 5px 5px;
border: 1px solid #ccc;
border-top: 0;
background: #efefef;
}
.kh-matome-hoshi ul {
width: 90%;
margin: auto;
}
.kh-matome-hoshi li {
margin: 10px;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.kh-matome-hoshi li:hover {
opacity: 0.6;
}
.kh-matome-hoshi li div {
color: #066493;
}
.kh-matome-hoshi li div.allLink {
width: 100%;
height: 100%;
position: absolute;
display: block;
}
.kh-matome-hoshi li div.allLink a {
width: 100%;
height: 100%;
display: block;
cursor: pointer;
}
.kh-matome-hoshi li div:first-of-type {
display: inline-block;
width: 10%;
}
.kh-matome-hoshi li div:nth-of-type(3) {
display: inline-block;
width: 10%;
text-align: right;
}
.kh-matome-hoshi li div.barBox {
display: inline-block;
width: 80%;
height: 30px;
margin: 0 10px;
border-radius: 5px;
border: 1px solid #CCC;
background: var(--color-white);
box-sizing: border-box;
position: relative;
}
.kh-matome-hoshi li div.barIn {
display: inline-block;
background: #fa0;
border: 1px solid #ffc400;
height: 30px;
display: block;
box-sizing: border-box;
border-radius: 5px;
position: absolute;
left: -1px;
top: -1px;
}
.kutikomi-hyouka-matome .hyouka-box-in {
width: 100%;
border: 2px solid #ccc;
border-radius: 10px;
padding: 10px;
margin: 10px 0;
box-sizing: border-box;
background: #fffff8;
}
.kutikomi-hyouka-matome .hyouka-box-in:nth-of-type(1) {
margin: 0 0 10px;
}
.kutikomi-hyouka-matome .hyouka-box-name {
width: 100%;
display: -webkit-flex;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.kutikomi-hyouka-matome .hyouka-box-name dt {
margin-right: 10px;
width: 35px;
}
.kutikomi-hyouka-matome .hyouka-box-name dt img {
width: 35px;
}
.kutikomi-hyouka-matome .hyouka-box-name dd p {
font-size: 12px;
color: #555;
padding: 0;
}
main#main-lower .kutikomi-hyouka-matome .hyouka-box-name dd p {
margin: 0;
padding: 0;
}
.kutikomi-hyouka-matome .hyouka-box-name dd p span {
font-size: 12px;
color: #888;
}
.kutikomi-hyouka-matome .hyouka-box-name dd .hyouka-hoshi {
margin-top: 0px;
font-size: 18px;
font-weight: bold;
}
.kutikomi-hyouka-matome .hyouka-box-name dd .hyouka-hoshi img {
width: 80px;
margin-right: 10px;
}
.kutikomi-hyouka-matome .hyouka-good {
margin: 15px 0 0;
}
.kutikomi-hyouka-matome .hyouka-good dt {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600160948.png) no-repeat 0 center;
background-size: 14px;
padding-left: 20px;
color: #555;
display: -webkit-flex;
display: flex;
align-items: center;
line-height: 1.3;
}
.kutikomi-hyouka-matome .hyouka-good dt div:first-of-type {
font-size: 14px;
font-weight: bold;
margin-bottom: 0px;
color: #ff92be;
}
.kutikomi-hyouka-matome .hyouka-good dt div:nth-of-type(2) {
display: flex;
align-items: center;
}
.kh-matome .hyouka-good dt span {
font-size: 16px;
font-weight: bold;
margin-bottom: 0;
color: #555;
}
.kh-matome .hyouka-bad dt span {
font-size: 16px;
font-weight: bold;
margin-bottom: 0;
color: #555;
line-height: 1.3;
}
main#main-lower .kutikomi-hyouka-matome .hyouka-good dt p {
padding: 0;
margin: 0;
}
.kutikomi-hyouka-matome .hyouka-good dd {
font-size: 14px;
line-height: 1.4;
color: #555;
}
.kutikomi-hyouka-matome .hyouka-bad {
margin: 15px 0 0;
}
.kutikomi-hyouka-matome .hyouka-bad dt {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600110193.png) no-repeat 0 center;
background-size: 14px;
padding-left: 20px;
color: #555;
display: -webkit-flex;
display: flex;
align-items: center;
}
.kutikomi-hyouka-matome .hyouka-bad dt div:first-of-type {
font-size: 14px;
font-weight: bold;
margin-bottom: 0px;
color: #4e6275;
}
.kutikomi-hyouka-matome .hyouka-bad dt div:nth-of-type(2) {
display: flex;
align-items: center;
}
main#main-lower .kutikomi-hyouka-matome .hyouka-bad dt p {
padding: 0;
margin: 0;
}
.kutikomi-hyouka-matome .hyouka-bad dd {
font-size: 14px;
line-height: 1.4;
color: #555;
}
.kutikomikaitou dl {
display: -webkit-flex;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 10px;
}
.kutikomikaitou dl dt {
margin: 0;
color: rgba(253, 41, 111, 1);
font-weight: bold;
width: 7%;
line-height: 1.5;
}
.kutikomikaitou dl dd a {
color: #066493;
font-weight: bold;
}
.kutikomikaitou dl dd a:after, .kutikomikaitou dl dd span:after {
content: '/';
margin: 0px 5px;
font-weight: normal;
color: var(--color-66);
}
.kutikomikaitou dl dd a:last-child:after, .kutikomikaitou dl dd span:last-child:after {
content: '';
}
.kutikomikaitou dl dd a:hover:after {
opacity: 1;
color: var(--color-66);
}
.kutikomi-hyouka-matome .hyouka-box-in.influencer-box {
padding: 25px 10px 10px;
margin: 20px 0 10px;
position: relative;
}
.kutikomi-hyouka-matome .hyouka-box-in.influencer-box span.influencer-review {
position: absolute;
top: -13px;
left: -8px;
padding: 3px 10px 5px;
background: #ff3372;
font-size: 1.1px;
height: auto;
line-height: normal;
border-radius: 0px;
color: var(--color-white);
font-weight: bold;
}
.kutikomi-hyouka-matome .hyouka-box-in.influencer-box span.influencer-review:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -35px;
border: 6px solid transparent;
border-top: 6px solid #ff3372;
}
.hyouka-box-in.influencer-box {
width: 100%;
box-shadow: 0 0 0 2px #dde4e6;
border-radius: 10px;
padding: 10px;
margin: 30px 0 10px !important;
box-sizing: border-box;
padding: 25px 10px 10px;
position: relative;
}
.hyouka-box-in.influencer-box span.influencer-review {
position: absolute;
top: -13px;
left: -8px;
padding: 3px 10px 5px;
background: #ff3372;
font-size: 1.1px;
height: auto;
line-height: normal;
border-radius: 0px;
color: var(--color-white);
font-weight: bold;
}
.hyouka-box-in.influencer-box span.influencer-review:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -35px;
border: 6px solid transparent;
border-top: 6px solid #ff3372;
}
.iinebt-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 10px;
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.iinebt {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #fa0;
color: var(--color-white);
border-radius: 35px;
padding: 5px 10px 5px 28px;
font-size: 14px;
}
.iinebt p {
margin: 0 !important;
padding: 0 !important;
}
div.iinegray {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #cccccc none repeat scroll 0 0;
color: var(--color-white);
border-radius: 35px;
padding: 5px 10px 5px 28px;
font-size: 14px;
}
main#main-lower .iinebt p {
padding: 0;
}
main#main-lower .iinebt a {
position: absolute;
padding: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.iinebt:before {
content: '';
width: 14px;
height: 14px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600144445.png) no-repeat center;
background-size: 100%;
top: 0;
bottom: 0;
left: 8px;
margin: auto;
position: absolute;
}
main#main-lower .iinebt div:first-of-type {
color: var(--color-white);
}
main#main-lower .iinebt div:last-of-type {
background: var(--color-white);
display: inline-block;
padding: 4px 10px;
border-radius: 35px;
font-size: 14px;
font-weight: bold;
margin-left: 5px;
}
.kaitousyabetu-wrap dl {
margin-bottom: 10px;
padding-left: 10px;
}
.kaitousyabetu-wrap dl dt {
color: #f28;
font-weight: bold;
margin-right: 10px;
display: inline-block;
}
.kaitousyabetu-wrap dl dd {
display: inline-block;
font-weight: bold;
}
.kaitousyabetu-wrap dl dd a {
color: #058bb3;
margin-right: 10px;
}
.kaitousyabetu-wrap dl dd a:after {
content: '/';
color: #555;
margin-left: 10px;
}
.kaitousyabetu-wrap dl dd a:last-of-type:after {
display: none;
}
main#main-lower .iiten {
background: none;
font-size: 16px;
font-weight: bold;
margin: 0 0 10px 20px;
color: #ff92be;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600160948.png) no-repeat 0 center;
background-size: 16px;
padding: 0 0 0 20px;
}
main#main-lower .warui {
background: none;
font-size: 16px;
font-weight: bold;
margin: 0 0 10px 20px;
color: #4e6275;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600110193.png) no-repeat 0 center;
background-size: 16px;
padding: 0 0 0 20px;
}
.formKutikomi .form-kutikomi {
background: var(--color-white);
}
.formKutikomi .form-kutikomi dt {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.formKutikomi .form-kutikomi dd {
margin-bottom: 20px;
}
.formKutikomi .form-kutikomi input[type="text"] {
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 5px;
background: #f5f5f5;
width: 100%;
padding: 10px;
}
.formKutikomi .form-kutikomi select {
background: #f5f5f5;
box-sizing: border-box;
width: 200px;
border: 1px solid #ccc;
padding: 10px;
border-radius: 5px;
}
.formKutikomi .form-kutikomi .hosiwrap img {
width: 32px;
margin-right: 5px;
}
main#main-lower .formKutikomi .form-kutikomi .fukidasi {
border: 3px solid #fa0;
border-radius: 6px;
font-size: 16px;
font-weight: bold;
padding: 5px 10px;
margin: 16px 0 0px 0;
position: relative;
}
main#main-lower .formKutikomi .form-kutikomi .fukidasi:before {
content: '';
position: absolute;
box-sizing: border-box;
width: 20px;
border-bottom: 14px solid #fff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: -11px;
left: 62px;
z-index: 3;
}
main#main-lower .formKutikomi .form-kutikomi .fukidasi:after {
content: '';
position: absolute;
box-sizing: border-box;
width: 20px;
border-bottom: 16px solid #fa0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
top: -16px;
left: 60px;
z-index: 2;
}
.form-kutikomi-inner dl {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid #ccc;
border-bottom: 0;
padding: 10px;
}
.form-kutikomi-inner dl:last-of-type {
border-bottom: 1px solid #ccc;
}
.formKutikomi .form-kutikomi .form-kutikomi-inner dt {
margin: 0;
max-width: 300px;
line-height: 1.4;
}
.formKutikomi .form-kutikomi .form-kutikomi-inner dd {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 0 auto;
}
.form-kutikomi-inner dd .hosiwrap input[type="button"] {
background: var(--color-99);
color: var(--color-white);
border: 0;
line-height: 32px;
border-radius: 30px;
cursor: pointer;
margin-right: 10px;
font-size: 14px;
width: 130px;
border-bottom: 2px solid #757575;
}
.form-kutikomi-inner dd .hosiwrap.no-hyoka input[type="button"] {
background: #525252;
border-color: #353535;
outline: none;
}
.form-kutikomi-inner dd input[type="button"]:focus {
outline: none;
background: #525252 !important;
}
.kutikomi-hyouka-matome table {
box-sizing: border-box;
width: 100%;
border: 1px solid #ddd;
}
.kutikomi-hyouka-matome th {
background: #eee;
padding: 10px;
border: 1px solid #ddd;
}
.kutikomi-hyouka-matome td {
border: 1px solid #ddd;
padding: 10px;
}
.kutikomi-hyouka-matome td a {
color: #1a78a5;
}
.hyoukaRnk-list {
border-radius: 5px;
border: 1px solid #ccc;
padding: 10px;
text-align: center;
margin: 10px 0;
}
.hyoukaRnk-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.hyoukaRnk-title dt img {
width: 80px;
margin-right: 14px;
}
main#main-lower .hyoukaRnk-title dd h3 {
background: none;
padding: 0;
margin: 0;
font-size: 22px;
color: #066493;
font-weight: bold;
}
.hyoukaRnk-title ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hyoukaRnk-list .hyoukaRnk-title li {
padding: 0;
margin: 0;
text-align: left;
line-height: normal;
}
.hyoukaRnk-list .hyoukaRnk-title li img {
width: 150px;
margin-right: 10px;
position: static;
vertical-align: middle;
}
.hyoukaRnk-list .hyoukaRnk-title li:first-of-type {
font-size: 34px;
font-weight: bold;
color: var(--color-text);
vertical-align: middle;
}
.hyoukaRnk-title li:last-of-type {
background: #ff3171;
color: var(--color-white);
width: 60px;
text-align: center;
padding: 8px 0;
margin-left: 10px;
}
.hyoukaRnk-list li {
text-align: left;
position: relative;
padding: 12px 0px 12px 50px;
}
.hyoukaRnk-list li img {
position: absolute;
width: 40px;
top: 0;
left: 0;
bottom: 0;
margin: auto;
}
main#main-lower .hyoukaRnk-list li p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
padding: 0;
margin: 0;
line-height: normal;
}
.hyoukaRnk-list li span {
font-size: 12px;
color: var(--color-99);
}
.hyoukaRnk-list-more {
position: relative;
font-size: 22px;
font-weight: bold;
color: #066493;
}
.hyoukaRnk-list-more:before {
content: "";
width: 12px;
height: 12px;
position: absolute;
top: 2px;
left: -18px;
bottom: 0;
margin: auto;
box-sizing: border-box;
border: 6px solid transparent;
border-left: 10px solid #066493;
}
/*--NEWhyoukalist--*/
.hyokaRnk-wrapper.hyokaRnk-scroll {
width: 100%;
display: flex;
overflow-x: scroll;
overflow-scrolling: touch;
padding: 0;
margin: 0;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list {
border-radius: 5px;
border: 1px solid #ccc;
padding: 10px;
text-align: center;
margin: 10px;
position: relative;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title {
display: block;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
width: 250px;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dt img {
width: 100%;
margin: 0;
box-sizing: border-box;
box-shadow: 0 0 0 1px #eff3f4;
}
main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd p.hyoukaRnk-img {
display: -webkit-flex;
display: flex;
align-items: center;
font-size: 2px;
line-height: normal;
font-weight: bold;
color: #555;
}
main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd p.hyoukaRnk-img img {
width: 50%;
margin-right: 10px;
}
main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd p.hyoukaRnk-name {
display: block;
font-size: 18px;
color: #555;
padding-top: 5px;
}
main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd p.hyoukaRnk-cnt {
font-size: 18px;
color: #555;
width: auto;
}
main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd p.hyoukaRnk-cnt:before {
content: "";
display: inline-block;
width: 15px;
height: 15px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600093043.png)no-repeat center center;
background-size: 100%;
margin-right: 6px;
}
main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd h3 {
background: none;
padding: 0;
margin: 0;
font-size: 22px;
color: #066493;
font-weight: bold;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list .hyoukaRnk-title li {
padding: 0;
margin: 0;
text-align: left;
line-height: normal;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list .hyoukaRnk-title li img {
width: 100%;
margin-right: 10px;
position: static;
vertical-align: middle;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list .hyoukaRnk-title li:first-of-type {
font-size: 34px;
font-weight: bold;
color: var(--color-text);
vertical-align: middle;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title li:last-of-type {
background: #ff3171;
color: var(--color-white);
width: 60px;
text-align: center;
padding: 8px 0;
margin-left: 10px;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list li {
text-align: left;
position: relative;
padding: 12px 0px 12px 50px;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list li img {
position: absolute;
width: 40px;
top: 0;
left: 0;
bottom: 0;
margin: auto;
}
main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list li p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
padding: 0;
margin: 0;
line-height: normal;
}
main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list li span {
font-size: 12px;
color: var(--color-99);
}
main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll p.hyoukaRnk-list-more {
position: relative;
font-size: 16px;
font-weight: bold;
color: var(--color-white);
background: #066493;
padding: 5px 0;
border-radius: 5px;
width: 80%;
margin: 10px auto 0;
box-sizing: border-box;
box-shadow: 0 2px 0 0px #00517a;
}
main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll p.hyoukaRnk-list-more:before {
display: none;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-1:before {
content: "1";
position: absolute;
top: 5px;
left: 5px;
width: 30px;
height: 30px;
line-height: 30px;
background: #ff9800;
color: var(--color-white);
box-sizing: border-box;
box-shadow: 2px 1px 0 0 rgb(34 34 34 / 11%);
border-radius: 50px;
font-size: 15px;
font-weight: bold;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-2:before {
content: "2";
position: absolute;
top: 5px;
left: 5px;
width: 30px;
height: 30px;
line-height: 30px;
background: #3c9abf;
color: var(--color-white);
box-sizing: border-box;
box-shadow: 2px 1px 0 0 rgb(34 34 34 / 11%);
border-radius: 50px;
font-size: 15px;
font-weight: bold;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-3:before {
content: "3";
position: absolute;
top: 5px;
left: 5px;
width: 30px;
height: 30px;
line-height: 30px;
background: #994100;
color: var(--color-white);
box-sizing: border-box;
box-shadow: 2px 1px 0 0 rgb(34 34 34 / 11%);
border-radius: 50px;
font-size: 15px;
font-weight: bold;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
width: 30px;
height: 30px;
line-height: 30px;
background: #c1c1c1;
color: var(--color-white);
box-sizing: border-box;
box-shadow: 2px 1px 0 0 rgb(34 34 34 / 11%);
border-radius: 50px;
font-size: 15px;
font-weight: bold;
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-4:before {
content: "4";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-5:before {
content: "5";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-6:before {
content: "6";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-7:before {
content: "7";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-8:before {
content: "8";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-9:before {
content: "9";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-10:before {
content: "10";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-11:before {
content: "11";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-12:before {
content: "12";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-13:before {
content: "13";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-14:before {
content: "14";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-15:before {
content: "15";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-16:before {
content: "16";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-17:before {
content: "17";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-18:before {
content: "18";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-19:before {
content: "19";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-20:before {
content: "20";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-21:before {
content: "21";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-22:before {
content: "22";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-23:before {
content: "23";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-24:before {
content: "24";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-25:before {
content: "25";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-26:before {
content: "26";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-27:before {
content: "27";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-28:before {
content: "28";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-29:before {
content: "29";
}
.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-30:before {
content: "30";
}
/*--narabikae--*/
.narabikae {
overflow: hidden;
width: 80%;
margin: 10px auto 10px;
text-align: center;
display: inline-block;
}
.narabikae select {
width: 100%;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.narabikae select::-ms-expand {
display: none;
}
.narabikae {
position: relative;
border: 1px solid #bbbbbb;
border-radius: 2px;
background: #ffffff;
vertical-align: middle;
}
.narabikae::before {
position: absolute;
top: 0.8em;
right: 0.9em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #666666;
pointer-events: none;
}
.narabikae select {
padding: 8px 38px 8px 8px;
color: #666666;
}
.kh-matome {
margin-bottom: 40px;
}
.radar-chart canvas {
margin: auto;
}
.more-review {
width: 90%;
display: block;
margin: 20px auto 0;
padding: 13px;
border-radius: 100px;
border: 0;
background: #066493;
color: var(--color-white);
font-weight: bold;
cursor: pointer;
text-align: center;
}
.more-review:hover {
opacity: 0.8;
}
.kutikomikaitou dd {
font-size: 14px;
color: var(--color-66);
width: 93%;
line-height: 1.5;
}
.hyoka-category {
padding: 10px;
font-size: 14px;
}
.hyoka-category > p {
color: #ff366b;
font-weight: bold;
}
.hyoka-category input[type=radio] {
display: none;
}
.hyoka-category label {
box-sizing: border-box;
cursor: pointer;
display: inline-block;
padding: 5px 15px;
position: relative;
width: auto;
margin-right: 10px;
}
.hyoka-category label:before {
background: var(--color-white);
border: 1px solid #ccc;
box-sizing: border-box;
border-radius: 50%;
content: '';
display: block;
position: absolute;
height: 16px;
width: 16px;
top: 50%;
left: 0;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.hyoka-category label:after {
background: #ffaa00;
border-radius: 50%;
content: '';
display: block;
height: 16px;
left: 0;
top: 50%;
position: absolute;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
transition: transform .2s ease-in-out, opacity .2s ease-in-out;
width: 16px;
opacity: 0;
}
input[type=radio]:checked + label:before {
border-color: var(--color-cc);
}
input[type=radio]:checked + label:after {
opacity: 1;
}

/*------------------------------------------------------------
下層3 (コエシル)
-------------------------------------------------------------*/
.kutikomi-hikaku-wrap {
background: var(--color-f2);
border-radius: 10px;
padding: 10px 16px 20px 16px;
}
main#main-lower .kutikomi-hikaku-wrap h2 {
background: none;
position: relative;
font-weight: bold;
padding: 0 0 0 44px;
color: #000;
font-size: 2px;
}
main#main-lower .kutikomi-hikaku-wrap h2:before {
content: '';
display: block;
width: 38px;
height: 38px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600059268.png) no-repeat center / contain;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
.kutikomi-hikaku-wrap .app-wrap {
background: #fae6ec;
border-radius: 10px;
padding: 10px;
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #f5ccd8;
}
.kutikomi-hikaku-wrap .app-wrap:nth-of-type(2) {
background: #def1f4;
border: 2px solid #bce8ef;
}
.kutikomi-hikaku-wrap .app-wrap img {
width: 80px;
}
.kutikomi-hikaku-wrap .app-wrap dl {
margin-left: 12px;
}
.kutikomi-hikaku-wrap .app-wrap dt {
font-size: 2px;
margin-bottom: 10px;
font-weight: bold;
color: #555;
}
.kutikomi-hikaku-wrap .app-wrap dd img {
width: 140px;
}
.kutikomi-hikaku-wrap .app-wrap .num {
font-size: 34px;
display: inline-block;
font-weight: bold;
margin-left: 10px;
position: relative;
top: 3px;
}
.kutikomi-hikaku-wrap .chart-wrap .inner {
background: var(--color-white);
border-radius: 10px;
margin-top: 20px;
padding: 10px 50px;
}
.kutikomi-hikaku-wrap .chart-wrap .sougou {
border-bottom: 2px solid #ccc;
font-size: 22px;
font-weight: bold;
color: #555;
margin-bottom: 10px;
text-align: center;
}
.kutikomi-hikaku-wrap .chart-wrap .sougou a {
color: #066493;
margin-left: 3px;
}
.kutikomi-hikaku-wrap .chart-wrap .chart-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 20px 0 0 0;
font-weight: bold;
}
.kutikomi-hikaku-wrap .chart-wrap .chart-text div {
position: relative;
color: #555;
margin: 0px 10px;
padding-left: 30px;
}
.kutikomi-hikaku-wrap .chart-wrap .chart-text div:before {
content: '';
display: inline-block;
width: 22px;
height: 22px;
position: absolute;
background: #efafc3;
border: 3px solid #ef356f;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
.kutikomi-hikaku-wrap .chart-wrap .chart-text div:nth-of-type(2):before {
background: #94d3dd;
border: 3px solid #009bb5;
}
main#main-lower .app-kutikomi-wrap h3 {
font-weight: bold;
background: var(--color-white);
position: relative;
font-size: 2px;
padding: 0 0 0 44px;
margin: 0 0 26px 10px;
}
main#main-lower .app-kutikomi-wrap h3:before {
content: '';
display: block;
width: 38px;
height: 38px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600294085.png) no-repeat center / contain;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
main#main-lower .app-kutikomi-wrap h3.muryou {
margin: 36px 0 26px 10px;
}
main#main-lower .app-kutikomi-wrap h3.muryou:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600277607.png) no-repeat center / contain;
}
.app-kutikomi-wrap .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.app-kutikomi-wrap .inner dl {
box-sizing: border-box;
width: 48%;
border-radius: 10px;
border: 2px solid #f5ccd8;
background: #fae6ec;
}
.app-kutikomi-wrap .inner dl:nth-of-type(2) {
margin-left: auto;
background: #def1f4;
border: 2px solid #bce8ef;
}
.app-kutikomi-wrap .inner dt {
text-align: center;
padding: 10px 0;
}
.app-kutikomi-wrap .inner dt img {
width: 100px;
}
.app-kutikomi-wrap .inner dt div {
color: #066493;
font-weight: bold;
margin-top: 5px;
font-size: 18px;
}
.app-kutikomi-wrap .inner dd {
text-align: center;
padding: 2px 0 8px;
background: #fff9e6;
border-radius: 0 0 10px 10px;
}
.app-kutikomi-wrap .inner dd img {
width: 140px;
}
.app-kutikomi-wrap .inner dd .num {
font-size: 34px;
display: inline-block;
font-weight: bold;
position: relative;
top: 3px;
margin-left: 10px;
}
.app-kutikomi-wrap .app-kutikomi {
border: 2px solid #ccc;
border-radius: 10px;
margin-bottom: 20px;
background: var(--color-f2);
padding: 0 0 10px 0;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi {
background: var(--color-white);
border-radius: 10px 10px 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 14px;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi .en-icon {
position: relative;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi .en-icon:before {
content: '';
display: block;
width: 28px;
height: 28px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600260767.png) no-repeat center / contain;
position: absolute;
top: -5px;
left: -9px;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi img {
width: 70px;
margin-right: 10px;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi .small {
font-size: 16px;
font-weight: bold;
color: var(--color-99);
margin-bottom: 8px;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi .big {
font-size: 30px !important;
font-weight: bold;
color: #555;
}
.app-kutikomi-wrap .app-kutikomi .inner-name {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 12px 14px;
}
.app-kutikomi-wrap .app-kutikomi .inner-name div {
margin-right: 8px;
}
.app-kutikomi-wrap .app-kutikomi .inner-name div:after {
content: '|';
color: var(--color-cc);
font-size: 12px;
margin-left: 8px;
position: relative;
bottom: 1px;
}
.app-kutikomi-wrap .app-kutikomi .inner-name div:last-of-type {
color: #888;
}
.app-kutikomi-wrap .app-kutikomi .inner-name div:last-of-type:after {
content: '';
}
.app-kutikomi-wrap .app-kutikomi .inner-white {
padding: 10px;
background: var(--color-white);
border-radius: 10px;
margin: 0 14px;
}
.app-kutikomi-wrap .app-kutikomi .inner-white p {
color: var(--color-66);
}
.app-kutikomi-wrap .app-kutikomi .inner-white .inner-white-in img {
width: 140px;
}
.app-kutikomi-wrap .app-kutikomi .inner-white .inner-white-in .num {
font-size: 34px;
display: inline-block;
font-weight: bold;
margin-left: 10px;
}
.app-kutikomi-wrap .app-kutikomi .inner-white a {
position: relative;
color: #066493;
left: 24px;
}
.app-kutikomi-wrap .app-kutikomi .inner-white a:before {
content: "";
width: 12px;
height: 12px;
position: absolute;
top: 2px;
left: -18px;
bottom: 0;
margin: auto;
box-sizing: border-box;
border: 6px solid transparent;
border-left: 10px solid #066493;
}
main#main-lower .app-kutikomi-wrap .inner dt p {
padding: 0;
}
main#main-lower .app-kutikomi-wrap .app-kutikomi .iinebt {
margin-right: 14px;
}
main#main-lower .app-kutikomi-wrap .app-kutikomi .inner-white p:last-of-type {
padding: 0;
}

/*------------------------------------------------------------
投稿フォーム (コエシル)
-------------------------------------------------------------*/
.gaiko-onegai {
position: relative;
display: inline-block;
margin: 0;
padding: 10px 10px;
width: 100%;
color: #555;
font-size: 16px;
background: #fffee8;
border: solid 3px #fa0;
box-sizing: border-box;
border-radius: 5px;
}
.gaiko-onegai:before {
content: "";
position: absolute;
bottom: -24px;
left: 40px;
margin-left: -13px;
border: 12px solid transparent;
border-top: 12px solid #fffee8;
z-index: 2;
}
.gaiko-onegai:after {
content: "";
position: absolute;
bottom: -29px;
left: 40px;
margin-left: -14px;
border: 14px solid transparent;
border-top: 14px solid #fa0;
z-index: 1;
}
main#main-lower .gaiko-onegai p:first-of-type {
margin: 0 0 5px;
padding: 0;
color: #ff3167;
font-weight: bold;
}
main#main-lower .gaiko-onegai p:nth-of-type(2) {
margin: 0;
padding: 0;
font-size: 13px;
}
.kuchikomi-toko {
background: #eee;
padding: 5px 18px;
margin: 20px 0 40px;
border-radius: 6px;
font-size: 18px;
font-weight: bold;
position: relative;
}
.kuchikomi-toko p {
margin: 0 !important;
}
.one-point {
position: absolute;
top: 50%;
right: -40px;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.kuchikomi-toko span {
position: absolute;
bottom: -20px;
left: 0;
font-size: 12px;
color: #555;
font-weight: normal;
}
.one-point button {
border: 0;
font-size: 14px;
margin: 0;
padding: 5px 10px;
background: var(--color-text);
color: var(--color-white);
margin-right: 3px;
}
.one-point button:before {
content: "";
display: inline-block;
width: 10px;
height: 10px;
border: 5px solid transparent;
vertical-align: middle;
border-left: 6px solid #fff;
}
.one-point button:focus {
outline: none;
}
#kuchikomi-toko-form {
margin-bottom: 30px;
}
#toko-form.formKutikomi .form-kutikomi input[type="text"] {
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 0px;
background: var(--color-white);
width: 100%;
padding: 10px;
font-weight: bold;
font-size: 16px;
}
#toko-form.formKutikomi .form-kutikomi textarea {
width: 100%;
box-sizing: border-box;
border: 1px solid #ccc;
padding: 10px;
border-top: 0;
font-size: 16px;
}
.notice-message {
padding: 0px 10px;
font-size: 14px;
line-height: normal;
color: #888;
}
#kuchikomi-image-wrapper {
margin: 10px 0 0;
}
#kuchikomi-image-wrapper ul {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
}
#kuchikomi-image-wrapper ul:first-of-type li {
width: 25%;
margin: 5px;
text-align: center;
padding: 10px 0;
box-sizing: border-box;
border: 1px solid #ccc;
background: #444;
cursor: pointer;
}
#kuchikomi-image-wrapper ul:first-of-type li:hover {
opacity: 0.8;
}
#kuchikomi-image-wrapper ul:first-of-type li span {
color: var(--color-white);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#kuchikomi-image-wrapper ul:last-of-type {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: self-start;
margin-bottom: 0;
}
#kuchikomi-image-wrapper ul:last-of-type li img {
width: 100%;
}
#kuchikomi-image-wrapper ul:last-of-type li {
width: 25%;
margin: 5px;
text-align: center;
padding: 0px 0;
box-sizing: border-box;
}
.kuchikomiimgsub {
text-align: center;
font-size: 14px;
color: #ff7d7d;
padding: 0 0 10px !important;
display: none;
}
input[name="kuchikomi-toko"] {
width: 90%;
display: block;
margin: auto;
padding: 13px;
border-radius: 100px;
border: 0;
background: #066493;
color: var(--color-white);
font-weight: bold;
cursor: pointer;
}
input[name="kuchikomi-toko"]:hover {
opacity: 0.8;
}
#kuchikomi-toko-form .submit-bt {
width: 250px;
display: block;
margin: 20px auto 0;
padding: 13px;
border-radius: 100px;
border: 0;
background: #fa0;
color: var(--color-white);
font-weight: bold;
cursor: pointer;
text-align: center;
}
.kuchikomi-menu {
display: none;
}
#kuchikomi_upload_reset {
border: 1px solid #d1d1d1;
background: #ededed;
padding: 4px 10px;
margin: 0 5px;
font-size: 12px;
border-radius: 5px;
color: #066493;
}
/*口コミ募集*/
.kutikomibosyuutoha table {
border: 1px solid #ccc;
border-radius: 5px 5px 0 0;
}
.kutikomibosyuutoha th {
background: #939393;
padding: 10px 0;
color: var(--color-white);
text-align: center;
border: 1px solid #ccc;
}
.kutikomibosyuutoha td {
border: 1px solid #ccc;
padding: 10px 10px;
}
.kutikomibosyuutoha h4 {
font-weight: bold;
margin: 15px 0 5px;
}
.kutikomibosyuutoha li {
margin-bottom: 10px;
}
.kutikomibosyuutoha li:last-of-type {
margin: 0;
}
.nokori_touhyou-table {
border: 1px solid #ccc;
margin-bottom: 20px;
}
.nokori_touhyou-table tr {
border: 1px solid #ccc;
}
.nokori_touhyou-table th {
background: var(--color-f2);
padding: 10px 0;
font-size: 14px;
}
.nokori_touhyou-table td {
text-align: center;
color: #ff3171;
padding: 10px 0;
font-weight: bold;
}
.touhyou_ranking_list {
border: 1px solid #ccc;
}
.touhyou_ranking_list td {
border: 1px solid #ccc;
padding: 8px 6px;
vertical-align: middle;
}
.touhyou_ranking_list td:last-of-type {
padding: 8px 10px;
}
.touhyou_Btn {
font-size: 14px;
margin: auto;
color: var(--color-white);
box-sizing: border-box;
background-color: var(--color-cc);
width: 100%;
text-align: center;
line-height: 50px;
display: block;
border-radius: 5px;
cursor: text;
}
.touhyou_Btn.kuchikomi_request_tohyo_btn {
background-color: #ff3171;
cursor: pointer;
}
.touhyou_ranking_list .tohyoContents01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100% !important;
}
.touhyou_ranking_list .tohyoWrap .tohyoCnt {
margin-left: auto;
}
.ui-dialog-content .submitbutton {
width: 80%;
display: block;
margin: 20px auto 0;
padding: 10px 0;
border-radius: 100px;
border: 0;
color: var(--color-white);
font-weight: bold;
cursor: pointer;
text-align: center;
background: #ff3171;
outline: none;
}
.ui-dialog-content .submitbutton:active {
outline: none;
}
.ui-dialog-content li p {
line-height: 1.4;
}
#kuchikomi_request_frm {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#kuchikomi_request_frm #title {
width: 60%;
margin-right: 10px;
line-height: 36px;
padding: 0 10px;
border: 1px solid #9c9c9c;
}
#kuchikomi_request_frm #TitleSubmit {
line-height: 36px;
padding: 0 10px;
background-color: #066493;
border: 1px solid #066493;
}
#addcomment.ui-dialog-content.ui-widget-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 10px 15px 10px;
}
#addcomment.ui-dialog-content.ui-widget-content ul {
margin: 0 auto;
}
/*口コミ承認状況の進捗確認*/
.status-check-box {
background: #f9f9f9;
padding: 16px;
border-radius: 6px;
border: 3px solid #ccc;
margin-bottom: 20px;
}
.status-check-box dl {
margin-bottom: 10px;
padding: 0 0 10px 0;
border-bottom: 1px solid #ddd;
}
.status-check-box dl:last-of-type {
border: 0;
padding-bottom: 0;
}
.status-check-box dt {
font-weight: bold;
}
.input-form {
margin-bottom: 20px;
}
.input-form form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: bold;
font-size: 18px;
}
.input-form form input[type="text"] {
margin: 0 10px;
padding: 0 10px;
line-height: 30px;
border: 0;
border: 1px solid #999;
font-weight: normal;
font-size: 16px;
}
.input-form form input[type="submit"] {
display: inline-block;
width: 100px;
line-height: 30px;
border-radius: 5px;
border: 0;
color: var(--color-white);
font-weight: bold;
cursor: pointer;
text-align: center;
background: #ff3171;
border: 1px solid #ff3171;
outline: none;
font-size: 16px;
}
.input-form form input[type="submit"]:focus {
background: #ff3171 !important;
}
.input-form form input[type="submit"]:hover {
opacity: 0.6;
}
.error-message {
color: red;
text-align: center;
margin-bottom: 10px;
}
.return-bt-box .return-bt a {
color: #066493;
}
.return-bt-box .return-bt a:before {
content: "";
width: 12px;
height: 12px;
display: inline-block;
box-sizing: border-box;
border: 6px solid transparent;
border-left: 10px solid #066493;
position: relative;
left: 3px;
}
main#main-lower .yokumi-in h3, main#main-lower .toukou-in h3 {
padding: 0;
text-align: center;
background: #eee;
color: var(--color-text);
height: 50px;
line-height: 50px;
font-size: 18px;
border-radius: 0;
margin: 0 0 20px;
}
main#main-lower .top-ranking-in {
margin-top: 0;
}
main#main-lower .yokumi-in article dl dd, main#main-lower .toukou-in article dl dd {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
main#main-lower .yokumi-in article a + p, main#main-lower .toukou-in article a + p {
display: none;
}
main#main-lower .yokumi-in, main#main-lower .toukou-in {
width: 49%;
margin: 0;
}
main#main-lower .toukou-in {
margin-left: auto;
}
/* ranking修正 */
#kaso-ranking {}
#kaso-ranking .top-ranking-in {
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 0;
}
#kaso-ranking .top-ranking-in article a {
position: relative;
}
#kaso-ranking .top-ranking-in article a:after {
content: '';
display: block;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
position: absolute;
top: -10px;
left: -1px;
color: var(--color-white);
font-weight: bold;
text-align: center;
font-size: 1.1px;
}
#kaso-ranking .top-ranking-in article:nth-of-type(1) a:after {
content: '1';
background: #ffbc00;
}
#kaso-ranking .top-ranking-in article:nth-of-type(2) a:after {
content: '2';
background: #3c9abf;
}
#kaso-ranking .top-ranking-in article:nth-of-type(3) a:after {
content: '3';
background: #994100;
}
#kaso-ranking .top-ranking-in article:nth-of-type(4) a:after {
content: '4';
background: #c1c1c1;
}
#kaso-ranking .top-ranking-in article:nth-of-type(5) a:after {
content: '5';
background: #c1c1c1;
}
#kaso-ranking .top-ranking-in article p a:after {
display: none;
}
#kaso-ranking .yokumi-in {
margin-right: 10px;
}
#kaso-ranking .yokumi-in h3 {
text-align: center;
background: #222;
color: var(--color-white);
height: 50px;
line-height: 50px;
font-size: 18px;
}
#kaso-ranking .yokumi-in article {
margin: 20px 0;
}
#kaso-ranking .yokumi-in article a {
display: -webkit-flex;
display: flex;
}
#kaso-ranking .yokumi-in article img {
width: 115px;
height: 80px;
object-fit: contain;
justify-content: center;
box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
}
#kaso-ranking .yokumi-in article dl {
padding-left: 10px;
}
#kaso-ranking .yokumi-in article dl dt {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
line-height: 1.2;
}
#kaso-ranking .yokumi-in article dl dd {
font-size: 12px;
line-height: 1.2;
color: #555;
}
#kaso-ranking .toukou-in {
margin-left: 10px;
}
#kaso-ranking .toukou-in h3 {
text-align: center;
background: #222;
color: var(--color-white);
height: 50px;
line-height: 50px;
font-size: 18px;
}
#kaso-ranking .toukou-in article {
margin: 20px 0;
}
#kaso-ranking .toukou-in article a {
display: -webkit-flex;
display: flex;
}
#kaso-ranking .toukou-in article img {
width: 115px;
height: 80px;
object-fit: contain;
justify-content: center;
box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
}
#kaso-ranking .toukou-in article dl {
padding-left: 10px;
}
#kaso-ranking .toukou-in article dl dt {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
line-height: 1.2;
}
#kaso-ranking .toukou-in article dl dd {
font-size: 12px;
line-height: 1.2;
color: #555;
}
/*--radarChart4kaku--*/
.radarChart-box.diaGram_4 {
display: block;
background: var(--color-white);
padding: 60px 0;
border-radius: 10px;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
position: relative;
}
.radarChart-box.diaGram_4 ul.radarC-lists {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_4 ul.radarC-lists li .radarC-item {
display: block;
font-size: 14px;
font-weight: bold;
}
.radarChart-box.diaGram_4 ul.radarC-lists li .radarC-number {
display: inline-block;
font-size: 14px;
font-weight: bold;
background: #ff417c;
color: var(--color-white);
border-radius: 50px;
width: 28px;
height: 28px;
line-height: 28px;
margin-top: 5px;
}
.radarChart-box.diaGram_4 ul.radarC-lists li {
width: 200px;
}
.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(1) {
position: absolute;
top: 40px;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(2) {
position: absolute;
top: 46%;
right: 0%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(3) {
position: absolute;
bottom: -8px;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(4) {
position: absolute;
top: 46%;
left: 30%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
/*--radarChart5kaku--*/
.radarChart-box.diaGram_5 {
display: block;
background: var(--color-white);
padding: 60px 0;
border-radius: 10px;
margin-top: 30px;
text-align: center;
position: relative;
}
.radarChart-box.diaGram_5 ul.radarC-lists {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_5 ul.radarC-lists li .radarC-item {
display: block;
font-size: 14px;
font-weight: bold;
}
.radarChart-box.diaGram_5 ul.radarC-lists li .radarC-number {
display: inline-block;
font-size: 14px;
font-weight: bold;
background: #ff417c;
color: var(--color-white);
border-radius: 50px;
width: 28px;
height: 28px;
line-height: 28px;
margin-top: 5px;
}
.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
position: absolute;
top: 40px;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
position: absolute;
top: 35%;
right: 20%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
position: absolute;
top: 75%;
right: 24%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
position: absolute;
top: 75%;
left: 30%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
position: absolute;
top: 35%;
left: 28%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
/*--radarChart5kaku(スライダー)--*/
.slick-slider .hyouka-main img.radarChart {
margin-right: 0;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li {
width: 200px;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
position: absolute;
top: 50px;
left: 50%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
position: absolute;
top: 35%;
right: -30%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 85%;
right: -14%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
top: 85%;
left: 29%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
top: 35%;
left: 12%;
}
/*--radarChart5kaku(app-syourai-wrap)--*/
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li {
width: 200px;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
position: absolute;
top: 44px;
left: 50%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
position: absolute;
top: 35%;
right: 2%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 75%;
right: 6%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
top: 75%;
left: 36%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
top: 35%;
left: 32%;
}
/*--radarChart5kaku(kutikomi-title-box)--*/
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li {
width: 200px;
}
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
position: absolute;
top: 44px;
left: 50%;
}
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
position: absolute;
top: 35%;
right: 2%;
}
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 75%;
right: 6%;
}
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
top: 75%;
left: 36%;
}
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
top: 35%;
left: 32%;
}
/*--radarChart6kaku--*/
.radarChart-box.diaGram_6 {
display: block;
background: var(--color-white);
padding: 60px 0;
border-radius: 10px;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
position: relative;
}
.radarChart-box.diaGram_6 ul.radarC-lists {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_6 ul.radarC-lists li .radarC-item {
display: block;
font-size: 14px;
font-weight: bold;
}
.radarChart-box.diaGram_6 ul.radarC-lists li .radarC-number {
display: inline-block;
font-size: 14px;
font-weight: bold;
background: #ff417c;
color: var(--color-white);
border-radius: 50px;
width: 28px;
height: 28px;
line-height: 28px;
margin-top: 5px;
}
.radarChart-box.diaGram_6 ul.radarC-lists li {
width: 200px;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(1) {
position: absolute;
top: 40px;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(2) {
position: absolute;
top: 29%;
right: 2%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(3) {
position: absolute;
top: 65%;
right: 2%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(4) {
position: absolute;
bottom: -8px;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(5) {
position: absolute;
top: 65%;
left: 31%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(6) {
position: absolute;
top: 29%;
left: 31%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
/*--hikaku--*/
.kutikomi-hikaku-wrap2 {}
.kutikomi-hikaku-wrap2 .kutikomi-title-box-in {
padding: 10px;
background: #eaeaea;
border-radius: 10px;
}
.kutikomi-hikaku-wrap2 .kutikomi-title {
background: none;
padding: 0;
border-radius: 10px;
}
.kutikomi-hikaku-wrap2 .hyouka-title-txt .num {
font-size: 26px;
font-weight: bold;
margin-right: 10px;
}
.kutikomi-hikaku-wrap2 .hyouka-title-txt .hyouban-name-title {
color: #555;
}
.kutikomi-hikaku-wrap2 .hyouka-title-txt .hyouban-name-title a {
color: #066493;
}
main#main-lower .kutikomi-hikaku-wrap2 .sougoukutikomi {
margin: 10px 0 0;
padding: 20px 0;
background: var(--color-white);
border-radius: 10px 10px 0 0;
text-align: center;
border-bottom: 1px solid #ccc;
}
.kutikomi-hikaku-wrap2 .sougoukutikomi {
color: #555;
font-size: 2px;
font-weight: bold;
}
.kutikomi-hikaku-wrap2 .sougoukutikomi span {
font-size: 26px;
color: #fa0;
margin-right: 5px;
}
.kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt {
display: -webkit-flex;
display: flex;
align-items: center;
margin-bottom: 10px;
color: #888;
background: rgb(255 242 198);
padding: 20px 10px;
border-radius: 10px;
box-sizing: border-box;
border: 2px solid rgb(255 220 146);
}
.kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt:nth-of-type(2) {
background: rgb(230 245 255);
border: 2px solid rgb(182 227 255);
}
.kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt img {
width: 130px;
margin: 0 10px 0 0;
}
.kutikomi-hikaku-wrap2 .radarChart-box {
background: none;
padding: 0;
margin-top: 0;
}
.kutikomi-hikaku-wrap2 .radarChart-box .radar-chart {
background: var(--color-white);
border-radius: 0 0 10px 10px;
}
.kutikomi-hikaku-wrap2 .radarChart-box .radar-chart canvas {}
.kutikomi-hikaku-wrap2 .radar-chart-legend {
text-align: center;
margin: 20px 0 10px;
}
.kutikomi-hikaku-wrap2 .radar-chart-legend img {
width: 50px;
margin: 0 5px;
}
.kutikomi-hikaku-wrap2 .radar-chart-legend img:nth-of-type(2) {
width: 50px;
margin: 0 5px 0 40px;
}
.kutikomi-hikaku-wrap2 .radar-chart-legend span {
display: inline-block;
width: 30px !important;
height: 30px !important;
border: 3px solid rgba(255, 170, 0, 0.8) !important;
background-color: rgba(255, 196, 0, 0.5) !important;
}
.kutikomi-hikaku-wrap2 .radar-chart-legend span:nth-of-type(2) {
display: inline-block;
width: 30px;
height: 30px;
border: 3px solid rgba(54, 164, 235, 0.8) !important;
background-color: rgba(54, 164, 235, 0.5) !important;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban {
border: 0px solid #e1e1e1;
border-radius: 5px;
box-shadow: 0 0 0 0px #f2f2f2;
display: contents;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tbody {
display: -webkit-flex;
display: flex;
border: 0;
justify-content: center;
align-items: center;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tr {
width: 50%;
border: 2px solid rgb(255 220 146);
background: rgb(255 242 198);
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 5px 20px;
box-sizing: border-box;
border-radius: 5px;
height: auto;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tr:nth-of-type(2) {
width: 50%;
background: rgb(230 245 255);
border: 2px solid rgb(182 227 255);
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 5px 20px;
box-sizing: border-box;
border-radius: 5px;
height: auto;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td {
border: 0;
width: 100%;
text-align: center;
padding: 10px 0;
margin-top: 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td:nth-of-type(2) {
border: 0;
width: 100%;
text-align: center;
padding: 10px 0;
background: #fff9ec;
border-radius: 0 0 2px 2px;
margin-top: 10px;
height: auto;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td img {
border-radius: 6px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td span {
font-size: 24px !important;
font-weight: bold;
margin: 0 5px;
color: #ff8500 !important;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td span:nth-of-type(2) {
color: #555 !important;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi {
border: 0px solid #ccc;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tbody {
border: 2px solid #ccc;
display: block;
border-radius: 10px;
background: #f8f8f8;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td {
border: 0px;
width: auto !important;
padding: 0;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr {
border: 0px;
display: -webkit-flex;
display: flex;
align-items: center;
padding: 10px;
background: var(--color-white);
border-radius: 10px 10px 0 0;
border-bottom: 1px solid #e8e8e8;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) {
border: 0px;
margin-left: 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) br {
display: none;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) span {
margin: 0 0 8px;
padding: 0;
display: block;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) span:nth-of-type(2) {
margin: 0;
padding: 0;
display: block;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr:nth-of-type(2) {
border: 0px;
background: none;
padding: 0 10px 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr:nth-of-type(2) td span {
font-size: 12px;
color: #f8f8f8;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-kaitou-sb {
padding: 15px 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb {
padding: 10px 10px 5px;
background: var(--color-white);
border-radius: 10px 10px 0 0;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(1) {
font-size: 24px;
color: #ff8500 !important;
font-weight: bold;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(2) {
font-size: 24px;
color: var(--color-text);
font-weight: bold;
margin: 0 5px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(3) {
font-size: 12px;
color: #888 !important;
margin: 0 5px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-kaitoutxt-sb {
padding: 10px 10px 20px;
margin-bottom: 10px;
background: var(--color-white);
border-radius: 0 0 10px 10px;
line-height: normal;
font-size: 14px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 5px;
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #fa0;
color: var(--color-white);
border-radius: 35px;
padding: 5px 10px 5px 28px;
font-size: 14px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt div:last-of-type {
background: var(--color-white);
display: inline-block;
padding: 0px 10px;
line-height: 21px;
border-radius: 50px;
font-size: 14px;
font-weight: bold;
margin-left: 5px;
}
#hikaku-overlay .modal_content {
width: 85%;
margin: auto;
background: var(--color-white);
border-radius: 10px;
padding: 10px;
}
#hikaku-overlay .modal_content ul {
display: -webkit-flex;
display: flex;
justify-content: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#hikaku-overlay .modal_content li {
width: 20%;
height: 120px;
max-height: 200px;
padding: 5px;
background: var(--color-white);
font-size: 12px;
margin: 5px 0;
}
#hikaku-overlay .modal_content li a {
display: block;
}
#hikaku-overlay .modal_content li a span {
display: block;
margin-top: 5px;
color: #066493;
}
#hikaku-overlay .modal_content li span {
display: block;
color: #fa0;
}
#hikaku-overlay #hikaku-overlay-close-btn {
margin: auto;
display: block;
width: 50%;
margin-top: 20px;
padding: 5px;
border: #ccc solid 1px;
border-radius: 50px;
color: var(--color-white);
background: #888;
cursor: pointer;
}
#hikaku-overlay #hikaku-overlay-close-btn:hover {
opacity: 0.8;
}
/*--kuchikomikakikata--*/
#kuchikomi_kakikata .modal-overlay {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#kuchikomi_kakikata .modal-content {
padding: 30px;
background-color: var(--color-white);
text-align: center;
font-size: large;
width: 60%;
border-radius: 10px;
box-sizing: border-box;
box-shadow: 0 0 0 4px #ccc;
}
#kuchikomi_kakikata .modal-content p span {
font-size: 24px !important;
display: block;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 3px solid #333;
}
#kuchikomi_kakikata .modal-content ul + p {
text-align: left;
background: #f4f4f4;
padding: 10px;
border-radius: 10px;
font-size: 16px;
margin: 20px 0 40px;
}
#kuchikomi_kakikata .modal-content ul {
text-align: left;
}
#kuchikomi_kakikata .modal-content ul li {
margin: 10px 0;
font-weight: bold;
color: rgba(253, 41, 111, 1);
}
#kuchikomi_kakikata .modal-content button {
border: 1px solid #ccc;
padding: 10px 20px;
border-radius: 50px;
width: 250px;
background: #555;
color: var(--color-white);
font-size: 16px;
}
/*--accordion--*/
.kutikomikaitou label {
display: none;
}
.kutikomikaitou input {
display: none;
}
/*--no--*/
iframe[allowfullscreen="allowfullscreen"] {
width: 100%;
}
.twitter-tweet {
display: block;
/* margin: 10px auto !important; */
margin: 20px auto !important;
}
.thanks-message dl {
background: #e1f0f6;
padding: 10px;
border-radius: 5px;
margin: 20px 0;
display: -webkit-flex;
display: flex;
align-items: center;
}
.thanks-message dl dt {
color: #555;
}
.thanks-message dl dd {
margin-left: 10px;
font-weight: bold;
}
.return-bt-box {
display: -webkit-flex;
display: flex;
align-items: center;
margin: 30px 0 40px;
}
.thanks-message .return-bt-box .return-bt {
border-bottom: 2px solid #066493;
padding-bottom: 5px;
}
.thanks-message .return-bt-box .return-bt + div {
margin-left: 30px;
}
.bannerImage {
width: 100%;
height: 250px;
position: relative;
background: url();
border: 1px solid #ececec;
}
.bannerImage ul {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
}
.bannerImage ul li {
margin: 20px !important;
}
.bannerImage ul li img {
width: 100%;
border-radius: 15px;
}/*
.article .search-form_inputXX {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
padding: 8px 10px;
background: #eee;
width: 96%;
margin: 0 auto;
}
.article .search-form_inputXX #search-form-box {
background: var(--color-white);
border: 1px solid #888;
width: 94%;
}
.article .search-form_inputXX .css-button {
border: none;
background: #2d2d2d;
display: inline-block;
padding: 0 30px;
line-height: 30px;
color: var(--color-white);
font-size: 14px;
cursor: pointer;
border-radius: 30px;
margin-left: 10px;
}*/
a.gachaBtn.detailLink {
width: 90%;
display: block;
margin: 20px auto;
padding: 10px;
border-radius: 5px;
border: 0;
background: #ff3171;
color: var(--color-white);
font-weight: bold;
cursor: pointer;
text-align: center;
transition: 0.3s;
box-sizing: border-box;
box-shadow: 0px 3px 0px 0px #a92e55;
}
/* creators */
ul.creators-list {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
width: 100%;
padding: 10px;
border-radius: 3px;
margin: 0 0 30px !important;
}
ul.creators-list li.creator-box {
width: 100%;
height: 140px;
padding: 5px 10px;
margin: 5px;
border-radius: 3px;
box-shadow: 0 0 0 1px #ebf1f2;
background: var(--color-white);
box-sizing: border-box;
}
ul.creators-list li.creator-box p:empty {
display: none;
}
ul.creators-list li.creator-box a {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
box-sizing: border-box;
width: 100%;
}
ul.creators-list li.creator-box img {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 10px;
box-shadow: 0 0 0 1px #ebf1f2;
display: block;
text-align: left;
margin-bottom: 3px;
}
ul.creators-list li.creator-box .creator-title {
display: block;
width: 100%;
text-align: left;
font-size: 14px;
line-height: normal;
font-weight: bold;
}
ul.creators-list li.creator-box .creator-title + br {
display: none;
}
ul.creators-list li.creator-box .creator-name {
display: block;
width: 100%;
text-align: left;
font-size: 2px;
font-weight: bold;
line-height: normal;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 5px;
}
ul.creators-list li.creator-box {
display: -webkit-flex;
display: flex;
align-items: center;
}
ul.creators-list li.creator-box .creator-box-left {
width: 18%;
}
ul.creators-list li.creator-box .creator-box-right {
width: 82%;
padding: 0 20px 0 20px;
}
ul.creators-list li.creator-box .creator-box-right br {
display: none;
}
ul.creators-list li.creator-box .creator-box-right .creator-profile {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
font-size: 14px;
margin-bottom: 5px;
}
ul.creators-list li.creator-box .creator-box-right .creator-awards {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
font-size: 12px;
color: var(--color-99);
}
ul.creators-list li.creator-box .creator-box-right .creator-awards:before {
content: "";
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1557333848.png)no-repeat;
width: 20px;
height: 18px;
display: inline-block;
vertical-align: middle;
}
/* creators2 */
.creator-detail {
margin: 10px 0;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 0 1px #222;
}
.creator-detail .creator-name {
width: 100%;
margin-bottom: 20px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-bottom: 3px double #222;
padding-bottom: 20px;
}
.creator-detail .creator-name dt {
margin-right: 20px;
}
.creator-detail .creator-name dt img {
border-radius: 50px;
width: 80px;
height: 80px;
object-fit: cover;
box-shadow: 0 0 0 1px #ccc;
}
.creator-detail .creator-name dd {
display: -webkit-flex;
display: flex;
align-items: center;
}
.kasou-cont-wrap main#main-lower .creator-detail .creator-name dd h1 {
margin: 0;
}
.creator-detail .creator-name dd span:nth-of-type(1) {
display: block;
width: 100%;
font-size: 14px;
line-height: normal;
color: #888;
}
.creator-detail .creator-name dd span:nth-of-type(2) {
display: block;
width: 100%;
font-size: 18px;
font-weight: bold;
line-height: normal;
color: var(--color-text);
height: auto;
}
.creator-detail .creator-profile {
width: 100%;
}
.creator-detail .creator-profile dt {
font-size: 2px;
font-weight: bold;
margin-bottom: 10px;
}
.creator-detail .creator-profile dd {
line-height: normal;
margin-bottom: 20px;
font-size: 14px;
}
.creator-detail .creator-awards {
width: 100%;
}
.creator-detail .creator-awards dt {
font-size: 2px;
font-weight: bold;
margin-bottom: 10px;
}
.creator-detail .creator-awards dd {
line-height: normal;
margin-bottom: 20px;
font-size: 14px;
}
.creator-detail .creator-sns {
width: 100%;
margin-bottom: 20px;
}
.creator-detail .creator-sns dt {
font-size: 2px;
font-weight: bold;
margin-bottom: 10px;
}
.creator-detail .creator-sns dd {}
.creator-detail .creator-sns dd ul {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 10px;
}
.creator-detail .creator-sns dd ul li {
width: 40px;
margin-right: 15px;
}
.creator-detail .creator-sns dd ul li img {
width: 100%;
}
.creator-detail .creator-sns dd ul li img[src="https://img.gaiko.jp/common/icon/sns-y.png"] {
box-shadow: 0 0 0 1px #dde4e6;
border-radius: 5px;
}
.creator-detail .creator-sns .job-request {
line-height: normal;
font-size: 14px;
color: #888;
width: 100%;
background: #fffff8;
display: block;
padding: 10px;
border-radius: 3px;
}
.creator-detail .creator-review {}
.creator-detail .creator-review dt {
font-size: 2px;
font-weight: bold;
margin-bottom: 10px;
}
.creator-detail .creator-review dd {}
.creator-detail .creator-review dd .creator-review-list {}
.creator-detail .creator-review dd .creator-review-list li {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding: 10px;
background: #f0f0f0;
border-radius: 5px;
}
.creator-detail .creator-review dd .creator-review-list li a {
width: 70px;
margin-right: 20px;
}
.creator-detail .creator-review dd .creator-review-list li a img {
width: 100%;
}
.creator-detail .creator-review dd .creator-review-list li .kuchikomi-title {
width: 80%;
}
.creator-detail .creator-review dd .creator-review-list li .kuchikomi-title a {
font-size: 18px;
font-weight: bold;
color: #ff3171;
line-height: 1.2;
}
.creator-detail .creator-review dd .creator-review-list li .kuchikomi-postdate {
position: absolute;
left: 100px;
bottom: 10px;
color: #919191;
}
/* tooltip */
main#main-lower p#hyouka-kijun {
margin: 0;
line-height: 1;
}
main#main-lower p#hyouka-kijun img {
width: 20px !important;
height: 20px !important;
}
.hyouka-kijun-tooltip {
background: #f2f7f9;
padding: 10px;
box-shadow: 0 0 0 2px #b8d1dd;
width: 650px;
margin: auto;
font-size: 14px;
line-height: 1.5;
border-radius: 5px;
}
/*--PCend--*/
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
body {
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
header#lower-header {
padding: 20px 0;
box-sizing: border-box;
width: 100%;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-h1 {
font-size: 12px;
margin-left: 20px;
width: 100%;
}
main#main-lower p {
line-height: 1.7;
margin: 0px 0 21px;
font-size: 14px;
}
main#main-lower table + p {
margin: 21px 0;
}
main#main-lower ul + p, main#main-lower ol + p, main#main-lower dl + p {
margin-top: 21px !important;
}
main#main-lower p.mg-none {
margin: 0 !important;
}
main#main-lower h3 + p {
margin-top: 0px;
}
main#main-lower .hyoukaRnk-title dd p {
background: none;
padding: 0;
margin: 0;
font-size: 16px;
color: #066493;
font-weight: bold;
text-align: left;
}
main#main-lower p.error_msg {
line-height: normal;
font-size: 14px;
font-weight: bold;
color: #ff3636;
margin: 10px 0;
}
header#lower-header form {
border-radius: 4px;
margin: 0 0 0 auto;
width: 60%;
}
#search-form-box {
border: 0;
padding: 5px;
background: none;
width: 320px;
line-height: 26px;
}
header#lower-header .css-button {
right: -15px;
top: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#lower-header form .css-button {
border: none;
background: #2d2d2d;
display: inline-block;
padding: 0 10px;
line-height: 24px;
color: var(--color-white);
font-size: 1.1px;
cursor: pointer;
margin-right: 0;
border-radius: 100px;
}
header#lower-header #search-form-box {
border: 1px solid #FFF;
padding: 0px 50px 0px 10px;
background: none;
width: 100%;
line-height: normal;
background: var(--color-cc);
border-radius: 5px;
outline: none;
height: 35px;
max-width: 100%;
font-size: 12px !important;
}
header#lower-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
box-sizing: border-box;
padding: 10px;
width: 100%;
justify-content: space-between;
}
.logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
width: auto;
}
.header-h1 {
margin: 5px 0 0 0;
font-size: 1px;
}
#search-form-box {
width: 74px;
}
form .css-button {
padding: 0 10px;
margin-right: 5px;
}
.menu-btn img {
width: 25px;
margin: 0 5px 0 15px;
}
#breadcrumbs {
width: 100%;
}
#breadcrumbs ul {
box-sizing: border-box;
width: 100%;
padding-left: 10px;
}
main#main-lower {
width: 100%;
float: none;
}
.post .article > ul, .post .article > ol {
margin: 0 0 21px;
}
.post-data {
font-size: 11px;
}
.post-tag {
margin-left: 20px;
padding: 0 8px;
line-height: 22px;
}
.post-tag:before, .post-tag:after {
border: 11px solid transparent;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}
.post-tag:before {
border-right-color: #cacaca;
}
.post-tag:after {
border-left-color: #cacaca;
}
.snsBox li img {
width: 26px;
}
.mokuji {
padding: 12px 16px;
margin: 14px 0 10px;
}
main#main-lower h2 {
font-size: 16px;
margin: 30px 0 10px;
padding: 12px 14px 10px;
}
main#main-lower h2 + p {
margin-top: 0;
}
.rank-box-l {
width: 33%;
margin-right: 1%;
}
.rank-box-in {
padding: 8px;
}
.rank-box-l .icon-wrap {
font-size: 12px;
}
.rank-box-l .icon-wrap img {
width: 80px;
}
.rank-box-l .btn-wrap a {
font-size: 13px;
width: 80%;
line-height: 24px;
margin-bottom: 5px;
}
.rank-box-l .btn-wrap a.syousai {
margin-bottom: 0px;
}
.rank-box-r {
width: 66%;
}
.rank-box-r .hyouban-wrap {
padding: 8px;
}
.rank-box-r .hyouban-wrap dt {
font-size: 16px;
width: 36px;
margin-right: 6px;
text-align: left;
}
.rank-box-r .hyouban-wrap dd img {
width: 100px;
}
.rank-box-r .hyouban-wrap dd span {
font-size: 26px;
margin-left: 6px;
}
.rank-box-r .kutikomi-wrap dt {
display: inline-block;
width: 92px;
margin-right: 0;
text-align: left;
padding-left: 8px;
}
.good p, .bad p {
font-size: 13px;
}
.app-syourai-wrap .hyouban-wrap dt, .app-syourai-wrap .kutikomi-wrap dt {
font-size: 16px;
width: 80px;
}
.app-syourai-wrap .hyouban-wrap dd img {
width: 100px;
}
.app-syourai-wrap .hyouban-wrap .nam {
font-size: 26px;
margin-left: 8px;
}
.app-syourai-wrap .kutikomi-wrap .nam {
font-size: 18px;
padding: 0px 16px;
margin-right: 4px;
}
.app-syourai-wrap img.radarChart {
width: 80%;
}
.morebtn {
width: 100%;
height: 42px;
font-size: 12px;
border-radius: 25px;
color: var(--color-white);
font-weight: bold;
padding: 0;
text-align: center;
}
aside {
width: 100%;
margin-left: 0;
}
.kasou-cont-wrap aside h3 {
font-size: 24px;
position: relative;
margin: auto;
padding: 15px;
width: 90%;
background-color: var(--color-white);
}
aside h3 .kakko {
display: block;
}
.kasou-cont-wrap aside h3:before {
position: absolute;
content: '';
width: 15px;
height: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
top: 0;
left: 0;
border-top: 3px solid #fa0;
border-left: 3px solid #fa0;
}
.kasou-cont-wrap aside h3:after {
position: absolute;
content: '';
width: 15px;
height: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
bottom: 0;
left: 0;
right: auto;
border-bottom: 3px solid #fa0;
border-left: 3px solid #fa0;
}
#lowerRight .request-wrap h3:after {
content: '';
}
.category-wrap ul {
border: 0;
padding: 0;
margin-top: 30px;
}
.category-wrap li a {
position: relative;
padding: 25px 10px 25px 65px;
border: 0;
border-top: 2px solid #ccc;
}
.category-wrap li:last-of-type {
border-bottom: 2px solid #ccc;
}
.category-wrap li a:before {
content: "";
width: 7px;
height: 30px;
display: block;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600244007.png) no-repeat center;
background-size: 100%;
top: 50%;
right: 0px;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
position: absolute;
}
.rank-wrap .tab {
margin-top: 30px;
}
.rank-wrap .tab span:first-of-type, .rank-wrap .tab span:last-of-type {
border-radius: 0;
}
.category-wrap li img {
width: 35px;
display: block;
margin: auto;
position: absolute;
top: 50%;
left: 30px;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
}
.rank-list {
padding: 0;
border: 0;
border-top: 3px solid #2d2d2d;
}
.rank-list article {
padding: 10px 12px;
border-bottom: 2px solid #ccc;
}
.rank-list article:last-of-type {
border-bottom: 2px solid #ccc;
}
.rank-list article img {
width: 120px;
height: 80px;
object-fit: contain;
}
.rank-list article dl dt {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}
.rank-list article dl dd {
font-size: 12px;
line-height: 1.2;
color: #555;
}
.qlist-in {
border: 0;
padding: 0;
margin: 30px 0;
}
/*--kutikomi-hyouka--*/
.kutikomi-title dl dt {
margin-right: 3px;
width: 15%;
}
.kutikomi-title dl dd {
width: 85%;
}
.kutikomi-title dl dt img {
width: 50px;
}
.kutikomi-title .hyouka-title-txt img {
width: 80px;
margin: 0 5px;
}
.kutikomi-title .hyouka-title-txt div:first-of-type {
font-size: 24px;
margin-right: 4px;
}
.kutikomi-title .hyouka-title-txt div:last-of-type {
font-size: 1.1px;
}
.kutikomi-title .hyouka-title-txt div:last-of-type img {
width: 46px;
margin: 0 2px;
}
.kutikomi-title dd a {
font-size: 12px;
}
.kutikomi-title .hyouka-title-txt {
margin-bottom: 4px;
}
.radarChart-box img.radarChart {
width: 80%;
}
/*--kutikomi-hyouka-matome--*/
.kh-matome-title .no-review {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-radius: 5px;
display: -webkit-flex;
display: flex;
align-items: baseline;
margin: 0px !important;
padding: 18px 0px 18px 10px;
position: relative;
width: 100.6%;
align-items: center;
position: absolute;
top: 0;
left: -1px;
}
.kh-matome-title .no-review a {
position: absolute;
font-size: 16px;
color: var(--color-white);
right: 5px;
top: 7px;
background: #066493;
padding: 8px 20px;
border-radius: 50px;
}
.kh-matome-title img {
width: 80px;
margin: 0 4px 0 0;
}
.kh-matome-title div:first-of-type {
font-size: 26px;
margin-right: 6px;
}
.kh-matome-title div:last-of-type {
font-size: 1.1px;
}
.kh-matome-title a {
top: 12px;
right: 8px;
padding: 6px 10px;
font-size: 12px;
}
.kh-matome-hoshi ul {
width: 96%;
}
.kh-matome-hoshi li div:first-of-type {
display: inline-block;
width: 18%;
}
.kh-matome-hoshi li div.barBox {
display: inline-block;
height: 26px;
}
.kh-matome-hoshi li div.barIn {
display: inline-block;
height: 26px;
}
.kh-matome-hoshi li div:nth-of-type(3) {
width: 13%;
}
.kutikomikaitou dl dt {
width: 13%;
}
main#main-lower h3 {
font-size: 16px;
margin: 25px 0 15px;
padding: 13px 12px 11px;
}
main#main-lower h2 + h3 {
font-size: 16px;
margin: 15px 0 15px;
padding: 13px 12px 11px;
}
main#main-lower h4 {
padding: 8px 18px 7px;
margin: 10px 0;
font-size: 14px;
/*    border-bottom: 1px solid #555;*/
position: relative;
font-weight: bold;
}
main#main-lower h4:before {
content: "";
width: 6px;
height: 100%;
border-radius: 10px 10px 0 0;
top: 0;
left: 0;
position: absolute;
}
.kaitousyabetu-wrap dl dt {
margin-right: 8px;
}
.kaitousyabetu-wrap dl dd a {
margin-right: 2px;
}
.kaitousyabetu-wrap dl dd a:after {
margin-right: 2px;
}
main#main-lower .iiten {
margin: 0px 0 10px 14px;
}
main#main-lower .warui {
margin: 0px 0 10px 14px;
}
.formKutikomi .form-kutikomi dt {
font-size: 14px;
}
.formKutikomi .form-kutikomi dd {
margin-bottom: 16px;
}
.formKutikomi .form-kutikomi .hosiwrap img {
width: 26px;
margin-right: 4px;
}
.formKutikomi .form-kutikomi .fukidasi {
font-size: 14px;
padding: 8px 10px;
margin: 16px 0 16px 0;
}
.form-kutikomi-inner dl {
padding: 8px;
}
.formKutikomi .form-kutikomi .form-kutikomi-inner dt {
font-size: 13px;
}
@media only screen and (max-width : 414px) {
.formKutikomi .form-kutikomi .form-kutikomi-inner dt {
max-width: 180px;
}
}
@media only screen and (max-width : 375px) {
.formKutikomi .form-kutikomi .form-kutikomi-inner dt {
max-width: 140px;
}
}
@media only screen and (max-width : 375px) {
.formKutikomi .form-kutikomi .form-kutikomi-inner dt {
max-width: 124px;
}
}
.form-kutikomi-inner dt {
width: 50%;
}
.form-kutikomi-inner dd {
width: 50%;
}
.form-kutikomi-inner dd .hosiwrap {
display: -webkit-flex;
display: flex;
align-items: center;
}
.form-kutikomi-inner dd .hosiwrap input[type="button"] {
font-size: 1.1px;
line-height: 23px;
width: 70px;
margin-right: 5px;
}
.formKutikomi .form-kutikomi .form-kutikomi-inner dd .hosiwrap img {
width: 20px;
margin-right: 0px;
}
.kutikomi-hyouka-matome th {
font-size: 13px;
vertical-align: middle;
padding: 10px 0;
}
.kutikomi-hyouka-matome td {
font-size: 13px;
vertical-align: middle;
}
.hyoukaRnk-title dt img {
width: 56px;
margin-right: 5px;
}
main#main-lower .hyoukaRnk-title dd h3 {
font-size: 16px;
}
.hyoukaRnk-list .hyoukaRnk-title li img {
width: 100px;
margin-right: 6px;
}
.hyoukaRnk-list .hyoukaRnk-title li span {
font-size: 26px;
}
.hyoukaRnk-title li:last-of-type {
font-size: 13px;
padding: 5px 0;
}
.hyoukaRnk-list li {
padding: 8px 0px 8px 36px;
}
.hyoukaRnk-list li img {
width: 28px;
}
.hyoukaRnk-list-more {
font-size: 18px;
}
.hyoukaRnk-list-more:before {
width: 10px;
height: 10px;
left: -13px;
border: 5px solid transparent;
border-left: 8px solid #066493;
}
main#main-lower .kutikomi-g-b .hyouka-good h3 {
font-size: 16px;
}
main#main-lower .kutikomi-g-b .hyouka-bad h3 {
font-size: 16px;
}
/* 投稿フォーム */
.kuchikomi-toko p {
width: 60%;
font-size: 16px;
}
#toko-form.formKutikomi .form-kutikomi input[type="text"] {
min-width: 100%;
}
#toko-form.formKutikomi .form-kutikomi textarea {
min-width: 100%;
}
#kuchikomi-image-wrapper ul:first-of-type li {
margin: 2px;
font-size: 12px;
}
input[name="kuchikomi-toko"] {
width: 95%;
}
.kuchikomi-menu {
width: 100%;
position: fixed;
left: 0;
bottom: 0;
background: #000 !important;
z-index: 1000;
opacity: 0.85;
display: block;
}
.kuchikomi-menu ul {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
height: 50px;
}
.kuchikomi-menu ul li {
display: block;
background: none;
border-right: 1px solid #FFF;
padding: 0 !important;
margin: 0 !important;
height: 50px;
box-sizing: border-box;
}
.kuchikomi-menu ul li:last-of-type {
border: 0;
}
.kuchikomi-menu ul li a {
display: block;
background: none;
font-size: 13px;
height: 100%;
width: 100%;
line-height: normal;
color: var(--color-white);
box-sizing: border-box;
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.kuchikomi-menu ul li a span {
color: #fa0;
margin-top: -15px;
display: block;
}
/* 下層3 */
.kutikomi-hikaku-wrap {
padding: 5px 10px 20px 10px;
}
main#main-lower .kutikomi-hikaku-wrap h2 {
padding: 0 0 0 44px;
font-size: 18px;
line-height: 1.2;
margin-bottom: 20px;
}
main#main-lower .kutikomi-hikaku-wrap h2:before {
width: 32px;
height: 32px;
}
.kutikomi-hikaku-wrap .app-wrap img {
width: 50px;
}
.kutikomi-hikaku-wrap .app-wrap dl {
margin-left: 12px;
}
.kutikomi-hikaku-wrap .app-wrap dt {
font-size: 16px;
margin-bottom: 5px;
font-weight: bold;
color: #555;
}
.kutikomi-hikaku-wrap .app-wrap dd img {
width: 100px;
}
.kutikomi-hikaku-wrap .app-wrap .num {
font-size: 24px;
margin-left: 5px;
top: 0px;
}
.kutikomi-hikaku-wrap .chart-wrap .inner {
border-radius: 10px;
margin-top: 20px;
padding: 10px 20px;
}
main#main-lower .kutikomi-hikaku-wrap .chart-wrap .sougou {
font-size: 24px;
padding: 0 0 5px;
;
margin: 0 0 10px;
}
.kutikomi-hikaku-wrap .chart-wrap .chart-text {
margin: 20px 0 0 0;
}
.kutikomi-hikaku-wrap .chart-wrap .chart-text div {
margin: 0px 10px;
font-size: 14px;
display: block;
width: auto;
box-sizing: border-box;
padding-left: 25px;
}
.kutikomi-hikaku-wrap .chart-wrap .chart-text div:before {
width: 18px;
height: 18px;
border: 2px solid #ef356f;
left: 0;
}
.kutikomi-hikaku-wrap .chart-wrap .chart-text div:nth-of-type(2):before {
border: 2px solid #009bb5;
}
main#main-lower .app-kutikomi-wrap h3 {
font-weight: bold;
background: var(--color-white);
position: relative;
font-size: 16px;
padding: 0 0 0 28px;
margin: 0 0 20px 0px;
}
main#main-lower .app-kutikomi-wrap h3:before {
content: '';
display: block;
width: 23px;
height: 23px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600294085.png) no-repeat center / contain;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
main#main-lower .app-kutikomi-wrap h3.muryou {
margin: 36px 0 26px 0px;
}
main#main-lower .app-kutikomi-wrap h3.muryou:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600277607.png) no-repeat center / contain;
}
.app-kutikomi-wrap .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.app-kutikomi-wrap .inner dl {
box-sizing: border-box;
width: 48%;
border-radius: 10px;
border: 2px solid #f5ccd8;
background: #fae6ec;
}
.app-kutikomi-wrap .inner dl:nth-of-type(2) {
margin-left: auto;
background: #def1f4;
border: 2px solid #bce8ef;
}
.app-kutikomi-wrap .inner dt {
text-align: center;
padding: 10px 0;
}
.app-kutikomi-wrap .inner dt a {
display: block;
margin-bottom: 5px;
}
.app-kutikomi-wrap .inner dt img {
width: 80px;
}
.app-kutikomi-wrap .inner dt div {
color: #066493;
font-weight: bold;
margin: 10px 0 0;
font-size: 14px;
}
.app-kutikomi-wrap .inner dd {
text-align: center;
padding: 2px 0 8px;
background: #fff9e6;
border-radius: 0 0 10px 10px;
}
.app-kutikomi-wrap .inner dd img {
width: 100px;
}
.app-kutikomi-wrap .inner dd .num {
font-size: 24px;
display: inline-block;
font-weight: bold;
position: relative;
top: 0;
margin-left: 5px;
}
.app-kutikomi-wrap .app-kutikomi {
border: 2px solid #ccc;
border-radius: 10px;
margin-bottom: 20px;
background: var(--color-f2);
padding: 0 0 10px 0;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi {
background: var(--color-white);
border-radius: 10px 10px 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 14px;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi .en-icon {
position: relative;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi .en-icon:before {
content: '';
display: block;
width: 28px;
height: 28px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600260767.png) no-repeat center / contain;
position: absolute;
top: -5px;
left: -9px;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi img {
width: 50px;
margin-right: 10px;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi .small {
font-size: 14px !important;
font-weight: normal;
color: var(--color-99);
margin-bottom: 8px;
}
.app-kutikomi-wrap .app-kutikomi .inner-midasi .big {
font-size: 18px !important;
font-weight: bold;
color: #555;
}
.app-kutikomi-wrap .app-kutikomi .inner-name {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 10px 15px;
}
.app-kutikomi-wrap .app-kutikomi .inner-name div {
margin-right: 5px;
font-size: 1px;
}
.app-kutikomi-wrap .app-kutikomi .inner-name div:after {
content: '|';
color: var(--color-cc);
font-size: 12px;
margin-left: 8px;
position: relative;
bottom: 1px;
}
.app-kutikomi-wrap .app-kutikomi .inner-name div:last-of-type {
color: #888;
}
.app-kutikomi-wrap .app-kutikomi .inner-name div:last-of-type:after {
content: '';
}
.app-kutikomi-wrap .app-kutikomi .inner-white {
padding: 10px;
background: var(--color-white);
border-radius: 10px;
margin: 0 10px;
}
.app-kutikomi-wrap .app-kutikomi .inner-white p {
font-size: 14px;
color: var(--color-66);
}
.app-kutikomi-wrap .app-kutikomi .inner-white .inner-white-in img {
width: 140px;
}
.app-kutikomi-wrap .app-kutikomi .inner-white .inner-white-in .num {
font-size: 24px;
display: inline-block;
font-weight: bold;
margin-left: 10px;
}
.app-kutikomi-wrap .app-kutikomi .inner-white a {
position: relative;
color: #066493;
left: 24px;
}
.app-kutikomi-wrap .app-kutikomi .inner-white a:before {
content: "";
width: 12px;
height: 12px;
position: absolute;
top: 2px;
left: -18px;
bottom: 0;
margin: auto;
box-sizing: border-box;
border: 6px solid transparent;
border-left: 10px solid #066493;
}
main#main-lower .app-kutikomi-wrap .inner dt p {
padding: 0;
}
main#main-lower .app-kutikomi-wrap .app-kutikomi .inner-white p:last-of-type {
padding: 0;
}
/*口コミ募集*/
.mokujiInfo {
padding: 12px 16px;
margin: 14px 0 10px;
}
.kutikomibosyuutoha th {
font-size: 14px;
vertical-align: middle;
line-height: 1.5;
}
.kutikomibosyuutoha td {
font-size: 14px;
line-height: 1.5;
}
.kutikomibosyuutoha h4 {
font-size: 16px;
}
.touhyou_ranking_list td {
padding: 4px;
}
.touhyou_ranking_list td .tohyoWrap {
width: 100%;
}
.touhyou_ranking_list .tohyoWrap .tohyoCnt {
width: 24%;
text-align: right;
}
.touhyou_ranking_list .tohyoContents01 {
line-height: 1.3;
}
#kuchikomi_request_frm #title {
font-size: 13px;
width: 65%;
margin-right: 5px;
}
#kuchikomi_request_frm #TitleSubmit {
padding: 0px 6px;
font-size: 14px;
}
/*口コミ承認状況の進捗確認*/
.input-form form {
font-size: 16px;
}
.input-form form input[type="text"] {
margin: 0px 5px;
padding: 0px 5px;
font-size: 14px;
width: 50%;
}
.input-form form input[type="submit"] {
width: 80px;
font-size: 14px;
}
.status-check-box {
padding: 12px;
border: 2px solid #ccc;
margin-bottom: 15px;
}
.status-check-box dt {
font-size: 15px;
}
main#main-lower .yokumi-in h3, main#main-lower .toukou-in h3 {
font-size: 16px;
height: 44px;
line-height: 44px;
}
main#main-lower .yokumi-in article, main#main-lower .toukou-in article {
padding-bottom: 20px;
}
main#main-lower .yokumi-in, main#main-lower .toukou-in {
width: 100%;
margin: 0;
}
/*崩れ回収CSS*/
.kutikomi-hyouka-matome .hyouka-good dt div:first-of-type {
width: 15%;
}
.kutikomi-hyouka-matome .hyouka-good dt div:nth-of-type(2) {
width: 85%;
display: flex;
align-items: center;
}
.kutikomi-hyouka-matome .hyouka-bad dt div:first-of-type {
width: 15%;
}
.kutikomi-hyouka-matome .hyouka-bad dt div:nth-of-type(2) {
width: 85%;
display: flex;
align-items: center;
}
.good dt:after, .bad dt:after {
top: 60%;
right: -20px;
}
.post-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
main#main-lower .post-data time {
font-size: 13px;
color: #c4c4c4;
}
.post-tag {
color: var(--color-white);
font-size: 1.1px;
display: inline-block;
position: relative;
padding: 0 5px;
margin: 0 5px;
background: #c4c4c4;
line-height: 20px;
width: auto;
text-align: center;
box-sizing: border-box;
}
.post-tag:before, .post-tag:after {
content: '';
position: absolute;
top: 0;
width: 0;
height: 0;
border: 10px solid transparent;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.post-tag:before {
right: 100%;
border-right-color: #c4c4c4;
}
.post-tag:after {
left: 100%;
border-left-color: #c4c4c4;
}
.post-tag span {
color: var(--color-white);
}
.post-data {
width: auto;
display: inline-block;
display: block;
width: 100%;
margin: 0 0 0;
}
.snsBox.share-box {
margin-top: initial !important;
}
.snsBox {
margin-left: auto;
}
main#main-lower .snsBox li {
display: inline-block;
margin-bottom: 0;
line-height: normal;
margin: 0 10px 0 0;
}
main#main-lower .snsBox li:last-of-type{
margin: 0 0 0 0;
}
.snsBox li img {
width: 20px;
}
/*--radarChart4kaku--*/
@media only screen and (max-width: 415px) {
.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(2) {
right: -36%;
}
.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(3) {
bottom: -6px;
}
.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(4) {
left: 16%;
}
.post-meta {
display: flex;
align-items: flex-start;

flex-wrap:nowrap;
position: relative;
margin-bottom: 10px;
}
main#main-lower .post-meta p.post-data {
/* margin-bottom: 10px; */
}
}
@media only screen and (max-width : 376px) {
.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(2) {
right: -41%;
}
}
@media only screen and (max-width : 360px) {
.radarChart-box.diaGram_4 {
margin-bottom: 20px;
}
.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(2) {
right: -44%;
}
}
/*--radarChart5kaku--*/
.radarChart-box.diaGram_5 {
display: block;
background: var(--color-white);
padding: 50px 0;
border-radius: 10px;
margin-top: 30px;
text-align: center;
position: relative;
}
.radarChart-box.diaGram_5 ul.radarC-lists {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.radarChart-box.diaGram_5 ul.radarC-lists li .radarC-item {
display: block;
font-size: 12px;
font-weight: bold;
}
.radarChart-box.diaGram_5 ul.radarC-lists li .radarC-number {
display: inline-block;
font-size: 14px;
font-weight: bold;
background: #ff417c;
color: var(--color-white);
border-radius: 50px;
width: 26px;
height: 26px;
line-height: 26px;
}
.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
top: 38px;
left: 50%;
}
.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
top: 35%;
right: -5%;
}
.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 85%;
right: 0%;
}
.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
top: 85%;
left: 25%;
}
.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
top: 35%;
left: 15%;
}
.kutikomi-hyouka .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
top: 35%;
right: 3%;
}
.kutikomi-hyouka .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 85%;
right: 17%;
}
/*--radarChart5kaku(スライダー)--*/
.slick-slider .hyouka-main img.radarChart {
margin: 0 auto 20px;
}
@media only screen and (max-width : 429px) {
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
top: 20px;
left: 50%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
top: 35%;
right: -40%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 82%;
right: -28%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
top: 82%;
left: 24%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
top: 35%;
left: 13%;
}
}
@media only screen and (max-width : 414px) {
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
top: 20px;
left: 50%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
top: 35%;
right: -43%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 82%;
right: -28%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
top: 82%;
left: 25%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
top: 35%;
left: 12%;
}
}
@media only screen and (max-width : 376px) {
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
top: 20px;
left: 50%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
top: 35%;
right: -49%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 82%;
right: -38%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
top: 82%;
left: 21%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
top: 35%;
left: 12%;
}
}
@media only screen and (max-width : 360px) {
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
top: 35%;
right: -52%;
}
.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 82%;
right: -40%;
}
}
/*--radarChart5kaku(app-syourai-wrap)--*/
@media only screen and (max-width : 429px) {
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
top: 34px;
left: 50%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
top: 35%;
right: -32%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 75%;
right: -24%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
top: 75%;
left: 28%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
top: 35%;
left: 20%;
}
}
@media only screen and (max-width : 414px) {
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
top: 34px;
left: 50%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
top: 35%;
right: -35%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 75%;
right: -25%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
top: 75%;
left: 28%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
top: 35%;
left: 20%;
}
}
@media only screen and (max-width : 376px) {
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
right: -41%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
right: -32%;
}
}
@media only screen and (max-width : 360px) {
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
right: -44%;
}
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
right: -35%;
}
}
/*--radarChart5kaku(kutikomi-title-box)--*/
@media only screen and (max-width : 429px) {
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
top: 34px;
left: 50%;
}
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
top: 35%;
right: -33%;
}
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
top: 75%;
right: -26%;
}
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
top: 75%;
left: 28%;
}
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
top: 35%;
left: 20%;
}
}
@media only screen and (max-width : 376px) {
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
right: -40%;
}
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
right: -32%;
}
}
@media only screen and (max-width : 360px) {
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
right: -42%;
}
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
right: -34%;
}
}
/*--radarChart6kaku--*/
@media only screen and (max-width : 415px) {
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(2) {
top: 28%;
right: -32%;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(3) {
top: 66%;
right: -32%;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(4) {
bottom: -6px;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(5) {
top: 66%;
left: 20%;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(6) {
top: 28%;
left: 20%;
}
}
@media only screen and (max-width : 376px) {
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(2) {
right: -37%;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(3) {
right: -37%;
}
}
@media only screen and (max-width : 360px) {
.radarChart-box.diaGram_6 {
margin-bottom: 20px;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(2) {
right: -41%;
}
.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(3) {
right: -41%;
}
}
/*--other--*/
#main-lower .post table {
margin-bottom: 24px !important;
}
.narabikae {
width: 76%;
}
@media only screen and (max-width : 376px) {
.narabikae {
width: 72%;
}
}
.thanks-message dl {
background: #e1f0f6;
padding: 10px;
border-radius: 5px;
margin: 20px 0;
display: -webkit-flex;
display: block;
align-items: center;
}
.thanks-message dl dt {
color: #555;
margin-bottom: 10px;
font-size: 14px;
}
.thanks-message dl dd {
margin: 0;
font-weight: bold;
font-size: 16px;
}
.thanks-message dl dd a {
color: #066493;
}
.return-bt-box {
display: block;
margin: 30px 0 40px;
}
.thanks-message .return-bt-box .return-bt {
border-bottom: 0px solid #066493;
margin-bottom: 20px;
}
.thanks-message .return-bt-box .return-bt + div {
margin-left: 0px;
}
iframe[allowfullscreen="allowfullscreen"] {
width: 100%;
height: 200px !important;
}
#hikaku-overlay .modal_content ul {
display: -webkit-flex;
display: flex;
justify-content: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#hikaku-overlay .modal_content li a {
display: block;
}
#hikaku-overlay .modal_content li a span {
display: block;
margin-top: 5px;
color: #066493;
}
#hikaku-overlay .modal_content li span {
display: block;
color: #fa0;
}
#hikaku-overlay #hikaku-overlay-close-btn {
margin: auto;
display: block;
width: 50%;
margin-top: 20px;
padding: 5px;
border: #ccc solid 1px;
border-radius: 50px;
color: var(--color-white);
background: #888;
cursor: pointer;
}
#hikaku-overlay #hikaku-overlay-close-btn:hover {
opacity: 0.8;
}
#hikaku-overlay .modal-overlay {
align-items: flex-start;
overflow: scroll;
}
#hikaku-overlay .modal_content {
width: 95%;
margin: 10px auto 60px;
background: var(--color-white);
border-radius: 10px;
padding: 10px;
}
#hikaku-overlay .modal_content li {
width: 33%;
height: auto;
padding: 5px;
background: var(--color-white);
font-size: 12px;
margin: 5px 0;
}
/*--hikaku--*/
.kutikomi-hikaku-wrap2 {}
.kutikomi-hikaku-wrap2 .kutikomi-title-box-in {
padding: 10px;
background: #eaeaea;
border-radius: 10px;
}
.kutikomi-hikaku-wrap2 .kutikomi-title {
background: none;
padding: 0;
border-radius: 10px;
}
.kutikomi-hikaku-wrap2 .hyouka-title-txt .num {
font-size: 26px;
font-weight: bold;
margin-right: 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 .sougoukutikomi {
margin: 10px 0 0;
padding: 20px 0;
background: var(--color-white);
border-radius: 10px 10px 0 0;
text-align: center;
border-bottom: 1px solid #ccc;
}
.kutikomi-hikaku-wrap2 .sougoukutikomi {
color: #555;
font-size: 2px;
font-weight: bold;
}
.kutikomi-hikaku-wrap2 .sougoukutikomi span {
font-size: 26px;
color: #fa0;
margin-right: 5px;
}
.kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt .hyouban-name-title {
font-size: 14px;
display: block;
margin-top: 10px;
color: #555;
}
.kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt {
display: -webkit-flex;
display: flex;
align-items: center;
margin-bottom: 10px;
color: #888;
background: rgb(255 242 198);
padding: 15px 10px;
border-radius: 10px;
box-sizing: border-box;
border: 2px solid rgb(255 220 146);
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt:nth-of-type(2) {
background: rgb(230 245 255);
border: 2px solid rgb(182 227 255);
}
.kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt img {
width: 130px;
margin: 0 10px 0 0;
}
.kutikomi-hikaku-wrap2 .radarChart-box {
background: none;
padding: 0;
margin-top: 0;
}
.kutikomi-hikaku-wrap2 .radarChart-box .radar-chart {
background: var(--color-white);
border-radius: 0 0 10px 10px;
}
.kutikomi-hikaku-wrap2 .radarChart-box .radar-chart canvas {
width: 100% !important;
padding: 15px;
}
.kutikomi-hikaku-wrap2 .radar-chart-legend {
text-align: center;
margin: 20px 0 10px;
}
.kutikomi-hikaku-wrap2 .radar-chart-legend img {
width: 50px;
margin: 0 5px;
}
.kutikomi-hikaku-wrap2 .radar-chart-legend img:nth-of-type(2) {
width: 50px;
margin: 0 5px 0 40px;
}
.kutikomi-hikaku-wrap2 .radar-chart-legend span {
display: inline-block;
width: 30px !important;
height: 30px !important;
border: 3px solid rgba(255, 170, 0, 0.8) !important;
background-color: rgba(255, 196, 0, 0.5) !important;
}
.kutikomi-hikaku-wrap2 .radar-chart-legend span:nth-of-type(2) {
display: inline-block;
width: 30px;
height: 30px;
border: 3px solid rgba(54, 164, 235, 0.8) !important;
background-color: rgba(54, 164, 235, 0.5) !important;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban {
border: 0px solid #e1e1e1;
border-radius: 5px;
box-shadow: 0 0 0 0px #f2f2f2;
display: contents;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tbody {
display: -webkit-flex;
display: flex;
border: 0;
justify-content: center;
align-items: center;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tr {
width: 50%;
border: 2px solid rgb(255 220 146);
background: rgb(255 242 198);
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 5px 20px;
box-sizing: border-box;
border-radius: 5px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tr:nth-of-type(2) {
width: 50%;
background: rgb(230 245 255);
border: 2px solid rgb(182 227 255);
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 5px 20px;
box-sizing: border-box;
border-radius: 5px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td {
border: 0;
width: 100%;
text-align: center;
padding: 10px 0;
margin-top: 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td:nth-of-type(2) {
border: 0;
width: 100%;
text-align: center;
padding: 10px 0;
background: #fff9ec;
border-radius: 0 0 2px 2px;
margin-top: 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td img {
border-radius: 6px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td span {
font-size: 18px !important;
font-weight: bold;
margin: 0 5px;
color: #ff8500 !important;
}
main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td span:nth-of-type(2) {
color: #555 !important;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi {
border: 0px solid #ccc;
margin-bottom: 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tbody {
border: 2px solid #ccc;
display: block;
border-radius: 10px;
background: #f8f8f8;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td {
border: 0px;
width: auto !important;
padding: 0;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr {
border: 0px;
display: -webkit-flex;
display: flex;
align-items: center;
padding: 10px;
background: var(--color-white);
border-radius: 10px 10px 0 0;
border-bottom: 1px solid #e8e8e8;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) {
border: 0px;
margin-left: 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) br {
display: none;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) span {
margin: 0 0 8px;
padding: 0;
display: block;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) span:nth-of-type(2) {
margin: 0;
padding: 0;
display: block;
font-size: 16px !important;
line-height: 1.4;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr:nth-of-type(2) {
border: 0px;
background: none;
padding: 0 10px 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr:nth-of-type(2) td span {
font-size: 12px;
color: #f8f8f8;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-kaitou-sb {
padding: 15px 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb {
padding: 10px 10px 5px;
background: var(--color-white);
border-radius: 10px 10px 0 0;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(1) {
font-size: 24px;
color: #ff8500 !important;
font-weight: bold;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(2) {
font-size: 24px;
color: var(--color-text);
font-weight: bold;
margin: 0 5px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(3) {
font-size: 12px;
color: #888 !important;
margin: 5px;
display: block;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-kaitoutxt-sb {
padding: 0px 10px 20px;
margin-bottom: 10px;
background: var(--color-white);
border-radius: 0 0 10px 10px;
line-height: normal;
font-size: 14px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 5px;
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #fa0;
color: var(--color-white);
border-radius: 35px;
padding: 5px 10px 5px 28px;
font-size: 14px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt div:last-of-type {
background: var(--color-white);
display: inline-block;
padding: 0px 10px;
line-height: 21px;
border-radius: 50px;
font-size: 14px;
font-weight: bold;
margin-left: 5px;
}
/*--kuchikomikakikata--*/
#kuchikomi_kakikata .modal-overlay {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#kuchikomi_kakikata .modal-content {
padding: 15px;
background-color: var(--color-white);
text-align: center;
font-size: large;
width: 95%;
border-radius: 10px;
box-sizing: border-box;
box-shadow: 0 0 0 4px #ccc;
}
#kuchikomi_kakikata .modal-content p span {
font-size: 24px !important;
display: block;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 3px solid #333;
}
#kuchikomi_kakikata .modal-content ul + p {
text-align: left;
background: #f4f4f4;
padding: 10px;
border-radius: 10px;
font-size: 16px;
margin: 20px 0 40px;
}
#kuchikomi_kakikata .modal-content ul {
text-align: left;
}
#kuchikomi_kakikata .modal-content ul li {
margin: 10px 0;
font-weight: bold;
color: rgba(253, 41, 111, 1);
}
#kuchikomi_kakikata .modal-content button {
border: 1px solid #ccc;
padding: 10px 20px;
border-radius: 50px;
width: 250px;
background: #555;
color: var(--color-white);
font-size: 16px;
}
.kutikomikaitou {}
.kutikomikaitou dl {
display: -webkit-flex;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 10px;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.kutikomikaitou dl dt {
margin: 0 0 0;
color: rgba(253, 41, 111, 1);
font-weight: bold;
width: 100%;
line-height: 1.5;
display: none;
}
.kutikomikaitou dd {
font-size: 14px;
color: var(--color-66);
width: 100%;
line-height: 1.5;
padding: 5px 10px;
border: 1px solid #ccc;
border-top: 0;
}
.kutikomikaitou label {
display: block;
margin: 0;
padding: 10px;
font-size: 14px;
line-height: 1;
color: var(--color-white);
background: rgb(158 175 183);
cursor: pointer;
position: relative;
}
.kutikomikaitou label:before {
content: "";
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600210813.png)no-repeat;
background-size: 100%;
display: block;
width: 16px;
height: 16px;
position: absolute;
top: 12px;
right: 10px;
}
.kutikomikaitou input {
display: none;
}
.kutikomikaitou dl {
height: 0;
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#kaitou_adion_01:checked ~ dl.kaitou-ad-list-01 {
height: 60px;
opacity: 1;
}
#kaitou_adion_02:checked ~ dl.kaitou-ad-list-02 {
height: 40px;
opacity: 1;
}
#kaitou_adion_03:checked ~ dl.kaitou-ad-list-03 {
height: 320px;
opacity: 1;
}
.kutikomi-hyouka-matome .hyouka-box-name dt {
margin-right: 10px;
width: 10%;
}
.kutikomi-hyouka-matome .hyouka-box-name dd {
width: 90%;
}
.bannerImage {
width: 100%;
height: 150px;
position: relative;
background: url()no-repeat;
background-size: 100%;
box-sizing: border-box;
margin-top: 10px;
border: 1px solid #ececec;
}
.bannerImage ul {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
width: 70%;
}
.bannerImage ul li {
margin: 20px !important;
}
.bannerImage ul li img {
width: 100%;
border-radius: 15px;
}
input[type="text"] {
font-size: 16px !important;
}
.link-overlay {
position: fixed;
bottom: 0;
z-index: 1;
background: rgb(0 0 0 / 80%);
width: 100%;
left: 0;
padding: 5px;
}
.link-overlay ul {
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.link-overlay ul li {
width: 49%;
margin: 0;
padding: 5px;
border-radius: 5px;
box-sizing: border-box;
background: rgb(6 100 147 / 80%);
box-sizing: border-box;
}
.link-overlay ul li span {
color: var(--color-white);
}
.link-overlay ul li a {
display: -webkit-flex;
display: flex;
align-items: center;
font-size: 12px;
color: var(--color-white);
}
.link-overlay ul li a img {
width: 35px;
height: 35px;
border-radius: 5px;
margin-right: 5px;
}
.app-syourai-box h2.fixed {
z-index: 2;
position: fixed;
top: 0;
}
main#main-lower .app-syourai-box h2.fixed {
margin: 0;
width: 100%;
left: 0;
top: 0;
}
main#main-lower .app-syourai-box h2.fixed + p {
margin-top: 68px;
}
a.gachaBtn.detailLink {
width: 100%;
display: block;
margin: 20px auto;
padding: 10px;
border-radius: 5px;
border: 0;
background: #ff3171;
color: var(--color-white);
font-weight: bold;
cursor: pointer;
text-align: center;
transition: 0.3s;
box-sizing: border-box;
box-shadow: 0px 3px 0px 0px #a92e55;
}
#slide-menu {
z-index: 2147483647;
background-color: rgb(0 0 0 / 80%) !important;
}
#slide-menu .slide-menu-container {
position: relative;
}
#slide-menu .slide-menu-container .slide-menu-inner {
position: absolute;
right: 0;
width: 86%;
height: 100%;
margin: 0;
background-color: var(--color-white);
z-index: 0;
padding-top: 46px;
}
#slide-menu .slide-menu-inner .slide-search {
background: var(--color-cc);
}
#slide-menu .slide-menu-inner .slide-search input#search-form-box {
width: 73%;
margin: 5px;
border-radius: 10px;
background: var(--color-white);
font-size: 16px !important;
padding: 5px 10px;
}
#slide-menu .slide-menu-inner .slide-search input.css-button {
font-size: 14px;
border-radius: 10px;
border: 0px solid #888;
background: #fd296f;
width: 60px;
height: 35px;
padding: 0 !important;
margin: 0 !important;
color: var(--color-white);
}
#slide-menu .slide-menu-inner .slide-category {
width: 100%;
height: 100%;
overflow: auto;
}
#slide-menu .slide-menu-inner .slide-category li a {
padding: 10px;
display: -webkit-flex;
display: flex;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-bottom: 1px solid #ccc;
}
#slide-menu .slide-menu-inner .slide-category li span {
margin-left: 5px;
font-size: 14px;
}
#slide-menu .slide-menu-container .slide-close {
font-size: 24px;
color: #000;
top: 8px;
right: 13px;
width: 30px;
height: 30px;
z-index: 1;
position: absolute;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600076431.png) no-repeat center;
background-size: 25px;
}
#slide-menu {
display: none;
top: 0;
width: 100%;
height: 100%;
position: fixed;
z-index;
2;
background-color: #4a4a4a;
}
.slide-menu-container {
width: 100%;
height: 100%;
}
.slide-menu-inner {
margin-left: 50px;
background-color: var(--color-white);
width: 100%;
height: 100%;
}
/* creators */
ul.creators-list li.creator-box {
width: 100%;
}
ul.creators-list {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
width: 100%;
padding: 10px;
border-radius: 3px;
margin: 0 0 30px !important;
}
ul.creators-list li.creator-box {
width: 100%;
height: 100px;
padding: 5px 10px;
margin: 5px;
border-radius: 3px;
box-shadow: 0 0 0 1px #ebf1f2;
background: var(--color-white);
box-sizing: border-box;
}
ul.creators-list li.creator-box p:empty {
display: none;
}
ul.creators-list li.creator-box a {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
box-sizing: border-box;
width: 100%;
}
ul.creators-list li.creator-box img {
width: 100px;
height: 63px;
object-fit: cover;
border-radius: 10px;
box-shadow: 0 0 0 1px #ebf1f2;
display: block;
text-align: left;
margin-bottom: 3px;
}
ul.creators-list li.creator-box .creator-title {
display: block;
width: 100%;
text-align: left;
font-size: 1.1px;
line-height: normal;
font-weight: bold;
}
ul.creators-list li.creator-box .creator-title + br {
display: none;
}
ul.creators-list li.creator-box .creator-name {
display: block;
width: 100%;
text-align: left;
font-size: 16px;
font-weight: bold;
line-height: normal;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 3px;
}
ul.creators-list li.creator-box {
display: -webkit-flex;
display: flex;
align-items: center;
}
ul.creators-list li.creator-box .creator-box-left {
width: 20%;
}
ul.creators-list li.creator-box .creator-box-right {
width: 80%;
padding: 0 5px 0 10px;
}
ul.creators-list li.creator-box .creator-box-right br {
display: none;
}
ul.creators-list li.creator-box .creator-box-right .creator-profile {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
font-size: 12px;
margin-bottom: 2px;
}
ul.creators-list li.creator-box .creator-box-right .creator-awards {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
font-size: 1px;
color: var(--color-99);
}
ul.creators-list li.creator-box .creator-box-right .creator-awards:before {
content: "";
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1557333848.png)no-repeat;
width: 15px;
height: 15px;
display: inline-block;
vertical-align: middle;
}
/* creators2 */
.creator-detail {
padding: 10px;
}
.creator-detail .creator-name {
margin-bottom: 10px;
padding-bottom: 10px;
}
.creator-detail .creator-name dt img {
width: 60px;
height: 60px;
}
.creator-detail .creator-profile dt {
font-size: 16px;
line-height: normal;
}
.creator-detail .creator-profile dd {
font-size: 12px;
}
.creator-detail .creator-awards dt {
font-size: 16px;
line-height: normal;
}
.creator-detail .creator-awards dd {
font-size: 12px;
}
.creator-detail .creator-sns {
width: 100%;
margin-bottom: 20px;
}
.creator-detail .creator-sns dt {
font-size: 16px;
line-height: normal;
}
.creator-detail .creator-sns .job-request {
line-height: normal;
font-size: 12px;
}
.creator-detail .creator-review dt {
font-size: 16px;
}
.creator-detail .creator-review dd .creator-review-list li a {
width: 70px;
margin-right: 10px;
}
.creator-detail .creator-review dd .creator-review-list li a img {
width: 100%;
}
.creator-detail .creator-review dd .creator-review-list li .kuchikomi-title {
width: 70%;
}
.creator-detail .creator-review dd .creator-review-list li .kuchikomi-title a {
font-size: 16px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
width: 100%;
}
.creator-detail .creator-review dd .creator-review-list li .kuchikomi-postdate {
position: absolute;
left: 90px;
bottom: 10px;
color: #919191;
}
.hyouka-kijun-tooltip {
background: #f2f7f9;
padding: 10px;
box-shadow: 0 0 0 2px #b8d1dd;
width: 95%;
margin: auto;
font-size: 14px;
line-height: 1.5;
border-radius: 5px;
}
}
/*--SPend--*/

/*------------------------------------------------------------
other (コエシル)
-------------------------------------------------------------*/
p:empty {
display: none;
}
.sns-copytxt {
display: none;
}
/*--tuika--*/
.form-kutikomi-inner > span {
font-size: 14px;
padding: 10px 0;
display: block;
color: #888;
}
a.reset-bt {
display: inline-block;
margin: 0 0 0 10px;
text-align: center;
border: 1px solid #ccc;
padding: 10px;
background: #a6a6a6;
color: #ffffff;
border-radius: 3px;
font-size: 14px;
vertical-align: middle;
}
.article .search-form_inputXX {
width: 100%;
}

/*------------------------------------------------------------
会社概要 (コエシル)
-------------------------------------------------------------*/
.company-overview a {
color: #1a78a5;
}
.company-overview a:hover {
opacity: 0.7;
}
.company-overview .company-info table {
background: var(--color-white);
margin-bottom: 50px;
font-family: 'M PLUS 1p', sans-serif !important;
}
.company-overview .company-info table td:first-child {
background: #333333;
color: var(--color-white);
font-size: 15px;
width: 30%;
}
.company-overview .company-info table td {
font-size: 15px;
width: 70%;
line-height: 1.4;
padding: 20px;
}
.company-overview .company-jyusyou ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.company-overview .company-jyusyou li {
display: block;
text-align: left;
background: var(--color-white);
position: relative;
border: 1px solid #ededed;
width: 32%;
margin: 0 2% 15px 0;
}
.company-overview .company-jyusyou li:nth-of-type(3n) {
margin-right: 0;
}
.company-overview .company-jyusyou li:last-of-type, .company-overview .company-jyusyou li:nth-of-type(4) {
margin-bottom: 0;
}
.company-overview .company-jyusyou li img {
width: 100%;
height: 100px;
padding: 10px;
box-sizing: border-box;
object-fit: contain;
}
main#main-lower .company-overview .company-jyusyou li p {
height: 100px;
margin: 0;
padding: 5px 10px;
color: var(--color-white);
background: #34a1cf;
line-height: 1.5;
font-size: 14px;
}
main#main-lower .company-overview .cop-access .cop-access-main p.cop-bt {
margin: 20px auto 0;
}
main#main-lower .company-overview .cop-access p {
text-align: center;
}
.company-overview .cop-bt a {
display: block;
width: 50%;
line-height: 40px;
margin: 10px auto;
border: 1px solid #34a1cf;
font-size: 14px;
color: #34a1cf;
position: relative;
text-align: center;
box-sizing: border-box;
transition: .5s;
font-family: 'M PLUS 1p', sans-serif !important;
}
.company-overview .cop-bt a:hover {
display: block;
width: 50%;
line-height: 40px;
margin: 10px auto;
opacity: 1;
border: 1px solid #34a1cf;
background: #34a1cf;
font-size: 14px;
color: var(--color-white);
position: relative;
text-align: center;
box-sizing: border-box;
}
.company-overview .cop-bt a:after {
content: ">";
position: absolute;
right: 20px;
font-size: 2px;
font-weight: bold;
padding: 0;
top: 0;
bottom: 0;
margin: auto;
}
.company-jyusyou .sp {
display: none;
}
.company-jyusyou h3 {
font-size: 2.1px;
background: none;
border-bottom: 2px solid #24214e;
width: auto;
display: inline-block;
color: #24214e;
padding: 0 10px 5px;
margin: 10px auto 30px;
}
.company-jyusyou .cop-company-jyusyou-slider-wrap {
height: 220px;
margin: 0px 40px 40px 40px;
}
.company-jyusyou .sd-message-01 {
display: block;
text-align: left;
margin: 0 5px;
background: var(--color-white);
position: relative;
border: 1px solid #ededed;
}
.company-jyusyou .sd-message-01 img {
width: 100%;
height: 100px;
padding: 15px;
box-sizing: border-box;
object-fit: contain;
}
main#main-lower .company-jyusyou .sd-message-01 p {
height: 120px;
margin: 0;
padding: 10px;
color: var(--color-white);
background: #34a1cf;
font-size: 13px;
margin: 0;
}
main#main-lower .company-jyusyou .sd-message-01 p:empty {
display: none;
margin: 0;
}
.cop-company-jyusyou-slider-area {
position: relative;
margin-bottom: 30px;
}
.cop-company-jyusyou-slider-area .slider-prev, .cop-company-jyusyou-slider-area .slider-next {
width: 30px;
line-height: 30px !important;
height: 30px;
border-radius: 0;
top: 0;
bottom: 0;
margin: auto;
cursor: pointer;
font-weight: normal;
font-size: 200% !important;
position: absolute;
background: #55bccd;
z-index: 999999;
color: var(--color-white);
text-align: center;
}
.cop-company-jyusyou-slider-area .slider-prev {
left: 0;
}
.cop-company-jyusyou-slider-area .slider-next {
right: 0;
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait) {
.company-overview .company-info table td:first-child {
font-size: 12px;
}
.company-overview .company-info table td {
padding: 10px;
font-size: 12px;
}
.company-overview .company-jyusyou ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.company-overview .company-jyusyou li {
width: 49%;
margin: 0 2% 10px 0;
}
.company-overview .company-jyusyou li:nth-of-type(3n) {
margin-right: 2%;
}
.company-overview .company-jyusyou li:nth-of-type(4) {
margin-bottom: 10px;
}
.company-overview .company-jyusyou li:nth-of-type(2n) {
margin-right: 0;
}
main#main-lower .company-overview .company-jyusyou li p {
font-size: 13px;
height: 95px;
}
.company-overview .company-media .cop-company-medialist dl {
width: 100%;
}
.company-overview .company-media .cop-company-medialist dl dd {
padding: 10px;
min-height: auto;
}
main#main-lower .company-overview .cop-access p {
font-size: 12px;
}
.company-overview .cop-bt a {
width: 94%;
font-size: 13px;
}
.company-overview .cop-bt a:hover {
width: 94%;
font-size: 13px;
}
.company-overview .cop-bt a:after {
right: 18px;
font-size: 18px;
line-height: 38px;
}
.company-jyusyou .sp {
display: block;
}
.company-jyusyou .pc {
display: none;
}
.company-jyusyou h3 {
font-size: 16px;
background: none;
border-bottom: 2px solid #24214e;
width: auto;
display: inline-block;
color: #24214e;
padding: 0 10px 5px;
margin: 0px auto 20px;
}
.company-jyusyou .cop-company-jyusyou-slider-area {
position: relative;
height: 200px;
margin-bottom: 0;
}
.cop-company-jyusyou-slider-area .slider-prev, .cop-company-jyusyou-slider-area .slider-next {
position: absolute;
background: #55bccd;
font-weight: normal;
font-size: 200% !important;
z-index: 999999;
color: var(--color-white);
text-align: center;
width: 30px;
line-height: 30px !important;
height: 30px;
border-radius: 0;
top: 0;
bottom: 0;
margin: auto;
cursor: pointer;
}
.cop-company-jyusyou-slider-area .slider-prev {
left: 0;
}
.cop-company-jyusyou-slider-area .slider-next {
right: 0;
}
.cop-company-jyusyou-slider-wrap {
margin: 0 40px;
}
.company-jyusyou .sd-message-01 {
margin: 0 10px;
text-align: left;
background: var(--color-white);
position: relative;
border: 1px solid #ededed;
}
.company-jyusyou .sd-message-01 img {
width: 100%;
height: 100px;
padding: 15px;
box-sizing: border-box;
object-fit: contain;
}
main#main-lower .company-jyusyou .sd-message-01 p {
height: 80px;
margin: 0;
padding: 10px;
color: var(--color-white);
font-size: 13px;
background: #34a1cf;
}
.company-jyusyou .sd-message-01 p:empty {
display: none;
margin: 0;
}
}

/*------------------------------------------------------------
評価ランキング (コエシル)
-------------------------------------------------------------*/
.kutikomi-title dd .category-rank {
background: var(--color-cc);
padding: 0px 15px 2px 38px;
border-radius: 10px;
position: relative;
}
.kutikomi-title dd .category-rank:before {
content: "";
position: absolute;
top: 4px;
left: 10px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606001713.png)no-repeat center center;
background-size: 100%;
width: 18px;
height: 18px;
}
.kutikomi-title dd .category-rank.no-1 {
background: #ffbc00;
color: var(--color-white);
}
.kutikomi-title dd .category-rank.no-2 {
background: #3c9abf;
color: var(--color-white);
}
.kutikomi-title dd .category-rank.no-3 {
background: #994100;
color: var(--color-white);
}
.kutikomi-title dd .category-rank {
background: #8a8a8a;
color: var(--color-white);
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait) {
.kutikomi-title dd .category-rank {
background: var(--color-cc);
padding: 0px 5px 0px 18px;
border-radius: 6px;
font-size: 14px;
position: relative;
}
.kutikomi-title dd .category-rank:before {
content: "";
position: absolute;
top: 5px;
left: 4px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606001713.png)no-repeat center center;
background-size: 100%;
width: 12px;
height: 12px;
}
_::-webkit-full-page-media, _:future, :root .kutikomi-title dd .category-rank {
background: var(--color-cc);
padding: 2px 5px 2px 18px;
border-radius: 6px;
font-size: 14px;
position: relative;
}
_::-webkit-full-page-media, _:future, :root .kutikomi-title dd .category-rank:before {
content: "";
position: absolute;
top: 3px;
left: 4px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606001713.png)no-repeat center center;
background-size: 100%;
width: 12px;
height: 12px;
}
}

/*------------------------------------------------------------
ポイント (コエシル)
-------------------------------------------------------------*/
.hyoka-point {
box-shadow: 0 0 2px 1px #dde4e6;
padding: 10px 20px;
border-radius: 5px;
margin: 20px 0;
}
main#main-lower .hyoka-point p {
line-height: normal;
margin: 0 0 5px;
padding: 0 0 5px;
font-size: 24px;
font-weight: bold;
border-bottom: 2px solid #ffac06;
display: inline-block;
}
.hyoka-point-in {}
.hyoka-point-in dl {
padding: 10px 0;
}
.hyoka-point-in dt {
line-height: normal;
font-weight: bold;
}
.hyoka-point-in dd {
font-size: 14px;
color: #888;
line-height: normal;
}

/*------------------------------------------------------------
カード (コエシル)
-------------------------------------------------------------*/
.app-syourai-box .kuchikomi-syosai-card {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
margin-top: 20px;
box-sizing: border-box;
box-shadow: 0 0 0 2px #dde4e6;
border-radius: 2px;
padding: 20px;
background: #e7ebee;
position: relative;
}
.app-syourai-box .kuchikomi-syosai-card:before {
content: '';
position: absolute;
top: -2px;
left: 25px;
display: block;
height: 60px;
border: 20px solid #555555;
border-bottom-width: 15px;
border-bottom-color: transparent;
}
.app-syourai-box .kuchikomi-syosai-card:after {
content: '1';
position: absolute;
top: 15px;
left: 39px;
font-size: 2px;
font-weight: bold;
color: var(--color-white);
}
.app-syourai-box .kuchikomi-syosai-card.no-1:after {
content: '1';
}
.app-syourai-box .kuchikomi-syosai-card.no-1:before {
border-color: #fa0;
border-bottom-color: transparent;
}
.app-syourai-box .kuchikomi-syosai-card.no-2:after {
content: '2';
}
.app-syourai-box .kuchikomi-syosai-card.no-2:before {
border-color: #1ca3c8;
border-bottom-color: transparent;
}
.app-syourai-box .kuchikomi-syosai-card.no-3:after {
content: '3';
}
.app-syourai-box .kuchikomi-syosai-card.no-3:before {
border-color: #803300;
border-bottom-color: transparent;
}
main#main-lower .app-syourai-box .kuchikomi-syosai-card h3 {
width: 100%;
background: none;
padding: 0px 0 30px 60px;
margin: 0;
border-radius: 0;
font-size: 24px;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-l {
width: 19%;
margin-right: 10px;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-l a img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 5px;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r {
height: auto;
width: 78%;
padding: 0;
display: block;
}
.app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-l {
width: 19%;
}
.app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-l a img {
width: 100%;
height: auto;
border-radius: 5px;
}
.app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-r {
height: auto;
width: 78%;
padding: 0;
display: block;
}
.app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-l {
width: 30%;
margin-right: 0;
}
.app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-l a img {
width: 100%;
height: 120px;
object-fit: cover;
border-radius: 5px;
}
.app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-r {
height: auto;
width: 67%;
padding: 0;
display: block;
}
.app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-l {
width: 30%;
margin-right: 0;
}
.app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-l a img {
width: 100%;
height: 120px;
object-fit: cover;
border-radius: 5px;
}
.app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-r {
height: auto;
width: 67%;
padding: 0;
display: block;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap {
border: 0;
border-bottom: 2px solid #e7ebee;
padding: 15px 0;
border-radius: 0;
display: -webkit-flex;
display: flex;
align-items: center;
width: 100%;
background: var(--color-white);
border-radius: 5px 5px 0 0;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap {
border: 0;
border-top: 0;
border-radius: 0;
margin-bottom: 0;
padding: 10px 0;
display: -webkit-flex;
display: flex;
align-items: center;
width: 100%;
background: var(--color-white);
border-radius: 0 0 5px 5px;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dt, .app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap dt {
background: none;
width: 100px;
line-height: normal;
color: #969696;
font-size: 2px;
text-align: left;
font-weight: bold;
padding-left: 20px;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dd {
vertical-align: middle;
display: -webkit-flex;
display: flex;
align-items: center;
padding: 0 10px;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dd img {
width: 150px;
vertical-align: middle;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap dd {
padding-left: 10px;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap dd a {
border-bottom: 2px solid #555;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap .nam {
font-size: 24px;
line-height: normal;
height: 30px;
background: none;
padding: 0 5px;
margin-right: 0px;
border-radius: 50px;
font-weight: bold;
color: var(--color-text);
}
.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap .nam {
font-size: 34px;
margin-left: 10px;
font-weight: bold;
color: var(--color-text);
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box {
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: center;
width: 70%;
padding: 0;
margin-top: 15px;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box a {
padding: 5px;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box img {
width: 100%;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box .official {
width: 100%;
text-align: center;
padding: 10px;
background: #ff3171;
margin: 0 10px;
border-radius: 50px;
font-size: 14px;
color: var(--color-white);
font-weight: bold;
}
.app-syourai-box .kuchikomi-syosai-card.no-4:after {
content: '4';
}
.app-syourai-box .kuchikomi-syosai-card.no-5:after {
content: '5';
}
.app-syourai-box .kuchikomi-syosai-card.no-6:after {
content: '6';
}
.app-syourai-box .kuchikomi-syosai-card.no-7:after {
content: '7';
}
.app-syourai-box .kuchikomi-syosai-card.no-8:after {
content: '8';
}
.app-syourai-box .kuchikomi-syosai-card.no-9:after {
content: '9';
}
.app-syourai-box .kuchikomi-syosai-card.no-10:after {
content: '10';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-11:after {
content: '11';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-12:after {
content: '12';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-13:after {
content: '13';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-14:after {
content: '14';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-15:after {
content: '15';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-16:after {
content: '16';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-17:after {
content: '17';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-18:after {
content: '18';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-19:after {
content: '19';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-20:after {
content: '20';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-21:after {
content: '21';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-22:after {
content: '22';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-23:after {
content: '23';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-24:after {
content: '24';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-25:after {
content: '25';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-26:after {
content: '26';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-27:after {
content: '27';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-28:after {
content: '28';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-29:after {
content: '29';
left: 33px;
}
.app-syourai-box .kuchikomi-syosai-card.no-30:after {
content: '30';
left: 33px;
}
@media only screen and (max-width : 415px) {
.app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-l a img {
height: 85px;
}
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait) {
.app-syourai-box .kuchikomi-syosai-card {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 20px;
margin-top: 20px;
box-sizing: border-box;
box-shadow: 0 0 0 2px #dde4e6;
background: #e7ebee;
border-radius: 2;
padding: 12px 10px 15px;
position: relative;
}
.app-syourai-box .kuchikomi-syosai-card:before {
content: '';
position: absolute;
top: -2px;
left: 13px;
display: block;
height: 45px;
border: 20px solid #555555;
border-bottom-width: 5px;
border-bottom-color: transparent;
}
.app-syourai-box .kuchikomi-syosai-card:after {
content: '1';
position: absolute;
top: 10px;
left: 27px;
font-size: 2px;
font-weight: bold;
color: var(--color-white);
}
main#main-lower .app-syourai-box .kuchikomi-syosai-card h3 {
width: 100%;
background: none;
padding: 0px 0 0px 55px;
margin: 0 0 30px;
border-radius: 0;
font-size: 18px;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-l {
width: 25%;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-l a {}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-l a img {
width: 100%;
height: auto;
border-radius: 5px;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r {
height: auto;
width: 70%;
padding: 0;
display: block;
}
.app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-l {
width: 25%;
}
.app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-l a img {
width: 100%;
height: auto;
border-radius: 5px;
}
.app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-r {
height: auto;
width: 70%;
padding: 0;
display: block;
}
.app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-l {
width: 36%;
margin-right: 8px;
}
.app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-l a img {
height: 75px;
border-radius: 5px;
}
.app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-r {
height: auto;
width: 60%;
display: block;
}
.app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-l {
width: 22%;
margin-right: 12px;
}
.app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-l a img {
height: 75px;
border-radius: 5px;
}
.app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-r {
height: auto;
width: 73%;
display: block;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap {
border: 0;
border-bottom: 2px solid #e2e8ea;
padding: 8px 0;
border-radius: 0;
display: -webkit-flex;
display: flex;
align-items: center;
width: 100%;
background: var(--color-white);
border-radius: 5px 5px 0 0;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap {
border: 0;
border-top: 0;
border-radius: 0;
margin-bottom: 0;
padding: 4px 0;
display: -webkit-flex;
display: flex;
align-items: center;
width: 100%;
background: var(--color-white);
border-radius: 0 0 5px 5px;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dt, .app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap dt {
background: none;
width: 55px;
line-height: normal;
color: #969696;
font-size: 2px;
text-align: left;
font-weight: bold;
padding-left: 10px;
font-size: 14px;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dd {
vertical-align: middle;
display: -webkit-flex;
display: flex;
align-items: center;
padding: 0 10px;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dd img {
width: 80px;
vertical-align: middle;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap dd {
padding-left: 10px;
}
.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap .nam {
font-size: 2px;
line-height: normal;
height: 30px;
background: none;
padding: 0 5px;
margin-right: 0px;
border-radius: 50px;
font-weight: bold;
color: var(--color-text);
}
.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap .nam {
font-size: 2px;
margin-left: 10px;
font-weight: bold;
color: var(--color-text);
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box {
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 0;
margin-top: 10px;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box a {
padding: 5px;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box img {
width: 100%;
}
.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box .official {
width: 100%;
text-align: center;
padding: 8px;
background: #ff3171;
margin: 0;
border-radius: 50px;
font-size: 13px;
color: var(--color-white);
font-weight: bold;
}
.app-syourai-box .kuchikomi-syosai-card.no-10:after {
content: '10';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-11:after {
content: '11';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-12:after {
content: '12';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-13:after {
content: '13';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-14:after {
content: '14';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-15:after {
content: '15';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-16:after {
content: '16';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-17:after {
content: '17';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-18:after {
content: '18';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-19:after {
content: '19';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-20:after {
content: '20';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-21:after {
content: '21';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-22:after {
content: '22';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-23:after {
content: '23';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-24:after {
content: '24';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-25:after {
content: '25';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-26:after {
content: '26';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-27:after {
content: '27';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-28:after {
content: '28';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-29:after {
content: '29';
left: 22px;
}
.app-syourai-box .kuchikomi-syosai-card.no-30:after {
content: '30';
left: 22px;
}
}
.kuchikomi-cnt {
display: block;
padding: 5px;
margin: 10px 0;
background: #e4f1f5;
box-sizing: border-box;
box-shadow: 0 0 0 1px #ddf0f6;
line-height: normal;
border-radius: 2px;
text-align: center;
font-family: "M PLUS 1p";
font-weight: bold;
}
.kuchikomi-cnt .cnt-present-date {
color: var(--color-66);
font-size: 13px;
}
.kuchikomi-cnt .cnt-service {
color: var(--color-66);
font-size: 13px;
}
.kuchikomi-cnt .cnt-num a {
color: #066493;
font-size: 15px;
font-weight: bold;
line-height: 0;
border-bottom: 1px solid #066493;
}

/*------------------------------------------------------------
吹き出し (コエシル)
-------------------------------------------------------------*/
.comment-box {
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
margin: 10px 0;
}
.comment-txt-l {
position: relative;
display: inline-block;
margin: 10px 30px 10px 0;
padding: 10px;
min-width: 120px;
max-width: 100%;
color: #555;
font-size: 16px;
background: var(--color-white);
box-shadow: 0 0 0 1px #ebebeb;
line-height: 1.4;
}
.comment-txt-l:before {
content: "";
position: absolute;
top: 50%;
left: 100%;
margin-top: -17px;
border: 17px solid transparent;
border-left: 17px solid #ebebeb;
}
.comment-txt-l:after {
content: "";
position: absolute;
top: 50%;
left: 100%;
margin-top: -15px;
border: 15px solid transparent;
border-left: 15px solid #FFF;
}
.comment-txt-r {
position: relative;
display: inline-block;
margin: 10px 0 10px 30px;
padding: 10px;
min-width: 120px;
max-width: 100%;
color: #555;
font-size: 16px;
background: var(--color-white);
box-shadow: 0 0 0 1px #ebebeb;
line-height: 1.4;
}
.comment-txt-r:before {
content: "";
position: absolute;
top: 50%;
left: -34px;
margin-top: -17px;
border: 17px solid transparent;
border-right: 17px solid #ebebeb;
}
.comment-txt-r:after {
content: "";
position: absolute;
top: 50%;
left: -30px;
margin-top: -15px;
border: 15px solid transparent;
border-right: 15px solid #FFF;
}
.comment-icon {
text-align: center;
width: 30%;
}
.comment-icon img {
width: 60px;
}
.come-name {
display: block;
font-size: 12px;
margin-top: 5px;
color: #555;
}

/*------------------------------------------------------------
吹き出し-table (コエシル)
-------------------------------------------------------------*/
.post table.comment-box {
margin: 0 0 22px 0;
border: 0;
display: table;
}
.post table.comment-box tr {
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.post table.comment-box .comment-txt-l {
position: relative;
display: inline-block;
margin: 0 20px;
padding: 12px 10px;
min-width: 120px;
max-width: 100%;
color: #555;
font-size: 12px;
background: var(--color-white);
box-shadow: 1px 1px 2px 0 #e4e4e4;
border-radius: 2px;
line-height: 2;
border: 1px solid #ddd;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
table.comment-box .comment-txt-l:before {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
right: -10px;
top: 7px;
left: auto;
margin: 0;
border: 10px solid transparent;
border-top-color: #ddd;
z-index: -1;
}
table.comment-box .comment-txt-l:after {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
right: -8px;
top: 8px;
left: auto;
margin: 0;
border: 9px solid transparent;
border-top-color: var(--color-white);
z-index: 2;
}
.post table.comment-box .comment-txt-r {
position: relative;
display: inline-block;
margin: 0 20px;
padding: 12px 10px;
min-width: 120px;
max-width: 100%;
color: #555;
font-size: 12px;
background: var(--color-white);
box-shadow: 1px 1px 2px 0 #e4e4e4;
border-radius: 2px;
line-height: 2;
border: 1px solid #ddd;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
table.comment-box .comment-txt-r:before {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
left: -10px;
top: 7px;
border: 10px solid transparent;
border-top-color: #ddd;
z-index: -1;
margin: 0;
}
table.comment-box .comment-txt-r:after {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
left: -8px;
top: 8px;
border: 9px solid transparent;
border-top-color: var(--color-white);
z-index: 2;
margin: 0;
}
.post table.comment-box .comment-icon {
text-align: center;
width: 90px;
min-width: 90px;
border: 0;
line-height: 1;
padding: 0 0 0 10px;
}
.post table.comment-box .comment-icon:last-child {
padding: 0 10px 0 0;
}
table.comment-box .comment-icon img {
width: 60px;
}
table.comment-box .come-name {
display: block;
font-size: 12px;
margin-top: 8px;
color: #555;
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait) {
#main-lower .post table.comment-box {
margin: 0 0 22px 0;
}
.post table.comment-box .comment-icon {
text-align: center;
width: 80px;
min-width: 80px;
}
.post table.comment-box .comment-txt-r, .post table.comment-box .comment-txt-l {
line-height: 1.8;
padding: 10px;
margin: 0 15px;
}
}

/*------------------------------------------------------------
ココポイント (コエシル)
-------------------------------------------------------------*/
.point-wakuBox {
border-radius: 10px;
position: relative;
margin: 36px auto 32px;
padding: 30px 20px 25px;
border: 3px solid #ffc1d5;
box-shadow: 0 0 0px 2px #ff6e9b;
box-sizing: border-box;
background: var(--color-white);
}
.pwb-h {
position: absolute;
top: -17px;
left: 30px;
background: #ff3d7a;
display: block;
padding: 0px 30px;
font-weight: bold;
font-size: 16px;
box-shadow: 0 0 0px 2px #ff3d7a;
border-radius: 50px;
color: var(--color-white);
margin: 0 !important;
}
.pwb-h.color-bh {
background: #303030;
box-shadow: 0 0 0px 2px #303030;
}
.pwb-h.center {
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
white-space: nowrap;
}
.point-wakuBox dl {
padding: 0;
margin: 0;
line-height: 1.5;
}
.point-wakuBox dt {
padding: 0;
margin: 0 0 0px;
line-height: 1.5;
font-size: 16px;
font-weight: bold;
}
.point-wakuBox .maru-list {
background: #e9edef;
display: inline-block;
padding: 3px 20px 2px 10px;
display: inline-block;
align-items: center;
color: #e03131;
border-radius: 3px;
width: auto;
font-size: 14px;
font-weight: bold;
}
.point-wakuBox .maru-list span {
color: var(--color-white);
}
.point-wakuBox .maru-list:before {
content: "〇";
font-size: 15px;
color: #e03131;
margin-right: 5px;
font-weight: bold;
}
.point-wakuBox .batu-list {
background: #e9edef;
display: inline-block;
padding: 3px 20px 2px 10px;
display: inline-block;
align-items: center;
color: #4473b2;
border-radius: 3px;
width: auto;
font-size: 14px;
margin-top: 20px;
font-weight: bold;
}
.point-wakuBox .batu-listspan {
color: var(--color-white);
}
.point-wakuBox .batu-list:before {
content: "×";
font-size: 15px;
color: #4473b2;
margin-right: 5px;
font-weight: bold;
}
.point-wakuBox dd {
padding: 0;
margin: 0 0 10px;
line-height: 1.7;
font-size: 14px;
color: #444;
}
.point-wakuBox dd:last-of-type {
margin: 0;
}

/*------------------------------------------------------------
ココポイント2 (コエシル)
-------------------------------------------------------------*/
.point-wakuBox2 {
border-radius: 5px;
position: relative;
margin: 20px 2px;
padding: 15px;
border: 3px solid #ffc1d5;
box-shadow: 0 0 0px 2px #ff6e9b;
box-sizing: border-box;
background: var(--color-white);
}
.point-wakuBox2 dl {
padding: 0;
margin: 0;
line-height: 1.5;
}
.point-wakuBox2 dt {
padding: 0;
margin: 0 0 10px;
line-height: 1.5;
font-size: 16px;
}
.point-wakuBox2 dt:first-of-type {
background: #e9edef;
display: inline-block;
padding: 3px 20px 2px 10px;
display: -webkit-flex;
display: flex;
align-items: center;
color: #e03131;
border-radius: 3px;
width: 110px;
font-size: 14px;
font-weight: bold;
}
.point-wakuBox2 dt:first-of-type span {
color: var(--color-white);
}
.point-wakuBox2 dt:first-of-type:before {
content: "〇";
font-size: 15px;
color: #e03131;
margin-right: 5px;
font-weight: bold;
}
.point-wakuBox2 dt:nth-of-type(2) {
background: #e9edef;
display: inline-block;
padding: 3px 20px 2px 10px;
display: -webkit-flex;
display: flex;
align-items: center;
color: #4473b2;
border-radius: 3px;
width: 110px;
font-size: 14px;
margin-top: 20px;
font-weight: bold;
}
.point-wakuBox2 dt:nth-of-type(2) span {
color: var(--color-white);
}
.point-wakuBox2 dt:nth-of-type(2):before {
content: "×";
font-size: 15px;
color: #4473b2;
margin-right: 5px;
font-weight: bold;
}
.point-wakuBox2 dd {
padding: 0;
margin: 0 0 5px;
line-height: 1.2;
font-size: 14px;
color: #444;
}
.point-wakuBox2 dd:last-of-type {
margin: 0;
}

/*------------------------------------------------------------
枠デザイン (コエシル)
-------------------------------------------------------------*/
.block-box {
padding: 45px 20px 20px;
margin: 30px 0;
box-shadow: 0 0 2px 1px #dde4e6;
border-radius: 10px;
position: relative;
}
.block-box h3.bb-h {
font-size: 20px !important;
font-weight: bold;
position: absolute;
top: 0px !important;
left: 0 !important;
background: #ecf0f1;
padding: 10px 20px !important;
border-radius: 10px 0 10px 0 !important;
margin: 0 !important;
}
.block-box .bb-h {
font-size: 2px;
font-weight: bold;
position: absolute;
top: 0px;
left: 0;
background: #ecf0f1;
padding: 5px 20px;
margin: 0 !important;
border-radius: 10px 0 10px 0;
}
.bb-in-box {
background: #f3f6f7;
padding: 20px;
border-radius: 30px;
margin: 20px 0;
}
.bb-in-box p {
padding: 0;
margin: 0 0 10px !important;
line-height: 1.6;
font-size: 14px;
color: var(--color-66);
}
.app-syourai-wrap .hyouka-box {
width: 100%;
margin-left: 0;
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait) {
.point-wakuBox {
border-radius: 10px;
position: relative;
margin-top: 30px;
padding: 20px 10px 20px;
box-shadow: 0 0 0px 2px #ff3d7a;
}
.pwb-h {
top: -15px;
}
.point-wakuBox dt {
font-size: 14px;
}
.point-wakuBox dd {
font-size: 12px;
}
.point-wakuBox2 {
border-radius: 10px;
position: relative;
margin-top: 20px;
padding: 20px 10px 20px;
box-shadow: 0 0 0px 2px #ff3d7a;
}
.point-wakuBox2 dt {
font-size: 14px;
}
.point-wakuBox2 dd {
font-size: 12px;
}
.comment-txt-l {
font-size: 12px;
margin: 10px 20px 10px 0;
}
.comment-txt-r {
font-size: 12px;
margin: 10px 0 10px 25px;
}
.comment-icon {
width: 80%;
}
.block-box {
padding: 30px 10px 10px;
margin: 30px 0;
}
.block-box h3.bb-h {
font-size: 16px !important;
}
.block-box .bb-h {
font-size: 16px !important;
}
.bb-in-box {
background: #f3f6f7;
padding: 15px;
border-radius: 20px;
margin: 15px 0;
}
.app-syourai-wrap .hyouka-box {
width: 100%;
margin-left: 0;
}
}
.app-syourai-wrap .morebtn {
margin: 20px auto 40px;
}
.app-syourai-wrap a.morebtn {
color: var(--color-white);
}
.bb-in-box a.BtnMore {
width: 90%;
display: block;
margin: 20px auto 0;
padding: 13px;
border-radius: 100px;
border: 0;
background: #066493;
color: var(--color-white);
font-weight: bold;
cursor: pointer;
text-align: center;
}
.bb-in-box a.BtnLink {
width: 90%;
display: block;
margin: 20px auto;
padding: 10px;
border-radius: 5px;
border: 0;
background: #ff3171;
color: var(--color-white);
font-weight: bold;
cursor: pointer;
text-align: center;
transition: 0.3s;
box-sizing: border-box;
box-shadow: 0px 3px 0px 0px #a92e55;
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait) {
.bb-in-box a.BtnMore {
width: 100%;
}
.bb-in-box a.BtnLink {
width: 100%;
}
}
.kutikomi-title-box a.gachaBtn.detailLink {
margin: 0 auto;
}

/*------------------------------------------------------------
検索フォーム (コエシル)
-------------------------------------------------------------*/
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb {
color: #009933;
font-size: 12px;
margin-bottom: 5px;
display: block;
}
.gs-webResult div.gs-visibleUrl span {
color: #009933;
font-size: 12px;
}
.gsc-webResult.gsc-result {
border-bottom: 1px solid #eff3f4 !important;
padding: 14px 0 !important;
}
.gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page {
position: relative;
top: 0;
left: 0;
margin: 0 8px 4px 0;
cursor: pointer;
vertical-align: middle;
display: inline-block;
text-align: center;
zoom: 1;
border: none;
font-weight: 700;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 0 4px;
width: 40px;
height: 24px;
line-height: 24px;
background: #5B6783;
font-size: 13px;
color: var(--color-white);
text-decoration: none;
}
.gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
border-color: #34a3d1;
background-color: #34a3d1;
text-decoration: none;
}
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb {
color: #009933;
font-size: 12px;
margin-bottom: 8px;
display: block;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
margin-bottom: 6px;
}
.gsc-control-cse .gsc-table-result {}
.gsc-table-cell-thumbnail > div, .gs-promotion-image-cell {
margin: 0 35px 0 0;
}
.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
max-width: 80px !important;
width: 80px;
height: 55px !important;
object-fit: cover;
box-shadow: 0 0 0 1px #d9e7ed;
}
.gsc-table-cell-snippet-close, .gs-promotion-text-cell {
line-height: 1.4;
}
.gs-result .gs-image, .gs-result .gs-promotion-image {
border: 0px solid #e2e2e2 !important;
}
.gsc-results .gsc-cursor-box {
margin: 20px 5px !important;
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait) {
.search-form_input .gs-image-box.gs-web-image-box.gs-web-image-box-landscape, .search-form_input .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
float: left;
margin: 0 10px 0 0;
width: auto;
height: auto;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
font-size: 14px !important;
margin-bottom: 8px;
line-height: 1.4;
}
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb {
color: #009933;
font-size: 12px !important;
margin-bottom: 10px !important;
display: block;
}
.gs-webResult .gs-snippet, .gs-fileFormatType {
line-height: 1.5;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.gs-promotion-image-box img.gs-promotion-image, .gs-web-image-box-portrait img.gs-image, .gs-web-image-box-landscape img.gs-image {
object-fit: cover;
width: 100px !important;
height: 80px !important;
max-width: 100px !important;
max-height: 80px !important;
}
.gsc-control-cse {
padding: 0 !important;
}
}
div.mailaddress-copy-popup {
display: block;
position: absolute;
top: 10%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
background: rgb(0 0 0 / 65%);
width: 400px;
padding: 10px 0;
border-radius: 5px;
}
div.mailaddress-copy-popup div:first-of-type {
font-weight: bold;
}
div.mailaddress-copy-popup div {
text-align: center;
color: var(--color-white);
line-height: 1.4;
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait) {
div.mailaddress-copy-popup {
display: block;
position: absolute;
top: 10%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
background: rgb(0 0 0 / 65%);
width: 90%;
padding: 10px 0;
border-radius: 5px;
}
div.mailaddress-copy-popup div:first-of-type {
font-weight: bold;
}
div.mailaddress-copy-popup div {
text-align: center;
color: var(--color-white);
line-height: 1.4;
}
}

/*------------------------------------------------------------
entry  (コエシル)
-------------------------------------------------------------*/
#entry-form > p:first-of-type {
padding: 10px 0;
margin: 0;
}
#entry-form table td {
padding: 10px;
}
#entry-form table input {
padding: 5px 10px !important;
font-size: 16px;
}
#entry-form table select {
padding: 5px 10px !important;
box-sizing: border-box;
border-radius: 5px;
border: 1px solid #ccc;
}
#entry-form table textarea {
border: 1px solid #ccc;
padding: 10px !important;
font-size: 16px;
}
#entry-form table label .file_path {
padding: 8px 10px;
background: var(--color-66);
border-radius: 5px;
font-size: 14px;
color: var(--color-white);
cursor: pointer;
display: inline-block;
}
#entry-form table .input-awards li {
padding: 0;
}
#entry-form table .input-awards .sortable-item input {
width: 75%;
margin: 3px 0;
font-size: 16px;
}
#entry-form table .sortable-item.ui-sortable-handle button {
padding: 5px 20px;
border-radius: 5px;
border: 1px solid #ccc;
cursor: pointer;
}
#entry-form table button[name="add_awards"] {
margin-top: 5px;
padding: 5px 20px;
border: 1px solid #ccc;
color: var(--color-white);
background: var(--color-66);
border-radius: 5px;
cursor: pointer;
font-size: 14px;
}
#entry-form table .sns-list {
padding: 5px 0
}
#entry-form table .sns-list span a {
color: var(--color-white);
padding: 5px 10px;
background: var(--color-66);
border-radius: 5px;
font-size: 12px;
margin: 1px 1px;
display: inline-block;
}
#entry-form table + div.lead {
padding: 5px 20px;
;
width: 100%;
display: block;
margin: 20px auto;
background: #f1f8fa;
border-radius: 5px;
}
#entry-form table + div.lead p {
font-size: 12px !important;
margin: 10px auto;
text-align: center;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
}
#entry-form table + div.lead p input {
margin-right: 10px;
}
#entry-form table + div.lead p a {
border-bottom: 1px solid;
}
button[name="entry"].submit-bt {
text-align: center;
margin: auto;
display: block;
padding: 5px 10px;
cursor: pointer;
}
button[name="entry"].submit-bt + p {
text-align: center;
margin: 0 0 20px !important;
}
button[name="entry"].submit-bt + p a {
text-align: center;
margin: 0 auto 0 !important;
display: inline-block;
padding: 5px 0px 0;
background: none;
width: auto;
border-bottom: 1px solid;
font-size: 14px;
}
#mailform {
padding: 10px;
}
#mailform > ul + input + p {
background: none;
text-align: left;
padding: 10px 0 0px 10px;
margin: 0 auto !important;
width: 80%;
}
label[for="passcheck"] {
font-size: 12px;
}
#mailform ul input {
padding: 5px 10px !important;
font-size: 16px;
width: 80%;
display: block;
margin: auto;
}
input[name="referer"] + p {
width: 80%;
display: block;
text-align: center;
background: #f3f8fa;
margin: 10px auto !important;
font-size: 16px;
padding: 10px 30px;
box-sizing: border-box;
}
input[name="referer"] + p input {
margin-right: 10px;
}
#mailform .loginBtn {
width: 300px;
padding: 10px 20px !important;
margin: 20px auto;
line-height: 1 !important;
background: #ff3171;
}
#mailform .pass {
line-height: normal;
text-align: center;
text-decoration: underline;
color: #39f;
}
#mailform .pass + p {
text-align: center;
margin: 20px auto 0;
}
#mailform .pass + p a {
width: 300px !important;
display: block;
border-radius: 3px;
padding: 10px 20px !important;
margin: 20px auto 0;
line-height: 1 !important;
background: #222;
text-align: center;
color: var(--color-white);
}
#entry-form table label .file_path {
display: inline-block;
}
.icon-preview {
padding: 10px;
text-align: center;
}
.icon-preview img {
display: block;
margin: 0 auto 20px;
box-shadow: 0 0 0 1px #eee4e6;
border-radius: 10px;
}
.icon-trimming.modal-open {
padding: 5px 10px;
background: var(--color-white);
display: inline-block;
border-radius: 5px;
font-size: 12px;
width: 95px;
cursor: pointer;
margin: 0 2px;
box-shadow: 0 0 0px 1px #dde4e6;
}
.icon-del {
padding: 5px 10px;
background: var(--color-f2);
display: inline-block;
border-radius: 5px;
font-size: 12px;
width: 95px;
cursor: pointer;
box-shadow: 0 0 0px 1px #dde4e6;
}
#image-trimming .trimming-area {}
#image-trimming #trimming-preview {
margin: 20px 0;
padding: 20px 0;
background: #eee;
}
#image-trimming #trimming-preview img {
box-shadow: 0 0 0 1px #eee4e6;
border-radius: 10px;
}
button.trimming-ok {
padding: 3px 10px;
background: var(--color-66);
border: 0;
border-radius: 5px;
font-size: 14px;
color: var(--color-white);
cursor: pointer;
width: 95px;
}
button.trimming-cancel {
padding: 3px 10px;
border-radius: 5px;
border: 1px solid #ccc;
cursor: pointer;
font-size: 14px;
width: 95px;
}
#entry-form ul.input-sns {
margin: 10px 0;
}
#entry-form ul.input-sns li {
display: -webkit-flex;
display: flex;
align-items: center;
margin: 5px 0;
padding: 0;
}
#entry-form ul.input-sns li img {
margin: 0 10px 0 0;
}
#entry-form ul.input-sns li img[src="https://img.gaiko.jp/common/icon/sns-y.png"] {
box-shadow: 0 0 0 1px #eee4e6;
border-radius: 5px;
}
#entry-form ul.input-sns li input {
padding: 2px 10px !important;
font-size: 16px !important;
width: 75%;
}
#entry-form ul.input-sns li button {
margin: 0 0 0 10px;
padding: 3px 10px;
border-radius: 5px;
border: 1px solid #ccc;
cursor: pointer;
font-size: 14px;
width: auto;
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait) {
#entry-form table input {
font-size: 12px;
width: 100%;
max-width: 100%;
}
#entry-form table select {
width: 100%;
}
#entry-form table textarea {
border: 1px solid #ccc;
padding: 10px !important;
font-size: 12px;
}
#entry-form table label .file_path {
padding: 5px 10px;
font-size: 12px;
}
#entry-form table .input-awards .sortable-item input {
width: 75%;
margin: 3px 5px 3px 0;
font-size: 16px;
}
#entry-form table .sortable-item.ui-sortable-handle button {
padding: 5px 5px;
border-radius: 5px;
border: 1px solid #ccc;
cursor: pointer;
font-size: 12px;
}
#entry-form table button[name="add_awards"] {
margin-top: 5px;
padding: 5px 20px;
border: 1px solid #ccc;
color: var(--color-white);
background: var(--color-66);
border-radius: 5px;
cursor: pointer;
font-size: 12px;
}
#entry-form table .sns-list {
padding: 5px 0;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#entry-form table .sns-list span a {
color: var(--color-white);
padding: 5px 10px;
background: var(--color-66);
border-radius: 5px;
font-size: 12px;
margin: 3px 2px;
display: block;
}
#entry-form table + div.lead {
padding: 10px 20px;
;
width: 100%;
display: block;
margin: 20px auto;
background: #f1f8fa;
border-radius: 5px;
}
#entry-form table + div.lead p {
font-size: 12px !important;
width: 100%;
display: block;
margin: 10px auto;
}
#entry-form table + div.lead p:first-of-type {
text-align: left;
font-size: 12px !important;
}
button[name="entry"].submit-bt {
text-align: center;
margin: auto;
display: block;
padding: 5px 10px;
}
button[name="entry"].submit-bt + p a {
text-align: center;
margin: 10px auto 0 !important;
display: block;
padding: 8px 0px;
background: #ff3171;
width: 232px;
border-radius: 3px;
color: var(--color-white);
}
.contactWrap section .contactInner01 {
background: #e9eef0 none repeat scroll 0 0;
padding: 0 !important;
}
.contactWrap section .contactInner02 {
background: #fff none repeat scroll 0 0;
border-radius: 4px;
padding: 0 !important;
}
#mailform {
padding: 10px;
}
#mailform > ul + input + p {
background: none;
text-align: left;
padding: 10px 0 0px 10px;
margin: 0 !important;
}
label[for="passcheck"] {
font-size: 12px;
}
#mailform ul input {
width: 100%;
max-width: 100%;
}
input[name="referer"] + p {
width: 100%;
}
input[name="referer"] + p input {
margin-right: 10px;
}
#mailform .loginBtn {
width: 100%;
padding: 13px 20px !important;
margin: 10px auto 20px;
line-height: 1 !important;
background: #ff3171;
}
#mailform .pass + p a {
width: 100% !important;
padding: 13px 20px !important;
margin: 25px auto 0;
}
#entry-form ul.input-sns li input {
width: 55%;
}
#entry-form ul.input-sns li button {
font-size: 12px;
}
#entry-form td div.lead {}
#entry-form td div.lead p {
margin: 0;
}
#entry-form td div.lead p:first-of-type {
font-size: 12px !important;
color: #ff5e5e;
}
#entry-form td div.lead p:last-of-type {
font-size: 12px !important;
display: -webkit-flex;
display: flex;
align-items: center;
}
#entry-form td div.lead p:last-of-type input {
margin-right: 5px;
}
#entry-form table + div.lead {
padding: 5px;
width: 100%;
display: block;
margin: 20px auto;
background: #f1f8fa;
border-radius: 5px;
}
#entry-form table + div.lead p {
font-size: 12px !important;
margin: 10px auto;
text-align: center;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
}
#entry-form table + div.lead p input {
margin-right: 10px;
}
#entry-form table + div.lead p a {
border-bottom: 1px solid;
}
button[name="entry"].submit-bt + p a {
text-align: center;
margin: 0 auto 0 !important;
display: inline-block;
padding: 5px 0px 0;
background: none;
width: auto;
border-bottom: 1px solid;
font-size: 14px;
border-radius: 0;
}
.contactWrap section .contactInner02 {
background: #fdfdfd !important;
}
.contactWrap section .contactInner01 {
background: none !important;
}
#entry-form {
padding-top: 10px;
}
}
#entry-form td div.lead {}
#entry-form td div.lead p {
margin: 0;
}
#entry-form td div.lead p:first-of-type {
font-size: 12px !important;
color: #ff5e5e;
}
#entry-form td div.lead p:last-of-type {
font-size: 12px !important;
display: -webkit-flex;
display: flex;
align-items: center;
}
#entry-form td div.lead p:last-of-type input {
margin-right: 5px;
width: auto;
}

/*------------------------------------------------------------
お問い合わせフォームテキスト (コエシル)
-------------------------------------------------------------*/
.form-kiyaku-txt .kojin-scroll-box {
height: 100px;
overflow: auto;
border: solid 1px #ccc;
padding: 10px;
line-height: 20px;
font-size: 14px;
width: 100%;
margin: 20px auto;
display: block;
color: #444;
background: var(--color-white);
}
.form-kiyaku-txt .kojin-scroll-box h4 {
font-weight: 100;
font-size: 14px;
font-weight: bold;
border: 0;
text-align: center;
padding: 0 0 20px !important;
}
.form-kiyaku-txt .kojin-scroll-box h4:before {
display: none;
}
.form-kiyaku-txt .kojin-scroll-box p {
padding: 5px 0;
font-size: 14px;
}
.form-kiyaku-txt .kojin-scroll-box ol {
padding: 0 30px 15px;
margin-bottom: 15px;
font-size: 12px;
border-bottom: 1px dashed #ccc;
width: 100%;
box-sizing: border-box;
}
.form-kiyaku-txt .kojin-scroll-box ol li {
line-height: 1.5;
padding: 5px 0;
list-style: decimal;
}
.form-kiyaku-txt .kojin-scroll-box ul {
line-height: 1.5;
padding: 10px;
margin: 0;
width: 100%;
box-sizing: border-box;
}
.form-kiyaku-txt .kojin-scroll-box ul li {
line-height: 1.6;
padding: 0;
font-size: 12px;
margin: 0;
border: 0;
}
.form-kiyaku-txt .kojin-scroll-box ul li:first-child {
font-size: 14px;
font-weight: bold;
padding-bottom: 5px;
}
.form-kiyaku-txt .kojin-txt-box p {
text-align: center;
margin: 0 !important;
padding: 0 !important;
font-size: 14px;
}
#entry-form button[name="entry"].submit-bt {
text-align: center;
display: block;
padding: 8px 10px;
cursor: pointer;
border-radius: 50px;
border: 0;
margin: 20px auto;
width: 200px;
background: #ff3171;
color: var(--color-white);
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
.form-kiyaku-txt .kojin-scroll-box {
height: 60px;
padding: 10px;
line-height: 20px;
font-size: 14px;
width: 100%;
margin: 20px auto;
}
.form-kiyaku-txt .kojin-scroll-box h4 {
font-size: 12px;
}
.form-kiyaku-txt .kojin-scroll-box p {
padding: 5px 0 10px;
font-size: 14px;
}
.form-kiyaku-txt .kojin-scroll-box ol {
padding: 0 10px 15px;
margin-bottom: 15px;
font-size: 12px;
}
.form-kiyaku-txt .kojin-scroll-box ol li {
line-height: 1.5;
padding: 5px 0;
list-style: decimal;
}
.form-kiyaku-txt .kojin-scroll-box ul li {
font-size: 12px;
}
.form-kiyaku-txt .kojin-scroll-box ul li:first-child {
font-size: 12px;
}
}

/*------------------------------------------------------------
マイページ (コエシル)
-------------------------------------------------------------*/
.myProBox .myProImg {
margin: 0 0 20px;
display: block;
}
.myProBox .myProImg img {
width: 120px;
height: 120px;
border-radius: 5px;
box-shadow: 0 0 0 2px #ebebeb;
margin: auto;
display: block;
}
.myProBox .myProLink {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: 0 0 30px;
}
.myProBox .myProLink a:first-of-type {
width: 40%;
text-align: center;
padding: 10px;
background: #ff3171;
margin: 0 10px;
border-radius: 50px;
font-size: 14px;
color: var(--color-white);
}
.myProBox .myProLink a {
width: 40%;
text-align: center;
padding: 10px;
background: #066493;
margin: 0 10px;
border-radius: 50px;
font-size: 14px;
color: var(--color-white);
}
.mypageList {}
#main-lower .mypageList li a {
border: 0 !important;
display: -webkit-flex;
display: flex;
align-items: center;
}
#main-lower .mypageList li a:before {
content: ">";
margin-right: 10px;
font-weight: bold;
font-size: 12px;
background: #066493;
border-radius: 50px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
color: var(--color-white);
}
#entry-form button[name="entry"].submit-bt {
text-align: center;
display: block;
padding: 0;
line-height: 48px;
height: 45px;
cursor: pointer;
border-radius: 50px;
border: 0;
margin: 10px auto 10px !important;
width: 300px;
background: #ff3171;
color: var(--color-white);
font-weight: bold;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
.myProBox .myProLink a:first-of-type {
width: 50%;
font-size: 12px;
}
.myProBox .myProLink a {
width: 50%;
font-size: 12px;
}
.myProBox .myProImg {
margin: 20px 0;
}
.myProBox .myProLink {
margin: 0 0 20px;
}
#entry-form button[name="entry"].submit-bt {
text-align: center;
display: block;
padding: 0;
cursor: pointer;
border-radius: 50px;
border: 0;
margin: 20px auto;
width: 100%;
background: #ff3171;
color: var(--color-white);
}
}
#entry-form a {
color: #448acb;
}
.MyProfile li a {
display: -webkit-flex;
display: flex;
align-items: center;
padding: 3px 0
}
.MyProfile li a img {
margin-right: 5px;
}
.MyProfile li a img[src="https://img.gaiko.jp/common/icon/sns-y.png"] {
box-shadow: 0 0 0 1px #f2f2f2;
border-radius: 5px;
}
.MyProfile li {
display: -webkit-flex;
display: flex;
align-items: center;
padding: 3px 0;
}
.MyProfile li span {
font-size: 1.1px;
}
.MyProfile li img {
margin-right: 5px;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
.MyProfile li {
font-size: 12px !important;
}
form#entry-form input[type="text"] {
font-size: 12px !important;
}
#entry-form ul.input-sns li input[type="text"] {
font-size: 12px !important;
}
}

/*------------------------------------------------------------
ボタン系 (コエシル)
-------------------------------------------------------------*/
.kuchikomi-link {
display: block;
margin: 10px auto 0;
padding: 10px;
border: 0;
font-weight: bold;
cursor: pointer;
text-align: right;
font-size: 14px;
color: #448acb;
text-decoration: underline;
}
.cta-link-box {
text-align: center;
}
.cta-link-box .ctaText {
position: relative;
font-size: 16px;
text-align: center;
color: var(--color-text);
font-weight: bold;
display: inline-block;
background: rgba(0, 0, 0, 0) linear-gradient(transparent 66%, #fffec1 0%) repeat scroll 0 0;
background: rgba(0, 0, 0, 0) linear-gradient(transparent 66%, #fffec1 0%) repeat scroll 0 0;
padding: 0 0 2px;
}
.cta-link-box .ctaText:before {
content: "";
width: 16px;
height: 18px;
display: inline-block;
border-left: 3px solid #ff3171;
transform: rotate(-30deg);
}
.cta-link-box .ctaText:after {
border-right: 3px solid #ff3171;
transform: rotate(30deg);
content: "";
width: 16px;
height: 18px;
display: inline-block;
}
.cta-link-box .cta-link-button a {
width: 90%;
display: block;
margin: 12px auto 40px;
padding: 12px 60px 9px;
border-radius: 5px;
border: 0;
background: #ff3171;
color: var(--color-white);
font-weight: bold;
cursor: pointer;
text-align: center;
transition: 0.3s;
box-sizing: border-box;
line-height: 1.4;
box-shadow: 0px 3px 0px 0px #a92e55;
position: relative;
}
.cta-link-box .cta-link-button a:before {
content: "";
width: 50px;
height: 100%;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606085596.png) no-repeat center / contain;
position: absolute;
left: 25px;
top: 0;
bottom: 0;
margin: auto;
background-size: contain;
}
.ctaFukidashi {
display: inline-block;
border: 2px solid #555;
padding: 10px 10px 8px;
position: relative;
border-radius: 6px;
font-size: 16px;
line-height: 1.4;
background: #ffffff;
font-weight: bold;
}
.ctaFukidashi:before {
content: '';
display: block;
border-right: 11px solid transparent;
border-top: 12px solid #ffffff;
border-left: 11px solid transparent;
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
bottom: -10px;
z-index: 2;
}
.ctaFukidashi:after {
content: '';
display: block;
border-right: 11px solid transparent;
border-top: 12px solid #555;
border-left: 11px solid transparent;
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
bottom: -13px;
z-index: 1;
}
.cta-link-box .cta-link-button a span {
color: var(--color-white);
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
.ctaFukidashi {
font-size: 14px;
}
.cta-link-box .cta-link-button a {
padding: 12px 38px 9px;
}
.cta-link-box .cta-link-button a:before {
left: 10px;
}
.kuchikomi-link {
width: 100%;
}
.cta-link-box .cta-link-button a {
width: 100%;
}
}

/*------------------------------------------------------------
scroll-hint (コエシル)
-------------------------------------------------------------*/
@keyframes scroll-hint-appear {
0% {
transform: translateX(40px);
opacity: 0;
}
10% {
opacity: 1;
}
50%, 100% {
transform: translateX(-40px);
opacity: 0;
}
}
.scroll-hint.is-right-scrollable {
background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-left-scrollable {
background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint-icon {
position: absolute;
top: calc(50% - 25px);
left: calc(50% - 60px);
box-sizing: border-box;
width: 120px;
height: 80px;
border-radius: 5px;
transition: opacity .3s;
opacity: 0;
background: rgba(0, 0, 0, .7);
text-align: center;
padding: 20px 10px 10px 10px;
}
.scroll-hint-icon-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 100%;
pointer-events: none;
z-index: 10;
}
.scroll-hint-text {
font-size: 1px;
color: var(--color-white);
margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
opacity: .8;
}
.scroll-hint-icon:before {
display: inline-block;
width: 40px;
height: 40px;
color: var(--color-white);
vertical-align: middle;
text-align: center;
content: "";
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:after {
content: "";
width: 34px;
height: 14px;
display: block;
position: absolute;
top: 10px;
left: 50%;
margin-left: -20px;
background-repeat: no-repeat;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
opacity: 0;
transition-delay: 2.4s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
animation: scroll-hint-appear 1.2s linear;
animation-iteration-count: 2;
}
.scroll-hint-icon-white {
background-color: var(--color-white);
box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}
.scroll-hint-icon-white:before {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
color: #000;
}

/*------------------------------------------------------------
会話文 (コエシル)
-------------------------------------------------------------*/
main#main-lower .fontsize-test-box > p.talk-text {
color: #b60005;
font-weight: 600;
margin: 0;
line-height: 1.7;
}
main#main-lower article .post p.talk-text {
color: #b60005;
font-weight: 600;
margin: 0;
line-height: 1.7;
}
main#main-lower p.talk-text + p.talk-text {
color: #b60005;
font-weight: 600;
margin: 0px 0 32px;
line-height: 1.7;
}
main#main-lower .fontsize-test-box > p.talk-text + p {
margin: 0px 0 32px;
}
@media only screen and (max-width: 768px) {
main#main-lower .fontsize-test-box > p.talk-text + p {
margin: 0px 0 24px;
}
main#main-lower p.talk-text + p.talk-text {
margin: 0px 0 24px;
}
}

/*------------------------------------------------------------
おすすめユーザー (コエシル)
-------------------------------------------------------------*/
main#main-lower .osusume-user_box,
div.area-insert .osusume-user_box {
box-shadow: none;
border: 4px solid #d7ddeb;
position: relative;
padding: 24px 24px 24px 24px;
margin: 32px auto 32px;
border-radius: 10px;
}
main#main-lower .osusume-user_box .midasi {
position: absolute;
width: fit-content;
height: 40px;
left: 0;
right: 0;
top: -10px;
text-align: center;
justify-content: center;
align-items: center;
background: #fff;
font-size: 15px;
margin: auto;
padding: 0 16px;
color: #42210B;
font-weight: bold;
display: inline-block;
}

main#main-lower .osusume-user_box .midasi p {

width: 100%;
text-align: center;
justify-content: center;
align-items: center;
background: #fff;
font-size: 16px;
margin: -5px auto 0px auto;
padding: 0 16px ;
color: #42210B;
font-weight: bold;
display: inline-block;
/*  background: #fff;
max-width: 100%;
font-size: 14px;
display: inline-block;
margin: 0;
padding: 0 16px;
max-width: 96%;
color: #42434a;
font-weight: bold;*/
}
main#main-lower .osusume-user_box > p {
font-size: 14px !important;
font-weight: bold;
}

main#main-lower .osusume-user_box li {
position: relative;
padding: 0 0 0 40px;
margin-bottom: 16px;
font-size: 15px;
line-height: 1.5;
font-weight: bold;
}
main#main-lower .osusume-user_box li:before,
div.area-insert .osusume-user_box li:before {
content: '';
display: block;
width: 18px;
height: 18px;
background: #fff;
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
border-radius: 50px;
border: 5px solid #d5373c;
}
main#main-lower .osusume-user_box li:last-of-type {
margin: 0;
}
main#main-lower .osusume-user_box li a {
vertical-align: middle;
}
main#main-lower .osusume-user_box li a img {
vertical-align: middle;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
main#main-lower .osusume-user_box {
padding: 20px 10px;
margin: 28px auto 24px;
}
main#main-lower .osusume-user_box .midasi p {
max-width: 100%;
padding: 0 8px;
font-size: 15px;
}
main#main-lower .osusume-user_box li {
margin-bottom: 10px;
}
main#main-lower .osusume-user_box li:before {
width: 16px;
height: 16px;
border: 4px solid  #d5373c;
}
main#main-lower .osusume-user_box li {
position: relative;
padding: 0 0 0 25px;
}
}
main#main-lower .osusume-user_box p:last-of-type {
margin-bottom: 0 !important;
}


.osusume-user_box .cta-link-box{
margin-top: 40px;
}

/*------------------------------------------------------------
おすすめユーザー（ol） (コエシル)
-------------------------------------------------------------*/
main#main-lower .osusume-user_box ol li {
position: relative;
margin-bottom: 16px;
font-size: 14px;
font-weight: normal;
padding: 0 0 0 40px;
}
main#main-lower .osusume-user_box ol li:before {
content: '1';
display: block;
text-align: center;
font-size: 13px;
font-weight: bold;
width: 20px;
height: 20px;
line-height: 20px;
background: #d5373c;
color: var(--color-white);
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
padding-left:1px;
border-radius: 50px;
border: 0px solid #F9AA32;
}
main#main-lower .osusume-user_box li:last-of-type {
margin: 0;
}
main#main-lower .osusume-user_box ol li:nth-of-type(2):before {
content: '2';
}
main#main-lower .osusume-user_box ol li:nth-of-type(3):before {
content: '3';
}
main#main-lower .osusume-user_box ol li:nth-of-type(4):before {
content: '4';
}
main#main-lower .osusume-user_box ol li:nth-of-type(5):before {
content: '5';
}
main#main-lower .osusume-user_box ol li:nth-of-type(6):before {
content: '6';
}
main#main-lower .osusume-user_box ol li:nth-of-type(7):before {
content: '7';
}
main#main-lower .osusume-user_box ol li:nth-of-type(8):before {
content: '8';
}
main#main-lower .osusume-user_box ol li:nth-of-type(9):before {
content: '9';
}
main#main-lower .osusume-user_box ol li:nth-of-type(10):before {
content: '10';
letter-spacing: -1px;
}
main#main-lower .osusume-user_box ol li:nth-of-type(11):before {
content: '11';
letter-spacing: -1px;
}
main#main-lower .osusume-user_box ol li:nth-of-type(12):before {
content: '12';
letter-spacing: -1px;
}
main#main-lower .osusume-user_box ol li:nth-of-type(13):before {
content: '13';
letter-spacing: -1px;
}
main#main-lower .osusume-user_box ol li:nth-of-type(14):before {
content: '14';
letter-spacing: -1px;
}
main#main-lower .osusume-user_box ol li:nth-of-type(15):before {
content: '15';
letter-spacing: -1px;
}
main#main-lower .osusume-user_box ol li:nth-of-type(16):before {
content: '16';
letter-spacing: -1px;
}
main#main-lower .osusume-user_box ol li:nth-of-type(17):before {
content: '17';
letter-spacing: -1px;
}
main#main-lower .osusume-user_box ol li:nth-of-type(18):before {
content: '18';
letter-spacing: -1px;
}
main#main-lower .osusume-user_box ol li:nth-of-type(19):before {
content: '19';
letter-spacing: -1px;
}
main#main-lower .osusume-user_box ol li:nth-of-type(20):before {
content: '20';
letter-spacing: -1px;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
main#main-lower .osusume-user_box ol li {
margin-bottom: 10px;
}
main#main-lower .osusume-user_box ol li:before {
width: 18px;
height: 18px;
line-height: 20px;
}
main#main-lower .osusume-user_box ol li {
position: relative;
padding: 0 0 0 25px;
}

main#main-lower .osusume-user_box ol li:before {
padding-left:0px;
}

}

/*------------------------------------------------------------
口コミ評価のポイント (コエシル)
-------------------------------------------------------------*/
.kutikomi-point {
box-shadow: 0 0 0 2px #dde4e6;
margin-bottom: 32px;
}
.kutikomi-point .top {
background: #e7ebee;
text-align: center;
padding: 10px;
}
main#main-lower .kutikomi-point .top p {
font-size: 16px;
margin: 0 0 3px 0;
line-height: 1.4;
font-weight: bold;
}
main#main-lower .kutikomi-point .top .small-text {
font-size: 14px;
margin: 0;
font-weight: normal;
color: var(--color-66);
}
.post .kutikomi-point ul {
padding: 12px 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.kutikomi-point ul li {
width: 49%;
position: relative;
padding: 0 0 0 30px;
margin-bottom: 10px;
line-height: 1.4;
font-size: 14px;
}
.kutikomi-point ul li:nth-of-type(3), .kutikomi-point ul li:nth-of-type(4) {
margin: 0;
}
.kutikomi-point ul li:before {
content: '';
display: block;
width: 20px;
height: 20px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1557316352.png) no-repeat center / contain;
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
main#main-lower .kutikomi-point .top p {
font-size: 15px;
margin: 0 0 3px 0;
}
main#main-lower .kutikomi-point .top .small-text {
font-size: 12px;
}
.post .kutikomi-point ul {
padding: 10px;
}
.kutikomi-point ul li {
padding: 0 0 0 26px;
}
.kutikomi-point ul li:before {
width: 18px;
height: 18px;
}
}

/*------------------------------------------------------------
助言者 (コエシル)
-------------------------------------------------------------*/
.profile-box {
background: #f9f9f9;
border-radius: 2px;
display: -webkit-flex;
display: flex;
align-items: center;
position: relative;
}
.profile-box .profile-icon {
width: 20%;
padding: 20px;
}
.profile-box .profile-icon img {
width: 100%;
border-radius: 50px;
}
.profile-box .profile-detail {
width: 80%;
padding: 10px;
position: relative;
}
.profile-box .profile-detail p {
margin: 0 !important;
}
.profile-detail-title {
padding: 5px 0;
font-size: 16px !important;
color: #eaa61e;
padding-left: 25%;
box-sizing: border-box;
font-weight: bold
}
.profile-detail-name {
padding: 5px 0;
font-size: 16px !important;
}
.profile-detail-name span:nth-of-type(1) {
display: block;
font-size: 14px;
font-weight: bold;
line-height: normal;
}
.profile-detail-name span {
: nth-of-type(2) display:block;
font-size: 24px;
line-height: 1.5;
}
.profile-detail-profile {
padding: 0px 0 5px;
font-size: 14px !important;
color: #888;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
.profile-box {
background: #f9f9f9;
border-radius: 2px;
display: -webkit-flex;
display: flex;
align-items: center;
position: relative;
}
.profile-box .profile-icon {
width: 24%;
padding: 10px;
position: absolute;
top: 35px;
left: 0;
}
.profile-box .profile-icon img {
width: 100%;
border-radius: 50px;
}
.profile-box .profile-detail {
width: 100%;
padding: 10px;
position: relative;
}
.profile-box .profile-detail p {
margin: 5px 0 0 !important;
}
.profile-detail-title {
padding: 5px 0;
font-size: 16px !important;
color: #eaa61e;
padding-left: 25%;
box-sizing: border-box;
font-weight: bold
}
.profile-detail-name {
padding: 5px 0 5px 85px;
font-size: 16px !important;
}
.profile-detail-name span:nth-of-type(1) {
display: block;
font-size: 14px;
font-weight: bold;
line-height: normal;
}
.profile-detail-name span {
: nth-of-type(2) display:block;
font-size: 2px;
line-height: 1.5;
}
.profile-detail-profile {
padding: 0px 0 5px;
font-size: 14px !important;
color: #888;
}
}
@media only screen and (max-width : 415px) {
.profile-box .profile-icon {
width: 22%;
}
}
@media only screen and (max-width : 376px) {
.profile-box .profile-icon {
width: 24%;
}
}
@media only screen and (max-width : 360px) {
.profile-box .profile-icon {
width: 25%;
}
}

/*------------------------------------------------------------
ランキング口コミピックアップ (コエシル)
-------------------------------------------------------------*/
.pickup-table {
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.pickup-table li {
text-align: center;
width: 100%;
}
.pickup-table dl {
padding: 5px;
border-radius: 2px;
}
.pickup-table dl dt {
font-size: 14px;
background: #c6d2e2;
padding: 5px;
color: var(--color-white);
border-radius: 2px 2px 0 0;
}
.pickup-table dl dd {
font-size: 16px;
font-weight: bold;
background: #f4f7fc;
padding: 5px;
border-radius: 0 0 2px 2px;
}
.profile-box .profile-detail p.profile-detail-profile {
margin: 5px 0 0 !important;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
font-size: 13px !important;
padding: 0;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
.pickup-table dl dt {
font-size: 1px;
background: #c6d2e2;
padding: 3px 0;
color: var(--color-white);
border-radius: 2px 2px 0 0;
}
.pickup-table dl dd {
font-size: 14px;
font-weight: bold;
background: #f4f7fc;
padding: 3px 0;
border-radius: 0 0 2px 2px;
}
.pickup-table dl {
padding: 5px 2px;
border-radius: 2px;
}
.profile-box .profile-detail p.profile-detail-profile {
margin: 5px 0 0 !important;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
font-size: 12px !important;
padding: 0;
}
}

/*------------------------------------------------------------
tableスクロール (コエシル)
-------------------------------------------------------------*/
.table-scroll {
display: block;
overflow-x: scroll;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
margin-bottom: 20px;
}
.table-scroll th {
width: 100%;
}

/*------------------------------------------------------------
tableスクロール １列目固定 (コエシル)
-------------------------------------------------------------*/
.table-scroll-fix {
display: block;
overflow-x: scroll;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
margin-bottom: 20px;
z-index: 1;
}
.table-scroll-fix th:first-child {
position: -webkit-sticky;
position: sticky;
left: 0;
box-shadow: 1px 0 1px #dde4e6;
z-index: 1;
}
.table-scroll-fix th {
width: 100%;
}
.table-scroll-fix th.no-fix {
position: static;
}

/*------------------------------------------------------------
スクロール領域の画像横幅可変操作 (コエシル)
-------------------------------------------------------------*/
.table-scroll-fix img {
max-width: initial;
}
.table-scroll img {
max-width: initial;
}

/*------------------------------------------------------------
ランキングタグ (コエシル)
-------------------------------------------------------------*/
.PRrank-icon2 tr:nth-of-type(n+2) th:first-of-type {}
/* ラベル部分*/
.PRrank-icon2 tr:nth-child(n+2):nth-child(-n+21) th:first-of-type:before {
content: "";
top: 0;
left: 0;
position: absolute;
z-index: 100;
width: 40px;
height: 40px;
background-size: 100%;
background-repeat: no-repeat;
}
.PRrank-icon2 tr:nth-of-type(2) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600310454.png);
}
.PRrank-icon2 tr:nth-of-type(3) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605453967.png);
}
.PRrank-icon2 tr:nth-of-type(4) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605487112.png);
}
.PRrank-icon2 tr:nth-of-type(5) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605503452.png);
}
.PRrank-icon2 tr:nth-of-type(6) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605519898.png);
}
.PRrank-icon2 tr:nth-of-type(7) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605536122.png);
}
.PRrank-icon2 tr:nth-of-type(8) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605552732.png);
}
.PRrank-icon2 tr:nth-of-type(9) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605569279.png);
}
.PRrank-icon2 tr:nth-of-type(10) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605585619.png);
}
.PRrank-icon2 tr:nth-of-type(11) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600326835.png);
}
.PRrank-icon2 tr:nth-of-type(12) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_160034313.png);
}
.PRrank-icon2 tr:nth-of-type(13) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600359814.png);
}
.PRrank-icon2 tr:nth-of-type(14) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600376243.png);
}
.PRrank-icon2 tr:nth-of-type(15) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605355543.png);
}
.PRrank-icon2 tr:nth-of-type(16) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605372335.png);
}
.PRrank-icon2 tr:nth-of-type(17) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605388398.png);
}
.PRrank-icon2 tr:nth-of-type(18) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605404576.png);
}
.PRrank-icon2 tr:nth-of-type(19) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605421079.png);
}
.PRrank-icon2 tr:nth-of-type(20) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605437401.png);
}
.PRrank-icon2 tr:nth-of-type(21) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605470272.png);
}

/*------------------------------------------------------------
ランキングタグ（余白あり） (コエシル)
-------------------------------------------------------------*/
.PRrank-icon3 tr:nth-of-type(n+2) th:first-of-type {
padding: 10px 5px 10px 35px;
}
/* ラベル部分*/
.PRrank-icon3 tr:nth-child(n+2):nth-child(-n+21) th:first-of-type:before {
content: "";
top: 0;
left: 0;
position: absolute;
z-index: 100;
width: 40px;
height: 40px;
background-size: 100%;
background-repeat: no-repeat;
}
.PRrank-icon3 tr:nth-of-type(2) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600310454.png);
}
.PRrank-icon3 tr:nth-of-type(3) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605453967.png);
}
.PRrank-icon3 tr:nth-of-type(4) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605487112.png);
}
.PRrank-icon3 tr:nth-of-type(5) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605503452.png);
}
.PRrank-icon3 tr:nth-of-type(6) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605519898.png);
}
.PRrank-icon3 tr:nth-of-type(7) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605536122.png);
}
.PRrank-icon3 tr:nth-of-type(8) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605552732.png);
}
.PRrank-icon3 tr:nth-of-type(9) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605569279.png);
}
.PRrank-icon3 tr:nth-of-type(10) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605585619.png);
}
.PRrank-icon3 tr:nth-of-type(11) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600326835.png);
}
.PRrank-icon3 tr:nth-of-type(12) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_160034313.png);
}
.PRrank-icon3 tr:nth-of-type(13) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600359814.png);
}
.PRrank-icon3 tr:nth-of-type(14) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600376243.png);
}
.PRrank-icon3 tr:nth-of-type(15) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605355543.png);
}
.PRrank-icon3 tr:nth-of-type(16) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605372335.png);
}
.PRrank-icon3 tr:nth-of-type(17) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605388398.png);
}
.PRrank-icon3 tr:nth-of-type(18) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605404576.png);
}
.PRrank-icon3 tr:nth-of-type(19) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605421079.png);
}
.PRrank-icon3 tr:nth-of-type(20) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605437401.png);
}
.PRrank-icon3 tr:nth-of-type(21) th:first-of-type:before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605470272.png);
}

/*------------------------------------------------------------
フロー (コエシル)
-------------------------------------------------------------*/
.post .flow-wrap .box {
padding: 0 0 20px 26px;
margin: 0;
position: relative;
}
.post .flow-wrap .box:before {
content: "";
display: block;
width: 15px;
height: 15px;
background: #4add00;
border: solid 3px #ffffff;
border-radius: 50%;
position: absolute;
top: 5px;
left: 3px;
box-shadow: 0 0 0 2px #4add00;
}
.post .flow-wrap .box:after {
content: "";
display: block;
height: calc(100% - 22px);
border-left: dotted 4px #b3ec00;
position: absolute;
top: 24px;
left: 9px;
}
.post .flow-wrap .box:last-of-type:after {
display: none;
}
.post .flow-wrap .box > li > .step > p:first-of-type {}
.flow-wrap .step {
color: #333;
font-weight: bold;
}
.flow-wrap .step > p:first-child {
color: #4add00;
margin-bottom: 0 !important;
}
main#main-lower .post .flow-wrap .step-midasi {
font-weight: bold;
font-size: 18px;
margin: 0 0 5px 0;
}
main#main-lower .flow-wrap p {
padding-bottom: 10px;
margin: 0;
font-weight: normal;
}
main#main-lower .post .flow-wrap p.step-text {
padding-bottom: 10px;
margin: 0;
font-weight: normal;
font-size: 15px;
color: #333333;
}
main#main-lower .flow-wrap p:last-of-type {
border-bottom: solid 2px #e5e5e5;
padding-bottom: 25px;
margin-bottom: 10px;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
.post .flow-wrap .box {
padding: 0 0 16px 26px;
}
main#main-lower .post .flow-wrap .step-midasi {
font-size: 16px;
margin: 0;
}
main#main-lower .post .flow-wrap p.step-text {
padding-bottom: 16px;
font-size: 14px;
}
.post .flow-wrap .box:before {
top: 7px;
}
}

/*------------------------------------------------------------
Q&A (コエシル)
-------------------------------------------------------------*/
.qa-wrap {
margin-bottom: 20px;
}
.qa-wrap dl {
margin-bottom: 16px;
}
.qa-wrap dl:last-of-type {
margin: 0;
}
.qa-wrap dt {
font-weight: bold;
position: relative;
line-height: 1.4;
margin-bottom: 10px;
padding: 0 0 0 32px;
font-size: 15px;
}
.qa-wrap dt:before {
content: "Q";
display: block;
color: var(--color-white);
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
background: #2467d2;
border-radius: 50%;
position: absolute;
left: 0;
top: -2px;
font-size: 15px;
}
.qa-wrap dt h3 {
background: none !important;
padding: 0 !important;
margin: 0 !important;
font-size: 15px !important;
border:none !important;
}
.qa-wrap dd {
position: relative;
line-height: 1.4;
padding: 0 0 0 32px;
font-size: 15px;
}
.qa-wrap dd:before {
content: "A";
display: block;
color: var(--color-white);
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
background: #ff4781;
border-radius: 50%;
position: absolute;
left: 0;
top: -2px;
font-weight: bold;
font-size: 15px;
padding: 0 0 0 2px;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
.qa-wrap dt {
font-size: 14px;
}
.qa-wrap dt:before {
width: 24px;
height: 24px;
line-height: 24px;
font-size: 14px;
}
.qa-wrap dt h3 {
background: none !important;
padding: 0 !important;
margin: 0 !important;
font-size: 14px !important;
}
.qa-wrap dd {
font-size: 14px;
}
.qa-wrap dd:before {
width: 24px;
height: 24px;
line-height: 24px;
font-size: 14px;
padding: 0 0 0 1px;
}
}

/*------------------------------------------------------------
Q&A (Qをh3に変更) (コエシル)
-------------------------------------------------------------*/
.qa-wrap {
margin-top: 56px !important;
margin-bottom: 40px;
}
main#main-lower .qa-wrap > h3 {
font-weight: 600;
position: relative;
line-height: 1.4;
padding: 0 0 0 32px !important;
background: none !important;
margin: 8px 0 24px 0 !important;
font-size: 15px !important;
border:none !important;
}
main#main-lower .qa-wrap > h3:before {
content: "Q";
display: block;
color: var(--color-white);
width: 23px;
height: 23px;
line-height: 21px;
text-align: center;
background: #2467d2;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
font-size: 13px;
border: none !important;
padding: 0 0 2px 0px;
}
main#main-lower .qa-wrap > h3:after {
content: "";
display: block;
width: 100%;
height: 1px;
/*  background: var(--color-cc);*/
position: absolute;
top: -64px;
left: 0;
border:none !important;
}
main#main-lower .qa-wrap p {
position: relative;
line-height: 1.4;
padding: 0 0 24px 24px;
font-size: 15px !important;
margin: 0 0 16px 0;
border-bottom:1px solid  var(--color-cc);
}
main#main-lower .qa-wrap p:last-of-type {
margin: 0;
}
.qa-wrap p:before {
content: "A";
display: block;
color: var(--color-white);
width: 23px;
height: 23px;
line-height: 21px;
text-align: center;
background: #ff4781;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
font-weight: bold;
font-size: 13px;
padding: 0 0 2px 0px;
}
.qa-wrap p + p:nth-child(n+1):before {
display: none;
}
.qa-wrap dt h3:before {
display: none;
border:none !important;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
.qa-wrap {
margin-bottom: 24px;
}
.qa-wrap h3 {
font-size: 14px !important;
}
.qa-wrap h3:before {
width: 23px;
height: 23px;
line-height: 23px;
font-size: 13px;
}
main#main-lower .qa-wrap p {
font-size: 14px !important;
padding-left: 32px !important;
}
.qa-wrap p:before {
width: 23px;
height: 23px;
line-height: 23px;
font-size: 13px;
padding: 0 0 2px 0px;

}
}

/*------------------------------------------------------------
スクロールヒント-汎用 (コエシル)
-------------------------------------------------------------*/
.scroll-action {
overflow-x: scroll;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

/*------------------------------------------------------------
Amazon&楽天 (コエシル)
-------------------------------------------------------------*/
.detail-link-list {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
}
.detail-link-amazon, .detail-link-rakuten {
margin: 0 5px 0 !important;
padding: 0 !important;
width: 50%;
box-sizing: border-box;
}
.detail-link-amazon a {
display: block;
text-align: center;
background: #ffa100;
padding: 10px;
border-radius: 3px;
margin: 5px 0;
box-sizing: border-box;
position: relative;
}
.detail-link-rakuten a {
display: block;
text-align: center;
background: #cb2626;
padding: 10px;
border-radius: 3px;
margin: 5px 0;
box-sizing: border-box;
position: relative;
}
.detail-link-rakuten a:before, .detail-link-amazon a:before {
content: ">";
position: absolute;
top: 25%;
right: 10px;
margin: auto;
color: var(--color-white);
font-weight: bold;
}
.detail-link-amazon a span, .detail-link-rakuten a span {
color: var(--color-white);
font-weight: bold;
}
.cta-link-list {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
}
.cta-link-amazon, .cta-link-rakuten {
margin: 0 5px 0 !important;
padding: 0 !important;
width: 50%;
box-sizing: border-box;
}
.cta-link-amazon a {
display: block;
text-align: center;
background: #ffa100;
padding: 10px;
border-radius: 3px;
margin: 5px 0;
box-sizing: border-box;
position: relative;
}
.cta-link-rakuten a {
display: block;
text-align: center;
background: #cb2626;
padding: 10px;
border-radius: 3px;
margin: 5px 0;
box-sizing: border-box;
position: relative;
}
.cta-link-rakuten a:before, .cta-link-amazon a:before {
content: ">";
position: absolute;
top: 25%;
right: 10px;
margin: auto;
color: var(--color-white);
font-weight: bold;
}
.cta-link-amazon a span, .cta-link-rakuten a span {
color: var(--color-white);
font-weight: bold;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
.detail-link-list {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.detail-link-amazon, .detail-link-rakuten {
margin: 0 !important;
padding: 0 !important;
width: 100%;
box-sizing: border-box;
}
.cta-link-list {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.cta-link-amazon, .cta-link-rakuten {
margin: 0 !important;
padding: 0 !important;
width: 100%;
box-sizing: border-box;
}
}

/*------------------------------------------------------------
テーブル (コエシル)
-------------------------------------------------------------*/
table a {
font-weight: 600;
}
.post table {
border: 1px solid #bfbfbf !important;
margin: 0 auto 20px !important;
}
.post table tr th{
border-right: 1px solid #dce8fd !important;
border-bottom: 1px solid #dce8fd !important;
vertical-align: middle !important;
/*  text-align: center !important;*/
padding: 9px 16px !important;
} 

.post table tr td {
border-right: 1px solid #bfbfbf !important;
border-bottom: 1px solid #bfbfbf !important;
vertical-align: middle !important;
text-align: left;
padding:  9px 16px !important;
line-height: 1.7 !important;
word-wrap: break-word;
}

.post table tr td.align-top{
vertical-align: top !important;
}

.post .tableLayout-1 td {
border: 0;
padding: 0 12px 10px;
}
.post .tableLayout-1 tr:first-of-type td {
padding-top: 10px;
}
.post .tableLayout-2 table {
border-bottom: 0;
}
.tableLayout-2 tbody {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tableLayout-2 tr {
width: 50%;
}
.tableLayout-2 th {
width: 33%;
}
.post .tableLayout-2 td {
border-right: 0;
}
.tableLayout-2 tr:nth-of-type(2n) {
border-left: 1px solid #FFD5B3;
}
.tableLayout-3 colgroup:nth-of-type(1) {
width: 33%;
}
.post .tableLayout-3 thead td {
background: var(--color-cc);
font-size: 16px;
font-weight: bold;
border: 0;
}
.post .tableLayout-4 table {
border-collapse: separate !important;
border-spacing: 5px 0;
border: 0;
}
.post .tableLayout-4 th, .post .tableLayout-4 td {
border: 1px solid #FFD5B3;
text-align: center;
}
.post .tableLayout-4 th {
border-radius: 5px 5px 0 0;
}
.post .tableLayout-4 td {
border-top: 0;
border-radius: 0 0 5px 5px;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
.post .tableLayout-1 td {
padding-right: 10px;
padding-left: 10px;
}
.post .tableLayout-2 table {
border: 0;
border-bottom: 1px solid #FFD5B3;
}
.tableLayout-2 tbody {
display: table-row-group;
}
.tableLayout-2 tr {
width: 100%;
}
.post .tableLayout-2 th, .post .tableLayout-2 td, .tableLayout-2 tr:nth-of-type(2n) {
border: 0;
border-top: 1px solid #FFD5B3;
}
.post .tableLayout-2 th {
width: 33%;
}
}

/*------------------------------------------------------------
ランキング修正(20210310) (コエシル)
-------------------------------------------------------------*/
body {
/*  background: #FFF !important;*/
}
.app-syourai-wrap .app-syourai-box {
box-sizing: border-box;
box-shadow: 0 0 0 2px #dde4e6;
border-radius: 2px;
background: #e7ebee;
padding-bottom: 5px;
margin-bottom: 40px !important;
}
.app-syourai-wrap .app-syourai-box .kuchikomi-syosai-card {
margin-bottom: 0px;
margin-top: 20px;
box-shadow: none;
}
.app-syourai-wrap .radarChart-box {
margin: 0 20px 0 !important;
}
.app-syourai-wrap .kutikomi-g-b {
background: #e7ebee;
padding: 20px 20px 0;
border-radius: 0 0 5px 5px;
margin-top: 0 !important;
}
.app-syourai-wrap .hyouka-box-in {
width: 94% !important;
background: var(--color-white);
box-shadow: 0 0 0 2px #dde4e6;
border-radius: 10px;
padding: 10px;
margin: 0 auto 20px !important;
}
.app-syourai-wrap .app-syourai-box .kutikomi-g-b + .detail-link-box {
margin-bottom: 40px;
}
img.aligncenter {
display: block;
margin: auto;
}

/*------------------------------------------------------------
画像拡大用 (コエシル)
-------------------------------------------------------------*/
.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
height: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace
}
.sl-wrapper .sl-close:focus, .sl-wrapper .sl-navigation button:focus {
outline: 0
}
body.hidden-scroll {
overflow: hidden;
padding-right: 0 !important;
}
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #000;
opacity: .7;
display: none;
z-index: 2147483640;
}
.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
top: -40px;
display: none;
color: var(--color-white);
position: fixed;
}
.sl-wrapper .sl-close:before {
content: "";
position: absolute;
width: 40px;
height: 40px;
border: 2px solid #888888;
background: #3c3c3c;
border-radius: 50%;
top: 0;
left: -1px;
right: 0;
bottom: 0;
margin: auto;
opacity: 0.8;
z-index: -1;
}
.sl-wrapper {
z-index: 1040;
}
.sl-wrapper button {
border: 0;
background: 0 0;
font-size: 28px;
padding: 0;
cursor: pointer;
}
.sl-wrapper .sl-close {
right: 0px;
z-index: 2147483647;
margin-top: -14px;
margin-right: -14px;
width: 44px;
font-size: 3px;
}
.sl-wrapper .sl-counter {
left: 30px;
z-index: 1060;
font-size: 1px;
}
.sl-wrapper .sl-navigation {
width: 100%;
display: none;
}
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
width: 22px;
text-align: center;
display: block;
z-index: 2147483647;
color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2px;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2px;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3px;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3px;
}
.sl-wrapper .sl-image img {
border: 0;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3px;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3px;
}
.sl-wrapper .sl-image img {
border: 0;
}
}
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 2147483647;
}
.sl-wrapper .sl-image img {
margin: 0 auto;
padding: 0;
display: block;
border: 0;
width: auto;
height: auto;
max-width: 100%;
}
.sl-wrapper .sl-image iframe {
background: #000;
border: 0;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border: 0;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border: 0;
}
}
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: var(--color-white);
background: rgba(0, 0, 0, .8);
font-size: 1px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #000;
z-index: 2147483647;
}
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.sl-transition {
transition: -moz-transform ease .2s;
transition: -ms-transform ease .2s;
transition: -o-transform ease .2s;
transition: -webkit-transform ease .2s;
transition: transform ease .2s;
}
@-webkit-keyframes pulsate {
0% {
transform: scale(.1);
opacity: 0
}
50% {
opacity: 1
}
100% {
transform: scale(1.2);
opacity: 0
}
}
@keyframes pulsate {
0% {
transform: scale(.1);
opacity: 0
}
50% {
opacity: 1
}
100% {
transform: scale(1.2);
opacity: 0
}
}
@-moz-keyframes pulsate {
0% {
transform: scale(.1);
opacity: 0
}
50% {
opacity: 1
}
100% {
transform: scale(1.2);
opacity: 0
}
}
@-o-keyframes pulsate {
0% {
transform: scale(.1);
opacity: 0
}
50% {
opacity: 1
}
100% {
transform: scale(1.2);
opacity: 0
}
}
@-ms-keyframes pulsate {
0%, 100% {
opacity: 0
}
0% {
transform: scale(.1)
}
50% {
opacity: 1
}
100% {
transform: scale(1.2)
}
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
top: -40px;
display: none;
color: var(--color-white);
position: fixed;
}
.sl-wrapper .sl-close:before {
content: "";
position: absolute;
width: 40px;
height: 40px;
border: 2px solid #888888;
background: #3c3c3c;
border-radius: 50%;
top: 0;
left: -1px;
right: 0;
bottom: 0;
margin: auto;
opacity: 0.8;
z-index: -1;
}
.sl-wrapper .sl-close {
right: 0px;
z-index: 2147483647;
margin-top: -14px;
margin-right: -14px;
width: 44px;
font-size: 3px;
}
}

/*------------------------------------------------------------
DL詳細ボタン (コエシル)
-------------------------------------------------------------*/
/*a.btn-dl {
padding: 2px 5px 0 5px;
width: 100%;
display: block;
align-items: center;
background: #ce3160;
box-sizing: border-box;
color: #fff;
font-weight: bold;
border-radius: 5px;
box-shadow: 0 2px 0 0 #971a3e;
font-size: 12px;
line-height: 21px;
margin: 0;
text-align: left;
}*/






a.btn-syousai {
padding: 2px 5px 0 5px;
text-decoration: none;
width: 100%;
display: block;
background: #536aa7;
box-sizing: border-box;
color: var(--color-white);
font-weight: bold;
border-radius: 5px;
box-shadow: 0 2px 0 0 #3e5694;
font-size: 12px;
line-height: 21px;
margin: 0;
text-align: left;
}
a.btn-syousai:before {
content: "";
width: 11px;
height: 11px;
background: url(https://img.gaiko.jp/gaiko/uploads/2021/05/2021y05m06d_1606136932.png)no-repeat center / 100% 100%;
display: inline-block;
margin: 0 4px 0 0;
top: 1px;
position: relative;
z-index: 0;
}
a.btn-dl:hover, a.btn-syousai:hover {
opacity: 0.6;
}
a.btn-dl + a.btn-syousai {
margin: 8px 0 0;
}
main#main-lower .btn-wrap {
line-height: 2;
margin: 0 !important;
}

/*.article .btn-dl {
line-height: 28px;
font-size: 13px;
text-align: center;
position: relative;
width: 74%;
min-width: 100px;
max-width: 220px;
margin-top: 4px;
padding: 0px;
text-decoration: none;
display: block;
background: #cb264b;
box-sizing: border-box;
color: #fff;
font-weight: bold;
border-radius: 4px;
box-shadow: 0 2px 0 0 #971a3e;
margin: 4px auto;
-webkit-transition: opacity .3s, background-color .3s;
transition: opacity .3s, background-color .3s;
}*/


.article .btn-dl {
width: 100%;
max-width: 300px;
font-size: 14px;
display: block;
margin: 10px auto 15px auto;
padding: 14px 4px 14px 20px;
border: 0;
background: #F98332;
color: #FFF !important;
font-weight: bold;
cursor: pointer;
text-align: center;
transition: 0.3s;
box-sizing: border-box;
border-radius: 60px;
/* box-shadow: 0px 5px #bf4c60; */
box-shadow: 0px 5px #bd1911;
position: relative;
line-height: 1.5;
text-decoration: none !important;
}
.article .btn-dl::before{
content: "無料";
background: #fff;
color: #F98332;
padding: 2px 8px 3px 8px;
border-radius: 60px;
font-weight: bold;
position: absolute;
font-size: 14px;
top: 50%;
transform: translateY(-50%);
left: 5%;
}


.article .btn-dl::after{
content: '';
width: 8px;
height: 8px;
border: 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(45deg);
position: absolute;
top: 0;
right: 5%;
bottom: 0;
margin: auto;
}

.article table tr th:first-child .btn-dl{
width: 100%;
font-size: 12px;
display: block;
margin: 10px auto 15px auto;
padding: 8px 2px 8px 30px;
border: 0;
background: #F98332;
color: #FFF !important;
font-weight: bold;
cursor: pointer;
text-align: center;
transition: 0.3s;
box-sizing: border-box;
border-radius: 8px;
box-shadow: 0px 4px #bd1911;
line-height: 1.5;
text-decoration: none !important;
}

.article table tr th:first-child .btn-dl::before{
content: "無料";
background: #fff;
color: #f6633d;
padding: 1px 3px 3px 3px;
border-radius: 5px;
font-weight: bold;
font-size: 12px;
margin-left: -1px;
/*position: absolute;
top: 50%;
transform: translateY(-50%);
left: 4%;*/
}

.article table tr th:first-child .btn-dl::after{
content: '';
width: 5px;
height: 5px;
border: 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(45deg);
position: absolute;
top: 0;
right: 5%;
bottom: 0;
margin: auto;
}

@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
main#main-lower .btn-wrap {
line-height: 2;
margin: 0 !important;
padding-right: 7px;
}
/* .article .btn-dl {
line-height: 28px;
font-size: 13px;
text-align: center;
position: relative;
width: 100%;
min-width: auto;
max-width: 220px;
margin-top: 4px;
padding: 0px;
text-decoration: none;
display: block;
background: #cb264b;
box-sizing: border-box;
color: #fff;
font-weight: bold;
border-radius: 4px;
box-shadow: 0 2px 0 0 #971a3e;
margin: 4px auto;
-webkit-transition: opacity .3s, background-color .3s;
transition: opacity .3s, background-color .3s;  }*/
}

.article .btn-dl-simple,
.article .btn-dl-simple2 {
width: 100%;
max-width: 300px;
font-size: 14px;
display: block;
margin: 10px auto 15px auto;
padding: 14px 4px 14px 4px;
border: 0;
color: #FFF !important;
font-weight: bold;
cursor: pointer;
text-align: center;
transition: 0.3s;
box-sizing: border-box;
border-radius: 60px;
background-color: #F98332;
box-shadow: 0 5px 0 #e8500e;
position: relative;
line-height: 1.5;
text-decoration: none !important;
}

.article .btn-dl-simple::after,
.article .btn-dl-simple2::after{
content: '';
width: 8px;
height: 8px;
border: 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(45deg);
position: absolute;
top: 0;
right: 5%;
bottom: 0;
margin: auto;
}

/*------------------------------------------------------------
余白調整 (コエシル)
-------------------------------------------------------------*/
.app-syourai-wrap .app-syourai-box .kutikomi-g-b + .detail-link-box .detail-link-list {
padding: 0 20px;
}
.app-syourai-wrap .app-syourai-box .kutikomi-g-b + .detail-link-box .detail-link-list .detail-link-amazon {
margin-left: 0 !important;
}
.app-syourai-wrap .app-syourai-box .kutikomi-g-b + .detail-link-box .detail-link-list .detail-link-rakuten {
margin-right: 0 !important;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
.app-syourai-wrap .app-syourai-box .kutikomi-g-b + .detail-link-box .detail-link-list {
padding: 0;
}
.app-syourai-wrap .app-syourai-box .kutikomi-g-b + .detail-link-box {
padding: 0 14px;
}
div.app-syourai-box .kuchikomi-syosai-card {
padding: 12px 14px 15px;
}
.app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-r {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
div.app-syourai-wrap .radarChart-box {
margin: 0 14px 0 !important;
}
div.app-syourai-wrap .kutikomi-g-b {
padding: 20px 14px 0;
}
main#main-lower div.app-syourai-box .kuchikomi-syosai-card h3 {
padding: 0px 0 0px 50px;
}
.app-syourai-wrap .hyouka-box {
padding: 0 14px;
}
div.app-syourai-wrap .hyouka-box-in {
width: 100% !important;
}
.app-syourai-wrap .hyouka-box .kuchikomi-link {
padding-right: 0;
}
}

/*------------------------------------------------------------
ランキング(枠内調整) (コエシル)
-------------------------------------------------------------*/
.features-box {
padding: 10px 13px;
margin: 15px auto;
width: 98%;
border-radius: 5px
}
.features-box {
background: #dbe7ec;
}
main#main-lower .features-box h4 {
padding: 0px 0 5px;
margin: 10px auto;
text-align: center;
font-size: 16px;
border-bottom: 0px solid #555;
position: relative;
font-weight: bold;
line-height: 1.4;
color: #24576e;
}
main#main-lower .features-box h4:before {
display: none;
}
/*テーブル1*/
.post .features-box .tableLayout-1 {
margin-bottom: 10px;
}
.post .features-box .tableLayout-1 table {
border: 1px solid #8fabb9;
background: var(--color-white);
}
.post .features-box .tableLayout-1 th {
background: #b5d1de;
}
.post .features-box .tableLayout-1 td {
border: 0;
padding: 10px;
}
.post .features-box .tableLayout-1 tr:first-of-type td {
padding-top: 10px;
}
.post .features-box .tableLayout-1 th, .post .features-box .tableLayout-1 td {
border-right: 0px solid #8fabb9;
border-bottom: 0px solid #8fabb9;
}
/*テーブル2*/
.post .features-box .tableLayout-2 {
margin-bottom: 10px;
}
.post .features-box .tableLayout-2 table {
border: 1px solid #8fabb9;
border-bottom: 0px solid #8fabb9;
border-right: 1px solid #8fabb9;
background: var(--color-white);
}
.features-box .tableLayout-2 tbody {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.features-box .tableLayout-2 tr {
width: 50%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.features-box .tableLayout-2 th {
min-width: 130px;
width: 130px;
background: #b5d1de;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post .features-box .tableLayout-2 td {
border-right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.post .features-box .tableLayout-2 th {
border-right: 1px solid #8fabb9;
border-bottom: 1px solid #8fabb9;
}
.post .features-box .tableLayout-2 td {
border-right: 0px solid #8fabb9;
border-bottom: 1px solid #8fabb9;
padding: 5px;
}
.features-box .tableLayout-2 tr:nth-of-type(2n) {
border-left: 01px solid #8fabb9;
}
/*テーブル3*/
.features-box .tableLayout-3 {
margin-bottom: 10px;
}
.post .features-box .tableLayout-3 table {
border: 1px solid #8fabb9;
background: var(--color-white);
}
.post .features-box .tableLayout-3 thead {
border-top: 1px solid #8fabb9;
box-sizing: border-box;
}
.post .features-box .tableLayout-3 table tr {
display: flex;
width: 100%;
}
.post .features-box .tableLayout-3 td {
border-right: 1px solid #8fabb9;
border-bottom: 1px solid #8fabb9;
width: 100%;
}
.post .features-box .tableLayout-3 th {
border-right: 1px solid #8fabb9;
border-bottom: 1px solid #8fabb9;
background: #edf4f8;
width: 100%;
}
.features-box .tableLayout-3 colgroup:nth-of-type(1) {
width: 100%;
}
.post .features-box .tableLayout-3 thead td {
background: #b5d1de;
font-size: 16px;
font-weight: bold;
}
.post .features-box .tableLayout-3 tbody tr:last-of-type td {
border-bottom: 0px solid #8fabb9;
}
.post .features-box .tableLayout-3 tbody tr:last-of-type th {
border-bottom: 0px solid #8fabb9;
}
/*テーブル4*/
.features-box .tableLayout-4 {
margin-bottom: 10px;
}
.post .features-box .tableLayout-4 table {
border-collapse: separate !important;
border-spacing: 5px 0;
border: 0;
}
.post .features-box .tableLayout-4 th, .post .tableLayout-4 td {
border: 1px solid #b2a98b;
text-align: center;
}
.post .features-box .tableLayout-4 th {
border-radius: 5px 5px 0 0;
background: #fff9e6;
}
.post .features-box .tableLayout-4 td {
border-top: 0;
border-radius: 0 0 5px 5px;
background: var(--color-white);
}
.post .features-box .tableLayout-4 th {
border-right: 1px solid #b2a98b;
border-bottom: 1px solid #b2a98b;
}
.post .features-box .tableLayout-4 td {
border-right: 1px solid #b2a98b;
border-bottom: 1px solid #b2a98b;
}
/*テーブル5*/
.post .features-box .tableLayout-5 {
margin-bottom: 10px;
}
.post .features-box .tableLayout-5 table {
background: var(--color-white);
border: 1px solid #8fabb9;
}
.post .features-box .tableLayout-5 th {
background: #b5d1de;
border-right: 1px solid #8fabb9;
border-bottom: 1px solid #8fabb9;
}
.post .features-box .tableLayout-5 td {
border-right: 1px solid #8fabb9;
border-bottom: 1px solid #8fabb9;
}
/*テーブル6*/
.post .features-box .tableLayout-6 {
margin-bottom: 10px;
}
.post .features-box .tableLayout-6 table {
background: var(--color-white);
border: 1px solid #8fabb9;
}
.post .features-box .tableLayout-6 td {
border-right: 1px solid #8fabb9;
border-bottom: 1px solid #8fabb9;
}
/*テーブルテキスト*/
.post .features-box .feature-text {
margin-bottom: 10px;
background: var(--color-white);
padding: 10px;
border-radius: 5px;
line-height: 1.4;
border: 1px solid #8fabb9;
font-size: 14px;
}
.cta-link-box {
padding: 0 20px;
margin-bottom: 10px;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
.features-box {
padding: 10px 14px;
}
.post .features-box .tableLayout-1 td {
padding: 5px;
}
.post .features-box .tableLayout-2 table {
border: 0;
border: 1px solid #8fabb9;
}
.features-box .tableLayout-2 tbody {
display: table-row-group;
}
.features-box .tableLayout-2 tr {
width: 100%;
}
.post .features-box .tableLayout-2 th, .post .tableLayout-2 td, .tableLayout-2 tr:nth-of-type(2n) {
border: 0;
border-top: 1px solid #8fabb9;
}
.post .features-box .tableLayout-2 th {
width: 33%;
}
.features-box .tableLayout-2 tr {
display: table-row;
}
.features-box .tableLayout-2 th {
display: table-cell;
min-width: auto;
}
.post .features-box .tableLayout-2 td {
display: table-cell;
}
.post .features-box .tableLayout-3 thead td {
background: #b5d1de;
font-size: 14px;
font-weight: bold;
}
.post .features-box .tableLayout-4 th {
border-radius: 5px 5px 0 0;
background: #fff9e6;
padding: 10px 4px 8px;
line-height: 1;
}
.post .features-box .feature-text {
font-size: 12px;
}
/*特徴アコーディオン*/
.feature-contents {
position: relative;
}
.feature-contents.overflow-hidden {
max-height: 180px;
overflow: hidden;
margin-bottom: 10px;
position: relative;
padding-bottom: 0;
}
.feature-contents.overflow-hidden:before {
content: "";
background: linear-gradient(0deg, #dbe7ec 30%, #dbe7ec 55%, rgb(219 231 236 / 0%));
height: 40px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
opacity: 1;
}
.feature-contents.overflow-hidden .button_accordion {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
margin: auto;
display: block;
width: 100%;
height: 25px;
z-index: 1000;
background: rgb(154 182 195 / 40%);
border-radius: 3px;
text-align: center;
border-bottom: 2px solid #96b2c0;
}
.feature-contents.overflow-hidden .button_accordion:before {
content: "▼";
font-size: 16px;
color: var(--color-white);
line-height: 25px;
}
.feature-contents.overflow-visible {
position: relative;
padding-bottom: 30px;
}
.feature-contents.overflow-visible .button_accordion {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
margin: auto;
display: block;
width: 100%;
height: 25px;
z-index: 1000;
background: rgb(219 231 236);
border-radius: 3px;
text-align: center;
border: 1px solid #96b2c0;
}
.feature-contents.overflow-visible .button_accordion:before {
content: "▲";
font-size: 16px;
color: #96b2c0;
line-height: 25px;
}
}
/*--kutikomi-hyouka-matome--*/
.hyouka-box-in {
width: 100%;
border: 2px solid #ccc;
border-radius: 10px;
padding: 10px;
margin: 10px 0;
box-sizing: border-box;
background: #fffff8;
}
.hyouka-box-in:nth-of-type(1) {
margin: 0 0 10px;
}
.hyouka-box-name {
width: 100%;
display: -webkit-flex;
display: flex;
align-items: center;
margin-bottom: 10px;
margin-top: 0;
}
.hyouka-box-name dt {
margin-right: 10px;
width: 35px;
}
.hyouka-box-name dt img {
width: 35px;
}
.hyouka-box-name dd p {
font-size: 12px;
color: #555;
padding: 0;
}
.hyouka-box-name dd p {
margin: 0 !important;
padding: 0 !important;
}
.hyouka-box-name dd p span {
font-size: 12px;
color: #888;
}
.hyouka-box-name dd .hyouka-hoshi {
margin-top: 0px;
font-size: 18px;
font-weight: bold;
}
.hyouka-box-name dd .hyouka-hoshi img {
width: 80px;
margin-right: 10px;
}
.hyouka-good {
margin: 15px 0 0;
}
.hyouka-good dt {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600160948.png) no-repeat 0 center;
background-size: 14px;
padding-left: 20px;
color: #555;
display: -webkit-flex;
display: flex;
align-items: center;
line-height: 1.3;
}
.hyouka-good dt div:first-of-type {
font-size: 14px;
font-weight: bold;
margin-bottom: 0px;
color: #ff92be;
}
.hyouka-good dt div:nth-of-type(2) {
display: flex;
align-items: center;
}
.hyouka-good dt span {
font-size: 16px;
font-weight: bold;
margin-bottom: 0;
color: #555;
}
.hyouka-bad dt span {
font-size: 16px;
font-weight: bold;
margin-bottom: 0;
color: #555;
line-height: 1.3;
}
.hyouka-good dt p {
padding: 0;
margin: 0;
}
.hyouka-good dd {
font-size: 14px;
line-height: 1.4;
color: #555;
}
.hyouka-bad {
margin: 15px 0 0;
}
.hyouka-bad dt {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600110193.png) no-repeat 0 center;
background-size: 14px;
padding-left: 20px;
color: #555;
display: -webkit-flex;
display: flex;
align-items: center;
}
.hyouka-bad dt div:first-of-type {
font-size: 14px;
font-weight: bold;
margin-bottom: 0px;
color: #4e6275;
}
.hyouka-bad dt div:nth-of-type(2) {
display: flex;
align-items: center;
}
.hyouka-bad dt p {
padding: 0;
margin: 0;
}
.hyouka-bad dd {
font-size: 14px;
line-height: 1.4;
color: #555;
}
.iinebt-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 10px;
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.iinebt {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #fa0;
color: var(--color-text);
border-radius: 35px;
padding: 5px 10px 5px 28px;
font-size: 14px;
}
.iinebt p {
margin: 0 !important;
padding: 0 !important;
}
div.iinegray {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #cccccc none repeat scroll 0 0;
color: var(--color-white);
border-radius: 35px;
padding: 5px 10px 5px 28px;
font-size: 14px;
}
.iinebt p {
padding: 0;
}
.iinebt a {
position: absolute;
padding: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.iinebt:before {
content: '';
width: 14px;
height: 14px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600144445.png) no-repeat center;
background-size: 100%;
top: 0;
bottom: 0;
left: 8px;
margin: auto;
position: absolute;
}
.iinebt div:first-of-type {
color: var(--color-white);
}
.iinebt div:last-of-type {
background: var(--color-white);
display: inline-block;
padding: 4px 10px;
border-radius: 35px;
font-size: 14px;
font-weight: bold;
margin-left: 5px;
}
.kutikomi-hyouka-matome table {
box-sizing: border-box;
width: 100%;
border: 1px solid #ddd;
}
.kutikomi-hyouka-matome th {
background: #eee;
padding: 10px;
border: 1px solid #ddd;
}
.kutikomi-hyouka-matome td {
border: 1px solid #ddd;
padding: 10px;
}
.kutikomi-hyouka-matome td a {
color: #1a78a5;
}
.hyoukaRnk-list {
border-radius: 5px;
border: 1px solid #ccc;
padding: 10px;
text-align: center;
margin: 10px 0;
}
.hyoukaRnk-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.hyoukaRnk-title dt img {
width: 80px;
margin-right: 14px;
}
main#main-lower .hyoukaRnk-title dd h3 {
background: none;
padding: 0;
margin: 0;
font-size: 22px;
color: #066493;
font-weight: bold;
}
.hyoukaRnk-title ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hyoukaRnk-list .hyoukaRnk-title li {
padding: 0;
margin: 0;
text-align: left;
line-height: normal;
}
.hyoukaRnk-list .hyoukaRnk-title li img {
width: 150px;
margin-right: 10px;
position: static;
vertical-align: middle;
}
.hyoukaRnk-list .hyoukaRnk-title li:first-of-type {
font-size: 34px;
font-weight: bold;
color: var(--color-text);
vertical-align: middle;
}
.hyoukaRnk-title li:last-of-type {
background: #ff3171;
color: var(--color-white);
width: 60px;
text-align: center;
padding: 8px 0;
margin-left: 10px;
}
.hyoukaRnk-list li {
text-align: left;
position: relative;
padding: 12px 0px 12px 50px;
}
.hyoukaRnk-list li img {
position: absolute;
width: 40px;
top: 0;
left: 0;
bottom: 0;
margin: auto;
}
main#main-lower .hyoukaRnk-list li p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
padding: 0;
margin: 0;
line-height: normal;
}
.hyoukaRnk-list li span {
font-size: 12px;
color: var(--color-99);
}
.hyoukaRnk-list-more {
position: relative;
font-size: 22px;
font-weight: bold;
color: #066493;
}
.hyoukaRnk-list-more:before {
content: "";
width: 12px;
height: 12px;
position: absolute;
top: 2px;
left: -18px;
bottom: 0;
margin: auto;
box-sizing: border-box;
border: 6px solid transparent;
border-left: 10px solid #066493;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
.hyouka-box-name dt {
margin-right: 10px;
width: 10%;
}
.hyouka-box-name dd {
width: 90%;
}
#main-contents .hyouka-box-name dd p {
margin: 0;
}
.hyouka-box-name dd .hyouka-hoshi {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hyouka-good dt div:first-of-type {
width: 15%;
}
.hyouka-good dt div:nth-of-type(2) {
width: 85%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hyouka-bad dt div:first-of-type {
width: 15%;
}
.kutikomi-hyouka-matome .hyouka-bad dt div:nth-of-type(2) {
width: 85%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}

/*------------------------------------------------------------
ランキング詳細部分 (コエシル)
-------------------------------------------------------------*/
.post .hyouka-main-wrap .gachaBtn {
margin: 0 auto;
background: #ffd703;
color: #000;
font-size: 18px;
border-radius: 6px;
border: 2px solid #000;
position: relative;
}
.post .hyouka-main-wrap .gachaBtn:hover {
opacity: 0.6;
}
.post .hyouka-main-wrap .gachaBtn:before {
content: '';
display: block;
width: 26px;
height: 26px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606102001.png) no-repeat center / contain;
position: absolute;
right: 40px;
top: 0;
bottom: 0;
margin: auto;
}
.hyouka-main-wrap {
background: var(--color-white);
position: relative;
/* margin: 0 auto 32px; */
margin: 0 auto 20px;
}
.hyouka-main-wrap:last-of-type {
margin: 0;
}
main#main-lower .hyouka-main-wrap .hyouka-h3-name {
background: #51c5c2;
background-size: auto auto;
background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(255, 255, 255, 0.1) 6px, rgba(255, 255, 255, 0.1) 16px );
color: var(--color-white);
position: relative;
font-size: 2px;
box-shadow: inset 0 0 0 2px #51c5c2, inset 0 0 0 3px #6eddda;
margin: 0 auto 20px;
}
main#main-lower .hyouka-main-wrap .h-main-name {
background: none;
margin: 0;
padding: 10px 16px 10px 72px;
color: var(--color-white);
line-height: normal;
}
main#main-lower .hyouka-main-wrap .hyouka-h3-name p {
background: none;
margin: 0;
padding: 0;
line-height: normal;
color: #d0d0d0;
font-size: 14px;
}
main#main-lower .hyouka-main-wrap .h-main-name:before {
content: '';
position: absolute;
top: 1px;
left: 27px;
font-size: 24px;
font-weight: 600;
color: var(--color-text);
z-index: 3;
width: initial;
height: initial;
bottom: initial;
background: initial;
border-radius: initial;
margin: initial;
}
main#main-lower .hyouka-main-wrap.h-no1 .h-main-name:before {
content: '1';
color: var(--color-white);
}
main#main-lower .hyouka-main-wrap.h-no2 .h-main-name:before {
content: '2';
color: var(--color-white);
}
main#main-lower .hyouka-main-wrap.h-no3 .h-main-name:before {
content: '3';
color: var(--color-white);
}
main#main-lower .hyouka-main-wrap.h-no4 .h-main-name:before {
content: '4';
}
main#main-lower .hyouka-main-wrap.h-no5 .h-main-name:before {
content: '5';
}
main#main-lower .hyouka-main-wrap.h-no6 .h-main-name:before {
content: '6';
}
main#main-lower .hyouka-main-wrap.h-no7 .h-main-name:before {
content: '7';
}
main#main-lower .hyouka-main-wrap.h-no8 .h-main-name:before {
content: '8';
}
main#main-lower .hyouka-main-wrap.h-no9 .h-main-name:before {
content: '9';
}
main#main-lower .hyouka-main-wrap.h-no10 .h-main-name:before {
content: '10';
left: 20px;
}
main#main-lower .hyouka-main-wrap.h-no11 .h-main-name:before {
content: '11';
left: 20px;
}
main#main-lower .hyouka-main-wrap.h-no12 .h-main-name:before {
content: '12';
left: 20px;
}
main#main-lower .hyouka-main-wrap.h-no13 .h-main-name:before {
content: '13';
left: 20px;
}
main#main-lower .hyouka-main-wrap.h-no14 .h-main-name:before {
content: '14';
left: 20px;
}
main#main-lower .hyouka-main-wrap.h-no15 .h-main-name:before {
content: '15';
left: 20px;
}
main#main-lower .hyouka-main-wrap.h-no16 .h-main-name:before {
content: '16';
left: 20px;
}
main#main-lower .hyouka-main-wrap.h-no17 .h-main-name:before {
content: '17';
left: 20px;
}
main#main-lower .hyouka-main-wrap.h-no18 .h-main-name:before {
content: '18';
left: 20px;
}
main#main-lower .hyouka-main-wrap.h-no19 .h-main-name:before {
content: '19';
left: 20px;
}
main#main-lower .hyouka-main-wrap.h-no20 .h-main-name:before {
content: '20';
left: 20px;
}
main#main-lower .hyouka-main-wrap .h-main-name:after {
content: '';
position: absolute;
top: -5px;
left: 16px;
display: block;
height: 48px;
border: 19px solid #FFD3B3;
border-bottom-width: 10px;
border-bottom-color: transparent;
z-index: 2;
width: initial;
bottom: initial;
background: initial;
margin: initial;
}
main#main-lower .hyouka-main-wrap.h-no1 .h-main-name:after {
border-color: #f3c622;
border-bottom-color: transparent;
}
main#main-lower .hyouka-main-wrap.h-no2 .h-main-name:after {
border-color: #b5b5b5;
border-bottom-color: transparent;
}
main#main-lower .hyouka-main-wrap.h-no3 .h-main-name:after {
border-color: #a37542;
border-bottom-color: transparent;
}
main#main-lower .hyouka-main-wrap:before {
position: absolute;
content: '';
top: -5px;
left: 10px;
border-bottom: solid 8px #555;
border-left: solid 6px transparent;
}
main#main-lower .hyouka-main-wrap.h-no1:before {
border-bottom-color: solid 8px #927b35;
}
main#main-lower .hyouka-main-wrap.h-no2:before {
border-bottom-color: solid 8px #9f9f9f;
}
main#main-lower .hyouka-main-wrap.h-no3:before {
border-bottom-color: solid 8px #584e49;
}
main#main-lower .hyouka-main-wrap .hyouka-main-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
main#main-lower .hyouka-main-wrap .hyouka-main-icon {
width: 130px;
height: 130px;
display: flex;
align-items: center;
}
main#main-lower .hyouka-main-wrap .hyouka-main-icon img {
width: 100%;
max-height: 100%;
object-fit: contain;
}
main#main-lower .hyouka-main-wrap .hyouka-main-head ul {
width: 50%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
box-sizing: border-box;
padding-left: 20px;
}
main#main-lower .hyouka-main-wrap .hyouka-main-head li {
font-size: 24px;
font-weight: bold;
}
main#main-lower .hyouka-main-wrap .hyouka-main-head .hyouka-hoshi-icon {
color: #fba000;
font-size: 3.2px;
margin-left: 10px;
}
main#main-lower .hyouka-main-wrap .hyouka-main-head .gachaBtn {
width: 100%;
}
main#main-lower .hyouka-main-wrap .osusume-user_box {
/* margin: 36px auto 32px; */
margin: 30px auto 20px;
border: 4px solid #F9AA32;
box-shadow: none;
}

main#main-lower .hyouka-main-wrap .osusume-user_box .midasi p {
background: var(--color-white);
color: #F9AA32;
}
main#main-lower .hyouka-main-wrap .osusume-user_box li:before {
content: '';
display: inline-block;
width: 22px;
height: 22px;
background: url(https://ieagent.jp/taxiappnavi/img/taxiappnavi/uploads/2023/12/2023y12m18d_1836064383.png) no-repeat center / contain;
border: 0;
}
main#main-lower .hyouka-main-wrap .hyoukatable {
border: 1px solid #dbdbdb;
}
main#main-lower .hyouka-main-wrap .hyoukatable tr:first-of-type th {
background: #e5e5e5 !important;
}
main#main-lower .hyouka-main-wrap .hyoukatable th {
background: var(--color-f2);
border-right: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
}
main#main-lower .hyouka-main-wrap .hyoukatable td {
background: var(--color-white);
border-right: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
}
main#main-lower .hyouka-main-wrap .h-merit {
margin: 40px 0 18px;
color: #fa89ac;
border: 0;
padding: 7px 5px 5px 56px;
font-size: 18px;
min-height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #f9e7ed;
}
main#main-lower .hyouka-main-wrap .h-merit:before {
content: "";
width: 40px;
height: 40px;
border-radius: 0;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606069474.png) no-repeat center / 22px;
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 3;
}
main#main-lower .hyouka-main-wrap .h-merit:after {
content: "";
width: 40px;
height: 40px;
border-radius: 0;
background: #fa89ac;
background: -moz-linear-gradient(315deg, #fb98b7 0%, #fb98b7 50%, #fa89ac 50%, #fa89ac 100%);
background: -webkit-linear-gradient(315deg, #fb98b7 0%, #fb98b7 50%, #fa89ac 50%, #fa89ac 100%);
background: linear-gradient(135deg, #fb98b7 0%, #fb98b7 50%, #fa89ac 50%, #fa89ac 100%);
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 2;
}
main#main-lower .hyouka-main-wrap .h-demerit {
margin: 40px 0 18px;
color: #3da6d1;
border: 0;
padding: 7px 5px 5px 56px;
font-size: 18px;
min-height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #dbf2fc;
}
main#main-lower .hyouka-main-wrap .h-demerit:before {
content: "";
width: 40px;
height: 40px;
border-radius: 0;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606053261.png) no-repeat center / 22px;
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 3;
}
main#main-lower .hyouka-main-wrap .h-demerit:after {
content: "";
width: 40px;
height: 40px;
border-radius: 0;
background: #62afd4;
background: -moz-linear-gradient(315deg, #76b9da 0%, #76b9da 50%, #62afd4 50%, #62afd4 100%);
background: -webkit-linear-gradient(315deg, #76b9da 0%, #76b9da 50%, #62afd4 50%, #62afd4 100%);
background: linear-gradient(135deg, #76b9da 0%, #76b9da 50%, #62afd4 50%, #62afd4 100%);
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 2;
}
main#main-lower .hyouka-main-wrap .h-hyoukuchikomi {
margin: 32px 0 16px;
color: #565d60;
border: 0;
padding: 7px 5px 5px 56px;
font-size: 18px;
min-height: 40px;
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #e0e0e0;
border-radius: 6px;
}
main#main-lower .hyouka-main-wrap .h-hyoukuchikomi:before {
content: "";
width: 40px;
height: 100%;
border-radius: 0;
background: url(https://ieagent.jp/taxiappnavi/img/taxiappnavi/uploads/2023/12/2023y12m18d_1836566933.png) no-repeat center / 22px;
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 3;
}
main#main-lower .hyouka-main-wrap .h-hyoukuchikomi:after {
content: "";
width: 40px;
height: 100%;
border-radius: 0;
background: #787d7f;
background: -moz-linear-gradient(315deg, #fb98b7 0%, #fb98b7 50%, #fa89ac 50%, #fa89ac 100%);
background: -webkit-linear-gradient(315deg, #fb98b7 0%, #fb98b7 50%, #fa89ac 50%, #fa89ac 100%);
background: linear-gradient(135deg, #898e90 0%, #898e90 50%, #787d7f 50%, #787d7f 100%);
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 2;
border-radius: 6px 0px 0px 6px;
}
main#main-lower .hyouka-main-wrap .hyouka-box-in {
border: 0;
width: auto;
margin: 20px 2px;
background: var(--color-white);
}
main#main-lower .hyouka-main-wrap .hyouka-Btn {
background: #f9f9f9;
width: calc(100% + 32px);
margin-left: -16px;
padding: 30px 0;
margin-top: 40px;
}
main#main-lower .hyouka-main-wrap .hyouka-Btn .gachaBtn {
width: 70%;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
main#main-lower .hyouka-main-wrap {
margin: 0 auto 24px;
}
main#main-lower .hyouka-main-wrap .hyouka-h3-name {
width: 100%;
margin: 0px;
margin-bottom: 24px;
}
main#main-lower .hyouka-main-wrap:before {
top: -5px;
left: 10px;
}
.post .hyouka-main-wrap .gachaBtn {
font-size: 16px;
padding: 6px 38px;
}
.post .hyouka-main-wrap .gachaBtn:before {
width: 18px;
right: 16px;
}
main#main-lower .hyouka-main-wrap .h-main-name:after {
border: 20px solid #FFD3B3;
border-bottom-width: 8px;
border-bottom-color: transparent;
height: 44px;
}
main#main-lower .hyouka-main-wrap .h-main-name:before {
left: 29px;
top: 1px;
font-size: 2px;
}
main#main-lower .hyouka-main-wrap .hyouka-main-icon {
width: 100px;
height: 100px;
display: flex;
align-items: center;
}
main#main-lower .hyouka-main-wrap .hyouka-main-head li {
font-size: 18px;
}
main#main-lower .hyouka-main-wrap .hyouka-main-head .hyouka-hoshi-icon {
font-size: 24px;
margin-left: 8px;
}
main#main-lower .hyouka-main-wrap .osusume-user_box {
border: 3px solid #F9AA32;
margin: 28px auto 24px;
}
.post .hyouka-main-wrap .osusume-user_box li {
padding: 0 0 0 30px;
font-weight: bold;
}
main#main-lower .hyouka-main-wrap .h-merit {
font-size: 16px;
margin: 30px 0 16px;
padding: 7px 5px 5px 48px;
min-height: 36px;
}
main#main-lower .hyouka-main-wrap .h-merit:before {
width: 36px;
height: 36px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606069474.png) no-repeat center / 20px;
}
main#main-lower .hyouka-main-wrap .h-merit:after {
width: 36px;
height: 36px;
}
main#main-lower .hyouka-main-wrap .h-demerit {
font-size: 16px;
margin: 30px 0 16px;
padding: 7px 5px 5px 48px;
min-height: 36px;
}
main#main-lower .hyouka-main-wrap .h-demerit:before {
width: 36px;
height: 36px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606053261.png) no-repeat center / 20px;
}
main#main-lower .hyouka-main-wrap .h-demerit:after {
width: 36px;
height: 36px;
}
main#main-lower .hyouka-main-wrap .h-hyoukuchikomi {
font-size: 16px;
margin: 24px 0 16px;
padding: 7px 5px 5px 48px;
min-height: 36px;
}
main#main-lower .hyouka-main-wrap .h-hyoukuchikomi:before {
width: 36px;
height: 100%;
background: url(https://ieagent.jp/taxiappnavi/img/taxiappnavi/uploads/2023/12/2023y12m18d_1836566933.png) no-repeat center / 20px;
}
main#main-lower .hyouka-main-wrap .h-hyoukuchikomi:after {
width: 36px;
height: 100%;
}
main#main-lower .hyouka-main-wrap .hyouka-good dt div:nth-of-type(2), main#main-lower .hyouka-main-wrap .hyouka-bad dt div:nth-of-type(2) {
width: 85%;
}
main#main-lower .hyouka-main-wrap .hyouka-Btn {
padding: 20px 16px;
margin-top: 30px;
width: calc(100% + 24px);
margin-left: -12px;
}
main#main-lower .hyouka-main-wrap .hyouka-Btn .gachaBtn {
width: auto;
}
main#main-lower .hyouka-main-wrap.h-no10 .h-main-name:before {
left: 24px;
}
main#main-lower .hyouka-main-wrap.h-no11 .h-main-name:before {
left: 24px;
}
main#main-lower .hyouka-main-wrap.h-no12 .h-main-name:before {
left: 24px;
}
main#main-lower .hyouka-main-wrap.h-no13 .h-main-name:before {
left: 24px;
}
main#main-lower .hyouka-main-wrap.h-no14 .h-main-name:before {
left: 24px;
}
main#main-lower .hyouka-main-wrap.h-no15 .h-main-name:before {
left: 24px;
}
main#main-lower .hyouka-main-wrap.h-no16 .h-main-name:before {
left: 24px;
}
main#main-lower .hyouka-main-wrap.h-no17 .h-main-name:before {
left: 24px;
}
main#main-lower .hyouka-main-wrap.h-no18 .h-main-name:before {
left: 24px;
}
main#main-lower .hyouka-main-wrap.h-no19 .h-main-name:before {
left: 24px;
}
main#main-lower .hyouka-main-wrap.h-no20 .h-main-name:before {
left: 24px;
}
}
@media only screen and (max-width: 376px) {
main#main-lower .hyouka-main-wrap {
margin-bottom: 60px;
}
main#main-lower .hyouka-main-wrap .hyouka-main-icon {
width: 90px;
height: 90px;
display: flex;
align-items: center;
}
.post .hyouka-main-wrap .gachaBtn {
font-size: 14px;
padding: 6px 38px;
}
main#main-lower .hyouka-main-wrap .hyouka-main-head li {
font-size: 16px;
}
main#main-lower .hyouka-main-wrap .hyouka-main-head .hyouka-hoshi-icon {
font-size: 22px;
}
}

/*-- アコーディオン--*/
.acMenu.achyouka {
margin: 5px 0;
}
.acMenu.achyouka dt {
border: 1px solid #000;
color: #000;
border-radius: 3px;
margin: 0 0 10px;
padding: 0 0 0 10px;
font-weight: bold;
height: 40px;
line-height: 40px;
text-align: left;
display: block;
background: var(--color-white);
cursor: pointer;
font-size: 14px;
display: block;
position: relative;
box-sizing: border-box;
box-shadow: 0 1px 0 1px #c7c7c7;
}
.acMenu.achyouka dt:before {
content: "";
position: absolute;
border: 0px;
display: block;
width: 12px;
height: 12px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_160611854.png) no-repeat center / contain;
right: 20px;
left: auto;
top: 0;
bottom: 0;
margin: auto;
border: 0px;
}
.acMenu.achyouka dt.active:before {
content: "";
position: absolute;
border: 0px;
display: block;
width: 12px;
height: 12px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606134631.png) no-repeat center / contain;
right: 20px;
left: auto;
top: 0;
bottom: 0;
margin: auto;
border: 0px;
opacity: 0.5;
}
.acMenu.achyouka dt:after {
border: 0px;
}
.acMenu.achyouka dt.active {
border: 1px solid #000;
background: #fffdf3;
margin: 0 0 0px !important;
box-shadow: none;
border-radius: 3px 3px 0 0;
color: #444;
box-sizing: border-box;
}
.acMenu.achyouka dt.active + dd {
border-right: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
background: var(--color-white);
padding: 10px;
margin: 0 0 20px !important;
box-shadow: none;
border-radius: 0 0 3px 3px;
color: #444;
box-sizing: border-box;
}
.acMenu.achyouka dt.active + dd h5 {
font-weight: bold;
margin-bottom: 5px;
}
.acMenu.achyouka dt.active + dd p {
margin: 0 0 15px !important;
}
.acMenu.achyouka dt.active + dd p:last-of-type {
margin: 0 !important;
}
.acMenu.achyouka dt.active:before {
border: none;
}
.acMenu.achyouka dt.active:after {
border: none;
}
.acMenu.achyouka dt.active + dd {
border-right: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
background: var(--color-white);
padding: 10px;
margin: 0 0 20px !important;
box-shadow: none;
border-radius: 0 0 3px 3px;
color: var(--color-text);
line-height: 1.7;
letter-spacing: 0.5px;
box-sizing: border-box;
font-size: 15px;
}
.acMenu.achyouka dt.active + dd h5 {
font-weight: bold;
margin-bottom: 5px;
}
.acMenu.achyouka dt.active + dd p {
margin: 0 0 15px !important;
padding: 0;
}
.acMenu.achyouka dt.active + dd p:last-of-type {
margin: 0 !important;
padding: 0;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
.acMenu.achyouka dt.active + dd {
font-size: 14px;
}
}

/*-------------------------------------------------------
テーブルアイコンデザイン (コエシル)
-------------------------------------------------------------*/
.iconNijyumaru {
border: 2.5px solid #ff7171;
box-sizing: border-box;
display: block;
width: 20px;
height: 20px;
border-radius: 50px;
margin: auto !important;
position: relative;
background: #fff1e5fe5;
overflow: hidden;
text-indent: 50px;
}
.iconNijyumaru:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
border: 2.5px solid #ff4646;
box-sizing: border-box;
display: block;
width: 10px;
height: 10px;
border-radius: 50%;
margin: auto;
}
.iconMaru {
border: 3.5px solid #318fd2;
box-sizing: border-box;
display: block;
width: 20px;
height: 20px;
border-radius: 50px;
margin: auto !important;
position: relative;
overflow: hidden;
text-indent: 50px;
}
.iconSnkaku {
box-sizing: border-box;
display: block;
width: 20px;
height: 18px;
margin: auto !important;
position: relative;
border-right: solid 10px transparent;
border-left: solid 10px transparent;
border-bottom: solid 16px #57ab6a;
overflow: hidden;
text-indent: 50px;
}
.iconBatu {
box-sizing: border-box;
display: block;
width: 20px;
height: 20px;
margin: auto !important;
position: relative;
overflow: hidden;
text-indent: 50px;
}
.iconBatu::before, .iconBatu::after {
content: "";
display: block;
width: 100%; /*バツ線の長さ*/
height: 3.5px; /*バツ線の太さ*/
background: #726178;
transform: rotate(45deg);
transform-origin: 0% 50%;
position: absolute;
top: calc(15% - 1px);
left: 14%;
border-radius: 1px;
}
.iconBatu::after {
transform: rotate(-45deg);
transform-origin: 100% 50%;
left: auto;
right: 14%;
}
#main-contents .newinfo-Area div.newinfo-box a img {
width: 100px;
height: 50px;
}
#main-contents .newinfo-Area div.newinfo-box a p img {
width: 100px;
height: 50px;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
#main-contents .newinfo-Area div.newinfo-box a img {
width: 100px;
height: 50px;
margin-right: 8px;
}
#main-contents .newinfo-Area div.newinfo-box a {
width: 90%;
font-size: 13px;
padding-right: 40px;
}
#main-contents .newinfo-Area div.newinfo-box a u {
font-size: 1.1px;
left: 115px;
bottom: 15px;
}
}

/*-------------------------------------------------------
◎○△× 文字と並べる (コエシル)
-------------------------------------------------------------*/
.iconNijyumaru-text {
border: 2.5px solid #ff7171;
box-sizing: border-box;
display: inline-block;
width: 16px;
height: 16px;
border-radius: 50px;
margin: -2px 8px 0 0;
position: relative;
background: var(--color-white);
overflow: hidden;
text-indent: 50px;
vertical-align: middle;
}
.iconNijyumaru-text:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%)translateX(-50%);
margin: auto;
border: 2.5px solid #ff4646;
box-sizing: border-box;
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
margin: auto;
}
.iconMaru-text {
border: 3.5px solid #318fd2;
box-sizing: border-box;
display: inline-block;
width: 16px;
height: 16px;
border-radius: 50px;
margin: -2px 8px 0 0;
position: relative;
overflow: hidden;
text-indent: 50px;
vertical-align: middle;
}
.iconSnkaku-text {
box-sizing: border-box;
display: inline-block;
width: 16px;
height: 14px;
margin: -3px 8px 0 0;
position: relative;
border-right: solid 8px transparent;
border-left: solid 8px transparent;
border-bottom: solid 14px #57ab6a;
overflow: hidden;
text-indent: 50px;
vertical-align: middle;
}
.iconBatu-text {
box-sizing: border-box;
display: inline-block;
width: 18px;
height: 18px;
margin: -2px 8px 0 0;
position: relative;
overflow: hidden;
text-indent: 50px;
vertical-align: middle;
}
.iconBatu-text::before, .iconBatu-text::after {
content: "";
display: block;
width: 100%; /*バツ線の長さ*/
height: 3.5px; /*バツ線の太さ*/
background: #726178;
transform: rotate(45deg);
transform-origin: 0% 50%;
position: absolute;
top: calc(15% - 2px);
left: 14%;
border-radius: 1px;
}
.iconBatu-text::after {
transform: rotate(-45deg);
transform-origin: 100% 50%;
left: auto;
right: 14%;
}
.number-txt {
color: #535966;
}
main#main-lower p.number-txt {
font-size: 14px;
padding: 0;
margin: 0;
line-height: normal;
}
main#main-lower p.number-txt:first-letter {
font-size: 16px;
}
main#main-lower h2 + p img, main#main-lower h3 + p img,main#main-lower h4 + p img {
max-width: 80%;
}
main#main-lower .pw80 {
max-width: 80%;
width: 80%;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
main#main-lower h2 + p img, main#main-lower h3 + p img , main#main-lower h4 + p img {
max-width: 100%;
}
main#main-lower .pw80 {
max-width: 100%;
}
}

/*------------------------
不動産担保ローンフローチャート (コエシル)
-------------------------------------------------------------*/
.fudousan-flowchart {
text-align: center;
margin-bottom: 20px;
}
main#main-lower .fudousan-flowchart .flowchart {
margin: 0;
position: relative;
z-index: 3;
}
.fudousan-flowchart .icon-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 66px;
position: relative;
z-index: 2;
margin-top: -12px;
}
.fudousan-flowchart .icon-wrap li {
background: #fbebc0;
border-radius: 10px;
width: 136px;
line-height: 1;
padding: 18px 0 14px;
margin: 0;
}
.fudousan-flowchart .icon-wrap a {
font-size: 14px;
display: inline-block;
margin-bottom: 8px;
color: #1679db;
}
.fudousan-flowchart .icon-wrap a img {
display: block !important;
width: 60px;
height: 60px;
margin: 0 auto 5px;
}
.fudousan-flowchart .icon-wrap .kousiki {
background: #ce3160;
color: var(--color-white);
font-size: 1.1px;
width: 50px;
padding: 4px 0;
border-radius: 5px;
margin: 0 3px 0 0;
}
.fudousan-flowchart .icon-wrap .syousai {
background: #536aa7;
color: var(--color-white);
font-size: 1.1px;
width: 50px;
padding: 4px 0;
border-radius: 5px;
margin: 0 0 0 3px;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
.fudousan-flowchart .icon-wrap {
padding: 0;
}
.fudousan-flowchart .icon-wrap li {
width: 98px;
padding: 14px 0 10px;
}
.fudousan-flowchart .icon-wrap a {
font-size: 12px;
}
.fudousan-flowchart .icon-wrap a img {
width: 56px;
height: 56px;
}
.fudousan-flowchart .icon-wrap .kousiki {
font-size: 1px;
width: 40px;
margin: 0 2px 0 0;
}
.fudousan-flowchart .icon-wrap .syousai {
font-size: 1px;
width: 40px;
margin: 0 0 0 2px;
}
}
@media only screen and (max-width: 376px) {
.fudousan-flowchart .icon-wrap li {
width: 88px;
}
.fudousan-flowchart .icon-wrap a {
font-size: 1.1px;
margin-bottom: 6px;
}
.fudousan-flowchart .icon-wrap a img {
width: 52px;
height: 52px;
margin: 0 auto 4px;
}
.fudousan-flowchart .icon-wrap .kousiki {
width: 36px;
}
.fudousan-flowchart .icon-wrap .syousai {
width: 36px;
}
}
@media only screen and (max-width: 361px) {
.fudousan-flowchart .icon-wrap li {
width: 86px;
}
.fudousan-flowchart .icon-wrap a {
font-size: 1px;
margin-bottom: 5px;
}
.fudousan-flowchart .icon-wrap .kousiki {
width: 34px;
}
.fudousan-flowchart .icon-wrap .syousai {
width: 34px;
}
}

/*------------------------------------------------------------
テーブル_1行1列固定 (コエシル)
-------------------------------------------------------------*/
.table-scroll-tateyokofix {
display: block;
overflow-x: scroll;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
margin-bottom: 20px;
z-index: 1;
}
.table-scroll-tateyokofix th:first-child {
position: -webkit-sticky;
position: sticky;
left: 0;
z-index: 3;
}
.table-scroll-tateyokofix tr:first-child th {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 2;
}
.table-scroll-tateyokofix tr:first-child th:first-child {
z-index: 4;
}
.table-scroll-tateyokofix th:first-child:after {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100%;
height: 100%;
border: 1px solid #ccc;
box-sizing: content-box;
}
.table-scroll-tateyokofix tr:first-child th:after {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100%;
height: 100%;
border: 1px solid #ccc;
box-sizing: content-box;
}
.table-scroll-tateyokofix tr:first-child th:before {
content: "";
height: 1px;
width: 100%;
background: #dde4e6;
z-index: 1;
display: block;
position: absolute;
bottom: -1px;
left: 0;
}
.table-scroll-tateyokofix th.no-fix {
position: static;
}

/*------------------------------------------------------------
テーブル_2行1列固定バージョン (コエシル)
-------------------------------------------------------------*/
.table-scroll-tateyokofix2 {
display: block;
overflow-x: scroll;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
margin-bottom: 20px;
z-index: 1;
}
.table-scroll-tateyokofix2 th:first-child {
position: -webkit-sticky;
position: sticky;
left: 0;
z-index: 3;
height: 40px;
}
.table-scroll-tateyokofix2 tr:nth-child(2) th:first-child {
position: -webkit-sticky;
position: sticky;
top: 40px;
z-index: 4;
border-bottom: 0;
}
.table-scroll-tateyokofix2 tr:nth-child(2) td {
position: -webkit-sticky;
position: sticky;
top: 40px;
z-index: 2;
border-bottom: 0;
}
.table-scroll-tateyokofix2 tr:nth-child(2) th:first-child:before, .table-scroll-tateyokofix2 tr:nth-child(2) td:before {
content: "";
height: 1px;
width: 100%;
background: #dde4e6;
z-index: 1;
display: block;
position: absolute;
bottom: -1px;
left: 0;
}
.table-scroll-tateyokofix2 tr:first-child th {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 2;
}
.table-scroll-tateyokofix2 tr:first-child th:first-child {
z-index: 4;
}
.table-scroll-tateyokofix2 th:first-child:after {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100%;
height: 100%;
border: 1px solid #ccc;
box-sizing: content-box;
}
.table-scroll-tateyokofix2 tr:first-child th:after {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100%;
height: 100%;
border: 1px solid #ccc;
box-sizing: content-box;
}
.table-scroll-tateyokofix2 th.no-fix {
position: static;
}

/*------------------------------------------------------------
おすすめ光回線 (コエシル)
-------------------------------------------------------------*/
.post .osusume-hikarikaisenTable {
border: 0;
}
.post .osusume-hikarikaisenTable th {
background: #57a6f0;
color: var(--color-white);
border: 0;
text-align: center;
border: 1px solid #57a6f0;
padding: 14px 0;
}
.post .osusume-hikarikaisenTable th:last-of-type {
background: #368ee0;
width: 64%;
border: 1px solid #368ee0;
}
.post .osusume-hikarikaisenTable td {
border: 1px solid #b2b2b2;
border-top: 0;
}
.osusume-hikarikaisenTable td:first-of-type {
text-align: center;
}
.osusume-hikarikaisenTable .kakuyasu {
font-weight: bold;
font-size: 2px;
}
.osusume-hikarikaisenTable .dokomo-logo {
width: 140px;
}
.osusume-hikarikaisenTable .au-logo {
width: 70px;
}
.osusume-hikarikaisenTable .softbank-logo {
width: 140px;
}
.osusume-hikarikaisenTable td:last-of-type img {
width: 64px;
display: block !important;
margin: 0 auto 3px;
}
.osusume-hikarikaisenTable td ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.osusume-hikarikaisenTable td li {
width: 25%;
text-align: center;
margin: 0;
}
.osusume-hikarikaisenTable td li a {
display: inline-block;
font-size: 1.1px;
}
.osusume-hikarikaisenTable .arrow-in:before {
content: '';
display: block;
width: 34px;
height: 26px;
margin: 0 auto;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606151084.jpg) no-repeat center / contain;
}
.osusume-hikarikaisenTable td ul.inner {
display: block;
}
.osusume-hikarikaisenTable td ul.inner li {
width: 100%;
}
.osusume-hikarikaisenTable td ul.inner li.kodate {
margin-bottom: 36px;
}
.osusume-hikarikaisenTable td ul.inner li.nuro {
margin-bottom: 6px;
}
.osusume-hikarikaisenTable td ul.inner .arrow:before {
content: '';
display: block;
width: 34px;
height: 26px;
margin: 0 auto;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606151084.jpg) no-repeat center / contain;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
.osusume-hikarikaisenTable .kakuyasu {
font-size: 14px;
}
.osusume-hikarikaisenTable .dokomo-logo, .osusume-hikarikaisenTable .softbank-logo {
width: 80%;
}
.osusume-hikarikaisenTable .au-logo {
width: 40%;
}
.osusume-hikarikaisenTable td ul {
position: relative;
right: 4px;
}
.osusume-hikarikaisenTable td li a {
font-size: 1px;
-webkit-transform: scale(.9);
transform: scale(.9);
width: 124%;
}
.osusume-hikarikaisenTable .arrow-in {
font-size: 1px;
-webkit-transform: scale(.9);
transform: scale(.9);
width: 124%;
}
.osusume-hikarikaisenTable td ul.inner .arrow {
font-size: 1px;
-webkit-transform: scale(.9);
transform: scale(.9);
width: 124%;
}
.osusume-hikarikaisenTable .arrow-in:before, .osusume-hikarikaisenTable td ul.inner .arrow:before {
width: 38px;
height: 30px;
}
.osusume-hikarikaisenTable td:last-of-type img {
width: 60px;
margin-bottom: 2px;
}
.osusume-hikarikaisenTable td ul.inner {
right: auto;
}
}
@media only screen and (max-width: 376px) {
.post .osusume-hikarikaisenTable th {
font-size: 1.1px;
padding: 12px 0;
}
.post .osusume-hikarikaisenTable td {
padding: 4px 2px;
}
.osusume-hikarikaisenTable td ul {
right: 5px;
}
.post .osusume-hikarikaisenTable th:last-of-type {
width: 70%;
}
.osusume-hikarikaisenTable .kakuyasu {
font-size: 13px;
}
.osusume-hikarikaisenTable td:last-of-type img {
width: 58px;
}
}
@media only screen and (max-width: 361px) {
.osusume-hikarikaisenTable td li a {
-webkit-transform: scale(.8);
transform: scale(.8);
}
.osusume-hikarikaisenTable .arrow-in {
-webkit-transform: scale(.8);
transform: scale(.8);
}
.osusume-hikarikaisenTable td ul.inner .arrow {
-webkit-transform: scale(.8);
transform: scale(.8);
}
}

/*------------------------------------------------------------
おすすめ光回線　ロゴver (コエシル)
-------------------------------------------------------------*/
.post .osusume-hikarikaisenTable-rogo {
border: 0;
margin-bottom: 20px;
}
.post .osusume-hikarikaisenTable-rogo th {
background: #57a6f0;
color: var(--color-white);
border: 0;
text-align: center;
border: 1px solid #57a6f0;
padding: 14px 0;
}
.post .osusume-hikarikaisenTable-rogo th:last-of-type {
background: #368ee0;
width: 72%;
border: 1px solid #368ee0;
}
.post .osusume-hikarikaisenTable-rogo td {
border: 1px solid #b2b2b2;
border-top: 0;
padding: 16px 8px;
}
.osusume-hikarikaisenTable-rogo td:first-of-type {
text-align: center;
}
.osusume-hikarikaisenTable-rogo .kakuyasu {
font-weight: bold;
font-size: 2px;
}
.osusume-hikarikaisenTable-rogo .dokomo-logo {
width: 140px;
}
.osusume-hikarikaisenTable-rogo .au-logo {
width: 70px;
}
.osusume-hikarikaisenTable-rogo .softbank-logo {
width: 140px;
}
.osusume-hikarikaisenTable-rogo td:last-of-type li {
line-height: 1;
}
.osusume-hikarikaisenTable-rogo td:last-of-type a {
display: inline-block;
}
.osusume-hikarikaisenTable-rogo td:last-of-type img {
width: 92px;
}
.osusume-hikarikaisenTable-rogo td:last-of-type img.sonet {
width: 104px;
}
.osusume-hikarikaisenTable-rogo td:last-of-type img.softbank {
width: 116px;
}
.osusume-hikarikaisenTable-rogo td:last-of-type .arrow img {
width: 96px;
}
.osusume-hikarikaisenTable-rogo td ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.osusume-hikarikaisenTable-rogo td li {
width: 25%;
text-align: center;
margin: 0;
}
.osusume-hikarikaisenTable-rogo td ul.inner {
display: block;
}
.osusume-hikarikaisenTable-rogo td ul.inner li {
width: 100%;
}
.osusume-hikarikaisenTable-rogo td ul.inner li.kodate {
margin-bottom: 20px;
}
.osusume-hikarikaisenTable-rogo td ul.inner li.nuro {
margin-bottom: 24px;
}
.osusume-hikarikaisenTable-rogo .kousiki-btn {
font-size: 1.1px;
width: 80px;
line-height: 1;
padding: 4px 0;
border-radius: 50px;
color: var(--color-white);
background: #ff3171;
display: block;
margin: 8px auto 0;
}
@media only screen and (orientation:landscape) and (max-width : 813px), (orientation:portrait) and (max-width : 753px) {
#main-lower .post .osusume-hikarikaisenTable-rogo {
margin-bottom: 20px;
}
.osusume-hikarikaisenTable-rogo .kakuyasu {
font-size: 14px;
}
.osusume-hikarikaisenTable-rogo .dokomo-logo, .osusume-hikarikaisenTable-rogo .softbank-logo {
width: 80%;
}
.osusume-hikarikaisenTable-rogo .au-logo {
width: 40%;
}
.post .osusume-hikarikaisenTable-rogo th:last-of-type {
width: 72%;
}
.osusume-hikarikaisenTable-rogo td:last-of-type img {
width: 86%;
}
.post .osusume-hikarikaisenTable-rogo td {
padding: 14px 5px;
}
.osusume-hikarikaisenTable-rogo .kousiki-btn {
font-size: 1px;
width: 50px;
margin-top: 6px;
padding: 3px 0;
}
.osusume-hikarikaisenTable-rogo td:last-of-type .arrow img {
width: 94%;
}
.osusume-hikarikaisenTable-rogo td ul.inner li.nuro {
margin-bottom: 14px;
}
.osusume-hikarikaisenTable-rogo td ul.inner li.kodate {
margin-bottom: 20px;
}
}
@media only screen and (max-width: 376px) {
.post .osusume-hikarikaisenTable-rogo th {
font-size: 1.1px;
padding: 12px 0;
}
.post .osusume-hikarikaisenTable-rogo td {
padding: 12px 2px;
}
.osusume-hikarikaisenTable-rogo .kakuyasu {
font-size: 13px;
}
.osusume-hikarikaisenTable-rogo .kousiki-btn {
width: 44px;
padding: 2px 0;
margin-top: 5px;
}
.osusume-hikarikaisenTable-rogo td ul.inner li.nuro {
margin-bottom: 12px;
}
.osusume-hikarikaisenTable-rogo td ul.inner li.kodate {
margin-bottom: 10px;
}
}
@media only screen and (max-width: 361px) {
.osusume-hikarikaisenTable-rogo td:last-of-type .arrow img {
width: 100%;
}
}

/*------------------------------------------------------------
text-align (コエシル)
-------------------------------------------------------------*/
.txt-l {
text-align: left !important;
}
.txt-r {
text-align: right !important;
}
.txt-c {
text-align: center !important;
}

/*------------------------------------------------------------
scrolllist (コエシル)
-------------------------------------------------------------*/
.scroll-img-wrap {
width: 100%;
display: flex;
overflow-x: scroll;
overflow-scrolling: touch;
padding: 0;
margin: 0;
}
.scroll-list {
display: -webkit-flex;
display: flex;
width: 100%;
min-width: max-content;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.scroll-list li {
margin: 0 5px;
}

/*------------------------------------------------------------
pointNEW (コエシル)
-------------------------------------------------------------*/
.point-wakuBox.pointNew {
border-radius: 5px;
position: relative;
margin: 30px 2px 20px;
padding: 25px 15px 20px;
border: 3px solid #d3d3d3;
box-shadow: 0 0 0px 2px #000000;
box-sizing: border-box;
background: var(--color-white);
}
.point-wakuBox.pointNew .pwb-h {
position: absolute;
top: -17px;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
background: #000000;
display: block;
padding: 0px 30px;
font-weight: bold;
font-size: 16px;
box-shadow: 0 0 0px 2px #000000;
border-radius: 50px;
color: var(--color-white);
margin: 0 !important;
}
.point-wakuBox.pointNew dd.point-osusume {
margin: 0;
padding: 0;
background: #ffbb4e;
display: inline-block;
color: var(--color-white);
border-radius: 2px;
font-size: 1.1px;
position: relative;
}
.point-wakuBox.pointNew dd.point-osusume:before {
content: "";
position: absolute;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606166873.png)no-repeat;
background-size: 100%;
background-position: center;
left: 0;
bottom: -20px;
width: 20px;
height: 25px;
}
.point-wakuBox.pointNew dd {
padding-left: 20px;
}
.point-wakuBox.pointNew dd .b-red {
background: rgba(0, 0, 0, 0) linear-gradient(transparent 90%, #ff7907 0%) repeat scroll 0 0;
font-weight: bold;
color: #111 !important;
padding: 0 1px 2px;
}

/*------------------------------------------------------------
電子書籍サービス目的別のおすすめNo.1 (コエシル)
-------------------------------------------------------------*/
.mokutekibetu-densisyoseki {
margin-bottom: 20px;
}
.mokutekibetu-densisyoseki-midasi {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mokutekibetu-densisyoseki-midasi div {
width: 50%;
text-align: center;
color: var(--color-white);
padding: 14px 0;
font-size: 16px;
}
.mokutekibetu-densisyoseki-main {
border: 1px solid #b2b2b2;
border-top: 0;
}
.mokutekibetu-densisyoseki-midasi div:first-of-type {
background: #57a6f0;
}
.mokutekibetu-densisyoseki-midasi div:last-of-type {
background: #368ee0;
}
.mokutekibetu-densisyoseki ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.mokutekibetu-densisyoseki ul:before {
content: '';
display: block;
width: 94%;
height: 2px;
background: #e6e6e6;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.mokutekibetu-densisyoseki ul:last-of-type:before {
display: none;
}
.mokutekibetu-densisyoseki ul:after {
content: '';
display: block;
width: 98px;
height: 38px;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 0;
bottom: 0;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606183349.jpg) no-repeat center right / cover;
}
.mokutekibetu-densisyoseki ul li {
width: 50%;
padding: 14px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
}
.mokutekibetu-densisyoseki li a {
display: inline-block;
}
.mokutekibetu-densisyoseki li img {
width: 50px;
display: block !important;
margin: 0 auto 2px;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
.mokutekibetu-densisyoseki-midasi div {
font-size: 12px;
width: 46%;
}
.mokutekibetu-densisyoseki-midasi div:first-of-type {
width: 54%;
}
.mokutekibetu-densisyoseki ul:after {
width: 46px;
height: 26px;
left: 50%;
right: auto;
}
.mokutekibetu-densisyoseki ul li {
width: 46%;
}
.mokutekibetu-densisyoseki ul li.mokutekibetu-densisyoseki-text {
width: 54%;
}
}
@media only screen and (max-width : 361px) {
.mokutekibetu-densisyoseki-midasi div {
width: 48%;
}
.mokutekibetu-densisyoseki-midasi div:first-of-type {
width: 52%;
}
.mokutekibetu-densisyoseki ul:after {
width: 40px;
height: 24px;
left: 52%;
right: auto;
}
.mokutekibetu-densisyoseki ul li {
width: 48%;
}
.mokutekibetu-densisyoseki ul li.mokutekibetu-densisyoseki-text {
width: 52%;
}
}

/*------------------------------------------------------------
スクロールテーブル調整 (コエシル)
-------------------------------------------------------------*/
.table-scroll tbody {
display: table;
width: 100%;
}
.table-scroll tbody th {
width: auto;
}

/*------------------------------------------------------------
ランキングタグ(横) (コエシル)
-------------------------------------------------------------*/
.PRrank-icon4 tr:first-of-type th:first-of-type ~ th {
position: relative;
z-index: 0;
}
.PRrank-icon4 tr:first-of-type th:first-of-type ~ th:before {
content: "";
top: 0;
left: 0;
position: absolute;
z-index: 100;
width: 40px;
height: 40px;
background-size: 100%;
background-repeat: no-repeat;
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(2):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600310454.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(3):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605453967.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(4):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605487112.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(5):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605503452.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(6):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605519898.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(7):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605536122.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(8):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605552732.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(9):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605569279.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(10):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605585619.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(11):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600326835.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(12):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_160034313.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(13):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600359814.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(14):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1600376243.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(15):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605355543.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(16):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605372335.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(17):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605388398.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(18):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605404576.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(19):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605421079.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(20):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605437401.png);
}
.PRrank-icon4 tr:first-of-type th:nth-of-type(21):before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1605470272.png);
}
.cv-btn-wrap {
margin-top: 20px;
text-align: center;
}
.cv-btn-wrap .bannar-wrap {
margin-bottom: 10px;
}
.cv-btn-wrap .cv-btn {
background: #ee6464;
color: var(--color-white);
display: inline-block;
min-width: 300px;
font-size: 18px;
font-weight: bold;
line-height: 1.4;
padding: 10px;
text-align: center;
margin: 0 auto;
box-shadow: -2px 2px 0 1px #d45d5d;
border-radius: 6px;
}
.cv-btn-wrap .cv-btn .yellow {
font-size: 14px;
color: #fff601;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) .cv-btn-wrap .cv-btn {
font-size: 16px;
min-width: 78%;
}

/*--------------------------------------------------------------
DL詳細ボタン調整 (コエシル)
-------------------------------------------------------------*/
a.btn-syousai, a.btn-dl + a.btn-syousai {
margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

/*--------------------------------------------------------------
評価まとめ(転職test) (コエシル)
-------------------------------------------------------------*/
.hyouka-matome-img {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
width: 80%;
margin: 50px auto;
position: relative;
padding: 10px 0 0;
}
main#main-lower .hyouka-matome-img p {
margin: 0;
padding: 0;
}
p:empty {
display: none;
}
.hyouka-matome-img:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
box-shadow: 0 0 0 10px #256ea5;
}
.hyouka-matome-img:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
box-shadow: 0 0 0 5px #05b9d1;
}
.hyouka-matome-img img {
width: 100%;
}
.hyouka-matome-img iframe {
margin: 10px auto;
width: 90%;
height: 90%;
position: relative;
z-index: 1;
}
.hyouka-youtube {
width: 100%;
aspect-ratio: 16/9;
margin: auto;
text-align: center;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
.hyouka-matome-img {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
width: 95%;
margin: 50px auto;
position: relative;
padding: 10px 0 0;
}
}

/*------------------------------------------------------------
転職サイトランキング (コエシル)
-------------------------------------------------------------*/
.tensyoku-rank-wrap .midashi-ribon {
position: relative;
background: #0071bd;
border-radius: 4px;
padding: 10px 10px 10px 70px;
margin-bottom: 30px;
}
.tensyoku-rank-wrap .midashi-ribon:before {
content: '';
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606199638.png) no-repeat top 26% center / 20px #fcee21;
width: 50px;
height: calc(100% + 20px);
position: absolute;
top: -10px;
left: 10px;
}
.tensyoku-rank-wrap .midashi-ribon:after {
content: '1';
font-size: 3px;
color: #000;
font-weight: bold;
position: absolute;
width: 50px;
height: 100%;
top: 18px;
bottom: 0;
left: 10px;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
main#main-lower .tensyoku-rank-wrap .midashi-ribon h3 {
background: none;
margin: 0;
padding: 0;
color: var(--color-white);
line-height: normal;
font-size: 2px;
}
.tensyoku-rank-wrap .midashi-ribon h3:before {
position: absolute;
content: '';
top: -10px;
left: 59px;
z-index: -1;
width: 0;
height: 0;
border-style: solid;
border-width: 11px 0 0 6px;
border-color: transparent transparent transparent #968700;
}
.tensyoku-rank-wrap .midashi-ribon h3:after {
position: absolute;
content: '';
bottom: -10px;
left: 59px;
z-index: -1;
width: 0;
height: 0;
border-style: solid;
border-width: 11px 6px 0 0;
border-color: #968700 transparent transparent transparent;
}
main#main-lower .tensyoku-rank-wrap .midashi-ribon p {
color: #0d327c;
font-size: 14px;
background: none;
margin: 0;
padding: 0;
line-height: normal;
}
.tensyoku-rank-wrap .score-wrap {
background: #deedff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 16px 16px 16px 34px;
}
.tensyoku-rank-wrap .score-wrap .img-wrap img {
border: 1px solid #1f97b7;
border-radius: 20px;
width: 120px;
}
.tensyoku-rank-wrap .score-wrap .score {
width: 440px;
margin-left: 30px;
}
.tensyoku-rank-wrap .score-wrap .score .rank, .tensyoku-rank-wrap .score-wrap .score .hyouka {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tensyoku-rank-wrap .score-wrap .score .rank {
margin-bottom: 16px;
}
main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank p:first-of-type, main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type {
margin: 0;
line-height: 1;
font-size: 18px;
font-weight: bold;
}
.tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type img {
width: 150px;
margin-left: 10px;
}
main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank .nam, main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka .nam {
margin: 0;
margin-left: auto;
width: 100px;
color: #f15a24;
font-size: 22px;
font-weight: bold;
line-height: 1;
position: relative;
}
.tensyoku-rank-wrap .score-wrap .score .rank .nam:before, .tensyoku-rank-wrap .score-wrap .score .hyouka .nam:before {
content: '';
display: block;
width: 66px;
height: 2px;
background: #8ba5bc;
border-radius: 10px;
position: absolute;
left: -77px;
top: 0;
bottom: 0;
margin: auto;
}
main#main-lower .tensyoku-rank-wrap h4 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
main#main-lower .tensyoku-rank-wrap h4 {
color: #2097b7;
font-size: 2px;
padding: 0;
margin: 30px 0 20px;
border: 0;
}
main#main-lower .tensyoku-rank-wrap h4:before, main#main-lower .tensyoku-rank-wrap h4:after {
content: '';
display: block;
width: 10px;
height: 2px;
background: #2097b7;
border-radius: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: static;
}
main#main-lower .tensyoku-rank-wrap h4:before {
margin-right: 10px;
}
main#main-lower .tensyoku-rank-wrap h4:after {
margin-left: 10px;
}
.tensyoku-rank-wrap .osusumeuser-wrap ul {
padding-left: 30px;
}
.tensyoku-rank-wrap .osusumeuser-wrap ul li {
position: relative;
padding-left: 28px;
font-weight: bold;
}
.tensyoku-rank-wrap .osusumeuser-wrap ul li:before {
content: '';
width: 16px;
height: 16px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606216014.png) no-repeat center / contain;
position: absolute;
top: -3px;
bottom: 0;
left: 0;
margin: auto;
}
div.zokusei-wrap ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
div.zokusei-wrap li {
width: calc(20% - 8px);
margin-right: 10px;
margin-bottom: 10px;
}
div.zokusei-wrap li:nth-of-type(5n) {
margin-right: 0;
}
div.zokusei-wrap li:last-of-type {
margin-bottom: 10px;
}
div.zokusei-wrap li img {
width: 100%;
height: auto;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
.tensyoku-rank-wrap .score-wrap {
padding: 16px 0 16px 10px;
}
.tensyoku-rank-wrap .score-wrap .score {
width: 276px;
margin-left: 10px;
}
.tensyoku-rank-wrap .score-wrap .img-wrap img {
width: 80px;
border-radius: 14px;
}
main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank p:first-of-type, main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type {
font-size: 16px;
}
.tensyoku-rank-wrap .score-wrap .img-wrap img {
width: 80px;
}
.tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type img {
width: 100px;
}
main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank .nam, main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka .nam {
font-size: 18px;
width: 56px;
}
.tensyoku-rank-wrap .score-wrap .score .rank .nam:before, .tensyoku-rank-wrap .score-wrap .score .hyouka .nam:before {
width: 26px;
left: -35px;
}
.tensyoku-rank-wrap .osusumeuser-wrap ul {
padding-left: 10px;
}
div.zokusei-wrap li {
width: calc(100% / 3 - 6px);
margin-right: 9px;
}
div.zokusei-wrap li:nth-of-type(5n) {
margin-right: 9px;
}
div.zokusei-wrap li:nth-of-type(3n) {
margin-right: 0;
}
}
@media only screen and (max-width: 376px) {
.tensyoku-rank-wrap .score-wrap .img-wrap img {
width: 70px;
}
.tensyoku-rank-wrap .score-wrap .score {
width: 258px;
}
.tensyoku-rank-wrap .score-wrap .score .rank .nam:before, .tensyoku-rank-wrap .score-wrap .score .hyouka .nam:before {
width: 14px;
left: -20px;
}
.tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type img {
margin-left: 8px;
}
}
@media only screen and (max-width: 361px) {
main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank p:first-of-type, main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type {
font-size: 15px;
}
main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank .nam, main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka .nam {
font-size: 16px;
width: 50px;
}
.tensyoku-rank-wrap .score-wrap .img-wrap img {
width: 66px;
}
.tensyoku-rank-wrap .score-wrap .score {
width: 250px;
margin-left: 8px;
}
.tensyoku-rank-wrap .score-wrap .score .rank .nam:before, .tensyoku-rank-wrap .score-wrap .score .hyouka .nam:before {
width: 18px;
left: -24px;
}
}

/*------------------------------------------------------------
転職エージェントリスト (コエシル)
-------------------------------------------------------------*/
.agent-list-wrap {
background: #4793ad;
padding: 30px;
}
main#main-lower .agent-list-wrap .midasi {
text-align: center;
color: var(--color-white);
font-size: 26px;
margin-bottom: 20px;
font-weight: bold;
}
.agent-list-wrap .midasi .iconBatu {
display: inline-block;
width: 36px;
height: 36px;
margin: 0 10px -6px !important;
}
.agent-list-wrap .midasi .iconBatu::before, .agent-list-wrap .midasi .iconBatu::after {
background: #f9d13e;
height: 4.5px;
}
.agent-list-wrap .agent-list li {
background: var(--color-white);
margin-bottom: 12px;
border-radius: 5px;
padding: 10px 10px 10px 40px;
}
main#main-lower .agent-list-wrap .agent-list .agent-name {
margin-bottom: 10px;
line-height: 1.4;
position: relative;
}
.agent-list-wrap .agent-list .agent-name:before {
content: '▶';
background: #5090f4;
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 20px;
height: 20px;
color: var(--color-white);
border-radius: 50%;
font-size: 1.1px;
left: -26px;
top: 0;
bottom: 0;
margin: auto;
-webkit-transform: scale(.8);
transform: scale(.8);
}
main#main-lower .agent-list-wrap .agent-list .agent-name a {
padding: 0 5px;
border-bottom: 1px solid #5090f4;
font-weight: bold;
}
main#main-lower .agent-list-wrap .agent-list .syousai {
margin: 0;
padding-left: 5px;
line-height: 1.4;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
.agent-list-wrap {
padding: 14px;
}
main#main-lower .agent-list-wrap .midasi {
font-size: 16px;
margin-bottom: 10px;
}
.agent-list-wrap .midasi .iconBatu {
width: 24px;
height: 24px;
margin: 0 6px -5px !important;
}
.agent-list-wrap .midasi .iconBatu::before, .agent-list-wrap .midasi .iconBatu::after {
height: 3.5px;
}
.agent-list-wrap .agent-list li {
margin-bottom: 10px;
padding-left: 34px;
}
.agent-list-wrap .agent-list .agent-name:before {
left: -24px;
}
}
@media only screen and (max-width: 376px) {
main#main-lower .agent-list-wrap .midasi {
font-size: 15px;
}
.agent-list-wrap .midasi .iconBatu {
width: 22px;
height: 22px;
margin: 0 4px -4px !important;
}
}
@media only screen and (max-width: 361px) {
main#main-lower .agent-list-wrap .midasi {
font-size: 14px;
}
.agent-list-wrap .midasi .iconBatu {
width: 20px;
height: 20px;
}
.agent-list-wrap .midasi .iconBatu::before, .agent-list-wrap .midasi .iconBatu::after {
height: 3px;
}
.agent-list-wrap {
padding: 10px;
padding-top: 13px;
}
}

/*------------------------------------------------------------
体験談 (コエシル)
-------------------------------------------------------------*/
table.tb-taikendan-box {
border: 0 !important;
box-sizing: border-box;
width: 99%;
margin: 0 auto 15px !important;
background: #ffffff;
}
table.tb-taikendan-box tr:nth-of-type(1) {
box-shadow: 0 0 0 2px #c7cbde;
border-radius: 10px 10px 0 0;
}
table.tb-taikendan-box tr:nth-of-type(1) th {
width: 12%;
padding: 10px;
background: none;
border: 0;
}
table.tb-taikendan-box tr:nth-of-type(1) th img {
width: 100%;
border-radius: 50px;
box-shadow: 0 0 0 2px #c7cbde;
box-sizing: border-box;
padding: 2px;
}
table.tb-taikendan-box tr:nth-of-type(1) td {
border: 0;
font-size: 16px;
font-weight: bold;
color: #3b4675;
}
table.tb-taikendan-box tr:nth-of-type(2) td {
line-height: 1.6;
padding: 10px;
border: 0;
background: #fffef8;
box-shadow: 0 0 0 2px #c7cbde;
border-radius: 0 0 10px 10px;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
table.tb-taikendan-box tr:nth-of-type(1) th {
width: 20%;
padding: 10px;
background: none;
border: 0;
}
}
table.tb-taikendan-box.taiken-man {
border: 0 !important;
box-sizing: border-box;
width: 99%;
margin: 0 auto 15px !important;
background: #edf9ff;
}
table.tb-taikendan-box.taiken-man tr:nth-of-type(1) th img {
width: 100%;
border-radius: 50px;
box-shadow: 0 0 0 2px #3680ae;
box-sizing: border-box;
padding: 2px;
}
table.tb-taikendan-box.taiken-woman {
border: 0 !important;
box-sizing: border-box;
width: 99%;
margin: 0 auto 15px !important;
background: #ffecef;
}
table.tb-taikendan-box.taiken-woman tr:nth-of-type(1) th img {
width: 100%;
border-radius: 50px;
box-shadow: 0 0 0 2px #fe4974;
box-sizing: border-box;
padding: 2px;
}
div.zokusei-wrap.rank-zokusei-icon ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
div.zokusei-wrap.rank-zokusei-icon li {
width: calc(24% - 4px);
margin-right: 10px;
margin-bottom: 10px;
}
div.zokusei-wrap.rank-zokusei-icon li:nth-of-type(8n) {
margin-right: 0;
}
div.zokusei-wrap.rank-zokusei-icon li:last-of-type {
margin-bottom: 10px;
}
div.zokusei-wrap.rank-zokusei-icon li img {
width: 100%;
height: auto;
}
@media only screen and (orientation:landscape) and (max-width :813px), (orientation:portrait) and (max-width :753px) {
div.zokusei-wrap.rank-zokusei-icon li {
width: calc(100% / 4 - 9px);
margin-right: 9px;
}
div.zokusei-wrap.rank-zokusei-icon li:nth-of-type(4n) {
margin-right: 9px;
}
div.zokusei-wrap.rank-zokusei-icon li:nth-of-type(8n) {
margin-right: 0;
}
}

/*------------------------------------------------------------
CVボタン (コエシル)
-------------------------------------------------------------*/
.cta-link-box02 {
margin: 0 auto;
/* background: #ffe0ea; */
background: #fcffe4;
padding: 5px 25px;
width: 90%;
}
.cta-link-box02 .ctaText02 {
background: none;
padding-top: 10px;
color: #cc0000;
}
.cta-link-box02 .ctaText02:after, .cta-link-box02 .ctaText02:before {
border-color: #cc0000;
}

main#main-lower .cta-link-box02{
background-color: #fcffe4;
}

main#main-lower .cta-link-box02 .b{
color: #1f1d1d !important;
font-weight: bold !important;
margin: 10px 0 16px 0;
}

main#main-lower .cta-link-button02 {
width: 90%;
font-size: 17px;
display: block;
margin: 10px auto 15px auto;
padding: 20px 13px;
border: 0;
background: #22BA4F;
color: #FFF !important;
font-weight: bold;
cursor: pointer;
text-align: center;
transition: 0.3s;
box-sizing: border-box;
border-radius: 50px;
box-shadow: 0px 5px #1D502C;
position: relative;
line-height: 1.5;
text-decoration: none !important;
position: relative;
}

main#main-lower .cta-link-button02::before{
content: "無料";
background: #fff;
color: #1D502C;
padding: 4px 12px 6px 12px;
border-radius: 60px;
font-weight: bold;
position: absolute;
font-size: 16px;
top: 50%;
transform: translateY(-50%);
left: 4%;
}

main#main-lower .cta-link-button02::after{
content: '';
width: 12px;
height: 12px;
border: 0;
border-top: solid 3px #fff;
border-right: solid 3px #fff;
transform: rotate(45deg);
position: absolute;
top: 0;
right: 5%;
bottom: 0;
margin: auto;
}


main#main-lower .cta-link-button03 {
width: 90%;
font-size: 18px;
display: block;
margin: 10px auto 15px auto;
padding: 13px;
border: 0;
/* background: #f96378; */
background: #f84e59;
color: #FFF !important;
font-weight: bold;
cursor: pointer;
text-align: center;
transition: 0.3s;
box-sizing: border-box;
border-radius: 4px;
/* box-shadow: 0px 5px #bf4c60; */
box-shadow: 0px 5px #a20f28;
position: relative;
line-height: 1.5;
text-decoration: none !important;
}
.cta-link-button03:after, .gachaBtn:after {
content: '';
position: absolute;
right: -10px;
top: 0;
bottom: 0;
margin: auto;
width: 30px;
height: 30px;
color: #fff !important;
font-size: 2px;
display: block;
background: url(https://ieagent.jp/taxiappnavi/img/taxiappnavi/uploads/2023/12/2023y12m18d_1757181714.png) center no-repeat rgba(255, 255, 255, 0);
background-size: 15px;
-webkit-animation-name: Arrows;
animation-name: Arrows;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
a.btn-dl:after {
width: 13px;
height: 12px;
background-size: 6px;
}
.cta-link-box02 + table, .cta-link-box02 + p {
margin-top: 23px;
}
.cta-link-box.cta-link-box02 span.b {
display: inline-block;
padding-bottom: 7px;
}
@media (max-width: 767px) {
.cta-link-box02 {
/* background: #ffe0ea; */
background: #ffffbb;
padding: 10px 15px;
width: 100%;
margin: 0 auto 24px;
}
h2.post-list-title {
font-size: 13px !important;
}
, post-list-date {
font-size: 12px !important;
}
.cta-link-box02 + p, .cta-link-box02 + table, .joubu-rank02 {
margin-top: 20px;
}
.cta-link-box.cta-link-box02 span.b {
padding-bottom: 4px;
}
}
@keyframes Arrows {
0% {
opacity: 0;
transform: translate(-30px, 0)
}
50% {
opacity: 1;
transform: translate(-10px, 0)
}
to {
opacity: 0;
transform: translate(0, 0)
}
}
main#main-lower a.gachaBtn {
border: 1px solid #2b9aaf !important;
text-decoration: none !important;
position: relative;
border-radius: 6px;
color: #2b9aaf;
font-size: 16px;
background: #ffffff;
transition: 0.3s;
padding: 8px 50px;
text-align: left;
line-height: 1.4;
font-weight: bold;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 90%;
margin: 0 auto;
}
main#main-lower .gachaBtn:before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 8px;
border-color: transparent transparent transparent #2b9aaf;
position: absolute;
top: 50%;
right: 24px;
margin-top: -6px;
}
/* 旧デザイン */
/* main#main-lower a.gachaBtn {
border: 2px solid #000 !important;
text-decoration: none !important;
position: relative;
border-radius: 6px;
color: #000;
font-size: 18px;
background: #ffd703;
transition: 0.3s;
padding: 10px 50px;
text-align: left;
line-height: 1.4;
font-weight: bold;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 90%;
margin: 0 auto;
}
main#main-lower .gachaBtn:before {
content: '';
display: block;
width: 26px;
height: 26px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606282343.png) no-repeat center / contain;
position: absolute;
right: 24px;
top: 0;
bottom: 0;
margin: auto;
} */
@media only screen and (max-width: 768px) {
main#main-lower a.gachaBtn {
width: 100%;
padding: 10px 32px 10px 24px;
font-size: 14px;
margin: 0 auto;
}
main#main-lower .gachaBtn:before {
border-width: 5px 0 5px 7px;
right: 10px;
}
/* 旧デザイン */
/* main#main-lower a.gachaBtn {
width: 100%;
padding: 10px 32px 10px 24px;
font-size: 16px;
margin: 0 auto;
}
main#main-lower .gachaBtn:before {
width: 16px;
right: 10px;
} */
}

/*------------------------------------------------------------
テーブルthカラー (コエシル)
-------------------------------------------------------------*/

main article .contents table {
width: 100%;
margin: 16px auto 24px auto !important;
/*  table-layout: fixed;*/
}

/*main article .contents table tr:first-child th {
background-color: #b3ec00;
}
*/
main article .contents table th {
color: #471010;
background-color: #ffefef;
border-right: 1px solid #bfbfbf !important;
border-bottom: 1px solid #bfbfbf !important;
width: fit-content;
}

main article .contents table th a{
color: #266678;
}

main article .contents table th,
main article .contents table td {
padding: 16px;
line-height: 1.7;
}
main article .contents table tr.kokusuru th {

}


main article .contents .table-scroll-fix .kokusuru th:first-child:after {
border-color: #cafb20;
}
main article .contents table tr th.company-th a > br {
display:none;
}
main article .contents table tr th.company-th a > span {
display: block;
color: #448acb;
line-height: 1.2;
margin-top: 4px;
}

main article .contents table.table-scroll-fix dl.acMenu table.tableLine{
white-space: normal;
}

/*------------------------------------------------------------
行列入れ替えtable (コエシル)
-------------------------------------------------------------*/
.gyoretu-irekae .icon-osusume img {
max-width: none;
}
.gyoretu-irekae.PRrank-icon3 tbody th:first-of-type {
padding: 10px 5px 10px 35px;
}
table.gyoretu-irekae img:last-child {
margin-bottom: 0;
}
#main-lower .gyoretu-irekae.PRrank-icon3 tbody th:first-of-type:before {
content: "";
top: 0;
left: 0;
position: absolute;
z-index: 100;
width: 40px;
height: 40px;
background-size: 100%;
background-repeat: no-repeat;
}

@media only screen and (orientation: landscape) and (min-width: 813px), (orientation: portrait) and (min-width: 753px) {
.gyoretu-irekae .sp {
display: none;
}
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait) {
.android .cps-post-main table.gyoretu-irekae tr:last-child th {
border-bottom: 1px solid #FFD5B3;
}
.android .cps-post-main table.gyoretu-irekae tr:last-child td {
border-bottom: 1px solid #FFD5B3;
}
.android .cps-post-main table.gyoretu-irekae td:last-child {
border-right: 1px solid #FFD5B3;
}
.gyoretu-irekae thead {
float: left;
}
.gyoretu-irekae thead tr {
width: 100px;
}
.gyoretu-irekae thead th {
width: 100% !important;
height: 42px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.gyoretu-irekae thead th:first-of-type {
height: 60px;
}
.gyoretu-irekae tbody {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow-x: scroll;
overflow-y: hidden;
}
.gyoretu-irekae tbody tr {
display: inline-block;
height: 100%;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.gyoretu-irekae tbody th, .gyoretu-irekae tbody td {
width: 100%;
height: 42px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#main-lower table.gyoretu-irekae tbody th:first-child {
position: relative;
text-align: center !important;
padding: 8px 5px;
height: 60px;
}
table.gyoretu-irekae tbody th:first-child img {
display: none;
}
}

/*------------------------------------------------------------
幅加算（汎用） (コエシル)
-------------------------------------------------------------*/
.add-width {
padding-right: 28px;
padding-left: 28px;
}

/*------------------------------------------------------------
icon-osusume (コエシル)
-------------------------------------------------------------*/
.icon-osusume {
font-size: 9px;
color: var(--color-white);
border-radius: 10px;
padding: 1px 8px;
margin-bottom: 2px;
display: inline-block;
}

/*------------------------------------------------------------
文字サイズ調整 (コエシル)
-------------------------------------------------------------*/
main#main-lower .post .fontsize-test-box h4 {
line-height: 1.4;
font-size: 16px;
font-weight: 600;
}
div.post .fontsize-test-box th, div.post .fontsize-test-box td {
font-size: 14px;
padding: 8px 5px;
line-height: 1.5;
}
.post .fontsize-test-box td li {
font-size: 14px;
}
.fontsize-test-box dl.hyouka-good dt, .fontsize-test-box dl.hyouka-bad dt {
font-size: 14px;
line-height: 1.3;
}
.fontsize-test-box dl.hyouka-good dd, .fontsize-test-box dl.hyouka-bad dd {
font-size: 13px;
line-height: 1.5;
}
main#main-lower .fontsize-test-box .hyouka-box-in .hyouka-box-name dd p {
color: #777;
font-size: 12px;
letter-spacing: -0.5px;
line-height: 1.5;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
main#main-lower .post .fontsize-test-box h2 {
font-size: 2px;
line-height: initial;
padding-bottom: 11px;
}
main#main-lower .post .fontsize-test-box h3 {
font-size: 18px;
}
main#main-lower .post .fontsize-test-box h4 {
font-size: 16px;
}
div.post .fontsize-test-box th, div.post .fontsize-test-box td {
font-size: 13px;
}
}
.post .gachaBtn:after {
display: none;
}

/*------------------------------------------------------------
アイコン枠 (コエシル)
-------------------------------------------------------------*/
img.iconwaku {
border: 1px solid #FFD5B3;
border-radius: 10px;
}

/*------------------------------------------------------------
口コミ比較調整 (コエシル)
-------------------------------------------------------------*/
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi {
margin-bottom: 10px;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr:first-of-type td p {
margin: 0;
}
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) span {
margin: 0 0 2px;
}

/*------------------------------------------------------------
並び替えbtn調整 (コエシル)
-------------------------------------------------------------*/
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
.kh-matome .narabikae {
box-sizing: border-box;
max-width: calc(100% - 94px);
}
.kh-matome .narabikae + a.reset-bt {
padding: 10px 0;
width: 78px;
}
}

/*------------------------------------------------------------
TOP新着クチコミ調整 (コエシル)
-------------------------------------------------------------*/
#top-newkuchi .hyouka-top dl dd ul li:nth-of-type(1) span {
position: relative;
top: 2px;
}
#top-newkuchi .hyouka-box .hyouka-box-name dd .hyouka-hoshi {
margin-top: 7px;
}
#top-newkuchi .hyouka-box .hyouka-box-name dd .hyouka-hoshi img {
position: relative;
bottom: 2px;
}
#top-newkuchi .hyouka-good dt span, #top-newkuchi .hyouka-bad dt span {
margin-bottom: 0;
white-space: nowrap;
}
#top-newkuchi .hyouka-good dt span:last-of-type, #top-newkuchi .hyouka-bad dt span:last-of-type {
margin-bottom: 0;
white-space: normal;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
#top-newkuchi .hyouka-top dl dd ul li:nth-of-type(1) img {
position: relative;
bottom: 2px;
}
#top-newkuchi .hyouka-top dl dd ul li:nth-of-type(1) span {
top: 0px;
}
#top-newkuchi .hyouka-box .hyouka-box-name dd .hyouka-hoshi {
margin-top: 5px;
}
#top-newkuchi .hyouka-box .hyouka-box-name dd .hyouka-hoshi img {
bottom: 0px;
}
}

/*------------------------------------------------------------
クチコミ調整 (コエシル)
-------------------------------------------------------------*/
.kutikomi-hyouka-matome .hyouka-box-name dd .hyouka-hoshi span {
position: relative;
top: 2px;
}
.kutikomi-hyouka-matome #search-result .hyouka-good dt span:last-of-type, .kutikomi-hyouka-matome #search-result .hyouka-bad dt span:last-of-type {
margin-bottom: 0;
}
.kutikomi-hyouka-matome #search-result .hyouka-good dt div:first-of-type, .kutikomi-hyouka-matome #search-result .hyouka-bad dt div:first-of-type {
white-space: nowrap;
}
.kutikomi-hyouka-matome #search-result .hyouka-good dt span:last-of-type, .kutikomi-hyouka-matome #search-result .hyouka-bad dt span:last-of-type {
margin-bottom: 0;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
.kutikomi-hyouka-matome .hyouka-box-name dd .hyouka-hoshi span {
top: 0;
}
}
.category-all-in ul li:nth-child(n+89):nth-child(-n+133) {
display: none;
}
#widget-gaikoCategoryList li.widget-gaikoCategory:nth-child(n+89):nth-child(-n+133) {
display: none;
}
.maximg-re img {
max-width: initial;
}

/*------------------------------------------------------------
checkList-table (コエシル)
-------------------------------------------------------------*/
.checkList-table input[type="checkbox"] {
position: relative;
top: 1px;
margin-right: 8px;
}
.sp {
display: none;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
.sp {
display: block;
}
}

/*------------------------------------------------------------
口コミスライド (コエシル)
-------------------------------------------------------------*/
.kutikomi-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow-x: scroll;
padding-bottom: 10px;
margin-bottom: 20px;
}
.kutikomi-slide .hyouka-box-in {
min-width: 500px;
max-width: 500px;
margin: 3px 20px 3px 3px;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
.kutikomi-slide .hyouka-box-in {
min-width: 76vw;
max-width: 76vw;
margin-right: 16px;
}
}
@media only screen and (max-width: 429px) {
.kutikomi-slide .hyouka-box-in {
min-width: 86vw;
max-width: 86vw;
margin-right: 12px;
}
}
@media only screen and (max-width: 376px) {
.kutikomi-slide .hyouka-box-in {
margin-right: 10px;
}
.kutikomi-slide .hyouka-box-in .hyouka-good dt div:first-of-type, .kutikomi-slide .hyouka-box-in .hyouka-good dt, .kutikomi-slide .hyouka-box-in .hyouka-bad dt div:first-of-type, .kutikomi-slide .hyouka-box-in .hyouka-bad dt {
font-size: 13px;
}
}

/*------------------------------------------------------------
new-kuchi-komi (コエシル)
-------------------------------------------------------------*/
.new-kuchi-komi {
border: 1px solid #ccc;
padding: 14px;
margin-bottom: 20px;
}
.new-kuchi-komi .new-kk-head {
display: -webkit-flex;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.new-kuchi-komi .new-kk-head img {
width: 70px;
height: 70px;
margin: 0;
}
.new-kuchi-komi .new-kk-head .new-kk-right {
margin-left: 16px;
font-weight: bold !important;
}
.new-kuchi-komi .new-kk-head .new-kk-right p {
line-height: 1;
font-size: 14px;
font-weight: bold;
margin: 0 0 8px 1px;
}
.new-kuchi-komi .new-kk-head .new-kk-right .new-kk-hoshi {
color: #efb027;
box-shadow: 0 0 0 1px #efb027;
border-radius: 50px;
padding: 4px 10px;
font-size: 14px;
line-height: 1.1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 16px;
}
.new-kuchi-komi .new-kk-head .new-kk-right .new-kk-hoshi img {
width: 90px;
height: auto;
margin-left: 10px;
vertical-align: bottom;
}
main#main-lower .post .new-kuchi-komi .new-kk-bottom p {
font-size: 14px;
margin-bottom: 4px;
line-height: 1.7;
}
.new-kuchi-komi .new-kk-txtbox {
position: relative;
}
.new-kuchi-komi .new-kk-bottom .new-kk-txtbox p {
font-weight: normal;
font-size: 14px;
margin-bottom: 0;
}
.new-kuchi-komi .new-kk-bottom .new-kk-txtbox .more-btn {
margin: 0;
position: absolute;
height: 1.7em;
background: var(--color-white);
right: 0;
bottom: 0;
width: calc(14.5px * 12);
}
.new-kuchi-komi .new-kk-bottom .new-kk-txtbox .more-btn:before {
content: '…';
display: inline;
color: #444;
}
.new-kuchi-komi .new-kk-txtbox .more-btn a {
color: #444;
text-decoration: underline;
font-weight: normal;
}
main#main-lower .post .new-kuchi-komi .new-kk-bottom .mozisuseigen p {
font-weight: normal;
font-size: 14px;
margin-bottom: 0;
line-height: 1.5;
}
.new-kuchi-komi .new-kk-bottom .mozisuseigen a {
font-size: 14px;
}
.kutikomi-slide .new-kuchi-komi {
min-width: 300px;
max-width: 300px;
margin: 3px 20px 3px 3px;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
.kutikomi-slide .new-kuchi-komi {
min-width: 84vw;
max-width: 84vw;
margin-right: 12px;
}
.new-kuchi-komi {
padding: 12px;
margin-bottom: 16px;
}
main#main-lower .post .new-kuchi-komi .new-kk-bottom p {
line-height: 1.5;
}
.new-kuchi-komi .new-kk-bottom .new-kk-txtbox .more-btn {
height: 1.5em;
width: calc(14.5px * 16);
}
}

/*------------------------------------------------------------
文字数制限 (コエシル)
-------------------------------------------------------------*/
.mozisuseigen {
line-height: 1.5;
}
.mozisuseigen p {
display: inline;
}
.mozisuseigen .link {
display: inline;
cursor: pointer;
}
.mozisuseigen .link {
color: #444;
font-weight: normal;
display: inline-block;
text-decoration: underline;
font-size: 14px;
}
.mozisuseigen.open .link {
display: block;
text-align: right;
cursor: pointer;
}
.mozisuseigen.open .link {
text-decoration: none;
color: var(--color-99);
cursor: auto;
text-indent: -5em;
overflow: hidden;
}
.mozisuseigen .link:after {
content: '続きを見る';
cursor: pointer;
}
.mozisuseigen.open .link:after {
content: '閉じる';
cursor: pointer;
}
.mozisuseigen.open .link:hover {
opacity: 1;
}

/*------------------------------------------------------------
余白
--------------------------------------------------------------*/
.post table + .flow-wrap {
margin: 0 auto 16px;
}
.cta-link-box02 {
/* margin: 0 auto 32px; */
margin: 0 auto 20px;
}
.post table + main#main-lower .hyouka-main-wrap {
/* margin: 0 auto 32px; */
margin: 0 auto 20px;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
.post table + .flow-wrap, ul + .cta-link-box02 {
margin: 0 auto 24px;
}
.post table + main#main-lower .hyouka-main-wrap {
margin: 0 auto 24px;
}
}

/* =============================================
パーツ
============================================= */

/* カテゴリタグ */
.cat-tag {
background: #f9aa32;
color: #fff;
font-weight: 600;
padding: 4px 16px;
}
/* 投稿日付 */
.date {
position: relative;
display: flex;
flex-flow: row nowrap;
align-items: center;
color: #969696;
line-height: 1;
}
.date:before {
font-family: 'Material Symbols Rounded';
content: '\e8b5';
top: 50%;
transform: translateY(-50%);
left:-20px;
margin:auto;
display:block;
position:absolute;
font-size:18px;
}


/* 共通/もっと見るボタン */
.btn-readmore {
position: relative;
display: flex;
justify-content: center;
align-items: center;
color: var(--color-text) !important;
font-weight: 600;
text-align: center;
background: #fff;
margin: 0 auto;
transition: 0.3s;
box-shadow: 0 0 0 2px #333;
}
.btn-readmore:before {
position: absolute;
display: block;
content: "";
background: url("https://ieagent.jp/taxiappnavi/img/taxiappnavi/uploads/2023/12/2023y12m18d_1709356173.png") no-repeat;
background-size: contain;
}
/* .btn-readmore:hover {
box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
transform: translateY(-4px);
opacity: 1;
} */
@media only screen and (max-width: 768px) {
.btn-readmore {
padding: 16px 0;
}
}
/* トップ / もっと見るボタン */
.top-sec.btn-readmore {
width: 440px;
border-radius: 50px;
font-size: 2px;
padding: 24px 0;
}
.btn-readmore:before {
right: 16px;
width: 30px;
height: 13px;
}
@media only screen and (max-width: 1000px) {
.top-sec.btn-readmore {
width: calc(100% - 30px);
font-size: 16px;
}
}
/* トップ / 見出し */
.top-ttl {
position: relative;
color: var(--color-key);
font-family: var(--font-eng);
font-size: 36px;
font-weight: 600;
line-height: 1;
padding: 0 0 0 26px;
margin: 0 auto;
}
.top-ttl:before {
display: block;
content: "";
width: 10px;
height: 80%;
background: var(--color-key);
position: absolute;
top: 0;
left: 0;
bottom: 0;
border-radius: 5px;
margin: auto;
z-index: 1;
}
.top-ttl:after {
display: inline-block;
color: var(--color-key-light);
font-family: var(--font-jp);
font-size: 16px;
position: relative;
margin: 0 0 0 8px;
}
@media only screen and (max-width: 1000px) {
.top-ttl {
font-size: 28px;
padding: 0 0 0 16px;
}
.top-ttl:before {
width: 8px;
}
.top-ttl:after {
font-size: 14px;
}
}
/* サイドウィジット / 見出し */
.aside-ttl {
position: relative;
color: var(--color-key);
font-family: var(--font-eng);
font-size: 24px;
font-weight: 600;
line-height: 1;
border-top: 2px solid var(--color-f2);
padding: 32px 0 0;
margin: 0 auto;
}
.aside-pr__ttl.aside-ttl {
position: relative;
color: var(--color-key);
font-family: var(--font-jp);
font-size: 22px;
font-weight: 600;
line-height: 1.3;
border-top: 2px solid var(--color-f2);
padding: 32px 0 0;
margin: 0 auto 16px;
}
.aside-ttl:before {
content: "";
position: absolute;
bottom: 100%;
left: 0;
width: 50px;
height: 2px;
background: var(--color-key-border);
}
.aside-ttl:after {
display: block;
color: var(--color-key-light);
font-family: var(--font-jp);
font-size: 16px;
position: relative;
margin: 4px auto 16px;
}
/* 各カテゴリ・アイコン画像*/
.top-sec-category__wrap, .aside-category__wrap {
display: flex;
flex-flow: row wrap;
/* justify-content: space-between; */
justify-content: space-evenly;
width: 100%;
margin: 0 auto;
}
.top-sec-category__wrap {
max-width: 1000px;
}
.top-sec-category__list, .aside-category__list {
position: relative;
}
.top-sec-category__list {
width: calc((100% - 64px) / 3);
margin: 32px 0 0;
padding-bottom: 16px;
}
.aside-category__list {
width: calc((100% - 16px) / 2);
}
/* .aside-category__list a:hover {
opacity: 1;
} */
.top-sec-category__list:before {
position: absolute;
bottom: 0;
display: block;
width: 100%;
height: 42.2%;
content: "";
background: var(--color-yellow-light);
border-radius: 16px;
}
.top-sec-category__icon, .aside-category__icon {
position: relative;
background: var(--color-key-light);
border-radius: 50%;
margin: 0 auto;
z-index: 1;
}
.top-sec-category__icon {
width: 200px;
height: 200px;
}
.aside-category__icon {
width: 142px;
height: 142px;
transition: 0.3s;
}
/* .aside-category__icon:hover {
box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
transform: translateY(-4px);
} */
.top-sec-category__icon::before, .aside-category__icon::before {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: "";
background: var(--color-white);
border-radius: 50%;
box-shadow: 0 0 10px var(--color-key-shadow);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 2;
}
.top-sec-category__icon::before {
width: 176px;
height: 176px;
}
.aside-category__icon::before {
width: 120px;
height: 120px;
}
.icon-area::before {
z-index: 3;
background: url("https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606248877.png") no-repeat;
background-size: contain;
}
.icon-beginner::before {
z-index: 3;
background: url("https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606232216.png") no-repeat;
background-size: contain;
}
.icon-work::before {
z-index: 3;
background: url("https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1606265389.png") no-repeat;
background-size: contain;
}

/* =============================================
ヘッダー
============================================= */
header {
background-color: #fff;
width: 100%;
height: 85px;
margin-left: auto;
margin-right: auto;
border-radius: 0;
position: relative;
z-index: 9999;
}

.header__wrap {
width: 1000px;
margin-left:auto;
margin-right:auto;
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
align-items: center;
}
.header__top {
width: 500px;
padding: 16px 0 16px 0;
}


.header__top__logo img {
width: 100%;
height: auto;
margin-right: 20px;
}
.header__top__logo:hover{
opacity: 1 !important;
}

.header__right{
width: calc(1000px - 180px);
display: flex;
justify-content:space-between;
flex-wrap: nowrap;
align-items: center;
}

.header__top__text {
color: #b6b8c3;
font-size: 12px;
font-weight: 600;
}

h1.header-text{
width: calc(100% - 300px);
font-size: 14px;
text-align: left;
color: #b6b8c3;
padding-left: 14px;
}



/* カテゴリ */
.header__cat {
width: fit-content;
margin-left: 20px;
}

.header__cat{
display: none;
}

ul.header__cat-list {
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 100%;
font-size: 16px;
color: #42210b;
font-weight: bold;
line-height: 1;
margin: 16px 0 0 0;
}


.header__cat-list li a{
color: #42210b;
display: block;
font-weight: bold;
padding: 0 30px 0 0;
height:32px;
line-height:32px;
}

.header__cat-list li:last-child a{
border-right: none;
}

.header__cat-list li a::before{
content:"\00A0";
display:inline-block;
width:32px;
height:32px;
background-color: #55bccd;
border-radius: 4px;
margin-right:10px;
position:relative;
top:0px;
left:0;
}

.header__cat-list li:nth-of-type(1) a::before{
background-image: url(../../img/btoc/ic-tokyo.png);
background-size: 170%;
background-position: 50% 10%;
}

.header__cat-list li:nth-of-type(2) a::before{
background-image: url(../../img/btoc/ic-kanagawa.png);
background-size: 170%;
background-position: 50% 0%;
}
.header__cat-list li:nth-of-type(3) a::before{
background-image: url(../../img/btoc/ic-osaka.png);
background-size: 170%;
background-position: 50% 0%;
}
.header__cat-list li a:hover {
opacity: 0.8;
} 



.search-form_inputXX {
display: flex;
justify-content: space-between;
align-items: center;
width: 300px;
overflow: hidden;
border-radius: 25px;
background-color: #f1f5f9;
margin: 0 0 0 0;
}

.search-form_inputXX form{
display: flex;
justify-content: space-between;
align-items: center;
}

.search-form_inputXX input[type=text] {
width: 250px;
height: 40px;
padding: 2px 15px;
border: none;
box-sizing: border-box;
background-color: #f1f5f9;
font-size: 15px;
outline: none;
color: #2A323F;
font-family: 'Roboto','Noto Sans JP', sans-serif;

}

.search-form_inputXX input[type=text]::placeholder {
color: #777777;
}

.search-form_inputXX button.css-button {
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 40px;
border: none;
background-color: transparent;
cursor: pointer;
}

.search-form_inputXX button.css-button::after {
width: 20px;
height: 20px;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23777777%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
background-repeat: no-repeat;
content: '';
}


@media only screen and (max-width: 768px) {
.header__top__logo img {
width: 220px;
height: auto;
}
/* カテゴリ */
.header__cat::-webkit-scrollbar {
width: 6px;
height: 6px;
}
.header__cat::-webkit-scrollbar-thumb {
border: 1px solid var(--color-scroll-bg);
}
.header__cat-list {
width: max-content;
flex-flow: row nowrap;
}
}

/* LINE登録ボタン */
.header__wrap a.btn-line {
margin: 0;
width: 260px;
font-size: 18px;
line-height: 2.9;
padding-left: 0;
box-shadow: none;
}
.header__wrap a.btn-line:after {
top: 3px;
right: 10px;
}

@media only screen and (max-width: 768px) {
.header__wrap a.btn-line {
width: 165px;
font-size: 12px;
padding-left: 0;
}
.header__wrap .btn-line .free {
    font-size: 13px;
    width: 57px;
}
.header__wrap .btn-line .free:before {
    left: -15px;
}
}
/* =============================================
フッター
============================================= */
/* WP非表示 */
footer > .sns-wrapper,
footer > .copyright-txt {
display:none;
}
footer {
width: 100%;
background: #EFF0F2 !important;  
padding: 8px 0 0 0;
}

.footer__wrap {
width: 100%;
border-top: 2px dashed #cccccc;
margin: 0 auto;
padding: 64px 0 0 0;
}

.area-footer{
width: 1000px;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: nowrap;
justify-content:space-between;
}

.footer-left{
width: 40%;
}
.footer__logo {
display: block;
width: 300px;
height: auto;
}
.footer__logo img {
width: 100%;
}


.footer-right{
width: 60%;
display: flex;
justify-content:flex-end;
color: #42210b;
}

.footer-right .footer-list{
margin-left: 60px;
}

.footer-right .footer-list p{
font-size: 21px;
margin-bottom: 32px;
font-weight: bold;
}

.footer-list ul {
display: inline-grid;
column-gap: 2em;
grid-auto-flow: column;
grid-template-rows: repeat(3, auto);
}

.footer-right .footer-list ul li{
font-size: 14px;
margin-bottom: 20px;
}

.footer-right .footer-list ul li:before {
content: "";
width: 10px;
height: 10px;
background: #a5a5a5;
display: inline-block;
margin-right: 7px;
border-radius: 3px;
}

.footer-bottom{
background: #1f1f1f;
color: #fff;
padding: 16px 0;
margin-top: 32px;
}

.footer__copyright {
width: 100%;
font-size: 10px;
text-align: right;
}

/*------------------------------------------------------------
東証スタンダード上場
-------------------------------------------------------------*/

.tosho{
display: flex;
width: 80%;
flex-wrap: nowrap;
justify-content: flex-start;
color: #fff;
text-align: left;
font-size: 12px;
font-weight: normal;
line-height: 1.5;
align-items: flex-start;

}

.tosho img{
width: 50px;
margin-right: 8px;
}


/* 各カテゴリ・ボタン */
#top-main .top-sec-category__btn {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: calc(100% - 48px);
color: var(--color-text);
font-size: 2px;
font-weight: 600;
margin: 16px auto 0;
padding: 16px 0;
background-color: var(--color-white);
border-radius: 6px;
z-index: 2;
transition: 0.3s;
}
/* #top-main .top-sec-category__btn:hover {
box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
transform: translateY(-4px);
opacity: 1;
} */
#top-main .top-sec-category__btn::after {
position: absolute;
right: 16px;
display: block;
content: "";
width: 14px;
height: 16px;
background: url("https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1557265914.png") no-repeat;
background-size: contain;
z-index: 3;
}
/* カテゴリ一覧・下部イラスト */
#top-main .top-sec-category__bg {
position: relative;
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
#top-main .top-sec-category__bg::before, .top-sec-category__bg::after {
position: absolute;
display: block;
content: "";
z-index: 4;
transition: 0.3s;
}
#top-main .top-sec-category__bg::before {
bottom: -128px;
left: -154px;
width: 169px;
height: 210px;
background: url("https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_161632202.png") no-repeat;
background-size: contain;
}
#top-main .top-sec-category__bg::after {
bottom: -128px;
right: -166px;
width: 182px;
height: 227px;
background: url("https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1616339751.png") no-repeat;
background-size: contain;
}
@media (width < 1350px) {
/* カテゴリ一覧・下部イラスト */
#top-main .top-sec-category__bg::before {
bottom: -130px;
left: 0;
width: 106px;
height: 134px;
}
#top-main .top-sec-category__bg::after {
bottom: -130px;
right: 0;
width: 110px;
height: 140px;
}
}
@media only screen and (max-width: 1000px) {
/* 見出し */
#top-main .top-sec-category__ttl-wrap::after {
font-size: 14px;
}
#top-main .top-sec-category__ttl {
font-size: 28px;
}
#top-main .top-sec-category__wrap {
width: calc(100% - 32px);
max-width: calc(100% - 32px);
}
/* 各カテゴリ・ボタン */
#top-main .top-sec-category__btn {
width: calc(100% - 32px);
font-size: 15px;
margin: 16px auto 0;
padding: 16px 0;
}
#top-main .top-sec-category__btn::after {
width: 12px;
height: 14px;
}
}
@media only screen and (max-width: 768px) {
/* 各カテゴリ */
#top-main .top-sec-category__list {
position: relative;
width: calc((100% - 16px) / 2);
margin: 24px 0 0;
padding-bottom: 8px;
}
#top-main .top-sec-category__list:before {
height: 41.9%;
border-radius: 6px;
}
#top-main .top-sec-category__icon {
width: 115px;
height: 115px;
}
#top-main .top-sec-category__icon::before {
width: 99px;
height: 99px;
}
/* 各カテゴリ・ボタン */
#top-main .top-sec-category__btn {
width: calc(100% - 16px);
font-size: 14px;
margin: 8px auto 0;
padding: 8px 0;
}
#top-main .top-sec-category__btn::after {
width: 9px;
height: 11px;
}
/* カテゴリ一覧・下部イラスト */
#top-main .top-sec-category__bg::before {
bottom: -80px;
left: 0;
width: 74px;
height: 92px;
}
#top-main .top-sec-category__bg::after {
bottom: -80px;
right: 0;
width: 78px;
height: 98px;
}
}
/* =============================================
下層 / レイアウト
============================================= */


.kasou-cont-wrap {
width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: center;
margin: 0px auto 64px;
padding: 32px 0 0 0;
background-color: #fff;
gap: 60px;
}



#main-lower {
width: 700px;
}
#lowerRight {
width: 300px;
}
article {
margin: 0 0 64px;
}
@media only screen and (max-width: 1000px) {
.kasou-cont-wrap {
width: calc(100% - 32px);
max-width: calc(100% - 32px);
}
}
@media only screen and (max-width: 768px) {
article {
margin: 0 0 32px;
}
.kasou-cont-wrap {
width: calc(100% - 32px);
max-width: calc(100% - 32px);
flex-flow: column;
margin: 0 auto 80px;
}
#main-lower {
width: 100%;
}
#lowerRight {
width: 100%;
margin-left: 0;
}
.post .contents {
padding-bottom: 0;
}
}

/* =============================================
下層 / 記事中
============================================= */
/* 大見出し・h1 */
.kasou-cont-wrap #main-lower h1 {
font-size: 20px;
font-weight: 600 !important;
line-height: 1.5;
margin: 0px auto 10px auto;
}
@media only screen and (max-width: 768px) {
.kasou-cont-wrap #main-lower h1 {
font-size: 20px;
margin: 0 auto 15px !important; 
}
}
/* アイキャッチ */
.kasou-cont-wrap #main-lower .article__eyecatch {
width: 100%;
height: 410px;
background: var(--color-f2);
margin: 24px 0 64px 0;
}
.kasou-cont-wrap #main-lower .article__eyecatch img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media only screen and (max-width: 768px) {
.kasou-cont-wrap #main-lower .article__eyecatch {
margin: 0 0 24px;
height: auto;
}
}
/* WP / meta-最終更新 */
/*main#main-lower .post-meta p.post-data {
position: relative;
display: flex;
flex-flow: row nowrap;
align-items: center;
width: fit-content;
color: var(--color-99);
font-family: var(--font-eng);
font-weight: 500;
line-height: 1;  
}
main#main-lower .post-meta p.post-data:before {
display: block;
content: "";
width: 16px;
height: 16px;
background: url("https://ieagent.jp/taxiappnavi/img/taxiappnavi/uploads/2023/12/2023y12m18d_1751343715.png") no-repeat;
background-size: contain;
margin: 0 8px 0 0;
}*/
/* meta */
.article__meta {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin: 0 0 32px;
}
.article__cat-time-wrap {
display: flex;
flex-flow: row wrap;
}
.article__cat-time.cat-tag {
font-size: 12px;
margin: 0 16px 0 0;
}
.article__cat-time.date {
font-size: 12px;
}
.article__sns {
display: flex;
flex-flow: row wrap;
}
.article__sns-list {
margin: 0 16px 0 0;
width: 24px;
height: 24px;
}
.article__sns-list a img {
width: 100%;
height: 100%;
object-fit: cover;
}
.article__sns-list:last-child {
margin-right: 0;
}
@media only screen and (max-width: 768px) {
.article__meta {
margin: 0 0 24px;
}
.article__cat-time.cat-tag {
font-size: 12px;
margin: 0 8px 0 0;
}
.article__sns-list {
margin-bottom: initial !important;
margin: 0 10px 0 0;
width: 20px;
height: 20px;
}
.article__sns-list a img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
/* h2 */
.kasou-cont-wrap #main-lower h2{
line-height: 1.4;
font-size: 23px !important;
font-weight: 600 ;
padding: 12px 16px 14px 16px;
margin: 32px auto 24px auto !important;
background: #d5373c;
color: #fff;
width: 100%;
position: relative;
display: block;
text-align: left;
}
/*
.kasou-cont-wrap #main-lower h2::before {
content: "";
display: inline-block;
position: absolute;
left: 13px;
top: 50%;
transform: translate(0, -50%) rotate(45deg);
width: 25px;
height: 25px;
background-image: none;
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
background-color: #ffffff;
border-radius: 5px;
border: 3px solid #1f1f1f;
}
*/

@media only screen and (max-width: 768px) {
.kasou-cont-wrap #main-lower h2 {
line-height: 1.4;
font-size: 18px !important;
padding: 6px 8px 6px 10px !important;
margin: 32px auto 24px auto;
}
/*
.kasou-cont-wrap #main-lower h2::before {
width: 20px;
height: 20px;
left: 11px;
}*/
}


/* h3 */
.kasou-cont-wrap #main-lower h3 {
line-height: 1.4;
font-size: 16px;
padding: 7px 10px 7px 16px;
margin: 32px auto 24px;
line-height: 1.6;
/*border-radius: 3px;*/
/*border-left: solid 2px #d5373c;*/
border-bottom: solid 2px #d5373c;
border-top: solid 2px #d5373c;
position: relative;
}

/*.kasou-cont-wrap #main-lower h3::before {
content: "";
display: inline-block;
position: absolute;
left: 17px;
top: 50%;
transform: translate(0%, -50%) rotate(45deg);
width: 20px;
height: 20px;
background-image: none;
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
background-color: #d5373c;
border-radius: 5px;
}
*/

@media only screen and (max-width: 768px) {
.kasou-cont-wrap #main-lower h3 {
line-height: 1.4;
font-size: 15px !important;
padding: 8px 8px 8px 10px;
margin: 32px auto 24px;

}

/*.kasou-cont-wrap #main-lower h3::before {
left: 10px;
width: 17px;
height: 17px;
}*/

}
/* h4 */
.kasou-cont-wrap #main-lower h4 {
font-size: 16px !important;
font-weight: 600 !important;
background-color: #F5F5F5;
padding: 6px 10px 6px 16px;
border-bottom: solid 1px #CCCCCC;
margin: 32px auto 24px;
position: relative;
}

/*.kasou-cont-wrap #main-lower h4::before {
content: "";
display: inline-block;
position: absolute;
left: 0px;
bottom: 0px;
width: 4px;
height: 14px;
background-image: none;
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
background-color: #d5373c;
}*/

/*.kasou-cont-wrap #main-lower h4::after {
content: "";
display: inline-block;
position: absolute;
top: 6px;
left: 0px;
bottom: 0px;
width: 4px;
height: 14px;
background-image: none;
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
background-color: #890408;
}
*/

@media only screen and (max-width: 768px) {
.kasou-cont-wrap #main-lower h4 {
	font-size: 14px !important;
margin: 0 auto 24px;
}
}
/* 本文 */
#main-lower article .post p {
font-size: 14px;
line-height: 1.7;
margin: 0 auto 24px;
}
#main-lower article .post p a {
text-decoration: underline;
}
@media only screen and (max-width: 768px) {
#main-lower article .post p {
margin: 0 auto 24px;
}
}
/* 本文 */
#main-lower article .post p {
font-size: 14px;
line-height: 1.7;
margin: 0 auto 24px;
}
#main-lower article .post p a {
text-decoration: underline;
}
@media only screen and (max-width: 768px) {
#main-lower article .post p {
margin: 0 auto 24px;
}
}
/* 目次 */
.mokujiInfo {
width: 100%;
background: #fff;
border: 1px solid #b3b3b3;
padding: 30px 20px;
font-size: 16px;
margin: 40px 0;
}
#main-lower article .post .mokujiInfo .mokujiTitle {
position: relative;
font-size: 19px;
font-weight: 600;
margin: 0 auto 24px auto;
padding:0 0 16px 32px;
border-bottom: 1px solid #b3b3b3;
}
#main-lower article .post .mokujiInfo .mokujiTitle:before {
display: inline-block;

font-family: 'Material Symbols Rounded';
content: '\e896';
font-size: 25px;
margin: 0 16px 0 0;

top: 0;
left:0;
margin:auto;
display:block;
position:absolute;

}
.mokujiInfo ul {
counter-reset: listnum; /* カウンターをリセット */
list-style: none;
margin: 0 40px;

}
.mokujiInfo ul li {
margin-bottom: 42px;
font-weight: bold;
}
.mokujiInfo ul li::before{
counter-increment: listnum;
content: counter(listnum) "."; /* 半角スペースを入れて""の中にピリオドを追加 */
color: #4add00;
font-size: 20px;
}

.mokujiInfo ul li:last-child {
margin-bottom: 0;
}
.mokujiInfo ul li a {
display: inline-block;
position: relative;
padding-left: 24px;
}

/*.mokuji_acbtn{
width: 100%;
text-align: center;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}
.mokuji_acbtn:before{
content: 'もっと見る';
display: inline-block;
font-size: 16px;
color: #fff;
background: #b9b9b9;
visibility: visible;
width: 250px;
position: relative;
line-height: 45px;
height: 45px;
text-align: center;
}

.mokuji_acbtn.mokuji_active:before {
content: '閉じる';
}*/

.mokuji_acbtn{
position: relative;
left: 1px;
bottom: 1px;
width: calc(100% - 2px);
text-align: center;
margin: 15px 0 0;
box-sizing: border-box;
z-index: 3;
cursor: auto;
background: none;
display: block;
}
.mokuji_acbtn:before {
content: 'もっと見る';
display: inline-block;
font-size: 16px;
color: #fff;
background: #b9b9b9;
visibility: visible;
width: 200px;
position: relative;
line-height: 45px;
height: 45px;
}
.mokuji_acbtn.mokuji_active {
position: relative;
left: 1px;
width: calc(100% - 2px);
text-align: center;
margin: 15px 0 0;
box-sizing: border-box;
cursor: auto;
height: auto;
bottom: 0;
z-index: 1;
background: none;
display: block;
}
.mokuji_acbtn.mokuji_active:before {
content: '閉じる';
}

@media only screen and (max-width: 768px) {
.mokujiInfo {
width: 100%;
margin: 0 auto 24px;
padding: 16px;
}
.mokujiInfo ul {
font-size: 14px !important;
}
}



/* この記事を書いた人 */
.article__writer {
width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
border-top: 3px solid var(--color-f2);
border-bottom: 3px solid var(--color-f2);
padding: 8px 0;
margin: 0 0 32px;
}
.article__writer-img {
width: 120px;
height: 120px;
background: var(--color-key-bg);
border-radius: 50%;
border: 1px solid var(--color-f2);
}
.article__writer-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.article__writer-text-wrap {
display: flex;
flex-flow: column;
width: calc(100% - (120px + 24px));
}
.article__writer-ttl {
display: flex;
flex-flow: row nowrap;
align-items: baseline;
width: 100%;
color: var(--color-key);
font-family: var(--font-eng);
font-size: 2px;
font-weight: 600 !important;
margin: 0 0 8px;
}
.article__writer-ttl::after {
display: inline-block;
content: "この記事を書いた人";
color: var(--color-key-light);
font-family: var(--font-jp);
font-size: 12px;
margin: 0 0 0 8px;
}
.article__writer-text {
margin: 0;
}
.article__writer-text dt {
font-size: 14px;
font-weight: 600 !important;
margin: 0 0 8px;
}
.article__writer-text dd {
font-size: 14px;
margin-left: 0;
}
@media only screen and (max-width: 768px) {
.article__writer {
margin: 0 0 24px;
}
.article__writer-img {
width: 80px;
height: 80px;
}
.article__writer-text-wrap {
width: calc(100% - (80px + 8px));
}
.article__writer-ttl {
font-size: 16px;
margin: 0 0 4px;
}
.article__writer-ttl::after {
font-size: 1px;
margin: 0 0 0 4px;
}
.article__writer-text dt {
font-size: 12px;
}
.article__writer-text dd {
font-size: 14px;
}
}
/* リスト */
main article .contents .list-normal,
main article .contents .list-no,
main article .contents .list-check {
font-size: 14px;
/* margin: 0 auto 32px !important; */
margin: 0 auto 20px !important;
border-radius: 6px;
}
@media only screen and (max-width: 768px) {
main article .contents .list-normal,
main article .contents .list-no,
main article .contents .list-check {
margin: 0 auto 24px !important;
}
}
/* 最終更新 */
main#main-lower .post-meta p.post-data {
position: relative;
display: flex;
flex-flow: row nowrap;
align-items: left;
color: #969696;
line-height: 1; 
font-size: 12px;
}
main#main-lower .post-meta p.post-data:before {
font-family: 'Material Symbols Rounded';
content: '\e8b5';
top: 50%;
transform: translateY(-50%);
left:-20px;
margin:auto;
display:block;
position:absolute;
font-size:18px;
}

@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px){
main#main-lower .post-meta p.post-data:before {
width: 14px;
height: 14px;
}
}

/* =============================================
下層 / 記事中 / おすすめ・関連記事
============================================= */
.article-recommend, .article-related {
width: 100%;
margin: 0 auto 64px;
}
/* 見出し */
.kasou-cont-wrap #main-lower .article-recommend__ttl, .kasou-cont-wrap #main-lower .article-related__ttl {
width: 100%;
}
.kasou-cont-wrap #main-lower .article-recommend__ttl.top-ttl, .kasou-cont-wrap #main-lower .article-related__ttl.top-ttl {
background: transparent;
color: var(--color-key);
font-size: 36px;
box-shadow: none;
padding: 0 0 0 26px;
margin: 0 auto;
}
.kasou-cont-wrap #main-lower .article-recommend__ttl:after {
content: "おすすめの記事";
}
.kasou-cont-wrap #main-lower .article-related__ttl:after {
content: "関連記事";
}
/* 記事 */
.article-recommend__wrap, .article-related__wrap {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
width: 100%;
margin: 0 auto 32px;
}
.article-recommend__list, .article-related__list {
width: calc((100% - 32px) / 2);
margin: 32px 0 0;
}
.article-recommend__posts, .article-related__posts {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
width: 100%;
background: transparent;
}
/* 記事・左・アイキャッチ */
.article-recommend__posts__eye-catch, .article-related__posts__eye-catch {
position: relative;
width: 110px;
height: 110px;
border-radius: 6px;
overflow: hidden;
z-index: 1;
}
.article-recommend__posts__eye-catch:before, .article-related__posts__eye-catch:before {
display: block;
content: "";
padding-top: 61.5%;
}
.article-recommend__posts__eye-catch img, .article-related__posts__eye-catch img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
/* .article-recommend__posts__eye-catch img:hover, .article-related__posts__eye-catch img:hover {
transform: scale(1.03);
} */
/* 記事・右・テキスト */
.article-recommend__posts__text-wrap, .article-related__posts__text-wrap {
display: flex;
flex-flow: column nowrap;
justify-content: center;
width: calc(100% - (110px + 16px));
}
.article-recommend__posts__meta-wrap, .article-related__posts__meta-wrap {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
margin: 0 0 8px;
}
.article-recommend__posts__meta.cat-tag, .article-related__posts__meta.cat-tag {
font-size: 1px;
}
.article-recommend__posts__meta.date, .article-related__posts__meta.date {
font-size: 13px;
}
.article-recommend__posts__meta.date:before, .article-related__posts__meta.date:before {
width: 14px;
height: 14px;
margin: 0 6px 0 0;
}
.article-recommend__posts__ttl, .article-related__posts__ttl {
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
font-size: 14px;
font-weight: 600 !important;
}
@media only screen and (max-width: 1000px) {
.article-recommend, .article-related {
width: 100%;
margin: 0 auto 40px;
}
/* 見出し */
.kasou-cont-wrap #main-lower .article-recommend__ttl.top-ttl, .kasou-cont-wrap #main-lower .article-related__ttl.top-ttl {
font-size: 28px;
padding: 0 0 0 16px;
}
/* 記事 */
.article-recommend__wrap, .article-related__wrap {
margin: 0 auto 24px;
}
.article-recommend__list, .article-related__list {
width: 100%;
margin: 24px 0 0;
}
/* 記事・右・テキスト */
.article-recommend__posts__ttl, .article-related__posts__ttl {
font-size: 16px;
}
}

/* =============================================
サイドウィジット 人気・最新の記事
============================================= */
/* WP非表示 */
#sidebar-55 > h3, #sidebar-56 > h3, #sidebar-57 > h3 {
display: none;
}

.area-sidemenu{
width: 100%;
background-color: #fff;
filter: drop-shadow(0px 0px 3px #d2d5e0);
padding: 100px 16px 16px 16px;
border-radius: 5px;
margin: 48px 0 80px 0;
position: relative;
}

.area-sidemenu h2{
font-size: 25px;
color: #42210B;
font-weight: bold;
padding: 16px 16px 16px 36px;
position: relative;
position: absolute;
left: -1px;
top: 0;
margin-bottom: 24px;
width: 100%;
height: 50px;
background-image: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2025/08/2025y08m20d_1321555991.png);

/*background-image: url(../../img/btoc/headline-other_sp.png);*/
background-size: 90% 100%;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 1px 0;
}

.area-sidemenu h2::before {
content: "";
position: absolute;
top: -1px;
left: 11px;
width: 17px;
height: 50px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/03/2026y03m10d_1817565032.png) no-repeat center / contain;
}

.area-sidemenu h2::after {
font-size: 14px;
display: block;
color: #949da8;
margin-top: 8px;
}

.area-sidemenu .area-popular h2::after {
content: "人気の記事";
}
.area-sidemenu .area-newpost h2::after {
content: "最新記事";
}
.area-sidemenu .area-category h2::after {
content: "人気エリアのおすすめ不動産屋";
}




.area-sidemenu ul li{
width: 100%;
font-size: 15px;
line-height: 1.6;
color: #42434a;
font-weight: bold;
border-bottom: 1px solid #dfe5ea;
padding: 24px 0;
}

.area-sidemenu ul li .side_article{
display: flex;
}

.area-sidemenu ul li a{
display: block;

}

.area-sidemenu ul li img{
width: 100px;
margin-right: 16px;
}

.area-sidemenu ul li:first-child{
padding-top: 8px;
}

.area-sidemenu ul li:first-child .side_article{
flex-direction:column;

}

.area-sidemenu .area-popular ul li:first-child img,
.area-sidemenu .area-newpost ul li:first-child img{
width: 100%;
height: 170px;
object-fit: cover;
margin-bottom: 16px;
}

.area-sidemenu ul li:first-child p.article_ttl{
width: 100%;
font-size: 15px;
}

.area-sidemenu ul li p.article_ttl{
width: 60%;
font-size: 13px;
margin: auto;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.area-sidemenu .link_wrap {
width: 100%;
text-align: center;
margin:16px auto 16px auto;
}

.area-sidemenu .more-btn {
width: 85%;
margin-right: auto;
margin-left: auto;
max-width: 350px;
font-size: 14px;
font-weight: bold;
padding: 20px 16px ;
color: #42210b !important;
position: relative;
transition: all 0.2s ease-in;
background-color: #fff;
border-radius: 60px;
display: block;
overflow: hidden;
border: 2px solid #d5373c;
}


.area-sidemenu .more-btn_line::before {
content: "";
transition: all 0.2s ease-in;
position: absolute;
right: 20px;
width: 0;
height: 0;
bottom:50%;
transform: translate(0 , 50%);
border-left: 8px solid #d5373c;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
transition: all .3s;
}


.area-sidemenu .more-btn:hover .more-btn_line::before { 
right: 15px;
}



.area-sidemenu .area-category ul li{
width: 100%;
font-size: 15px;
line-height: 1.6;
color: #42210B;
font-weight: bold;
border-bottom: 1px solid #dfe5ea;
padding: 0;
}

.area-sidemenu .area-category ul li .side_category{
display: flex;
position: relative;
}

.area-sidemenu .area-category ul li a{
display: block;
padding: 8px 0;

}

.area-sidemenu .area-category ul li img{
width: 100px;
margin-right: 16px;
}


.area-sidemenu .area-category ul li p.category_ttl{
width: 60%;
font-size: 13px;
margin: auto;
}


.area-sidemenu ul li:first-child{
padding-top: 0;
}

.area-sidemenu ul li:first-child img{
width: 100px;
margin-right: 16px;
}


/* ------- 人気・最新の記事 ------- */
#sidebar-55, #sidebar-56, #sidebar-62 {
width: 100%;
margin: 0 0 32px;
}
#sidebar-55 .aside-popular__ttl, #sidebar-56 .aside-newpost__ttl {
font-size: 24px;
}
#sidebar-55 .aside-popular__ttl:after {
content: "人気の記事";
}
#sidebar-56 .aside-newpost__ttl:after {
content: "最新の記事";
}
#sidebar-55 .aside-popular__wrap, #sidebar-56 .aside-newpost__wrap {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
width: 100%;
margin: 0 auto 16px;
}
#sidebar-55 .aside-popular__list, #sidebar-56 .aside-newpost__list {
width: 100%;
margin: 0 0 16px;
}
#sidebar-55 .aside-popular__list:last-child, #sidebar-56 .aside-newpost__list:last-child {
margin-bottom: 0;
}
#sidebar-55 .aside-popular__posts, #sidebar-56 .aside-newpost__posts {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
width: 100%;
background: transparent;
border-bottom: none;
padding: 0;
}
#sidebar-55 .aside-popular__posts__eye-catch, #sidebar-56 .aside-newpost__posts__eye-catch {
position: relative;
width: 97px;
height: 60px;
border-radius: 6px;
overflow: hidden;
z-index: 1;
}
#sidebar-55 .aside-popular__posts__eye-catch:before, #sidebar-56 .aside-newpost__posts__eye-catch:before {
display: block;
content: "";
padding-top: 61.5%;
}
#sidebar-55 .aside-popular__posts__eye-catch img, #sidebar-56 .aside-newpost__posts__eye-catch img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
transition: transform 0.5s ease;
}
/* #sidebar-55 .aside-popular__posts__eye-catch img:hover, #sidebar-56 .aside-newpost__posts__eye-catch img:hover {
transform: scale(1.03);
} */
#sidebar-55 .aside-popular__posts__ttl, #sidebar-56 .aside-newpost__posts__ttl {
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
width: calc(100% - (97px + 8px));
font-size: 14px;
font-weight: 600;
margin: auto 0;
}
@media only screen and (max-width: 768px) {
#sidebar-55, #sidebar-56, #sidebar-62 {
width: 100%;
margin: 0 0 40px;
padding-bottom: 0;
}
#sidebar-55 .aside-popular__ttl, #sidebar-56 .aside-newpost__ttl {
font-size: 28px;
padding: 24px 0 0;
}
#sidebar-57 {
padding-bottom: 0;
}
}
/* ------- カテゴリ一覧 ------- */
.aside-category {
width: 100%;
margin: 0 0 32px;
}
.aside-category__ttl {
font-size: 24px;
}
.aside-category__ttl:after {
content: "カテゴリ一覧";
}
.aside-category__wrap {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
width: 100%;
margin: 0 auto 16px;
}
.aside-category__list {
margin: 0 0 16px;
}
.aside-category__label {
display: block;
font-size: 16px;
font-weight: 600 !important;
text-align: center;
margin: 8px auto 0;
}
@media only screen and (max-width: 768px) {
.aside-category {
width: 100%;
margin: 0 0 40px;
}
.aside-category__ttl {
font-size: 28px;
}
.aside-category__list {
margin: 0 0 16px;
}
.aside-category__label {
margin: 16px auto 0;
}
}
/* ------- サイドウィジット / もっと見るボタン ------- */
.aside-sec.btn-readmore, .aside-sec.btn-readmore {
border-radius: 6px;
font-size: 14px;
padding: 8px 0;
}
.aside-sec.btn-readmore:before, .aside-sec.btn-readmore:before {
right: 16px;
width: 9px;
height: 11px;
}
@media only screen and (max-width: 768px) {
.aside-sec.btn-readmore, .aside-sec.btn-readmore {
border-bottom: none;
display:flex;
}
.aside-category__list a {
border-bottom: none !important;
}
}

/* =============================================
下層 / 記事中 / カテゴリ一覧
============================================= */
/* 見出し */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl {
position: relative;
color: var(--color-key);
font-family: var(--font-jp);
font-size: 28px;
font-weight: 600;
line-height: 1;
padding: 0 0 0 26px;
margin: 0 auto 32px;
}
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl:before {
display: block;
content: "";
width: 10px;
height: 100%;
background: var(--color-key);
position: absolute;
top: 0;
left: 0;
bottom: 0;
border-radius: 5px;
margin: auto;
z-index: 1;
}
/* 記事 */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap {
border-bottom: 1px dotted var(--color-key-light);
padding: 16px 0;
}
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap:last-child {
border-bottom: none;
margin: 0 auto 0;
}
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
width: 100%;
background: transparent;
}
/* 記事・左・アイキャッチ */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix .article-cat__eyecatch {
position: relative;
width: 140px;
height: fit-content;
background: var(--color-f2);
border-radius: 8px;
overflow: hidden;
z-index: 1;
}
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix .article-cat__eyecatch:before {
display: block;
content: "";
padding-top: 75.5%;
}
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix .article-cat__eyecatch img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
/* 記事・右・テキスト */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix > .article-cat__ttl {
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
color: #448acb;
width: calc(100% - (140px + 24px));
position: initial;
font-size: 16px;
line-height: 1.7;
padding: initial;
margin: initial;
}
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix > .article-cat__ttl:before {
display: none;
}

.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix > .article-cat__ttl a {
text-decoration: none;
}

@media only screen and (max-width: 1000px) {
/* 見出し */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl {
padding: 0 0 0 16px;
margin: 0 auto 24px;
}
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl:before {
width: 8px;
}
}
@media only screen and (max-width: 768px) {
.post.article-cat {
margin-bottom: 40px;
}
/* 見出し */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl {
font-size: 24px;
line-height: 1.2;
margin: 0 auto 8px;
}
/* 記事・左・アイキャッチ */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix .article-cat__eyecatch {
border-radius: 6px;
}
/* 記事・右・テキスト */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix > .article-cat__ttl {
-webkit-line-clamp: 3;
width: calc(100% - (140px + 16px));
font-size: 14px;
}
}
@media only screen and (max-width: 480px) {
/* 見出し */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl {
font-size: 22px;
}
/* 記事・右・テキスト */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix > .article-cat__ttl {
width: calc(100% - (140px + 8px));
}
}

/* =============================================
下層 / 記事中 / ページネーション
============================================= */
.article-pagination {
width: 100%;
margin: 32px auto 0;
}
.article-pagination__wrap {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
list-style: none;
}
.article-pagination__list:not(:last-child) {
margin: 0 16px 0 0;
}
.article-pagination__list, .article-pagination__list a {
position: relative;
width: 40px;
height: 40px;
border-radius: 50%;
color: var(--color-text);
font-family: var(--font-eng);
font-size: 2px;
font-weight: 600 !important;
line-height: 1;
}
.article-pagination__list a {
display: block;
text-align: center;
line-height: 40px;
background: var(--color-white);
transition: 0.2s;
}
.article-pagination__list.back a::before, .article-pagination__list.next a::before {
display: block;
content: "";
width: 40px;
height: 40px;
}
.article-pagination__list.back a::before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_155728256.png) no-repeat;
background-size: contain;
}
.article-pagination__list.next a::before {
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/02/2026y02m16d_1557298896.png) no-repeat;
background-size: contain;
}
.article-pagination__list.current a {
background: var(--color-yellow);
}
.article-pagination__list.dots {
text-align: center;
line-height: 40px;
}
@media only screen and (max-width: 768px) {
.article-pagination {
margin: 24px auto 0;
}
}
@media (width < 355px) {
.article-pagination__list, .article-pagination__list a {
width: 32px;
height: 32px;
font-size: 18px;
}
.article-pagination__list a {
line-height: 32px;
}
.article-pagination__list.back a::before, .article-pagination__list.next a::before {
width: 32px;
height: 32px;
}
.article-pagination__list.dots {
line-height: 32px;
}
}
@media (hover: hover) and (pointer: fine) {
.btn-readmore:hover {
box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
transform: translateY(-4px);
opacity: 1;
}
.aside-category__list a:hover {
opacity: 1;
}
.aside-category__icon:hover {
box-shadow: 0 15px 30px -5px var(--color-key-shadow),
0 0 5px var(--color-key-shadow);
transform: translateY(-4px);
}
.header__cat-list li a:hover {
opacity: 0.8;
}
.fv__post:hover {
opacity: 1;
transform: translateY(-6px);
}
.fv__post:hover .fv__post__eyecatch img {
transform: scale(1.03);
}
#top-main .top-sec-popular__posts__eye-catch img:hover {
transform: scale(1.03);
}
#top-main .top-sec-newpost__posts__eye-catch img:hover {
transform: scale(1.03);
}
#top-main .top-sec-category__btn:hover {
box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
transform: translateY(-4px);
opacity: 1;
}
.article-recommend__posts__eye-catch img:hover, .article-related__posts__eye-catch img:hover {
transform: scale(1.03);
}
#sidebar-55 .aside-popular__posts__eye-catch img:hover, #sidebar-56 .aside-newpost__posts__eye-catch img:hover {
transform: scale(1.03);
}
}

/*
======================================
記事内装飾
======================================
*/

main article{
font-size: 14px;
}

main article a,
main article a:visited{
color: #429ac4 ;
text-decoration: underline;
}

main article img.imgBorder{
border: 1px solid #b3b3b3;
}


/* .b-red {
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fcd88b99 0%) repeat scroll 0 0;
font-weight: bold;
color: #111 !important;
padding: 0 1px 2px;
} */

.b-red {
line-height: normal;  /* このnormalの指定が、可変文字サイズ取得やクロスブラウザのために重要！ */
font-weight: bold;
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fcd88bbf 0%) repeat scroll 0 0;
}

.error-new-box{
width: 100%;
margin-bottom: 80px;
text-align: center;
}

.error-new-box img{
width: 100%;
margin-bottom: 56px;
}

.error-new-box a{
color: #429ac4 ;
font-weight: bold;
text-decoration: underline;
}
main article .contents .list-normal, main article .contents .list-no, main article .contents .list-check {
font-size: 15px;
margin: 32px auto 32px !important;
background-color:#edf1f4 ;
}
main article .list-normal li, .list-no li, .list-check li {
position: relative;
border-bottom: 1px solid #dde4e6;
background: none;
padding: 8px 24px !important;
margin: 8px 0!important;
font-weight: bold;
}
main article .list-normal,  main article .list-no,  main article .list-check {
border: 1px solid #e3eaec;
background: #f9f9f9;
border-radius: 3px;
padding: 16px 16px !important;
margin: 24px 0!important;
}

main article .list-normal li:before {
content: "";
position: absolute;
background: #c7d0d2;
border: 1px solid #acb6b9;
width: 8px;
height: 8px;
border-radius: 50px;
top: 0px;
bottom: 0px;
left: 4px;
margin: auto ;
box-sizing: border-box;
}

/*
======================================
メディア運用
======================================
*/

main article .cop-company-medialist {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
main article .cop-company-medialist dl {
text-align: center;
width: 49%;
margin: 0 0 20px 0;
background: #fff;
border: 1px solid #ebebeb;
}
main article .cop-company-medialist dl:nth-of-type(3n) {
margin-right: 0;
}
main article .cop-company-medialist dl dt {
position: relative;
}
main article .cop-company-medialist dl dt img {
width: 80%;
display: block !important;
margin: 16px auto;
}
main article .cop-company-medialist dt a {
display: block;
font-size: 13px;
line-height: 1.5;
}
main article .cop-company-medialist dl dt span:first-of-type {
display: block;
text-align: center;
font-size: 2.1px;
font-weight: bold;
}
main article .cop-company-medialist dl dt span:last-of-type {
display: block;
text-align: center;
font-size: 12px;
}
main article .cop-company-medialist dl dd {
padding: 10px 14px 10px;
text-align: left;
background: #f4f4f4;
margin: 10px;
border-radius: 6px;
min-height: 110px;
line-height: 1.5;
font-size: 13px;
}

/*-- アコーディオンメニュー --*/
main article .article_content .acMenu{
margin-top: 5px;
margin-bottom: 5px;
}
main article .article_content > .acMenu{
margin-top: 20px;
margin-bottom: 40px;
}
.acMenu dt{
border: 1px solid #bbb;
border-radius: 3px;
padding: 16px 5px;
text-align: center;
display: block;
box-shadow: none;
background: #fff;
color: #666;
cursor: pointer;
position:relative;
margin-top: 32px;
margin-bottom: 32px;
}
.acMenu dt:before{
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:auto;
z-index:5px;
width:99%;
height:2px;
border-bottom:1px solid #bbb;
border-left:1px solid #bbb;
border-right:1px solid #bbb;
}
.acMenu dt:after{
content:"";
position:absolute;
bottom:-7px;
left:0;
right:0;
margin:auto;
z-index:5px;
width:98%;
height:1px;
border-bottom:1px solid #bbb;
border-left:1px solid #bbb;
border-right:1px solid #bbb;
}
.acMenu dd{
display:none;
margin:0 0 5px!important;
box-sizing:border-box;
}
.acMenu dt.active{
border: 1px solid #ffeea1;
background:#fff2b7;
margin:0 0 5px!important;
box-shadow: 0 2px 0 0 #bbb;
border-radius:4px 4px 0 0;
color:#444;
}
.acMenu dt.active:before{
border:none;
}
.acMenu dt.active:after{
border:none;
}
.acMenu dt.active + dd{
display: block!important;
}
main article .article_content .acMenu dd > *:not(:last-child) {
margin-bottom: 10px;
}


.lead {
font-size: 11px;
color: #777;
line-height: 1.4;
}

/* =============================================
下層 / 記事中 / 会社概要
============================================= */

.cop-company-jyusyou .sp {
display: none;
}
.cop-company-jyusyou .cop-company-jyusyou-slider-wrap {
height: 220px;
margin: 0px 40px;
}
.cop-company-jyusyou .sd-message-01 {
display: block;
text-align: left;
margin: 0 5px;
background: #fff;
position: relative;
border: 1px solid #ededed;
}
.cop-company-jyusyou .sd-message-01 br {
display: none;
}
.cop-company-jyusyou .sd-message-01 img {
width: 100%;
height: 100px;
padding: 15px;
box-sizing: border-box;
object-fit: contain;
}
.cop-company-jyusyou .sd-message-01 p {
height: 120px;
margin: 0 !important;
padding: 10px;
background: #fcffe4;
font-size: 12px !important;
margin: 0;
}
.cop-company-jyusyou .sd-message-01 p:empty {
display: none;
margin: 0;
}
.cop-company-jyusyou-slider-area {
position: relative;
}
.cop-company-jyusyou-slider-area .slider-prev,
.cop-company-jyusyou-slider-area .slider-next {
width: 30px;
line-height: 30px !important;
height: 30px;
border-radius: 0;
top: 0;
bottom: 0;
margin: auto;
cursor: pointer;
font-weight: normal;
font-size: 200% !important;
position: absolute;
background: #55bccd;
z-index: 999999;
color: #fff;
text-align: center;
}
.cop-company-jyusyou-slider-area .slider-prev {
left: 0;
}
.cop-company-jyusyou-slider-area .slider-next {
right: 0;
}
@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {
.cop-company-jyusyou {
margin-bottom: 30px;
}
.cop-company-jyusyou .cop-company-jyusyou-slider-wrap {
height: 182px;
}
.cop-company-jyusyou ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.cop-company-jyusyou li {
width: 49%;
margin: 0 2% 10px 0;
}
.cop-company-jyusyou li:nth-of-type(3n) {
margin-right: 2%;
}
.cop-company-jyusyou li:nth-of-type(4) {
margin-bottom: 10px;
}
.cop-company-jyusyou li:nth-of-type(2n) {
margin-right: 0;
}
.cop-company-jyusyou li p {
font-size: 13px;
height: 95px;
}
.company-media .cop-company-medialist dl,
.company-media .cop-company-medialist dl:nth-of-type(3n) {
width: 100%;
margin-right: 0;
}
.company-media .cop-company-medialist dl dd {
padding: 10px;
min-height: auto;
}
.cop-company-jyusyou .sp {
display: block;
}
.cop-company-jyusyou .pc {
display: none;
}
.cop-company-jyusyou .cop-company-jyusyou-slider-area {
position: relative;
height: 182px;
margin-bottom: 0;
}
.cop-company-jyusyou-slider-area .slider-prev,
.cop-company-jyusyou-slider-area .slider-next {
position: absolute;
font-weight: normal;
font-size: 200% !important;
z-index: 999999;
color: #fff;
text-align: center;
width: 30px;
line-height: 30px !important;
height: 30px;
border-radius: 0;
top: 0;
bottom: 0;
margin: auto;
cursor: pointer;
}
.cop-company-jyusyou-slider-area .slider-prev {
left: 0;
}
.cop-company-jyusyou-slider-area .slider-next {
right: 0;
}
.cop-company-jyusyou-slider-wrap {
margin: 0 40px;
}
.cop-company-jyusyou .sd-message-01 {
margin: 0 10px;
text-align: left;
background: #fff;
position: relative;
border: 1px solid #ededed;
}
.cop-company-jyusyou .sd-message-01 img {
width: 100%;
height: 100px;
padding: 15px;
box-sizing: border-box;
object-fit: contain;
}
.cop-company-jyusyou .sd-message-01 p {
height: 80px;
}
.cop-company-jyusyou .sd-message-01 p:empty {
display: none;
margin: 0;
}
}

/* =============================================
下層 / 記事中 / インサート
============================================= */
.kasou-cont-wrap #main-lower .post .gaiko-insert {
border-radius: 6px;
border: 1px solid #0091ff;
/* margin: 0 auto 32px; */
margin: 0 auto 20px;
}
.kasou-cont-wrap #main-lower .post .gaiko-insert dl dt {
background: #0091ff;
color: var(--color-yellow-light);
text-align: center;
font-size: 16px;
padding: 8px 0;
font-weight: 600;
}
.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd {
padding: 24px;
}
.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd p {
margin: 0 auto 16px;
}
.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd p:last-of-type {
margin: 0 auto;
}
.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd .gaiko-insert-ctaText {
margin: 0 auto 4px;
color: #de4c4c;
text-align: center;
font-weight: 600;
}
.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd a.get-text-cta {
display: block;
width: calc(100% - 32px);
background: #de4c4c;
border-radius: 4px;
border-bottom: 5px solid #b30b0b;
color: var(--color-white);
text-align: center;
font-weight: 600;
margin: 0 auto;
padding: 16px 0;
}
@media only screen and (max-width: 768px) {
.kasou-cont-wrap #main-lower .post .gaiko-insert {
margin: 0 auto 24px;
}
.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd {
padding: 16px;
}
.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd a.get-text-cta {
width: 100%;
}
}
/*------------------------------------------------------------
オーバーレイ
-------------------------------------------------------------*/

.overrayBox_second{
background: rgba(87,89,100,0.4);
position: fixed;
z-index: 10000;
bottom: 0;
left: 0;
margin: 0;
width:100%;
padding: 8px !important;
}
.overrayInner p{
padding: 0 !important;
display: none;
}

.overrayInner br{
display: none;
}

.overrayInner a{
display: inline-block;
}

.overrayInner a:hover{
opacity: 1 !important;
}


.overrayBox_second .overrayInner{
padding: 0 !important;
margin:0 auto 0px auto !important;
text-align: center;
}
.overrayBox_second .overrayBtn{
width: auto;
min-width: 410px;
font-size: 13px;
border-radius:5px;
height:auto;
padding: 0;
position: relative;
overflow: hidden;
display: inline-flex;
align-items: center;
flex-wrap: nowrap;
background: #FB983B;
box-shadow:#A84909 0px 4px 0px;
margin-left: auto;
margin-right: auto;
}

.overrayBox_second .overrayBtn a.article{
width: 100%;
margin: 0;
color: #fff;
text-decoration:none;
}

.overrayBox_second .overrayBtn::after{
background-color: #fff;
display: inline-block;
position: absolute;
width: 50px;
height: 100%;
background-repeat:no-repeat;
vertical-align: middle;
color:#FB983B;
font-family: 'Material Symbols Rounded';
content: '\f090';
font-size: 40px;
top: 50%;
transform: translateY(-50%);
padding-top: 10px;
right: 0;
}

.app_icon{
padding: 5px 0 5px 5px ;
width: 50px;
text-align: center;
}

.btn_text{
width: calc(100% - 100px);
padding: 5px 5px 5px 10px;
text-align: center;
line-height: 1.4;
color: #fff;
}

.btn_text br{
display: block;
}

.overrayBox_second .overrayBtn .app_icon img{
width: 50px;
border-radius: 5px;
margin-left: auto;
margin-right: auto;
}

.overrayBox_second .overrayBtn .btn_text span,
.overrayBox_second .overrayBtn .btn_text span.bld{
font-size: 18px;
font-weight: bold;
}



/*------------------------------------------------------------
オーバーレイ（2列）
-------------------------------------------------------------*/

.overrayBox_3rd{
background: rgba(64,65,69,0.8);
position: fixed;
z-index: 10000;
bottom: 0;
left: 0;
margin: 0;
width:100%;
padding: 8px !important;
}

.overrayBox_3rd .overrayInner{
padding: 0 !important;
margin:0 auto 0px auto !important;
text-align: center;
}

.overrayBox_3rd .ov_headline{
width: fit-content;
margin-left: auto;
margin-right: auto;
position: relative;
color: #EDFF92;
font-size: 13px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 8px;
}

.overrayBox_3rd .ov_headline:before {
position: absolute;
left: 0;
top: 0;
content: "";
width: 1px;
height: 100%;
background: #EDFF92;
border-radius: 3px;
transform: rotate(-25deg);
}

.overrayBox_3rd .ov_headline:after {
position: absolute;
content: "";
right: 0;
top: 0;
width: 1px;
height: 100%;
background: #EDFF92;
border-radius: 3px;
transform: rotate(25deg);
}

.overrayBox_3rd .ov_wrapper{
width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: center;
/*margin-top: 8px;*/
gap: 16px;
}

.overrayBox_3rd .overrayBtn{
width: 40%;
text-align: center;
max-width: 300px;
font-size: 15px;
border-radius:5px;
line-height: 1.5;
height:auto;
font-weight: bold;
color: #fff;
padding: 4px 4px;
position: relative;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
gap: 10px;
text-decoration: none;

}

.overrayBox_3rd .go::after{
border-left: 1px solid #13253e;
display: inline-block;
position: absolute;
width: 50px;
height: 100%;
color: #efefef;
font-weight: normal;
font-family: 'Material Symbols Outlined';
content: '\f090';
font-size: 40px;
text-shadow:#13253e 0px -2px 0px;
top: 50%;
transform: translateY(-50%);
right: 0;
}

.overrayBox_3rd .didi::after{
border-left: 1px solid #d87107;
display: inline-block;
position: absolute;
width: 50px;
height: 100%;
font-weight: normal;
font-family: 'Material Symbols Outlined';
content: '\f090';
font-size: 40px;
top: 50%;
transform: translateY(-50%);
right: 0;
text-shadow:#A84909 0px -1px 0px;
}



/*
.overrayBox_3rd .overrayBtn::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 6px;
border-color: transparent transparent transparent #fff;
position: absolute;
top: 0;
right: 10px;
bottom: 0;
margin: auto;
}*/

.overrayBox_3rd .overrayBtn a{
color: inherit;
text-decoration: none;
}

.overrayBox_3rd span.micro_headline{
width: fit-content;
display: block;
margin-left: auto;
margin-right: auto;
background-color: #fff;
border-radius: 30px;
display: block;
color: #1b1b1b;
font-size: 11px;
line-height: 1.2;
padding: 3px 15px;
margin-bottom: 4px;
}

.overrayBox_3rd span.micro_headline span.or{
color: #eb450b;
}

.overrayBox_3rd .go{
background-color: #1f4878;
box-shadow:#13253e 0px 4px 0px;
}
.overrayBox_3rd .didi{
background: #FB983B;
box-shadow:#A84909 0px 4px 0px;
}

.overrayBox_3rd .overrayBtn .app_icon{
padding: 0;
margin: 0;
}

.overrayBox_3rd .overrayBtn .app_icon img{
width: 50px;
text-align: center;
border-radius: 4px;
}

.overrayBox_3rd .overrayBtn img.app_icon {
width: 50px;
text-align: center;
border-radius: 4px;
}


.overrayBox_3rd .overrayBtn .btn_text{
width: calc(100% - 110px);
padding: 0;
margin: 0;
line-height: 1.5;
display: block;
}



/*------------------------------------------------------------
記事一覧
-------------------------------------------------------------*/

main article .ninki-ranking dl{
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
width: 100%;
border-bottom: 1px solid #b3b3b3;
padding: 16px 0;
}

main article .post.article-ranking dl .article-ranking__eyecatch, 
main article dl .article-new-post__eyecatch {
position: relative;
width: 180px;
height: fit-content;
overflow: hidden;
z-index: 1;
}

main article .post.article-ranking dl .article-ranking__eyecatch img, 
main article  dl .article-new-post__eyecatch img {
width: 180px;
}


main article .post.article-ranking dl .ranking-ttl,
main article  dl .article-new-post-ttl{
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
color: #448acb;
width: calc(100% - (180px + 24px));
font-size: 16px;
font-weight: 600;
line-height: 1.7;
display: list-item;
}

main article .post .ninki-ranking dl img{
width: 180px;
margin-right: 24px;
}

main article .post .ninki-ranking dd{
width: calc(100% - 204px);
}


main article .post .ninki-ranking dl a{
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
color: #448acb;
width: 100%;
font-size: 16px;
font-weight: 600;
line-height: 1.7;
display: list-item;
text-align: left;
}


#main-lower article .post .category-list{
display: flex;
justify-content:space-between;
align-items:center;
flex-wrap: wrap;
width: 100%;
border-bottom: 1px solid #b3b3b3;
}

#main-lower article .post .category-list a{
width: 100%;
padding: 16px ;
display: block;
}


#main-lower article .post .category-list img{
margin-right: 16px;
position: relative;
width: 180px;
height: fit-content;
display: inline-block;
float: left;
}


#main-lower article .post .category-list p{
font-size: 16px;
font-weight: bold;
}

#main-lower article .post .category-list p::after{
clear: both;
}

#main-lower article .post .category-list p.categorytext{
font-weight: normal;
font-size: 14px;
padding: 8px 16px ;
}


.article-pagenavi ul{
display: flex;
justify-content: center;
align-items: center;
gap: 0 8px;
list-style-type: none;
padding: 0;
margin: 32px 0 64px 0;
}

.article-pagenavi a {
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 40px;
border-bottom: 2px solid #e6e6e6;
color: #333;
text-decoration: none;
}

.article-pagenavi .current a {
border-bottom: 2px solid #eb232a;
pointer-events: none;
}

#more_rank{
margin: 40px auto;
font-size: 15px;
text-align: center;
padding: 16px;
border-radius: 60px;
border: 2px solid #55BCCD;
cursor: pointer;
display: block;
width: 85%;
margin-right: auto;
margin-left: auto;
max-width: 350px;
color: #42210B !important;
font-weight: bold;
transition: all 0.2s ease-in;
position: relative;
}


#more_rank::before {
content: "";
transition: all 0.2s ease-in;
position: absolute;
right: 20px;
width: 0;
height: 0;
bottom:50%;
transform: translate(0 , 50%);
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #55BCCD;
transition: all .3s;
}


#more_rank:hover { 
opacity: 0.8;
}



/*------------------------------------------------------------
目次調整（mokujiInfo_ac）
-------------------------------------------------------------*/
.mokujiInfo_ac {
width: 100%;
background: #f6f7f8;
padding: 30px 20px;
font-size: 14px;
line-height: 1.5;
margin: 32px 0;
}
#main-lower article .post .mokujiInfo_ac .mokujiTitle {
position: relative;
font-size: 19px;
font-weight: 600;
margin: 0 auto 24px auto;
padding:0 0 16px 32px;
border-bottom: 2px solid #fff;
}
#main-lower article .post .mokujiInfo_ac .mokujiTitle:before {
display: inline-block;
font-family: 'Material Symbols Rounded';
content: '\e896';
font-size: 25px;
margin: 0 16px 0 0;
top: 0;
left:0;
margin:auto;
display:block;
position:absolute;

}
.mokujiInfo_ac ul {
counter-reset: listnum; /* カウンターをリセット */
list-style: none;
margin: 0 40px;

}
.mokujiInfo_ac ul li {
font-weight: bold;
line-height: 1.7;
}

.mokujiInfo_ac ul li:last-child {
margin-bottom: 32px;
}
.mokujiInfo_ac ul li a {
display: inline-block;
position: relative;
text-decoration: none;
font-weight: normal;
/*  padding-left: 24px;*/
}


/*------------------------------------------------------------
/*お問い合わせフォーム*/
-------------------------------------------------------------*/

#form-area{
}

#form-area div[id^=form-elements-]{
background:#f3f3f3;
padding:10px 20px;
}
#form-area div[id^=form-elements-] p{
padding:5px 0;
margin:0!important;
font-weight:bold;
}
#form-area div[id^=form-elements-] span#form-control-your-name{
margin:5px 0;
display:block;
position:relative;
}
#form-area div[id^=form-elements-] span#form-control-your-name:after{
content:"※";
color:rgb(247 15 69);
position:absolute;
top:-29px;
left:100px;
}
#form-area div[id^=form-elements-] span#form-control-your-name input{
border:1px solid #ccc;
width:60%;
max-width:100%;
padding:8px;
}
#form-area div[id^=form-elements-] span#form-control-your-email{
margin:5px 0;
display:block;
position:relative;
}
#form-area div[id^=form-elements-] span#form-control-your-email:after{
content:"※";
color:rgb(247 15 69);
position:absolute;
top:-29px;
left:165px;
}
#form-area div[id^=form-elements-] span#form-control-your-email input{
border:1px solid #ccc;
border-radius:10x;
width:60%;
max-width:100%;
padding:8px;
}
#form-area div[id^=form-elements-] span#form-control-your-subject{
margin:5px 0;
display:block;
}
#form-area div[id^=form-elements-] span#form-control-your-subject input{
border:1px solid #ccc;
border-radius:10x;
width:100%;
max-width:100%;
padding:8px;
}
#form-area div[id^=form-elements-] span#form-control-your-message{
margin:5px 0;
display:block;
}
#form-area div[id^=form-elements-] span#form-control-your-message textarea{
border:1px solid #ccc;
border-radius:10x;
width:100%;
max-width:100%;
padding:8px;
font-size: 16px;
}
#form-control- input.form-control.form-submit{
width:100%;
display:block;
margin:10px auto;
height:60px;
font-weight: bold;
line-height:normal;
border:0px;
box-shadow:0 2px 0 0 #a21944;
background:#ff3171;
color:#FFF;
cursor: pointer;
font-size:22px;
line-height:2.6;
border-radius:37px;
}

#form-control- input.form-control.form-submit:hover{
opacity: 0.8;
}

/*====================================
追加調整
====================================*/

.pc-display{
display: block;
}

.sp-display{
display: none !important;
}

.pcnone{
display: none;
}

.fudousan-map{
margin-bottom: 24px;
}

/*====================================
通常移行デザイン
====================================*/
/*----------------------------------
オーバーレイ
----------------------------------*/
.overrayBox_third {
background: rgb(255, 255, 226, 0.7);
padding: 8px 0;
position: fixed;
z-index: 10000;
bottom: 0;
left: 0;
margin: 0 !important;
width: 100%;
box-sizing: border-box;
text-align: center;
}

.overrayBox_third .overrayBtn{
width: 380px;
min-width: max-content;
font-size: 14px;
border-radius: 5px;
padding: 8px 20px;
background: #00b9c0;
box-shadow: #00959b 0px 4px 0px;
margin-left: auto;
margin-right: auto;
display: block;
}

.overrayBox_third .overrayInner a {
text-decoration: none;
display: inline-block;
max-width: 100%;
zoom: 1.13;
line-height: 1.5;
}

.overrayBox_third .top {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: max-content;
margin: 0 auto;
color: #ffeb7b;
}

.overrayBox_third .top:before {
margin-right: 8px;
}

.overrayBox_third .top:before, .overrayBox_third .top:after {
content: '';
display: block;
width: 20px;
height: 16px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/05/2024y05m09d_1238278536.png) no-repeat center / contain;
position: relative;
bottom: 1px;
}

.overrayBox_third .top:after {
margin-left: 8px;
}

.overrayBox_third .top:before, .overrayBox_third .top:after {
content: '';
display: block;
width: 20px;
height: 16px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/05/2024y05m09d_1238278536.png) no-repeat center / contain;
position: relative;
bottom: 1px;
}

.overrayBox_third .bottom {
font-size: 18px;
font-weight: bold;
color: #fff;
}

/*----------------------------------
オーバーレイ2
----------------------------------*/
.overrayBox_hudousan {
background: rgb(226 243 255 / 70%);
padding: 8px 0;
position: fixed;
z-index: 10000;
bottom: 0;
left: 0;
margin: 0 !important;
width: 100%;
box-sizing: border-box;
}

.overrayBox_hudousan .overrayInner {
margin: 0 auto;
width: 100%;
text-align: center;
}

.overrayBox_hudousan .overrayInner a {
zoom: 1.1;
}

.overrayBox_hudousan .overrayBtn {
width: 380px;
min-width: max-content;
font-size: 14px;
border-radius: 5px;
height: auto;
padding: 8px 0 8px 12px;
position: relative;
display: inline-flex;
align-items: center;
flex-wrap: nowrap;
background: #30a5ff;
box-shadow: #2684cc 0px 4px 0px;
margin-left: auto;
margin-right: auto;
}

.overrayBox_hudousan .app_icon {
background: #fff;
width: 100px;
min-height: 40px;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
}

.overrayBox_hudousan .overrayBtn .app_icon img {
width: 82%;
}

.overrayBox_hudousan .btn_text {
width: auto;
flex-grow: 1;
text-align: center;
line-height: 1.4;
color: #fff;
position: relative;
margin-bottom: -3px;
padding: 0 12px;
}

.overrayBox_hudousan br {
display: none;
}

.overrayBox_hudousan .btn_text .top {
position: relative;
display: block;
width: max-content;
margin: 0 auto;
color: #fff600;
}

.overrayBox_hudousan .btn_text .top:before {
content: '';
display: block;
width: 34px;
height: 34px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/05/2024y05m10d_1535403553.png) no-repeat center / contain;
position: absolute;
left: -36px;
top: -19px;
}

.overrayBox_hudousan .btn_text .bottom {
font-size: 16px;
font-weight: bold;
}

/*----------------------------------
テーブル内CVボタン
----------------------------------*/

a.button-medium__ctatable.cta_mail {
background-color: #F98332;
box-shadow: 0 5px 0 #e8500e;
font-size: 13px;
position: relative;
max-width: 300px;
font-size: 14px;
display: block;
margin: 10px auto 15px auto !important;
padding: 14px 4px 14px 20px;
border: 0;
color: #FFF !important;
font-weight: bold;
cursor: pointer;
text-align: center;
transition: 0.3s;
box-sizing: border-box;
border-radius: 60px;
position: relative;
line-height: 1.5;
text-decoration: none !important;
}


a.button-medium__ctatable.cta_mail:before {
display: block;
content: "\E0BE";
font-family: "Material Icons Round";
font-size: 20px;
position: absolute;
left: 20px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
font-weight: 100;
top: 50%;
transform: translateY(-50%);
}

a.button-medium__ctatable.cta_mail:after {
display: block;
font-size: 12px;
content: "無料";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
background: #fff82d;
color: var(--color-text);
padding: 3px 4px 5px;
border-radius: 4px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
}


a.button-medium__ctatable {
background-color: #ff5c29;
box-shadow: 0 5px 0 #cc4a21;
color: var(--color-white);
text-align: center;
text-decoration: none !important;
border-radius: 8px;
position: relative;
width: calc(100% - 28px) !important;
padding: 10px 14px;
margin: 0 auto 10px !important;
font-weight: 800;
font-size: 14px;
line-height: 1;
}

a.button-medium__ctatable:after {
display: block;
font-size: 12px;
content: "無料";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 5px;
background: #fff82d;
color: var(--color-text);
padding: 3px 4px 5px;
border-radius: 9px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
}


span.samplemidashi {
padding-left: 19px;
color: #F75151;
}



/*----------------------------------
強調エリア
----------------------------------*/

.otf-wrap {
width: 100%;
margin: 24px 0 ;
box-sizing: border-box;
}

.otf-wrap .otf-midashi {
background: #55bccd;
display: inline-block;
color: #fff; 
width: auto;
text-align: center;
margin: 0 !important;
padding: 8px 16px;
border-radius: 5px 5px 0 0;
font-size: 15px;
border: none;
font-weight: bold;
}

.otf-wrap p {
display: block;
border: 2px solid #55bccd;
border-radius: 0 4px 4px;
background: #fff;
font-size: 15px;
margin: 0;
padding: 16px;
}

.otf-wrap .osusume-user_box .midasi p{
display: block;
border-radius: 0;
border: none;
background: #fff;
font-size: 17px !important;
margin: 0;
padding: 16px;
}

/*----------------------------------
記事内CVボタン
----------------------------------*/
.btn-midasi {
display: block;
text-align: center;
font-size: 18px;
margin: 25px 0px 6px 0px;
font-weight: bold;
color: #DE4C4C;
}

a.button-medium_tell {
background-color: #ff5c29;
box-shadow: 0 5px 0 #cc4a21;
}

.button-medium_mail {
background-color: #F98332;
box-shadow: 0 5px 0 #e8500e;
}

a.button-medium_tell, a.button-medium_line, a.button-medium_mail {
color: #fff !important;
text-align: center;
text-decoration: none !important;
border-radius: 50px;
position: relative;
padding: 24px ;
font-weight: 800;
width: 450px;
margin: 0 auto 24px auto;
font-size: 18px;
display: block;
}

a.button-medium_mail:before {
display: block;
content: "\E0BE";
font-family: "Material Icons Round";
font-size: 24px;
position: absolute;
left: 20px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
font-weight: 100;
top: 50%;
transform: translateY(-50%);
}

.button-medium_tell:after {
display: block;
font-size: 12px;
content: "無料";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
background: #fff82d;
color: var(--color-text);
padding: 4px 8px 6px 8px;
border-radius: 9px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
}

a.button-medium_line:after, .button-medium_mail:after {
display: block;
font-size: 12px;
content: "無料";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
background: #fff82d;
color: var(--color-text);
padding: 4px 6px 5px;
border-radius: 9px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
}

a.button-medium_mail.raiten-pattern2 {
color: #fff !important;
text-align: center;
text-decoration: none !important;
border-radius: 50px;
position: relative;
padding: 20px ;
font-weight: 800;
width: 500px;
margin: 0 auto 0px auto !important;
font-size: 22px;
display: block;
}


a.button-medium_mail.raiten-pattern2:before {
display: block;
font-family: 'Roboto','Noto Sans JP', sans-serif !important;
font-size: 14px !important;
content: "無料" !important;
font-weight: bold !important;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 20px;
background: #fff82d;
color: var(--color-text);
padding: 2px 10px 1px 10px;
border-radius: 8px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
}

a.button-medium_mail.raiten-pattern2:after {
display: block;
font-size: 18px;
font-family: "Material Icons Round";
content: "\e5e1" !important;
position: absolute;
background-color: transparent !important;
top: 50%;
transform: translateY(-50%);
right: 20px;
background: #fff82d;
color: #fff !important;
padding: 3px 4px 5px;
border-radius: 4px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
}

.span-pattern2{
width: fit-content;
display: block;
margin-top: -8px;
margin-left: auto;
margin-right: auto;
}

/*----------------------------------
装飾
----------------------------------*/
b, strong {
font-weight: bold;    
}


/*----------------------------------
引用コメント
----------------------------------*/
.post blockquote {
padding: 48px 24px 24px 24px !important;
border-left-style: none !important;
width: 100% !important;
margin: 0 auto 24px !important;
border-radius: 20px;
background-color: #f3f3f3;
position: relative;
}

.post blockquote:before {
display: block;
font-family: "Material Icons Round";
content: "\e244";
font-size: 30px;
position: absolute;
top: 10px;
left: 20px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
font-weight: 100;
color: #CCCCCC;
}

/*----------------------------------
画像スクロール
----------------------------------*/
.scroll-img-wrap {
width: 100% !important;
overflow-x: auto !important;
overflow-scrolling: touch;
padding: 0;
margin: 0;

}

.scroll-img-wrap img{
width: 300px;
height: 250px;
object-fit: cover;
border-radius: 16px;
}

ul.scroll-list {
margin-bottom: 10px;

}

/*----------------------------------
アコーディオン
----------------------------------*/
.hidden_box {
margin-bottom: 0px !important;
}

.hidden_box label {
font-weight: 600;
text-align: left !important;
border: 1px solid #55bccd;
border-radius: 3px;
cursor: pointer;
display: block;
box-shadow: none;
padding: 16px;
margin: 4px auto ;
color: #265464 !important;
position: relative;
font-size: 16px;
text-decoration: none !important;
}

.hidden_box label:after {
content: "▼";
position: absolute;
display: block;
width: 15px;
height: 15px;
top: -2px;
bottom: 0;
right: 16px;
margin: auto;
color: #2b9aaf;
}

.hidden_box {
margin: 0em 0;
padding: 0;
}
.hidden_box label {
width: 100%;
font-weight: 600;
text-align: center;
border: solid 2px #2b9aaf;
border-radius: 8px;
cursor: pointer;
display: block;
box-shadow: 0 3px #2b9aaf;
padding: 16px;
margin: auto;
}
.hidden_box label:hover {
background: #d8f3f5;
transition: 0.2s ease-in-out;
}
.hidden_box input {
display: none;
}
.hidden_box .hidden_show {
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: none;
background: #f6f7f8;
border-radius: 16px;
margin-bottom: 16px;
}


.hidden_box input:checked ~ .hidden_show {
padding: 0px 0;
height: auto;
opacity: 1;
}
.hidden_box p {
margin-bottom: 0px;
}

.hidden_box .mail-inquiry-button {
margin-bottom: 15px;
}
.hidden_box input:checked ~ .hidden_show {
padding: 16px;
}

.hidden_show p {
font-size: 15px;
padding: 5px 10px !important;
margin-bottom: 0px !important;
}

label.hyouka {
background: #fbfde9 !important;
}

label.hyouka:hover {
background: #d8f3f5 !important;
transition: 0.2s ease-in-out;
}

table.table_fudousanHyouka {
width: 100%;
border-top: initial;
border-right: initial;
border: 1px solid #55BCCD;
margin-bottom: initial;
margin: 0 auto 0px;
}


table.table_fudousanHyouka tbody tr th{
width: 70%;
color: #265464;
text-align: left;
background-color: #deedef;
border-right: 1px solid #fff !important;
border-bottom: 1px solid #fff !important;
}
/*
table.table_fudousanHyouka tbody tr:nth-child(even) th {
background: #b5e5ec;
}*/

table.table_fudousanHyouka tbody tr td{
text-align: center;
background-color: #fff;
}


/*table.table_fudousanHyouka tbody tr:nth-child(odd) td {
background: #E1E1E1;
}

table.table_fudousanHyouka tbody tr:nth-child(even) td {
background-color: #fff;
}*/

/*----------------------------------
聞いてみた
----------------------------------*/

.fudousan-interview {
width: 100%;
margin: 0 auto !important;
}

.fudousan_question {
background-color: #f5d8d8;
border-radius: 4px;
padding: 16px;
display: block;
color: #552431;
font-weight: 800;
font-size: 16px;
}

.interview-speech-bubble {
margin: 24px 0 48px 0px !important;
font-size: 0;
display: flex;
flex-wrap: nowrap;
justify-content: center;
}

.interview-speech-bubble_information {
margin-right: 20px !important;
display: inline-block;
margin-bottom: 0px !important;
}

.interview-speech-img {
background-image: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/03/2026y03m09d_1902362348.png);
width: 70px;
height: 70px;
border-radius: 50%;
border: 2px solid #d5373c;
background-size: cover;
margin: 0px auto !important;
}

.interview-speech-bubble.real-person .interview-speech-img {
background-image: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/03/2026y03m11d_171242741.jpg);
}

.interview-speech-bubble.recruit-man .interview-speech-img {
background-image: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/03/2026y03m16d_181514917.png);
}

.interview-speech-bubble.recruit-woman .interview-speech-img {
background-image: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/03/2026y03m16d_1815154425.png);
}

.interview-speech-name p.interview_name{
text-align: center;
margin-bottom: 0px !important;
color: #2b9aaf;
font-size: 12px !important;
line-height: 1.3 !important;
}

.interview_balloon {
border: solid 2px #d5373c;
padding: 16px 16px;
border-radius: 4px;
position: relative;
display: inline-block;
background: #fff;
margin: 0px 0 0 8px !important;
box-sizing: border-box;
word-break: break-all;
overflow-wrap: normal;
text-align: justify;
vertical-align: top;
width: 80% !important;
font-size: 14px;
line-height: 1.6;
}

.interview_balloon:before {
content: "";
position: absolute;
border: 10px solid transparent;
border-right: 15px solid #fff;
z-index: 2;
left: -23px;
top: 10%;
}

.interview_balloon:after {
content: "";
position: absolute;
border: 10px solid transparent;
border-right: 16px solid #d5373c;
left: -27px;
top: 10%;
}

/*----------------------------------
問いあわせフォーム用
----------------------------------*/

#form-area div[id^=form-elements-] {
background:#fff !important;
}
#form-area div.form-inputarea {
background:#ededed;
border-radius:10px;
padding:10px;
}
#form-area .infobox {
height: 7em;
overflow-y: scroll;
border: solid 1px;
width: calc(100% - 48px);
margin: 0 auto 24px;
}

#form-area span.form-hissu,span.form-nini {
display: inline-block;
padding: 2px 5px 3px 5px;
margin-right: 5px;
border-radius: 4px;
color: #fff;
font-size: 12px;
}
#form-area span.form-hissu {
background: #ff5757;
}
#form-area span.form-nini {
background: #5e5eff;
margin-bottom:7px;
}
#form-area span.caption {
font-weight: 100;
font-size: 12px;
}
#form-area div[id^=form-elements-] span#form-control-your-name:after,
#form-area div[id^=form-elements-] span#form-control-your-email:after {
content:none;
}
#form-area div[id^=form-elements-] span#form-control-your-tell input {
border: 1px solid #ccc;
width: 60%;
max-width: 100%;
padding: 8px;
}
select.form-control.form-select {
border: 1px solid #ccc;
max-width: 100%;
width: 12%;
padding: 8px;
}
@media only screen and (max-width: 640px) {
#form-area div[id^=form-elements-] {
padding: 10px 0 !important;
}
select.form-control.form-select {width:25%;}
#form-area div[id^=form-elements-] span#form-control-your-name input,
#form-area div[id^=form-elements-] span#form-control-your-email input,
#form-area div[id^=form-elements-] span#form-control-your-tell input {
width:100% !important;
}
#form-area .infobox {
width:100%;
padding: 0 5px;
}
#form-area .infobox p {
font-weight:100 !important;
}
}
.raiten-form-list{
margin-left:16px!important;
margin-bottom:10px;
}
.raiten-form-list p{
position: relative;
margin-left:16px!important;
}
.raiten-form-list span{
font-size:13px!important;
}
.raiten-form-list span:before{
content: '';
display: block;
position: absolute;
top: 13px;
left: -15px;
width: 10px;
height: 6px;
border-left: 2px solid #df5656;
border-bottom: 2px solid #df5656;
transform: rotate(-45deg);
}


.ui-widget {
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em
}

.ui-widget .ui-widget {
font-size: 1em
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
font-family: Verdana,Arial,sans-serif;
font-size: 1em
}

.ui-widget-content {
border: 1px solid #aaa;
background: #fff url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/07/2024y07m16d_1204594447.png) 50% 50% repeat-x;
color: #222
}

.ui-widget-content a {
color: #222
}

.ui-widget-header {
border: 1px solid #aaa;
background: #ccc url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/07/2024y07m16d_1215247192.png) 50% 50% repeat-x;
color: #222;
font-weight: bold
}

.ui-widget-header a {
color: #222
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
border: 1px solid #d3d3d3;
background: #e6e6e6 url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/07/2024y07m16d_1217006444.png) 50% 50% repeat-x;
font-weight: normal;
color: #555
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
color: #555;
text-decoration: none
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
border: 1px solid #999;
background: #dadada url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/07/2024y07m16d_1217215227.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited {
color: #212121;
text-decoration: none
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
border: 1px solid #aaa;
background: #fff url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/07/2024y07m16d_1217445569.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
color: #212121;
text-decoration: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
border: 1px solid #fcefa1;
background: #fbf9ee url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/07/2024y07m16d_1218128791.png) 50% 50% repeat-x;
color: #363636
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
color: #363636
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #fef1ec url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/07/2024y07m16d_1218406559.png) 50% 50% repeat-x;
color: #cd0a0a
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
color: #cd0a0a
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
color: #cd0a0a
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
font-weight: bold
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter: Alpha(Opacity=70);
font-weight: normal
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
opacity: .35;
filter: Alpha(Opacity=35);
background-image: none
}

.ui-state-disabled .ui-icon {
filter: Alpha(Opacity=35)
}


/*調整*/
#ui-datepicker-div{
padding: 2px !important;
border:  1px solid #9A9A9A !important;
}

.ui-datepicker .ui-datepicker-header {
position: relative;
padding: 8px;
background: rgb(191, 191, 191);
background: linear-gradient(180deg, rgba(191, 191, 191, 1) 0%, rgba(154, 154, 154, 1) 100%);
font-size: 18px;
}

.ui-datepicker th {
padding: 14px 10px;
text-align: center;
font-weight: bold;
border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
padding: 7px 4px !important;
font-size: 17px !important;
border: 1px solid #c5c5c5 !important;
background: #f6f6f6 !important;
font-weight: normal !important;
color: #222222 !important;
background: rgb(237, 237, 237) !important;
background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(215, 215, 215, 1) 49%, rgba(194, 194, 194, 1) 50%, rgba(237, 237, 237, 1) 100%) !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
border: 1px solid #fcefa1;
background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
color: #363636;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
opacity: .35;
filter: Alpha(Opacity = 35);
background-image: none;
background-color: #ffffff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 55%;
margin-top: -8px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
border: 1px solid #fcefa1 !important;
background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x !important;
color: #363636 !important;
}

.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
background-color: #EFEFEF !important;
}


#form-control-{
margin: 24px auto;
position: relative;
width: 450px;
height: 64px;
text-align: center;
display: block;
}


#form-control-:before {
display: block;
content: "\E0BE";
font-family: "Material Icons Round";
font-size: 24px;
position: absolute;
left: 20px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
font-weight: 100;
top: 50%;
transform: translateY(-50%);
color: #fff;
z-index: 3000;
}

#form-control-:after {
display: block;
font-size: 12px;
content: "無料";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
background: #fff82d;
color: var(--color-text);
padding: 10px 10px 12px 10px;
border-radius: 9px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
}

#form-control- input.form-control.form-submit {
background-color: #F98332;
box-shadow: 0 5px 0 #e8500e;
color: #fff !important;
text-align: center;
text-decoration: none !important;
border-radius: 50px;
padding: 24px ;
font-weight: 800;
width: 450px;
font-size: 20px;
line-height: 14px;
display: block;
font-family: 'Roboto','Noto Sans JP', sans-serif;
}

#form-control-:hover:after {
display: block;
font-size: 12px;
content: "無料";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
background: #fffb81;
color: #a08585;
padding: 10px 10px 12px 10px;
border-radius: 9px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
}

.footer-company_wrap{
display: none;
}

/*------------------------------------------------------------
オーバーレイ
-------------------------------------------------------------*/
.floating-banner {
background: rgb(49 49 49 / 50%);
z-index: 9999;
position: fixed;
left: 0;
bottom: -1px;
box-shadow: 0px 0px 7px #666666;
-moz-box-shadow: 0px 0px 7px #666666;
-webkit-box-shadow: 0px 0px 7px #666666;
width: 100%;
margin: 0px !important;
}
.floating-banner img {
border-radius: 0 !important;
margin:0 auto;
}
@media screen and (max-width: 680px) {
.floating-banner a {
margin: 0px !important;
width: 100% !important;
}
.floating-banner a > br{
display: none;
}
.floating-banner img{
max-width: 100%;
}
}

/*------------------------------------------------------------
オーバーレイ（PC）
-------------------------------------------------------------*/
.btn1-green p:empty,.btn1-green .iepula-overlay > br{
display: none;
}
div.btn1-green .iepula-overlay__inner:before{
height: 92px;
box-shadow: 0 2px 8px 0 rgba(32, 33, 36, 0.2);
background: rgb(255 255 255 / 90%);
}
.btn1-green .iepula-overlay__text{
line-height: 1!important;
color: var(--color-black_87);
font-size: 16px;
margin-bottom: 8px;
}
.btn1-green .iepula-overlay__text span{
color: #54b5ff;
}
.btn1-green .btn-wrap{
width: 100%;
text-align: center;
padding-bottom: 14px;
margin:0;
}
.btn1-green .btn-wrap a {
display: inline-block;
height: 44px;
line-height: 44px;
width: 400px;
background: #60bc23;
position: relative;
border-radius: 10px;
color: #fff;
box-shadow: 0 5px 0 #43950d;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 18px;
}
.btn1-green .btn-wrap a:after {
content: '';
display: block;
width: 22px;
height: 22px;
background:no-repeat center / 13px #fff;
border-radius: 50%;
position: absolute;
right: 18px;
top: 0;
bottom: 0;
margin: auto;
}

/*-------------------------------------------------------
オーバーレイ/イエプラバナー/PC版のみ
-------------------------------------------------------*/
.iepula-overlay {
position: fixed;
z-index: 10000;
bottom: 0;
left: 0;
margin: 0 !important;
width: 100%;
}
.iepula-overlay input {
display: none;
}
.iepula-overlay label {
width: 1008px;
margin: auto;
display: block;
position: relative;
}
.iepula-overlay label:before {
content: '';
background: url("https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1315441417.png") no-repeat center / 16px #E6E6E6;
display: inline-block;
border: 2px solid #666666;
border-radius: 50px;
height: 34px;
width: 34px;
position: absolute;
bottom: 0px;
right: 0;
box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.24);
cursor: pointer;
z-index: 1;
}
.iepula-overlay label:hover:before {
opacity: 0.8;
transition: 0.2s;
}
.iepula-overlay input:checked ~ label:before {
display: none;
}
.iepula-overlay input:checked ~ .iepula-overlay__inner {
opacity:0;
transition:0.8s;
display:none;
}
.iepula-overlay .iepula-overlay__inner {
width: 1008px;
margin: 0 auto;
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.iepula-overlay .iepula-overlay__inner:before {
content: "";
background: rgba(0, 0, 0, 0.5);
position: fixed;
width: 100%;
height: 156px;
display: block;
bottom: 0;
left: 0;
z-index: -1;
}
.iepula-overlay .iepula-overlay__text {
font-size:15px!important;
font-weight: 500;
line-height: 1;
text-align: center;
margin-bottom: 10px;
}
.iepula-overlay .iepula-overlay__inner-banner {
width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
padding-bottom: 5px;
}
.iepula-overlay .iepula-overlay__inner-banner a {
display: block;
width: calc((100% - 20px) / 2);
}
.iepula-overlay .iepula-overlay__inner-banner a:hover {
opacity: 0.75;
transition: 0.2s;
}
/*------------------------------------------------------------
オーバーレイ（PC）　調整
-------------------------------------------------------------*/
.btn1-green .iepula-overlay__text{
letter-spacing: 1px;
margin-bottom: 6px!important;
}
div.btn1-green .iepula-overlay__inner:before{
height: 84px;
}
.btn1-green .btn-wrap {
padding-bottom: 12px;
}
.iepula-overlay label:before{
bottom: -4px;
}

/*------------------------------------------------------------
オーバーレイ（SP）　調整
-------------------------------------------------------------*/
.overlay-oneBtn .iep-text-main{
letter-spacing: 1px;
margin-bottom: 2px;
line-height: 1!important;
}
.overlay-oneBtn .btn-wrap{
padding-bottom: 3px;
}
.overlay-oneBtn-in{
padding: 4px 10px;
}

/*------------------------------------------------------------
オーバーレイ（PC）　下部マイクロピー追加
-------------------------------------------------------------*/
div.btn1-green.microcopy2 .iepula-overlay__inner:before {
height: 98px;
}
.btn1-green.microcopy2 .btn-wrap{
padding-bottom: 9px;
}
.microcopy2 .micro-copy-bottom{
font-size: 12px;
padding-bottom:5px;
margin:0;
}
.microcopy2 .iepula-overlay label:before{
bottom: -8px;
}

/*------------------------------------------------------------
オーバーレイ（SP）　下部マイクロピー追加
-------------------------------------------------------------*/
.overlay-oneBtn .micro-copy-bottom {
text-align: center;
font-size: 12px;
}

/*------------------------------------------------------------
目次上バナー
-------------------------------------------------------------*/
.ver-bgBlue-pc,.ver-bgBlue-sp{
background: #eef8ff;
padding-bottom: 5px;
}
.ver-bgBlue-pc .title,.ver-bgBlue-sp .title{
background: #cce1f6;
color: #206ab4;
font-weight: bold;
padding: 14px 26px;
font-size: 17px;
margin-bottom: 16px;
text-align:left;
}
.ver-bgBlue-pc p,.ver-bgBlue-sp p {
color: #222;
padding: 0px 26px;
font-size: 15px!important;
margin-bottom: 20px!important;
text-align:left;
}
.ver-bgBlue-pc .red,.ver-bgBlue-sp .red {
color: #de1c1c;
}
.ver-bgBlue-pc .btn-wrap,.ver-bgBlue-sp .btn-wrap{
text-align: center;
margin:0;
}
.ver-bgBlue-pc .btn-wrap a,.ver-bgBlue-sp .btn-wrap a {
display: inline-block;
line-height: 48px;
width: 350px;
background: #60bc23;
position: relative;
border-radius: 10px;
color: #fff;
box-shadow: 0 5px 0 #43950d;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 18px;
}
.ver-bgBlue-pc .btn-wrap a:after,.ver-bgBlue-sp .btn-wrap a:after {
content: '';
display: block;
width: 24px;
height: 24px;
background: no-repeat center / 15px #fff;
border-radius: 50%;
position: absolute;
right: 14px;
top: 0;
bottom: 0;
margin: auto;
}
.ver-bgBlue-sp .title{
text-align: center;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.ver-bgBlue-sp{
padding-bottom: 16px;
}
.ver-bgBlue-sp .title{
padding: 11px 16px 10px;
}
div.ver-bgBlue-sp p,.ver-bgBlue-sp .btn-wrap{
padding: 0px 16px;
}
.ver-bgBlue-sp .btn-wrap a{
width: 100%;
margin-bottom: 16px;
}
}

/*------------------------------------------------------------
モーダル
-------------------------------------------------------------*/
.modal.sp-display{
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 9999999999;
margin: 0;
}
.modal #btn-close-popup-banner{
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,0.7);
margin: 0;
}
.modal #btn-close-popup-banner span{
display: block;
width: 28px;
height: 28px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_120805331.png) no-repeat center / contain;
position: absolute;
left: 50%;
top: 50%;
transform: translate(120px, -176px);
}
.modal-cont{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 300px;
z-index: 2;
}
.modal-cont-in{
position: relative;
}
.modal .modal-cont img{
width: 100%;
box-shadow: none;
border-radius: 0;
}
.modal .btn-wrap,main#main-lower .modal .btn-wrap{
width: 94%;
position: absolute;
left: 0;
right: 0;
margin: auto!important;
z-index: 2;
padding: 0;
display: block;
height: max-content;
bottom: 14px;
}
.modal .btn-wrap a{
display: block;
line-height: 36px;
width: 100%;
background: #ed842f;
box-shadow: 0 4px 0 #c9681e;
position: relative;
border-radius: 10px;
color: #fff;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 18px;
margin:0;
padding-top: 7px;
}
.modal .btn-wrap a:after {
content: '';
display: block;
width: 20px;
height: 20px;
background: no-repeat center / 12px #fff;
border-radius: 50%;
position: absolute;
right: 12px;
top: 0;
bottom: 0;
margin: auto;
}
.modal.tyute0 #btn-close-popup-banner span{
transform: translate(120px, -190px);
}
/*--------------------------------------------------------
ポップアップモーダル　PC
-------------------------------------------------------*/
.modal-pc-banner{
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 10000;
margin: 0!important;
}
.modal-pc-banner #btn-close-popup-banner span{
transform: translate(314px, -250px);
width: 36px;
height: 36px;
}
.modal-pc-banner .modal-cont{
width: 700px;
}
.modal-pc-banner .modal-cont img{
vertical-align: bottom;
}

/*------------------------------------------------------------
CTA調整
-------------------------------------------------------------*/
.ver-bgBlue-pc .btn-wrap a, .ver-bgBlue-sp .btn-wrap a,div.native-bnr.no-1 .native-bnr__btn-text,.defbtnWrap_twopt .btn_s_box a,.modal .btn-wrap a,.native-bnr.tesuryo0 .native-bnr__btn-text{
font-size: 19px;
text-decoration:none;
}
.ver-bgBlue-pc .btn-wrap a{
width: 360px;
}
.ver-bgBlue-pc .title, .ver-bgBlue-sp .title{
font-size: 18px;
}
div.native-bnr.no-1 .native-bnr__title{
font-size: 17.5px;
}
.defbtnWrap_twopt .btn_s_box a{
max-width: 370px;
}
.modal .btn-wrap a{
line-height: 2.4;
}
.modal-cont-in {
padding-bottom: 33px;
}
.modal.btn2 #btn-close-popup-banner span {
transform: translate(120px, -208px);
}
.btnDesign1 a{
padding: 20px 48px 12px;
}
.btnDesign1 span.text{
font-size: 18px!important;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.ver-bgBlue-sp .title {
padding: 15px 10px;
}
div.ver-bgBlue-sp p, .ver-bgBlue-sp .btn-wrap {
padding: 0px 10px!important;
}
div.native-bnr.no-1 .native-bnr__list {
width: calc(100% - 16px)!important;  
padding: 16px 10px!important;
list-style:none;
}
div.native-bnr.no-1 .native-bnr__btn{
width: calc(100% - 20px);
}
.defbtnWrap_twopt .btn_s_box a{
max-width: none;
width: 95%;
line-height: 1.5;
}
.btnDesign1 a{
padding: 20px 36px 12px;
}
.native-bnr.tesuryo0 .native-bnr__title {
font-size: 17px;
}
.native-bnr.tesuryo0 .native-bnr__list,.native-bnr.tesuryo0 .native-bnr__btn{
width: calc(100% - 20px);
}
}

@media screen and (max-width : 391px){
div.native-bnr.no-1 .native-bnr__title{
font-size: 16px;
}
div.native-bnr.no-1 .native-bnr__btn-text{
font-size: 18px;
}
}

@media screen and (max-width : 376px){
div.native-bnr.no-1 .native-bnr__btn-text{
font-size: 17px;
}
}

@media screen and (max-width : 361px){
div.native-bnr.no-1 .native-bnr__title{
font-size: 15px;
}
}

/*------------------------------------------------------------
CVボタン
-------------------------------------------------------------*/
.btnDesign1{
text-align: center;
padding-bottom: 6px;
margin:30px auto 5px!important;
box-sizing:border-box;
}
.btnDesign1 a {
display: inline-block;
min-width: 400px;
background: #60bc23;
position: relative;
border-radius: 10px;
color: #fff!important;
text-decoration: none;
font-weight: bold;
font-size: 20px;
padding: 18px 48px 10px;
box-shadow: 0 6px 0 #43950d;
line-height: 1.3;
box-sizing:border-box;
}
.btnDesign1 a:hover{
opacity: 0.6;
}
.btnDesign1 a:after {
content: '';
display: block;
width: 28px;
height: 28px;
background: no-repeat center / 15px #fff;
border-radius: 50%;
position: absolute;
right: 20px;
top: 0;
bottom: 0;
margin: auto;
}
.btnDesign1 a > br{
display: none;
}
.btnDesign1 .micro {
position: absolute;
left: 0;
right: 0;
top: -14px;
margin: auto;
line-height: 26px;
background: #ffec1b;
color: #388108;
box-shadow: 0 0 0 2px #388108;
border-radius: 30px;
padding: 0 16px;
font-size: 16px;
width: max-content;
}
.btnDesign1 .micro-copy-text {
display: block;
font-size: 14px;
font-weight: bold;
margin-top: 10px;
}
.btnDesign1 .micro-copy-text-blue {
color: #54b5ff;
}
.btnDesign1 .badge-text-label {
display: block;
background: #ff6000;
font-size: 13px;
line-height: 1.5;
padding: 6px 10px 4px;
width: fit-content;
border-radius: 6px;
position: absolute;
left: -10px;
top: 15px;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.btnDesign1 a {
min-width: auto;
width: 100%;
padding: 18px 44px 10px;
}
.btnDesign1 a:after{
right: 14px;
}
.btnDesign1 .micro-copy-text {
margin-top: 14px;
}
.btnDesign1 .badge-text-label {
font-size: 11px;
left: -8px;
top: 15px;
}
}

/*------------------------------------------------------------
.btnDesign1 マイクロピー追加
-------------------------------------------------------------*/
.btnDesign1:after{
content: '';
display: block;
width: 120px;
height: 16px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1257331575.png) no-repeat center / contain;
margin: 12px auto 0;
}
div.btnDesign1 .micro-copy-text{
display: none;
}

/*------------------------------------------------------------
uniq-linkbutton
-------------------------------------------------------------*/
a.uniq-linkbutton {
box-shadow: none;
display: block;
font-size: 15px;
font-weight: bold;
text-align: center;
color: #fff!important;
padding: 12px 0;
width: 100%;
margin: 0 auto;
text-decoration: none!important;
background: linear-gradient(to bottom, #92d25c 0%, #3ea743 100%);
text-shadow: 0px -1px 0 #666;
letter-spacing: 0.05em;
position: relative;
vertical-align: middle;
border-radius: 200px;
border-width: 1px 1px 5px;
border-style: solid;
border-color: rgb(40, 94, 9);
border-image: initial;
}
a.uniq-linkbutton:after {
content: '';
height: 25px;
width: 25px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1413167801.png) no-repeat center center;
vertical-align: middle;
display: inline-block;
background-size: contain;
margin-left: 0.2em;
}
/*------------------------------------------------------------
uniq-linkbutton　マイクロコピー追加
-------------------------------------------------------------*/
.uniq-linkbutton-microCopy{
margin-bottom: 16px;
}
.uniq-linkbutton-microCopy > br{
display: none;
}
.microCopy-bottom {
text-align: center;
display: block;
font-size: 15px;
font-weight: bold;
margin-top: 4px;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.microCopy-bottom {
font-size: 14px;
}
}

/*------------------------------------------------------------
Kボタンマイクロコピー
-------------------------------------------------------------*/
a.uniq-linkbutton{
position:relative;
margin-bottom:35px;
font-size: 19px;
}
/*
a.uniq-linkbutton:before{
content: '';
display: block;
width: 120px;
height: 16px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1257331575.png) no-repeat center / contain;
margin: 12px auto 0;
position:absolute;
bottom:-28px;
left:0;
right:0;
margin:auto;
pointer-events: none;
}
*/
.uniq-linkbutton-microCopy .microCopy-bottom{
display: none;
}

/*--------------------------------------------------------------
ボタン調整
-------------------------------------------------------------*/
body a.uniq-linkbutton{
background: linear-gradient(to bottom, #45AAF8 0%, #3A8FD1 100%);
border-color: #28628F;
}

/*---------------------------
ブルーボタン
---------------------------*/
.post .btn-design1 {
display: block;
width: 100%;
background: #3A8FD1;
color: #fff;
border-radius: 6px;
text-align: center;
line-height: 50px;
margin: 10px auto;
transition: 0.6s;
border-bottom: 5px solid #28628F;
font-size: 18px;
font-weight: bold;
position: relative;
text-decoration: none;
}
.post .btn-design1:hover{
opacity: 0.6;
}
.post .btn-design1:last-child{
margin-bottom: 0;
}
.post .btn-design1:before,.btn-design1:after{
content: '';
display: block;
width: 10px;
height: 10px;
position: absolute;
top: 0;
bottom: 0;
right: 10px;
margin: auto;
border: 2px solid #fff;
border-left: 0;
border-top: 0;
transform: rotate(-45deg);
}
.post .btn-design1:after{
right: 17px;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.post .btn-design1{
line-height: 44px;
font-size: 16px;
margin: 5px auto;
}
.post .btn-design1:before, .btn-design1:after{
width: 8px;
height: 8px;
}
.post .btn-design1:after {
right: 15px;
}
}
@media screen and (max-width : 415px){
.post .btn-design1 {
line-height: 42px;
font-size: 15px;
}
}
@media screen and (max-width : 391px){
.post .btn-design1 {
line-height: 40px;
font-size: 14px;
}
}
@media screen and (max-width : 376px){
.post .btn-design1 {
line-height: 38px;
font-size: 12.5px;
}
}
@media screen and (max-width : 361px){
.post .btn-design1:before{
right: 8px;
}
.post .btn-design1:after {
right: 13px;
}
}
p.btn-design1_wrap {
margin: 0 !important;
}
a.btn-design1 {
text-decoration: none !important;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
a.btn-design1 {
font-size: 12px !important;
}
}
/*------------------------------------------------------------
非表示打ち消し用
-------------------------------------------------------------*/
body .hihyouzi-utikesi{
display: block!important;
}

/*------------------------------------------------------------
native-bnr　手数料無料
-------------------------------------------------------------*/
.native-bnr.tesuryo0{width: 400px;margin: 0 auto 16px;line-height: 1.5;box-sizing: border-box;}
.native-bnr.tesuryo0 .native-bnr__wrap{background: #eef8ff;padding-bottom: 22px;position: relative;z-index: 1;box-sizing: border-box;}
.native-bnr.tesuryo0 .native-bnr__title {
color: #206ab4;
background: #cce1f6;
font-size: 18px;
font-weight: bold;
line-height: 1.2;
text-align: center;
padding: 12px 10px;
margin-bottom: 12px;
}
.native-bnr.tesuryo0 .native-bnr__text__orange{
text-align: center;
font-weight: bold;
color: #ff7503;
font-size: 26px;
}
.native-bnr.tesuryo0 .native-bnr__osusumepoint{
width: fit-content;
margin: 16px auto 6px;
position: relative;
color: #1f3f70;
font-weight: bold;
font-size: 20px;
line-height: 1;
}
.native-bnr.tesuryo0 .native-bnr__osusumepoint:before,.native-bnr.tesuryo0 .native-bnr__osusumepoint:after{
content: '';
display: block;
width: 6px;
height: 18px;
position: absolute;
bottom:1px;
border: 2px solid #1f3f70;
border-top: 0;
border-bottom: 0;
}
.native-bnr.tesuryo0 .native-bnr__osusumepoint:before{
left: -18px;
transform: skew(24deg);
}
.native-bnr.tesuryo0 .native-bnr__osusumepoint:after{
right: -18px;
transform: skew(-24deg);
}
.native-bnr.tesuryo0 .native-bnr__list {background: #fff;width: calc(100% - 36px);margin: 0 auto 16px;font-size: 16px;font-weight: bold;list-style: disc;border-radius: 4px;padding: 16px 16px 16px 32px;position: relative;box-sizing: border-box;}
.native-bnr.tesuryo0 .native-bnr__list li {
width: fit-content;
background: linear-gradient(transparent 60%, #fdff53 60%);
margin-bottom: 5px;
list-style: disc;
}
.native-bnr.tesuryo0 .native-bnr__list li br{
display: none;
}
.native-bnr.tesuryo0 .native-bnr__list li:last-of-type{
margin-bottom: 0;
}
.native-bnr.tesuryo0 .native-bnr__list:after {
display: block;
content: "";
width: 50px;
height: 63px;
background: url("https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1443110025.png") no-repeat;
background-size: contain;
position: absolute;
top: -44px;
right: 12px;
z-index: -1;
}
.native-bnr.tesuryo0 .native-bnr__btn {
width: calc(100% - 36px);
margin: 0 auto;
background: #60bc23;
box-shadow: 0 6px 0 #43950d;
border-radius: 10px;
}
.native-bnr.tesuryo0 .native-bnr__btn-text {display: block;color: #fff;font-size: 18px;font-weight: bold;text-align: center;padding: 14px 0;position: relative;text-decoration: none;}
.native-bnr.tesuryo0 .native-bnr__btn-text:after {
content: "";
display: block;
width: 28px;
height: 28px;
background:  no-repeat
center / 15px #fff;
border-radius: 50%;
position: absolute;
right: 14px;
top: 0;
bottom: 0;
margin: auto;
}
.native-bnr.tesuryo0 p:empty {
display: none;
}

@media screen and (max-width : 429px){
.native-bnr.tesuryo0{
width: 100%; 
}
}

@media screen and (max-width : 391px){
.native-bnr.tesuryo0 .native-bnr__list:after{
right: 6px;
}
.native-bnr.tesuryo0 .native-bnr__osusumepoint:before {
left: -16px;
}
.native-bnr.tesuryo0 .native-bnr__osusumepoint:after{
right: -12px;
}
.native-bnr.tesuryo0 .native-bnr__btn-text:after{
right: 10px;
}
}

@media screen and (max-width : 376px){
.native-bnr.tesuryo0 .native-bnr__list li{
font-size: 15px;
}
.native-bnr.tesuryo0 .native-bnr__list{
padding: 16px 10px 16px 30px;
}
.native-bnr.tesuryo0 .native-bnr__list,.native-bnr.tesuryo0 .native-bnr__btn{
width: calc(100% - 28px);
}
}

@media screen and (max-width : 361px){
.native-bnr.tesuryo0 .native-bnr__list:after {
right: 4px;
width: 46px;
height: 58px;
top: -42px;
}
.native-bnr.tesuryo0 .native-bnr__btn-text:after {
right: 8px;
width: 23px;
height: 23px;
background:  no-repeat center / 13px #fff;
}
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.native-bnr.tesuryo0 .native-bnr__title {
font-size: 16px;
}
}

@media screen and (max-width : 376px){
.native-bnr.tesuryo0 .native-bnr__title {
font-size: 15px;
}
.native-bnr.tesuryo0 .native-bnr__btn-text{
font-size: 17px;
}
}

@media screen and (max-width : 361px){
.native-bnr.tesuryo0 .native-bnr__title {
font-size: 14px;
}
.native-bnr.tesuryo0 .native-bnr__btn-text{
font-size: 16px;
}
}

/*------------------------------------------------------------
native-bnr no-1 PC用
-------------------------------------------------------------*/
@media only screen and (orientation: landscape) and (min-width: 813px), (orientation: portrait) and (min-width: 753px){
.native-bnr.no-1 {
width: 400px;
margin: 0 auto 16px;
line-height: 1;
}
.native-bnr.no-1 .native-bnr__wrap {
background: #eef8ff;
padding-bottom: 22px;
margin-bottom: 8px;
}
.native-bnr.no-1 .native-bnr__title {
color: #206ab4;
background: #cce1f6;
font-size: 16.5px;
font-weight: bold;
line-height: 1.2;
text-align: center;
padding: 12px 10px;
margin: 0;
}
.native-bnr.no-1 .native-bnr__list {
padding: 16px 18px;
margin: 0 auto;
width: auto;
list-style:none;
}
.native-bnr.no-1 .native-bnr__list li {
position: relative;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
padding-left: 40px;
}
.native-bnr.no-1 .native-bnr__list li:before {
display: block;
content: "";
width: 31px;
height: 20px;
background: url("https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1424300882.png") no-repeat;
background-size: contain;
position: absolute;
left: 0;
}
.native-bnr.no-1 .native-bnr__list li > .marker {
display: inline-block;
background: linear-gradient(transparent 60%, #fdff53 60%);
}
.native-bnr.no-1 .native-bnr__list li:last-child {
margin-bottom: 0;
}
.native-bnr.no-1 .native-bnr__btn {
width: calc(100% - 36px);
margin: 0 auto;
background: #60bc23;
box-shadow: 0 6px 0 #43950d;
border-radius: 10px;
}
.native-bnr.no-1 .native-bnr__btn-text {
display: block;
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 14px 0;
position: relative;
text-decoration: none;
}
.native-bnr.no-1 .native-bnr__btn-text:after {
content: "";
display: block;
width: 28px;
height: 28px;
background:  no-repeat
center / 15px #fff;
border-radius: 50%;
position: absolute;
right: 14px;
top: 0;
bottom: 0;
margin: auto;
}
}

/*-------------------------------------------------------
20240117_ネイティブバナー調整
-------------------------------------------------------*/
.native-bnr.no-1 p:empty {
display: none;
}
.native-bnr.no-1 .native-bnr__wrap {
width: calc(100% - 16px)!important; 
background: #eef8ff;
padding-bottom: 22px;
margin-bottom: 8px;
}
.native-bnr.no-1 .native-bnr__title {
color: #206ab4;
background: #cce1f6;
font-size: 16.5px;
font-weight: bold;
line-height: 1.2;
text-align: center;
padding: 12px 10px;
}
.native-bnr.no-1 .native-bnr__list {
padding: 16px 18px;
line-height: 1.5;
}
.native-bnr.no-1 .native-bnr__list li {
position: relative;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
padding-left: 40px;
}
.native-bnr.no-1 .native-bnr__list li:before {
display: block;
content: "";
width: 31px;
height: 20px;
background: url("https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1424300882.png") no-repeat;
background-size: contain;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.native-bnr.no-1 .native-bnr__list li:nth-child(2) {
display: block;
}
.native-bnr.no-1 .native-bnr__list li:last-child {
margin-bottom: 0;
}
.native-bnr.no-1 .native-bnr__list li > .marker {
display: inline-block;
background: linear-gradient(transparent 60%, #fdff53 60%);
}
.native-bnr.no-1 .native-bnr__btn {
width: calc(100% - 36px);
margin: 0 auto;
background: #60bc23;
box-shadow: 0 6px 0 #43950d;
border-radius: 10px;
}
.native-bnr.no-1 .native-bnr__btn-text {
display: block;
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 14px 0;
position: relative;
text-decoration: none;
}
.native-bnr.no-1 .native-bnr__btn-text:after {
content: "";
display: block;
width: 28px;
height: 28px;
background: no-repeat
center / 15px #fff;
border-radius: 50%;
position: absolute;
right: 14px;
top: 0;
bottom: 0;
margin: auto;
}
.native-bnr.no-1 .native-bnr__sm-text {
color: #666;
font-size: 10px;
line-height: 1.3;
text-align: right;
}

/* 特典系 */
.native-bnr.tokuten {
width: 100%;
margin: 0 auto 16px;
}
.native-bnr.tokuten p:empty {
display: none;
}
.native-bnr.tokuten .native-bnr__wrap {
background: #eef8ff;
padding-bottom: 22px;
margin-bottom: 8px;
}
.native-bnr.tokuten .native-bnr__title {
color: #206ab4;
background: #cce1f6;
font-size: 18px;
font-weight: bold;
line-height: 1.2;
text-align: center;
padding: 12px 10px;
}
.native-bnr.tokuten .native-bnr__text {
text-align: center;
padding: 16px 18px 10px;
font-weight: bold;
line-height: 1.4;
}
.native-bnr.tokuten .native-bnr__text > br {
display: none;
}
.native-bnr.tokuten .native-bnr__text .top {
display: block;
font-size: 18px;
}
.native-bnr.tokuten .native-bnr__text .middle {
display: block;
color: #ff7503;
font-size: 30px;
}
.native-bnr.tokuten .native-bnr__text .bottom {
display: block;
font-size: 24px;
}
.native-bnr.tokuten .native-bnr__list {
background: #fff;
width: calc(100% - 36px);
margin: 0 auto 16px;
font-size: 16px;
font-weight: bold;
list-style: disc;
border-radius: 4px;
padding: 16px 16px 16px 32px;
position: relative;
}
.native-bnr.tokuten .native-bnr__list:after {
display: block;
content: "";
width: 100px;
height: 89px;
background: url("/img-tokuten.png") no-repeat;
background-size: contain;
position: absolute;
top: -12px;
right: -12px;
}
.native-bnr.tokuten .native-bnr__list li {
width: fit-content;
background: linear-gradient(transparent 60%, #fdff53 60%);
}
.native-bnr.tokuten .native-bnr__btn {
width: calc(100% - 36px);
margin: 0 auto;
background: #60bc23;
box-shadow: 0 6px 0 #43950d;
border-radius: 10px;
}
.native-bnr.tokuten .native-bnr__btn-text {
display: block;
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 14px 0;
position: relative;
}
.native-bnr.tokuten .native-bnr__btn-text:after {
content: "";
display: block;
width: 28px;
height: 28px;
background:  no-repeat
center / 15px #fff;
border-radius: 50%;
position: absolute;
right: 14px;
top: 0;
bottom: 0;
margin: auto;
}


/*------------------------------------------------------------
ボタンデフォルト2種デザイン用
-------------------------------------------------------------*/
.defbtnWrap_twopt{
margin:0 0 20px;
display:block;
}
.defbtnWrap_twopt img.bannerImage{
width: 424px;
border: 0;
height: auto;
margin-top: 0;
max-width: 100%;
}
.defbtnWrap_twopt .btn_s_box a{
width: calc(100% - 36px);
margin: 0 auto;
background: #60bc23;
box-shadow: 0 6px 0 #43950d;
border-radius: 10px;
text-decoration:none;
}
.defbtnWrap_twopt .btn_s_box a{
display: block;
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 14px 0 12px;
position: relative;
}
.defbtnWrap_twopt .btn_s_box a:after {
content: "";
display: block;
width: 28px;
height: 28px;
background:  no-repeat center / 15px #fff;
border-radius: 50%;
position: absolute;
right: 14px;
top: 0;
bottom: 0;
margin: auto;
}
.defbtnWrap_twopt .btn_s_box.subbt-Txt{
text-align:center;
margin:10px 0 0;
}
.defbtnWrap_twopt .btn_s_box.subbt-Txt span{
position: relative;
color: #ff7300;
font-size: 18px;
font-weight: bold;
display: inline-block;
margin:0 auto 5px;
}
.defbtnWrap_twopt .btn_s_box.subbt-Txt span:before {
content: '';
display: block;
width: 15px;
height: 20px;
position: absolute;
top: 0;
bottom:3px;
margin: auto;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_145159322.png) no-repeat center / contain;
left: -25px;
}
.defbtnWrap_twopt .btn_s_box.subbt-Txt span:after {
content: '';
display: block;
width: 15px;
height: 20px;
position: absolute;
top: 0;
bottom:3px;
margin: auto;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1452208177.png) no-repeat center / contain;
right: -25px;
}
.defbtnWrap_twopt .btn_s_box.blue a{
background: #008bff;
box-shadow: 0 5px 0 #1577c6;
margin-top: 14px;
}
.defbtnWrap_twopt .btn_s_box.blue a:after{
background:  no-repeat center / 15px #fff;
}
.defbtnWrap_twopt p:empty{
display: none;
}
.defbtnWrap_twopt br{
display: none;
}
.defbtnWrap_twopt.maruhibanner-bg{
padding:0 0 20px;
border:6px solid #9eddff;
background: repeat center / 100% auto;
}
.defbtnWrap_twopt.maruhibanner-bg img{
width: 100%;
display:block;
margin:0 auto;
padding:0;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.defbtnWrap_twopt .btn_s_box a{
width: 100%;
}
.defbtnWrap_twopt .btn_s_box a:after {
width: 24px;
height: 24px;
font-size: 16px;
}
.defbtnWrap_twopt .btn_s_box.subbt-Txt span{
font-size: 16px;
}
}

/*------------------------------------------------------------
ボタンカラー　一括変更
-------------------------------------------------------------*/
.defbtnWrap_twopt .btn_s_box a,.btnDesign1 a,div.native-bnr.no-1 .native-bnr__btn,.native-bnr.tesuryo0 .native-bnr__btn{
background: #ed842f;
box-shadow: 0 6px 0 #c9681e;
}
.ver-bgBlue-pc .btn-wrap a, .ver-bgBlue-sp .btn-wrap a,.btn1-green .btn-wrap a{
background: #ed842f;
box-shadow: 0 5px 0 #c9681e;
}
.overlay-oneBtn .btn-wrap a,.modal .btn-wrap a{
background: #ed842f;
box-shadow: 0 4px 0 #c9681e;
}
.defbtnWrap_twopt .btn_s_box a:after,.ver-bgBlue-pc .btn-wrap a:after, .ver-bgBlue-sp .btn-wrap a:after,.btnDesign1 a:after,div.native-bnr.no-1 .native-bnr__btn-text:after,.native-bnr.tesuryo0 .native-bnr__btn-text:after{
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1255395727.png) no-repeat center / 15px #fff;
}
.btn1-green .btn-wrap a:after,.overlay-oneBtn .btn-wrap a:after{
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1255395727.png) no-repeat center / 13px #fff;
}
.modal .btn-wrap a:after{
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1255395727.png) no-repeat center / 12px #fff;
}
.btnDesign1 .micro{
color: #c9681e;
box-shadow: 0 0 0 2px #c9681e;
}
.defbtnWrap_twopt .btn_s_box.subbt-Txt span{
color: #333;
}
.defbtnWrap_twopt .btn_s_box.subbt-Txt span:before{
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1256245227.png) no-repeat center / contain;
}
.defbtnWrap_twopt .btn_s_box.subbt-Txt span:after{
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1257037497.png) no-repeat center / contain;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.defbtnWrap_twopt .btn_s_box a:after,.ver-bgBlue-pc .btn-wrap a:after, .ver-bgBlue-sp .btn-wrap a:after,.btnDesign1 a:after,div.native-bnr.no-1 .native-bnr__btn-text:after,.native-bnr.tesuryo0 .native-bnr__btn-text:after{
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1255395727.png) no-repeat center / 13px #fff;
width: 20px;
height: 20px;
}
}
@media screen and (max-width : 361px){
.defbtnWrap_twopt .btn_s_box a:after, .ver-bgBlue-pc .btn-wrap a:after, .ver-bgBlue-sp .btn-wrap a:after, .btnDesign1 a:after, div.native-bnr.no-1 .native-bnr__btn-text:after, .native-bnr.tesuryo0 .native-bnr__btn-text:after{
right: 8px;
}
}
.bannerWrap {
text-align: center;
margin-bottom: 20px;
}

/*--------------------------------------------------------
マイクロコピー追加
-------------------------------------------------------*/
.bannerWrap .aboveMokujiBanner.ver-bgBlue-pc .btn-wrap:after,.bannerWrap .ver-bgBlue-sp.sp-display .btn-wrap:after{
content: '';
display: block;
width: 120px;
height: 16px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1257331575.png) no-repeat center / contain;
margin: 12px auto 0;
}
div.native-bnr.no-1 .native-bnr__btn,.native-bnr.tesuryo0 .native-bnr__btn{
position: relative;
margin-bottom: 20px;
}
div.native-bnr.no-1 .native-bnr__btn:after,.native-bnr.tesuryo0 .native-bnr__btn:after{
content: '';
display: block;
width: 120px;
height: 16px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1257331575.png) no-repeat center / contain;
position: absolute;
left: 0;
right: 0;
bottom: -29px;
margin: auto;
}
.defbtnWrap_twopt .btn_s_box.subbt-Txt:after{
content: '';
display: block;
width: 120px;
height: 16px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1300289419.png) no-repeat center / contain;
margin: 12px auto 0;
}
.side-contents .defbtnWrap_twopt .btn_s_box.subbt-Txt:after {
width: 90px;
height: 13px;
}
.modal.btn2 .btn-wrap:after{
content: '';
display: block;
width: 120px;
height: 16px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1257331575.png) no-repeat center / contain;
margin: 10px auto 0;
}
.modal-cont-in {
background: #d7f2ff;
padding-bottom: 24px;
border-radius: 14px;
}
.modal.btn2 .btn-wrap{
bottom: 8px;
}

/*------------------------------------------------------------
オレンジボタン　上部マイクロコピー追加
-------------------------------------------------------------*/
.native-bnr.no-1 .native-bnr__btn .native-bnr__btn-text,.native-bnr.tesuryo0 .native-bnr__btn-text,.defbtnWrap_twopt .btn_s_box a{
padding: 20px 0 12px;
}
.modal .btn-wrap a{
padding-top: 7px;
}
.native-bnr.no-1 .native-bnr__btn .native-bnr__btn-text:before,.native-bnr.tesuryo0 .native-bnr__btn-text:before,.defbtnWrap_twopt .btn_s_box a:before,.modal .btn-wrap a:before{
content: '検索で見つからないお部屋探します';
width: fit-content;
line-height: 26px;
display: block;
position: absolute;
left: 0;
right: 0;
top: -14px;
margin: auto;
border-radius: 30px;
padding: 0 16px;
background: #ffec1b;
color: #c9681e;
box-shadow: 0 0 0 2px #c9681e;
font-size: 14px;
}
.defbtnWrap_twopt .btn_s_box a:before{
content: '仲介手数料基本0円';
padding: 0 30px;
}
.modal .btn-wrap a:before {
font-size: 12px;
line-height: 24px;
top: -12px;
}
.native-bnr.tesuryo0 .native-bnr__list{
margin-bottom: 30px;
}
.defbtnWrap_twopt .btn_s_box.subbt-Txt > span{
display: none;
}
.defbtnWrap_twopt .btn_s_box.subbt-Txt{
margin-top: 24px;
}
.modal-cont-in {
padding-bottom: 54px;
}
.modal.btn2 #btn-close-popup-banner span {
transform: translate(120px, -216px);
}
div.native-bnr.no-1 .native-bnr__btn{
margin-top: 16px;
}

/*--------------------------------------------------------
CTA調整
-------------------------------------------------------*/
.btnDesign1 a{
padding: 26px 48px 18px;
width: 100%;
}
.btnDesign1 span.text {
font-size: 22px!important;
}
.native-bnr.no-1 .native-bnr__wrap{
width: auto!important;
}
.native-bnr.no-1 .native-bnr__btn .native-bnr__btn-text, .native-bnr.tesuryo0 .native-bnr__btn-text, .defbtnWrap_twopt .btn_s_box a{
padding: 28px 0 20px;
line-height: 1;
}
.defbtnWrap_twopt .btn_s_box a {
max-width: 424px;
}
.post .btn-design1{
line-height: 56px;
}
.btnDesign1 a:hover{
color: #fff;
}
a.uniq-linkbutton{
font-size: 20px;
padding: 18px 0;
}
.ver-bgBlue-pc{
padding-bottom: 16px;
}
.ver-bgBlue-pc .btn-wrap a{
width: calc(100% - 48px);
line-height: 64px;
font-size: 20px;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.btnDesign1 a {
padding: 26px 0 18px;
}
.btnDesign1 span.text {
font-size: 20px!important;
}
.modal-cont-in {
padding-bottom: 64px;
}
.modal.btn2 #btn-close-popup-banner span {
transform: translate(120px, -220px);
}
.modal .btn-wrap a {
line-height: 2.8;
font-size: 18px;
}
.post .btn-design1 {
line-height: 50px;
}
a.uniq-linkbutton {
font-size: 19px;
}
.ver-bgBlue-sp .btn-wrap a{
line-height: 62px;
}
body .bannerWrap .ver-bgBlue-sp.sp-display .btn-wrap:after{
margin-top: 0;
}
}

@media screen and (max-width : 391px){
.ver-bgBlue-sp .btn-wrap a{
font-size: 18px;
}
}

@media screen and (max-width : 376px){
.btnDesign1 span.text {
font-size: 19px!important;
}
.ver-bgBlue-sp .btn-wrap a {
font-size: 17px;
}
}

/*--------------------------------------------------------
囲みボックス
-------------------------------------------------------*/
.graybox {
background-color: #fff;
color: #333;
font-size: 14px;
line-height: 1.5;
border: solid 2px #bbe3e9;
border-radius: 10px;
padding: 16px 24px;
margin: 0 auto 24px;
}
.graybox .title, #main-lower article .graybox .title {
font-weight: bold;
margin: 0 0 3px;
font-size: 16px;
width: fit-content;
background: linear-gradient(transparent 70%, #fdff53 70%);
}
.graybox ul,.graybox ol {
padding-left: 20px;
}
.graybox ul li{
position: relative;
}
.graybox ul li:before{
content: '・';
position: absolute;
left: -19px;
}
.graybox ol li{
list-style-type: decimal;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.graybox{
padding: 14px 20px;
}
}

/*--------------------------------------------------------
監修者BOX
-------------------------------------------------------*/
.fp_faceicon_intro {
padding: 16px;
border: 5px double #ccc;
width: 100%;
margin: 0 auto 1em;
}
.fp_faceicon {
display: flex;
min-height: 90px;
margin-bottom: 0;
align-items: center;
width: 90px;
height: 90px;
background-image: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_1723204568.png);
background-size: contain;
float: left;
margin-right: 1em !important;
border-radius: 50%;
}
.fp_faceicon_03 {
display: flex;
min-height: 87px;
margin-bottom: 0;
align-items: center;
width: 91px;
height: 87px;
background-image: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/09/2024y09m05d_172403398.jpeg);
background-size: contain;
float: left;
margin-right: 1em !important;
border-radius: 50%;
}
.fp_faceicon_name {
font-weight: bold;
font-size: 14px;
line-height: 46px;
}
.fp_faceicon_name span:first-child {
color: #fff;
font-weight: bold;
padding: 5px 15px;
background-color: #000;
border-radius: 15px;
}
.fp_faceicon_name span:nth-child(3) {
color: #8d8d8d;
font-size: 11px;
line-height: 15px;
display: block;
margin-top: 10px;
margin-bottom: 20px;
}
.fp_faceicon_intro > p:last-child{
margin-bottom: 0!important;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.fp_faceicon_intro {
padding: 12px;
}
}

/*--------------------------------------------------------
顔アイコン付き口コミボックス
-------------------------------------------------------*/
.kutikomiBox {
position: relative;
background: #fff;
border: 2px solid #ebebeb;
margin: 16px auto;
padding: 24px;
padding-top: 18px;
}
.kutikomiBoxTtl {
color: rgba(0, 0, 0, 0.54);
font-size: 18px;
font-weight: 700;
line-height: 1.4;
display: inline;
background: linear-gradient(transparent 72%, #fedcdc 0%);
border: 0;
margin: 0;
}
.kutikomiBoxComment {
color: #333333;
font-size: 14px;
line-height: 1.5;
margin-bottom: 0;
margin-top: 8px;
overflow: auto;
margin-bottom: 0 !important;
}
.iconstyle {
position: relative;
width: 78px;
height: 78px;
border-radius: 50% !important;
float: left;
margin: 8px 8px 0 0;
}
@media screen and (max-width: 780px) {
.kutikomiBox {
margin: 16px auto;
padding: 16px;
padding-top: 12px;
}
}

/*------------------------------------------------------------
Q&A　調整
-------------------------------------------------------------*/
.qa-wrap{
margin-top: 36px !important;
}
main#main-lower .qa-wrap > h3{
margin-top: 60px!important;
}
main#main-lower .qa-wrap > h3:before{
transform: none;
background: #2b9aaf;
}
main#main-lower .qa-wrap > h3:after{
background: #ccc;
top: -30px;
}
main#main-lower .qa-wrap > h3:first-child{
margin-top: 0!important;
}
main#main-lower .qa-wrap > h3:first-child:after{
display: none;
}
main#main-lower .qa-wrap p{
border: 0;
padding: 0 0 0 32px;
margin-bottom: 14px;
}
.qa-wrap p:before{
background: #1E1E1E;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
/*------------------------------------------------------------
SP用　ランキングタグ（余白あり） (コエシル)
-------------------------------------------------------------*/
.PRrank-icon3 tr:nth-of-type(n+2) th:first-of-type {
padding: 10px 10px 10px 15px!important;
}
/* ラベル部分*/
.PRrank-icon3 tr:nth-child(n+2):nth-child(-n+21) th:first-of-type:before {
content: "";
top: 0;
left: 0;
position: absolute;
z-index: 100;
width: 25px;
height: 25px;
background-size: 100%;
background-repeat: no-repeat;
}
}

/*--------------------------------------------------------
もろもろ調整
-------------------------------------------------------*/
a.mail-inquiry-button,a.mail-inquiry-button:visited {
width: 300px;
background-color: #1e8deb;
color: #fff;
font-size: 15px;
font-weight: 500;
text-align: center;
text-decoration: none;
border-radius: 60px;
display: block;
padding: 16px;
margin: auto;
position: relative;
}
a.mail-inquiry-button:after {
content: '';
display: block;
width: 8px;
height: 8px;
transform: rotate(45deg);
border: 2px solid #fff;
border-left: 0;
border-bottom: 0;
position: absolute;
right: 22px;
top: 0;
bottom: 0;
margin: auto;
}
a.mail-inquiry-button:hover {
color: #fff;
opacity: 0.5;
}
.hidden_box .hidden_show table{
background: #fff;
}
@media only screen and (orientation:landscape) and (min-width : 813px),(orientation:portrait) and (min-width : 753px){
.calltrackersp {
display: none;
}
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.calltrackerpc{
display: none;
}
}

/*--------------------------------------------------------
オレンジボタン
-------------------------------------------------------*/
.orange-btn{
margin: 20px 0;
}
.orange-btn > br{
display: none;
}
.micro-top {
display: block;
width: fit-content;
position: relative;
margin: 0 auto;
color: #DE4C4C;
font-weight: bold;
font-size: 18px;
}
.micro-top:before,.micro-top:after{
content: '';
display: block;
width: 2px;
height: 23px;
position: absolute;
bottom: -3px;
background: #DE4C4C;
}
.micro-top:before{
left: -16px;
transform: rotate(-38deg);
}
.micro-top:after{
right: -16px;
transform: rotate(38deg);
}
.orange-btn a {
display: block;
background: #ed842f;
box-shadow: 0 6px 0 #c9681e;
position: relative;
border-radius: 10px;
font-weight: bold;
font-size: 24px;
color: #fff;
text-decoration: none;
text-align: center;
padding: 26px 0px;
margin: 10px auto 14px;
}
.orange-btn a:after{
content: '';
display: block;
width: 28px;
height: 28px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/10/2024y10m03d_1708265013.png) no-repeat center / 15px #fff;
border-radius: 50%;
position: absolute;
right: 20px;
top: 0;
bottom: 0;
margin: auto;
}
.micro-bottom{
text-align: center;
display: block;
font-size: 15px;
font-weight: bold;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.micro-top{
font-size: 15px;
}
.micro-top:before, .micro-top:after{
height: 20px;
}
.micro-top:before {
left: -14px;
}
.micro-top:after {
right: -14px;
}
.orange-btn a{
font-size: 17px;
padding: 23px 0px;
}
.orange-btn a:after{
width: 24px;
height: 24px;
right: 10px;
}
.micro-bottom {
font-size: 13px;
}
}

@media screen and (max-width : 391px){
.micro-top {
font-size: 14px;
}
.orange-btn a {
font-size: 16px;
padding: 22px 0px;
}
.orange-btn a:after {
width: 22px;
height: 22px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/10/2024y10m03d_1708265013.png) no-repeat center / 13px #fff;
}
.micro-bottom {
font-size: 12px;
}
}

@media screen and (max-width : 376px){
.orange-btn a:after {
width: 20px;
height: 20px;
right: 8px;
}
}

@media screen and (max-width : 361px){
.orange-btn a {
font-size: 15px;
}
}

/*--------------------------------------------------------
joubu-rank02調整
-------------------------------------------------------*/
main article div.joubu-rank02 table{
margin-top: 0!important;
}
.joubu-rank02 table p:last-child{
margin-bottom: 8px!important;
}
main#main-lower .joubu-rank02 ul + p{
margin-top: 10px!important;
}
.joubu-rank02 .btn-dl {
margin: 0;
}

/*------------------------------------------------------------
オーバーレイ（SP）
-------------------------------------------------------------*/
.overlay-banner-sp{
display: none;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.overlay-banner-sp{
display: block;
}
.overlay-banner-sp {
background: rgb(49 49 49 / 50%);
z-index: 9999;
position: fixed;
left: 0;
bottom: -1px;
box-shadow: 0px 0px 7px #666666;
-moz-box-shadow: 0px 0px 7px #666666;
-webkit-box-shadow: 0px 0px 7px #666666;
width: 100%;
}
.overlay-banner-sp img{
width: 100%;
}

}
/*----------------------------------
オーバーレイボタン（マイクロコピー）
----------------------------------*/

div.overlay-oneBtn2 {
background: none;
box-shadow: none;
}


.floating-banner {
background: rgb(49 49 49 / 50%);
z-index: 105;
position: fixed;
left: 0;
bottom: -1px;
box-shadow: 0px 0px 7px #666666;
-moz-box-shadow: 0px 0px 7px #666666;
-webkit-box-shadow: 0px 0px 7px #666666;
width: 100%;
}

.overlay-oneBtn2-in {
box-shadow: 0 2px 8px 0 rgba(32, 33, 36, 0.2);
background: rgb(255 255 255 / 90%);
padding: 10px 10px 20px 10px;
}

.overlay-oneBtn2 .oneBtn2-wrap {
padding-bottom: 3px;
}

.overlay-oneBtn2 .oneBtn2-wrap a, .modal .oneBtn2-wrap a {
background: #ed842f;
box-shadow: 0 4px 0 #c9681e;
}


.overlay-oneBtn2 .oneBtn2-wrap a {
display: block;
position: relative;
border-radius: 10px;
color: #fff;
text-decoration: none;
font-weight: bold;
margin: 10px auto ;
text-align: center;
line-height: 75px;
width: 715px;
font-size: 25px;
box-shadow: 0 6px 0 #c9681e;
padding:30px auto 46px auto;
}

.overlay-oneBtn2 .micro-top {
display: block;
width: fit-content;
position: relative;
margin: 0 auto 6px auto;
color: #DE4C4C;
font-weight: bold;
font-size: 15px;
}

.overlay-oneBtn2 .micro-copy-bottom {
text-align: center;
font-size: 12px;
}

/*------------------------------------------------------------
CTA文言変更用調整
-------------------------------------------------------------*/
.native-bnr.no-1.lifull .native-bnr__btn .native-bnr__btn-text:before,.defbtnWrap_twopt.lifull .btn_s_box a:before,.native-bnr.tesuryo0.lifull .native-bnr__btn-text:before{
content: '条件に合うお部屋が簡単に見つかる！';
}
div.native-bnr.no-1.lifull .native-bnr__btn:after,.defbtnWrap_twopt.lifull .btn_s_box.subbt-Txt:after,.native-bnr.tesuryo0.lifull .native-bnr__btn:after{
/*background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/10/2024y10m07d_1658013504.png) no-repeat center / contain;*/
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/10/2024y10m22d_1837031524.png) no-repeat center / contain;
width: 250px;
}
.defbtnWrap_twopt.lifull .btn_s_box a:before{
padding: 0 16px;
}
.native-bnr.no-1.lifull,.native-bnr.tesuryo0.lifull{
width: 460px;
}
.native-bnr.tesuryo0.lifull .native-bnr__wrap{
padding-top: 16px;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.native-bnr.no-1.lifull, .native-bnr.tesuryo0.lifull{
max-width: 100%;
}
.native-bnr.no-1.lifull .native-bnr__btn .native-bnr__btn-text,.native-bnr.tesuryo0.lifull .native-bnr__btn-text{
font-size: 17px;
}
.native-bnr.tesuryo0.lifull .native-bnr__list li{
width: auto;
background: none;
}
.native-bnr.tesuryo0.lifull .native-bnr__list li span{
background: linear-gradient(transparent 60%, #fdff53 60%);
font-size: 14px;
}
.native-bnr.tesuryo0.lifull .native-bnr__list,.native-bnr.tesuryo0.lifull .native-bnr__btn{
width: calc(100% - 20px);
}
}

@media screen and (max-width : 415px){
.native-bnr.no-1.lifull .native-bnr__btn-text:after,.native-bnr.tesuryo0.lifull .native-bnr__btn-text:after,.defbtnWrap_twopt.lifull .btn_s_box a:after{
right: 10px;
}
.native-bnr.tesuryo0.lifull .native-bnr__list:after {
right: 2px;
}
}

@media screen and (max-width : 391px){
.native-bnr.no-1.lifull .native-bnr__btn-text:after,.native-bnr.tesuryo0.lifull .native-bnr__btn-text:after,.defbtnWrap_twopt.lifull .btn_s_box a:after{
right: 8px;
}
.native-bnr.no-1.lifull .native-bnr__list li{
font-size: 15px;
}
.native-bnr.no-1.lifull .native-bnr__btn .native-bnr__btn-text, .native-bnr.tesuryo0.lifull .native-bnr__btn-text {
font-size: 16px;
}
.defbtnWrap_twopt.lifull .btn_s_box a{
font-size: 17px;
}
.native-bnr.tesuryo0.lifull .native-bnr__list li span{
font-size: 13px;
}
.native-bnr.tesuryo0.lifull .native-bnr__list:after {
width: 46px;
top: -42px;
}
}

@media screen and (max-width : 376px){
.native-bnr.no-1.lifull .native-bnr__btn .native-bnr__btn-text, .native-bnr.tesuryo0.lifull .native-bnr__btn-text {
font-size: 15px;
}
.defbtnWrap_twopt.lifull .btn_s_box a{
font-size: 16px;
}
.native-bnr.no-1.lifull .native-bnr__list li {
font-size: 14px;
}
.native-bnr.tesuryo0.lifull .native-bnr__osusumepoint{
font-size: 19px;
}
}

@media screen and (max-width : 361px){
.native-bnr.no-1.lifull .native-bnr__btn .native-bnr__btn-text, .native-bnr.tesuryo0.lifull .native-bnr__btn-text {
font-size: 14px;
}
.defbtnWrap_twopt.lifull .btn_s_box a{
font-size: 15px;
}
.native-bnr.tesuryo0.lifull .native-bnr__osusumepoint{
font-size: 18px;
}
.native-bnr.tesuryo0.lifull .native-bnr__list:after {
width: 42px;
}
}

/*------------------------------------------------------------
ポップアップ文言変更用調整
-------------------------------------------------------------*/
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.modal.lifull .btn-wrap a:before{
content: '条件に合うお部屋が簡単に見つかる！';
}
.modal.lifull .btn-wrap:after{
/*background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/10/2024y10m07d_1658013504.png) no-repeat center / contain;*/
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/10/2024y10m22d_1837031524.png) no-repeat center / contain;
width: 170px;
}
.lifull .modal-cont{
width: 360px;
max-width: calc(100% - 20px);
}
.lifull .modal-cont-in {
padding-bottom: 55px;
}
.modal.lifull #btn-close-popup-banner span {
transform: translate(144px, -228px);
}
.modal.lifull .btn-wrap a{
font-size: 16px;
line-height: 3.2;
}
.modal.lifull .btn-wrap a:after{
right: 8px;
}
}

@media screen and (max-width : 391px){
.modal.lifull #btn-close-popup-banner span {
transform: translate(144px, -228px);
}
}

@media screen and (max-width : 376px){
.modal.lifull .btn-wrap a{
font-size: 15px;
}
.modal.lifull #btn-close-popup-banner span {
transform: translate(140px, -226px);
}
}

@media screen and (max-width : 361px){
.modal.lifull #btn-close-popup-banner span {
transform: translate(132px, -218px);
}
}



/*------------------------------------------------------------
広告枠
-------------------------------------------------------------*/

.cta-box {
border: solid 2px #E3EEEF;
padding: 16px;
background: #fff;
width: 100%;
margin: 0 auto 17px;
position: relative;
}

.cta-box .cta-box_ttl {
position: relative;
margin-bottom: 20px;
font-size: 16px;
padding: 0 0 0 16px;
font-weight: bold;
color: #3F6876;
}

.cta-box .cta-box_ttl:after {
position: absolute;
content: '';
bottom: -16px;
left: 0px;
width: 100%;
border-bottom: solid 2px #E3EEEF;
}

.cta-box_intro {
display: block;
}

.cta-box .cta-box_company {
width: 100%;
padding: 0;
display: flex;
height: auto;
align-items:center;
}

.cta-box_company .cta-box_img{
max-width: 40%;
padding: 0 16px;
}

.cta-box_company img {
width: 100%;
height: auto;
}

.cta-box_recommend {
padding: 16px 16px 16px 32px;
line-height: 1.5;
font-size: 15px;
color: #4D4D4D;
}

.cta-box .cta-box_recommend_ttl {
color: #ff0000;
font-weight: bold;
display: inline-block;
margin-bottom: 10px;
}

.cta-box .cta-box_bottom {
width: 100%;
padding: 24px 16px 16px 16px;
text-align: center;
font-size: 16px;
position: relative;
}

.cta-box .cta-box_bottom:before {
position: absolute;
content: '';
top: 8px;
left: 0px;
width: 100%;
border-bottom: dashed 2px #E3EEEF;
}

.cta-box .button-fukidashi_line {
color: #09B24D;
padding: 8px 0;
font-weight: bold;
}

.cta-box .button-fukidashi_line p{
font-size: 17px !important;
position: relative;
width: fit-content;
color: #09B24D;
font-weight: bold;
margin: 0 auto!important;
}

.cta-box .button-fukidashi_line p::before {
content: "＼";
top: 0px;
left: -24px;
position: absolute;
width: 20px;
height: 20px;
font-weight: bold;
}

.cta-box .button-fukidashi_line p::after {
content: "／";
top: 0px;
right: -24px;
position: absolute;
width: 20px;
height: 20px;
font-weight: bold;
}

.cta-box .cta-box_btn_line {
width: 100%;
text-align: center;
display: block;
}

.cta-box a.button-line {
background-color: #06C755;
box-shadow: 0 5px 0 #007B08;
color: #fff;
text-align: center;
text-decoration: none;
border-radius: 60px;
position: relative;
width: 80% !important;
padding: 16px !important;
margin: 0 auto 10px !important;
font-weight: 800;
font-size: 22px;
display: block;
}
.cta-box .cta-box_btn_line span{
position: relative;
display: inline-block;
width: fit-content;
margin-left: 24px;
padding-bottom: 4px;
}
.cta-box .cta-box_btn_line span:before {
content: '';
background-image: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/11/2024y11m19d_1403558673.png);
top: 51%;
transform: translateY(-51%);
left:-40px;
position: absolute;
z-index: 100;
width: 40px;
height: 40px;
background-repeat: no-repeat;
background-size: 100%;
}

.cta-box a.button-line:after {
font-family: 'Material Symbols Rounded';
content: '\e5df';
top: 50%;
transform: translateY(-50%);
right: 20px;
position: absolute;
z-index: 100;
width: 20px;
height: 20px;
font-size: 25px;
color: #fff;
}


.cta-box {
border: solid 2px #E3EEEF;
padding: 16px;
background: #fff;
width: 100%;
margin: 0 auto 17px;
position: relative;
}

.cta-box .cta-box_ttl {
position: relative;
margin-bottom: 20px;
font-size: 16px;
padding: 0 0 0 16px;
font-weight: bold;
color: #3F6876;
}

.cta-box .cta-box_ttl:after {
position: absolute;
content: '';
bottom: -16px;
left: 0px;
width: 100%;
border-bottom: solid 2px #E3EEEF;
}

.cta-box_intro {
display: block;
}

.cta-box .cta-box_company {
width: 100%;
padding: 0;
display: flex;
height: auto;
align-items:center;
}

.cta-box_company .cta-box_img{
max-width: 40%;
padding: 0 16px;
}

.cta-box_company img {
width: 100%;
height: auto;
}

.cta-box_recommend {
padding: 16px 16px 16px 32px;
line-height: 1.5;
font-size: 15px;
color: #4D4D4D;
}

.cta-box .cta-box_recommend_ttl {
color: #ff0000;
font-weight: bold;
display: inline-block;
margin-bottom: 10px;
}

.cta-box .cta-box_bottom {
width: 100%;
padding: 24px 16px 16px 16px;
text-align: center;
font-size: 16px;
position: relative;
}

.cta-box .cta-box_bottom:before {
position: absolute;
content: '';
top: 8px;
left: 0px;
width: 100%;
border-bottom: dashed 2px #E3EEEF;
}

.cta-box .button-fukidashi_line {
color: #09B24D;
padding: 8px 0;
font-weight: bold;
}

.cta-box .button-fukidashi_line p{
font-size: 17px !important;
position: relative;
width: fit-content;
color: #09B24D;
font-weight: bold;
margin: 0 auto!important;
}

.cta-box .button-fukidashi_line p::before {
content: "＼";
top: 0px;
left: -24px;
position: absolute;
width: 20px;
height: 20px;
font-weight: bold;
}

.cta-box .button-fukidashi_line p::after {
content: "／";
top: 0px;
right: -24px;
position: absolute;
width: 20px;
height: 20px;
font-weight: bold;
}

.cta-box .cta-box_btn_line {
width: 100%;
text-align: center;
display: block;
}

.cta-box a.button-line {
background-color: #06C755;
box-shadow: 0 5px 0 #007B08;
color: #fff;
text-align: center;
text-decoration: none;
border-radius: 60px;
position: relative;
width: 80% !important;
padding: 16px !important;
margin: 0 auto 10px !important;
font-weight: 800;
font-size: 22px;
display: block;
}
.cta-box .cta-box_btn_line span{
position: relative;
display: inline-block;
width: fit-content;
margin-left: 24px;
padding-bottom: 4px;
}
.cta-box .cta-box_btn_line span:before {
content: '';
background-image: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2024/11/2024y11m19d_1403558673.png);
top: 51%;
transform: translateY(-51%);
left:-40px;
position: absolute;
z-index: 100;
width: 40px;
height: 40px;
background-repeat: no-repeat;
background-size: 100%;
}

.cta-box a.button-line:after {
font-family: 'Material Symbols Rounded';
content: '\e5df';
top: 50%;
transform: translateY(-50%);
right: 20px;
position: absolute;
z-index: 100;
width: 20px;
height: 20px;
font-size: 25px;
color: #fff;
}

#main-lower article .post .cta-box .orange-btn a{
padding:16px 0;
text-decoration:none;
}

#main-lower article .post .cta-box .orange-btn a:visited,
#main-lower article .post .orange-btn a:visited{
color:#fff;
}

/*--------------------------------------------------------
モーダル調整
-------------------------------------------------------*/
.modal-pc-banner.smocca .modal-cont {
width: 400px;
}
.modal-pc-banner.smocca #btn-close-popup-banner span{
transform: translate(204px, -200px);
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
.smocca .modal-cont-in {
padding-bottom: 0;
background: none;
}
.modal.smocca #btn-close-popup-banner span {
transform: translate(120px, -160px);
}
}


/*--------------------------------------------------------
住みやすさ
-------------------------------------------------------*/

.area-sumiyasusa{
width: 100%;
margin: 24px auto;
}


.area-sumiyasusa ul.sumiyasusa li{
background-color: #F6F7F8;
padding: 18px 18px 18px 64px;
position: relative;
}

.area-sumiyasusa ul.sumiyasusa li::before{
content: "";
display: block;
border-radius: 50%;
position: absolute;
transform: translateY(-50%);
background-color: #fff;
border: 4px solid #2B9AAF;
border-radius: 50%;
width: 20px;
height: 20px;
top: 26px;
left: 18px;
z-index: 2;
}

.area-sumiyasusa ul.sumiyasusa li::after{
display: inline-block;
position: absolute;
width: 6px;
height: 100%;
top:0px;
left: 25px;
background-color: #2B9AAF;
content: '';
z-index: 1;
}

.area-sumiyasusa ul.sumiyasusa li:first-child::after{
top:20px;
}
.area-sumiyasusa ul.sumiyasusa li:last-child::after{
height: 20px;
}

.area-sumiyasusa ul.sumiyasusa li:nth-child(odd){
background-color: #EDEFF1;
}

.area-sumiyasusa ul.sumiyasusa li .station a{
font-size: 18px;
font-weight: bold;
text-decoration: none;
color: #2a769f;
}

.area-sumiyasusa ul.sumiyasusa li .yachinsouba{
width: 100%;
background-color: #fff;
margin: 16px 0 8px 0;
display: flex;
flex-wrap: nowrap;
align-content:flex-start;
}

.area-sumiyasusa ul.sumiyasusa li .yachinsouba p.subheading{
background-color:#47B6C9;
color: #fff;
text-align: center;
width: 90px;
padding: 4px 8px!important;
}

.area-sumiyasusa ul.sumiyasusa li .yachinsouba p{
width: calc(100% - 90px);
padding: 4px 16px!important;
margin: 0 auto !important;
}

.area-sumiyasusa ul.sumiyasusa li .info p{
margin-bottom: 8px !important;
}

.area-sumiyasusa ul.sumiyasusa li .info p.infolink{
text-align: right; 
margin: 0 !important;
}

.area-sumiyasusa ul.sumiyasusa li .info p.infolink a{
font-size: 14px;
position: relative;
padding-right: 10px;
text-decoration: none !important;
color: #2a769f;
}

.area-sumiyasusa ul.sumiyasusa li .info p.infolink a::before {
content: "";
transition: all 0.2s ease-in;
position: absolute;
right: 0px;
width: 0;
height: 0;
bottom: 46%;
transform: translate(0, 50%);
border-left: 5px solid #2a769f;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
transition: all .3s;
}

/*--------------------------------------------------------
目次上ランキングテーブルCTA
-------------------------------------------------------*/
table.CTAtable-Ranking{
counter-reset: number 0
}
.CTAtable-Ranking_ttl {
text-align: center;
padding: 10px 0;
color: #fff;
font-size: 120%;
background: #2a64b5;
}
table.CTAtable-Ranking p:empty {
display: none !important;
}
table.CTAtable-Ranking td {
padding: 10px;
text-align: center;
}
p.prrank-icon_li_ttl {
color: #cc0000;
margin: 0;
padding: 0;
}
table.CTAtable-Ranking ul {
padding: 0;
}
table.CTAtable-Ranking li {
list-style: none;
}
/*=順位ラベル=*/
table.CTAtable-Ranking td:first-of-type {
position: relative;
}
table.CTAtable-Ranking td:first-of-type:before {
content: "";
top: 0;
left: 0;
position: absolute;
z-index: 100;
--r: 5px;
aspect-ratio: 1;
width: 60px;
height: 60px;
background-size: 100%;
background-repeat: no-repeat;
border-top-left-radius: var(--r);
clip-path: polygon(0 100%, 100% 0, 0 0);
--_g: calc(50%*(1 + 1 / tan(22.5deg)) - var(--r) /(3* sqrt(2) - 4));
--_r: calc(var(--r) / tan(22.5deg)), #000 98%, #0000 101%;
-webkit-mask: radial-gradient(var(--r) at top var(--r) right var(--_r)), radial-gradient(var(--r) at left var(--r) bottom var(--_r)), conic-gradient(from -67.5deg at var(--_g) var(--_g), #000 45deg, #0000 0);
}
table.CTAtable-Ranking tr:nth-of-type(1) td:first-of-type:before {
background: linear-gradient(45deg, #cd960f, #ffe095);
}
table.CTAtable-Ranking tr:nth-of-type(2) td:first-of-type:before {
background: linear-gradient(45deg, #1357ca, #97b6fd);
}
table.CTAtable-Ranking tr:nth-of-type(3) td:first-of-type:before {
background:linear-gradient(45deg, #643626, #b74919);
}
table.CTAtable-Ranking tr:nth-of-type(n + 4) td:first-of-type:before {
background: linear-gradient(45deg, #aaaaaa, #e2e2e2);
}
table.CTAtable-Ranking td:first-of-type:after {
top: 6px;
left: 12px;
position: absolute;
z-index: 101;
font-size: 18px;
font-weight: 800;
color: #fff;
counter-increment: number 1;
content: counter(number) " ";
}


/*------------------------------------------------------------
オーバーレイ3段（PC）
-------------------------------------------------------------*/
/*上書き*/
/*.btn1-green .btn-wrap a {
background: none;
box-shadow: none;
}
.btn1-green.microcopy2 .btn-wrap {
padding-bottom: 0;
}
.iepula-overlay .iepula-overlay__inner {
display: block;
}
.btn1-green .btn-wrap a:after {
content: none;
}
.btn1-green .btn-wrap a {
display: block;
width: auto;
height: auto;
line-height: 1;
position:initial;
border-radius: 0px;
}
main#main-lower .btn1-green .btn-wrap {
margin: 0 auto 10px!important;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
main#main-lower .btn-wrap {
padding-right: 0px;
}
}
.iepula-overlay .iepula-overlay__inner {
width: auto;
max-width: 1008px;
padding-left: 10px;
padding-right: 10px;
}

.btn1-green .btn-wrap {
width: auto;
padding: 0;
max-width: 400px;
margin: 0 auto 10px;
display: flex;
background: #ed842f;
box-shadow: 0 5px 0 #c9681e;
border-radius: 30px;
}
.btn-wrap .smocca-appicon a {
padding: 5px 0 5px 15px;
display: block;
}
@media screen and (min-width:400px){
.btn-wrap .smocca-appicon a {
padding: 5px 0 5px 20px;
}
}
.btn-wrap .smocca-appicon a img {
width: 50px;
height: 50px;
border-radius: 10px!important;
}
.smocca-apptext {
flex: 1;
padding: 5px 0 10px;
}
.btn-wrap .smocca-apptext a span.smocca-apptext-sub {
display: inline-block;
color:#222A38;
font-weight: bold;
background-color: #fff;
font-size: 13px;
padding: 3px 10px;
margin-bottom: 5px;
border-radius: 10px;
}
.btn-wrap .smocca-apptext a span.smocca-apptext-main {
display: block;
}
.btn-wrap .smocca-dlicon a img {
width: 60px;
height: 60px;
border-radius: 30px!important;
border: 4px solid #ED842F;
box-shadow: 0 5px 0 #c9681e;
}
.microcopy2 .micro-copy-bottom {
color:#DE4C4C;
font-weight: bold;
text-align: center;
margin-left: 10px;
}
*/
/*------------------------------------------------------------
オーバーレイ3段（PC）
-------------------------------------------------------------*/
/*上書き*/
.appicon-dl-btn .btn1-green .btn-wrap a {
background: none;
box-shadow: none;
}
.appicon-dl-btn .btn1-green.microcopy2 .btn-wrap {
padding-bottom: 0;
}
.appicon-dl-btn .iepula-overlay .iepula-overlay__inner {
display: block;
}
.appicon-dl-btn .btn1-green .btn-wrap a:after {
content: none;
}
.appicon-dl-btn .btn1-green .btn-wrap a {
display: block;
width: auto;
height: auto;
line-height: 1;
position:initial;
border-radius: 0px;
}
main#main-lower .appicon-dl-btn .btn1-green .btn-wrap {
margin: 0 auto 10px!important;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
main#main-lower .appicon-dl-btn .btn-wrap {
padding-right: 0px;
}
}
.appicon-dl-btn .iepula-overlay .iepula-overlay__inner {
width: auto;
max-width: 1008px;
padding-left: 10px;
padding-right: 10px;
}

.appicon-dl-btn .btn1-green .btn-wrap {
width: auto;/*上書き*/
padding: 0;/*上書き*/
max-width: 400px;
margin: 0 auto 10px;
display: flex;
background: #ed842f;
box-shadow: 0 5px 0 #c9681e;
border-radius: 30px;
}
.appicon-dl-btn .btn-wrap .smocca-appicon a {
padding: 5px 0 5px 15px;
display: block;
}
@media screen and (min-width:400px){
.appicon-dl-btn .btn-wrap .smocca-appicon a {
padding: 5px 0 5px 20px;
}
}
.appicon-dl-btn .btn-wrap .smocca-appicon a img {
width: 50px;
height: 50px;
border-radius: 10px!important;
}
.appicon-dl-btn .smocca-apptext {
flex: 1;
padding: 5px 0 10px;
}
.appicon-dl-btn .btn-wrap .smocca-apptext a span.smocca-apptext-sub {
display: inline-block;
color:#222A38;
font-weight: bold;
background-color: #fff;
font-size: 13px;
padding: 3px 10px;
margin-bottom: 5px;
border-radius: 10px;
}
.appicon-dl-btn .btn-wrap .smocca-apptext a span.smocca-apptext-main {
display: block;
font-size: 19px;
}
.appicon-dl-btn .btn-wrap .smocca-dlicon a img {
width: 60px;
height: 60px;
border-radius: 30px!important;
border: 4px solid #ED842F;
box-shadow: 0 5px 0 #c9681e;
}
.appicon-dl-btn .microcopy2 .micro-copy-bottom {
color:#DE4C4C;
font-weight: bold;
text-align: center;
margin-left: 10px;/*バランス調整*/
}
@media screen and (max-width:414px){
.appicon-dl-btn .btn-wrap .smocca-apptext a span.smocca-apptext-main {
font-size: 17.5px;
}
}
@media screen and (max-width:375px){
.appicon-dl-btn .btn-wrap .smocca-apptext a span.smocca-apptext-main {
font-size: 16.5px;
}
}
@media screen and (max-width:360px){
.appicon-dl-btn .btn-wrap .smocca-apptext a span.smocca-apptext-main {
font-size: 15.5px;
}
}
/*このボタンはホバーエフェクトをやめる*/
.appicon-dl-btn .btn-wrap a:hover {
opacity: 1!important;
}

/*------------------------------------------------------------
受賞履歴　仮
-------------------------------------------------------------*/

.jusho-kari_area{
width: 100%;
}

.jusho-kari_area ul.jusho-kari {
display: flex;
flex-wrap: wrap; /* 回り込みを有効にする */
list-style: none;
padding: 0;
margin: 0;
gap: 10px; /* 要素間の隙間 */
}

.jusho-kari_area ul.jusho-kari li {
flex: 1 1 calc(50% - 10px); /* 1列に2個配置 */
max-width: calc(50% - 10px); /* 最大幅を指定 */
box-sizing: border-box;
background-color: #fff;
text-align: center;
border: 1px solid #ededed;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center; /* 中央揃え */
}

.jusho-kari_area ul.jusho-kari li a{
display: block;
padding: 20px;
}

.jusho-kari_area ul.jusho-kari li .card-kari{
width: 100%;
display: flex;
flex-direction:column;
justify-content: center;
text-align: center;
}


.jusho-kari_area ul.jusho-kari li .card-kari .card-kari-img{
width: 100%;
height: 120px;
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
justify-content:center;
}

.jusho-kari_area ul.jusho-kari li img{
max-width: 80%;
max-height: 80px;
margin: auto;
display: block;

}

.jusho-kari_area ul.jusho-kari li p{
display: block;
width: 100%;
margin-top: 20px;
margin-bottom: 0 !important;
text-align: left;
background-color: #FCFFE4;
}


/*------------------------------------------------------------
監修者
-------------------------------------------------------------*/


/* メインカード */
.supervisor-card {
position: relative;
background-color: #ffffff;
border-radius: 6px;
box-shadow: 0 20px 50px rgba(0,0,0,0.04), 0 10px 20px rgba(213,54,59,0.02);
border: 1px solid #f1f5f9;
overflow: hidden;
margin: 36px 0;
background-image: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/03/2026y03m11d_1712437007.png);
background-position: right top;
background-repeat: no-repeat;
background-size: 150px;
}

.top-accent-bar {
height: 5px;
width: 100%;
display: flex;
}

.bar-main {
height: 100%;
flex: 1;
background-color: #D5363B;
}

.bar-sub {
height: 100%;
width: 100px;
background-color: #0f172a;
}

.card-inner {
padding: 10px;
}

/* ヘッダーエリア */
.profile-header {
padding: 20px;
text-align: left;
display: flex;
flex-direction: row;
gap: 16px;
align-items: flex-start;
}

/* 写真部分 */
.photo-wrapper {
position: relative;
flex-shrink: 0;
flex: 0 0 96px;

}

.photo-frame {
width: 110px;
height: 110px;
border-radius: 9999px;
overflow: hidden;
border: 4px solid #ffffff;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
position: relative;
z-index: 10;
}

.profile-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s ease;
}

/* テキスト部分 */
.name-block {
text-align: left;
flex: 1;
padding-top: 10px;
display: flex;
flex-direction: column;
flex: 1 1 auto;
}

.name-row {
display: flex;
gap:10px;
margin-bottom: 10px;
flex-direction: row;
align-items: center;
}

.name-text {
font-size: 24px;
font-weight: 900;
color: #0f172a;
margin: 0;
}

.name-en {
font-size: 13px;
text-transform: uppercase;
padding-top: 5px;
}

.title-badge {
display: inline-flex;
align-items: center;
padding: 6px 10px 6px 28px;
background-color: #F8FAFC;
border-radius: 3px;
border: 1px solid #E6EAED;
position: relative;
width: fit-content;
line-height: 1.2;
}

.title-text {
font-size: 12px;
font-weight: 500;
color: #575757;
}

.title-text:before{
content: '';
background-image: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/03/2026y03m16d_1619033717.png);
/*content: "\e39f";
font-family: 'Material Icons Round';*/
width: 24px;
height: 24px;
background-size: contain;
vertical-align: middle;
font-size: 18px;
margin-bottom: 14px;
margin-right: 4px; 
color: #D5363B;
position: absolute;
top: 10px;
left: 4px;
}

/* 紹介文 */

.description-area{
font-size: 13px;
color: #7A7175;
margin-top: 20px;
line-height: 1.5;
}

/* ボタンエリア */
.button-area {
width: 100%;
margin-top: 20px;
text-align: center;
}

.cta-note {
font-size: 12px;
color: #D5363B;
font-weight: bold;
text-align: center;
}

.cta-note:before,
.cta-note:after {
position: relative;
display: inline-block;
content: "";
background: #D5363B;
width: 1px;
height: 12px;
margin: 0 10px;
margin-top: 0;
vertical-align: middle;
}

.cta-note:before {
transform: rotate(-35deg);
}

.cta-note:after {
transform: rotate(35deg);
}


.line-button {
position: relative;
display: block;
width: 90%;
background-color: #06C755;
color: #ffffff;
padding: 14px 14px 16px 14px;
border-radius: 6px;
font-weight: 700;
border: none;
cursor: pointer;
transition: all 0.3s ease;
overflow: hidden;
text-decoration: none;
font-size: 16px;
margin: 8px auto 0 auto;
}

.line-button:hover {
background-color: #05b34c;
transform: translateY(-2px);
animation: shimmer 3s infinite;
}

.line-button::after {
content: "\e315";
font-family: 'Material Icons Round';
font-size: 18px;
margin-bottom: 14px;
margin-right: 4px; 
color: #fff;
position: absolute;
right: 10px;
}
.line-button:visited{
color: #fff;
}


/*------------------------------------------------------------
CTA：LINEで相談ボタン
-------------------------------------------------------------*/

.simple-btn-wrap{
width: 100%;
text-align: center;
margin: 36px auto;
}

table + .simple-btn-wrap {
    margin: 20px auto 36px;
}

.btn-line{
display: block;
width: 500px;
line-height: 70px;
color: #fff;
font-weight: 700;
font-size: 28px;
border-radius: 100px;
position: relative;
overflow: hidden;
background: #22BA4F;
box-shadow: 0 6px 0 #1D502C;
text-align: center;
padding-left: 40px;
margin-left: auto;
margin-right: auto;
text-decoration: none;
}

.btn-line:after{
font-family: 'Material Symbols Rounded';
content: "\e5e1";
font-size: 26px;
color: #fff;
font-variation-settings: 'FILL' 1, 'wght' 500,'GRAD' 0,'opsz' 24;
position: absolute;
right: 26px;
top: 0;
bottom: 0;
margin: auto;
height: fit-content;
}
.btn-line .free{
width: 90px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
font-size: 20px;
color: #fff;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.btn-line .free:before{
content: '';
display: block;
width: calc(100% + 10px);
height: 100%;
background: #2C8D49;
position: absolute;
left: -14px;
top: 0;
z-index: -1;
transform: skewX(-12deg);
}

.btn-line:visited{
color: #fff;
}

.mc-btn-top{
display: block;
width: fit-content;
position: relative;
font-size: 14px;
font-weight: 700;
margin: 0 auto 8px;
color: #D5363B;
}
.mc-btn-top:before,
.mc-btn-top:after {
position: relative;
display: inline-block;
content: "";
background: #D5363B;
width: 1px;
height: 12px;
margin: 0 10px;
margin-top: 0;
vertical-align: middle;
}

.mc-btn-top:before {
transform: rotate(-35deg);
}

.mc-btn-top:after {
transform: rotate(35deg);
}

.mc-btn-bottom {
display: block;
text-align: center;
margin-top: 16px;
font-size: 14px;
}

.img-btn-wrap{
width: 100%;
margin: 50px auto 20px auto;
position: relative;
border-radius: 20px;
padding: 30px 0 30px 170px;
background-color: #fff;
background-image: radial-gradient(#f1f1f1 1px, transparent 1px);
background-size: 12px 12px;
}
.img-btn-wrap:before{
content: '';
display: block;
width: calc(100% - 20px);
height: calc(100% - 20px);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
border: 3px solid #D5363B;
border-radius: 10px;
}
.img-btn-wrap:after{
content: '';
display: block;
width: 160px;
height: 227px;
position: absolute;
left: 20px;
bottom: 6px;
background: url(https://sales.mersenne.co.jp/btoc/img/btoc/uploads/2026/03/2026y03m11d_2134213208.png) no-repeat center / contain;
}
.img-btn-wrap .mc-btn-top{
font-size: 14px;
}
.img-btn-wrap .mc-btn-top:before, .img-btn-wrap .mc-btn-top:after{
height: 24px;
}
.img-btn-wrap .mc-btn-bottom{
font-size: 14px;
}
.img-btn-wrap .btn-line{
margin: 0 auto;
width: 400px;
line-height: 60px;
font-size: 26px;
text-decoration: none;
box-shadow: 0 5px 0 #1D502C;
}
.img-btn-wrap .btn-line:after{
font-size: 26px;
}
.img-btn-wrap .btn-line .free{
font-size: 20px;
width: 96px;
}

/*---------------------------
iPhoneテキストサイズ調整機能無効化
---------------------------*/
html {
-webkit-text-size-adjust: 100%;
}