@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap"); body {
margin: 0px;
overflow-x: hidden;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
color: #263238;
line-height: 1.8;
font-size: 16px;
}
a {
display: inline-block;
color: #263238;
text-decoration: none;
word-break: break-all;
}
img {
max-width: 100%;
height: auto;
} .inner {
padding: 5rem 0;
}
.spacer {
width: 95%;
max-width: 1140px;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
.flex {
display: flex;
align-items: normal;
justify-content: space-between;
}
}
.mb-3 {
margin-bottom: 3rem;
}
.mb-4 {
margin-bottom: 4rem;
}
.mb-6 {
margin-bottom: 6rem;
} @media screen and (min-width: 768px) {
.btn-wrap {
display: flex;
align-items: center;
justify-content: space-between;
justify-content: center;
}
}
.btn-wrap div + div {
margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
.btn-wrap div + div {
margin: 0 0 0 1%;
}
}
.single-box .btn-wrap {
display: flex;
align-items: center;
justify-content: center;
margin-top: 4rem;
}
.single-box .single-box .btn-wrap {
margin: 4rem auto;
}
.btn {
width: 100%;
font-weight: 700;
text-align: center;
margin: 0 auto;
}
@media screen and (min-width: 480px) {
.btn {
width: 70%;
}
}
@media screen and (min-width: 768px) {
.btn {
width: 31.3%;
margin: 0;
}
}
.btn a {
position: relative;
display: block;
background: #1DE9B6;
color: #ffffff;
padding: 1rem;
border-radius: 6px;
border: 2px solid #1DE9B6;
transition: 0.2s;
}
@media screen and (min-width: 768px) {
.btn a {
padding: 2rem 3rem;
}
}
.btn a:hover {
background: #ffffff;
color: #1DE9B6;
}
.btn a i {
position: absolute;
top: 0;
bottom: 0;
right: 2rem;
height: 16px;
margin: auto;
}
.btn2 a {
background: #ffb01b;
border-color: #ffb01b;
}
.btn2 a:hover {
color: #ffb01b;
}
.btn3 a {
background: #0E5A89;
border-color: #0E5A89;
}
.btn3 a:hover {
color: #0E5A89;
}
.btn.btn_top {
width: 100%;
max-width: 550px;
}
.btn.btn_top a {
background: #E58D6D;
border-color: #E58D6D;
padding: 1rem 4rem;
}
@media screen and (min-width: 768px) {
.btn.btn_top a {
padding: 2rem 3rem;
}
}
.btn.btn_top a:hover {
background-color: #ffffff;
color: #E58D6D;
} .update {
background: #263238;
padding: 0.5rem 1rem;
box-sizing: border-box;
position: fixed;
top: 60px;
left: 0;
transition: 0.3s;
z-index: 99;
}
.update.hide {
opacity: 0;
transform: translateY(-50px);
}
.update span {
color: #ffffff;
font-size: 1.4rem;
} .update.fadeIn {
-webkit-animation: fadeInAnime 0.3s ease-in forwards;
animation: fadeInAnime 0.3s ease-in forwards;
}
@keyframes fadeInAnime {
from {
opacity: 0;
transform: translateY(-50px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .update.fadeOut {
-webkit-animation: fadeOutAnime 0.3s ease-in forwards;
animation: fadeOutAnime 0.3s ease-in forwards;
}
@keyframes fadeOutAnime {
from {
opacity: 1;
transform: translateY(0);
}
to {
opacity: 1;
transform: translateY(-50px);
}
}
@media screen and (max-width: 768px) {
.update {
padding: 0.5rem 1rem;
}
} .blog-card {
background: rgba(110, 115, 130, 0.05);
padding: 1rem;
}
@media screen and (min-width: 768px) {
.blog-card {
padding: 1.5rem;
}
}
.blog-card a {
display: flex;
cursor: pointer;
}
.blog-card a .blog-card-thumbnail {
width: 30%;
min-width: 125px;
}
@media screen and (min-width: 768px) {
.blog-card a .blog-card-thumbnail {
min-width: 150px;
}
}
.blog-card a .blog-card-thumbnail img {
width: 100%;
height: 100%;
margin: 0;
}
.blog-card a .blog-card-content {
padding: 0.7rem 0 0 0.7rem;
}
@media screen and (min-width: 768px) {
.blog-card a .blog-card-content {
padding: 1rem 0 0 1rem;
}
}
.blog-card a .blog-card-content .blog-card-title {
font-size: 1.6rem;
font-weight: 700;
border-bottom: 3px solid #00ACC1;
margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
.blog-card a .blog-card-content .blog-card-title {
font-size: 2rem;
margin-bottom: 1.6rem;
}
}
.blog-card a .blog-card-content .blog-card-excerpt {
text-decoration: underline;
color: blue;
font-size: 1rem;
}
@media screen and (min-width: 600px) {
.blog-card a .blog-card-content .blog-card-excerpt {
font-size: 1.2rem;
}
}
@media screen and (min-width: 768px) {
.blog-card a .blog-card-content .blog-card-excerpt {
font-size: 1.4rem;
}
} #breadcrumbs {
font-size: 1.2rem;
}
.breadcrumb_list {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 0.4rem;
border-bottom: 1px solid #263238;
line-height: 1.3;
}
.breadcrumb_list li, .breadcrumb_list span, .breadcrumb_list a {
font-size: 1.2rem;
}
.top_area {
background-color: #ffffff;
border-top: solid 1px #EAEAEA;
border-bottom: solid 1px #EAEAEA;
} .header {
position: fixed;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 60px;
z-index: 100;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
}
.headerInner {
position: relative;
}
.headerInner-logo {
padding: 1rem;
}
.headerInner-logo img {
width: 30px;
height: auto;
margin-right: 0.6rem;
}
.header.hdc {
background: white;
transition: 0.3s;
} .mv, .mv_sub {
padding-top: 6rem;
}
.mv {
position: relative;
width: 100%;
background: #eee;
min-height: 420px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
background: url(//push-notification-service.info/wp-content/themes/e_ver004/img/mv-bg.svg) bottom no-repeat;
background-size: cover;
border-bottom: 10px solid #263238;
}
@media screen and (min-width: 768px) {
.mv {
min-height: 550px;
}
}
.mvInner {
padding: 4rem 1rem;
}
@media screen and (min-width: 768px) {
.mvInner {
padding: 6rem 4rem;
}
}
.mvInner img.mv-logo {
max-width: 100%;
}
.mv-bottom {
position: absolute;
bottom: -4rem;
left: 0;
right: 0;
margin: auto;
z-index: 1;
}
@media screen and (min-width: 480px) {
.mv-bottom {
max-width: 480px;
}
}
.mv_sub {
display: flex;
align-items: center;
justify-content: center;
position: relative;
background: url(//push-notification-service.info/wp-content/themes/e_ver004/img/bg-sub.jpg) center left no-repeat;
background-size: cover;
height: 350px;
}
.mv_sub-ttl {
position: relative;
font-size: 2.8rem;
padding: 2rem;
font-weight: 700;
line-height: 1.4;
}
@media screen and (min-width: 480px) {
.mv_sub-ttl {
text-align: center;
}
}
@media screen and (min-width: 768px) {
.mv_sub-ttl {
font-size: 4rem;
}
}
.mv_sub-ttl strong {
padding-left: 5rem;
display: block;
}
.mv_sub .time {
padding: 0.5rem 1rem;
position: relative;
text-align: center;
background: #00ACC1;
color: #ffffff;
font-size: 1.2rem;
margin: 0 auto;
margin-top: -2rem;
font-weight: 700;
line-height: 1;
}
.mv-down {
position: absolute;
top: 100%;
right: 0;
left: 0;
display: block;
margin: auto;
width: 140px;
content: "";
z-index: 1;
}
.mv-txt {
position: relative;
z-index: 1;
}
.mv-txt1 {
width: 280px;
}
@media screen and (min-width: 768px) {
.mv-txt1 {
width: 350px;
}
}
.mv-txt2 {
display: block;
width: 100px;
text-align: center;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
.mv-txt2 {
position: absolute;
bottom: 0;
right: -140px;
width: 140px;
}
}
.mv-txt3 {
position: absolute;
bottom: 0;
height: 200px;
left: -90px;
}
@media screen and (min-width: 768px) {
.mv-txt3 {
left: 0;
}
}
@media screen and (min-width: 1400px) {
.mv-txt3 {
height: 550px;
left: 100px;
}
} .sec-lead {
position: relative;
}
.sec-lead:after {
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: auto;
width: 0;
height: 0;
display: block;
border-style: solid;
border-width: 30px 40px 0 40px;
border-color: #F5F5F5 transparent transparent transparent;
content: "";
}
.lead-ttl {
text-align: center;
font-size: 2.2rem;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
.lead-ttl {
font-size: 2.8rem;
}
}
@media screen and (min-width: 1024px) {
.lead-ttl {
font-size: 3.6rem;
}
}
.lead-ttl span {
color: #00ACC1;
}
.lead-box {
display: flex;
flex-wrap: wrap;
}
.lead-card {
width: 98%;
margin: 1%;
border: 4px solid #0E5A89;
text-align: center;
background: #ffffff;
display: flex;
}
@media screen and (min-width: 600px) {
.lead-card {
width: 31.3%;
display: block;
}
}
.lead-img {
padding: 2rem;
width: 100px;
}
@media screen and (min-width: 600px) {
.lead-img {
width: auto;
}
}
.lead-img img {
height: 100px;
width: auto;
}
@media screen and (min-width: 600px) {
.lead-img img {
height: 200px;
}
}
.lead-intro {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
background: #0E5A89;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
font-size: 2rem;
color: #ffffff;
width: calc(100% - 100px);
}
@media screen and (min-width: 600px) {
.lead-intro {
display: block;
width: 100%;
font-size: 2.4rem;
}
}
.lead-txtin p {
margin: 1rem 0;
}
.sec-table {
background: #f5f5f5;
}
.sec-toc {
background: rgba(0, 172, 193, 0.5);
}
.sec-lead {
position: relative;
background: #f5f5f5;
}
.sec-faq {
background: rgba(0, 172, 193, 0.1);
}
.sec-genre {
background: #263238;
}
.sec-genre h2 {
color: #ffffff;
}
.ranking-card {
margin-bottom: 4rem;
padding: 3rem;
background: #f5f5f5;
}
.ranking-img {
margin-bottom: 3rem;
}
.ranking-ttl_h2 {
font-size: 2.4rem;
}
.ranking-ttl_h2 span {
background: #263238;
color: #ffffff;
padding: 1rem;
}
.ranking-ttl_h3 {
margin-bottom: 3rem;
padding: 1rem;
background: #263238;
color: #ffffff;
font-size: 2rem;
}
.ranking-tbl {
margin-bottom: 3rem;
}
.ranking-tbl table {
width: 100%;
border: 1px solid #263238;
}
.ranking-tbl th, .ranking-tbl td {
border: 1px solid #263238;
padding: 1rem;
font-size: 1.4rem;
}
.ranking-tbl th {
background: #aaa;
color: #ffffff;
}
.ranking-tbl td {
background: #ffffff;
}
.ranking-txt {
margin-bottom: 3rem;
}
.ranking-link {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.rankingRecommend {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
padding: 2rem;
border: 1px solid #263238;
background: #ffffff;
}
.rankingRecommend-head {
top: -20px;
right: 0;
left: 0;
position: absolute;
width: 200px;
margin: auto;
padding: 10px;
background: #263238;
color: #ffffff;
text-align: center;
font-weight: 700;
border-radius: 30px;
} .footer_rank {
display: inline-block;
position: relative;
margin: 0.5rem 0;
padding: 1rem 0;
padding-left: 2rem;
}
@media screen and (min-width: 768px) {
.footer_rank {
padding: 3px 10px;
}
}
.footer {
background: #263238;
padding: 4rem 0 0;
}
.footerNav {
display: flex;
flex-wrap: wrap;
width: 95%;
max-width: 1140px;
margin: 0 auto;
}
.footerNav ul {
padding: 2rem;
}
@media screen and (min-width: 768px) {
.footerNav ul {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
}
.footerNav li {
position: relative;
margin: 0.5rem 0;
padding: 1rem 0;
padding-left: 2rem;
}
@media screen and (min-width: 768px) {
.footerNav li {
padding: 3px 10px;
}
}
.footerNav li:before {
position: absolute;
top: 1rem;
left: 0;
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "";
color: #ffffff;
}
@media screen and (min-width: 768px) {
.footerNav li:before {
display: none;
}
}
.footerNav a {
position: relative;
display: inline-block;
color: #ffffff;
font-weight: 700;
margin-left: 5px;
}
@media screen and (min-width: 768px) {
.footerNav a {
margin: 0;
}
}
.footerCol {
width: 98%;
margin: 1%;
}
@media screen and (min-width: 768px) {
.footerCol {
width: 48%;
}
}
.footer h3 {
margin-top: 2rem;
margin-bottom: 1rem;
font-size: 1.6rem;
color: #ffffff;
border-bottom: 2px solid #ffffff;
font-weight: 700;
letter-spacing: 5px;
}
@media screen and (min-width: 768px) {
.footer h3 {
font-size: 2.4rem;
}
}
.footer .cat-post-widget h3 {
margin-bottom: 2rem;
padding: 1rem;
border: 2px solid #ffffff;
color: #ffffff;
font-weight: 700;
}
.footer .cat-post-widget:nth-of-type(3), .footer .cat-post-widget:nth-of-type(4) {
display: inline-flex;
width: 48%;
justify-content: space-between;
}
.footerBtm {
margin-bottom: 2rem;
text-align: center;
}
.footerBtm a {
color: #ffffff;
font-weight: 700;
}
.footerCopy {
margin-top: 4rem;
color: #ffffff;
text-align: center;
font-size: 1.2rem;
}
.footerCopy a {
color: #ffffff;
} #sideber_menu {
margin-top: 4rem;
}
@media screen and (min-width: 768px) {
#sideber_menu {
margin-top: 0;
}
}
#sideber_menu .sectionTtl-area span {
position: relative;
display: inline-block;
color: #00ACC1;
font-size: 1.2rem;
padding: 1rem 1rem 0rem 1rem;
font-weight: 700;
}
#sideber_menu .sectionTtl_h2 {
margin-bottom: 10px;
font-size: 1.8rem;
font-weight: 700;
text-align: left;
} .filter {
background: rgba(255, 255, 255, 0.6);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.sectionTtl {
font-size: 2.2rem;
text-align: center;
margin-bottom: 2rem;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
}
@media screen and (min-width: 768px) {
.sectionTtl {
font-size: 2.6rem;
margin-bottom: 2rem;
}
}
@media screen and (min-width: 1024px) {
.sectionTtl {
font-size: 3.6rem;
}
}
.sectionTtl br {
display: block;
}
@media screen and (min-width: 600px) {
.sectionTtl br {
display: none;
}
}
.sectionTtl span {
color: #00ACC1;
} #page {
width: 100%;
margin-top: 0;
padding: 0 0 2% 0;
} input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 100% !important;
height: 30px;
border: solid 1px #CCC;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
width: 100% !important;
height: 30px;
border: solid 1px #CCC;
}
input.wpcf7-form-control.wpcf7-text {
width: 100% !important;
height: 30px;
border: solid 1px #CCC;
}
textarea.wpcf7-form-control.wpcf7-textarea {
width: 100% !important;
border: solid 1px #CCC;
}
input.wpcf7-form-control.wpcf7-submit {
border: solid 1px #CCC;
padding: 8px 36px;
margin: 0 auto;
display: block;
}
.searchandfilter input[type="checkbox"], input[type="radio"], input[type="text"], select, .meta-range, .chosen-container {
margin-left: 0px !important;
} .menu-btn {
position: fixed;
top: 0px;
right: 0px;
display: flex;
height: 60px;
width: 60px;
justify-content: center;
align-items: center;
z-index: 90;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
content: "";
display: block;
height: 3px;
width: 25px;
border-radius: 3px;
background: #263238;
position: absolute;
}
#menu-btn-check:checked ~ .menu-btn span {
background-color: rgba(255, 255, 255, 0); }
#menu-btn-check:checked ~ .menu-btn span::before {
bottom: 0;
transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
top: 0;
transform: rotate(-45deg);
}
.menu-btn span:before {
bottom: 8px;
}
.menu-btn span:after {
top: 8px;
}
.menu-btn2 span {
background-color: rgba(255, 255, 255, 0); }
.menu-btn2 span::before {
bottom: 0;
transform: rotate(45deg);
}
.menu-btn2 span::after {
top: 0;
transform: rotate(-45deg);
}
.menu-btn2 {
top: 10px;
right: 0px;
display: flex;
height: 60px;
width: 60px;
justify-content: center;
align-items: center;
z-index: 90;
margin-left: auto;
margin-top: 0.7rem;
background: #ffffff;
}
#menu-btn-check {
display: none;
}
#rank_title_copy {
display: flex;
}
.menu-content {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 100%; z-index: 80;
background-color: rgba(255, 255, 255, 0.9);
transition: all 0.5s; overflow-y: scroll;
}
.menu-content ul {
padding: 20px 10px 0;
}
.menu-content ul li {
border-bottom: solid 1px #CCC;
list-style: none;
}
.menu-content ul li a {
display: block;
width: 100%;
box-sizing: border-box;
text-decoration: none;
padding: 16px;
position: relative;
text-align: left;
}
.menu-content ul li a:before {
content: "";
width: 7px;
height: 7px;
border-top: solid 1px #444;
border-right: solid 1px #444;
transform: rotate(45deg);
position: absolute;
right: 11px;
top: 24px;
}
.menu-content #search {
padding-bottom: 0;
position: relative;
margin: 10px 2rem 0px !important;
width: auto !important;
}
.menu-content li {
margin-left: 0px;
}
#menu-btn-check:checked ~ .menu-content {
left: 0; }
.hamburger-menu {
display: flex;
}
#headbox {
text-align: left;
align-items: unset;
width: 86% !important;
}
.sitename img {
max-width: 100% !important;
padding-bottom: 3px;
}
.widget.headbox {
display: none;
}
#top_area {
display: flex;
}
.search-menu {
padding: 10% 8px 8px;
}
.search-menu h3 {
margin: auto;
}
.search-menu h3:before {
display: none;
}
.sideRank_title_0 {
padding: 5% 0;
text-align: center;
}
img.image {
max-width: 100%;
height: auto;
}
.sideber_rank_title {
position: relative;
}
.sideber_rank_title img {
width: 45px;
height: auto;
position: absolute;
bottom: 0.5rem;
left: 0;
}
.sideber_rank_title .sideRank_title_0 {
padding-left: 5rem;
text-align: left;
background: #f9f9f9;
font-weight: 700;
}
.time i {
margin: 0 5px;
}
.Not_TXT {
font-weight: 700;
font-size: 2.4rem;
}
.Not_h2 {
margin-bottom: 4rem;
} .tablepress {
table-layout: fixed;
background: #ffffff;
}
.tablepress tr {
border: 0;
}
.tablepress tr.row-1 td {
position: relative;
padding-bottom: 4rem;
}
.tablepress tr.row-1 td span {
position: absolute;
left: 5px;
top: -0.25rem;
width: 30px;
height: 30px;
line-height: 30px;
border: 2px solid #ffffff;
border-radius: 50px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
background: #666666;
color: #ffffff;
font-size: 18px;
font-style: italic;
text-align: center;
text-indent: -0.04in;
}
.tablepress tr td a {
display: inline-block;
width: 100%;
margin-bottom: 0.3rem;
padding: 1rem 0;
text-align: center;
background: #0E5A89;
color: #ffffff;
box-sizing: border-box;
border-radius: 5px;
border: 2px solid #0E5A89;
position: relative;
transition: 0.2s;
}
.tablepress tr td a:hover {
background: #ffffff;
color: #0E5A89;
transition: 0.2s;
}
.tablepress td {
width: calc(calc(100% - 100px) / 5);
padding: 10px;
vertical-align: middle;
font-size: 14px;
word-break: break-all;
box-sizing: border-box;
border: 1px solid #ddd;
}
.tablepress td:first-child {
padding: 4px;
text-align: center;
vertical-align: middle;
color: #ffffff;
background: #263238;
font-size: 12px;
box-sizing: border-box;
border: 0;
border: 1px solid #ddd;
}
.tablepress tbody td, .tablepress tfoot th {
border-top: 0;
}
.column-1, .tablepress td:first-child {
width: 120px;
font-weight: 700;
}
@media screen and (max-width: 480px) {
.column-1, .tablepress td:first-child {
width: 80px;
}
} .tablepress tr:last-child td a {
background: #1DE9B6;
border: 2px solid #1DE9B6;
transition: 0.2s;
}
.tablepress tr:last-child td a:hover {
background: #ffffff;
color: #1DE9B6;
transition: 0.2s;
}
.tablepress tr td a i {
position: absolute;
top: 50%;
right: 1.5rem;
transform: translateY(-50%);
}
.row-2 td {
font-weight: 700;
}
.tablepress {
width: 1600px;
}
#page .tablepress {
width: 100%;
}
.tablepress td {
width: calc(1600px / 10);
font-size: 1.2rem;
}
#page .tablepress td {
width: auto;
} .tablepress tbody tr:first-child td:first-child {
position: static;
}
.img-center {
display: block;
margin: 0 auto;
} #toc_container {
padding: 2rem 6rem;
background: #ffffff;
color: #666;
max-width: 700px;
width: 80% !important;
margin: 0rem auto;
border: 0;
}
#toc_container ul {
padding-left: 0;
list-style: none;
font-size: 110%;
}
.toc_title {
font-size: 27px;
color: #333;
margin-bottom: 3rem;
font-weight: bold;
padding: 0 0 1rem;
position: relative;
text-align: center;
letter-spacing: 4px;
}
.toc_title span {
font-size: 1.4rem;
display: block;
}
.toc_title span a {
display: inline-block;
padding: 0.4rem 2rem;
}
.toc_title span a:hover {
background: #f2554d;
transition: 0.3s;
}
.toc_title small {
font-size: 60%;
}
#toc_container .contents-subheading {
font-size: 2.2rem;
counter-increment: title;
margin-bottom: 2rem;
display: flex;
align-items: center;
background-color: #ffffff;
position: relative;
padding-left: 5rem;
font-weight: 700;
}
#toc_container .contents-subheading a {
line-height: 1.2;
color: #263238;
}
.contents-subheading a:hover {
text-decoration: underline;
opacity: 0.5;
transition: 0.3s;
}
#toc_container .contents-subheading:before {
content: "0" counter(title);
display: inline-block;
font-weight: bold;
background: #00ACC1;
width: 40px;
height: 40px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
line-height: 30px;
text-align: center;
color: #ffffff;
padding: 0.5rem;
}
.toc_list {
width: 93.5%;
margin: 0 auto !important;
}
.toc_list:last-child {
margin: 0;
}
.toc-link {
font-size: 1.6rem;
border: none;
margin: 0 0 1.5rem;
font-weight: 700;
padding: 0;
position: relative;
transition: 0.3s;
}
.toc-link:before {
content: "";
display: inline-block;
width: 5px;
height: 5px;
background-color: #333;
border-radius: 50%;
position: absolute;
top: 8px;
left: 0;
}
.toc-link:last-child {
margin: 0;
}
.toc-link a {
padding-left: 1.5rem;
}
.toc-link a:hover {
text-decoration: underline;
opacity: 0.5;
transition: 0.3s;
}
.single #toc_container {
margin: 4rem auto !important;
}
.single #toc_container .toc_list {
width: 100% !important;
}
.single #toc_container .toc_list li {
margin-top: 1.6rem;
position: relative;
}
.single #toc_container .toc_list li::before {
content: "";
display: block;
width: 3px;
height: 3px;
background-color: #00ACC1;
border-radius: 50%;
position: absolute;
top: 12px;
left: 0;
}
.single #toc_container .toc_list li a {
text-decoration: underline;
padding-left: 1.2rem;
}
.single #toc_container .toc_list li a .toc_number.toc_depth_1 {
display: none;
visibility: hidden;
}
@media screen and (max-width: 768px) {
#toc_container {
padding: 1.5rem 4vw;
margin: 0 auto;
width: 90% !important;
}
.toc_title {
font-size: 24px;
margin: 0 !important;
}
.toc_title:before {
font-size: 2.8vw;
padding: 1.5vw;
margin-right: 0.5rem;
vertical-align: 7%;
}
#toc_container .contents-subheading {
font-size: 16px;
margin-bottom: 1.3rem;
line-height: 25px;
}
.toc_list {
margin-bottom: 3vw;
}
.toc-link {
font-size: 14px;
margin-bottom: 0.8rem;
padding-left: 2rem;
}
.toc-link:before {
width: 3px;
height: 3px;
margin-right: 0.5rem;
}
}
@media screen and (max-width: 500px) {
.toc_title {
font-size: 20px;
}
.toc_title:before {
font-size: 3.5vw;
padding: 2vw;
vertical-align: 15%;
}
.toc-link {
margin-bottom: 0.5rem;
padding-left: 1.5rem;
}
}
.toc_toggle a {
font-size: 12px;
}
#toc_container span.toc_toggle {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
#toc_container .contents-subheading {
margin: 3rem 0;
}
#toc_container .toc-link {
display: block;
margin-bottom: 1rem;
}
.recommend-box {
position: relative;
background: #ffffff;
margin-bottom: 5rem;
padding: 2rem 2rem 4rem;
}
@media screen and (min-width: 600px) {
.recommend-box {
padding: 2rem 4rem 4rem;
}
}
.single .recommend-box .btn2, .single .recommend-box .btn3 {
width: 48%;
margin: 1%;
}
.single-box {
background: #ffffff;
margin-bottom: 4rem;
}
.single-box img {
display: block;
margin: 0rem auto 3rem;
}
.single-box h3 {
position: relative;
font-size: 2.4rem;
font-weight: 700;
padding: 0.8rem;
padding-right: 6rem;
margin-bottom: 1.6rem;
}
.single-box p {
margin-bottom: 1.6rem;
}
@media screen and (max-width: 420px) {
.recommend-box {
padding: 2rem 2rem;
}
}
.recommend-ttl_h3 {
position: relative;
margin-top: 1rem;
margin-bottom: 1rem;
padding: 1rem;
font-size: 2.2rem;
background: rgba(0, 172, 193, 0.15);
width: calc(100% + 4rem);
left: -2rem;
text-align: center;
}
@media screen and (min-width: 600px) {
.recommend-ttl_h3 {
width: calc(100% + 8rem);
left: -4rem;
}
}
.recommend-ttl_h3 a {
position: relative;
display: block;
color: #263238;
font-weight: 700;
}
.recommend-ttl_h3 a i {
position: absolute;
top: 0;
bottom: 0;
right: -2rem;
margin: auto;
height: 14px;
font-size: 1.4rem;
color: #00ACC1;
}
.recommend-ttl_h4 {
font-size: 1.5rem;
color: #263238;
margin-bottom: 1.6rem;
font-weight: 700;
text-align: center;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
border-bottom: 1px solid #263238;
padding-bottom: 1rem;
}
.recommend-img img {
display: block;
width: 100%;
height: auto;
}
.recommend-head {
margin-bottom: 1.8rem;
font-size: 1.8rem;
padding: 1rem;
background: #00587A;
color: #ffffff;
font-weight: 700;
}
.recommend-info {
position: relative;
}
.recommend-txt p {
margin-bottom: 1.6rem;
}
.recommend-table {
width: 100%;
max-width: 900px;
margin: 0 auto;
background: #ffffff;
}
.recommend-table td:first-child {
padding: 1rem;
background: #00ACC1;
color: #ffffff;
text-align: center;
border: 1px solid #eee;
font-size: 1.4rem;
vertical-align: middle;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
width: 140px;
}
.recommend-table tbody, .recommend-table tr {
width: 100%;
}
.recommend-table td {
vertical-align: middle;
box-sizing: border-box;
font-size: 1.4rem;
border: 1px solid #eee;
word-break: break-all;
}
.recommend-table td:last-child {
padding: 1rem;
color: #263238;
}
@media screen and (min-width: 768px) {
.recommend-table td:last-child {
padding: 0 0 0 1rem;
}
}
.recommend-btn--wrap {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
justify-content: center;
} .review .wrap + .wrap {
margin-top: 4rem;
}
.review .wrap .review_title, .review .wrap .admin_title {
padding: 1.2rem;
font-size: 1.8rem;
margin-bottom: 2rem;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
}
.review .wrap .admin_title {
border: 2px solid #00ACC1;
color: #263238;
}
.review .wrap .review_title {
position: relative;
padding-left: 5rem;
border-bottom: 2px solid #00ACC1;
}
.review .wrap .review_title:before {
position: absolute;
top: 0;
left: 1rem;
bottom: 0;
width: 3rem;
height: 3rem;
margin: auto;
background: url(//push-notification-service.info/wp-content/themes/e_ver004/img/review.svg) center no-repeat;
background-size: 100%;
content: "";
}
.review .wrap .quote {
text-align: right;
margin-top: 2rem;
font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
.review .wrap .quote {
font-size: 1.4rem;
}
}
.review .wrap .quote a {
color: #00ACC1;
}
.review.top {
display: block;
}
@media screen and (min-width: 768px) {
.review.top {
display: flex;
}
}
.review.top .wrap {
background: rgba(0, 172, 193, 0.1);
padding: 1rem;
margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
.review.top .wrap {
width: 48%;
margin: 1%;
}
}
.single .single-box .review {
margin-bottom: 4rem;
} .sectionPoint {
width: 90%;
max-width: 800px;
background-color: rgba(0, 172, 193, 0.1);
border: 3px solid #00ACC1;
border-radius: 0 5px 5px 5px;
margin: 6rem auto 4rem;
padding: 20px;
position: relative;
}
.sectionPoint .sectionPoint-head {
background-color: #00ACC1;
border-radius: 5px 5px 0 0;
color: #ffffff;
display: inline-block;
font-size: 16px;
font-weight: 700;
left: -3px;
letter-spacing: 0.05em;
line-height: 2.1875;
height: 35px;
padding: 0 10px 0 30px;
position: absolute;
top: -35px;
}
.sectionPoint .sectionPoint-head:before {
position: absolute;
top: 0;
bottom: 0;
left: 1rem;
margin: auto;
display: block;
width: 14px;
height: 20px;
background: url(//push-notification-service.info/wp-content/themes/e_ver004/img/light.svg) center no-repeat;
background-size: 100%;
content: "";
}
.sectionPoint .sectionPoint-head i {
margin-right: 5px;
}
.sectionPoint ul {
list-style: disc;
padding-left: 30px;
}
.sectionPoint li {
margin: 10px 0;
font-weight: 700;
}
.related_post_title {
position: relative;
font-size: 2.4rem;
font-weight: 700;
padding: 0.8rem;
padding-right: 6rem;
margin-top: 4rem;
margin-bottom: 1.6rem;
border-bottom: 3px solid #263238;
}
.wp_rp_title {
font-weight: 700;
display: block;
}
.genrelist {
display: flex;
flex-wrap: wrap;
width: 2800px;
}
@media screen and (min-width: 768px) {
.genrelist {
width: 100%;
}
}
.genrelist li {
width: 280px;
margin: 10px;
background: #ffffff;
border: 3px solid #00ACC1;
}
@media screen and (min-width: 768px) {
.genrelist li {
width: 31.3%;
margin: 1%;
}
}
.genrelist-view {
display: flex;
flex-wrap: wrap;
}
.genrelist-img {
width: 100%;
height: 190px;
overflow: hidden;
position: relative;
}
@media screen and (min-width: 1200px) {
.genrelist-img {
width: 160px;
}
}
.genrelist-img img {
height: 100%;
width: auto;
object-fit: cover;
}
.genrelist-txt {
width: 100%;
padding: 1rem;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
font-size: 1.8rem;
}
@media screen and (min-width: 1200px) {
.genrelist-txt {
width: calc(100% - 160px);
}
}
.genrelist-btn {
display: block;
margin-top: 0.6rem;
font-size: 1.2rem;
text-align: center;
background: #00ACC1;
color: #ffffff;
text-align: center;
border-radius: 50px;
padding: 2px;
}
.sec-pickup {
background: rgba(0, 191, 165, 0.2);
} .slidelist {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
list-style: none;
margin: 0;
padding: 0;
}
.slidelist-view {
position: relative;
padding: 1.6rem;
padding-right: 6.5rem;
cursor: pointer;
}
.slidelist-view i {
position: absolute;
top: 0;
right: 0rem;
bottom: 0;
background: rgba(0, 172, 193, 0.5);
font-size: 2.4rem;
margin: auto;
padding: 2rem;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
.slidelist-view i.active {
transform: rotate(180deg);
}
.slidelist li {
position: relative;
width: 98%;
margin: 1%;
background: #EFF5FB;
font-size: 2rem;
}
@media screen and (min-width: 768px) {
.slidelist li {
width: 31.3%;
}
}
.slidelist-detail {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background: #EFF5FB;
padding: 1rem;
display: none;
z-index: 1;
border-top: 1px solid #999;
}
.slidelist-tbl {
width: 100%;
background: #ffffff;
margin-bottom: 1rem;
font-size: 1.2rem;
}
.slidelist-tbl th {
background: #00ACC1;
color: #ffffff;
padding: 0.6rem;
border: 4px solid #ffffff;
}
.slidelist-tbl td {
padding: 0.6rem;
}
.slidelist-intro {
font-size: 1.6rem;
margin-bottom: 1rem;
border-bottom: 1px solid #ddd;
}
.slidelist2 {
list-style: none;
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.slidelist2-view {
background: #f5f5f5;
position: relative;
padding: 1.6rem;
padding-right: 2rem;
font-weight: 700;
cursor: pointer;
}
.slidelist2-view:before {
position: absolute;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
right: 1rem;
height: 12px;
font-size: 12px;
border-radius: 100px;
width: 16px;
height: 16px;
background: #00BFA5;
font-family: "Font Awesome 5 Free";
margin: auto;
color: #ffffff;
content: "";
font-weight: 900;
line-height: 1;
}
.slidelist2-view.active:before {
content: "";
}
.slidelist2-view i {
position: absolute;
top: 0;
left: 0rem;
bottom: 0;
background: #00ACC1;
font-size: 2.4rem;
margin: auto;
padding: 2rem;
color: #ffffff;
}
.slidelist2-view i.active {
transform: rotate(180deg);
}
.slidelist2-hide {
display: none;
background: #f5f5f5;
padding: 2rem;
}
.slidelist2 li {
width: 98%;
margin: 1%;
}
@media screen and (min-width: 768px) {
.slidelist2 li {
width: 48%;
font-size: 2rem;
}
}
.slidelist2-detail {
background: #f5f5f5;
width: 100%;
z-index: 1;
}
.slidelist2-detail .btn {
width: 100%;
max-width: 300px;
margin: 1rem auto 0;
}
.slidelist2-detail .btn a {
padding: 1rem;
}
.slidelist2-tbl {
width: 100%;
margin-bottom: 1rem;
font-size: 1.2rem;
}
.slidelist2-tbl td:first-child {
background: #00ACC1;
color: #ffffff;
border: 4px solid #ffffff;
width: 100px;
padding: 1rem;
text-align: center;
font-size: 1.4rem;
vertical-align: middle;
}
.slidelist2-tbl td {
padding: 0.6rem;
}
.faq-wrap {
max-width: 900px;
margin: 0 auto;
}
.faq-box {
list-style: none;
margin: 1% auto;
margin-top: 1rem;
padding: 0;
}
.faq-box .faq-q {
width: 100%;
position: relative;
padding: 2rem;
padding-left: 8rem;
padding-right: 6.5rem;
cursor: pointer;
}
@media screen and (min-width: 600px) {
.faq-box .faq-q {
padding: 1.6rem;
padding-left: 8rem;
padding-right: 6.5rem;
}
}
.faq-box .faq-q br {
display: none;
}
@media screen and (min-width: 768px) {
.faq-box .faq-q br {
display: block;
}
}
.faq-box .faq-q:before {
position: absolute;
top: 0;
left: 1.6rem;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
width: 5rem;
height: 5rem;
padding: 0 1.4rem;
margin: auto;
font-size: 5rem;
content: "Q";
font-weight: 700;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
line-height: 0.6;
background: #00ACC1;
color: #ffffff;
}
.faq-box .faq-q i {
display: flex;
align-items: center;
position: absolute;
top: 0;
right: 0rem;
bottom: 0;
font-size: 1.6rem;
margin: auto;
padding: 2rem;
color: #00ACC1;
}
.faq-box .faq-q i.active {
transform: rotate(180deg);
}
.faq-box li {
position: relative;
background: #ffffff;
font-weight: 700;
font-size: 1.6rem;
}
.faq-box a {
position: relative;
display: block;
padding: 1.6rem;
text-align: center;
background: #0E5A89;
color: #ffffff;
font-weight: 700;
font-size: 1.6rem;
border-radius: 100px;
}
.faq-box a i {
position: absolute;
height: 16px;
top: 0;
right: 2rem;
bottom: 0;
margin: auto;
}
.faq-box .faq-a {
display: none;
font-size: 1.4rem;
background: #ffffff;
padding: 2rem;
padding-left: 9rem;
z-index: 1;
}
@media screen and (min-width: 600px) {
.faq-box .faq-a {
padding: 3rem;
padding-left: 8rem;
}
}
.faq-box .faq-a:before {
position: absolute;
top: 0;
left: 1rem;
bottom: 0;
color: #cc4a00;
height: 5rem;
padding: 0 1.4rem;
border-right: 1px solid #0E5A89;
margin: auto;
font-size: 5rem;
content: "A";
font-weight: 700;
line-height: 1;
}
.single .single-box .faq-box {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.single-box img, #top-content img, #bottom-content img {
margin-bottom: 0rem;
}
.single-box p, #top-content p, #bottom-content p {
margin-bottom: 1.6rem;
}
.single-box h2, #top-content h2, #bottom-content h2 {
position: relative;
font-size: 2.4rem;
font-weight: 700;
padding: 1rem;
padding-left: 6rem;
margin-bottom: 1.6rem;
border-bottom: 3px solid #00ACC1;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
}
.single-box h2:before, #top-content h2:before, #bottom-content h2:before {
display: block;
position: absolute;
width: 44px;
height: 30px;
left: 0;
top: 0;
bottom: 0;
margin: auto;
background: url(//push-notification-service.info/wp-content/themes/e_ver004/img/heading.svg) center no-repeat;
background-size: cover;
content: "";
}
.single-box h3, #top-content h3, #bottom-content h3 {
font-size: 2.2rem;
font-weight: 700;
padding: 0.8rem;
margin-bottom: 1.6rem;
background: #263238;
color: #ffffff;
border-left: 4px solid #00BFA5;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
}
.single-box h4, #top-content h4, #bottom-content h4 {
display: block;
padding: 0.6rem;
font-size: 1.8rem;
font-weight: 700;
border-bottom: 2px dashed #00ACC1;
margin-bottom: 1.4rem;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
}
.single-box h5, #top-content h5, #bottom-content h5 {
display: inline-block;
font-size: 1.6rem;
font-weight: 700;
padding-left: 8px;
border-left: 4px solid #00ACC1;
margin-bottom: 1.4rem;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
}
@media screen and (min-width: 768px) {
#top-content img, #bottom-content img {
width: 80%;
display: block;
margin-left: auto;
margin-right: auto;
}
}
.left {
width: 100%;
}
@media screen and (min-width: 768px) {
.left {
width: calc(100% - 280px);
}
}
.right {
width: 100%;
}
@media screen and (min-width: 768px) {
.right {
width: 250px;
}
}
.bg-white {
background: #ffffff !important;
}
.Thumbnail_box {
width: 100%;
}
.Thumbnail_box a {
display: block;
}
.Thumbnail_box img {
width: 100%;
height: auto;
}
@media screen and (min-width: 480px) {
.Thumbnail_box {
width: 220px;
height: 220px;
overflow: hidden;
position: relative;
}
.Thumbnail_box img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
}
.list_data_0 {
width: 100%;
padding: 1rem;
}
@media screen and (min-width: 480px) {
.list_data_0 {
width: calc(100% - 240px);
}
}
.list_link_set_0 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 3rem;
}
.category_list_name {
font-size: 2.2rem;
margin-bottom: 1.6rem;
padding: 0.5rem;
font-weight: 700;
border-bottom: 3px solid #263238;
}
.category_list_coments .btn {
width: 100%;
max-width: 250px;
margin-top: 2rem;
}
@media screen and (min-width: 768px) {
.category_list_coments .btn {
margin: 2rem 0 0 auto;
}
}
.category_list_coments .btn a {
padding: 1rem 2rem;
}
.widget-title {
text-align: left;
padding: 1rem;
font-weight: 700;
margin-bottom: 10px;
position: relative;
background: #263238;
color: #ffffff;
border-left: 8px solid #00ACC1;
}
.side_list {
margin-bottom: 2rem;
}
.side_list li {
padding: 0 !important;
margin: 0 !important;
}
.side_list li a {
display: block;
padding: 1rem !important;
border-bottom: 1px dotted #263238;
}
.side_list:nth-of-type(2) {
text-align: center;
}
#sideber_menu .cat-post-item .cat-post-title {
padding: 1rem !important;
padding-left: 2rem !important;
position: relative;
text-align: left;
}
#sideber_menu .cat-post-item .cat-post-title:before {
position: absolute;
top: 0;
bottom: 0;
left: 0.5rem;
height: 12px;
font-size: 12px;
font-family: "Font Awesome 5 Free";
margin: auto;
color: #00ACC1;
content: "";
font-weight: 900;
line-height: 1;
}
.side_list a {
width: 100%;
}
.sideber_rank {
margin-bottom: 1rem;
background: rgba(0, 172, 193, 0.05);
width: 100%;
display: flex;
}
.sideber_rank_img {
position: relative;
width: 90px;
height: 90px;
overflow: hidden;
}
.sideber_rank_img img {
position: absolute;
display: block;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: -40%;
height: 100%;
width: auto;
max-width: initial;
}
.sideber_rank_title {
width: calc(100% - 90px);
font-size: 1.4rem;
font-weight: 700;
padding: 1rem;
}
.sideRank_title_1 {
margin-bottom: 1rem;
font-size: 1.4rem;
font-weight: 700;
} .footer-banner {
position: fixed;
bottom: 0;
left: 0;
padding: 4px 0;
width: 100%;
background: rgba(10, 10, 10, 0.7);
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
-o-flex-wrap: wrap;
flex-wrap: wrap;
z-index: 1;
}
.footer-banner .btn-wrap {
justify-content: center;
}
.footer-totop-btn, .footer-home-btn {
width: 50px;
height: 50px;
font-size: 36px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
box-sizing: border-box;
background: rgba(214, 214, 214, 0.4);
}
.footer-home-btn {
position: fixed;
bottom: 0;
left: 0;
}
.footer-totop-btn {
position: fixed;
bottom: 0;
right: 1rem;
z-index: 2;
}
.footer-banner .btn-wrap {
margin: 2.4rem 0 1rem;
} .footer-banner-btn, a .footer-banner-btn, button .footer-banner-btn {
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
position: relative;
display: inline-block;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.7px;
color: #212529;
border-radius: 0.5rem;
}
a.btn-f {
font-size: 2rem;
position: relative;
padding: 0px 20px 10px 30px;
color: #ffffff;
background: #c52929;
box-shadow: 0 5px 0 #880e0e;
width: 60%;
}
a.btn-f span {
font-size: 1.3rem;
position: absolute;
top: -15px;
left: calc(50% - 38%);
display: block;
width: 77%;
padding: 0.7rem 0 0.5rem;
color: #c52929;
border: 2px solid #c52929;
border-radius: 0.5rem;
background: #ffffff;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-f:hover {
transform: translate(0, 3px);
color: #ffffff;
background: #c52929;
box-shadow: 0 2px 0 #880e0e;
}
a.btn-f:hover:before {
left: 2rem;
}
a.footer-banner-btn:hover {
opacity: 0.7;
}
a.footer-banner-btn i {
margin-left: 15px;
font-size: 27px;
}
.footer-banner-txt {
font-size: 15px; width: 80%;
max-width: 1000px;
margin: 0 auto; display: block;
justify-content: space-between;
-ms-align-items: center;
align-items: center;
box-sizing: border-box;
line-height: 1.4;
text-align: center;
}
.footer-banner-txt p { width: 100%;
line-height: 1.4;
margin: 5px 0 0;
font-weight: normal;
padding: 0 10px;
color: #ffffff;
}
.icon-space {
color: #aaa;
margin: 0 8px;
display: none;
}
@media only screen and (max-width: 1024px) {
.footer-banner-txt p {
width: calc(100% - 400px);
}
.footer-banner-txt {
font-size: 16px;
}
.footer-banner-txt p {
font-size: 14px;
}
a.footer-banner-btn {
padding: 0px 15px 9px;
}
}
@media only screen and (max-width: 768px) {
.footer-banner {
padding: 5px 0 0;
}
a.btn-f {
font-size: 1.5rem;
width: 74%;
margin-right: 40px;
}
a.btn-f span {
font-size: 1rem;
top: -9px;
left: calc(50% - 40%);
width: 80%;
padding: 0.5rem 0 0.3rem;
}
.footer-home-btn {
width: 40px;
padding: 0;
line-height: 1.5;
position: absolute;
bottom: 100%;
font-size: 34px;
margin: 0;
}
.footer-totop-btn {
width: 40px;
height: 40px;
padding: 0;
bottom: 1rem;
right: 1rem;
line-height: 1.5;
font-size: 28px;
margin: 0;
}
.footer-banner-txt p {
width: 100%;
}
.footer-banner-txt {
font-size: 16px;
width: 100%;
text-align: center;
justify-content: center;
}
.icon-space {
display: none;
}
.footer-banner-txt p {
padding: 5px 20px;
}
.footer-banner-btn, a .footer-banner-btn, button .footer-banner-btn {
letter-spacing: 0.2px;
}
a.footer-banner-btn {
padding: 0px 15px 10px;
margin-bottom: 5px;
width: 74%;
}
a.footer-banner-btn i {
margin-left: 12px;
font-size: 22px;
}
}
@media only screen and (max-width: 600px) {
.footer-banner-txt p {
font-size: 12px;
}
}
.footer a {
font-size: 1.4rem;
font-weight: 400;
}
.search-menu {
max-width: 600px;
margin: 0 auto;
}
.wpcf7-form input, .wpcf7-form textarea {
margin-bottom: 2rem;
}
.hamburger-menu h3 {
font-size: 2rem;
font-weight: 700;
}
.relative {
position: relative;
}
.rank_table {
position: relative;
}
#main_rank_table {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
#main_rank_table .ran_ico img {
width: 110px;
}
.main_rank_table {
width: 98%;
margin: 1%;
background: #ffffff;
box-shadow: 4px 4px 0 rgba(0, 172, 193, 0.2);
}
@media screen and (min-width: 768px) {
.main_rank_table {
width: 31.3%;
}
}
.sectionTtl2_h2 {
font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
.sectionTtl2_h2 {
font-size: 2.4rem;
}
}
@media screen and (min-width: 1024px) {
.sectionTtl2_h2 {
font-size: 3.2rem;
}
}
.main_rank_table {
text-align: center;
padding-top: 20px;
}
.main_rank_table .ran_ico {
position: relative;
}
.table_rank_title {
text-align: center;
font-size: 2rem;
font-weight: 700;
}
.table_rank_title:after {
display: block;
width: 80px;
height: 3px;
background: #0E5A89;
margin: 0.5rem auto 2rem;
content: "";
}
.recommend-table td {
display: table-cell;
}
@media screen and (max-width: 767px) {
.recommend-table td {
display: block;
width: 100% !important;
}
}
.btn-full {
width: 80%;
margin: 2rem auto;
}
.rank_top {
position: absolute;
top: -6.5rem;
right: 0;
left: 0;
margin: auto;
text-align: center;
bottom: 2rem;
}
.recommend-box:last-of-type {
margin-bottom: 0;
}
.rank_table_point_left b {
display: block;
padding: 10px;
background: #f9f9f9;
text-align: center;
}
.rank_table_point_left span {
display: block;
padding: 10px 10px 0;
text-align: left;
}
.wsp-pages-list, .wsp-posts-list, .wsp-pickups-list {
margin-bottom: 4rem;
}
.wsp-pages-list li, .wsp-posts-list li, .wsp-pickups-list li {
margin-bottom: 1.6rem;
} .area-read {
border: 3px solid #00ACC1;
padding: 2rem;
box-sizing: border-box;
border-radius: 5px;
background: rgba(37, 65, 145, 0.05);
}
.genre .toc_toggle {
display: none !important;
}
.genre .genre-box {
padding: 2rem;
box-sizing: border-box;
border: 5px solid #00ACC1;
}
.genre .genre-box .genre_inner {
background-color: #ffffff;
padding: 2rem;
box-sizing: border-box;
}
.genre .genre-box .btn-wrap {
margin: 0 !important;
}
.genre .genre-box .btn-wrap .btn {
width: 100% !important;
max-width: 300px !important;
}
.genre .recommend-table {
background-color: #ffffff;
} .rl_post ul {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 3rem;
margin-left: 0 !important;
}
@media screen and (min-width: 768px) {
.rl_post ul {
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
}
.rl_post ul li {
max-width: 570px;
transition: opacity 0.2s linear;
}
.rl_post ul li:hover {
opacity: 0.7;
transition: opacity 0.3s linear;
}
.rl_post ul li a {
width: 100%;
}
.rl_post ul li a .img-wrap {
width: 100%;
overflow: hidden;
position: relative;
}
.rl_post ul li a .img-wrap .category {
display: inline-block;
background-color: #00ACC1;
color: #ffffff;
padding: 0.5rem;
letter-spacing: 0.1em;
position: absolute;
top: 0;
left: 0;
}
.rl_post ul li a .img-wrap img, .rl_post ul li a .img-wrap .noImg {
width: 100%;
height: 200px;
object-fit: cover;
object-position: center;
transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
.rl_post ul li a .img-wrap img, .rl_post ul li a .img-wrap .noImg {
height: 250px;
}
}
@media screen and (min-width: 1024px) {
.rl_post ul li a .img-wrap img, .rl_post ul li a .img-wrap .noImg {
height: 300px;
}
}
.rl_post ul li a .img-wrap .noImg {
background-color: #ccc;
display: flex;
align-items: center;
justify-content: center;
}
.rl_post ul li a .img-wrap .noImg i {
color: #ffffff;
font-size: 6rem;
}
.rl_post ul li a .text-wrap {
padding: 1.5rem 0;
}
.rl_post ul li a .text-wrap h4 {
font-size: 16px;
line-height: 1.2;
margin: 0;
padding-left: 1rem;
border-left: 5px solid #00ACC1;
} .nxrc-list *, .nxrc-search-form * {
list-style: none;
margin: 0;
padding: 0;
color: inherit;
border: 0;
box-sizing: border-box;
transition: all 0.3s ease;
}
.nxrc-title {
display: block;
font-size: 1.2em;
}
.nxrc-search-form table, .nxrc-title {
margin-bottom: 20px;
}
.nxrc-excerpt {
margin-bottom: 10px;
}
.nxrc-search-form table {
margin-bottom: 0;
}
.nxrc-list li, .nxrc-search-form {
margin-bottom: 0px;
}
.nxrc-search-form input, .nxrc-search-form select {
vertical-align: middle;
}
.nxrc-fields th, .nxrc-links, .nxrc-search-button, .nxrc-search-form th {
text-align: center;
}
.nxrc-fields th, .nxrc-links, .nxrc-search-button, .nxrc-search-form caption, .nxrc-search-form th, .nxrc-title {
font-weight: 700;
}
.nxrc-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 1rem;
}
.nxrc-links a, .nxrc-links span {
width: 48%;
margin: 1%;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}
.nxrc-excerpt, .nxrc-fields {
font-size: 0.8em;
}
.nxrc-list .nxrc-excerpt a {
color: #777;
}
.nxrc-list .nxrc-excerpt a:link, .nxrc-list .nxrc-excerpt a:visited {
color: #777;
}
.nxrc-fields, .nxrc-search-button button, .nxrc-search-form table {
width: 100%;
}
.nxrc-link {
display: inline-block;
width: 40%;
}
.nxrc-fields th {
width: 20%;
background: #f5f5f5;
color: #263238;
font-size: 12px;
border: 1px solid #ddd;
}
.nxrc-search-form th {
width: 20%;
background: #f5f5f5;
color: #263238;
font-size: 14px;
}
.nxrc-fields td {
font-size: 12px;
border: 1px solid #ddd;
}
.nxrc-search-form td {
font-size: 14px;
}
.nxrc-search-button button {
display: flex;
justify-content: center;
align-items: center;
max-width: 500px;
width: 90%;
margin: 0 auto;
padding: 16px 12px;
font-size: 18px;
font-weight: 700;
font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
color: #ffffff;
background-image: linear-gradient(to right, #F44336 0%, #ffa825 100%);
border-radius: 400px;
cursor: pointer;
}
.nxrc-link {
margin: 0 10px;
height: 60px;
line-height: 60px;
background-color: #ffa825;
color: #ffffff;
border-radius: 40px;
cursor: pointer;
}
.nxrc-link:hover, .nxrc-search-button button:hover {
text-decoration: none;
opacity: 0.5;
}
.nxrc-link.active {
background-color: #c00;
}
.nxrc-link.disable {
background-color: #ccc;
pointer-events: none;
}
.nxrc-fields, .nxrc-search-form table {
border-spacing: 0;
}
.nxrc-search-form td, .nxrc-search-form th {
padding: 10px;
}
.nxrc-fields td, .nxrc-fields th {
padding: 10px;
}
.nxrc-search-form select {
padding: 12px;
border: 1px solid #ddd;
border-radius: 4px;
-moz-appearance: menulist;
-webkit-appearance: menulist;
}
.nxrc-search-form input[type="checkbox"], .nxrc-search-form input[type="radio"] {
width: 1em;
}
.nxrc-list li {
position: relative;
padding: 16px;
background: rgba(255, 255, 255, 0.9);
border-radius: 4px;
overflow: hidden;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.nxrc-list li:first-child .search-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 6px solid #FFCA28;
z-index: 1;
box-sizing: border-box;
pointer-events: none;
}
.nxrc-list li:first-child .search-wrap:before {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100px;
background: url(//push-notification-service.info/wp-content/themes/e_ver004/search/img/recommend.svg) center no-repeat;
background-size: 100%;
content: "";
}
.nxrc-title {
position: relative;
margin-bottom: 20px;
padding: 0 12px 20px 12px;
color: #333 !important;
font-size: 22px;
}
.nxrc-title:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
content: "";
background-image: -webkit-repeating-linear-gradient(135deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
background-size: 7px 7px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.nxrc-title:before {
position: absolute;
bottom: 0;
top: 0;
left: 5px;
width: 12px;
height: 12px;
background: url(//push-notification-service.info/wp-content/themes/img/angles-right.svg) center no-repeat;
background-size: 100%;
margin: auto;
content: "";
}
.nxrc-fields {
background: #ffffff;
}
.nxrc-fields tr:not(:first-child) th {
border-top: dotted 1px #ddd;
}
.nxrc-search-form {
padding: 30px;
background: #f9f9f9;
border-radius: 4px;
margin: 0 auto 40px;
box-sizing: border-box;
}
.nxrc-search-form tr:not(:first-child) th {
border-top: solid 1px #ddd;
}
.nxrc-search-form-content {
padding: 40px;
background: #ffffff;
border: 1px solid #eee;
}
.nxrc-search-form caption { font-size: 20px;
margin: auto;
padding: 1rem 2rem;
color: #ffffff;
background: #444;
}
.nxrc-search-form caption span, .nxrc-search-form caption img {
display: inline-block;
}
.nxrc-search-form caption img {
margin-right: 6px;
}
.flexin {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.search-img {
display: block;
width: 320px;
position: relative;
overflow: hidden;
}
.search-img img {
display: block;
width: 100%;
height: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
transform: scale(1.6);
}
.search-txt {
width: calc(100% - 340px);
}
@media screen and (max-width: 768px) {
.search-img {
width: 100%;
height: auto;
margin-bottom: 10px;
}
.search-img img {
width: 100%;
height: auto;
position: static;
}
.search-txt {
width: 100%;
}
.nxrc-list li {
width: 90%;
margin: auto;
}
.nxrc-title {
font-size: 18px;
}
}
.kensaku-space {
margin-top: 60px;
}
.formWrapper {
display: flex;
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.nxrc-search-form td label {
margin-right: 10px;
}
.nxrc-search-form {
position: relative;
max-width: 700px;
background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 2px, white 0, white 4px);      }
.nxrc-search-form a:link {
color: #ffffff;
}
.nxrc-search-form td {
padding: 14px;
}
.nxrc-search-form caption {
border-radius: 0;
}
.nxrc-search-form select {
max-width: 320px;
}
.nxrc-search-form label {
display: inline-block;
margin: 4px !important;
}
.nxrc-search-form input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: none;
opacity: 0;
width: 1px;
position: absolute;
height: 1px;
}
.nxrc-search-form input[type="radio"] + span {
position: relative;
display: inline-block;
vertical-align: middle;
cursor: pointer;
padding: 10px 11px 8px 30px;
border-radius: 4px;
font-weight: 500;
font-size: 12px;
background: #f9f9f9;
}
.nxrc-search-form input[type="radio"] + span::before, .nxrc-search-form input[type="radio"] + span::after {
position: absolute;
content: "";
display: block;
border-radius: 50%;
top: 0;
bottom: 0;
margin: auto 10px auto 0;
box-sizing: border-box;
}
.nxrc-search-form input[type="radio"] + span::before {
width: 16px;
height: 16px;
background: #ffffff;
border: 2px solid #999999;
left: 9px;
}
.nxrc-search-form input[type="radio"]:checked + span::before {
border: 2px solid #0070bd;
}
.nxrc-search-form input[type="radio"] + span::after {
width: 8px;
height: 8px;
background: #999999;
left: 13px;
opacity: 0;
}
.nxrc-search-form input[type="radio"]:checked + span::after {
background: #0070bd;
}
.nxrc-search-form input[type="radio"]:checked + span::after {
opacity: 1;
}
@media (max-width: 650px) {
.nxrc-search-form input[type="radio"] + span {
padding: 10px 11px 8px 30px;
}
}
.nxrc-search-form table {
background: #ffffff;
}
.nxrc-search-form-content {
margin-bottom: 20px;
padding: 20px;
background: #ffffff;
border-radius: 8px;
}
.nxrc-search-form .checknox-wrap {
display: inline-block;
position: relative;
padding: 10px 11px 8px 30px;
background: #f9f9f9;
margin-bottom: 12px;
cursor: pointer;
font-size: 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: 400;
border-radius: 4px;
}
.nxrc-search-form .checknox-wrap input {
display: none;
font-weight: 400;
}
.nxrc-search-form .checknox-wrap .checkmark {
position: absolute;
top: 13px;
left: 9px;
height: 14px;
width: 14px;
background: #ffffff;
border: 2px solid #999999;
box-sizing: border-box;
border-radius: 4px;
}
.nxrc-search-form .checknox-wrap .checkmark:after {
content: "";
position: absolute;
display: none;
left: 2px;
top: -3px;
width: 5px;
height: 10px;
border: 2px solid #ffffff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.nxrc-search-form .checknox-wrap input:checked + .checkmark {
background-color: #0070bd;
border: 2px solid #0070bd;
}
.nxrc-search-form .checknox-wrap input:checked + .checkmark:after {
display: block;
}
.nxrc-list a:link, .nxrc-list a:hover, .nxrc-list a:active, .nxrc-list a:visited {
color: #ffffff;
}
.nxrc-list li {
margin-bottom: 30px;
}
.nxrc-search-button img {
margin-left: 8px;
}
.nxrc-search-form {
width: 95%;
}
@media screen and (max-width: 768px) {
.nxrc-search-form {
width: auto;
}
}
@media screen and (max-width: 480px) {
.nxrc-link {
display: inline-block;
width: 85%;
margin: 10px;
}
.nxrc-search-form th, .nxrc-search-form td {
display: block;
width: 100%;
padding: 4px;
}
.nxrc-list li {
border-width: 2px;
}
}
.nxrc-title a {
color: #333 !important;
}
.search-block {
background: #eee;
}
.search-result {
max-width: 900px;
margin: 0 auto;
}
.search-result--header {
font-size: 20px;
font-weight: 700;
line-height: 1.2;
}
.search-result--header span {
font-size: 150%;
color: #d00;
}
.search-result th, .search-result td {
padding: 1rem;
font-size: 1.6rem;
}
.search-result .nxrc-fields th {
background: #444444;
color: #ffffff;
}
.search-totop {
width: 100%;
display: block;
max-width: 320px;
margin: auto;
padding: 1rem 0;
text-align: center;
background: #444;
color: #ffffff;
box-sizing: border-box;
border-radius: 40px;
border: 2px solid #444;
position: relative;
transition: 0.2s;
}
.search-totop:hover {
background: #ffffff;
color: #444;
transition: 0.2s;
}
@media screen and (max-width: 768px) {
.nxrc-fields th, .nxrc-fields td {
width: auto;
font-size: 12px;
}
.nxrc-fields th {
width: 40%;
}
.nxrc-fields td {
width: 60%;
}
.nxrc-search-form caption {
font-size: 18px;
}
}
.nxrc-list li th {
width: auto;
}
.nxrc-fields {
table-layout: fixed;
}
.breadcrumb_wrap {
color: #444;
} .sitemap-home {
display: block;
position: relative;
margin-bottom: 3rem;
padding: 1rem 1rem 1rem 4rem;
background: rgba(0, 172, 193, 0.05);
font-weight: 700;
}
.sitemap-home:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 100%;
margin: auto;
padding: 0.5rem;
background: #00ACC1;
color: #ffffff;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-home:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
width: 16px;
height: 16px;
margin: auto;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-rank {
display: block;
position: relative;
padding: 1rem 1rem 1rem 4rem;
background: rgba(0, 172, 193, 0.05);
font-weight: 700;
}
.sitemap-rank:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 100%;
margin: auto;
padding: 0.5rem;
background: #00ACC1;
color: #ffffff;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-rank:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
width: 16px;
height: 16px;
margin: auto;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-ul > li > a {
position: relative;
padding-left: 3rem;
font-weight: 700;
}
.sitemap-ul > li > a:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: inline-block;
width: 20px;
height: 20px;
color: #00ACC1;
margin: auto;
font-size: 2rem;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-ul a {
padding: 1rem;
border-bottom: 1px solid #eeeeee;
}
.sitemap-ul ul {
padding-left: 3rem;
}
.sitemap-ul ul a {
display: block;
position: relative;
border-bottom: 1px solid #eeeeee;
}
.sitemap-ul ul a:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
width: 16px;
height: 16px;
margin: auto;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-pages a {
display: block;
position: relative;
border-bottom: 1px solid #eeeeee;
padding: 1rem;
}
.sitemap-pages a:before {
content: "" !important;
}
.sitemap-pages a:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
width: 16px;
height: 16px;
margin: auto;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-pickup a {
display: block;
position: relative;
border-bottom: 1px solid #eeeeee;
padding: 1rem;
}
.sitemap-pickup a:before {
content: "" !important;
}
.sitemap-pickup a:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
width: 16px;
height: 16px;
margin: auto;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
} span.pr-tag {
position: absolute;
top: 0;
left: 10px;
bottom: 0;
display: block;
margin: auto;
width: 38px;
height: 20px;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
border-radius: 5px;
background: #333;
color: #ffffff;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 700;
}
span.pr-head-tag {
position: absolute;
top: 0;
left: 10px;
display: block;
margin: auto;
width: 46px;
height: 26px;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
border-radius: 0 0 5px 5px;
background: #00ACC1;
color: #ffffff;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
font-weight: 700;
}
span.pr-head-tag i {
margin-right: 0.5rem;
}
.headerInner span.pr-tag_st, .site_name span.pr-tag_st {
display: inline-block;
font-size: 12px;
padding: 3px 12px;
background: #444;
color: #fff;
line-height: 1;
}
.headerInner-logo, .site_name {
display: flex;
align-items: center;
}
.headerInner-logo span, .site_name span {
margin-right: 6px;
}
.recommend-ttl_h3 {
text-align: left;
position: relative;
padding-right: 3rem;
padding-left: 1rem;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
font-size: 1.7rem;
}
@media screen and (min-width: 480px) {
.recommend-ttl_h3 {
font-size: 2.8rem;
padding-right: 5rem;
padding-left: 4rem;
}
}  .pr-area {
background: url(//push-notification-service.info/wp-content/themes/e_ver004/img/pr-bg.png) center no-repeat;
background-size: cover;
}
.pr-btn--box {
display: flex;
flex-wrap: wrap;
padding-bottom: 5px;
justify-content: center;
background: unset !important;
border: unset !important;
}
.pr-btn .pr-btn2 {
display: block;
width: 46%;
margin: 0 auto;
}
.pr-bottom {
position: relative;
max-width: 900px;
margin: 0 auto;
background-size: auto auto;
background-color: #f9f9f9;
background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, white 2px, white 4px);
padding: 40px;
border: 3px solid #00ACC1;
border-radius: 10px;
}
body .pr-bottom--head {
margin-top: 0;
margin-bottom: 1rem;
padding-right: 8rem;
text-align: center;
font-weight: 700;
font-size: 2.4rem;
color: #263238;
line-height: 1.4;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
position: relative;
}
body .pr-bottom--head img {
position: absolute;
top: 0;
right: -2rem;
bottom: 0;
margin: auto;
}
body .pr-bottom--head span {
font-size: 3rem;
display: block;
color: #00ACC1;
border-top: 2px dashed #263238;
margin-top: 1rem;
}
.pr-bottom--cont {
display: flex;
flex-wrap: wrap;
background: #fff;
}
.pr-bottom--cont_l {
position: relative;
width: 100%;
height: 400px;
margin-bottom: 1rem;
}
.pr-bottom--cont_l img {
position: absolute;
width: 100%;
height: 100% !important;
object-fit: cover;
margin: auto;
max-width: initial !important;
}
.pr-bottom--cont_r {
width: 100%;
}
h3.pr-bottom--cont_lead {
margin-top: 0;
padding: 0 !important;
text-align: left;
font-size: 2rem;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
font-weight: 700;
margin-bottom: 1rem;
}
h3.pr-bottom--cont_lead:before {
display: none;
}
.pr-bottom--cont_txt {
margin-bottom: 1.6rem;
}
.pr-bottom--cont_txt span, .pr-bottom--cont_lead span {
color: #00ACC1;
}
.pr-bottom--btn {
width: 100%;
display: block;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.5;
position: relative;
display: inline-block;
margin-bottom: 10px;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #212529;
border-radius: 0.5rem;
}
a.btn-c {
display: block;
font-size: 2.2rem;
position: relative;
padding: 1rem 4rem 1rem 2rem;
color: #fff;
background: #1DE9B6;
-webkit-box-shadow: 0 5px 0 rgba(38, 50, 56, 0.2);
box-shadow: 0 5px 0 rgba(38, 50, 56, 0.2);
max-width: 500px;
width: 90%;
margin: 0 auto;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
}
a.btn-c span {
font-size: 1.2rem;
display: inline-block;
width: 100%;
margin-bottom: 0rem;
padding: 0.2rem 0.5rem;
color: #ffffff;
border-radius: 4px;
transition: 0.3s;
}
@media screen and (min-width: 768px) {
a.btn-c span {
font-size: 1.4rem;
}
}  a.btn-c:before {
font-family: "Font Awesome 5 Free";
font-size: 1.8rem;
line-height: 1;
position: absolute;
top: calc(50% - 0.7rem);
right: 1.5rem;
margin: 0;
padding: 0;
content: "";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a.btn-c:hover {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
color: #fff;
background: #cc0000;
-webkit-box-shadow: 0 2px 0 rgba(38, 50, 56, 0.3);
box-shadow: 0 2px 0 rgba(38, 50, 56, 0.3);
}
a.btn-c:hover span {
color: #ffffff;
}
a.btn-c:hover:before {
right: 1rem;
}
@media screen and (max-width: 768px) {
.pr-bottom {
padding-left: 2rem;
padding-right: 2rem;
}
body .pr-bottom--head {
font-size: 24px;
text-align: left;
}
.pr-bottom--cont_l {
width: 100%;
height: 300px;
margin-right: 0px;
margin-bottom: 20px;
}
h3.pr-bottom--cont_lead {
font-size: 18px;
}
.pr-bottom--cont_r {
width: 100%;
}
a.btn-c {
font-size: 18px;
line-height: 1.3;
}
}
@media screen and (max-width: 480px) {
body .pr-bottom--head span {
font-size: 150% !important;
}
body .pr-bottom--head {
font-size: 14px !important;
}
.pr-bottom--cont_l {
height: 180px;
}
a.btn-c {
font-size: 16px !important;
}
}  .footer-banner {
display: none;
}
.pr {
display: none;
position: fixed;
bottom: 30px;
right: 10px;
z-index: 10;
transition: all 0.5s ease-out;
}
.pr.active {
display: block;
transition: all 0.5s ease-out;
}
.pr-inner {
display: block;
background-color: rgba(0, 172, 193, 0.95);
padding: 1rem 1rem;
box-sizing: border-box;
position: relative;
width: 100%;
max-width: 400px;
height: 70px;
position: relative;
margin: 0 auto;
cursor: pointer;
transition: 0.3s;
border: 2px solid #00ACC1;
padding-left: 6rem;
}
.pr-inner:hover {
background: #ffffff;
color: #00ACC1;
}
.pr-inner:hover .pr-title {
color: #00ACC1;
}
.pr-inner:hover .pr-title span {
color: #ffffff;
background: #00ACC1;
}
.pr-title {
font-size: 1.6rem;
color: #fff;
font-weight: 700;
line-height: 1.4;
}
.pr-title span {
transition: 0.3s;
position: absolute;
top: 0;
bottom: 0;
left: 1rem;
margin: auto;
color: #00ACC1;
font-weight: 700;
font-size: 2rem;
display: flex;
justify-content: center;
align-items: center;
width: 4rem;
height: 4rem;
border-radius: 100px;
background: #ffffff;
}
.pr p {
color: #fff;
font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
.pr {
width: 100%;
right: 0;
bottom: 0px;
}
.pr-inner {
max-width: 100%;
}
.pr-title span {
font-size: 2rem;
}
.pr-title {
font-size: 1.6rem;
}
.pr-border {
transform: translatex(0);
}
}  .pr_last_head {
font-size: 2rem;
font-weight: 700;
line-height: 1.25;
text-align: center;
padding: 1.6rem;
border-top: 3px solid #00ACC1;
border-bottom: 3px solid #00ACC1;
background: rgba(37, 65, 145, 0.05);
}
@media screen and (min-width: 768px) {
.pr_last_head {
font-size: 2.4rem;
}
}
@media screen and (min-width: 1024px) {
.pr_last_head {
font-size: 2.8rem;
}
}
.pr_point {
padding: 1.6rem;
font-size: 2rem;
font-weight: 700;
line-height: 1.25;
text-align: center;
position: relative;
}
@media screen and (min-width: 768px) {
.pr_point {
font-size: 2.4rem;
}
}
@media screen and (min-width: 1024px) {
.pr_point {
font-size: 2.8rem;
}
}
.pr_point:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, rgba(0, 172, 193, 0.6), rgba(0, 172, 193, 0.6) 3px, #fff 3px, #fff 6px);
background: repeating-linear-gradient(-45deg, rgba(0, 172, 193, 0.6), rgba(0, 172, 193, 0.6) 3px, #fff 3px, #fff 6px);
}
.pr_point2 {
text-align: center;
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 3rem;
padding: 1rem;
}
.pr-main {
background: rgba(0, 172, 193, 0.05);
}
.pr-main tbody {
display: table;
width: 100%;
}
.pr-main tr {
width: 100%;
}
.ppt {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.ppt p {
width: 46%;
margin: 2%;
}
@media screen and (max-width: 768px) {
.ppt p {
width: 96%;
order: 2;
}
}
.ppt .pr_img {
width: 46%;
margin: 2%;
}
@media screen and (max-width: 768px) {
.ppt .pr_img {
width: 96%;
order: 1;
}
}
.pr-page .spacer {
max-width: 1024px;
}
.pr-page .pr-main .spacer {
max-width: 800px;
}
.pr-page p {
margin-bottom: 1.6rem;
}
.pr-page .ppt {
margin-bottom: 2rem;
}
.pr-title {
word-break: break-all;
}
.pr + .footer-totop-btn {
bottom: 110px;
}  .pr-main2 {
background: #f5f5f5;
}
.pr-main2_1 {
position: relative;
}
.pr-main2_1:after {
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: auto;
width: 0;
height: 0;
border-style: solid;
border-width: 50px 50px 0 50px;
border-color: #f5f5f5 transparent transparent transparent;
content: "";
}
.pr3box {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.pr3box-lead {
text-align: center;
font-size: 4.2rem;
font-weight: 700;
}
.pr3box-card {
width: 96%;
margin: 2%;
padding: 1.6rem;
background: #ffffff;
}
@media screen and (min-width: 768px) {
.pr3box-card {
width: 29.3%;
}
}
.pr3box-card.pr4box {
width: 98%;
margin: 1%;
}
@media screen and (min-width: 600px) {
.pr3box-card.pr4box {
width: 48%;
}
}
@media screen and (min-width: 768px) {
.pr3box-card.pr4box {
width: 23%;
}
}
.pr3box-ttl {
font-weight: 700;
font-size: 1.8rem;
text-align: center;
}
.pr3box-img {
margin-bottom: 1rem;
}
.pr3box-under {
font-size: 2.8rem;
font-weight: 700;
text-align: center;
}
.solution {
background: rgba(255, 255, 255, 0.2);
} .fadeIn_up {
opacity: 0;
transform: translate(0, 15%);
transition: 0.6s;
}
.fadeIn_up.is-show {
transform: translate(0, 0);
opacity: 1;
}  .sideber_rank {
position: relative;
flex-wrap: wrap;
}
.imgquote {
position: absolute;
margin-top: 5px;
bottom: 0;
right: 0;
padding: 3px 5px;
background: rgba(68, 68, 68, 0.8);
color: #fff;
font-size: 10px;
word-break: break-all;
line-height: 1.3;
}
.sideber_rank .imgquote {
position: static;
width: 100%;
}
.recommend-img {
position: relative;
border: 3px solid #263238;
}
.Thumbnail_box {
position: relative;
}
.tablepress tbody tr:first-child td:first-child {
position: relative;
}
.mainImg {
position: relative;
}
.genre-box .thumbnail {
position: relative;
}
.row-1 {
color: #ffffff;
text-align: center;
}
.row-1 .column-2 {
background: #8dcd83;
}
.row-1 .column-3 {
background: #00ACC1;
}
.row-1 .column-4 {
background: #0075c1;
}
.row-1 .column-5 {
background: #0E5A89;
}
.row-1 .column-6 {
background: #FF5722;
}
.row-1 .column-7 {
background: #FF9800;
}
.row-1 .column-8 {
background: #4DB6AC;
}
.tablepress td {
text-align: center;
}
.tablepress td img {
margin-bottom: 0.5rem;
}
.osusume {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 3rem;
margin-top:20px;
}
.osusume > div {
position: relative;
width: 100%;
padding: 0.6rem;
padding-left: 4rem;
background: #263238;
color: #ffffff;
margin: 0.5rem;
font-size: 1.2rem;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
font-weight: 700;
}
@media screen and (min-width: 768px) {
.osusume > div {
font-size: 1.4rem; width: 26%;
margin: 0 1rem;
}
}
.osusume > div:before {
position: absolute;
top: 0;
bottom: 0;
left: 1rem;
width: 2rem;
height: 2rem;
margin: auto;
background: url(//push-notification-service.info/wp-content/themes/e_ver004/img/check.svg) center no-repeat;
background-size: 100%;
content: "";
}
.home .recommend-img .imgquote {
bottom: 0;
}
@media screen and (min-width: 768px) {
.home .recommend-img .imgquote {
top: 0;
bottom: auto;
}
}
.sec-list {
background: rgba(0, 191, 165, 0.2);
}
.sec-column {
background: rgba(0, 172, 193, 0.2);
}
.single .recommend-box .recommend-table tbody, .single-box .recommend-table tbody {
width: 100%;
display: table;
}
.single .recommend-box .recommend-table tr, .single-box .recommend-table tr {
width: 100%;
}
.single-box #toc_container {
border: 3px solid #00ACC1;
}
.promo {
position: relative;
padding: 3rem 2rem;
background: rgba(0, 172, 193, 0.1);
border-radius: 1rem;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
max-width: 700px;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
.promo {
padding: 3rem;
}
}
.promo-img {
position: absolute;
top: -1.6rem;
right: 2rem;
}
.promo-head {
margin-bottom: 1rem;
font-size: 2.2rem;
padding-right: 10rem;
font-family: "Zen Maru Gothic", serif;
line-height: 1.4;
color: #263238;
}
@media screen and (min-width: 480px) {
.promo-head {
font-size: 2.8rem;
}
}
.promo-head span {
color: #00BFA5;
}
.promo-fukidashi {
overflow: hidden;
color: #0E5A89;
}
.promo-fukidashi i {
margin-right: 1rem;
}
.promo .fukidashi1, .promo .fukidashi3 {
position: relative;
width: 100%;
background: #ffffff;
float: left;
padding: 1rem;
font-weight: 700;
font-size: 1.6rem;
text-align: center;
margin-bottom: 1.6rem;
border-radius: 1rem;
}
@media screen and (min-width: 768px) {
.promo .fukidashi1, .promo .fukidashi3 {
width: 80%;
font-size: 2rem;
}
}
.promo .fukidashi1:after, .promo .fukidashi3:after {
position: absolute;
top: 100%;
left: 2rem;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #ffffff transparent transparent transparent;
content: "";
display: none;
}
@media screen and (min-width: 768px) {
.promo .fukidashi1:after, .promo .fukidashi3:after {
display: block;
}
}
.promo .fukidashi2 {
position: relative;
width: 100%;
background: #ffffff;
float: right;
padding: 1rem;
font-weight: 700;
font-size: 1.6rem;
text-align: center;
margin-bottom: 1.6rem;
border-radius: 1rem;
}
@media screen and (min-width: 768px) {
.promo .fukidashi2 {
width: 80%;
font-size: 2rem;
}
}
.promo .fukidashi2:after {
position: absolute;
top: 100%;
right: 2rem;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #ffffff transparent transparent transparent;
content: "";
display: none;
}
@media screen and (min-width: 768px) {
.promo .fukidashi2:after {
display: block;
}
}
.promo .center {
text-align: center;
}
.promo .center i {
font-size: 2rem;
color: #0E5A89;
}
.promo-ans {
margin-bottom: 2rem;
margin-top: 1rem;
border: 3px solid #0E5A89;
background: #ffffff;
}
.promo-ans ul {
padding: 1.6rem;
}
.promo-ans ul li {
font-size: 1.6rem;
margin: 1rem 0;
text-align: center;
color: #0E5A89;
}
@media screen and (min-width: 768px) {
.promo-ans ul li {
font-size: 2rem;
}
}
.promo-ans-head {
padding: 1rem;
font-size: 2rem;
text-align: center;
background: #0E5A89;
color: #F7FF84;
}
@media screen and (min-width: 768px) {
.promo-ans-head {
font-size: 2.4rem;
}
}
.promo-btn {
color: #ffffff;
display: block;
max-width: 80%;
margin: 0 auto;
background: #1DE9B6;
border: 1px solid #1DE9B6;
box-shadow: 0 6px 0 #00BFA5;
border-radius: 1rem;
padding: 1.6rem;
font-size: 2rem;
text-align: center;
}
.pb-0 {
padding-bottom: 0;
}
.solution {
background: rgba(0, 172, 193, 0.1);
}
.toc_title i {
color: #00ACC1;
}
.single .tablepress tr:last-child td a {
display: inline-block;
width: 100%;
margin-bottom: 0.3rem;
padding: 1rem 0;
text-align: center;
background: #0E5A89;
color: #ffffff;
box-sizing: border-box;
border-radius: 5px;
border: 2px solid #0E5A89;
position: relative;
transition: 0.2s;
}
.single .tablepress tr:last-child td a:hover {
background: #ffffff;
color: #0E5A89;
transition: 0.2s;
}
.single .recommend-box {
padding: 0;
}
.solution .spacer > div {
background: #ffffff;
padding: 2rem;
}
.solution p:last-of-type {
margin-bottom: 0;
}
.single .recommend-ttl_h3 {
width: 100% !important;
position: static;
} .tablepress tbody tr td.column-1 {
position: sticky !important;
top: 0;
left: -5px;
z-index: 10;
}
.row-1 .column-2{
background: #fff;
color: black;
font-weight: bold;
} .pickup-box {
clear: both;
margin: 60px 0;
}
.pickup-box dt span {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
position: relative;
line-height: 1.4;
}
.pickup-box dt span::before, .pickup-box dt span::after {
content: "";
display: block;
width: 3px;
height: 37px;
background-color: var(--pickup-box-primary-color);
}
.pickup-box dt span::before {
margin-right: 16px;
transform: rotate(-22deg);
}
.pickup-box dt span::after {
margin-left: 16px;
transform: rotate(22deg);
}
@media screen and (min-width: 768px) {
.pickup-box dt span {
font-size: 18px;
}
}
.pickup-box .title {
align-items: center;
box-sizing: border-box;
border-radius: 7px 7px 0 0;
color: #ffffff !important;
display: flex;
font-size: 18px;
font-weight: 600;
height: 60px;
justify-content: center;
margin: 0 !important;
text-align: center;
position: relative;
width: 100%;
border: none;
line-height: 1.4;
padding: 0 65px !important;
}
@media screen and (min-width: 768px) {
.pickup-box .title {
font-size: 22px;
}
}
.pickup-box .title::after {
content: "PR";
display: flex;
align-items: center;
justify-content: center;
background: #fff !important;
width: 40px;
height: 25px;
border-radius: 5px;
font-size: 12px;
font-weight: 700;
line-height: 1;
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
}
.pickup-box dl {
margin: 0 !important;
border-radius: 15px 15px 0 0;
}
.pickup-box dd {
background-color: #fff;
padding: 20px 20px 25px;
margin: 0 !important;
position: relative;
}
.pickup-box .mainImg {
width: 100%;
}
.pickup-box .mainImg img {
width: 100%;
height: auto !important;
object-fit: cover;
object-position: center top;
margin: 0 !important;
}
.pickup-box .texts {
margin: 15px 0 20px;
}
.pickup-box .texts p {
font-size: 14px !important;
font-weight: 500;
margin: 0 !important;
line-height: 1.45;
}
.pickup-box .texts p + p {
margin-top: 10px !important;
}
.pickup-box .btn-wrap {
margin-bottom: 0 !important;
}
.pickup-box .btn-wrap .btn {
width: 100%;
max-width: 350px;
min-width: 150px;
margin: 0 auto;
padding: 0 !important;
overflow: visible;
}
.pickup-box .btn-wrap .btn a {
box-shadow: none !important;
text-shadow: none !important;
box-shadow: none !important;
margin: 0 !important;
}
.pickup-box .btn-wrap .btn a::before {
display: none !important;
}
.pickup-box .btn-wrap .btn.design2 a {
display: inline-block;
font-size: 16.5px;
line-height: 1.5;
border: none;
border-radius: 5px;
position: relative;
color: #fff;
padding: 20px 32.5px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
vertical-align: middle;
width: 100%;
box-sizing: border-box;
font-weight: 600 !important;
letter-spacing: 0.06em;
text-decoration: none !important;
}
.pickup-box .btn-wrap .btn.design2 a i {
position: absolute;
top: 0;
bottom: 0;
right: 1.6rem;
height: 16px;
margin: auto;
} .btn.btn2.design2 a {
background: var(--pickup-box-button-bg-color) !important;
-webkit-box-shadow: 0 5px 0 var(--pickup-box-button-shadow-color) !important;
box-shadow: 0 5px 0 var(--pickup-box-button-shadow-color) !important;
} .btn.btn2.design2:hover a {
box-shadow: 0 2px 0 var(--pickup-box-button-shadow-color) !important;
transform: translateY(5px);
transition: 0.3s;
}
.pickup-box .quote {
display: block;
font-size: 10px;
text-align: right;
line-height: 1;
margin: 5px 5px 5px auto;
color: #999;
cursor: pointer;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
padding: 0 3px 3px;
} .pickup-box .title,
.pickup-box dt span::before, .pickup-box dt span::after {
background-color: var(--pickup-box-primary-color);
}
.pickup-box dl {
border: 5px solid var(--pickup-box-primary-color);
}
.pickup-box .title::after {
color: var(--pickup-box-primary-color);
} :root {
--pickup-box-primary-color: #00ACC1;
--pickup-box-button-bg-color: #1DE9B6;
--pickup-box-button-shadow-color: rgba(38, 50, 56, 0.3);
}
.comparsion-list-wrap .comparsion-list-inner {
padding-bottom: 25px;
}
.comparsion-list-wrap table {
display: block;
border-spacing: 0;
width: 100%;
border-collapse: collapse;
background: #fff;
border: 1px solid #ccc;
border-top: 0 solid #ccc;
}
.comparsion-list-wrap table th, 
.comparsion-list-wrap table td {
padding: 10px;
text-align: left;
word-wrap: break-all; }
.comparsion-list-wrap table thead th {
background-color: #000;
color: #fff;
text-align: center;
border-top: 1px solid #ccc;
border-color: #ccc;
border-style: solid;
border-width: 2px 1px 1px 0;
}
.comparsion-list-wrap table tbody td {
background: #fff;
border-color: #ccc;
border-style: solid;
border-width: 0 1px 1px 0;
border: 1px solid #ddd;
}
.comparsion-list-wrap [class*='cl-btn-style_'] {
color: #fff;
padding: 10px;
border-radius: 0;
text-decoration: none;
display: block;
width: 100%;
box-sizing: border-box;
text-align: center;
font-size: 14px;
line-height: 1.4;
font-weight: 700;
border: 2px solid;
position: relative;
}
.comparsion-list-wrap [class*='cl-btn-style_'] i {
position: absolute;
right: 16px;
top: 50%;
transform: translatey(-50%);
}
.comparsion-list-wrap [class*='cl-btn-style_']:hover {
background: #fff;
transition: 0.2s;
}
.comparsion-list-wrap [class*='cl-btn-style_'] +  [class*='cl-btn-style_'] {
margin-top: 10px;
}
.comparsion-list-wrap .cl-btn-style_1 {
background-color: #0E5A89; 
border-color: #0E5A89; 
}
.comparsion-list-wrap .cl-btn-style_1:hover {
color: #0E5A89; 
}
.comparsion-list-wrap .cl-btn-style_2 {
background-color: #FAA755; 
border-color:#FAA755; 
}
.comparsion-list-wrap .cl-btn-style_2:hover {
color: #FAA755; 
}
.comparsion-list-wrap .cl-btn-style_2 {
background-color: #FAA755; 
border-color:#FAA755; 
}
.comparsion-list-wrap .cl-btn-style_2:hover {
color: #FAA755; 
}
.comparsion-list-wrap .cl-btn-style_3 {
background-color: #ffd700; 
border-color:#ffd700; 
}
.comparsion-list-wrap .cl-btn-style_3:hover {
color: #ffd700; 
}
.comparsion-list-wrap .cr-icons-style_ img {
width: 20px;
height: 20px;
margin-right: 5px;
}
.comparsion-list-wrap .cl-icons-txt {
margin-top: 12px;
text-align: center;
line-height: 1.4;
font-size: 9px;
vertical-align: middle;
word-break: break-all;
}
.comparsion-list-wrap thead th {
font-size: 1.1rem;
font-weight: 700;
padding: 5px;
text-align: center;
vertical-align: top;
background: #fff;
white-space: nowrap;
} .comparsion-list-wrap tbody tr td{
width: 10%;
min-width: 80px;
}
@media (max-width: 768px) {
.comparsion-list-wrap tbody tr td {
min-width: 100px;
}
}
.comparsion-list-wrap tbody tr .cl-td_1 {
width: 15%;
}
@media (max-width: 768px) {
.comparsion-list-wrap tbody tr .cl-td_1  {
min-width: 110px;
}
}
.comparsion-list-wrap tbody tr .cl-td_2,
.comparsion-list-wrap tbody tr .cl-td_3 {
width: 17%;
}
@media (max-width: 768px) {
.comparsion-list-wrap tbody tr .cl-td_2,
.comparsion-list-wrap tbody tr .cl-td_3 {
min-width: 220px;
}
}
.comparsion-list-wrap tbody tr .cl-td_4,
.comparsion-list-wrap tbody tr .cl-td_5{
width: 8%;
min-width: 70px;
}
.comparsion-list-wrap tbody tr .cl-td_6 {
width: 17%;
font-size: 1.25rem;
}
@media (max-width: 768px) {
.comparsion-list-wrap tbody tr .cl-td_6 {
min-width: 100px;
}
}
.comparsion-list-wrap tbody tr .cl-td_7 {
width: 17%;
}
.comparsion-list-wrap tbody tr .cl-td_7 .txt-center {
display: block;
margin-top: 2px;
text-align: center;
font-size: 9px;
}
@media (max-width: 768px) {
.comparsion-list-wrap tbody tr .cl-td_7 {
min-width: 120px;
}
}
.comparsion-list-wrap .cl-cpName {
text-align: center;
line-height: 1.25;
text-decoration: underline;
font-size: 12.5px;
margin-bottom: 5px;
}
.comparsion-list-wrap .cl-quote {
text-align: right;
display: block;
margin-top: 5px;
color: #333;
font-size: 9px;
word-break: break-all;
line-height: 1.2;
overflow-x: auto;
width: 100%;
}
.comparsion-list-wrap [class*='cl-icons-style_'] {
width: 100%;
display: block;
margin: 0 auto !important;
}
.comparsion-list-wrap [class*='cl-icons-style_'] img{
width: 65px;
height: 65px;
min-width: 65px;
object-fit: contain;
display: block;
margin: 0 auto !important;
}
.comparsion-list-wrap thead th:first-child,
.comparsion-list-wrap .cl-td_1 {
position: sticky;
z-index: 1;
left: 0;
white-space: normal;
word-break: inherit;
}
.comparsion-list-wrap .cl-td_1 a{
display: block;
width: 100%;
}
.comparsion-list-wrap .cl-td_1 a:hover {
opacity: .5;
transition: all 0.2s;
}
.comparsion-list-wrap .cl-td_1 img {
height: 60px !important;
object-fit: cover;
object-position: center top;
}
.comparsion-list-wrap  .cl-td_3 {
font-size: 1.4rem;
}
.comparsion-list-wrap tbody tr td.cl-td_1 {
background: #fff;
border-color: #ccc;
border-style: solid;
border-width: 1px 1px 1px 0;
} .cl-tr_6, .cl-tr_7 {
display: none;
} #toggle-btn.cl-btn-style_toggle {
background-color: #fff;
color: #333;
border-color : #ccc;
max-width: 500px;
margin: 0 auto;
}
#toggle-btn.cl-btn-style_toggle i {
position: static;
line-height: 1;
transform: unset;
display: inline-block;
margin-right: 5px;
} .info-wrapper {
margin:0 0 25px !important;
}
.info-wrapper .info-list,
.info-wrapper .info-list li{
margin:0 !important;
padding: 0 !important;
list-style: none;
}
.info-wrapper .info-list li {
display: flex;
flex-direction: row;
align-items: flex-start; box-sizing: border-box;
justify-content: space-between;
padding: 20px !important;
border: 3px solid var(--info-primary-color)!important;
background-color: #fff;
position: relative; }
.info-wrapper .info-list li:not(.info-wrapper.info-scroll .info-list li) + li {
margin-top: 22px !important;
}
.info-wrapper .info-list li .img-wrap {
width: 25%;
min-width: 250px;
margin-right: 20px;
}
.info-wrapper .info-list li .img-wrap img {
width: 100%;
height: auto;
}
.info-wrapper .info-list li .img-wrap .info-quote {
display: block;
font-size: 9px;
text-align: right;
line-height: 1;
margin: 5px 5px 5px auto;
color: #999;
cursor: pointer;
}
.info-wrapper .info-list li .img-wrap .info-quote a {
color: blue;
}
.info-wrapper .info-list li .img-wrap .info-quote{
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
padding: 0 3px 3px;
}
.info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar {
height: 3px;
}
.info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar-track {
background-color: #ccc;
}
.info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar-thumb {
background-color: #999;
}
.info-wrapper .info-list li .text-wrap {
width: calc(75% - 20px);
padding-bottom: 50px;
}
.info-wrapper .info-list li .text-wrap .title {
font-size: 22px;
line-height: 1.25;
font-weight: 500;
color: #333;
border-left: 3px solid var(--info-button-bg-color);
padding-left: 7px;
margin-bottom: 16px;
position: relative;
}
.info-wrapper .info-list li .text-wrap .title::after {
content: '';
display: block;
background-color: var(--info-button-bg-color);
width: calc(100% - 3px);
height: 3px;
margin: 5px 0 0 auto;
}
.info-wrapper .info-list li .text-wrap .info-dl {
display: flex;
margin: 0 !important;
text-align: left;
line-height: 1.4;
color: #333;
}
.info-wrapper .info-list li .text-wrap .info-dl + .info-dl {
margin-top: 10px !important;
}
.info-wrapper .info-list li .text-wrap .info-dl dt,
.info-wrapper .info-list li .text-wrap .info-dl dd {
display: block;
font-size: 13.5px;
line-height: 1.2;
font-weight: 400;
margin: 0 !important;
}
.info-wrapper .info-list li .text-wrap .info-dl dt {
white-space: nowrap;
position: relative;
display: flex;
align-items: center; min-width: 100px; 
padding: 8px 10px !important;
line-height: 1.2;
color: #fff;
background-color: var(--info-primary-color);
}
.info-wrapper .info-list li .text-wrap .info-dl dd {
padding: 5px 0 5px 5px !important;
}
.info-wrapper .info-list li .text-wrap .info-button {
max-width: 300px;
width: 100%;
margin-left: auto;
text-align: center;
position: absolute;
right: 20px;
bottom: 20px;
}
.info-wrapper .info-list li .text-wrap .info-button a {
display: block;
font-size: 16.5px;
line-height: 1.4;
border: none;
position: relative;
color: #fff;
padding: 15px 25px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
width: 100%;
box-sizing: border-box;
font-weight: 500 !important;
letter-spacing: 0.06em;
text-decoration: none !important;
background-color: #0E5A89 !important;
border: 2px solid #0E5A89 !important;
transition: all .3s;
}
.info-wrapper .info-list li .text-wrap .info-button a i {
position: absolute;
top: 0;
bottom: 0;
right: 16px;
height: 16px;
margin: auto;
transition: all .3s;
}
.info-wrapper .info-list li .text-wrap .info-button:hover a  {
background-color: #fff;
color: var(--info-button-bg-color);
transition: all .3s;
}
.info-wrapper .info-list li .text-wrap .info-button:hover a i {
right: 12px;
transition: all .3s;
} @media (max-width: 768px) {
.info-wrapper .info-list li {
flex-direction: column;
text-align: center;
padding: 16px 16px 90px !important;
}
.info-wrapper .info-list li .img-wrap {
width: auto;
min-width: 100%;
margin-right: 0;
}
.info-wrapper .info-list li .img-wrap img {
width: 100%;
height: auto;
}
.info-wrapper .info-list li .text-wrap {
width: auto;
padding-bottom: 0;
}
.info-wrapper .info-list li .text-wrap .title {
font-size: 16px;
text-align: left;
}
.info-wrapper .info-list li .text-wrap .info-button {
max-width: 100%;
width: calc(100% - 32px);
font-size: 14.5px;
margin-left: unset;
right: 16px;
left: 16px;
bottom: 16px;
}
} .info-wrapper.info-scroll .infoScrollArea {
display: flex;
flex-wrap: nowrap;
padding-bottom: 16px;
scroll-snap-type: x mandatory;
}
.info-wrapper.info-scroll .infoScrollArea li {
min-width: 100%;
width: 100%;
scroll-snap-align: start;
}
.info-wrapper.info-scroll .info-list li + li {
margin-left: 22px !important;
}
.info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar {
height: 7px;
}
.info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar-track {
background-color: #f5f5f5;
}
.info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar-thumb{
background-color: var(--info-primary-color);
border-radius: 50px;
} .info-wrapper.row .info-list li {
flex-direction: column;
justify-content: start;
text-align: center;
padding: 16px !important;
min-width: 250px;
width: calc(100% / 3.1);
padding-bottom: 90px !important;
}
.single .info-wrapper.row .info-list li,
.subpage .info-wrapper.row .info-list li {
min-width: 350px;
width: calc(100% / 2.1);
}
.info-wrapper.row .info-list li .img-wrap {
width: auto;
min-width: 100%;
margin: 0 0 16px;
}
.info-wrapper.row .info-list li .img-wrap img {
width: 100%;
height: auto;
object-fit: contain;
max-height: 200px;
min-height: 200px;
}
.info-wrapper.row .info-list li .text-wrap {
width: 100%;
box-sizing: border-box;
padding-bottom: 0;
}
.info-wrapper.row .info-list li .text-wrap .title {
font-size: 16px;
text-align: left;
}
.info-wrapper.row .info-list li .text-wrap .info-button {
max-width: 100%;
width: calc(100% - 32px);
margin-left: unset;
position: absolute;
right: 16px;
left: 16px;
bottom: 16px;
}
@media (max-width: 1024px) {
.info-wrapper.row .info-list li {
min-width: 300px;
width: calc(100% / 3.1);
}
}
@media (max-width: 480px) {
.info-wrapper.row .info-list li,
.single .info-wrapper.row .info-list li,
.subpage .info-wrapper.row .info-list li{
min-width: 100%;
width: 100%;
}
} :root {
--info-primary-color: #00ACC1;
--info-button-bg-color: #00ACC1;
}
.comparsion-list-wrap td {
vertical-align:middle;
}
.single .comparsion-list-wrap [class*='cl-btn-style_'] i {
display: none;
}
@media only screen and (max-width: 480px) {
.comparsion-list-wrap tbody tr .cl-td_2 {
width: 10%!important;
min-width: 100px;
}
.comparsion-list-wrap [class*='cl-btn-style_'] {
padding: 16pxpx;
font-size: 10px;
}
.comparsion-list-wrap [class*='cl-btn-style_'] i {
display: none;
}
.comparsion-list-wrap tbody tr .cl-td_3 {
min-width: 120px;
}
} .pickup-box {
clear: both;
margin: 40px 0;
}
.pickup-box dt span {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
position: relative;
}
.pickup-box dt span::before, .pickup-box dt span::after {
content: "";
display: block;
width: 3px;
height: 37px;
background-color: var(--pickup-box-primary-color);
}
.pickup-box dt span::before {
margin-right: 16px;
transform: rotate(-22deg);
}
.pickup-box dt span::after {
margin-left: 16px;
transform: rotate(22deg);
}
.pickup-box .title {
align-items: center;
border-radius: 7px 7px 0 0;
color: #FFF !important;
display: flex;
font-size: 16px;
line-height: 1.4;
font-weight: 600;
height: 60px;
padding: 0 !important;
justify-content: center;
margin: 0 !important;
text-align: center;
position: relative;
width: 100%;
}
.pickup-box .title span {
padding: 0 60px;
}
@media screen and (min-width: 768px) {
.pickup-box .title {
font-size: 22px;
}
}
.pickup-box .title::before {
display: none !important;
visibility: hidden !important;
}
.pickup-box .title::after {
content: "PR";
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
width: 30px;
height: 23px;
border-radius: 5px;
font-size: 12px;
font-weight: 700;
line-height: 1;
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
}
.pickup-box dl {
margin: 0 !important;
border-radius: 15px 15px 0 0;
}
.pickup-box dd {
background-color: #fff;
padding: 20px 20px 25px;
margin: 0 !important;
position: relative;
}
.pickup-box .mainImg {
width: 100%;
}
.pickup-box .mainImg img {
width: 100%;
height: 180px !important;
object-fit: cover;
object-position: center top;
margin: 0 !important;
}
.pickup-box .texts {
margin: 15px 0 28px;
}
.pickup-box .texts p {
font-size: 14px !important;
margin: 0 !important;
line-height: 1.45;
}
.pickup-box .texts p + p {
margin-top: 16px !important;
}
.pickup-box .btn-wrap {
margin: 16px 0 0 !important;
}
.pickup-box .btn-wrap .btn {
width: 100%;
max-width: 350px;
min-width: 150px;
margin: 0 auto;
}
.pickup-box .btn-wrap .btn.design2 a {
display: inline-block;
margin: 0 auto !important;
font-size: 16.5px;
line-height: 1.5;
border: none;
border-radius: 5px;
position: relative;
color: #fff;
padding: 20px 32.5px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
vertical-align: middle;
width: 100%;
box-sizing: border-box;
font-weight: 600 !important;
letter-spacing: 0.06em;
text-decoration: none !important;
text-shadow: none;
visibility: visible;
}
.pickup-box .btn-wrap .btn.design2 a i {
position: absolute;
top: 0;
bottom: 0;
right: 1.6rem;
height: 16px;
margin: auto;
}
.pickup-box .btn-wrap .btn a::before {
display: none;
} .btn.btn2.design2 a {
background: var(--pickup-box-button-bg-color);
-webkit-box-shadow: 0 5px 0 var(--pickup-box-button-shadow-color);
box-shadow: 0 5px 0 var(--pickup-box-button-shadow-color);
} .btn.btn2.design2:hover a {
box-shadow: 0 2px 0 var(--pickup-box-button-shadow-color);
transform: translateY(5px);
transition: 0.3s;
}
.pickup-box .quote {
display: block;
font-size: 10px;
text-align: right;
line-height: 1;
margin: 5px 5px 5px auto;
color: #999;
cursor: pointer;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
padding: 0 3px 3px;
} .pickup-box .title,
.pickup-box dt span::before, .pickup-box dt span::after {
background-color: var(--pickup-box-primary-color);
}
.pickup-box dl {
border: 5px solid var(--pickup-box-primary-color);
}
.pickup-box .title::after {
color: var(--pickup-box-primary-color);
} .pickup-box_type2 dd.pickup-flex .pointBox {
padding: 10px 0 0;
}
.pickup-box_type2 .pickup-pointTitle {
font-size: 18px;
font-weight: 600;
padding-bottom: 10px;
margin-bottom: 16px;
border-bottom: 3px solid var(--pickup-box-primary-color);
}
@media screen and (min-width: 600px) {
.pickup-box_type2 dd.pickup-flex .pointBox {
padding: 15px;
}
.pickup-box_type2 dd.pickup-flex {
display: flex;
align-items: center;
justify-content: space-between;
}
.pickup-box_type2 dd.pickup-flex .mainImg {
width: 50%;
}
.pickup-box_type2 dd.pickup-flex .pointBox {
padding: 0 0 0 15px;
width: 100%;
}
.pickup-box .title::after {
width: 45px;
height: 30px;
font-size: 14px;
}
.pickup-box .mainImg img {
height: auto !important;
}
} .pickup-box_type2 ul.pickup-pointList {
margin: 0 !important;
padding: 0 !important;
}
.pickup-pointList li {
margin: 0 !important;
padding: 0 !important;
line-height: 1.4;
list-style: none;
border: none !important;
}
.pickup-pointList li + li {
margin-top: 5px !important;
} .pickup-box_type2 .pickup-pointList .point-item.design1 {
background: var(--pickup-box-pointIcon-bg);
}
.pickup-box_type2 .pickup-pointList .point-item.design1 .point-icon {
display: flex;
align-items: center;
justify-content: center;
padding: 7px 10px;
color: #fff;
font-size: 16px;
text-align: center;
font-weight: 500;
min-width: 80px;
background-color: var(--pickup-box-primary-color);  }
.pickup-box_type2 .pickup-pointList .point-item.design1 p {
font-size:14px;
padding: 5px 10px !important; 
margin: 0 !important;
text-align: center;
line-height: 1.4;
}
.pickup-box_type2 .pickup-pointList .point-item.design1 .point-icon i {
margin-right: 0.5rem;
}
@media screen and (min-width: 600px) {
.pickup-box_type2 .pickup-pointList li {
display: flex;
justify-content: normal;
}
.pickup-box_type2 .pickup-pointList .point-item.design1 p {
display: flex;
align-items: center;
text-align: left;
}
} :root {
--pickup-box-primary-color: #00ACC1;
--pickup-box-pointIcon-bg: rgba(239, 239, 239,0.5);
--pickup-box-button-bg-color: #1DE9B6;
--pickup-box-button-shadow-color: #18cc9f;
}
.btn4 a {
background: #fcb900;
border-color: #fcb900;
}
.btn4 a:hover {
color: #fcb900;
}
.pc-none{
display:block;
}
@media screen and (min-width: 480px) {
.pc-none{
display:none;
}
.recommend-ttl_h4{
font-size: 2.2rem;
}
}
.home .recommend-box .btn4 a {
background: #F38200;
border-color: #F38200;
}
.home .recommend-box .btn4 a:hover {
color: #F38200;
background: #fff;
} .sectionTtl-copy{
color:#fff;
display:flex;
justify-content: center;
align-items:center;
margin-bottom:0; }
.sectionTtl-copy:before{
content:"";
width:2px;
height:20px;
transform: rotate(-20deg); background:#fff;
margin-right:10px; }
.sectionTtl-copy:after{
content:"";
width:2px;
height:20px;
transform: rotate(20deg); background:#fff;
margin-left:10px; }
.sectionTtl-copy span{
font-weight:bold;
background:linear-gradient(transparent 60%, rgb(254,242,99)  60%, rgb(254,242,99)  100%); text-shadow: 2px 2px 0 #000;
font-size: 1.8rem;
text-align:center;
}
@media screen and (max-width: 480px) {
.sectionTtl-copy span{
font-size: 1.3rem;
}
} .txt-link  {
text-align: right;
}
.txt-link a {
color: blue !important;
text-decoration: underline !important;
}
.txt-link a:hover{
opacity: 0.4;
}