html,
body {
overflow-x: hidden;
}
.keni-main img,
img {
max-width: 100% !important;
height: auto;
}
a,
a img {
transition: all 0.6s linear;
}
a:hover,
a:active,
a:hover img {
transition: all 0.2s linear;
}
a:hover img {
opacity: 0.7;
}
.tc {
text-align: center;
}
.lead {
font-size: 115%;
line-height: 1.8em;
}
.m_top50 {
margin-top: 50px !important;
}
.c_red,
.red {
color: #d22;
}
.text_blue {
color: #269;
}
.text_gray {
color: #777;
}
.font_bold {
font-weight: bold;
}
.marker_red {
background: linear-gradient(transparent 70%, #ffa4a4 30%);
font-weight: bold;
padding: 0 5px 1px;
}
.marker_pink {
background: linear-gradient(transparent 70%, #ffd8d8 30%);
font-weight: bold;
padding: 0 5px 1px;
}
.marker_green {
background: linear-gradient(transparent 70%, #b0ffce 30%);
font-weight: bold;
padding: 0 5px 1px;
}
.marker_orange {
background: linear-gradient(transparent 70%, #fceca8 30%);
font-weight: bold;
padding: 0 5px 1px;
}
.marker_yellow {
background: linear-gradient(transparent 70%, #ffffaa 30%);
font-weight: bold;
padding: 0 5px 1px;
}
.marker_blue {
background: linear-gradient(transparent 70%, #afdfff 30%);
font-weight: bold;
padding: 0 5px 1px;
}
.fontx70 {
font-size: 70%;
}
.fontx80 {
font-size: 80%;
}
.fontx90 {
font-size: 90%;
}
.fontx110 {
font-size: 110%;
}
.fontx120 {
font-size: 120%;
}
.fontx130 {
font-size: 130%;
}
.fontx140 {
font-size: 140%;
}
.fontx150 {
font-size: 150%;
}
.fontx160 {
font-size: 160%;
}
.fontx170 {
font-size: 170%;
}
.fontx180 {
font-size: 180%;
}
.fontx190 {
font-size: 190%;
}
.fontx200 {
font-size: 200%;
}
.keni-section .article-body p {
margin-bottom: 20px;
line-height: 1.4em;
}
.keni-section .article-body p:last-child {
margin-bottom: 0;
} .keni-section table {
margin: 15px auto 30px;
box-sizing: border-box;
line-height: 1.4em;
background: #fff;
width: 100%;
}
.keni-section table.table-close {
margin: 15px auto 10px;
}
.keni-section table tr th {
background: #e2ffe8;
font-weight: bold;
color: #0a1;
}
.keni-section table tr th+th {
border-left: 1px solid #fff !important;
z-index: 1;
}
.keni-section table tr td {
background: #fff !important;
}
.keni-section table.tc tr td,
.keni-section table.tc tr th {
text-align: center;
vertical-align: middle;
}
.keni-section table tr:not(:last-child) th {
border-bottom: 1px solid #fff;
}
.keni-section table thead tr td,
.keni-section table thead tr th {
background: #0a1 !important;
color: #fff;
font-weight: bold;
padding: 10px;
}
.keni-section table thead tr th {
border: 0;
}
.keni-section table tr td,
.keni-section table tr th {
padding: 10px;
line-height: 1.4em;
}
.keni-section table thead tr th {
background: #082 !important;
}
.keni-section table caption {
background: #0a1;
padding: 10px;
color: #fff;
font-weight: bold;
font-size: 120%;
line-height: 1.3em;
margin: 0;
border-radius: 8px 8px 0 0;
border-bottom: 1px solid #fff;
}
.keni-section table.first-w10 tr :first-child {
width: 10%;
}
.keni-section table.first-w20 tr :first-child {
width: 20%;
}
.keni-section table.first-w30 tr :first-child {
width: 30%;
}
.keni-section table.first-w20-smt40 tr :first-child,
.keni-section table.first-w40 tr :first-child,
table.first-w20-smt40 tr :first-child,
table.first-w40 tr :first-child {
width: 40%;
}
.scroll {
overflow: auto;
white-space: nowrap;
}
.scroll-free.wrap table th,
.scroll-free.wrap,
.scroll.wrap {
white-space: normal !important;
}
.scroll::-webkit-scrollbar {
height: 15px;
}
.scroll::-webkit-scrollbar-track {
background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
background: #bbb;
}
.scroll table,
.scroll-free table {
margin: 0 !important;
}
.scroll-free {
overflow: auto;
}
.scroll-free table img {
width: 140px !important;
max-width: none !important;
}
.scroll-free.img-free table img {
width: auto !important;
max-width: 100% !important;
}
.scroll-free table th,
.scroll-free table td {
vertical-align: middle;
text-align: center;
}
.scroll-free table th {
white-space: nowrap !important;
}
.scroll-free table th {
position: sticky;
left: 0;
z-index: 5;
}
.scroll-free table em {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", osaka, sans-serif;
font-size: 70px;
font-weight: bold;
line-height: 1em;
font-style: normal;
color: #f00;
}
code {
background: #f0f0f0;
border: 1px solid #aaa;
border-top-width: 2px;
padding: 15px;
position: relative;
display: block;
margin: 60px 0 10px !important;
}
code:before {
content: "【コード】";
position: absolute;
background: #aaa;
padding: 4px 15px;
top: -26px;
left: -1px;
font-weight: bold;
line-height: 1.1em;
color: #fff;
border-radius: 6px 6px 0 0;
}
code[data-title]:before {
content: attr(data-title);
}
code+br {
display: none;
}
code+br+.adviser-single {
margin-top: 0;
}
.detail-link {
display: inline-block;
width: 120px;
text-align: center;
background: #f39800;
background: -moz-linear-gradient(-10deg, #f39800 50%, #ffd099 100%);
background: -webkit-linear-gradient(-10deg, #f39800 50%, #ffd099 100%);
background: linear-gradient(170deg, #f39800 50%, #ffd099 100%);
border-radius: 7px;
padding: 10px 0;
color: #fff !important;
border: 2px solid #fff;
box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
font-weight: bold;
font-style: normal !important;
text-decoration: none;
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}
.detail-link.width-auto {
display: block;
width: auto;
}
a.detail-link:hover {
background: #fa4;
color: #fff !important;
}
.detail-link:before {
content: "\25b6";
display: inline-block;
animation: r-tri-roll 1.5s linear infinite;
margin-right: 3px;
font-size: 80%;
line-height: 1em;
vertical-align: 2px;
}
.detail-link>span {
display: inline-block;
max-width: calc(100% - 22px);
vertical-align: middle;
}
@keyframes r-tri-roll {
0% {
transform: rotateX(0deg);
}
50% {
transform: rotateX(180deg);
}
100% {
transform: rotateX(360deg);
}
} h1.heading {
border-bottom: 5px solid #0a1;
padding-bottom: 5px;
}
h1.heading small {
display: inline-block;
font-size: 13px;
line-height: 1.3em;
}
.adviser_single {
max-width: 840px;
position: relative;
margin: 30px auto 40px;
box-sizing: border-box;
max-width: 880px; padding: 10px;
background: #f2fff2;
font-size: 13px;
line-height: 1.8em;
box-shadow: rgba(32, 64, 32, 0.6) 1px 1px 5px;
}
.adviser_single>p.h2,
.adviser_single>h2,
.adviser_single>h2 {
border: 0 !important;
background: #0a1;
background: -moz-linear-gradient(-45deg, #0a1 60%, #0a1 60%, #f2fff2 100%);
background: -webkit-linear-gradient(-45deg, #0a1 60%, #0a1 60%, #f2fff2 100%);
background: linear-gradient(135deg, #0a1 60%, #0a1 60%, #f2fff2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1', endColorstr='#f2fff2', GradientType=1);
border-radius: 6px;
color: #fff !important;
margin: -5px !important;
padding: 5px 10px;
font-weight: bold;
font-size: 18px;
line-height: 1.3em;
}
.adviser_single p.h3 {
background: #0a1;
padding: 5px 10px;
margin: 30px 0 15px;
font-weight: bold;
font-size: 18px;
line-height: 1.2em;
color: #fff !important;
border-radius: 5px;
}
.adviser_single p.h3:first-child {
margin-top: 0;
}
.adviser_single p {
margin-top: 0;
}
.adviser_single p:last-child {
margin-bottom: 0;
}
.adviser_single.archive_list {
max-width: none !important;
border-color: #0a1;
}
.adviser_single.comment {
border-color: #0a1;
}
.adviser_single.comment:before,
.adviser_single.archive_list:before,
.adviser-list .adviser_single:before {
display: none !important;
}
.adviser_head.single {
position: relative;
background: #0a1;
background: -moz-linear-gradient(top, #0a1 0%, #f2fff2 40%); background: -webkit-linear-gradient(top, #0a1 0%, #f2fff2 40%); background: linear-gradient(to bottom, #0a1 0%, #f2fff2 40%); padding: 10px;
color: #fff;
margin: -10px -10px 10px;
} .adviser_head figure {
box-sizing: border-box;
position: relative;
display: inline-block;
padding: 35% 0 0;
width: 35%;
border: 3px solid #0a1;
border-radius: 7px;
overflow: hidden;
vertical-align: middle;
background: #fff;
} .adviser_head figure img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover; }
.adviser_head figure.no-click img {
cursor: default;
}
.adviser_head article {
box-sizing: border-box;
position: relative;
display: inline-block;
width: 62% !important;
vertical-align: middle;
box-sizing: border-box;
padding-left: 10px;
}
.adviser_head article h2,
.adviser_head article p.title {
position: relative;
font-size: 24px;
line-height: 1.3em;
margin: 0;
padding: 0 0 5px !important;
background: transparent !important;
border: 0 !important;
color: #333;
letter-spacing: 0;
}
.adviser_head.single article h2,
.adviser_head article.single h2,
.adviser_head article.single p.title {
border-bottom: 4px solid #0a1 !important;
color: #082 !important;
}
.adviser-list .adviser_head article a h2:after,
.adviser-list .adviser_head article a h2:after {
content: "\25b8";
position: absolute;
width: 1.3em;
height: 1.3em;
line-height: 1.35em;
font-size: 15px;
text-align: center;
border-radius: 50%;
background: #0a1;
color: #fff;
top: 50%;
right: 0;
transform: translateY(-50%);
}
.adviser_head article h2 span {
display: inline-block;
}
.adviser_head article p.title,
.comment .adviser_head article h2,
.comment .adviser_head article h2 {
font-size: 18px;
font-weight: bold;
line-height: 1.2em;
margin: 0 !important;
}
.adviser_head article p.title>a {
color: #000;
}
.adviser_head article p.title>a:hover {
color: #0a1;
}
.adviser_head article p.title small,
.adviser_head article h2 small {
display: block;
font-size: 13px;
line-height: 1.4em;
}
.adviser_single h4 {
background: #fff;
border: 1px solid #cbe7cb !important;
padding: 5px 10px;
line-height: 1.3em;
border-radius: 5px;
}
.adviser-list {
margin: 40px 0;
}
.adviser-list .adviser_single {
margin: 15px auto;
border-color: #0a1;
max-width: 900px;
transition: all 0.6s linear;
}
.adviser-list .adviser_single:hover {
border-color: #0a1;
transition: all 0.2s linear;
}
.adviser-list .adviser_single.no-hover:hover {
border-color: #0a1;
}
.adviser-list .adviser_head figure {
width: 90px;
padding-top: 90px;
}
.adviser-list .adviser_head article {
width: -webkit-calc(100% - 100px) !important;
width: calc(100% - 100px) !important;
}
.adviser-list .adviser_head article h2 {
font-size: 21px;
line-height: 1.4em;
}
.adviser-list .adviser_head article a {
text-decoration: none !important;
}
.adviser_head article a:hover h2 {
color: #0a1;
}
.adviser_head article p.url {
margin: 5px 0 0;
padding: 5px 0 0;
border-top: 2px solid #0a1;
}
.adviser_body h3 {
background: #0a1;
color: #fff !important;
padding: 5px 10px !important;
border: 0 !important;
line-height: 1.3em !important;
}
.archive_adviser_article_list a:before,
.adviser_body a:before,
.adviser_head article p.url a:before {
content: "\25b8";
color: #57f;
display: inline-block;
text-decoration: none;
text-indent: 0 !important;
}
.adviser_head article p.url a {
display: block;
}
.adviser_head p.url a,
.adviser_body a {
font-weight: bold;
font-size: inherit;
color: #57d;
text-decoration: underline;
}
.adviser_head p.url a:after,
.adviser_body a:after {
content: "\1f5d7";
display: inline-block;
font-size: 120%;
margin: 0 0 0 5px;
transition: all 0.4s linear;
}
.adviser_head p.url a:hover:after,
.adviser_body a:hover:after {
transform: scale(1.3, 1.3);
transition: all 0.15s linear;
}
.adviser_body a:hover {
color: #23d;
text-decoration: none;
}
.adviser_body figure+figure {
margin-top: 10px;
}
.adviser_body p {
margin: 5px 10px 20px;
}
.adviser_body.shortcode,
.adviser_body p.comment {
position: relative;
margin: 0;
padding: 10px;
background: #fff;
border-radius: 10px;
}
.adviser_body.shortcode {
margin-top: 20px;
box-shadow: #0a1 0 0 5px inset;
overflow: hidden;
}
.adviser_body.shortcode p.h3 {
margin: -10px -10px 10px;
border-radius: 10px 10px 0 0;
box-shadow: #0a1 0 0 5px;
}
.adviser_body p.comment {
box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}
.adviser_body p.comment:before {
content: "";
position: absolute;
left: 30px;
top: -20px;
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent #fff;
border-width: 0 15px 20px;
}
.archive_adviser_article_list a {
display: block;
font-weight: bold;
padding-left: 1em;
text-indent: -1em;
margin: 5px 0 0;
font-size: 13px;
line-height: 1.4em;
color: #57d;
text-decoration: underline;
}
.archive_adviser_article_list a:hover {
text-decoration: none;
color: #025;
}
.certificate {
text-align: center;
}
.certificate img {
width: 31%;
vertical-align: top;
cursor: pointer;
transition: all 0.6s linear;
}
.certificate img:hover {
background: #dfd;
opacity: 0.7;
transition: all 0.2s linear;
}
.popup_certificate {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 50000;
text-align: center;
}
.popup_certificate:before {
content: "";
display: inline-block;
vertical-align: middle;
width: 0;
height: 100%;
}
.popup_certificate:after {
content: "×";
position: absolute;
display: block;
right: 10px;
top: 10px;
cursor: pointer;
font-weight: bold;
font-size: 64px;
line-height: 1em !important;
padding: 0 !important;
color: #fff;
}
.popup_certificate figure {
position: absolute;
display: block;
max-width: 720px;
width: 85%;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
vertical-align: middle;
background: #fff;
}
.popup_certificate figure img {
width: 100%;
max-height: 90%;
vertical-align: top;
}
.archive_list a {
display: block;
position: relative;
background: #fff;
padding: 10px;
border-radius: 10px;
text-decoration: none !important;
}
.archive_list a+a {
margin-top: 15px;
}
.archive_list a:hover {
top: -1px;
left: -1px;
box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 6px;
}
.archive_list a:active {
top: 0;
left: 0;
box-shadow: rgba(0, 0, 0, 0.5) -1px -1px 2px;
}
.adviser_single.writer.shortcode .adviser_head figure,
.adviser_single.comment .adviser_head figure,
.archive_list a figure {
position: relative;
display: inline-block;
padding: 90px 0 0;
width: 90px;
border: 3px solid #0a1;
border-radius: 7px;
overflow: hidden;
vertical-align: middle;
background: #fff;
}
.adviser_single.comment .adviser_head figure img,
.archive_list a figure img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover; }
.adviser_single.comment .adviser_head article,
.adviser_single.comment .adviser_head article,
.archive_list a .textarea {
position: relative;
display: inline-block;
width: calc(100% - 110px) !important;
vertical-align: middle;
box-sizing: border-box;
padding-left: 10px;
}
.adviser_single .adviser_body h3 {
margin-left: 0;
margin-right: 0;
}
.archive_list a p {
margin: 5px 0 0;
font-size: 13px;
line-height: 1.2em;
}
.archive_list a p:first-of-type {
margin-top: 0 !important;
}
.archive_list a p.title {
font-weight: bold;
font-size: 110%;
color: #0a1;
}
.archive_list a p.text {
display: none;
}
.archive_list a p.date {
float: right;
font-weight: bold;
color: #999;
}
p:first-child,
.content p:first-child {
margin-top: 0;
} @media only screen and (max-width: 600px) {
.adviser_single .adviser_head.single figure {
display: block;
margin: 0 auto 15px;
width: 80%;
padding-top: 80%;
}
.adviser_single .adviser_head.single article {
display: block;
margin: 0 auto 15px;
width: auto !important;
text-align: center;
}
.adviser_single .adviser_head.single article h2 {
text-shadow: none;
color: #082 !important;
}
.certificate img {
width: 80%;
display: block;
margin: 10px auto;
}
} @media only screen and (min-width: 768px) {
.l-main h2 {
border-width: 2px 0 !important;
}
.l-main p {
margin-top: 10px;
}
.adviser_single {
border-radius: 15px;
padding: 20px;
font-size: 16px;
line-height: 1.8em;
overflow: hidden;
}
.adviser_single:before {
width: 85px;
padding-top: 85px;
}
.adviser_single>p.h2,
.adviser_single>h2,
.adviser_single>h2 {
margin: -10px -10px 10px !important;
font-size: 24px;
line-height: 1.4em;
}
.adviser_head.single {
border-radius: 15px 15px 0 0;
margin: -20px -20px 10px;
padding: 20px 22px 10px;
}
.adviser_head figure {
border-radius: 10px;
}
.adviser_head article {
padding-left: 20px;
}
.adviser_head article h2 {
font-size: 36px !important;
line-height: 1.4em;
}
.adviser_head article p.title {
font-size: 28px !important;
line-height: 1.4em;
}
.adviser_head article p.title small,
.adviser_head article h2 small {
font-size: 15px;
line-height: 1.4em;
}
.adviser_single.comment .adviser_head article h2,
.adviser_single.comment .adviser_head article h2 {
font-size: 24px !important;
line-height: 1.3em;
}
.adviser_single p.h3 {
font-size: 21px;
}
.adviser_single.writer.comment p.title {
font-size: 21px !important;
}
.adviser_single.writer.shortcode .adviser_head figure,
.adviser_single.comment .adviser_head figure,
.archive_list a figure,
.adviser-list .adviser_head figure {
width: 100px;
padding-top: 100px;
}
.adviser_single.comment .adviser_head article,
.adviser_single.comment .adviser_head article,
.archive_list a .textarea,
.adviser-list .adviser_head article {
width: -webkit-calc(100% - 110px) !important;
width: calc(100% - 110px) !important;
}
.adviser-list .adviser_head article h2 {
font-size: 26px;
line-height: 1.4em;
}
.popup_certificate:after {
top: 10px;
font-size: 80px;
}
.adviser_single.archive_list {
margin: 20px;
}
.archive_list a p {
margin: 10px 0 0;
font-size: 16px;
line-height: 1.2em;
}
.archive_adviser_article_list a {
font-size: 15px;
}
.adviser_body p.comment,
.adviser_body.shortcode {
padding: 15px;
}
.adviser_body.shortcode p.h3 {
margin: -15px -15px 15px;
}
.adviser_body p.comment:before {
left: 35px;
}
.archive_list a p.text {
display: block;
}
.scroll {
white-space: normal;
}
}
@media only screen and (min-width: 944px) {
.adviser_head figure {
width: 200px;
padding-top: 200px;
}
.adviser_head article {
width: 490px !important;
}
} .credit-faq-first .credit-faq-open,
a.afbtn,
.afbtn {
display: inline-block;
box-sizing: border-box;
width: 45%;
height: 60px;
padding: 0 5px;
margin: 1.5%;
background: #0a1;
background: -moz-linear-gradient(175deg, #0a1 0%, #a8ffae 100%);
background: -webkit-linear-gradient(175deg, #0a1 0%, #a8ffae 100%);
background: linear-gradient(175deg, #0a1 0%, #a8ffae 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1', endColorstr='#a8ffae', GradientType=0);
color: #fff !important;
font-weight: bold;
border-radius: 40px;
font-size: 13px !important;
line-height: 1.2em;
border: 2px solid #0a1;
box-shadow: #ecc 1px 1px 2px inset;
text-shadow: #090 -1px -1px 0;
text-align: center !important;
text-decoration: none;
}
.afbtn:after {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle;
}
.afbtn>span {
display: inline-block;
vertical-align: middle;
font-size: 15px;
line-height: 1.2em;
}
.afbtn.gray,
.afbtn.back {
background: #999;
border-color: #555;
box-shadow: #eee 1px 1px 2px inset;
}
.afbtn.wide {
display: block;
width: 93%;
margin: 1.5% auto;
}
.afbtn:hover {
border-width: 1px 3px 3px 1px;
}
.afbtn:active {
border-width: 3px 1px 1px 3px;
}
.afbtn.square {
border-radius: 5px;
}
.afbtn.big {
position: relative;
display: block;
width: 100%;
max-width: 600px;
height: 150px !important;
border-radius: 10px;
padding: 5px;
margin: 15px auto 30px;
}
.afbtn.big>span {
font-size: 200%;
line-height: 1.2em;
width: 99% !important;
max-width: 100% !important;
}
.afbtn.big small {
display: inline-block;
color: #ff0;
font-size: 70%;
line-height: 1.2em;
padding: 0 0 2px;
margin: 0 0 5px;
border-bottom: 1px solid #fff8;
}
.afbtn.big i {
position: absolute;
display: block;
background: #fff;
right: -5px;
top: 0;
border-radius: 20px;
font-size: 110%;
line-height: 1.2em;
padding: 6px 15px;
box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px;
text-shadow: none;
transform: translateY(-60%);
color: #000;
font-style: normal;
font-weight: bold;
}
.afbtn.big i:before {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 18px 5px 0;
border-color: #fff transparent transparent;
right: 15px;
bottom: -17px;
}
.afbtn.blue {
border-color: #027FC0;
background: #329fd2;
background: -moz-linear-gradient(-10deg, #329fd2 50%, #E8F8FF 100%); background: -webkit-linear-gradient(-10deg, #329fd2 50%, #E8F8FF 100%); background: linear-gradient(170deg, #329fd2 50%, #E8F8FF 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#329fd2', endColorstr='#E8F8FF', GradientType=1); box-shadow: #E8F8FF 1px 1px 2px inset;
text-shadow: #246 -1px -1px 0;
color: #fff !important;
}
.afbtn.yellow {
border-color: #770;
background: #990;
background: -moz-linear-gradient(-10deg, #990 50%, #cc5 100%); background: -webkit-linear-gradient(-10deg, #990 50%, #cc5 100%); background: linear-gradient(170deg, #990 50%, #cc5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999900', endColorstr='#cccc55', GradientType=1); box-shadow: #ffa 1px 1px 2px inset;
text-shadow: #440 -1px -1px 0;
color: #fff !important;
}
.afbtn.green {
border-color: #070;
background: #090;
background: -moz-linear-gradient(-10deg, #090 50%, #0a1 100%); background: -webkit-linear-gradient(-10deg, #090 50%, #0a1 100%); background: linear-gradient(170deg, #090 50%, #0a1 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009900', endColorstr='#77cc77', GradientType=1); box-shadow: #dfd 1px 1px 2px inset;
text-shadow: #440 -1px -1px 0;
color: #fff !important;
}
.afbtn.gray {
border-color: #777;
background: #999;
background: -moz-linear-gradient(-10deg, #777 50%, #ccc 100%); background: -webkit-linear-gradient(-10deg, #777 50%, #ccc 100%); background: linear-gradient(170deg, #777 50%, #ccc 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#cccccc', GradientType=1); box-shadow: #bbb 1px 1px 2px inset;
text-shadow: #444 -1px -1px 0;
color: #fff !important;
}
.afbtn.red {
border-color: #843;
background: #d43;
box-shadow: #fed 1px 1px 2px inset;
text-shadow: #732 -1px -1px 0;
padding-left: 15px;
animation: 2s red_flash infinite linear;
color: #fff !important;
}
.credit-faq-first .credit-faq-open,
.afbtn.orange {
border-color: #fff;
background: #f39800;
background: -moz-linear-gradient(-10deg, #f39800 50%, #ffd099 100%); background: -webkit-linear-gradient(-10deg, #f39800 50%, #ffd099 100%); background: linear-gradient(170deg, #f39800 50%, #ffd099 100%); box-shadow: #fed 1px 1px 2px inset, rgba(0, 0, 0, 0.5) 1px 1px 6px;
text-shadow: #a60 -1px -1px 0;
padding-left: 15px;
animation: 2s red_flash infinite linear;
padding: 2px 15px;
color: #fff !important;
}   .new_btn-wrap {
text-align: center;
}
.new_btn-wrap button.new_btn.green,
.new_btn-wrap button.new_btn.orange,
.new_btn-wrap button.new_btn.red {
min-width: 100px;
font-family: inherit;
appearance: none;
border: 0;
border-radius: 999px;
background: #00aa11;
color: #fff !important;
max-width: 240px;
padding: 10px 50px;
font-size: 1rem;
cursor: pointer;
}
.new_btn-wrap2 a.new_btn2.green,
.new_btn-wrap2 a.new_btn2.orange,
.new_btn-wrap2 a.new_btn2.red {
text-decoration: none;
background: #00aa11;
border-radius: 3px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
max-width: 240px;
padding: 10px 25px;
color: #FFF !important;
transition: 0.3s ease-in-out;
font-weight: 600;
border-radius: 5px;
border-bottom: 4px solid rgb(19, 138, 39);
overflow: hidden;
}
.new_btn-wrap2 a.new_btn2.green:active,
.new_btn-wrap2 a.new_btn2.orange:active,
.new_btn-wrap2 a.new_btn2.red:active {
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(245, 147, 11, 0.2);
border-bottom: none;
}
.new_btn-wrap2 a.new_btn2.green:before,
.new_btn-wrap2 a.new_btn2.orange:before,
.new_btn-wrap2 a.new_btn2.red:before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: -100%;
background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
animation: shine 3s infinite;
}
@keyframes shine {
33% {
left: 100%;
}
100% {
left: 100%;
}
} .new_btn-wrap button.new_btn.orange {
background: #f5930b;
}
.new_btn-wrap2 a.new_btn2.orange {
background: #f5930b;
border-bottom: 4px solid rgb(183 124 12);
}
.new_btn-wrap2 a.new_btn2.orange:active {
box-shadow: 0px 0px 1px rgba(245, 147, 11, 0.2);
}
.new_btn-wrap2 a.new_btn2.orange:before {
background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
} .new_btn-wrap button.new_btn.red {
background: rgb(211, 9, 23);
background: linear-gradient(90deg, rgba(211, 9, 23, 1) 0%, rgba(204, 35, 47, 1) 100%);
}
.new_btn-wrap2 a.new_btn2.red {
background: rgb(211, 9, 23);
background: linear-gradient(90deg, rgba(211, 9, 23, 1) 0%, rgba(204, 35, 47, 1) 100%);
border-bottom: 4px solid rgb(183, 12, 12);
}
.new_btn-wrap2 a.new_btn2.red:active {
box-shadow: 0px 0px 1px rgba(245, 11, 11, 0.2);
}
.new_btn-wrap2 a.new_btn2.red:before {
background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
} .credit-faq-first .credit-faq-open span.ib:before,
.afbtn.orange span.ib:before {
content: "";
display: none;
margin-left: 0;
}
@keyframes check-roll {
0% {
transform: rotateZ(10deg);
text-shadow: #fff 0 0 3px, #fff 0 0 5px, #fff 0 0 7px, #fff 0 0 10px, #fff 0 0 15px;
}
50% {
transform: rotateZ(-10deg);
text-shadow: 0;
}
100% {
transform: rotateZ(10deg);
}
}
.credit-faq-first .credit-faq-open>span,
.afbtn.orange>span {
width: 99% !important;
max-width: 75%;
}
.credit-faq-first .credit-faq-open span,
.afbtn.orange span {
vertical-align: middle;
}
.afbtn.arrow>span {
display: inline-block;
position: relative;
width: auto !important;
}
.simulation_result nav a.recommend:before,
.credit-faq-first .credit-faq-open>span:before,
.afbtn.arrow>span:before {
content: ">>";
color: #ff8;
display: inline-block;
position: absolute;
transform: translate(-100%, -50%);
left: 0;
top: 50%;
white-space: nowrap;
font-size: 120%;
vertical-align: middle;
animation: 1s arrow-move-l infinite ease-in-out;
}
.simulation_result nav a.recommend:after,
.credit-faq-first .credit-faq-open>span:after,
.afbtn.arrow>span:after {
content: "<<";
color: #ff8;
display: inline-block;
position: absolute;
transform: translate(100%, -50%);
right: 0;
top: 50%;
white-space: nowrap;
font-size: 120%;
vertical-align: middle;
animation: 1s arrow-move-r infinite ease-in-out;
}
@keyframes arrow-move-l {
0% {
color: #ff8;
letter-spacing: 50px;
opacity: 0;
}
40% {
opacity: 1;
}
80% {
letter-spacing: 0;
opacity: 1;
}
100% {
color: #fff;
opacity: 0;
}
}
@keyframes arrow-move-r {
0% {
color: #ff8;
right: -50px;
letter-spacing: 50px;
opacity: 0;
}
40% {
opacity: 1;
}
80% {
right: 0;
letter-spacing: 0;
opacity: 1;
}
100% {
color: #fff;
opacity: 0;
}
}
.finger {
position: relative;
}
.finger:before {
content: "";
display: block;
position: absolute;
transform: translateY(-50%);
background: url(https://011330.jp/article/wp-content/themes/keni8-child/images/finger.png) no-repeat center center;
background-size: 100% 100% !important;
margin-right: 0;
width: 35px;
height: 45px;
right: -25px;
bottom: -60px;
;
transform: rotate(-15deg) translate(-20%, -80%);
animation: 3s finger infinite linear;
z-index: 3;
}
@keyframes finger {
0% {
transform: rotate(-15deg) translate(-20%, -80%);
}
2% {
transform: rotate(-35deg) translate(-20%, -80%);
}
7% {
transform: rotate(-15deg) translate(-20%, -80%);
}
9% {
transform: rotate(-35deg) translate(-20%, -80%);
}
14% {
transform: rotate(-15deg) translate(-20%, -80%);
}
}
.afbtn.flash {
animation: 3s text-flash infinite linear;
}
@keyframes text-flash {
0% {
text-shadow: #fff 0 0 2px, #fff 0 0 5px, #fff 0 0 8px, #fff 0 0 12px, #fff 0 0 18px, #fff 0 0 30px;
}
3% {
text-shadow: none;
}
5% {
text-shadow: #fff 0 0 2px, #fff 0 0 5px, #fff 0 0 8px, #fff 0 0 12px, #fff 0 0 18px, #fff 0 0 30px;
}
20% {
text-shadow: none;
}
}
.afbtn.nowrap {
white-space: nowrap;
padding-right: 4px;
padding-left: 4px;
} @media only screen and (min-width: 768px) {
.afbtn {
font-size: 18px !important;
line-height: 1.2em;
height: 70px;
}
.afbtn>span {
font-size: 21px;
line-height: 1.2em;
}
.finger:before {
width: 40px;
height: 50px;
right: -20px;
bottom: -70px;
;
}
.afbtn.big>span {
font-size: 250%;
line-height: 1.2em;
}
.afbtn.big i {
font-size: 140%;
line-height: 1.2em;
}
} @media only screen and (max-width: 680px) {
.afbtn.big.smt-small {
width: auto;
margin: 20px 8% 40px;
height: auto !important;
padding-top: 10px;
padding-bottom: 10px;
}
.afbtn.big.smt-small>span {
font-size: 150%;
line-height: 1.2em;
}
} .content blockquote {
position: relative;
background: #ffe8e2 !important;
padding: 35px 20px;
box-shadow: #ebb 0 0 10px inset;
line-height: 1.5em;
}
.content blockquote:before {
position: absolute;
font-family: 'FontAwesome';
content: '\275d';
font-size: 60px;
line-height: 1;
color: #ebb !important;
top: 5px;
left: 10px;
}
.content blockquote:after {
position: absolute;
font-family: 'FontAwesome';
content: '\275d';
font-size: 60px;
line-height: 1;
color: #ebb;
right: 10px;
bottom: 5px;
transform: rotate(180deg);
}
.content blockquote cite {
display: block;
font-size: 0.8em;
text-align: right;
color: #0a1;
padding-right: 20px;
}
.content blockquote cite a {
color: #37d;
text-decoration: underline;
} .wpcr3_respond_1 {
padding: 10px !important;
background: #f2fff2; box-shadow: #0a1 1px 1px 6px inset;
}
.wpcr3_respond_1 .wpcr3_respond_1 {
border: 0;
padding: 0 !important;
margin: 0 !important;
}
.internet-spec-box .wpcr3_respond_1 {
border: 0;
box-shadow: #c85f5f 1px 1px 8px;
}
.wpcr3_caps {
color: #000;
}
.wpcr3_button_1 {
background: #0a1 !important;
color: #fff !important;
font-weight: bold !important;
margin: 0 !important;
border-radius: 30px;
}
.wpcr3_button_1:hover {
background: #c85f5f !important;
}
.wpcr3_respond_2 .wpcr3_button_1.wpcr3_cancel_btn:before {
content: "▲";
}
.wpcr3_respond_2 {
background: transparent;
padding: 10px !important;
}
.wpcr3_respond_1 .wpcr3_respond_2 .wpcr3_div_2 {
width: 100% !important;
max-width: none;
}
.wpcr3_respond_2 .wpcr3_div_2 table {
width: 100% !important;
border-collapse: separate;
border-spacing: 3px 2px;
margin: 0;
}
.wpcr3_respond_2 .wpcr3_div_2 table,
.wpcr3_respond_2 .wpcr3_div_2 table tr:first-child td {
background: transparent !important;
padding: 0;
}
.wpcr3_respond_2 .wpcr3_div_2 table tr td,
.wpcr3_respond_2 .wpcr3_div_2 table tr:nth-child(2n-1) td {
background: #fff;
box-shadow: #0a1 1px 1px 5px;
}
.wpcr3_respond_2 .wpcr3_div_2 table tr td:first-child {
width: 25%;
min-width: 150px;
}
.wpcr3_respond_2 .wpcr3_div_2 table tbody tr:last-child td {
background: transparent !important;
box-shadow: none !important;
}
.wpcr3_leave_text {
background: #0a1;
padding: 5px 15px;
color: #fff;
font-size: 150%;
line-height: 1.6em;
font-weight: bold;
}
.wpcr3_respond_2 .wpcr3_div_2 table tr td input[type="text"],
.wpcr3_respond_2 .wpcr3_div_2 table tr td textarea {
border: 1px solid #e7cbcb;
background: #f8f8f8;
padding: 5px 10px;
box-sizing: border-box;
border-radius: 5px;
width: 100%;
min-width: 0 !important;
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px inset;
}
.wpcr3_respond_2 .wpcr3_div_2 table tr td input[type="text"]:focus,
.wpcr3_respond_2 .wpcr3_div_2 table tr td textarea:focus {
background: #fee;
outline: 0;
border: 1px solid #0a1;
}
.wpcr3_respond_2 .wpcr3_div_2 table tr:last-child td[colspan="2"] p {
display: none;
}
.wpcr3_button_1.wpcr3_submit_btn {
float: right;
font-size: 20px;
padding: 5px 35px;
}
.wpcr3_respond_3 .wpcr3_button_1.wpcr3_cancel_btn {
margin-top: 0 !important;
float: left;
font-size: 15px;
padding: 5px;
}
.wpcr3_respond_3 {
margin-top: 0 !important;
padding-top: 0 !important;
}
.wpcr3_respond_3 p:first-child {
display: none;
}
.wpcr3_respond_3 .wpcr3_button_1:before {
content: "▼";
}
.wpcr3_review_ratingValue,
.wpcr3_item_name+p {
margin: 0 !important;
padding: 0 !important;
}
.wpcr3_item_name {
margin-left: 5px;
font-weight: bold;
}
.wpcr3_item.wpcr3_product:before {
content: "投稿されたレビュー";
display: block;
background: #0a1;
color: #fff;
margin: -10px 0 10px;
padding: 2px 15px 5px;
font-size: 21px;
line-height: 1.3em;
font-weight: bold;
}
.wpcr3_dotline:first-of-type,
.wpcr3_item.wpcr3_product .wpcr3_aggregateRating,
.wpcr3_item.wpcr3_product .wpcr3_aggregateRating+.wpcr3_dotline,
.wpcr3_item.wpcr3_product>.wpcr3_item_name {
display: none !important;
}
.wpcr3_item.wpcr3_product .wpcr3_review_datePublished,
.wpcr3_item.wpcr3_product .wpcr3_review {
padding-top: 0 !important;
margin-top: 0 !important;
}
.wpcr3_review_title {
margin: 10px 10px 0 !important;
padding: 5px 15px 4px;
border-bottom: 1px solid #eaa;
background: #fff;
color: #0a1;
font-weight: bold;
font-size: 110% !important;
;
line-height: 1.4em; box-shadow: #0a1 1px 1px 3px;
}
.wpcr3_clear {
height: 0 !important;
margin: 0 !important;
}
.wpcr3_aggregateRating_ratingValue,
.wpcr3_aggregateRating {
padding: 0 !important;
margin: 0 !important;
}
.wpcr3_aggregateRating>p {
display: inline !important;
}
.wpcr3_item blockquote.wpcr3_content,
.wpcr3_item.wpcr3_product blockquote {
background: #fff;
margin: 0 10px 10px;
padding: 10px 15px !important;
max-width: none;
width: auto; box-shadow: #0a1 1px 1px 3px;
}
.wpcr3_item blockquote.wpcr3_content p,
.wpcr3_item.wpcr3_product blockquote p {
display: block !important;
margin: 15px 0 0 !important;
padding: 0 !important;
float: none;
}
.wpcr3_item.wpcr3_product .wpcr3_review_author,
.wpcr3_item blockquote.wpcr3_content p:first-child,
.wpcr3_item.wpcr3_product blockquote p:first-child {
margin-top: 0 !important;
}
.wpcr3_item.wpcr3_product .wpcr3_review_author {
font-style: normal;
color: #0a1;
margin-left: 10px;
}
.wpcr3_item.wpcr3_product .wpcr3_review_ratingValue {
margin-left: 10px !important;
}
.wpcr3_item blockquote.wpcr3_content:before,
.wpcr3_item blockquote.wpcr3_content:after,
.wpcr3_item.wpcr3_product blockquote:before,
.wpcr3_item.wpcr3_product blockquote:after {
display: none;
}
.internet-spec-body table+p {
margin: -15px 0 30px;
}
.internet-spec-body p a {
font-weight: bold;
font-size: 110%;
color: #57d;
text-decoration: underline;
}
.internet-spec-body p a:hover {
color: #23d;
text-decoration: none;
}
.wpcr3_respond_1 .wpcr3_pagination p {
display: inline !important;
}
.wpcr3_respond_1 .wpcr3_pagination p:after {
display: none;
}
.wpcr3_button_1.wpcr3_submit_btn,
.wpcr3_button_1.wpcr3_cancel_btn {
font-size: 18px;
line-height: 1.5em;
}
.l-main .archive__contents h2 {
margin-left: 0;
margin-right: 0;
padding: 5px 0;
}
.eyecatch {
background: repeating-linear-gradient(45deg, #edd, #edd 2px, #ecc 0, #ecc 4px);
}
.eyecatch img {
object-fit: contain !important;
}
.the__ribbon {
background: #e22 !important;
}
.the__ribbon:after {
border-left-color: #e22 !important;
border-right-color: #e22 !important;
}
.tag_list,
.su-box {
border: 2px solid #0a1;
background: #f2fff2;
padding: 20px;
margin: 20px 0 20px !important;
}
.su-box+.scroll {
margin-top: 0 !important;
}
.tag_list:before,
.tag_list>.midasi,
.su-box[data-title]:before,
.su-box p.midasi {
content: attr(data-title);
display: block;
margin: -20px -20px 15px !important;
background: #0a1;
font-size: 120%;
line-height: 1.3em;
color: #fff;
padding: 5px 20px 8px;
font-weight: bold;
}
.tag_list.no-before:before,
.tag_list>.midasi:before {
display: none !important;
}
.tag_list:before {
content: "チェックポイント！";
display: none;
}
.tag_list,
.su-box ul,
.su-box ol {
margin: 0;
}
.su-box ol {
counter-reset: countnum;
}
.tag_list>li,
.su-box ul>li,
.su-box ol>li {
list-style: none;
padding-left: 24px;
line-height: 1.3em;
margin: 10px 0 0;
}
.tag_list>li:first-child,
.su-box ul>li:first-child,
.su-box ol>li:first-child {
margin-top: 0;
}
.article_wrap .keni-section .su-box ul>li:before,
.tag_list>li:before,
.su-box ul>li:before {
content: "\2714" !important;
position: relative;
color: #d22 !important;
display: inline-block;
font-size: 180% !important;
font-weight: bold;
line-height: 1.1em !important;
top: 2px !important;
margin-left: -24px;
}
.su-box ol>li:before {
counter-increment: countnum;
content: counter(countnum);
position: relative;
background: #0a1 !important;
display: inline-block;
font-size: 100% !important;
font-weight: bold;
width: 20px;
line-height: 19px !important;
text-align: center;
border-radius: 5px;
color: #fff;
top: 1px !important;
padding: 1px 0 0 1px;
margin: 0 4px 0 -24px;
}
.su-box p:last-child {
margin-bottom: 0;
}
.article_wrap .keni-section .su-box.list-icon-black ul>li:before {
color: #000 !important;
}
.article_wrap .keni-section .su-box.list-icon-blue ul>li:before {
color: #47f !important;
}
.article_wrap .keni-section .su-box.list-icon-green ul>li:before {
color: #070 !important;
}
.article_wrap .keni-section .su-box.list-icon-pink ul>li:before {
color: #faa !important;
}
.article_wrap .keni-section .su-box.list-icon-yellow ul>li:before {
color: #bb0 !important;
}
.article_wrap .keni-section .su-box.list-icon-orange ul>li:before {
color: #e90 !important;
}
.point {
position: relative;
background: #efe;
padding: 20px 15px 15px;
border-radius: 10px;
margin: 20px 0 40px;
border: 2px solid #0a1;
box-shadow: #fff 0 0 1px 1px inset, rgba(0, 0, 0, 0.3) 2px 2px 8px inset;
color: #000;
}
.point .midasi,
.point:before {
content: "POINT";
position: absolute;
left: 15px;
top: -15px;
background: #0a1;
padding: 4px 15px;
border-radius: 5px;
color: #fff;
font-weight: bold;
font-size: 17px;
line-height: 1.3em;
letter-spacing: 4px;
} @media only screen and (max-width: 768px) {
.wpcr3_item blockquote.wpcr3_content,
.wpcr3_item.wpcr3_product blockquote {
margin: 0 0 10px;
}
.wpcr3_review_title {
margin: 10px 0 0 !important;
}
.wpcr3_respond_2 .wpcr3_div_2 table {
min-width: 0 !important;
}
.wpcr3_respond_2 {
padding: 5px !important;
}
.wpcr3_respond_2 .wpcr3_div_2 table tr td,
.wpcr3_respond_2 .wpcr3_div_2 table tr:first-child td,
.wpcr3_respond_2 .wpcr3_div_2 table tr td:first-child {
display: block !important;
padding: 5px 10px !important;
width: auto !important;
overflow: hidden;
}
.wpcr3_respond_2 .wpcr3_div_2 table tr:first-child td {
margin: 0 !important;
padding: 0 !important;
}
.wpcr3_button_1.wpcr3_submit_btn,
.wpcr3_button_1.wpcr3_cancel_btn {
font-size: 15px;
line-height: 1.5em;
}
.wpcr3_item.wpcr3_product .wpcr3_review_ratingValue {
margin-left: 0 !important;
}
.wpcr3_respond_2 .wpcr3_div_2 table tr:nth-last-child(2) {
display: none !important;
}
.l-main .archive__contents h2 {
font-size: 1.2em;
}
} #toc_container {
display: block !important;
}
#toc_container .toc_list li:before {
list-style: none;
content: "" !important;
}
#toc_container .toc_list li:not(:first-child) {
margin: 10px 0 0;
}
#toc_container .toc_list li a>.toc_number {
display: inline-block;
background: #0a1;
padding: 0 7px;
margin-right: 5px;
color: #fff;
border-radius: 5px;
} .openclose-box .title {
cursor: pointer;
position: relative;
font-size: 20px;
line-height: 1.3em;
background: #d8f8e0;
padding: 10px 35px 10px 10px;
margin: 0 0 1px !important;
border-radius: 10px;
color: #0a1;
font-weight: bold;
transition: all 0.3s linear;
}
.openclose-box .title:before {
content: "▼";
display: inline-block;
width: auto;
height: auto;
font-weight: bold;
position: absolute;
right: 15px;
border: 0;
background: transparent;
font-size: 120%;
animation: tri-roll 1s ease-in-out infinite;
text-shadow: #fff 1px 1px 0;
}
.openclose-box .title:after {
content: "(クリックで開きます)";
display: inline-block;
font-size: 13px;
vertical-align: middle;
}
.openclose-box .title.on:after {
content: "(クリックで閉じます)";
}
@keyframes tri-roll {
0% {
transform: scale(1, 1);
}
50% {
transform: scale(0, 1);
}
100% {
transform: scale(1, 1);
}
}
.openclose-box .title.on {
border-radius: 10px 10px 0 0;
}
.openclose-box .title.on:before {
content: "▲";
}
.openclose-box-body {
display: none;
padding: 10px;
margin: 0 !important;
background: #f2fff2;
border-radius: 0 0 10px 10px;
}
.openclose-box-body p:last-child {
margin-bottom: 0 !important;
} @media only screen and (max-width: 768px) {
.openclose-box .title {
font-size: 18px;
border-radius: 6px;
}
.openclose-box .title:before {
right: 15px;
}
.openclose-box .title:after {
content: "(タップで開きます)";
font-size: 12px;
}
.openclose-box .title.on:after {
content: "(タップで閉じます)";
}
.openclose-box .title.on {
border-radius: 6px 6px 0 0;
}
.openclose-box-body {
border-radius: 0 0 6px 6px;
}
}
.article_wrap .keni-section ul>li:before {
content: "\2b24";
font-size: 1.2em;
top: -3px;
left: -4px;
}
.article_wrap .keni-section .article-header ul>li:before,
.keni-section ul.related-entry-list>li:before {
display: none;
}
.article_wrap .keni-section p:last-child {
margin-bottom: 0 !important;
} .simulation_box {
position: relative;
margin: 40px 0;
background: #f2fff2;
border-radius: 10px;
border: 2px solid #0a1;
}
.simulation_box:last-of-type {
margin-bottom: 0;
}
.simulation_box_in {
padding: 15px 20px 20px;
margin: 0 !important;
}
.simulation_box p.midasi {
position: relative;
margin: 0 !important;
background: #0a1 !important;
color: #fff !important;
border: 0 !important;
padding: 10px 70px 10px 15px;
border-radius: 8px 8px 0 0;
font-weight: bold;
font-size: 130%;
line-height: 1.3em;
}
.simulation_box>p.midasi:before {
content: "";
position: absolute;
right: -15px;
bottom: -25px;
display: inline-block;
width: 100px;
height: 160px;
background: url(https://011330.jp/article/wp-content/themes/keni8-child/images/girl2.png) no-repeat center center;
background-size: 100% 100%;
transform-origin: 50% 90%;
animation: 2s furiko infinite ease-in-out;
}
@keyframes furiko {
0% {
transform: rotateZ(-2deg);
}
50% {
transform: rotateZ(2deg);
}
100% {
transform: rotateZ(-2deg);
}
} .simulation_box_in p {
margin: 0 !important;
}
.simulation_box p.midasi span {
display: inline-block;
}
.simulation_box input[type="number"] {
width: 80px;
padding: 2px 0 2px 5px;
margin: 0 5px;
text-align: center;
font-size: 20px;
line-height: 1;
}
.simulation_box input[type="number"]:first-child {
margin-left: 0;
}
.simulation_box input[type="radio"] {
vertical-align: -1px;
margin: 0 2px 0 0;
}
.simulation_box select {
font-size: 16px;
height: 40px;
max-width: 100%;
}
.simulation_box table {
border: 0;
border-collapse: separate;
border-spacing: 0 2px;
background: transparent;
}
.simulation_box table th,
.simulation_box table td {
border: 0;
background: #fff;
vertical-align: middle;
padding: 10px;
box-shadow: #aba 1px 1px 5px;
}
.simulation_box table th {
width: 140px;
text-align: left;
background: #0a1 !important;
color: #fff !important;
line-height: 1.4em !important;
font-weight: bold;
border: 0 !important;
}
.simulation_box table td {
text-align: left !important;
background: #fff;
}
.simulation_box nav {
text-align: center;
}
.simulation_box button {
position: relative;
background: #f5d873;
background: -moz-linear-gradient(top, #8f8 0%, #081 100%);
background: -webkit-linear-gradient(top, #8f8 0%, #081 100%);
background: linear-gradient(to bottom, #8f8 0%, #081 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d873', endColorstr='#e57f38', GradientType=0);
box-sizing: border-box;
width: 100%;
padding: 10px 20px;
font-weight: bold;
font-size: 32px;
color: #fff;
border-radius: 5px;
border-color: #fff #b44 #b44 #fff;
cursor: pointer;
animation: 2s button_blink infinite ease-out;
outline: none;
}
@keyframes button_blink {
0% {
text-shadow: #fff 0 0 3px, #fff 0 0 50px, #fff 0 0 10px, #fff 0 0 20px, #fff 0 0 30px;
}
30% {
text-shadow: #fff 0 0 0;
}
}
.simulation_box button:before {
top: auto;
bottom: -60px;
}
.simulation_box button>small {
display: inline-block;
vertical-align: middle;
padding: 5px;
background: #fff;
color: #081;
font-weight: bold;
font-size: 24px;
line-height: 0.8em;
text-align: center;
margin: 0 5px 0 0;
border-radius: 5px;
}
.simulation_box button>small>small {
display: block;
font-size: 75%;
line-height: 1;
}
.simulation_box button i {
position: relative;
display: inline-block;
font-style: normal;
font-weight: normal;
font-size: 200%;
line-height: 0.7;
transform: rotate(45deg);
top: 12px;
animation: 1.5s rens-roll ease-in-out infinite;
text-shadow: #000 1px 1px 0;
}
@keyframes rens-roll {
0% {
transform: rotate(30deg);
}
50% {
transform: rotate(60deg);
}
100% {
transform: rotate(30deg);
}
}
.simulation_result {
display: none;
background: #fff;
padding: 20px;
border-radius: 10px;
margin: 20px 0 0;
overflow: hidden;
text-align: center;
box-shadow: #aca 1px 1px 5px;
}
.simulation_result p.midasi {
display: block;
margin: -20px -20px 10px !important;
padding: 5px 20px;
background: #0a1;
width: auto;
border: 0 !important;
text-decoration: none;
font-size: 21px !important;
color: #0a1;
}
.simulation_result h5 {
display: block;
text-align: center;
font-family: Arial, suns-serif;
font-weight: bold;
font-size: 64px !important;
line-height: 1.1em !important;
color: #77e !important;
}
.simulation_result#NG h5 {
color: #e33 !important;
}
.simulation_result p {
margin: 10px 0 0 !important;
}
.simulation_result p span {
display: inline-block;
}
.simulation_result p.next_btn {
font-weight: bold;
font-size: 110%;
line-height: 1.4em;
overflow: hidden;
color: #0a1;
white-space: nowrap;
}
.simulation_result p.next_btn:before,
.simulation_result p.next_btn:after {
content: "▲";
display: inline-block !important;
position: relative;
animation: 1s next_btn infinite ease-out;
}
@keyframes next_btn {
0% {
top: 25px;
}
100% {
top: -25px;
}
}
.simulation_result nav {
text-align: center;
letter-spacing: -0.4em;
}
.simulation_result nav a {
display: inline-block;
box-sizing: border-box;
width: 23.5%;
padding: 10px 5px;
margin-top: 2% !important;
margin-left: 5%;
letter-spacing: 0;
background: #3B3;
color: #fff !important;
font-weight: bold;
font-size: 17px;
line-height: 1.3em;
text-decoration: none;
border-radius: 25px;
transition: all 0.5s linear;
vertical-align: top !important;
animation: 1.5s btn_flash linear infinite;
box-shadow: rgba(255, 255, 255, 0.7) 2px 2px 3px inset, rgba(0, 0, 0, 0.5) -2px -2px 5px inset;
}
@keyframes btn_flash {
0% {
opacity: 1; }
10% {
opacity: 0.2; }
60% {
opacity: 1; }
}
.simulation_result nav a>span {
display: inline-block;
vertical-align: middle;
max-width: 80%;
}
.simulation_result nav a:hover {
background: #5d5;
transition: all 0.2s linear;
}
.simulation_result nav a.red {
background: #d22;
}
.simulation_result nav a.yellow {
background: #990;
}
.simulation_result nav a.blue {
background: #079;
}
.simulation_result nav a.purple {
background: #909;
}
.simulation_result nav a.orange {
background: linear-gradient(170deg, #f39800 10%, #ffc055 100%);
}
.simulation_result nav a.red:hover {
background: #f44 !important;
}
.simulation_result nav a.yellow:hover {
background: #bb2 !important;
}
.simulation_result nav a.blue:hover {
background: #29b !important;
}
.simulation_result nav a.purple:hover {
background: #b2b !important;
}
.simulation_result nav a.orange:hover {
background: #fb5 !important;
}
.simulation_result nav a:nth-child(4n+1) {
margin-left: 0;
}
.simulation_result nav a.recommend:hover,
.simulation_result nav a:hover {
background: #5d5;
transition: all 0.2s linear;
animation: none;
}
.simulation_result nav a.recommend {
position: relative;
animation: 2.5s btn_recommend linear infinite, 1.5s btn_flash linear infinite;
} @keyframes recommend {
0% {
transform: rotate(-25deg);
color: #fff;
}
20% {
color: #F6AD49;
}
50% {
transform: rotate(25deg);
color: #F6AD49;
}
100% {
transform: rotate(-25deg);
}
}
@keyframes btn_recommend {
0% {
transform: scale(1.1, 1.1);
}
4% {
transform: scale(1, 1);
}
8% {
transform: scale(1.1, 1.1);
}
12% {
transform: scale(1, 1);
}
}
.simulation_result nav>p {
letter-spacing: 0;
margin: 15px 0 -2% !important;
}
.simulation_result nav>div {
border: 2px solid #0a1;
border-radius: 10px;
padding: 0 15px 15px;
margin: 20px 0 0;
overflow: hidden;
letter-spacing: 0;
}
.simulation_result nav>div p.heading {
background: #0a1;
margin: 0 -15px 15px !important;
padding: 5px;
color: #fff;
font-size: 21px;
font-weight: bold;
line-height: 1.2em;
text-shadow: #000 -1px -1px 0;
}
.simulation_result nav>div figure {
text-align: center;
padding: 15px;
}
.simulation_result nav>div figure a,
.simulation_result nav>div figure a:hover {
display: inline !important;
border: 0 !important;
border-radius: 0;
padding: 0 !important;
background: transparent !important;
animation: none !important;
box-shadow: none !important;
}
.simulation_result nav>div figure a:before,
.simulation_result nav>div figure a:after {
content: "";
display: none !important;
animation: none !important;
}
.simulation_result nav>div p.up-text {
line-height: 1.2em;
margin: 10px 0;
}
.simulation_result nav>div p b {
color: #d22 !important;
font-weight: bold !important;
font-size: 110%;
}
.simulation_result nav>div p.sim-af-btn a {
display: block;
width: auto;
position: relative;
padding: 20px 10px;
font-size: 140%;
}
@media only screen and (max-width: 736px) {
.simulation_box {
margin: 30px 0;
border-radius: 7px;
}
.simulation_box>p.midasi:after {
right: 0;
font-size: 350%;
}
.simulation_box_in {
padding: 20px 10px;
}
.simulation_box>p.midasi {
font-size: 18px !important;
padding: 10px 50px 10px 10px !important;
border-radius: 5px 5px 0 0;
}
.simulation_box input[type="number"] {
font-size: 16px;
line-height: 1;
}
.simulation_box select {
font-size: 14px;
height: 30px;
}
.simulation_box table th,
.simulation_box table td {
display: block;
width: auto;
}
.simulation_box table th {
padding: 5px 10px !important;
}
.simulation_box table td {
margin-bottom: 5px;
}
.simulation_result nav a {
width: 48.5%;
margin: 3% 0 0 3%;
font-size: 14px;
}
.simulation_box button img {
max-height: 78px;
}
.simulation_result nav a:nth-child(2n+1) {
margin-left: 0;
}
.simulation_result p.next_btn {
font-size: 100%;
}
.simulation_box button {
font-size: 24px;
}
.simulation_box button>small {
font-size: 16px;
} .simulation_result {
padding: 30px 10px;
}
.simulation_result nav>div {
padding: 0 10px 15px;
}
.simulation_result nav>div p.sim-af-btn a {
font-size: 100% !important;
}
.simulation_result nav>div p.up-text {
font-size: 13px !important;
line-height: 1.3em;
}
}
.simulation_box.close>p.midasi {
cursor: pointer;
}
.simulation_box.close .simulation_box_in {
display: none;
}
.simulation_box.close>p.midasi:after {
content: "（▼クリックすると開きます）";
display: inline-block;
font-size: 13px;
font-weight: normal;
}
.simulation_box.close>p.midasi.on:after {
content: "（▲クリックすると閉じます）";
}
.simulation_box.close>p.midasi.on {
border-radius: 8px 8px 0 0 !important;
}
@media only screen and (max-width: 736px) {
.simulation_box.close>p.midasi {
border-radius: 5px;
}
.simulation_box.close>p.midasi:after {
content: "（▼タップすると開きます）";
}
.simulation_box.close>p.midasi.on:after {
content: "（▲タップすると閉じます）";
}
.simulation_box.close>p.midasi.on {
font-size: 16px !important;
padding: 10px !important;
border-radius: 5px 5px 0 0 !important;
}
}
.popup-simulation-btn {
position: fixed;
bottom: 0;
left: 0;
display: block;
padding: 7px;
background: rgba(243, 152, 0, 0.8);
width: 100%;
border: solid #fff;
border-width: 2px 0 0;
z-index: 5;
font-weight: bold;
font-size: 22px;
line-height: 1.2em;
color: #fff;
cursor: pointer;
box-shadow: rgba(64, 0, 0, 0.5) -1px -1px 5px inset, rgba(0, 0, 0, 0.3) 0 -2px 15px;
text-shadow: #a50 0 0 3px, #a50 0 0 10px;
text-align: center;
}
.popup-simulation-btn small {
display: inline-block;
font-size: 80%;
background: transparent;
margin: 0 !important;
color: inherit;
}
.popup-simulation-btn strong {
font-size: 130%;
line-height: 1.1em;
letter-spacing: 8px;
}
.popup-simulation-btn:hover,
.popup-simulation-btn:hover {
background: #f39800;
color: #ff4;
}
.popup-simulation-btn>p {
display: inline-block;
vertical-align: middle;
margin: 0 !important;
}
.popup-simulation-btn:before {
content: "";
display: inline-block;
width: 140px;
height: 165px;
background: url(https://011330.jp/article/wp-content/themes/keni8-child/images/girl.png) no-repeat center center;
background-size: 100% 100%;
vertical-align: middle;
position: absolute;
left: 7%;
bottom: 0;
filter: drop-shadow(rgba(0, 0, 0, 0.7) 2px 2px 4px);
}
.popup-simulation-btn:after {
content: "＼" attr(data-text) "／";
position: absolute;
top: -24px;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
color: #000;
font-size: 12px;
text-shadow: #fff 0 0 2px, #fff 0 0 4px, #fff 0 0 6px, #fff 0 0 10px;
}
.popup-simulation-btn.wide p {
display: inline-block;
margin: 0;
padding: 0;
text-align: center;
}
.popup-simulation-btn.wide p>span {
display: inline-block;
vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
.popup-simulation-btn:before {
width: 120px;
height: 140px;
left: 0;
}
}
@media only screen and (max-width: 768px) {
.popup-simulation-btn.wide:before {
display: none;
}
.popup-simulation-btn.wide p {
display: block;
}
.popup-simulation-btn.wide {
bottom: 0;
left: 0;
width: 100%;
animation: none;
border-radius: 5px;
font-size: 18px;
line-height: 1.2em;
overflow: visible;
}
.popup-simulation-btn:before {
width: 90px;
height: 105px;
bottom: 0;
left: 0;
}
.popup-simulation-btn.wide:after {
font-size: 12px !important;
color: #000;
top: -20px;
text-shadow: #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px;
}
.popup-simulation-btn.wide small {
font-size: 15px;
}
.popup-simulation-btn.wide p {
position: relative;
display: inline-block !important;
}
.popup-simulation-btn.wide p:before {
content: ">>";
color: #ff8;
position: absolute;
transform: translate(-100%, -50%);
left: 0;
top: 50%;
background: transparent;
width: auto !important;
height: auto;
display: inline-block !important;
padding: 0 !important;
margin: 0 !important;
white-space: nowrap;
font-size: 150% !important;
line-height: 0.8;
vertical-align: middle;
text-align: right;
animation: 1.2s arrow--l infinite ease-in-out;
}
.popup-simulation-btn.wide p:after {
content: "<<";
color: #ff8;
width: auto !important;
display: inline-block !important;
position: absolute;
transform: translate(100%, -50%);
right: 0;
top: 50%;
padding: 0 !important;
margin: 0 !important;
white-space: nowrap;
font-size: 150% !important;
line-height: 0.8;
vertical-align: middle;
text-align: left;
animation: 1.2s arrow--r infinite ease-in-out;
}
.popup-simulation-btn.wide p>span {
animation: 1.2s text-flash infinite ease-in-out;
}
.l-footer {
padding-bottom: 65px;
}
@keyframes arrow--l {
0% {
color: #ff8;
letter-spacing: 80px;
opacity: 0;
}
20% {
opacity: 1;
}
60% {
letter-spacing: 0;
opacity: 1;
}
100% {
color: #fff;
opacity: 0;
}
}
@keyframes arrow--r {
0% {
color: #ff8;
right: -80px;
letter-spacing: 80px;
opacity: 0;
}
20% {
opacity: 1;
}
60% {
right: 0;
letter-spacing: 0;
opacity: 1;
}
100% {
color: #fff;
opacity: 0;
}
}
@keyframes text-flash {
0% {
color: #ff8;
text-shadow: #ff8 0 0 2px, #ff8 0 0 4px, #ff8 0 0 8px, #ff8 0 0 15px;
}
80% {
color: #fff;
text-shadow: 0;
}
}
}
.popup-simulation {
display: none;
box-sizing: border-box;
position: fixed;
left: 0;
top: 0;
padding: 90px 15px 20px;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
overflow-y: auto;
z-index: 10005;
}
.popup-simulation .simulation_box {
box-sizing: border-box;
margin: 0 auto !important;
max-width: 600px;
}
.popup-simulation .simulation_box_in table th {
padding: 5px 10px;
}
.popup-simulation .simulation_box p {
line-height: 1.6em;
margin: 0 0 25px;
}
.popup-simulation-close {
position: fixed;
top: 5px;
right: 15px;
font-size: 45px;
line-height: 0.8em;
font-weight: bold;
color: #fff;
z-index: 1010;
text-shadow: #000 0 0 15px;
text-align: center;
cursor: pointer;
}
.popup-simulation-close small {
display: block;
font-size: 11px;
line-height: 1.2em;
background: transparent;
}
@media only screen and (min-width: 600px) {
.simulation_box_in>p {
padding-right: 100px !important;
}
.popup-simulation-btn:after {
font-size: 14px;
}
.simulation_box>p.midasi:before {
right: -15px;
bottom: -95px;
width: 130px;
height: 210px;
}
}
@media only screen and (min-width: 1000px) {
.simulation_box>p.midasi:before {
right: -15px;
bottom: -115px;
width: 155px;
height: 260px;
}
}
.spec-box {
max-width: 840px;
position: relative;
margin: 30px auto 40px;
box-sizing: border-box;
max-width: 880px;
padding: 0 30px 30px;
background: #f2fff2;
font-size: 13px;
line-height: 1.8em;
box-shadow: rgba(64, 0, 0, 0.6) 1px 1px 5px;
border-radius: 15px;
}
.spec-box:after {
content: "";
position: absolute;
width: 80px;
height: 80px;
background: url(https://011330.jp/article/wp-content/themes/keni8-child/images/clip.png) no-repeat center center;
background-size: 100% 100%;
top: -37px;
right: 5px;
}
.spec-box p.midasi {
background: #0a1;
padding: 10px 80px 10px 30px;
margin: 0 -30px 15px;
font-weight: bold;
font-size: 24px;
line-height: 1.3em;
color: #fff;
border-radius: 15px 15px 0 0;
}
.spec-box p.midasi a {
color: #fff;
display: inline-block;
}
.spec-box p.midasi a:hover {
color: #ff9;
}
.spec-head {
overflow: hidden;
font-size: 0;
margin: 0 0 20px;
}
.spec-head figure {
position: relative;
display: inline-block;
width: 300px;
height: 0;
padding-top: 250px;
background: #fff;
background: transparent !important;
vertical-align: middle;
overflow: hidden;
box-shadow: #aaa 2px 2px 6px inset;
box-shadow: none !important;
}
.spec-head figure img {
position: absolute;
left: 0;
top: 0;
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
object-fit: cover;
object-fit: contain !important;
}
.spec-head figure>p {
position: absolute;
margin: auto;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 48px;
line-height: 1.1em;
font-family: 'Times New Roman', Times, serif;
color: #777;
transform: translateY(-50%);
text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
}
.spec-box>ul,
.spec-head ul {
display: inline-block;
box-sizing: border-box;
padding: 0 10px 20px 20px;
width: -webkit-calc(100% - 322px);
width: calc(100% - 322px);
margin-left: 20px;
font-size: 16px;
line-height: 1.3em;
vertical-align: middle;
background: #fff;
box-shadow: #aaa 2px 2px 5px inset;
border-radius: 0 0 8px 8px;
overflow: hidden;
}
.spec-head ul {
width: auto !important;
}
.spec-head>div>ul,
.spec-box>ul {
display: block !important;
width: auto !important;
margin-left: 0;
margin-top: 0;
}
.spec-head>div>ul {
margin: 0 !important;
} .spec-box>ul:before,
.spec-head ul:before {
display: none;
}
.spec-box p.point-midasi {
display: block;
margin: 0 !important;
padding: 5px !important;
background: #0a1;
text-align: center;
color: #fff;
font-weight: bold;
font-size: 18px;
line-height: 1.2em;
box-shadow: #aaa 2px 2px 5px;
border-radius: 8px 8px 0 0;
}
.spec-box>ul li,
.spec-head ul li {
list-style: none;
line-height: 1.3em;
margin: 10px 0 0 -5px;
padding: 5px 5px 5px 27px;
font-weight: bold;
animation: 6s y-flash linear infinite;
border-radius: 20px;
}
.spec-box>ul li:nth-child(2),
.spec-head ul li:nth-child(2) {
animation-delay: 1s;
}
.spec-box>ul li:nth-child(3),
.spec-head ul li:nth-child(3) {
animation-delay: 2s;
}
.spec-box>ul li:first-child,
.spec-head ul li:first-child {
margin-top: 0;
}
.spec-box>ul li b,
.spec-head ul li b {
background: #ff8;
color: #e22;
font-weight: bold;
}
.spec-head .gyo_sinsa {
text-align: center;
margin: 10px 0;
font-size: 20px;
font-weight: bold;
color: #000;
border-bottom: 1px solid #008837;
padding-bottom: 3px;
}
.spec-head .gyo_sinsa em {
display: inline-block;
background: #008837;
color: #fff;
font-style: normal;
padding: 1px 10px;
margin-right: 10px;
border-radius: 5px;
vertical-align: middle;
}
.spec-head .gyo_sinsa small {
font-size: 75%;
font-weight: normal;
}
.article_wrap .keni-section .spec-head ul li:before,
.article_wrap .keni-section .spec-box>ul li:before,
.spec-box>ul li:before,
.spec-head ul li:before {
content: "\2714";
position: relative;
color: #d22 !important;
display: inline-block;
font-size: 180%;
font-weight: bold;
line-height: 1.1em;
top: 2px;
margin-left: -20px;
}
@keyframes y-flash {
0% {
background: #cfc;
}
10% {
background: transparent;
}
}
.spec-table {
display: table;
width: 100% !important;
table-layout: fixed;
border-collapse: separate;
border-spacing: 1px;
margin: 20px auto;
}
.spec-table p {
display: table-cell;
padding: 0 10px 10px;
background: #fff;
width: 25%;
text-align: center;
font-size: 15px;
line-height: 1.5em;
box-shadow: rgba(64, 0, 0, 0.2) 1px 1px 5px;
}
.spec-table p small {
display: inline-block;
font-size: 80%;
line-height: 1.4em;
}
.spec-box b {
color: #d22;
}
.spec-table p>i,
.spec-table p:before {
content: attr(data-m);
display: block;
margin: -0 -10px 10px;
padding: 5px;
background: #0a1;
text-align: center;
font-size: 90%;
line-height: 1.1em;
color: #fff;
font-style: normal;
font-weight: bold;
box-shadow: #aaa 2px 2px 5px;
}
.spec-table p:before {
display: none !important;
}
.spec-table img[src*="icon-"] {
width: 32px;
margin-left: 5px;
}
.spec-table img[src*="icon-"]:first-of-type {
margin-left: 0;
}
.spec-box nav {
text-align: center !important;
margin: 10px 0 0;
}
.spec-box nav .catch {
position: relative;
margin: 15px 0 5px;
font-size: 3.8vw;
line-height: 1.2em;
font-weight: bold;
text-align: center;
}
.spec-box nav .catch>span {
display: inline-block;
position: relative;
padding: 0 20px;
}
.spec-box nav .catch>span:before,
.spec-box nav .catch>span:after {
content: "";
position: absolute;
width: 2px;
height: 100%;
background: #333;
top: 0;
}
.spec-box nav .catch>span:before {
left: 10px;
transform: skew(30deg);
}
.spec-box nav .catch>span:after {
right: 10px;
transform: skew(-35deg);
}
.spec-box nav a {
width: 100% !important;
text-align: center !important;
font-size: 24px !important;
}
.article-body .spec-box nav,
.article-body .spec-box nav a,
.article-body .spec-box nav a.afbtn,
#main .spec-box nav,
#main .spec-box nav a,
#main .spec-box nav a.afbtn,
.spec-box nav,
.spec-box nav a,
.spec-box nav a.afbtn {
text-align: center !important;
}
.spec-box aside {
position: relative;
padding: 15px 20px;
margin-top: 35px;
font-size: 14px;
vertical-align: middle;
background: #fff;
box-shadow: #aaa 2px 2px 5px inset;
border-radius: 0 8px 8px 8px;
}
.spec-box aside>p.midasi,
.spec-box aside:before {
content: "Notice";
position: absolute;
box-sizing: border-box;
height: 27px;
top: -27px;
left: 0;
background: #0a1;
display: block;
padding: 2px 40px;
margin: 0;
font-size: 110%;
font-weight: bold;
text-align: center;
color: #fff;
border-radius: 5px 5px 0 0;
}
.spec-box aside:before {
display: none !important;
}
.spec-box.type-b {
background: #fffaf0;
color: #000 !important;
}
.spec-box.type-b p.point-midasi,
.spec-box.type-b p.midasi {
background: #f90;
}
.type-b .spec-table {
display: inline-block;
position: relative;
float: right;
width: calc(100% - 340px) !important;
}
.type-b .spec-table p {
display: block;
position: relative;
padding: 10px 10px 10px 120px;
margin: 0 0 1px !important;
width: auto;
background: linear-gradient(to right, #f90 110px, #fff 110px);
text-align: left;
}
.type-b .spec-table p>i,
.type-b .spec-table p:before {
margin: 0;
padding: 10px;
position: absolute;
left: 0;
top: 50%;
width: 110px;
background: transparent;
box-shadow: none;
transform: translateY(-50%);
line-height: 1.1em;
}
.spec-box.layout-change .spec-table {
margin-top: 25px !important;
}
.spec-head>div {
display: inline-block;
width: calc(100% - 320px);
margin-left: 19px;
vertical-align: middle;
}
.spec-head>div .spec-table {
width: 100% !important;
}
.spec-head table.spec-table tr th,
.spec-box.type-b>aside:before,
.spec-box.type-b>ul:before,
.type-b .spec-head ul:before {
background: #f90;
color: #fff;
}
.spec-box.type-b>ul li {
color: #333 !important;
}
.spec-box .afbtn {
height: 80px;
}
.spec-fukidasi {
position: relative;
display: block;
font-size: 17px;
line-height: 1.2em !important;
margin: 20px 20px -20px 10px !important;
border: 2px solid #008837;
background: #fffa;
padding: 5px 8px;
border-radius: 10px;
color: #000;
z-index: 3;
box-shadow: #0007 2px 2px 6px;
}
.spec-fukidasi b {
color: #d00;
}
.spec-fukidasi:before {
content: "";
display: block;
position: absolute;
left: 15px;
bottom: -15px;
border-style: solid;
border-width: 15px 5px 0;
border-color: #008837 transparent transparent;
}
.spec-fukidasi.type-b {
border-color: #ff853a;
}
.spec-fukidasi.type-b:before {
border-top-color: #ff853a;
}
.spec-box.green,
.spec-box.type-b.green {
background: #f2fff2;
}
.spec-box.green .spec-head table.spec-table tr th,
.spec-box.green p.point-midasi,
.spec-box.green p.midasi,
.spec-box.type-b.green p.point-midasi,
.spec-box.type-b.green p.midasi {
background: #0a1;
}
.spec-box.green .spec-table p,
.type-b.green .spec-table p {
background: linear-gradient(to right, #0a1 110px, #fff 110px);
}
.spec-box.green>aside:before,
.spec-box.green>ul:before,
.spec-box.green .spec-head ul:before,
.spec-box.type-b.green>aside:before,
.spec-box.type-b.green>ul:before,
.type-b.green .spec-head ul:before {
background: #0a1;
}
.spec-fukidasi.green,
.spec-fukidasi.type-b.green {
border-color: #0a1;
}
.spec-fukidasi.green:before,
.spec-fukidasi.type-b.green:before {
border-top-color: #0a1;
}
.spec-box.red,
.spec-box.type-b.red {
background: #fff2f2;
}
.spec-box.red .spec-head table.spec-table tr th,
.spec-box.red p.point-midasi,
.spec-box.red p.midasi,
.spec-box.type-b.red p.point-midasi,
.spec-box.type-b.red p.midasi {
background: #bd272d;
}
.spec-box.red .spec-table p,
.type-b.red .spec-table p {
background: linear-gradient(to right, #bd272d 110px, #fff 110px);
}
.spec-box.red>aside:before,
.spec-box.red>ul:before,
.spec-box.red .spec-head ul:before,
.spec-box.type-b.red>aside:before,
.spec-box.type-b.red>ul:before,
.type-b.red .spec-head ul:before {
background: #bd272d;
}
.spec-fukidasi.red,
.spec-fukidasi.type-b.red {
border-color: #bd272d;
}
.spec-fukidasi.red:before,
.spec-fukidasi.type-b.red:before {
border-top-color: #bd272d;
} .type-b.credit .spec-head figure {
height: auto;
padding-top: 0;
border: 1px solid #fff;
}
.type-b.credit .spec-head figure img {
position: static;
vertical-align: top;
}
.spec-head table.spec-table {
display: table !important;
border-collapse: collapse !important;
border-spacing: 0 !important;
width: 100% !important;
}
.spec-head table.spec-table tr th {
vertical-align: middle;
width: 35%;
border-left: 0 !important;
}
.spec-head table.spec-table tr td {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
vertical-align: middle;
}
.spec-head table.spec-table tr td.support span {
display: inline-block;
padding: 2px 5px;
border: 1px solid #aaa;
color: #999;
margin-left: 2px;
border-radius: 4px;
}
.spec-head table.spec-table tr td.support span:first-child {
margin-left: 0;
}
.spec-head table.spec-table tr td.support span.on {
border: 1px solid #777;
background: #fff;
color: #000;
}
.spec-head table.spec-table tr:first-child td {
border-top: 1px solid #ccc;
}
.spec-head table.spec-table tr td[colspan] {
border-left: 1px solid #ccc;
}
.spec-head table.spec-table tr td.bg-g {
background-color: #f0f0f0 !important;
}
.type-b.credit ul li {
margin: 0 !important;
padding: 2px 5px 2px 25px;
line-height: 1.2em;
animation: none;
}
.spec-box.type-b p.point-midasi.campaign {
background-color: #c75 !important;
margin-top: 15px !important;
}
.spec-box ul li .term {
display: block;
font-size: 80%;
line-height: 1.2em;
font-weight: normal;
}
.spec-box.blue .spec-head table.spec-table tr th,
.spec-box.blue p.point-midasi,
.spec-box.blue p.midasi,
.spec-box.type-b.blue p.point-midasi,
.spec-box.type-b.blue p.midasi .spec-box.blue>aside:before,
.spec-box.blue>ul:before,
.spec-box.blue .spec-head ul:before,
.spec-box.type-b.blue>aside:before,
.spec-box.type-b.blue>ul:before,
.type-b.blue .spec-head ul:before {
background: #07d;
}
.spec-fukidasi.blue,
.spec-fukidasi.type-b.blue {
border-color: #07d;
}
.spec-fukidasi.blue:before,
.spec-fukidasi.type-b.blue:before {
border-top-color: #07d;
}
.spec-box.blue,
.spec-box.type-b.blue {
background: #f0f4ff;
}
@media screen and (min-width:640px) {
.spec-fukidasi {
font-size: 21px;
line-height: 1.2em;
padding: 10px 20px;
display: inline-block;
top: 12px;
}
.spec-box nav .catch {
font-size: 18px;
}
.spec-head table.spec-table {
height: 300px;
}
}
@media only screen and (max-width: 640px) {
.spec-box {
padding: 0 20px 20px;
}
.spec-box p.midasi {
margin: 0 -20px 15px;
padding: 10px 50px 10px 20px;
}
.type-b.credit .spec-head figure,
.spec-head figure {
display: block;
max-width: 100%;
margin: 0 auto;
}
.type-b.credit .spec-head figure,
.type-b.credit .spec-head figure img {
width: 100% !important;
}
.spec-head ul {
display: block;
width: auto;
margin-left: 0;
}
.spec-box nav .afbtn {
font-size: 18px !important;
}
.type-b .spec-head {
overflow: hidden;
margin-bottom: 10px;
}
.type-b .spec-head figure {
width: 45%;
padding-top: 37.5%;
display: inline-block;
}
.type-b.credit .spec-head>div,
.spec-head>div {
display: block;
width: auto;
margin-left: 0;
}
.type-b .spec-head>div {
display: inline-block;
float: none;
width: 52%;
margin-left: 2%;
}
.type-b .spec-table p>i,
.type-b .spec-table p:before {
margin: 0;
padding: 5px 0;
width: 80px;
font-size: 12px;
line-height: 1.1em;
white-space: nowrap;
}
.type-b .spec-table p {
padding: 7px 5px 7px 85px;
background: linear-gradient(to right, #f90 80px, #fff 80px);
font-size: 12px;
line-height: 1.3em;
}
.type-b.green .spec-table p {
background: linear-gradient(to right, #0a1 80px, #fff 80px);
}
.type-b.red .spec-table p {
background: linear-gradient(to right, #bd272d 80px, #fff 80px);
}
.spec-head .gyo_sinsa {
font-size: 13px;
line-height: 1.2em;
margin: 0 !important;
padding: 0;
border-bottom: 0;
}
.spec-head .gyo_sinsa small {
display: inline-block;
line-height: 1.2em;
}
.spec-head .gyo_sinsa em {
display: block;
padding: 2px 5px 1px;
line-height: 1.2em;
margin: 0;
}
.spec-head .gyo_sinsa+.spec-table {
margin-top: 0 !important;
}
.spec-box .afbtn {
height: 70px;
}
.spec-head table.spec-table tr td.support {
padding-left: 0;
padding-right: 0;
font-size: 11px;
}
}
@media only screen and (max-width: 580px) {
.spec-box {
padding: 0 15px 15px;
}
.spec-box p.midasi {
margin: 0 -15px 15px;
padding: 10px 50px 10px 15px;
}
.spec-box:after {
width: 55px;
height: 55px;
top: -25px;
right: 0;
}
.spec-table {
display: block;
position: relative;
}
.spec-table p {
display: block;
position: relative;
padding: 10px 10px 10px 120px;
margin: 0 0 1px !important;
width: auto;
background: linear-gradient(to right, #0a1 110px, #fff 110px);
text-align: left;
}
.spec-table p>i,
.spec-table p:before {
content: attr(data-m);
display: block;
margin: 0;
padding: 10px;
position: absolute;
left: 0;
top: 0;
width: 110px;
background: transparent;
box-shadow: none;
}
.spec-table p>small { display: inline-block;
font-size: 10px;
line-height: 1.2em;
}
.spec-box>ul {
margin: 0;
padding: 0 5px 10px 15px;
}
.spec-box>ul:before {
margin-bottom: 5px;
}
.spec-box>ul li {
font-size: 14px;
line-height: 1.2em;
margin: 0 0 0 -5px;
padding: 2px 2px 2px 20px;
border-radius: 20px;
}
}
@media only screen and (max-width: 400px) {
.spec-box {
padding: 0 10px 10px;
}
.spec-box p.midasi {
margin: 0 -10px 15px;
padding: 10px 50px 10px 10px;
}
.spec-head figure {
width: 100%;
padding-top: 83.3333%;
}
.spec-head figure>p {
font-size: 15vw;
}
.type-b .spec-table p>i,
.type-b .spec-table p:before {
padding: 2px 0;
width: 70px;
font-size: 11px;
line-height: 1.1em;
}
.type-b .spec-table p {
padding: 5px 5px 5px 75px;
background: linear-gradient(to right, #f90 70px, #fff 70px);
font-size: 11px;
line-height: 1.3em;
}
.type-b.green .spec-table p {
background: linear-gradient(to right, #0a1 70px, #fff 70px);
}
.type-b.red .spec-table p {
background: linear-gradient(to right, #bd272d 70px, #fff 70px);
}
.article-body .spec-box nav,
.article-body .spec-box nav a,
.article-body .spec-box nav a.afbtn,
#main .spec-box nav,
#main .spec-box nav a,
#main .spec-box nav a.afbtn,
.spec-box nav,
.spec-box nav a,
.spec-box nav a.afbtn {
text-align: center !important;
}
.spec-table img[src*="icon-"] {
width: 20px;
margin-left: 2px;
}
}
.entry_thumb {
position: relative;
overflow: hidden;
}
a:hover .entry_thumb img {
transform: scale(1.2, 1.2);
transition: all 1s ease-out;
}
.entry_thumb:before {
content: "";
background: rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
left: 30%;
top: 30%;
width: 40%;
height: 40%;
transition: all 0.5s linear;
opacity: 0;
z-index: 1;
}
.entry_thumb:after {
content: "Read More";
position: absolute;
left: 0;
width: 100%;
text-align: center;
top: 50%;
transform: translateY(-50%);
opacity: 0;
z-index: 2;
font-family: Arial, sans-serif;
font-size: 22px;
color: #fff;
transition: all 0.5s linear;
text-shadow: #000 0 0 3px, #000 0 0 15px;
}
a:hover .entry_thumb:before {
opacity: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all 0.2s linear;
}
a:hover .entry_thumb:after {
opacity: 1;
transition: all 0.2s linear;
} .cv_txt {
font-weight: bold;
font-size: 21px;
margin: 0 0 5px !important;
}
.con {
display: inline-block;
}
.miniCon {
margin: 4% 20px;
text-align: center;
}
.miniCon a {
display: block;
}
.miniCon a img {
width: 425px;
max-width: 100%;
}
.ball {
animation: ball 0.6s alternate infinite;
-webkit-animation: ball 0.6s alternate infinite;
-moz-animation: ball 0.6s alternate infinite;
}
@keyframes ball {
0% {
transform: translate(0%, 0%) rotateX(20deg);
}
100% {
transform: translate(0%, -15px);
}
}
@media only screen and (max-width: 420px) {
.miniCon {
margin: 10px 0;
}
.cv_txt {
font-size: 17px;
}
}
@media only screen and (max-width: 360px) {
.cv_txt {
font-size: 15px;
}
}
.top_banner a {
display: block;
margin: 0 0 20px;
}
.top_info {
background: #fff;
padding: 15px;
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px inset;
}
.top_info article {
margin: 0;
padding: 10px 0;
border-top: 1px solid #ccc;
}
.top_info article:first-child {
border-top: 0;
}
.top_info article p {
margin: 5px 0 0;
line-height: 1.4em;
}
.top_info article p.heading {
font-weight: bold;
color: #082;
margin: 0;
}
.top_info article p em {
font-style: normal;
color: #999;
margin-right: 10px;
}
.home h2 {
margin-bottom: 10px;
border-radius: 8px 8px 0 0;
}
.keni-sub .keni-section_wrap,
.keni-section h3.sub-section_title {
border-radius: 8px 8px 0 0;
}
.list_widget_recent_entries_img {
margin-top: -15px !important;
}
.list_widget_recent_entries_img li {
padding-left: 8px !important;
margin: 1px 0 0 !important;
}
h3.sub-section_title {
font-weight: bold !important;
}
.top_category_list {
overflow: hidden;
}
.top_category_list>nav {
background: #fff;
border: 2px solid #0a1;
padding: 15px;
margin: 10px 0;
}
.top_category_list>nav h3 {
border: 0;
background: #0a1;
padding: 5px 10px;
color: #fff;
margin: -10px -10px 10px;
font-size: 16px;
line-height: 1.3em;
}
.top_category_list>nav a {
display: block;
padding: 5px 5px 5px 20px;
position: relative;
text-decoration: none;
line-height: 1.3em !important;
color: #000;
}
.top_category_list>nav p {
padding: 5px;
color: #999;
}
.top_category_list>nav a:before {
content: "\25b6";
color: #0a1;
font-size: 70%;
position: absolute;
top: 5px;
left: 2px;
text-decoration: none;
}
.top_category_list>nav a:hover {
color: #0a1;
font-weight: bold;
}
@media only screen and (min-width: 1000px) {
.top_category_list>nav {
width: 49%;
margin: 0 0 2% 2%;
float: left;
}
.top_category_list>nav:nth-child(2n+1) {
clear: left;
margin-left: 0;
}
.top_category_list>nav:nth-child(2n+1):last-child {
width: 100%;
margin: 0;
}
} .ib {
display: inline-block !important;
}
.credit-faq,
.branch_question,
.faq-box,
.review-box {
position: relative;
background: #f2fff2;
padding: 5px;
overflow-x: auto;
font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", osaka, sans-serif;
margin: 0 0 10px !important;
clear: both;
border: 2px solid #0a1 !important;
scrollbar-color: #0a1 #f2fff2;
}
.branch_question {
padding: 10px;
overflow: visible;
}
.review-box::-webkit-scrollbar {
height: 14px;
cursor: pointer;
}
.review-box::-webkit-scrollbar-track {
background: #f2fff2;
padding: 1px;
}
.review-box::-webkit-scrollbar-thumb {
background: #0a1;
border-radius: 10px;
box-shadow: #f2fff2 0 0 0 2px inset;
}
p.credit-faq-head,
p.branch_heading,
p.faq-title,
p.review-heading {
position: relative;
margin: 10px 0 0 !important;
padding: 6px 10px 5px;
background: #0a1;
font-weight: bold;
font-size: 17px;
line-height: 1.3em;
color: #fff;
clear: both;
}
p.branch_heading {
background: linear-gradient(180deg, #0a1 50%, #5c8 100%);
border-radius: 10px 10px 0 0;
font-size: 21px;
text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0;
line-height: 1.2em !important;
}
p.branch_heading:before {
content: "Question";
font-weight: bold;
font-family: 'Times New Roman', Times, serif;
font-size: 48px;
position: absolute;
top: -40px;
right: -25px;
color: #f55;
transform: rotate(-15deg);
z-index: 3;
animation: 2s card-roll infinite linear;
letter-spacing: -2px;
}
.review-box>div {
display: table;
border-spacing: 5px;
table-layout: fixed;
margin: 15px 0 0 !important;
width: 100%;
}
.review-box>div dl {
display: table-cell;
width: 200px !important;
padding: 10px;
background: #fff;
font-size: 12px;
line-height: 1.8em;
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px inset;
border-radius: 5px;
}
.review-box>div dl:before {
display: none;
}
.review-box>div dl dt {
position: relative;
background: #d8f2d8 !important;
margin: -10px -10px 10px;
padding: 10px 10px 5px;
border-bottom: 1px solid #f2fff2;
border-radius: 5px 5px 0 0;
}
.review-box>div dl p {
margin: 3px 0 0 !important;
}
.review-box>div dl p:first-child {
margin-top: 0 !important;
}
.review-box>div dl p.spec {
position: relative;
font-weight: bold;
font-size: 110%;
line-height: 1.4em;
color: #082;
z-index: 2;
text-shadow: #fff 1px 1px 0, #fff -1px -1px 0;
}
.review-box>div dl p.star {
position: absolute;
right: 0;
top: -15px;
background: #d8f2d8;
padding: 2px 5px 0;
font-size: 140%;
line-height: 1em;
color: #ddb;
text-align: right;
border-radius: 5px 5px 0 0;
}
.review-box>div dl p.star b {
color: #ff0; text-shadow: #4a4 1px 1px 3px;
}
.review-box>div dl dd {
text-align: justify;
text-justify: inter-ideograph;
margin: 0;
padding: 0;
font-size: 14px !important;
}
.spec-table {
border-collapse: separate;
border-spacing: 1px;
border: 0;
line-height: 1.2em;
margin: 10px 0 !important;
}
.spec-table th {
background: #0a1;
padding: 5px 1px;
color: #fff;
text-align: center;
font-weight: bold;
border: 0;
}
.spec-table td {
border: 0;
padding: 5px;
background: #d8f2d8;
text-align: center;
}
.spec-table+.recommend-point {
margin-top: 20px;
}
.faq-box dl dt {
padding: 8px 10px 8px 55px;
margin-top: 15px;
position: relative;
background: #9d9;
line-height: 1.4em;
color: #272;
font-weight: bold;
clear: both;
}
.faq-box dl dt h3 {
display: inline !important;
position: static !important;
border: 0 !important;
background: transparent !important;
font-size: inherit !important;
margin: 0 !important;
padding: 0 !important;
}
.faq-box dl dt:first-child {
margin-top: 0;
}
.faq-box.close dl dt {
cursor: pointer;
padding-right: 40px;
}
.faq-box.close dl dt:after {
content: "▼";
position: absolute;
font-size: 20px;
font-weight: bold;
right: 10px;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s linear;
}
.faq-box.close dl dt.on {
border-radius: 5px 5px 0 0;
}
.faq-box.close dl dt.on:after {
transform: translateY(-50%) rotate(180deg);
}
.faq-box dl dt i {
content: "Q.";
position: absolute;
left: 10px;
top: 6px;
background: #272;
padding: 2px 10px;
color: #fff;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
border-radius: 20px;
font-size: 120%;
line-height: 1.1em;
}
.faq-box dl dd {
background: #fff;
border: solid #9d9;
border-width: 0 2px 2px;
padding: 15px;
}
.faq-box dl dd>i {
content: "A.";
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 140%;
font-weight: bold;
float: left;
color: #e83b37;
margin-top: -4px;
}
.faq-box dl dd>i+p {
margin-top: 0 !important;
}
.faq-box.close dl dd {
display: none;
}
.branch_question>div {
position: relative;
background: #5c8;
padding: 10px;
border-radius: 10px;
box-shadow: #7a7 1px 1px 7px;
overflow-x: hidden;
z-index: 10;
}
.branch_question>div>p {
font-weight: bold;
font-size: 120%;
padding: 10px;
background: #fff;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px inset;
}
.branch_question>div .spec-box {
text-align: left;
}
.branch_question>div>p.q-words {
text-indent: -1.5em;
padding: 10px 10px 10px 2em;
}
.branch_question>div>p.q-words:before {
content: "Q.";
font-family: 'Times New Roman', Times, serif;
font-size: 150%;
font-weight: bold;
color: #d22;
}
.branch_question>div>p.finish-words {}
.branch_question>div>nav {
text-align: center;
}
.branch_question>div>nav>span {
display: inline-block;
box-sizing: border-box;
width: 45%;
height: 84px;
padding: 0 5px;
margin: 1.5%;
border: 2px solid #027FC0;
background: #329fd2;
background: -moz-linear-gradient(-10deg, #329fd2 50%, #E8F8FF 100%); background: -webkit-linear-gradient(-10deg, #329fd2 50%, #E8F8FF 100%); background: linear-gradient(170deg, #329fd2 50%, #E8F8FF 100%); box-shadow: #E8F8FF 1px 1px 2px inset;
text-shadow: #246 -1px -1px 0;
color: #fff !important;
font-weight: bold;
border-radius: 15px;
font-size: 16px !important;
line-height: 1.2em;
text-align: center;
cursor: pointer;
}
.branch_question>div>nav>.afbtn.start {
height: 92px !important;
}
.branch_question>div>nav>span.no {
border-color: #843;
background: #d43;
background: -moz-linear-gradient(-10deg, #d43 50%, #FFE8F8 100%); background: -webkit-linear-gradient(-10deg, #d43 50%, #FFE8F8 100%); background: linear-gradient(170deg, #d43 50%, #FFE8F8 100%); box-shadow: #fed 1px 1px 2px inset;
text-shadow: #732 -1px -1px 0;
}
.branch_question>div>nav>span.no>span i {
content: "";
display: inline-block;
position: relative;
width: 64px;
height: 64px;
vertical-align: middle;
margin-right: 0;
transform: rotate(45deg);
}
.branch_question>div>nav>span.no>span i:after,
.branch_question>div>nav>span.no>span i:before {
content: "";
position: absolute;
display: block;
background: #fff;
width: 12%;
height: 100%;
left: 44%;
top: 0;
}
.branch_question>div>nav>span.no>span i:after {
width: 100%;
height: 12%;
left: 0;
top: 44%;
}
.branch_question>div>nav>span.yes>span:before {
content: "";
display: inline-block;
width: 60px;
height: 60px;
border: 8px solid #fff;
border-radius: 50%;
vertical-align: middle;
margin-right: 5px;
}
.branch_question>div>nav>span:after {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle;
}
.branch_question>div>nav>span>span {
display: inline-block;
position: relative;
vertical-align: middle;
line-height: 1;
top: 2px;
}
.branch_question>div:not(:first-of-type) {
display: none;
}
.branch_question>div>nav.reload {
text-align: right;
}
.branch_question>div>nav.reload>span {
display: inline-block;
background: #fff;
width: auto;
height: auto;
border-radius: 40px;
padding: 0 0 0 15px !important;
margin: 0 !important;
white-space: nowrap;
color: #000 !important;
border: 0;
text-shadow: none;
font-size: 16px !important;
line-height: 1;
}
.branch_question>div>nav.reload>span>span {
width: auto;
height: auto;
border-radius: 50%;
padding: 8px 10px;
margin: 0 0 0 5px !important;
background: #0a1;
background: -moz-linear-gradient(175deg, #0a1 0%, #a8ffae 100%);
background: -webkit-linear-gradient(175deg, #0a1 0%, #a8ffae 100%);
background: linear-gradient(175deg, #0a1 0%, #a8ffae 100%);
font-size: 40px !important;
line-height: 1;
border: 2px solid #0a1;
box-shadow: #cec 1px 1px 2px inset;
text-shadow: #090 -1px -1px 0;
vertical-align: middle;
color: #fff !important;
}
.branch_question>div>nav .afbtn,
.branch_question>div>nav .afbtn>span {
font-size: 18px !important;
line-height: 1.2em;
}
@media only screen and (min-width: 600px) {
p.credit-faq-head,
p.faq-title,
p.review-heading {
font-size: 18px;
}
p.branch_heading {
font-size: 28px;
line-height: 1.2em !important;
padding: 15px;
}
p.branch_heading:before {
top: -10px;
}
.branch_question>div,
.branch_question,
.faq-box {
padding: 15px;
}
.review-box {
padding: 0;
}
.review-box ul {
border-spacing: 10px;
}
.review-box>div dl {
width: 240px !important;
font-size: 13px;
line-height: 1.7em;
padding: 15px;
}
.review-box>div dl dt {
margin: -15px -15px 10px;
padding: 10px 15px 5px;
}
.review-box>div dl dd {
font-size: 15px;
}
.review-box>div dl p.star {
font-size: 150%;
}
.branch_question>div>nav>span {
font-size: 28px !important;
}
.branch_question>div>nav .afbtn,
.branch_question>div>nav .afbtn>span {
font-size: 24px !important;
line-height: 1.2em;
}
.branch_question>div>nav.reload {
padding: 0 !important;
}
}
@media only screen and (max-width: 740px) {
p.review-heading {
text-align: center;
}
.review-box {
padding-bottom: 30px;
}
.review-box:before {
content: "スライドで閲覧可 \25b6";
display: block !important;
font-size: 13px;
font-weight: bold;
color: #4a4;
position: absolute;
left: 15px;
bottom: 5px;
}
.review-box::-webkit-scrollbar {
height: 7px;
}
.spec-table th {
font-size: 14px;
}
.spec-table td {
font-size: 12px;
}
.top_category_list {
padding: 10px;
}
} .keni-container .keni-main_wrap .keni-sub {
padding-top: 20px !important;
}
.keni-sub .side-banner {
padding: 10px !important;
margin: -20px 0 0;
}
.keni-sub .side-banner a {
display: block;
margin: 15px 0 0;
text-align: center;
}
.keni-sub .side-banner a img {
display: block;
filter: drop-shadow(rgba(0, 0, 0, 0.5) 1px 1px 3px);
max-width: 100%;
margin: auto;
}
.keni-sub .side-banner a:first-child {
margin-top: 0;
}
.keni-header_wrap {
border-bottom: 3px solid #0a1;
box-shadow: rgba(0, 0, 0, 0.43) 0 3px 8px;
}
.widget_recent_entries .keni-section ul li a {
display: block;
}
.keni-footer_wrap {
background: #b2dbbc !important;
}
.keni-footer_wrap.sim {
padding-bottom: 70px;
}
.menu-footermenu-container ul li a {
border-bottom: 0 !important;
}
#block-4.keni-section_wrap,
.keni-footer_outer {
margin-top: 0 !important;
padding-top: 0 !important;
max-width: 1200px !important;
width: 100% !important;
}
.article-header {
border-bottom-color: #0a1 !important;
}
aside.keni-sub .side-banner {
padding: 10px 0 !important;
margin-top: 20px;
background: #c2ebcc !important;
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
border-radius: 12px;
}
aside.keni-sub .side-banner .widget_recent_entries {
border-radius: 10px 10px 0 0;
}
aside.keni-sub .side-banner ul li a {
line-height: 1.4em;
padding-top: 4px;
padding-bottom: 4px;
}
aside.keni-sub .btnlinks,
aside.keni-sub .lefter {
background: #fff;
border: #dfdfdf;
padding: 0 10px 10px;
margin-bottom: 20px;
}
aside.keni-sub .btnlinks {
overflow: hidden;
margin: 0 0 20px;
padding: 10px;
}
aside.keni-sub .btnlinks .btnlinks_bigs {
margin-bottom: 20px;
}
aside.keni-sub .lefter h2 {
background: transparent;
font-size: 16px;
line-height: 1.5em;
color: #666666;
text-align: center;
margin: 0;
}
.clrfx {
clear: both;
}
aside.keni-sub .btnlinks_half,
aside.keni-sub .lefter .side_l {
width: 50%;
float: left;
margin: 0 0 6px;
padding: 0 5px 0 0;
}
aside.keni-sub .lefter .side_r {
width: 50%;
float: right;
margin: 0;
padding: 0 0 0 3px;
}
aside.keni-sub .lefter .recs {
position: relative;
margin: 0;
padding: 10px 0 0;
}
aside.keni-sub .lefter p {
margin: 0;
}
aside.keni-sub .lefter .recs:after {
content: "";
display: block;
clear: both;
border-top: 1px solid #d2d2d2;
height: 5px;
margin: 7px 0 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
aside.keni-sub .lefter .recs:last-child:after {
display: none;
}
@media only screen and (min-width: 768px) {
aside.keni-sub .btnlinks {
display: none;
}
}
@media only screen and (max-width: 767px) {
aside.keni-sub .lefter {
display: none;
}
.keni-sub .side-banner {
margin: 20px 10px;
}
}
.top_main_words {
margin: 10px 0;
padding: 20px;
background: #fff;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px inset;
}
aside#secondary.keni-sub {
position: relative;
top: 0;
padding-top: 20px !important;
}
.top_image img {
width: 100%;
}
.top_image {
margin: 20px 0 20px 10px;
}
@media only screen and (max-width: 740px) {
.top_image {
margin: 10px 10px 0;
padding: 0;
}
} .wpcf7-form p {
border-top: 1px solid #aaa;
margin: 0;
padding: 10px 0;
}
.wpcf7-form p:last-of-type,
.wpcf7-form p:first-of-type {
border-top: 0;
}
.wpcf7-form p input[type="text"],
.wpcf7-form p input[type="email"],
.wpcf7-form textarea {
border: 1px solid #ddd;
background: #f2f2f2;
}
.wpcf7-form p input[type="text"]:focus,
.wpcf7-form p input[type="email"]:focus,
.wpcf7-form textarea:focus {
background: #fffff2;
}
input.wpcf7-form-control.wpcf7-submit {
box-sizing: border-box;
width: 100%;
max-width: 480px;
margin: 10px auto;
display: block;
padding: 15px 20px;
background: linear-gradient(180deg, #8fa 0%, #0a1 100%);
border: 4px solid #082;
color: #fff;
font-weight: bold;
font-size: 21px;
line-height: 1.3em;
text-shadow: #082 -1px -1px 0;
border-radius: 10px;
}
@media only screen and (max-width: 740px) {
input.wpcf7-form-control.wpcf7-submit {
font-size: 16px;
}
}
.interview {
margin: 20px 0;
padding: 0 110px 0 0;
position: relative;
min-height: 120px;
}
.interview figure {
content: "";
display: block;
width: 100px;
position: absolute;
margin: 0;
right: 0;
top: 0;
}
.interview figure img {
border-radius: 8px;
vertical-align: top;
}
.interview figure:after {
content: attr(data-name);
display: block;
text-align: center;
font-size: 12px;
line-height: 1.2em;
padding: 2px 0;
background: #008e02;
color: #fff;
margin: 3px 0 0;
}
.interview.ee {
padding: 0 0 0 110px;
}
.interview.ee figure {
right: auto;
left: 0;
}
.interview.ee figure:after {
background: #05b;
}
.interview p {
position: relative;
margin: 0;
padding: 15px;
border-radius: 15px;
background: #efe;
box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px;
}
.interview.ee p {
background: #e0f0ff;
}
.interview p:before {
content: "";
width: 0;
height: 0;
position: absolute;
right: -20px;
top: 20px;
border: solid;
border-width: 10px 0 10px 20px;
border-color: transparent transparent transparent #efe;
}
.interview.ee p:before {
left: -20px;
border-width: 10px 20px 10px 0;
border-color: transparent #e0f0ff transparent transparent;
}
@media only screen and (max-width: 740px) {
.interview {
padding: 0 90px 0 0;
}
.interview.ee {
padding: 0 0 0 90px;
}
.interview figure {
width: 80px;
}
.interview figure:after {
font-size: 11px;
line-height: 1.2em;
}
.interview p {
padding: 10px;
border-radius: 10px;
font-size: 15px;
line-height: 1.6em;
}
}
body { background: #f2f2f2 !important;
}
.decimal {
padding-left: 1em;
}
.decimal>li {
list-style: decimal;
margin-top: 5px;
}
.decimal>li:first-child {
margin-top: 0;
} p.credit-faq-head {
font-weight: bold;
font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", osaka, sans-serif;
font-size: 36px;
line-height: 1.3em;
padding: 10px;
margin-top: 60px !important;
position: relative;
text-align: center;
background: linear-gradient(180deg, #0a1 50%, #5c8 100%);
border-radius: 10px 10px 0 0;
text-shadow: rgba(0, 0, 0, 0.7) -1px -1px 0;
}
p.branch_heading small,
p.credit-faq-head small {
display: block;
font-weight: normal;
font-size: 16px;
line-height: 1.2em !important;
margin: 0 0 5px;
}
p.credit-faq-head small:before {
content: "＼";
}
p.credit-faq-head small:after {
content: "／";
}
p.credit-faq-head>span {
display: inline-block;
vertical-align: middle;
line-height: 1.1em;
}
p.credit-faq-head:after {
content: "Credit\A Card";
white-space: pre;
position: absolute;
right: 10px;
top: 10px;
display: inline-block;
background: #57d;
background: linear-gradient(165deg, #57d 45%, #7bf 50%, #57d 100%);
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-weight: normal !important;
font-size: 30px;
line-height: 1.1em;
padding: 5px 10px;
text-align: center;
margin-left: 10px;
border-radius: 5px;
box-shadow: #fff 0 0 0 2px inset, #57d 0 0 0 3px inset, #fff 0 0 0 4px inset, rgba(0, 0, 0, 0.3) 1px 1px 5px;
transform: rotate(-15deg);
z-index: 3;
animation: 2s card-roll infinite linear;
}
@keyframes card-roll {
0% {
transform: perspective(500px) rotate(-15deg) rotateY(0deg);
filter: brightness(1);
text-shadow: #fff 0 0 3px, #fff 0 0 5px, #fff 0 0 7px, #fff 0 0 10px, #fff 0 0 15px;
}
30% {
text-shadow: #fff 0 0 0, #fff 0 0 0, #fff 0 0 0, #fff 0 0 0, #fff 0 0 0;
}
50% {
filter: brightness(0.5);
transform: perspective(500px) rotate(-15deg) rotateY(180deg);
}
100% {
filter: brightness(1);
transform: perspective(500px) rotate(-15deg) rotateY(359deg);
text-shadow: 0;
}
}
.credit-faq {
overflow: visible;
font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", osaka, sans-serif;
margin-bottom: 60px !important;
}
.credit-faq-first {
background: #5c8;
padding: 30px 15px 50px;
}
.credit-faq-first .words {
background: rgba(255, 255, 255, 0.9);
padding: 15px;
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px inset;
margin-bottom: 30px !important;
}
.credit-faq-first .credit-faq-open {
width: 100%;
margin: 5px 0;
cursor: pointer;
outline: none;
vertical-align: middle;
position: relative;
}
.credit-faq-first .credit-faq-open>span {
display: inline-block;
position: relative;
font-size: 24px;
line-height: 1.2em;
vertical-align: middle;
padding: 0 !important;
margin: 0 !important;
}
.credit-faq-first .credit-faq-open>span>span {
display: inline-block;
vertical-align: middle;
}
.credit-faq-first .credit-faq-open>span:before,
.credit-faq-first .credit-faq-open>span:after {
line-height: 0.8em !important;
vertical-align: top;
}
.credit-faq-first .credit-faq-open:before {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle;
}
.credit-question {
display: none;
background: rgba(85, 204, 136, 0.3);
border: 5px double #5c8;
padding: 20px 10px;
text-align: center;
transform: scale(1.5, 1.5);
}
.credit-question>p {
margin: 0 0 10px !important;
font-weight: bold;
color: #000;
}
.credit-question>p:before {
content: "Q.";
font-family: 'Times New Roman', Times, serif;
font-size: 180%;
font-weight: bold;
color: #d22;
}
.credit-question nav {
margin: 0;
text-align: center;
}
.credit-question nav>span {
display: inline-block;
box-sizing: border-box;
width: 48.5%;
height: 40px;
margin: 0 0 3% 3%;
padding: 2px 5px 0;
line-height: 1.1em;
vertical-align: middle;
background: #fff;
box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
border-radius: 5px;
cursor: pointer;
transition: all 0.5s linear;
font-weight: bold;
color: #707070;
}
.credit-question nav>span:before {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle;
}
.credit-question nav>span>span {
display: inline-block;
vertical-align: middle;
}
.credit-question nav>span:nth-child(2n+1) {
margin-left: 0;
}
.credit-question nav>span:hover {
background: #f39800;
color: #fff;
transition: all 0.2s linear;
}
.credit-answer,
.credit-answer .spec-box {
display: none;
position: relative;
}
.credit-answer {
border: 3px solid #5c8;
background: #5c8;
margin: 10px;
padding: 15px;
border-radius: 15px;
box-shadow: #5c8 0 0 0 3px inset, #fff 0 0 0 4px inset;
}
.credit-answer .credit-answer-heading {
background: #fff;
margin: 0px 0px 10px;
padding: 5px 10px 5px 55px;
font-weight: bold;
font-size: 21px;
line-height: 1.3em;
color: #0a1;
text-align: center;
}
.onemore {
position: absolute;
top: -10px;
left: -20px;
display: table;
width: 80px;
height: 80px;
background: -moz-linear-gradient(-10deg, #f39800 50%, #ffd099 100%); background: -webkit-linear-gradient(-10deg, #f39800 50%, #ffd099 100%); background: linear-gradient(170deg, #f39800 50%, #ffd099 100%); text-align: center;
vertical-align: middle;
font-weight: bold;
font-size: 14px;
line-height: 1.2em;
color: #fff;
border-radius: 50%;
cursor: pointer;
border: 2px solid #fff;
text-shadow: rgba(0, 0, 0, 0.7) -1px -1px 0;
transform: rotate(-15deg);
box-shadow: #000 2px 2px 7px;
animation: 1.5s check-roll infinite ease-in-out;
}
.onemore>span {
display: table-cell;
vertical-align: middle;
}
.onemore.bottom {
top: auto;
left: auto;
right: -10px;
bottom: -10px;
}
.onemore:hover {
background: #ffd099;
}
.back_nav {
background: #fff;
padding: 5px 10px;
margin: 15px auto 0;
max-width: 320px;
border-radius: 20px;
font-size: 14px;
line-height: 1.4em;
box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
cursor: pointer;
transition: all 0.5s linear;
}
.back_nav:before {
content: "\25c2";
display: inline-block;
color: #5c8;
margin-right: 5px;
}
.back_nav:hover {
background: #ffc;
transition: all 0.2s linear;
}
@media only screen and (min-width: 740px) {
.credit-question nav>span:nth-child(2n+1),
.credit-question nav>span {
width: 23.5%;
margin: 0 0 2% 2%;
}
.credit-question nav.double>span:nth-child(4n+1),
.credit-question nav.double>span {
width: 48.5%;
margin: 0 0 3% 3%;
}
.credit-question nav.triple>span:nth-child(2n+1),
.credit-question nav.triple>span {
width: 32%;
margin: 0 0 2% 2%;
}
.credit-question nav>span:nth-child(4n+1),
.credit-question nav.double>span:nth-child(2n+1),
.credit-question nav.triple>span:nth-child(3n+1) {
margin-left: 0;
}
}
@media only screen and (max-width: 740px) {
p.credit-faq-head {
font-size: 20px;
line-height: 1.2em;
padding-right: 25px;
}
.credit-faq-first .credit-faq-open>span {
font-size: 18px;
line-height: 1.2em;
}
p.credit-faq-head small {
font-size: 13px;
line-height: 1.2em;
}
p.credit-faq-head:after {
right: -5px;
top: 0;
font-size: 17px;
}
.credit-faq-first .credit-faq-open>span:before,
.credit-faq-first .credit-faq-open>span:after {
vertical-align: middle;
}
.credit-answer .credit-answer-heading {
font-size: 17px;
line-height: 1.2em !important;
padding-left: 30px;
}
.credit-answer {
margin: 10px 0;
}
.onemore {
left: -40px;
}
.onemore.bottom {
right: -40px;
}
.credit-question nav>span {
font-size: 14px;
line-height: 1.2m;
}
.credit-answer .spec-box nav a {
height: 80px;
}
} .money-drill-box {
position: relative;
display: none;
border: 3px solid #00b953;
padding: 7px;
margin: 60px 0 0 !important;
border-radius: 10px;
font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", osaka, sans-serif;
}
.money-drill-box:before {
content: "￥";
position: absolute;
display: block;
right: -15px;
top: -20px;
font-weight: bold;
font-size: 45px;
line-height: 45px;
width: 60px;
height: 60px;
padding: 10px 0 0;
text-align: center;
background: #a8b500;
background: linear-gradient(135deg, #a8b500 0%, #f2ff00 50%, #c4bd00 51%, #f1ff30 100%);
color: #ffc;
text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 0;
box-shadow: #860 4px 2px 0;
border-radius: 50%;
border: 3px solid #a90;
z-index: 5;
animation: 3s coin-roll infinite linear;
}
@keyframes coin-roll {
0% {
transform: perspective(800px) rotateZ(15deg) rotateY(0deg);
filter: brightness(1);
}
24% {
filter: brightness(0.7);
}
25% {
transform: perspective(800px) rotateZ(15deg) rotateY(90deg);
filter: brightness(1.2);
}
50% {
transform: perspective(800px) rotateZ(15deg) rotateY(180deg);
filter: brightness(1);
}
74% {
filter: brightness(0.7);
}
75% {
transform: perspective(800px) rotateZ(15deg) rotateY(270deg);
filter: brightness(1.2);
}
100% {
transform: perspective(800px) rotateZ(15deg) rotateY(360deg);
filter: brightness(1);
}
}
.money-drill-box.title {
display: block;
cursor: pointer;
}
.drill-heding {
position: relative;
margin: -11% 0 -14%;
display: block;
z-index: 2;
animation: 6s heding-roll infinite ease-in-out;
}
.drill-title-heading {
position: absolute;
left: 0;
top: 6%;
z-index: 2;
animation: 4s heding-roll infinite ease-in-out;
}
@keyframes heding-roll {
0% {
transform: rotate(-2deg);
}
50% {
transform: rotate(2deg);
}
100% {
transform: rotate(-2deg);
}
}
.money-drill-box figure {
margin: 0;
position: relative;
}
.money-drill-box figure>figcaption {
position: absolute;
box-sizing: border-box;
left: 6%;
top: 7%;
padding: 10px 10px 10px 20px;
background: rgba(255, 255, 255, 0.7);
width: 88%;
font-weight: bold;
font-size: 4vw;
line-height: 1.3em;
color: #000;
text-indent: -1em;
border-radius: 10px;
border: 1px solid #fff;
box-shadow: rgba(0, 128, 0, 0.5) 0 0 10px;
text-shadow: #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px;
}
.money-drill-box figure>figcaption>em {
font-style: normal;
font-weight: bold;
color: #00b953;
}
.money-drill-box figure>figcaption>span {
display: inline-block;
vertical-align: middle;
}
.money-drill-box.finish figure>figcaption,
.money-drill-box.wrong figure>figcaption,
.money-drill-box.right figure>figcaption {
text-indent: 0;
padding-left: 5px;
}
.money-drill-box.wrong figure>figcaption>span,
.money-drill-box.right figure>figcaption>span {
display: inline-block;
vertical-align: middle;
width: calc(100% - 60px);
margin-left: 5px;
}
.money-drill-box.finish figure>figcaption>span {
display: inline-block;
vertical-align: middle;
width: calc(100% - 70px);
margin-left: 5px;
}
.money-drill-box.right figure>figcaption:before {
content: "";
display: inline-block;
vertical-align: middle;
width: 50px;
height: 50px;
border: 7px solid #07f;
border-radius: 50%;
font-weight: bold;
}
.money-drill-box.wrong figure>figcaption:before {
content: "×";
display: inline-block;
vertical-align: middle;
font-size: 50px;
line-height: 1em;
font-weight: bold;
color: #f00;
}
.money-drill-box.finish figure>figcaption>em.finish-point {
background: #00b953;
display: inline-block;
padding: 15px 0px;
width: 60px;
text-align: center;
color: #fff;
font-size: 110%;
text-shadow: #fff 0 0 7px;
border-radius: 8px;
}
.money-drill-box.finish#finish1 figure>figcaption {
font-weight: bold;
color: #04f;
}
.money-drill-box.finish#finish2 figure>figcaption {
font-weight: bold;
color: #080;
}
.money-drill-box.finish#finish3 figure>figcaption {
font-weight: bold;
color: #a80;
}
.money-drill-box.finish#finish4 figure>figcaption {
font-weight: bold;
color: #f00;
}
.money-drill-box.finish#finish1 figure>figcaption>em.finish-point {
background: #04f;
}
.money-drill-box.finish#finish2 figure>figcaption>em.finish-point {
background: #080;
}
.money-drill-box.finish#finish3 figure>figcaption>em.finish-point {
background: #a80;
}
.money-drill-box.finish#finish4 figure>figcaption>em.finish-point {
background: #f00;
}
.money-drill-box ul {
background: #00b953;
padding: 20px 10px;
margin: 0;
overflow: hidden;
}
.money-drill-box ul li {
list-style: none;
box-sizing: border-box;
background: #ffc;
padding: 10px 0 10px 5px;
margin: 10px 0 0;
text-align: left;
border-radius: 5px;
font-weight: bold;
line-height: 1.2em;
color: #072;
cursor: pointer;
transition: all 0.6s linear;
}
.money-drill-box ul li.wide {
text-align: center;
font-size: 140%;
min-height: 55px;
height: 55px;
padding: 0;
}
.money-drill-box ul li[data-type="start"] {
font-size: 170%;
background: #ff9;
animation: 2s start-flash infinite linear;
}
@keyframes start-flash {
0% {
background: #fff;
box-shadow: #fff 0 0 15px;
color: #ddd;
}
50% {
background: #ffc;
box-shadow: none;
color: #072;
}
}
.money-drill-box ul li[data-type="finish"] {
font-size: 120%;
line-height: 1.2em;
background: #ff9;
color: #d22;
}
.money-drill-box ul li[data-type="finish"],
.money-drill-box ul li[data-type="prev"],
.money-drill-box ul li[data-type="next"] {
line-height: 1.2em;
padding: 0;
width: 49%;
margin-top: 15px;
height: 55px;
margin: 0;
float: left;
text-align: center;
}
.money-drill-box ul li[data-type="finish"],
.money-drill-box ul li[data-type="next"] {
margin-left: 2%;
}
.money-drill-box ul li[data-type="restart"] {
height: 70px;
}
.money-drill-box ul li:first-child {
margin-top: 0;
}
.money-drill-box ul li.left {
background: #e0f0f0;
}
.money-drill-box ul li:hover {
background: #fff !important;
transition: all 0.2s linear;
box-shadow: #fff 0 0 15px;
transform: scale(1.03, 1.1);
}
.money-drill-box ul li:before {
content: "\25b6" !important;
display: inline-block;
margin-right: 5px;
animation: 1s triangle-roll infinite linear;
vertical-align: middle;
text-shadow: #770 1px 1px 0;
}
.money-drill-box ul li.left:before {
content: "\25c0" !important;
}
.money-drill-box ul li:after {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle;
}
.money-drill-box ul li>span {
display: inline-block;
vertical-align: middle;
max-width: 85%;
max-width: calc(100% - 2em);
text-align: left;
}
.money-drill-box.right {
float: none;
margin: 0;
}
.money-drill-box .answer {
background: #e3fff0;
padding: 7px;
}
.money-drill-box .answer p {
background: #fff;
padding: 10px;
border-radius: 7px;
box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px inset;
font-size: 100%;
line-height: 1.5em;
font-weight: bold;
color: #072;
}
.money-drill-box .answer p b {
color: #e22;
}
@keyframes triangle-roll {
0% {
transform: rotateX(-90deg);
color: #ff8;
}
50% {
transform: rotateX(0deg);
color: #ee0;
}
100% {
transform: rotateX(90deg);
color: #aa0;
}
} @media only screen and (min-width: 500px) {
.drill-heding {
margin: -13% 0 -9%;
}
}
@media only screen and (min-width: 736px) {
.money-drill-box {
border-width: 5px;
padding: 15px;
border-radius: 15px;
}
.money-drill-box:before {
font-size: 85px;
line-height: 85px;
width: 100px;
height: 100px;
right: -30px;
padding: 10px 0 0;
}
.drill-heding {
margin: -10% 0 -7%;
}
.money-drill-box ul {
padding: 30px 15px;
overflow: hidden;
}
.money-drill-box ul li {
font-size: 110%;
line-height: 1.2em;
padding: 0;
width: 49%;
height: 75px;
margin-top: 15px;
margin-left: 2%;
float: left;
text-align: center;
}
.money-drill-box ul li.wide {
width: auto;
float: none;
margin-left: 0;
font-size: 150%;
}
.money-drill-box ul li[data-type="start"] {
font-size: 200%;
}
.money-drill-box ul li:nth-child(2) {
margin-top: 0;
}
.money-drill-box ul li:nth-child(2n+1) {
margin-left: 0;
}
.money-drill-box ul li[data-type="prev"],
.money-drill-box ul li[data-type="next"] {
font-size: 130%;
}
.money-drill-box figure>figcaption {
padding: 10px 10px 10px 40px;
font-size: 32px;
font-weight: normal;
color: #444;
}
.money-drill-box .answer {
padding: 15px;
}
.money-drill-box .answer p {
padding: 15px;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px inset;
font-size: 120%;
line-height: 1.8em;
}
.money-drill-box.wrong figure>figcaption>span,
.money-drill-box.right figure>figcaption>span {
width: calc(100% - 110px);
}
.money-drill-box.finish figure>figcaption>span {
width: calc(100% - 150px);
}
.money-drill-box.right figure>figcaption:before {
width: 77px;
height: 77px;
border-width: 12px;
margin-left: 10px;
}
.money-drill-box.wrong figure>figcaption:before {
font-size: 100px;
line-height: 1em;
}
.money-drill-box.finish figure>figcaption>em.finish-point {
padding: 20px 0;
width: 140px;
font-size: 120%;
}
.money-drill-box ul li[data-type="start"],
.money-drill-box ul li[data-type="restart"] {
height: 80px;
}
.money-drill-box ul li[data-type="finish"] {
font-size: 130%;
}
} div.wpcr3_rating_style1_base,
div.wpcr3_rating_style1_average,
div.wpcr3_rating_style1_status,
div.wpcr3_rating_style1_score,
div.wpcr3_rating_style1_score div {
margin: 0 !important;
} .search-box {
margin: -8% auto 20px;
width: auto;
padding: 0 0 3% !important;
max-width: none !important;
background: #b2dbbc;
border-radius: 20px;
}
.m0 {
margin: 0 !important;
}
.search-box form {
padding: 0 3% 5%;
margin-top: 0 !important;
}
.search-box form dl {
margin: 0 0 5%;
padding: 0;
background: #fff;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
}
.search-box form dl dt {
position: relative;
padding: 10px 15px 12px;
background: #0a1;
background: linear-gradient(180deg, #0a1 80%, #fff 100%);
font-size: 24px;
line-height: 1.2em;
color: #fff;
border-radius: 10px 10px 0 0;
}
.search-box form dl dt small {
display: inline-block;
line-height: 1.3em;
font-weight: normal;
}
#result .cv_btn,
.search-box form button {
width: 100%;
height: 90px;
background: #fc5;
border: 3px solid #c70;
border-radius: 50px;
color: #fff;
box-shadow: #c70 -2px -2px 6px inset, #fff 2px 2px 6px 2px inset, #fff 0 0 20px 5px;
font-weight: bold;
font-size: 36px;
line-height: 1.2em;
text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 4px;
cursor: pointer;
}
#result .cv_btn,
.search-box form button {
animation: 3s btn-move infinite ease-out;
}
.search-box form button:hover {
background-color: #fff;
animation: none;
}
#result .cv_btn:hover {
animation: none;
}
.search-box form button:before {
content: "";
display: inline-block;
position: relative;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background: url(https://011330.jp/article/wp-content/themes/keni8-child/images/loope2.png) no-repeat center center;
background-size: 100% 100%;
margin: 0 5px 0 0;
top: -3px;
transform-origin: 60% 60% 0;
animation: loope 1s infinite alternate ease-in-out;
}
@keyframes btn-move {
0% {
transform: scale(1, 1);
filter: brightness(1);
color: #fff;
}
2% {
transform: scale(1.05, 1.1);
filter: brightness(1.2);
color: #fff;
}
13% {
transform: scale(1, 1);
filter: brightness(1);
color: #fff;
}
}
@keyframes loope {
0% {
transform: rotate(-10deg);
}
100% {
transform: rotate(10deg);
}
}
.return-ranking {
padding: 3%;
}
#ranking {
margin-top: 10%;
}
#result .trademark__no1_2 img {
display: inline-block;
animation: 2s img-flash infinite linear;
}
@keyframes img-flash {
0% {
filter: contrast(1) brightness(1) drop-shadow(#fff 0 0 0);
}
2% {
filter: contrast(0.2) brightness(2) drop-shadow(#ff8 0 0 80px);
}
20% {
filter: contrast(1) brightness(1) drop-shadow(#fff 0 0 0);
}
}
#result {
display: block;
margin: -3% 3% 5px;
padding: 0 !important;
}
#result>figure {
position: relative;
margin: 0 !important;
padding: 0 !important;
z-index: 2;
}
#result>figure img {
display: block;
}
#result>figure p {
position: absolute;
right: 3%;
bottom: 25%;
font-size: 28px;
line-height: 1.5em;
border-radius: 10px;
width: 62%;
text-align: center;
}
#result>figure p b {
font-size: 180%;
vertical-align: -3px;
}
#result>figure+article {
margin-top: 0 !important;
}
#result article {
position: relative;
border-radius: 10px;
background: #fff;
box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px;
padding: 3%;
margin-top: 7%;
}
#result article>p.tab {
background: #080;
position: relative;
padding: 10px 25px 8px;
margin: 0 0 15px;
border-radius: 10px;
font-size: 32px;
line-height: 1.2em;
font-weight: bold;
text-align: center;
color: #fff;
z-index: 3;
box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
border: 1px solid #fff;
}
#result article>p.tab:after {
content: "";
position: absolute;
left: 20px;
bottom: -15px;
border-style: solid;
border-color: #080 transparent transparent;
border-width: 15px 8px 0;
}
#result article>p.tab i {
display: inline-block;
font-size: 140%;
animation: 2s rolling infinite linear;
}
#result article>p.tab em {
display: inline-block;
box-sizing: border-box;
background: #fff;
border-radius: 50%;
width: 1.3em;
height: 1.3em;
line-height: 1.3em;
color: #080;
padding: 1px 0 0 !important;
font-style: normal;
font-weight: bold;
margin-right: 10px;
text-align: center;
}
#result article .afbtn.wide {
width: 100%;
}
#result article .words {
padding: 10px;
background: #f2fff2;
box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
border-radius: 10px;
color: #000;
font-size: 110%;
}
#result article .spec-box:last-child {
margin-bottom: 0 !important;
}
@keyframes swing {
0% {
transform: translateY(-50%) rotateZ(20deg);
}
50% {
transform: translateY(-50%) rotateZ(-20deg);
}
100% {
transform: translateY(-50%) rotateZ(20deg);
}
}
@keyframes rolling {
0% {
transform: perspective(200px) rotateZ(20deg) rotateY(0deg);
}
50% {
transform: perspective(200px) rotateZ(20deg) rotateY(180deg);
}
100% {
transform: perspective(200px) rotateZ(20deg) rotateY(359deg);
}
}
.search-box form dl dd {
padding: 1% 3% 3%;
}
.search-box form dl dd label {
display: inline-block !important;
box-sizing: border-box;
min-width: 50%;
padding: 5px 10px;
font-family: serif;
font-size: 20px;
font-weight: bold;
color: #5f5f5f;
cursor: pointer;
border-radius: 20px;
}
.search-box form dl dd label:hover {
background: #ff8;
}
.search-box form dl dd label input[type="checkbox"],
.search-box form dl dd label input[type="radio"] {
transform: scale(1.5);
margin-right: 10px;
}
main>section {
padding-bottom: 1px;
} .search-box-title {
text-align: center;
margin: -5% auto 20px;
padding: 5px 20px;
width: fit-content;
min-width: 300px;
font-size: 28px;
line-height: 1.2em;
font-weight: bold;
color: #fff;
background: #0a1;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 6px;
}
.search-box.type-2,
.search-box.type-3 {
padding: 3% 0 !important;
}
.search-box.type-3 {
margin-top: 5% !important;
}
.search-box.type-2 form dl dt,
.search-box.type-3 form dl dt {
font-size: 18px;
line-height: 1.2em;
}
.search-box.type-2 form dl dd,
.search-box.type-3 form dl dd {
padding: 1% 2% 2%;
}
.search-box.type-2 form dl dd label,
.search-box.type-3 form dl dd label {
min-width: 25%;
padding: 3px 5px;
font-size: 14px;
line-height: 1.2em;
font-family: sans-serif;
}
@media only screen and (max-width: 640px) {
.search-box {
padding: 0 2%;
}
.search-box.type-2 form dl,
.search-box.type-3 form dl {
margin: 0 0 3%;
}
.search-box form dl dd label {
min-width: 100%;
font-size: 18px;
}
.search-box.type-2 form dl dd,
.search-box.type-3 form dl dd {
line-height: 1.4em;
}
.search-box.type-2 form dl dd label,
.search-box.type-3 form dl dd label {
min-width: 20%;
font-size: 12px;
line-height: 1.1em;
margin: 0 !important;
padding: 1px 7px 1px 5px;
}
.search-box form dl dt {
font-size: 18px;
line-height: 1.2em;
}
.search-box form dl dt:after {
width: 65px;
height: 65px;
font-size: 45px;
line-height: 65px;
}
.search-box.type-2 form dl dt,
.search-box.type-3 form dl dt {
font-size: 15px;
line-height: 1.2em;
padding: 5px 10px 7px;
}
.go-search-result button,
.return-ranking button,
.search-box form button {
font-size: 6vw;
}
.search-box.type-2 form button,
.search-box.type-3 form button {
height: 55px;
font-size: 5vw;
}
#result>figure p {
font-size: 4vw;
}
#result article>p.tab {
font-size: 4.5vw;
}
#result article {
border-width: 2px;
}
} .fix-afbtn {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 5;
margin: 0 !important;
text-align: center;
}
.fix-afbtn i {
display: block;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 1.4em;
margin: 0 0 3px !important;
color: #000;
text-shadow: #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 4px, #fff 0 0 5px, #fff 0 0 6px, #fff 0 0 7px, #fff 0 0 8px, #fff 0 0 10px, #fff 0 0 12px;
}
.fix-afbtn p {
margin: 0 !important;
}
.fix-afbtn a.afbtn {
opacity: 0.8;
margin: 0 !important;
width: 100%;
border-radius: 0;
border-width: 2px 0 0;
}
.fix-afbtn a.afbtn:hover {
opacity: 1;
}
@media only screen and (min-width: 768px) {
.fix-afbtn a.afbtn>span>span.ib {
min-width: 420px;
}
}
@media only screen and (max-width: 768px) {
.fix-afbtn a.afbtn {
padding-right: 40px;
}
.fix-afbtn i {
font-size: 13px;
}
.fix-afbtn a.afbtn {
padding-right: 0;
padding-left: 0;
}
.fix-afbtn a.afbtn>span {
width: 100%;
}
.fix-afbtn a.afbtn>span>span.ib {
max-width: 90%;
}
}
a.afbtn.girl.wide,
a.afbtn.girl2.wide {
width: 100%;
margin-top: 40px;
}
a.afbtn.orange.girl,
a.afbtn.girl {
position: relative;
padding-left: 80px;
padding-right: 10px !important;
}
a.afbtn.girl>span {
width: 100%;
}
a.afbtn.orange.girl2,
a.afbtn.girl2 {
position: relative;
padding-right: 60px !important;
padding-left: 10px !important;
}
a.afbtn.girl2>span:before,
a.afbtn.girl>span:before {
display: none;
}
a.afbtn.girl2>span,
a.afbtn.girl>span {
display: inline-block;
max-width: 75%;
width: auto !important;
}
.fix-afbtn a.afbtn.girl2>span,
.fix-afbtn a.afbtn.girl>span {
width: 95% !important;
}
a.afbtn.girl2:before,
a.afbtn.girl:before {
content: "";
display: block;
position: absolute !important;
background: url(https://011330.jp/article/wp-content/themes/keni8-child/images/girl.png) no-repeat center center;
background-size: 100% 100% !important;
margin: -90px 0 -23px 0;
margin: 0;
left: 0;
bottom: 0;
width: 105px;
height: 115px;
filter: drop-shadow(rgba(0, 0, 0, 0.6) 2px 2px 3px);
transform: none;
animation: none;
z-index: 3;
}
a.afbtn.girl2:before {
background: url(https://011330.jp/article/wp-content/themes/keni8-child/images/girl2.png) no-repeat center center;
background-size: 100% 100% !important;
margin: -90px 0 0 0;
width: 88px;
height: 140px;
left: auto;
bottom: -10px;
right: 3%;
}
.afbtn.small {
height: 45px;
}
.afbtn.small.low {
height: auto;
padding: 8px 5px;
}
.afbtn.small>span {
font-size: 13px;
line-height: 1.1em;
}
@media only screen and (max-width: 600px) {
.fix-afbtn a.afbtn.girl2>span,
.fix-afbtn a.afbtn.girl>span {
padding-right: 0 !important;
width: 100% !important;
max-width: 100% !important;
}
a.afbtn.girl {
padding-left: 80px !important;
padding-right: 10px !important;
}
a.afbtn.girl2 {
padding-right: 60px !important;
padding-left: 10px !important;
}
a.afbtn.smt-wide {
width: 100%;
}
} .flowchart {
position: relative;
max-width: 800px;
margin: 30px auto;
padding: 20px;
background: #f0f0f0;
box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
counter-reset: flow;
}
.flowchart li {
position: relative;
background: #fff;
padding: 10px;
margin: 40px 0 0 !important;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
z-index: 1;
line-height: 1.4em;
}
.flowchart li:first-child {
margin-top: 0 !important;
}
ul.flowchart li:before {
display: none;
}
ol.flowchart li {
padding-left: 40px !important;
}
ol.flowchart li:before {
counter-increment: flow;
content: counter(flow);
position: absolute;
width: 25px;
border-radius: 50%;
top: 7px;
left: 10px;
text-align: center;
font-size: 20px;
line-height: 25px;
background: #5c8;
color: #fff !important;
font-weight: bold;
border: 0;
padding-top: 1px;
}
.flowchart li:after {
content: "";
display: block;
position: absolute;
transform: translateX(-50%);
left: 50%;
top: 100%;
width: 100px;
height: 40px;
background: #5c8;
z-index: -1 !important;
border-top: rgba(0, 0, 0, 0.5) solid 1px;
}
.flowchart li:nth-last-child(2):after {
height: 10px;
}
.flowchart li:last-child:after {
background: transparent;
width: 0;
height: 0;
border: solid;
border-color: #5c8 transparent transparent;
border-width: 30px 70px 0;
top: -30px;
}
@media only screen and (max-width: 640px) {
.flowchart {
padding: 15px;
}
.flowchart li {
margin: 30px 0 0 !important;
}
.flowchart li:last-child:after {
border-width: 20px 70px 0;
top: -20px;
}
ol.flowchart li {
padding-left: 32px !important;
}
ol.flowchart li:before {
left: 5px;
font-size: 15px;
}
}
.flowchart.v2 {
background: #5c8;
}
.flowchart.v2 li:after {
background: #ded;
}
.flowchart.v2 li:last-child:after {
background: transparent;
border-color: #ded transparent transparent;
}
.flowchart.v3 {
background: #ded;
}
.flowchart.v3 li {
background: #5c8;
color: #fff;
}
.flowchart.v3 li:after {
background: #fff;
}
.flowchart.v3 li:last-child:after {
background: transparent;
border-color: #fff transparent transparent;
}
ol.flowchart.v3 li:before {
background: #fff;
color: #5c8 !important;
} .countdown-timer {
text-align: center;
font-size: 24px;
line-height: 1.4em;
margin: 10px auto 20px;
vertical-align: middle;
color: #000;
}
.countdown-timer strong,
.countdown-timer b {
font-size: 130%;
color: #d22;
}
.countdown-timer .timer {
display: inline-block;
background: #008837;
padding: 4px 10px 6px;
margin: 5px;
vertical-align: middle;
color: #fff;
font-size: 120%;
font-weight: bold;
border-radius: 5px;
}
.countdown-timer .timer strong,
.countdown-timer .timer b {
color: #ff7;
}
@media only screen and (max-width: 480px) {
.countdown-timer {
font-size: 6vw;
line-height: 1.4em;
}
.spec-box .countdown-timer {
font-size: 5.3vw;
line-height: 1.4em;
}
.countdown-timer .timer {
display: block;
}
} dl.rich_list {
margin: 20px 0;
padding: 0;
}
dl.rich_list dt {
position: relative;
background: #0a1;
padding: 12px 15px 10px;
margin: 0 0 10px;
border: 0 !important;
line-height: 1.2em;
font-weight: bold;
color: #fff;
border-radius: 7px;
}
dl.rich_list dt:before {
content: "";
display: block;
position: absolute;
border-style: solid;
border-width: 12px 7px 0;
border-color: #0a1 transparent transparent;
left: 50px;
bottom: -12px;
}
dl.rich_list dt[style]:before {
background: inherit;
border-color: transparent #fff #fff;
}
dl.rich_list dd {
padding: 0;
margin: 0 0 15px !important;
border: 0 !important;
line-height: 1.5em;
}
.content dl.rich_list dd h3,
dl.rich_list dd h3,
.content dl.rich_list dd h4,
dl.rich_list dd h4,
.content dl.rich_list dd h5,
dl.rich_list dd h5,
.content dl.rich_list dd h6,
dl.rich_list dd h6,
.content dl.rich_list dd .h5,
dl.rich_list dd .h5 {
margin: 0 0 5px !important;
padding: 3px 0 2px 30px;
background: url(https://011330.jp/article/wp-content/themes/keni8-child/images/icon-check.png) no-repeat left top !important;
border: 0 !important;
background-size: 28px 28px !important;
font-weight: bold;
font-size: 110%;
line-height: 1.2em;
color: #030 !important;
}
dl.rich_list dd p br:first-child,
dl.rich_list dd h3+br,
dl.rich_list dd h4+br,
dl.rich_list dd h5+br,
dl.rich_list dd .h5+br,
dl.rich_list dd h6+br {
display: none;
}
dl.rich_list dd h3 b,
dl.rich_list dd h4 b,
dl.rich_list dd h5 b,
dl.rich_list dd .h5 b,
dl.rich_list dd h6 b {
color: #e22;
}
dl.rich_list dd p {
margin: 0 0 0 20px !important;
padding: 0;
line-height: inherit !important;
}
.article-body dl.rich_list dd ul li {
padding-top: 0 !important;
padding-bottom: 0 !important;
line-height: 1.3em !important;
}
.article-body dl.rich_list dd ul li:before {
background: #a8a8f4;
top: 5px;
}
@media (max-width: 600px) {
dl.rich_list dt {
padding: 10px 12px 8px;
}
} .gyosya-box {
position: relative;
background: #eaffea;
padding: 20px;
margin: 20px auto 40px;
border-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px;
border: 2px solid #1cb42b;
}
.gyosya-box b,
.gyosya-box strong {
color: #e22;
}
.gyosya-box:after {
content: "";
position: absolute;
width: 40px;
height: 70px;
background: url(https://011330.jp/article/wp-content/themes/keni8-child/images/pin.png) no-repeat center center;
background-size: 100% 100%;
top: -45px;
right: -18px;
z-index: 2;
}
.gyosya-box.tape:after {
background: url(https://011330.jp/article/wp-content/themes/keni8-child/images/tape.png) no-repeat center center;
background-size: 100% 100%;
width: 30px;
height: 140px;
top: -45px;
right: -18px;
z-index: 1;
transform: rotate(-45deg);
}
.gyosya-box .midasi {
font-size: 220%;
line-height: 1.2em !important;
font-weight: bold !important;
background: linear-gradient(transparent 70%, #bdf1c4 30%);
margin: 0 0 10px !important;
padding: 0 !important;
}
.gyosya-box .midasi a,
.gyosya-box .midasi {
color: #000;
text-decoration: none;
}
.gyosya-box .midasi i {
float: right;
padding: 5px 10px;
background: #8b8;
background: #008837;
color: #fff;
font-style: normal;
font-size: 14px;
line-height: 1.4em;
border-radius: 5px;
}
.gyosya-box-head {
position: relative;
font-size: 0;
line-height: 0;
margin: 0 0 20px;
}
.gyosya-box-head>figure {
display: inline-block !important;
width: 300px;
padding: 0;
margin: 0;
vertical-align: middle;
}
.gyosya-box-head>div {
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
}
.gyosya-box-head>figure+div {
display: inline-block;
width: calc(100% - 316px);
vertical-align: middle;
margin: 0 0 0 15px;
padding: 0;
font-size: 1rem;
line-height: 1.2em;
}
.gyosya-box-head>div>table {
margin: 0 !important;
}
.gyosya-box-head>div>table th {
text-align: center;
font-weight: bold !important;
white-space: nowrap;
vertical-align: middle;
}
.gyosya-box-head>div>table img[src*="icon"] {
width: 32px;
border-radius: 5px;
margin-left: 3px;
}
.gyosya-box-head>div>table img[src*="icon"]:first-child {
margin-left: 0;
}
.gyosya-box-contents {
font-size: 120%;
line-height: 1.4em;
margin: 20px 0;
}
.gyosya-box-contents table {
table-layout: fixed;
}
.gyosya-box-contents table img {
max-width: 100%;
width: 80px;
}
.gyosya-box-contents table tr th,
.gyosya-box-contents table tr td {
text-align: center;
line-height: 1.2em;
}
.gyosya-box-head>div>table th,
.gyosya-box-contents table tr th {
background: #008837;
color: #fff;
font-weight: bold;
white-space: nowrap;
}
.gyosya-box-point {
position: relative;
padding: 25px 20px 20px;
border: 4px solid #fa0;
border-radius: 10px;
background: #fff2e0;
background: #fff;
color: #000;
}
.gyosya-box-point .point-midasi {
position: absolute;
top: 0;
left: 50%;
background: #fa0;
border: 2px solid #fa0;
font-size: 105%;
font-weight: bold;
line-height: 1.2em !important;
padding: 5px 10px !important;
border-radius: 20px;
transform: translate(-50%, -55%);
color: #fff;
white-space: nowrap;
}
.gyosya-box-point .point-midasi:before {
content: "★";
font-weight: normal;
font-size: 110%;
line-height: 1 !important;
margin-right: 3px;
}
.gyosya-box-point ul {
margin: 0;
}
.gyosya-box-point ul li {
line-height: 1.2em;
position: relative;
padding-left: 30px;
}
.gyosya-box-point ul li:before {
content: "" !important;
display: block;
position: absolute;
border: 0;
width: 25px;
height: 25px;
background: url(https://011330.jp/article/wp-content/themes/keni8-child/images/icon-check.png) no-repeat left top !important;
background-size: 100% 100% !important;
left: -15px;
top: -10px;
}
.gyosya-box>nav {
text-align: center;
margin: 20px 0;
flex-direction: column;
}
.gyosya-box>nav p {
margin: 0 !important;
}
.gyosya-box>nav .catch {
position: relative;
display: inline-block;
padding: 0 15px;
margin: 0;
font-weight: bold;
font-size: 120%;
line-height: 1.2em;
}
.gyosya-box>nav .catch:before,
.gyosya-box>nav .catch:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
width: 1.5px;
height: 100%;
background: #000;
transform: skewX(-35deg);
}
.gyosya-box>nav .catch:before {
left: 0;
transform: skewX(35deg);
}
.gyosya-box>nav a {
display: block;
box-sizing: border-box;
width: 100%;
max-width: 640px;
height: 70px;
margin: 0 auto;
background: #d22;
font-weight: bold;
font-size: 120%;
line-height: 1.2em;
color: #fff;
border-radius: 8px;
box-shadow: #822 0 8px 0;
transform-origin: center bottom;
animation: 2.5s bound-btn linear infinite;
text-decoration: none !important;
}
.gyosya-box aside {
margin: 20px 0 0;
padding: 0;
text-align: right;
font-size: 15px;
line-height: 1.2em;
}
@keyframes bound-btn {
0% {
transform: scale(1, 1);
}
5% {
transform: scale(1, 1.15);
}
10% {
transform: scale(1, 0.85);
}
15% {
transform: scale(1, 1.1);
}
20% {
transform: scale(1, 0.9);
}
25% {
transform: scale(1, 1.05);
}
30% {
transform: scale(1, 0.95);
}
35% {
transform: scale(1, 1);
}
}
.gyosya-box>nav a:after {
content: "▲";
display: inline-block;
vertical-align: middle;
font-weight: normal;
background: #fff;
border-radius: 5px;
font-size: 16px;
line-height: 24px;
width: 24px;
height: 24px;
margin: 0 0 0 0.5em;
color: #d22;
transform: rotate(90deg);
}
.gyosya-box>nav a:before {
content: "";
display: inline-block !important;
vertical-align: middle;
width: 0;
height: 100%;
}
.gyosya-box>nav a span {
display: inline-block !important;
vertical-align: middle;
}
.gyosya-box>nav a>span {
max-width: calc(100% - 1.8em);
}
@media (max-width: 780px) {
.gyosya-box-head>figure {
width: 40%;
}
.gyosya-box-head>figure+div {
width: 58%;
margin: 0 0 0 1.5%;
}
}
@media (max-width: 600px) {
.gyosya-box {
padding: 15px;
}
.gyosya-box .midasi {
font-size: 170%;
line-height: 1.2em;
}
.gyosya-box .midasi i {
font-size: 12px;
padding: 3px 7px;
}
.gyosya-box-head>div table tr th,
.gyosya-box-head>div table tr td {
padding: 3px;
font-size: 2.5vw !important;
line-height: 1.2em !important;
}
.gyosya-box-contents table tr th,
.gyosya-box-contents table tr td {
font-size: 3vw !important;
line-height: 1.2em !important;
}
.gyosya-box>nav .catch {
font-size: 110%;
line-height: 1.2em;
}
.gyosya-box-head>div>table img[src*="icon"] {
width: 22px;
margin-left: 2%;
}
.gyosya-box-contents {
font-size: 105%;
line-height: 1.4em;
margin: 10px 0;
}
.gyosya-box-point {
margin-top: 20px !important;
}
.gyosya-box aside {
font-size: 14px;
}
.gyosya-box .countdown-timer .timer {
font-size: 6.2vw;
}
.gyosya-box:after {
width: 25px;
height: 45px;
top: -30px;
right: -15px;
}
}
@media (max-width: 400px) {
.gyosya-box {
padding: 10px;
border-radius: 10px;
}
.gyosya-box .midasi {
font-size: 150%;
line-height: 1.2em;
}
.gyosya-box .midasi i {
font-size: 11px;
}
.gyosya-box aside {
font-size: 12px;
}
}  .unselect-box {
background: #f2fff2;
border-radius: 10px;
overflow: hidden;
margin: 20px 0 40px;
}
.unselect-box:before {
content: "レイクの注釈";
display: block;
white-space: pre-wrap;
color: #0a1;
background: #d8f8e0;
font-size: 14px;
line-height: 1.3em;
padding: 10px;
}
.unselect-box:after {
content: "【貸付利率（年率）】\A 4.5％～18.0％\A ※貸付利率はご契約額およびご利用残高に応じて異なります。\A 【融資までの時間】\A Webなら最短25分\A ※21時（日曜日は18時）までのご契約手続き完了（審査・必要書類の確認含む）で、当日中にお振込みが可能でございます。\A ※審査結果によってはWebでのご契約手続きが行えない場合がございます。\A ※一部金融機関および、メンテナンス時間等や年末年始を除きます。\A ※初めてご利用のお客さまへの当日ご融資は、8～22時(毎月第3日曜日は8~19時)となっております。\A 【無利息期間】\A 30日・60日・180日から選べる無利息\A ※ 30日間無利息、60日間無利息、180日間無利息の併用は不可です。\A ※ Webで初めてお申込みで60日無利息を選択可能です。\A ※ お借入れ額5万円まで180日間無利息を選択可能です。\A ※ 初回契約翌日から無利息適用となります。\A ※ 無利息期間経過後は通常金利が適用されます。\A 【融資限度額】\A 1万円～500万円\A 【申込資格】\A ・年齢が満20歳以上70歳以下の国内に居住する方\A ・日本の永住権を取得されている方\A ・安定した収入のある方（パート・アルバイトで収入のある方も可）\A 【遅延損害金（年率）】\A 20.0％\A 【返済方式】\A ・残高スライドリボルビング方式\A ・元利定額リボルビング方式\A 【返済期間・返済回数】\A 最長5年・最大60回\A ※融資枠の範囲内での追加借入や繰上返済により、返済期間・回数は変動します。\A 【必要書類】\A ・運転免許証\A ・健康保険証等\A ・収入証明（契約額に応じて、新生フィナンシャルが必要とする場合、年収証明書・所得証明書）\A 【担保の有無】\A 不要\A 【商号】\A 新生フィナンシャル株式会社\A 【貸金業者登録番号】\A ・関東財務局長(11) 第01024号\A ・日本貸金業協会会員第000003号\A 【会社住所】\A 東京都千代田区外神田三丁目12番8号\A 【電話番号】\A 0120-09-09-09";
display: block;
white-space: pre-wrap;
font-size: 13px;
line-height: 1.5em;
padding: 10px;
}
.unselect-box[data-title]:before {
content: attr(data-title);
}
.unselect-box[data-words]:after {
content: attr(data-words);
}
.unselect-box { display: none;
} .keni-header_wrap.pr:after {
content: "PR";
position: fixed;
right: 15px;
top: 48px;
transform: translateY(-50%);
padding: 3px 7px;
background: #fff;
color: #333;
border: 1px solid #777;
font-size: 14px;
line-height: 1.1em;
font-weight: bold;
border-radius: 2px; z-index: 500;
white-space: pre;
text-align: center;
}
.logged-in .keni-header_wrap.pr:after {
top: 78px;
}
@media (max-width: 680px) {
.keni-header_wrap.pr:after {
top: 28px;
font-size: 12px;
line-height: 1.1em;
}
.logged-in .keni-header_wrap.pr:after {
top: 74px;
}
}
.table-open {
margin-top: 10px;
position: relative;
display: inline-block;
padding: 8px 15px 8px 30px;
border: 1px solid #ccc;
background: #f1e767;
background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
-webkit-box-shadow: inset 1px 1px 1px #fff;
box-shadow: inset 1px 1px 1px #fff;
border-radius: 8px;
text-decoration: none;
cursor: pointer;
font-size: 0.8em;
}
.table-open::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 12px;
width: 8px;
height: 8px;
margin: auto;
border-top: 2px solid #6b6b6b;
border-right: 2px solid #6b6b6b;
transform: translateY(-2px) rotate(135deg);
box-sizing: border-box;
transition: all 0.5s;
}
.table-open.on:after {
transform: translateY(1px) rotate(315deg);
} .dib {
display: inline-block;
}
.yn-chart {
margin: 0 auto 2rem;
padding: 2em;
max-width: 600px;
background: #e2ffe8;
box-shadow: 0 3px 5px rgba(0, 0, 0, .03);
position: relative;
}
.yn-chart__add {
background: #0a1;
color: #fff;
padding: 0.2em 0.9em !important;
margin: 0 !important;
text-align: center;
display: inline-block;
line-height: 1.5 !important;
font-weight: bold;
}
.yn-chart__title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
width: 100%;
padding: 0.5em 0 0.3em !important;
margin: 0 auto !important;
font-size: 1.35em !important;
font-weight: 600 !important;
color: #0a1;
line-height: 1.5 !important;
}
.yn-chart__title:before,
.yn-chart__title:after {
content: "";
flex: 1;
height: 1px;
background: #0a1;
display: block;
}
.yn-chart__title:before {
margin-right: 0.7em;
}
.yn-chart__title:after {
margin-left: 0.7em;
}
.yn-chart__ex {
text-align: center;
margin: 0 0 0 !important;
padding: 0 !important;
font-weight: bold;
}
.yn-chart>div {
display: none;
padding-top: 120px;
margin-top: -100px;
}
.yn-chart>div.yn-chart__display {
display: block;
font-weight: bold;
}
.yn-chart>div>figure {
margin: 1em 0 2em;
}
.yn-chart>div>figure img {
display: block;
}
.yn-chart>div>p {
margin: 2em 0 0 !important;
padding: 0.8em 1em 0.8em calc(1em + 48px) !important;
background: #fff;
position: relative;
font-size: 1.2em;
}
.yn-chart>div>p:before {
content: "Q";
background: #0a1;
position: absolute;
left: 0;
top: 0;
color: #fff;
height: 100%;
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: 600;
font-size: 1.1em;
min-width: 48px;
}
.yn-chart>div:not([id^="result-"]) ul {
margin: 2em 0 0 !important;
padding: 0 !important;
list-style: none !important;
border: none;
font-weight: bold;
}
.yn-chart>div:not([id^="result-"]) ul li {
margin: 0 0 1em 1em !important;
padding: 0 !important;
}
.yn-chart>div:not([id^="result-"]) ul li:last-child {
margin: 0 0 0 1em !important;
}
.yn-chart>div:not([id^="result-"]) ul li a {
background: #fff;
display: block;
padding: 0.8em !important;
text-decoration: none;
color: #333;
box-shadow: 0 3px 5px rgba(0, 0, 0, .07);
}
.yn-chart>div:not([id^="result-"]) ul li a:hover {
box-shadow: inset 2px 2px 0 0 #259c31, 2px 2px 0 0 #259c31, 2px 0 0 0 #259c31, 0 2px 0 0 #259c31;
transition: 0.1s ease-in-out;
opacity: 1;
}
.yn-chart>div:not([id^="result-"]) ul li:before {
content: unset !important;
}
.yn-chart__result {
background: #fff;
padding: 1em;
}
.yn-chart__result-title {
color: #0a1;
font-size: 1.1em !important;
font-weight: 600 !important;
padding: 0 !important;
margin: 0 0 1em !important;
border-bottom: 1px dashed #0a1;
}
@media screen and (max-width: 560px) {
.yn-chart {
padding: 1.8em 1.3em;
}
.yn-chart>div>figure {
margin: 0.5em 0;
}
.yn-chart>div>p {
margin: 1em 0 0 !important;
padding: 0.8em 1em 0.8em 3.3em !important;
}
.yn-chart>div ul {
margin: 1em 0 0 !important;
}
.yn-chart__title {
font-size: 1.25em !important;
}
.yn-chart__title:before {
margin-right: 0.3em;
}
.yn-chart__title:after {
margin-left: 0.3em;
}
.yn-chart__ex,
.yn-chart__add {
font-size: 1em !important;
}
.yn-chart>div>p:before {
min-width: 30px;
}
}
.p-check-btn {
text-align: center;
margin: 1.5em 5em !important;
padding: 0 !important;
}
.p-check-btn a {
display: block;
box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
color: #fff !important;
font-weight: 600 !important;
text-decoration: none !important;
padding: 0.5em 0;
border-radius: 30px;
}
.p-check-btn a {
background: #0a1;
}
.p-check-btn a:hover {
transform: translateY(3px);
box-shadow: 0 2px 2px rgba(0, 0, 0, .22);
}
.yn-chart>div>.p-check-btn {
background: none !important;
padding: 0 5em !important;
}
.yn-chart>div>.p-check-btn:before {
content: unset !important;
}
@media screen and (max-width: 800px) {
.p-check-btn {
margin: 1.5em 3em !important;
}
}
@media screen and (max-width: 560px) {
.p-check-btn {
margin: 1.5em 1em !important;
}
.yn-chart>div>.p-check-btn {
padding: 0 3em !important;
}
}
@media screen and (max-width: 420px) {
.yn-chart__title {
width: calc(100% + 2em);
margin-left: -1em !important;
justify-content: center;
}
.yn-chart__title:before,
.yn-chart__title:after {
display: none;
}
}
.yn-chart .gyosya-box:after {
display: none;
}
.yn-chart .gyosya-box {
background: none;
padding: 0;
box-shadow: none;
border: none;
}
.yn-chart .yn-chart__result>.gyosya-box:not(:first-of-type) {
padding-top: 50px;
}
.yn-chart .yn-chart__result>.gyosya-box:not(:first-of-type):before {
content: "";
display: block;
position: absolute;
top: 0;
left: -1em;
right: -1em;
height: 20px;
background-color: #e2ffe8;
}
.yn-chart .gyosya-box-head>figure {
width: 40%;
}
.yn-chart .gyosya-box-head>figure+div {
width: calc(60% - 30px);
} .keni-section .article-body .simulation.tabbox p {
margin-bottom: 0;
}
@media screen and (min-width: 601px) {
.simulation.tabbox .panel {
padding: 1em;
}
.simulation.tabbox .result_area_box_in {
border-radius: 20px;
}
.simulation.tabbox .result_area_box_in:before {
left: -15px;
clip-path: polygon(0 50%, 100% 0, 100% 100%);
width: 15px;
height: 30px;
background-color: #fafad2;
}
.simulation.tabbox .range_area,
.simulation.tabbox .sim_area_box_in {
text-align: center;
width: 70%;
}
.simulation.tabbox .num_txt,
.simulation.tabbox .result_area_box_in {
width: calc(30% - 1em);
}
.simulation.tabbox .anser_area .anser {
margin: 1em 0;
}
} .article_wrap .keni-section .simulation.tabbox ul.tab-group>li:before {
display: none;
}
.simulation.tabbox .tab-group {
display: flex;
justify-content: center;
margin: 0;
}
.simulation.tabbox .tab {
flex-grow: 1;
padding: 10px 0;
list-style: none;
border-top: solid 1px #CCC;
border-left: solid 1px #CCC;
text-align: center;
cursor: pointer;
border-radius: 10px 10px 0 0;
font-weight: bold;
margin-bottom: 0;
line-height: 1.2em;
}
.simulation.tabbox .tab:last-child {
border-right: solid 1px #CCC;
}
.simulation.tabbox .panel {
display: none;
border: 1px solid #ccc;
}
.simulation.tabbox .tab.is-active {
background: #0a1;
color: #FFF;
transition: all 0.2s ease-out;
}
.simulation.tabbox .panel.is-show {
display: block;
} .simulation.tabbox .sim_area_box>div {
padding: 1.3em;
}
.simulation.tabbox .min_title {
display: flex;
justify-content: center;
position: relative;
width: 100%;
margin-bottom: 20px;
padding: .2em 0;
border-radius: 5px;
background-color: #0a1;
color: #fff;
}
.simulation.tabbox .num_txt input {
font-size: 1.4rem;
line-height: 1.375;
text-align: center;
margin-right: 5px;
width: 70px;
}
.simulation.tabbox .min_title::before {
position: absolute;
bottom: -7px;
width: 16px;
height: 8px;
background-color: #0a1;
clip-path: polygon(0 0, 100% 0, 50% 100%);
content: '';
left: 50%;
margin-left: -8px;
}
.simulation.tabbox .sim_area_input {
position: relative;
}
.simulation.tabbox .sim_area_input:not(:last-child) {
padding-bottom: 1.2em;
}
.simulation.tabbox input[type="range"] {
display: block;
-webkit-appearance: none;
background-color: #c6dac6;
width: 100%;
height: 5px;
border-radius: 5px;
margin: 0 auto 10px;
outline: 0;
}
.simulation.tabbox input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
background-color: #0a1;
width: 30px;
height: 30px;
border-radius: 50%;
border: 2px solid white;
cursor: pointer;
transition: .3s ease-in-out;
}
.simulation.tabbox ​input[type="range"]::-webkit-slider-thumb:hover {
background-color: white;
border: 2px solid #0a1;
}
.simulation.tabbox input[type="range"]::-webkit-slider-thumb:active {
transform: scale(1.6);
}
.simulation.tabbox .range_area {
position: relative;
}
.simulation.tabbox .sim_area_box_in {
background-color: #f5fdf7;
}
.simulation.tabbox .result_area_box_in {
background-color: #fafad2;
position: relative;
text-align: center;
display: flex;
justify-content: center;
font-weight: bold;
flex-flow: column;
}
.simulation.tabbox .result_area_box_in:before {
position: absolute;
content: '';
}
.simulation.tabbox .anser_area .anser {
display: block;
font-size: 1.8em;
color: #c82121;
border-bottom: 1px dashed;
}
.simulation.tabbox #simulation03 .anser_area .anser {
font-size: 1.3em;
}
.simulation.tabbox .rangeslider,
.simulation.tabbox .sim_area_box,
.simulation.tabbox .range_memori_area,
.simulation.tabbox .radio {
display: flex;
}
.simulation.tabbox .rangeslider,
.simulation.tabbox .sim_area_box {
column-gap: 1em;
}
.simulation.tabbox .range_memori_area {
justify-content: space-between;
align-items: center;
column-gap: 0.5em;
}
.simulation.tabbox .range_memori_area p {
color: #999;
font-size: 12px;
}
.simulation.tabbox .range_memori_area p:first-of-type {
text-align: right;
}
.simulation.tabbox .range_memori_area p:last-of-type {
text-align: right;
}
.simulation.tabbox .radio label {
position: relative;
height: 40px;
width: calc(100% / 4);
cursor: pointer;
line-height: 1.1em;
text-align: center;
}
.simulation.tabbox .radio label input {
display: none;
}
.simulation.tabbox .radio label span {
display: flex;
background-color: rgb(253, 253, 253);
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 0;
align-items: center;
justify-content: center;
transition: all 0.2s ease-in;
font-weight: bold;
color: #999;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.simulation.tabbox .radio label input:checked+span {
background-color: #082;
color: #fff;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
}
.simulation.tabbox .radio label:first-of-type span {
border-radius: 30px 0 0 30px;
}
.simulation.tabbox .radio label:last-of-type span {
border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 600px) {
.simulation.tabbox .rangeslider,
.simulation.tabbox .sim_area_box {
flex-flow: column;
}
.keni-section .article-body .simulation.tabbox .num_txt {
margin-bottom: 1em;
}
.simulation.tabbox .result_area_box_in {
position: relative;
margin: 30px 1em 1em;
padding: 0 !important;
}
.simulation.tabbox .result_area_box_in .result_title {
padding: 0.5em;
background-color: #efefa3;
}
.simulation.tabbox .result_area_box_in:before {
width: 30px;
height: 15px;
background-color: #efefa3;
top: -15px;
clip-path: polygon(50% 0, 0 100%, 100% 100%);
left: 50%;
margin-left: -15px;
}
.simulation.tabbox .anser_area {
padding: 1em;
display: flex;
justify-content: center;
align-items: center;
column-gap: 0.2em;
}
}
@media screen and (max-width: 480px) {
.simulation.tabbox .tab {
font-size: 0.9em;
}
.simulation.tabbox .sim_area_box>div {
padding: 1em;
}
.simulation.tabbox .anser_area .anser {
font-size: 1.4em;
}
} .gyosyasindan .question_area {
background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(246, 247, 245, 0.7) 6px, rgba(246, 247, 245, 0.7) 12px);
padding: 1em;
}
.gyosyasindan .title_area {
text-align: center;
}
.gyosyasindan .catch p {
position: relative;
padding: 0.2em 1em;
font-size: 1.5em;
font-weight: bold;
text-align: center;
display: inline-block;
margin-bottom: 15px;
letter-spacing: 0.2em;
}
.gyosyasindan .catch p::before,
.gyosyasindan .catch p:after {
position: absolute;
top: 0;
content: '';
bottom: 0;
}
.gyosyasindan .catch p:before {
border-left: solid 3px;
left: 0;
transform: rotate(-30deg);
}
.gyosyasindan .catch p:after {
border-right: solid 3px;
right: 0;
transform: rotate(30deg);
}
.gyosyasindan .arrow_box {
position: relative;
background: #5eb536;
color: #fff;
display: inline-block;
margin: auto;
padding: 0.5em 0.8em;
border-radius: 20px;
font-size: 2em;
font-weight: bold;
min-width: 80%;
margin-bottom: calc(10px + 1em);
}
.gyosyasindan .c_yel {
color: #f6ed6d;
}
.gyosyasindan .arrow_box:after {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(94, 181, 54, 0);
border-top-color: #5eb536;
border-width: 10px;
margin-left: -10px;
}
.gyosyasindan .selectbox {
display: flex;
align-items: center;
position: relative;
margin: auto;
}
.gyosyasindan .selectbox::after {
position: absolute;
right: 15px;
width: 10px;
height: 7px;
background-color: #458035;
clip-path: polygon(0 0, 100% 0, 50% 100%);
content: '';
pointer-events: none;
}
.gyosyasindan .selectbox select {
appearance: none;
width: 100%;
height: 2.8em;
padding: .4em calc(.8em + 30px) .4em .8em;
border: 2px solid #458035;
border-radius: 3px;
background-color: #fff;
font-size: 1em;
cursor: pointer;
}
.gyosyasindan .selectbox.error select:empty,
.gyosyasindan .selectbox.error select {
border: 2px solid #be2424;
}
.gyosyasindan .selectbox select:active,
.gyosyasindan .selectbox select:focus {
-webkit-appearance: none;
outline: none;
border-color: #458035;
}
.gyosyasindan #resultArea .resulttxt,
.gyosyasindan .result_box {
display: none;
}
.gyosyasindan #resultArea .resulttxt {
margin-top: 2em;
text-align: center;
}
.gyosyasindan #resultArea .title {
font-weight: bold;
padding: 0.5em 1em;
border-bottom: 3px solid #5eb536;
box-shadow: 0px 2px 0 0 #5eb536;
position: relative;
font-size: 1.5em;
margin-bottom: 1.5em;
display: block;
background: #f1fceb;
}
.gyosyasindan #resultArea .title:before,
.gyosyasindan #resultArea .title:after {
content: '';
height: 0;
width: 0;
border: solid transparent;
position: absolute;
left: calc(50% + 5px);
}
.gyosyasindan #resultArea .title:before {
border-color: transparent;
border-top-color: #5eb536;
border-right-color: #5eb536;
border-width: 10px;
top: 100%;
left: 50%;
}
.gyosyasindan #resultArea .title:after {
border-color: transparent;
border-top-color: #fff;
border-right-color: #fff;
border-width: 6.5px;
top: 99%;
}
.gyosyasindan #resultArea .none {
background: #ebebeb;
font-size: 1.2em;
padding: 1em;
}
.select_area dl dt {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 5px;
}
.select_area dl dt:not(:first-of-type) {
margin-top: 20px;
}
.select_area dl dd {
padding: 0;
}
.gyosyasindan .controls {
display: flex;
justify-content: center;
align-items: center;
column-gap: 1em;
margin-top: 2em;
}
.gyosyasindan .controls button {
cursor: pointer;
display: inline-block;
line-height: 1;
padding: .5em 1.1em;
border-radius: 10em;
text-decoration: none;
}
.gyosyasindan .controls .start {
padding: .5em 1.6em;
color: #fff;
border: 1px solid #af6625;
font-size: 1.5em;
font-weight: bold;
background: #f29847;
background: -webkit-gradient(linear, left top, left bottom, from(#f29847), to(#d45e12));
background: -webkit-linear-gradient(top, #f29847 0%, #d45e12 100%);
background: linear-gradient(to bottom, #f29847 0%, #d45e12 100%);
position: relative;
box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee;
}
.gyosyasindan .controls .start:after {
content: "";
margin: auto;
position: absolute;
top: 0;
bottom: 0;
right: 0.5em;
width: 13px;
height: 13px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(45deg);
}
.gyosyasindan .controls .start:hover {
background: -webkit-gradient(linear, left bottom, left top, from(#f29847), to(#d45e12));
background: -webkit-linear-gradient(bottom, #f29847 0%, #d45e12 100%);
background: linear-gradient(to top, #f29847 0%, #d45e12 100%);
}
.gyosyasindan .controls .off {
background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
border-radius: 100vh;
color: #333;
border: 1px solid #999;
text-shadow: 0 1px #fff;
box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1;
transition: 0.5s;
}
.gyosyasindan .controls .off:hover {
background-image: linear-gradient(to bottom, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
}
.gyosyasindan .gyosya-box:after {
display: none;
}
.gyosyasindan #cyui{
text-align: center;
color: #be2424;
font-weight: bold;
font-size: 1.4em;
}
@media only screen and (min-width: 600px) {
.gyosyasindan .question_area {
padding: 2em;
}
.gyosyasindan .arrow_box {
padding: 0.8em 1em;
}
.gyosyasindan .controls .start {
padding: .5em 3.8em;
}
}
@media only screen and (max-width: 420px) {
.gyosyasindan .controls {
column-gap: 0.2em;
}
}
footer .foot_datas {
background: #666666;
color: #ffffff;
padding: 10px 0 0;
font-size: 12px;
line-height: 1.6;
overflow: hidden;
}
footer .foot_datas .logo {
float: left;
width: 194px;
}
footer .foot_datas .address {
float: left;
padding: 0 0 0 30px;
}
footer .foot_datas .tel_set {
float: right;
background: #fff;
}
footer .foot_datas .tel_set {
float: right;
position: relative;
}
footer .foot_datas .tel_set .tel {}
footer .foot_datas .tel_set .mail {
position: absolute;
right: 9px;
width: 133px;
height: 53px;
top: 8px;
text-indent: -9999px;
}
footer .foot_datas .number {
width: 100%;
text-align: center;
float: left;
padding: 45px 0 25px;
}
footer .foot_datas .number {
width: 100%;
text-align: center;
float: left;
padding: 45px 0 25px;
}
footer .foot_datas #copy {
width: 100%;
float: left;
padding-bottom: 10px;
text-align: center;
}
footer .foot_datas .address p {
margin: 0;
}
.keni-section_wrap.widget.widget_block {
margin: 0;
padding: 0;
background: transparent !important;
border: 0;
}
.keni-footer_wrap {
background: #666666 !important;
}
.keni-copyright_wrap {
border-top: 0 !important;
color: #fff;
}
.keni-footer_wrap .footer-menu a,
.keni-copyright_wrap,
.keni-copyright_wrap a {
color: #fff !important;
}
.keni-footer_wrap .footer-menu {
margin: 0 !important;
}
@media (max-width: 767px) {
.keni-footer_outer .footer-menu li {
height: 35px;
}
.keni-footer_outer .footer-menu li a {
line-height: 1.2em;
font-size: 14px !important;
}
footer .foot_datas {
margin-top: 20px;
}
footer .foot_datas .logo img {
margin: auto;
}
footer .foot_datas .logo,
footer .foot_datas .address {
float: none;
width: auto;
text-align: center !important;
}
footer .foot_datas .address p:first-child {
margin: 15px 0;
}
footer .foot_datas .tel_set {
display: none;
}
footer .foot_datas .number {
margin: 10px !important;
padding: 0;
width: auto;
text-align: left;
}
} .keni-breadcrumb-list_wrap {
background: #F0F3F8 !important;
border-bottom: 1px solid #a6d0c0 !important;
}
.keni-header_outer {
max-width: 1100px !important;
}
.keni-breadcrumb-list_outer {
max-width: 1080px !important;
}
.keni-header_col2 .site-title {
max-width: 480px !important;
}
.keni-breadcrumb-list_inner li:first-child:before {
display: none !important;
}
.keni-breadcrumb-list_inner li a:hover,
.keni-breadcrumb-list_inner li {
color: #048B3F;
font-weight: bold;
}
.keni-breadcrumb-list_inner li:after,
.keni-breadcrumb-list_inner li a {
color: #000;
}
.keni-header_cont {
display: none !important;
}
@media (min-width: 768px) {
ol.keni-breadcrumb-list_inner li a,
ol.keni-breadcrumb-list_inner li {
font-size: 16px !important;
}
.keni-breadcrumb-list_wrap {
padding: 15px !important;
}
} .loan-conditions-box {
margin: 20px 0;
font-size: 11px;
line-height: 1.4em;
}
.loan-conditions-box label {
position: relative;
display: block;
font-weight: bold;
font-size: 120%;
line-height: 1.4em;
cursor: pointer;
}
.loan-conditions-box label:before {
content: "▼貸付条件";
}
.loan-conditions-box label:has(input:checked):before {
content: "▲貸付条件";
}
.loan-conditions-box label input {
display: none;
}
.loan-conditions-box > div {
max-height: 0;
margin: 0;
padding: 0 10px;
overflow: hidden;
opacity: 0;
border: 0;
transition: all 0.3s linear;
}
.loan-conditions-box:has(input:checked) > div {
max-height: 1400px;
padding: 10px;
opacity: 1;
transition: all 0.3s linear;
border: 1px solid #ccc;
}
.loan-conditions-box > div > div:before {
background: #999;
display: block;
width: fit-content;
padding: 5px 10px;
color: #fff;
}
.loan-conditions-box > div > div:after {
display: block;
margin: 10px 0;
white-space: pre-wrap;
}
.loan-conditions-box > div > div.aiful:before {
content: "▼アイフル 貸付条件";
}
.loan-conditions-box > div > div.aiful:after {
content: "商号：アイフル株式会社\A登録番号：近畿財務局長(14)第00218号\A貸付利率：3.0%～18.0%（実質年率）\A遅延損害金：20.0％（実質年率）\A契約限度額または貸付金額：800万円以内(要審査)\A返済方式：借入後残高スライド元利定額リボルビング返済方式\A返済期間・回数：借入直後最長14年6ヶ月（1～151回）\A担保・連帯保証人：不要";
}
.loan-conditions-box > div > div.lake:before {
content: "▼レイク 貸付条件";
}
.loan-conditions-box > div > div.lake:after {
content: "【貸付条件】\A貸金業者の商号：新生フィナンシャル株式会社\A関東財務局番号・登録番号：関東財務局長(11) 第01024号\A協会員番号：日本貸金業協会会員第000003号 \A貸付利率：年率4.5％～18.0％\A※貸付利率はご契約額およびご利用残高に応じて異なります。\A返済方式：残高スライドリボルビング方式・元利定額リボルビング方式\A返済期間・返済回数：最長5年・最大60回\A※融資枠の範囲内での追加借入や繰上返済により、返済期間・回数は変動します。\A遅延損害金（年率）：20.0％\A担保の有無：不要\A【無利息】\A・初回契約日の翌日から無利息\A・お借入れ額5万円まで180日間無利息\A・無利息期間経過後は通常金利適用\A・30日間無利息、60日間無利息（Webでのお申込み限定）、180日間無利息の併用はできません\A・60日間無利息（Webでのお申込み限定）・180日間無利息はご契約額が1~200万円の方が対象です\A・ご契約額が200万以上の方は30日間無利息のみ利用可能です";
content: "【無利息】\A・初回契約日の翌日から無利息\A・お借入れ額5万円まで180日間無利息\A・無利息期間経過後は通常金利適用\A・30日間無利息、60日間無利息（Webでのお申込み限定）、180日間無利息の併用はできません\A・60日間無利息（Webでのお申込み限定）\A・180日間無利息はご契約額が1～200万円の方が対象です\A・ご契約額が200万以上の方は30日間無利息のみ利用可能です";
content: "【無利息】\A・365日間無利息\A※初めてのご契約\A※Webでお申込み・ご契約、ご契約額が50万円以上でご契約後59日以内に収入証明書類の提出とレイクでの登録が完了の方\A\A・60日間無利息\A※初めてのご契約\A※Webお申込み、ご契約額が50万円未満の方\A\A・無利息期間経過後は通常金利適用\A・初回契約翌日から無利息適用\A・他の無利息商品との併用不可";
}
.loan-conditions-box > div > div.lake-plus:before {
background: transparent;
display: block;
padding: 0;
margin: 0;
color: inherit;
content: "【貸付条件】";
}
.loan-conditions-box > div > div.lake-plus {
margin-top: 10px;
}
.loan-conditions-box > div > div.lake-plus:after {
display: none;
}
.loan-conditions-box > div > div.lake-plus > a:before {
content: "・貸付条件はこちら";
} .amaisindan #resultArea {
display: none;
}
.amaisindan .question_area {
background-color: #f2fff2;
padding: 0 0 1em 0;
overflow: hidden;
position: relative;
border-radius: 1em;
}
.amaisindan .title_area {
text-align: center;
background: #00aa11;
color: #fff;
padding: 0.2em 0.8em;
font-size: 2em;
font-weight: bold;
}
.amaisindan .question_area_in {
padding: 1em;
counter-reset: number 0;
}
.amaisindan .question_area_in .point_area .point_title {
margin-bottom: 0.8em;
text-align: center;
color: #00aa11;
font-size: 1.2em;
font-weight: bold;
}
.amaisindan .selectbox {
display: flex;
align-items: center;
position: relative;
margin: auto;
background-color: #FFF;
border: 1px solid #ccc;
flex-wrap: wrap;
padding: 0em 0 3em;
border-radius: 10px;
margin-bottom: 1em;
counter-increment: number 1;
}
.amaisindan .question_area_in .selectbox .select_title {
display: flex;
align-items: center;
line-height: 1.2;
width: 100%;
padding: 0.5em;
border-bottom: #d5eed5 1px solid;
font-weight: bold;
}
.amaisindan .question_area_in .selectbox .select_title::before {
content: "Q" counter(number);
background: #00aa11;
color: #fff;
border-radius: 50%;
padding: 0.4em;
margin-right: 3px;
font-size: 12px;
}
.amaisindan .selectbox select {
appearance: none;
width: 100%;
height: 100%;
padding: 3em calc(.8em + 30px) .4em .8em;
border: none;
background-color: transparent;
font-size: 1em;
cursor: pointer;
bottom: 0;
position: absolute;
top: 0;
transition: 0.3s ease-in-out;
}
.amaisindan .selectbox:after {
position: absolute;
right: 15px;
width: 10px;
height: 7px;
background-color: #00aa11;
clip-path: polygon(0 0, 100% 0, 50% 100%);
content: '';
pointer-events: none;
bottom: calc(1.2em + 1px);
}
.amaisindan .selectbox select:active,
.amaisindan .selectbox select:focus {
-webkit-appearance: none;
outline: none;
border-color: #00aa11;
}
.amaisindan .point_area [type=radio]:not(:checked),
.amaisindan .point_area [type=radio]:checked {
position: absolute;
opacity: 0;
pointer-events: none;
}
.amaisindan .point_area .radio_area {
display: flex;
flex-flow: wrap;
justify-content: space-between;
text-align: center;
row-gap: 0.5em;
padding-left: 0;
}
.amaisindan .point_area .radio_area .radio {
width: calc(98% / 2);
}
.amaisindan .point_area .btn_radio {
display: block;
padding: 0.64em 1em 0.5em;
border-radius: 8px;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
font-weight: bold;
transition: all 0.2s ease-out;
cursor: pointer;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
transition: 0.3s ease-in-out;
line-height: 1;
}
.amaisindan .point_area .btn_radio:hover {
background: #00aa11;
color: #fff;
}
.amaisindan .point_area .btn_radio:active,
.amaisindan .point_area input[type=radio]:checked+.btn_radio {
color: #fff;
background-color: #00aa11;
box-shadow: none;
}
.amaisindan .button_area {
margin-top: 1em;
}
.amaisindan button {
background: #00aa11;
border-radius: 0.5em;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
max-width: 280px;
padding: 10px 25px;
color: #fff;
transition: 0.3s ease-in-out;
font-weight: bold;
border: none;
width: 100%;
cursor: pointer;
}
.amaisindan button:hover {
background: #00aa11;
}
.amaisindan button:after {
content: '';
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg) translateY(-50%);
position: absolute;
top: 50%;
right: 20px;
border-radius: 1px;
transition: 0.3s ease-in-out;
}
.amaisindan button:hover:after {
border-color: #FFF;
}
.amaisindan .point_area.error,
.amaisindan .point_area.error .btn_radio {
color: #be2424;
}
.amaisindan .resulttxt {
text-align: center;
font-weight: bold;
font-size: 1.2em;
margin-top: 1em;
}
.amaisindan .gyosya-box {
background-color: #fff;
}
.amaisindan #resultArea .result_box.delete {
display: none !important;
}
@media only screen and (min-width: 600px) {
.amaisindan #resultArea,
.amaisindan .question_area_in {
padding: 2em;
}
.amaisindan .catch {
margin-bottom: 1em;
}
.amaisindan .catch p {
letter-spacing: 0.2em;
}
.amaisindan .question_area_in dl:not(.point_area)>* {
width: calc(98% / 2);
}
.amaisindan .selectbox {
padding: 0em;
}
.amaisindan .question_area_in .selectbox .select_title {
width: 45%;
border-bottom: none;
}
.amaisindan .selectbox select {
width: 100%;
right: 0;
padding: .4em calc(.8em + 30px) .4em 47%;
}
.amaisindan .selectbox:after {
bottom: calc(50% - 3px);
}
.amaisindan .point_area dd .radio {
width: calc(96% / 2);
}
.amaisindan .title_area {
padding: 0.5em 0.8em;
}
}
@media only screen and (max-width: 420px) {
.amaisindan #resultArea,
.amaisindan .question_area_in {
padding: 1em 0.5em;
}
.amaisindan .title_area {
font-size: 1.1em;
}
.amaisindan .gyosya-box {
padding: 10px;
font-size: 0.8em;
}
.amaisindan .gyosya-box:after {
display: none;
}
}   .btm_navi h2.title_type03 {
font-size:17px;
line-height: 1.0em;
margin:0 0 20px;
padding:4px 0 3px 14px;
position:relative !important;
background: transparent;
color: #000;
}
.btm_navi h2.title_type03::before {
content:"";
position:absolute;
top:0;
left:0;
width:5px;
height:23px;
background:#006633;
border-radius:5px;
}
@media (max-width: 679px) {
.btm_navi {
padding:40px 15px;
background:#f2f2f2;
border-top:1px solid #d6d6d6;
}
.btm_navi .bn_area01 {
position:relative;
margin:0  0 30px;
}
.btm_navi .bn_area01 p{
margin:0 auto 15px;
text-align:center;
}
.btm_navi .bn_area02 {
margin:0  0 30px;
}
.btm_navi .bn_area02 p{
text-align:center;
}
.btm_navi .bn_area03 {
margin:0  0 30px;
}
.btm_navi .bn_area03 p{
text-align:center;
}
}
@media (min-width: 680px) {
.btm_navi {
padding: 40px 0;
background: #e8e8e8 !important;
border-top:1px solid #d6d6d6;
overflow: hidden;
}
.btm_navi .container {
max-width: 1160px;
margin:0 auto;
position: relative;
line-height: 1.1em;
}
.btm_navi .container p {
margin: 0;
}
.btm_navi h2.title_type03 {
font-size:17px;
line-height: 1.0em;
margin:0 0 20px;
padding:4px 0 3px 14px;
position:relative !important;
background: transparent;
color: #000;
}
.btm_navi h2.title_type03::before {
content:"";
position:absolute;
top:0;
left:0;
width:5px;
height:23px;
background:#006633;
border-radius:5px;
}
.btm_navi a img {
border:1px solid #ccc;
vertical-align: top;
}
.btm_navi .bn_area01 {
width:550px;
float:left;
position:relative;
margin-right:37px;
}
.btm_navi .bn_area01:after {
position:absolute;
top:0;
right:-15px;
content:"";
width:1px;
height:100%;
background:#e6e6e6;
border:1px solid #d6d6d6;
}
.btm_navi .bn_area01 p:nth-of-type(1){
position:absolute;
top:0;
right:10px;
}
.btm_navi .bn_area01 p:nth-of-type(2){
position:absolute;
top:96px;
right:10px;
}
.btm_navi .bn_area01 p{
}
.btm_navi .bn_area02 {
width:280px;
float:left;
position:relative;
}
.btm_navi .bn_area02:after {
position:absolute;
top:0;
right:23px;
content:"";
width:1px;
height:100%;
background:#e6e6e6;
border:1px solid #d6d6d6;
}
.btm_navi .bn_area03 {
width:233px;
float:left;
}
} .sevensindan .question_area {
background-color: #f4fbf4;
padding: 0 0 1em 0;
overflow: hidden;
position: relative;
border-radius: 1em;
}
.sevensindan .title_area {
text-align: center;
background: #00aa11;
color: #fff;
padding: 0.2em 0.8em;
font-size: 1.8em;
font-weight: bold;
position: relative;
}
.sevensindan .title_area::before{
position: absolute;
content: url(https://011330.jp/column/wp-content/uploads/2024/05/money.png);
top: 0;
left: 0;
left: 20px;
transform: translateY(50%);
}
.sevensindan .title_area::after{
position: absolute;
content: url(https://011330.jp/column/wp-content/uploads/2024/05/card.png);
top: 0;
right: 0;
right: 20px;
transform: translateY(50%);
}
.sevensindan .question_area_in {
padding: 1em;
counter-reset: number 0;
}
.sevensindan .question_area_in dl.point_area dt {
margin-bottom: 0.8em;
text-align: center;
color: #00aa11;
font-size: 1.2em;
font-weight: bold;
}
.sevensindan .selectbox {
display: flex;
align-items: center;
position: relative;
margin: auto;
background-color: #FFF;
border: 1px solid #ccc;
flex-wrap: wrap;
padding: 0em 0 3em;
border-radius: 10px;
margin-bottom: 1em;
counter-increment: number 1;
}
.sevensindan .question_area_in .selectbox .select_title {
display: flex;
align-items: center;
line-height: 1.2;
width: 100%;
padding: 0.5em;
border-bottom: #d5eed5 1px solid;
font-weight: bold;
}
.sevensindan .question_area_in .selectbox .select_title::before {
content: "Q" counter(number);
background: #eb7000;
color: #fff;
border-radius: 50%;
padding: 0.4em;
margin-right:6px;
font-size: 12px;
}
.sevensindan .selectbox select {
appearance: none;
width: 100%;
height: 100%;
padding: 3em calc(.8em + 30px) .4em .8em;
border: none;
background-color: transparent;
font-size: 1em;
cursor: pointer;
bottom: 0;
position: absolute;
top: 0;
transition: 0.3s ease-in-out;
}
.sevensindan .selectbox:after {
position: absolute;
right: 15px;
width: 10px;
height: 7px;
background-color: #eb7000;
clip-path: polygon(0 0, 100% 0, 50% 100%);
content: '';
pointer-events: none;
bottom: calc(1.2em + 1px);
}
.sevensindan .selectbox select:active,
.sevensindan .selectbox select:focus {
-webkit-appearance: none;
outline: none;
border-color: #00aa11;
}
.sevensindan .point_area [type=radio]:not(:checked),
.sevensindan .point_area [type=radio]:checked {
position: absolute;
opacity: 0;
pointer-events: none;
}
.sevensindan .point_area dd {
display: flex;
flex-flow: wrap;
justify-content: space-between;
text-align: center;
row-gap: 0.5em;
padding-left: 0;
}
.sevensindan .point_area dd .radio {
width: calc(98% / 2);
}
.sevensindan .point_area .btn_radio {
display: block;
padding: 0.64em 1em 0.5em;
border-radius: 8px;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
font-weight: bold;
line-height: 1.43;
transition: all 0.2s ease-out;
cursor: pointer;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
transition: 0.3s ease-in-out;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.sevensindan .point_area .btn_radio:hover {
background: #00aa11;
color: #fff;
}
.sevensindan .point_area .btn_radio:active,
.sevensindan .point_area input[type=radio]:checked+.btn_radio {
color: #fff;
background-color: #00aa11;
box-shadow: none;
}
.sevensindan .button_area {
margin-top: 1em;
}
.sevensindan button {
background: #eb7000;
border-radius: 0.5em;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
max-width: 280px;
padding: 10px 25px;
color: #fff;
transition: 0.3s ease-in-out;
font-weight: bold;
border: none;
width: 100%;
}
.sevensindan button:hover {
background: #eb7000;
}
.sevensindan button:after {
content: '';
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg) translateY(-50%);
position: absolute;
top: 50%;
right: 20px;
border-radius: 1px;
transition: 0.3s ease-in-out;
}
.sevensindan button:hover:after {
border-color: #FFF;
}
.sevensindan .point_area.error,
.sevensindan .point_area.error .btn_radio {
color: #be2424;
}
.sevensindan #resultArea{
margin: 0 1.2rem;
}
.sevensindan .resulttxt{
text-align: center;
font-size: 1.8rem;
color: #008837;
font-weight: bold;
padding: 0.6rem 0;
}
.sevensindan .gyosya-box:after{
display:none;
}
@media only screen and (min-width: 600px) {
.sevensindan .question_area_in {
padding: 2em;
}
.sevensindan .catch {
margin-bottom: 1em;
}
.sevensindan .catch p {
letter-spacing: 0.2em;
}
.sevensindan .question_area_in dl:not(.point_area)>* {
width: calc(98% / 2);
}
.sevensindan .selectbox {
padding: 0em;
}
.sevensindan .question_area_in .selectbox .select_title {
width: 45%;
border-bottom: none;
}
.sevensindan .selectbox select {
width: 100%;
right: 0;
padding: .4em calc(.8em + 30px) .4em 47%;
}
.sevensindan .selectbox:after {
bottom: calc(50% - 3px);
}
.sevensindan .point_area dd .radio {
width: calc(96% / 2);
}
.sevensindan .title_area {
padding: 0.5em 0.8em;
}
.sevensindan .sp{
display: none;
}
}
@media screen and (max-width:560px){
.sevensindan .question_area_in {
padding: 1em 0.5em;
}
.sevensindan .title_area {
font-size: 1.4rem;
line-height: 1.42222222;
padding: 0.8em;
}
.sevensindan .sp{
display: block;
}
} .omatome-box {
max-width: 820px;
margin: 20px auto 20px;
font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,sans-serif;
font-size: 13px;
}
.omatome-box .tr {
text-align: right;
margin-top: 10px;
font-size: 90%;
line-height: 1.3em;
}
.omatome-box li:before {
display: none;
}
.omatome-tab {
margin: 0;
overflow-x: auto;
}
.omatome-tab ul {
margin: 0;
padding: 0;
display: table;
border-spacing: 0;
}
.omatome-tab ul li {
display: table-cell;
position: relative;
width: 68px;
padding: 6px 30px 4px 10px;
background: #ddd;
color: #777;
font-weight: bold;
line-height: 1.2em;
vertical-align: middle;
cursor: pointer;
border-left: 3px solid #fff;
border-bottom: 2px solid #fff;
border-radius: 8px 5px 0 0 !important;
white-space: nowrap;
}
.omatome-tab ul li:first-child {
border-left: 0;
border-radius: 5px 5px 0 0 !important;
}
.omatome-tab ul li.on {
background: #0a1;
color: #fff;
border-bottom: 0;
}
.omatome-tab ul li > span {
position: absolute;
right: 5px;
top: 55%;
transform: translateY(-50%);
font-size: 140%;
line-height: 1.1em;
color: #ccc;
text-shadow: #000 -1px -1px 1px;
}
.omatome-tab ul li.on > span {
display: none;
}
.omatome-tab ul li.plus {
font-size: 150%;
width: auto;
padding: 5px 10px;
}
.omatome-box form {
box-sizing: border-box;
width: 100% !important;
border: 4px solid #0a1;
margin: 0;
padding: 5px;
}
.omatome-box form[style] dl,
.omatome-box form dl {
margin: 10px 0 0;
padding: 0;
width: 100% !important;
min-width: 100%;
}
.omatome-box form dl:first-of-type {
margin-top: 0;
}
.omatome-box form dl dt {
background: #0a1;
padding: 5px 10px;
color: #fff;
line-height: 1.2em;
}
.omatome-box form dl dd {
margin: 0;
padding: 5px 0;
position: relative;
}
.omatome-box form dl dd select,
.omatome-box form dl dd input[type="number"],
.omatome-select dl dd.start-form select,
.omatome-select dl dd.start-form input[type="number"] {
font-size: 20px;
line-height: 1.6em;
width: 80px;
box-sizing: border-box;
text-align: center;
border: 1px solid #777;
box-shadow: rgba(0,0,0,0.5) 1px 1px 2px inset;
border-radius: 4px;
margin-right: 4px;
background: #ffb;
position: relative;
}
.omatome-box .omatome-tab ul li.error:after,
.omatome-box form dl dd:has(input[type="number"].error):after,
.omatome-box .omatome-select dl dd.start-form:has(input[type="number"].error):after  {
content: "!";
position: absolute;
display: block;
left: 1px;
top: 1px;
background: #f00;
border-radius: 50%;
width: 17px;
height: 17px;
color: #fff;
font-weight: bold;
font-size: 16px;
line-height: 18px;
text-align: center;
}
.omatome-tab ul li.error:after {
left: auto;
top: 0;
right: 0;
}
.omatome-box form dl dd select,
.omatome-select dl dd.start-form select {
height: 36px;
}
.omatome-box form dl dd input[type="range"]{
width: calc( 100% - 126px );
}
.omatome-box form dl dd input[type="range"]::-webkit-slider-runnable-track {
background: #eee;
height: 16px;
border-radius: 16px;
box-shadow: rgba(0,0,0,0.5) 2px 2px 5px inset;
}
.omatome-box form dl dd input[type="range"]::-webkit-slider-thumb {
border: 0;
background-color: #fff;
border-radius: 50%;
box-shadow: rgba(0,0,0,0.7) -2px -2px 5px inset;
cursor: pointer;
}
.omatome-box form dl dd label {
display: inline-block;
background: #ccc;
border-radius: 20px;
padding: 5px 10px;
color: #777;
cursor: pointer;
transition: all 0.5s linear;
}
.omatome-box form dl dd label input[type="radio"] {
display: none;
}
.omatome-box form dl dd label:has(input[type="radio"]:checked) {
background: #0a1;
color: #fff;
transition: all 0.2s linear;
box-shadow: rgba(0,0,0,0.5) -2px -2px 7px inset;
}
.hide-form {
display: none;
margin: 10px 0 0;
border-top: 1px solid #ccc;
}
.hide-form > div {
margin: 10px 0 0;
}
.omatome-box form dl .popup {
position: relative;
display: inline-block !important;
}
.omatome-box form dl .popup i {
display: inline-block !important;
cursor: pointer;
color: #04a;
text-decoration: underline;
font-weight: bold;
font-style: normal;
}
.omatome-box form dl .popup > div {
position: absolute;
display: none;
width: 160px;
left: 50%;
bottom: 105%;
bottom: calc(100% + 15px);
transform: translateX(-50%);
font-size: 12px;
background: #fff;
color: #000;
padding: 10px;
border-radius: 8px;
box-shadow: rgba(0,0,0,0.7) 0 0 20px;
text-align: center;
}
.omatome-box form dl .popup em {
display: inline-block;
background: #fff;
color: #04a;
border-radius: 50%;
width: 16px;
height: 16px;
font-size: 13px;
line-height: 16px;
text-align: center;
text-decoration: none;
font-style: normal;
vertical-align: top;
margin-left: 2px;
cursor: pointer;
}
.omatome-box form dl .popup > div small {
display: block;
}
.omatome-box form dl .popup > div:after {
content: "";
display: block;
position: absolute;
border-style: solid;
border-width: 15px 8px 0;
border-color: #fff transparent transparent;
left: 50%;
top: 100%;
transform: translateX(-50%);
}
.omatome-box input[type="range"] {
position: relative;
top: -6px;
}
.omatome-box input[type="range"]:before,
.omatome-box input[type="range"]:after {
position: absolute;
left: 0;
bottom: -20px;
}
.omatome-box input[type="range"]:after {
left: auto;
right: 0;
}
.omatome-box input.loan_amount:before {
content: "1万円";
}
.omatome-box input.loan_amount:after {
content: "1,000万円";
}
.omatome-box input.monthly_payment:before {
content: "1万円";
}
.omatome-box input.monthly_payment:after {
content: "200万円";
}
.omatome-box input.repayment_period:before {
content: "1ヶ月";
}
.omatome-box input.repayment_period:after {
content: "300ヶ月";
}
.omatome-box input.bonus_payment:before {
content: "1万円";
}
.omatome-box input.bonus_payment:after {
content: "50万円";
}
.omatome-bottom {
background: #bec;
}
.omatome-select {
padding: 0;
padding: 10px 0 0;
}
.omatome-select dl {
margin: 0;
}
.omatome-select dl dt,
.omatome-select dl dd {
vertical-align: middle;
margin: 0;
padding: 0;
}
.omatome-select dl dd.start-form {
position: relative;
background: #fff;
padding: 10px;
border: solid #bec;
border-width: 0 6px 6px 6px;
}
.omatome-select dl dt {
background: transparent !important;
padding: 2px 10px;
font-weight: bold;
color: #0a1;
}
.omatome-select dl dd ul li span,
.omatome-select dl dt span {
display: inline-block;
}
.omatome-select dl dd ul {
display: table;
margin: 0;
padding: 0;
table-layout: fixed;
border-spacing: 6px;
}
.omatome-select dl dd ul li {
display: table-cell;
margin: 0;
padding: 2px 2px 5px 0;
width: 25%;
width: 33.3%; list-style: none;
text-align: center;
background: #fff;
cursor: pointer;
border-radius: 8px;
font-size: 12px;
line-height: 1.2em;
box-shadow: rgba(0,0,0,0.5) -1px -1px 2px inset;
color: #0a1;
vertical-align: middle;
}
.omatome-result figure img,
.omatome-select dl dd ul li img {
max-width: 100%;
display: block;
}
.omatome-result {
border: 6px solid #bec;
padding: 5px;
background: #fff;
font-size: 13px;
line-height: 1.2em;
overflow: hidden;
display: none;
}
.omatome-result-box {
display: none;
}
.omatome-result-title {
background: #0a1;
padding: 2px 5px 1px;
margin: 0 0 6px;
text-align: center;
color: #fff;
font-size: 17px;
line-height: 1.3em;
font-weight: bold;
}
.omatome-result figure {
float: right;
width: 40%;
max-width: 240px;
margin: 0 0 0 5px;
padding: 0;
font-size: 12px;
text-align: center;
}
.omatome-result figure img {
margin-bottom: 5px;
}
.omatome-result p {
margin: 15px 0 0;
vertical-align: middle;
}
.omatome-result p em {
font-style: normal;
}
.omatome-result p b {
display: inline-block;
font-size: 170%;
line-height: 1.2em;
vertical-align: middle;
} @media only screen and (min-width: 640px){
.omatome-box {
font-size: 16px;
}
.omatome-box form {
display: table;
padding: 0;
border-width: 6px 6px 6px 0;
}
.omatome-box form dl {
display: table-row;
}
.omatome-box form dl dt,
.omatome-box form dl dd {
display: table-cell;
}
.omatome-box form dl dt {
border-top: 1px solid #fff;
text-align: right;
vertical-align: middle;
width: 135px;
}
.omatome-box form dl dd {
border-top: 1px solid #ccc;
padding: 8px 10px;
}
.omatome-box form dl:first-of-type dd,
.omatome-box form dl:first-of-type dt {
border-top: 0;
}
.omatome-select dl dd ul li {
font-size: 13px;
}
}
@media only screen and (min-width: 768px){
.omatome-bottom {
display: flex;
}
.omatome-select {
width: 60%;
padding-top: 0;
}
.omatome-result {
width: 40%;
font-size: 14px;
line-height: 1.2em;
}
.omatome-select {
display: table;
}
.omatome-select dl {
display: table-row;
}
.omatome-select dl dt,
.omatome-select dl dd {
display: table-cell;
}
.omatome-select dl dt {
width: 120px;
padding: 6px;
text-align: right;
}
}  :root{--color_main:#048B3F;
--color_bg:#fdfdfd;
--color_border: hsla(0, 0%, 78%, .5);
--color_gray: hsla(0, 0%, 78%, .15);
--color_icon_check: #86d67c;
--box_padding:1.5em;
--color_icon_good: #3cd250;
--color_icon_good_bg: #ecffe9;
--color_icon_bad: #4b73eb;
--color_icon_bad_bg: #eafaff;
--color_icon_info: #f578b4;
--color_icon_info_bg: #fff0fa;
--color_icon_announce: #ffa537;
--color_icon_announce_bg: #fff5f0;
--color_icon_pen: #7a7a7a;
--color_icon_pen_bg: #f7f7f7;
--color_icon_book: #787364;
--color_icon_book_bg: #f8f6ef;
--color_icon_point: #ffa639;
--color_icon_check: #86d67c;
--color_icon_batsu: #f36060;
--color_icon_hatena: #5295cc;
--color_icon_caution: #f7da38;
--color_icon_memo: #84878a;
--swl-box_shadow: 0 2px 4px rgba(0, 0, 0, .05), 0 4px 4px -4px rgba(0, 0, 0, .1);
}
.is-style-bg_stripe {
background: linear-gradient(-45deg, transparent 25%, var(--color_gray) 25%, var(--color_gray) 50%, transparent 50%, transparent 75%, var(--color_gray) 75%, var(--color_gray));
background-clip: padding-box;
background-size: 6px 6px;
padding: var(--box_padding);
position: relative;
}
.is-style-bg_grid {
background-image: linear-gradient(transparent calc(100% - 1px), var(--color_gray) 50%, var(--color_gray)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color_gray) 50%, var(--color_gray));
background-repeat: repeat;
background-size: 16px 16px;
padding: var(--box_padding);
}
.is-style-crease {
background-color: #f7f7f7;
padding: calc(.5em + 20px);
position: relative;
}
.is-style-crease:before {
background-color: inherit;
border-color: var(--color_bg) var(--color_bg) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
border-style: solid;
border-width: 0 20px 20px 0;
box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
content: "";
position: absolute;
right: 0;
top: 0;
width: 0;
}
.is-style-stitch {
background: #f7f7f7;
color: #5f5a59;
display: block;
font-style: normal;
padding: var(--box_padding);
position: relative;
}
.is-style-note_box:before,
.is-style-stitch:before {
border: 1px dashed hsla(0, 0%, 78%, .6);
border-radius: inherit;
content: "";
display: block;
height: calc(100% - 12px);
left: 6px;
pointer-events: none;
position: absolute;
top: 6px;
width: calc(100% - 12px);
}
.is-style-balloon_box, .is-style-sticky_box {
line-height: 1.4;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.is-style-balloon_box {
background-color: var(--color_main);
border-radius: 2px;
color: #fff;
min-width: 2em;
padding: .5em 1.25em;
}
.is-style-balloon_box:before {
border: 12px solid transparent;
border-top: 12px solid var(--color_main);
bottom: -22px;
content: "";
height: 0;
left: 1.25em;
position: absolute;
visibility: visible;
width: 0;
}
.is-style-balloon_box2, .is-style-emboss_box, .is-style-sticky_box {
background-color: #fff;
color: #333;
}
.is-style-balloon_box2 {
border: 1px solid;
border-radius: 2px;
line-height: 1.4;
min-width: 2em;
padding: .5em 1.25em;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.is-style-balloon_box2:before {
background: inherit;
border-bottom: 1px solid;
border-right: 1px solid;
bottom: -7px;
content: "";
height: 12px;
left: 1.25em;
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
visibility: visible;
width: 12px;
}
div.has-border{
margin-bottom: 20px;
}
.has-border, div.has-background, p.has-background {
padding: var(--box_padding);
}
.has-border.-border01 {
border: solid 1px var(--color_main);
}
.has-border.-border02 {
border: double 4px var(--color_main);
}
.has-border.-border03{
border: dashed 2px var(--color_border);
}
.has-border.-border04{
border:solid 4px var(--color_gray)
}
[class*="is-style-big_icon_"] {
border-width: 2px;
border-style: solid;
}
[class*=is-style-big_icon_] {
border-color: var(--the-color, currentColor);
padding: 2em 1.5em 1.5em;
position: relative;
margin-top: calc(20px + 1em);
}
[class*=is-style-big_icon_]:before {
align-items: center;
background-color: var(--the-color, currentColor);
border: 2px solid;
border-color: var(--color_bg);
border-radius: 50%;
color: #fff;
content: "";
display: inline-flex;
font-family: "dashicons";
font-size: 1.25em;
height: 2em;
justify-content: center;
left: .5em;
line-height: 1;
padding: 0 0 0 .05em;
position: absolute;
top: -1px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 2em;
}
.is-style-icon_announce:before, .is-style-icon_bad:before, .is-style-icon_book:before, .is-style-icon_good:before, .is-style-icon_info:before, .is-style-icon_pen:before {
content: "";
display: inline-block;
font-family: "dashicons";
font-size: inherit;
left: 1.25em;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%) scale(1.5);
transform: translateY(-50%) scale(1.5);
}
.is-style-icon_announce:after, .is-style-icon_bad:after, .is-style-icon_book:after, .is-style-icon_good:after, .is-style-icon_info:after, .is-style-icon_pen:after {
border-right: 1px solid;
content: "";
display: block;
height: 50%;
left: 3.25em;
opacity: .4;
position: absolute;
top: 25%;
width: 0;
}
.is-style-icon_announce, .is-style-icon_bad, .is-style-icon_book, .is-style-icon_good, .is-style-icon_info, .is-style-icon_pen {
border-radius: 2px;
line-height: 1.6;
padding: 1em 1em 1em 4.25em;
position: relative;
}
[class*="is-style-icon_"] {
color: #333;
border-width: 0;
}
@media (min-width: 600px) {
[class*=is-style-big_icon_] {
padding: 2.5em 2em 2em;
}
[class*=is-style-big_icon_]:before {
left: .75em;
}
}
.is-style-big_icon_check,
.is-style-big_icon_good {
--the-color: var(--color_icon_check);
}
.is-style-icon_good {
background: var(--color_icon_good_bg);
border-color: var(--color_icon_good);
}
.is-style-big_icon_check:before, .is-style-big_icon_good:before {
content: "\f147";
}
.is-style-icon_good:before {
color: var(--color_icon_good);
content: "\f529";
}
.is-style-icon_good:after {
border-right-color: var(--color_icon_good);
}
.is-style-icon_bad {
background: var(--color_icon_bad_bg);
border-color: var(--color_icon_bad);
}
.is-style-icon_bad:before {
color: var(--color_icon_bad);
content: "\f542";
}
.is-style-icon_bad:after {
border-right-color: var(--color_icon_bad);
}
.is-style-icon_info {
background: var(--color_icon_info_bg);
border-color: var(--color_icon_info);
}
.is-style-icon_info:before {
color: var(--color_icon_info);
content: "\f348";
}
.is-style-icon_info:after {
border-right-color: var(--color_icon_info);
}
.is-style-icon_announce {
background: var(--color_icon_announce_bg);
border-color: var(--color_icon_announce);
}
.is-style-icon_announce:before {
color: var(--color_icon_announce);
content: "\f488";
}
.is-style-icon_announce:after {
border-right-color: var(--color_icon_announce);
}
.is-style-big_icon_caution {
--the-color: var(--color_icon_caution);
}
.is-style-big_icon_caution:before {
content: "\f534";
} .article_wrap .keni-section ul>li.tab-item:before {
display:none;
}
.c-tabList {
--the-tab-margin: 0;
--the-tab-flex: 0 1 auto;
--the-tab-flex_wrap: nowrap;
--the-tab-btn-padding: 1em .5em;
--the-tab-item-margin: 0;
display: flex;
flex-wrap: var(--the-tab-flex_wrap);
justify-content: center;
position: relative;
margin: var(--the-tab-margin) !important;
font-size: .9em;
}
[data-width-pc="flex-50"] > .c-tabList {
--the-tab-flex: 0 1 50%;
gap: .5em;
}
[data-width-pc=auto]>.c-tabList {
--the-tab-flex_wrap: wrap;
--the-tab-btn-padding: 1em;
}
.c-tabList .tab-item{
text-align: center;
flex: var(--the-tab-flex);
margin: var(--the-tab-item-margin);
cursor: pointer;
transition: .4s ease-in-out;
padding: var(--the-tab-btn-padding);
box-sizing: border-box;
height: 100%;
line-height: 1;
position: relative;
transition: background-color .25s, color .25s;
}
.style01>.c-tabList .tab-item{
opacity: .7;
transition: color .25s, opacity .25s;
border-bottom:1px solid var(--color_border);
}
.style01>.c-tabList .tab-item:hover,
.style01>.c-tabList .tab-item.is-active {
color: var(--color_main);
font-weight: 700;
opacity: 1;
border-bottom:2px solid var(--color_main);
}
.style02>.c-tabList .tab-item{
opacity: .7;
transition: color .25s, opacity .25s;
background-color:var(--color_bg);
position:relative;
}
.style02>.c-tabList .tab-item:hover,
.style02>.c-tabList .tab-item.is-active {
color: #fff;
font-weight: 700;
opacity: 1;
background-color:var(--color_main);
}
.style02>.c-tabList .tab-item.is-active:after{
position: absolute;
bottom: -8px;
left: 50%;
transform: translateX(-50%);
width: 18px;
height: 9px;
background-color: inherit;
content: '';
clip-path: polygon(0 0, 100% 0, 50% 100%);
} .style02 .panel-list {margin-top:1em;}
.panel-list {
background-color: #fff;
}
.panel-item {
display: none;
width: 100%;
padding: 40px 30px;
background-color: #fff;
}
.panel-item.is-active {
display: block;
animation: panel-show .9s ease-in-out forwards;
}
.panel-list .panel-item {
padding: 1em;
}
.panel-item ol,.panel-item ul{
margin: 0;
} @keyframes panel-show {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media (max-width: 600px) {
:root {
--box_padding:1em;
}
.c-tabList {
--the-tab-btn-padding: .8em .2em;
}
} .cap_box {
--capbox-color: var(--color_main);
--capbox-color--bg: unset;
--the-icon-size: 1.1em;
position: relative;
}
.cap_box_content {
background-color: var(--capbox-color--bg);
border: 1px solid var(--capbox-color);
clear: both;
margin-top: -2px;
padding: 1.25em;
position: relative;
z-index: 0
}
.is-style-onborder_ttl2>.cap_box_content,
.is-style-onborder_ttl>.cap_box_content {
padding-top: 1.5em
}
.is-style-onborder_ttl>.cap_box_ttl {
color: var(--capbox-color)
}
.is-style-onborder_ttl>.cap_box_content,
.is-style-onborder_ttl>.cap_box_ttl {
background-color: var(--color_content_bg) !important
}
.is-style-shadow.cap_box {
box-shadow: var(--swl-box_shadow);
overflow: hidden
}
.is-style-shadow:not([data-colset])>.cap_box_content {
color: #333;
border: none;
}
@media (min-width: 600px) {
.cap_box_content {
padding: 1.5em;
}
}
.cap_box_ttl {
align-items: center;
background-color: var(--capbox-color);
color: #fff;
display: flex;
gap: .5em;
justify-content: center;
line-height: 1.5;
margin-bottom: 0 !important;
padding: .5em;
position: relative;
text-align: center;
z-index: 1
}
.cap_box_ttl i {
font-size: var(--the-icon-size)
}
.cap_box_ttl i:not(.-right) {
margin-left: -.25em
}
.cap_box_ttl i.-right {
margin-left: .4em
}
.cap_box_ttl svg {
height: var(--the-icon-size);
width: var(--the-icon-size)
}
.cap_box_ttl svg:not(.-right) {
margin-left: -.25em
}
.cap_box_ttl svg.-right {
margin-right: -.25em
} .swl-inline-btn {
display: inline-block;
font-size: .9em;
margin: 0 .25em
}
table .swl-inline-btn {
margin: .5em .25em
}
.swl-inline-btn.is-style-btn_solid {
-webkit-transform: translateY(-2px);
transform: translateY(-2px)
}
.swl-inline-btn a {
display: inline-flex;
letter-spacing: var(--swl-letter_spacing, .5px);
padding: .5em 1em
}
.is-style-btn_shiny {
--the-btn-radius: 80px
}
.swl-inline-btn.red_ {
width: 100%;
text-align: center !important;
float: none;
}
.swl-inline-btn.red_ a{
width: 100%;
justify-content: center;
margin: auto;
background: linear-gradient(90deg,#F96500 0, #F2F030 100%);
text-align: center !important;
border-radius: 80px;
color: #fff;
}