@charset "UTF-8";
 body {
margin: 0px;
overflow-x: hidden;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
color: #1e1e1e;
line-height: 1.6;
font-size: 16px;
}
a {
display: inline-block;
color: #1e1e1e;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
} html {	
overflow-x: hidden;
}
.inner {
padding: 6rem 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-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;
}
}
.btn-wrap div + div {
margin-top: 1rem;
}
@media screen and (min-width: 768px) {
.btn-wrap div + div {
margin: 0 0 0 1%;
}
}
.single .btn-wrap {
display: flex;
align-items: center;
justify-content: center;
margin-top: 4rem;
}
.single .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: #2196F3;
color: #ffffff;
padding: 1rem;
border-radius: 100px;
border: 2px solid #2196F3;
transition: 0.2s;
}
@media screen and (min-width: 768px) {
.btn a {
padding: 2rem 3rem;
}
}
.btn a:hover {
background: #ffffff;
color: #2196F3;
}
.btn a i {
position: absolute;
top: 0;
bottom: 0;
right: 2rem;
height: 16px;
margin: auto;
}
.btn2 a {
background: #254191;
border-color: #254191;
}
.btn2 a:hover {
color: #254191;
}
.btn3 a {
background: #CC0000;
border-color: #CC0000;
}
.btn3 a:hover {
color: #CC0000;
}
.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: #254191;
padding: 0.5rem 1rem;
box-sizing: border-box;
position: fixed;
top: 60px;
left: 0;
opacity: 0;
transform: translateY(-50px);
z-index: 99;
}
.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 #254191;
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 #1e1e1e;
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;
background: #ffffff;
z-index: 100;
}
.headerInner {
position: relative;
}
.headerInner-logo {
padding: 1rem;
}
.headerInner-logo img {
width: 200px;
} .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(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/img/bg-sub.jpg) bottom no-repeat;
background-size: cover;
}
@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(//fukuoka-taxidriver.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 .time {
padding: 0.5rem 1rem;
position: relative;
text-align: center;
background: #254191;
color: #ffffff;
font-size: 1.2rem;
margin: 0 auto;
margin-top: -2rem;
font-weight: 700;
line-height: 1;
}
.page .mv .time {
font-size: 1.2rem;
} .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: #1e1e1e;
color: #ffffff;
padding: 1rem;
}
.ranking-ttl_h3 {
margin-bottom: 3rem;
padding: 1rem;
background: #1e1e1e;
color: #ffffff;
font-size: 2rem;
}
.ranking-tbl {
margin-bottom: 3rem;
}
.ranking-tbl table {
width: 100%;
border: 1px solid #1e1e1e;
}
.ranking-tbl th, .ranking-tbl td {
border: 1px solid #1e1e1e;
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 #1e1e1e;
background: #ffffff;
}
.rankingRecommend-head {
top: -20px;
right: 0;
left: 0;
position: absolute;
width: 200px;
margin: auto;
padding: 10px;
background: #1e1e1e;
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: #254191;
padding: 4rem 0;
}
.footerNav {
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;
}
}
.footer h3 {
margin-top: 2rem;
margin-bottom: 1rem;
font-size: 2rem;
color: #ffffff;
border-bottom: 2px solid #ffffff;
font-weight: 700;
}
@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: #254191;
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: 2rem;
text-align: center;
margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
.sectionTtl {
font-size: 2.4rem;
margin-bottom: 3rem;
}
}
@media screen and (min-width: 1024px) {
.sectionTtl {
font-size: 3.2rem;
}
} #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: #1e1e1e;
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;
}
.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.row-1 td:nth-child(2) span {
width: 50px;
height: 50px;
top: -0.5rem;
border: 0;
background: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/img/ranking-one.svg);
background-size: 100%;
box-shadow: none;
text-indent: -9999px;
}
.tablepress tr.row-1 td:nth-child(3) span {
width: 50px;
height: 50px;
top: -0.5rem;
border: 0;
background: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/img/ranking-two.svg);
background-size: 100%;
box-shadow: none;
text-indent: -9999px;
}
.tablepress tr.row-1 td:nth-child(4) span {
width: 50px;
height: 50px;
top: -0.5rem;
border: 0;
background: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/img/ranking-three.svg);
background-size: 100%;
box-shadow: none;
text-indent: -9999px;
}
.tablepress tr td a {
display: inline-block;
width: 100%;
margin-bottom: 0.3rem;
padding: 1rem 0;
text-align: center;
background: #CC0000;
color: #ffffff;
box-sizing: border-box;
border-radius: 40px;
border: 2px solid #CC0000;
position: relative;
transition: 0.2s;
}
.tablepress tr td a:hover {
background: #ffffff;
color: #CC0000;
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: #254191;
font-size: 12px;
box-sizing: border-box;
border: 0;
}
.tablepress tbody td, .tablepress tfoot th {
border-top: 0;
}
.column-1, .tablepress td:first-child {
width: 120px;
font-weight: 700;
} .tablepress tr:last-child td a {
background: #2196F3;
border: 2px solid #2196F3;
transition: 0.2s;
}
.tablepress tr:last-child td a:hover {
background: #ffffff;
color: #2196F3;
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;
}
.horizonal-scroll {
margin: 0 auto;
padding: 0 1rem;
margin-bottom: 2rem;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
.horizonal-scroll {
width: 100%;
}
}
.horizonal-scroll::after {
content: "※ このテーブルは横にスクロールできます。";
color: #ff0000;
font-size: 1.6rem;
}
.horizonal-scroll::-webkit-scrollbar {
height: 10px;
}
.horizonal-scroll::-webkit-scrollbar-track {
background-color: #ccc;
}
.horizonal-scroll::-webkit-scrollbar-thumb {
background-color: #254191;
border-radius: 100px;
}
.horizonal-scroll .tablepress caption {
display: none;
visibility: hidden;
}
.tablepress tbody tr:first-child td:first-child {
position: static;
}
.img-center {
display: block;
margin: 0 auto;
} #toc_container {
padding: 2rem 6rem;
background: #f5f5f5;
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;
background: #254191;
padding: 0.4rem 2rem;
border-radius: 30px;
color: #ffffff;
}
.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;
font-weight: 700;
}
#toc_container .contents-subheading a {
line-height: 1.2;
color: #1e1e1e;
}
.contents-subheading a:hover {
text-decoration: underline;
opacity: 0.5;
transition: 0.3s;
}
#toc_container .contents-subheading:before {
content: counter(title);
display: inline-block;
font-weight: bold;
background: #254191;
width: 40px;
height: 100%;
line-height: 30px;
text-align: center;
color: #ffffff;
margin-right: 1rem;
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: #254191;
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;
padding: 0;
}
.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: 2rem 0;
}
#toc_container .toc-link {
display: block;
margin-bottom: 1rem;
}
.recommend-box {
position: relative;
background: #ffffff;
margin-bottom: 6rem;
padding: 5rem 4rem;
border: 4px solid #254191;
}
.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: 4rem 2rem;
}
}
.recommend-ttl_h3 {
position: relative;
margin-top: 1rem;
margin-bottom: 1rem;
padding: 1rem;
font-size: 2.2rem;
text-align: center;
}
@media screen and (min-width: 480px) {
.recommend-ttl_h3 {
font-size: 2.8rem;
}
}
.recommend-ttl_h3 a {
position: relative;
display: block;
color: #1e1e1e;
font-weight: 700;
}
.recommend-ttl_h3 a i {
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
height: 24px;
}
.recommend-ttl_h4 {
font-size: 2.2rem;
color: #1e1e1e;
margin-bottom: 1.6rem;
font-weight: 700;
}
.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%;
background: #ffffff;
padding: 1rem;
}
.recommend-table td:first-child {
padding: 1rem;
background: #254191;
color: #ffffff;
text-align: center;
width: 90px;
border: 6px solid #ffffff;
font-size: 1.4rem;
vertical-align: middle;
}
@media screen and (min-width: 480px) {
.recommend-table td:first-child {
width: 150px;
font-size: 16px;
}
}
.recommend-table td {
vertical-align: middle;
box-sizing: border-box;
}
.recommend-table td:last-child {
padding: 1rem;
color: #1e1e1e;
}
@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 {
background-color: #254191;
color: #ffffff;
padding: 1.2rem;
font-size: 1.8rem;
margin-bottom: 2rem;
}
.review .wrap .admin_title {
background-color: #f5f5f5;
color: #1e1e1e;
}
.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: #254191;
}
.review.top {
display: block;
}
@media screen and (min-width: 768px) {
.review.top {
display: flex;
}
}
@media screen and (min-width: 768px) {
.review.top .wrap + .wrap {
margin: 0 0 0 1%;
}
}
@media screen and (min-width: 768px) {
.review.top .wrap {
width: 49%;
}
}
.single .single-box .review {
margin-bottom: 4rem;
} .sectionPoint {
background-color: #ffffff;
border: 3px solid #254191;
border-radius: 0 5px 5px 5px;
margin-top: 70px;
margin-bottom: 50px;
padding: 20px;
position: relative;
}
.sectionPoint .sectionPoint-head {
background-color: #254191;
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 30px;
position: absolute;
top: -35px;
}
.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 #1e1e1e;
}
.wp_rp_title {
font-weight: 700;
display: block;
} .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(37, 65, 145, 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: #254191;
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-left: 7rem;
padding-right: 2rem;
font-weight: 700;
cursor: pointer;
}
.slidelist2-view:before {
position: absolute;
top: 0;
bottom: 0;
right: 1rem;
height: 12px;
font-size: 12px;
font-family: "Font Awesome 5 Free";
margin: auto;
color: #254191;
content: "";
font-weight: 900;
line-height: 1;
}
.slidelist2-view.active:before {
content: "";
}
.slidelist2-view i {
position: absolute;
top: 0;
left: 0rem;
bottom: 0;
background: #254191;
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%;
font-size: 2rem;
}
@media screen and (min-width: 768px) {
.slidelist2 li {
width: 48%;
}
}
.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: #254191;
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 {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.faq-box {
list-style: none;
margin: 1% auto;
margin-top: 1rem;
width: 90%;
padding: 0;
}
@media screen and (min-width: 768px) {
.faq-box {
width: 48%;
margin: 1%;
}
}
.faq-box .faq-q {
width: 100%;
position: relative;
padding: 1rem;
padding-left: 8rem;
padding-right: 6.5rem;
cursor: pointer;
}
@media screen and (min-width: 600px) {
.faq-box .faq-q {
padding: 3rem;
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: 0;
bottom: 0;
color: #644630;
height: 6rem;
padding: 0 1.4rem;
border-right: 1px solid #644630;
margin: auto;
font-size: 6rem;
content: "Q";
font-weight: 700;
line-height: 1;
}
.faq-box .faq-q i {
display: flex;
align-items: center;
position: absolute;
top: 0;
right: 0rem;
bottom: 0;
background: rgba(100, 70, 48, 0.5);
font-size: 2.4rem;
margin: auto;
padding: 2rem;
color: #ffffff;
}
.faq-box .faq-q i.active {
transform: rotate(180deg);
}
.faq-box li {
position: relative;
background: #FAF8F5;
font-weight: 700;
font-size: 1.6rem;
}
.faq-box a {
position: relative;
display: block;
padding: 1.6rem;
text-align: center;
background: #644630;
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: rgba(250, 248, 245, 0.5);
padding: 1rem;
padding-left: 8rem;
z-index: 1;
}
.faq-box .faq-a:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
color: #CC0000;
height: 6rem;
padding: 0 1.4rem;
border-right: 1px solid #644630;
margin: auto;
font-size: 6rem;
content: "A";
font-weight: 700;
line-height: 1;
}
.single-box img, #bottom-content img {
margin-bottom: 4rem;
}
.single-box p, #bottom-content p {
margin-bottom: 1.6rem;
}
.single-box h3, #bottom-content h2 {
position: relative;
font-size: 2.4rem;
font-weight: 700;
padding: 1rem;
padding-left: 7rem;
margin-bottom: 1.6rem;
background: rgba(37, 65, 145, 0.1);
}
.single-box h3:before, #bottom-content h2:before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 58px;
height: 100%;
left: 0;
top: 0;
bottom: 0;
margin: auto;
background: #254191;
color: #ffffff;
text-align: center;
font-family: "Font Awesome 5 Free";
content: "";
}
.single-box h4, #bottom-content h3 {
font-size: 2rem;
font-weight: 700;
padding-left: 10px;
margin-bottom: 1.6rem;
border-left: 6px solid #254191;
border-bottom: 3px solid #254191;
}
.single-box h5, #bottom-content h4 {
display: inline-block;
font-size: 1.8rem;
font-weight: 700;
border-bottom: 2px dashed #254191;
margin-bottom: 1.4rem;
}
#bottom-content h5 {
display: inline-block;
font-size: 1.6rem;
font-weight: 700;
padding-left: 8px;
border-left: 4px solid #254191;
margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
#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 #1e1e1e;
}
.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 {
background: #254191;
color: #ffffff;
text-align: left;
padding: 1rem;
font-weight: 700;
margin-bottom: 10px;
position: relative;
padding-left: 5rem;
border-right: 10px solid rgba(255, 255, 255, 0.2);
}
.widget-title:before {
position: absolute;
top: 0;
bottom: 0;
left: 1rem;
margin: auto;
width: 32px;
height: 32px;
font-size: 2.4rem;
padding-right: 0.5rem;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "";
}
.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 solid #254191;
}
.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: #254191;
content: "";
font-weight: 900;
line-height: 1;
}
.side_list a {
width: 100%;
}
.sideber_rank {
margin-bottom: 1rem;
background: rgba(37, 65, 145, 0.05);
padding: 1rem;
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: 0;
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: 64px;
font-size: 36px;
padding: 7px 0 5px;
margin: 0 15px 15px;
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: 0;
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(37, 65, 145, 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: #644630;
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 #254191;
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 {
background-color: #f5f5f5;
padding: 2rem;
box-sizing: border-box;
border: 5px solid #254191;
}
.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: 400px !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: #254191;
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 #254191;
} .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: #1e1e1e;
font-size: 12px;
border: 1px solid #ddd;
}
.nxrc-search-form th {
width: 20%;
background: #f5f5f5;
color: #1e1e1e;
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(//fukuoka-taxidriver.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(//fukuoka-taxidriver.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;
}
.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 {
background: #444;
color: #ffffff;
}
.breadcrumb_wrap span, .breadcrumb_wrap a {
color: #ffffff;
} .sitemap-home {
display: block;
position: relative;
margin-bottom: 3rem;
padding: 1rem 1rem 1rem 4rem;
background: rgba(37, 65, 145, 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: #254191;
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(37, 65, 145, 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: #254191;
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: #254191;
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;
right: 10px;
bottom: 0;
display: block;
margin: auto;
width: 38px;
height: 20px;
padding: 6px 10px;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
border-radius: 5px;
background: #f9f9f9;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 700;
}
.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: 5rem;
}  .pr-area {
background: rgba(37, 65, 145, 0.1);
}
.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 {
background-size: auto auto;
background-color: #254191;
background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.05) 2px, rgba(255, 255, 255, 0.05) 4px);
margin: 20px 0 40px;
padding: 40px;
border-radius: 10px;
}
body .pr-bottom--head {
margin-top: 0;
margin-bottom: 3rem;
padding: 0 !important;
text-align: center;
font-weight: 700;
font-size: 32px;
color: #fff;
line-height: 1.4;
}
body .pr-bottom--head span {
font-size: 130%;
display: block;
color: #FFF176;
}
.pr-bottom--cont {
display: flex;
flex-wrap: wrap;
padding: 20px;
background: #fff;
}
.pr-bottom--cont_l {
position: relative;
width: 350px;
margin-right: 20px;
}
.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: calc(100% - 370px);
}
h3.pr-bottom--cont_lead {
margin-top: 0;
padding: 0 !important;
text-align: left;
font-size: 28px;
font-weight: 700;
margin-bottom: 1.6rem;
}
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: #254191;
}
.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 {
font-size: 2.2rem;
position: relative;
padding: 1.5rem 2rem 1.5rem 5rem;
color: #fff;
background: #254191;
-webkit-box-shadow: 0 5px 0 rgba(30, 30, 30, 0.2);
box-shadow: 0 5px 0 rgba(30, 30, 30, 0.2);
}
a.btn-c span {
font-size: 1.4rem;
display: inline-block;
width: 100%;
margin-bottom: 0.5em;
padding: 0.2rem 0.5rem;
color: #254191;
border-radius: 4px;
background: #fff;
transition: 0.3s;
}  a.btn-c:before {
font-family: "Font Awesome 5 Free";
font-size: 1.8rem;
line-height: 1;
position: absolute;
top: calc(50% - 0.7rem);
left: 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(30, 30, 30, 0.3);
box-shadow: 0 2px 0 rgba(30, 30, 30, 0.3);
}
a.btn-c:hover span {
color: #c00;
}
a.btn-c:hover:before {
left: 2rem;
}
@media screen and (max-width: 768px) {
.pr-bottom {
padding: 20px;
}
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: 22px;
}
.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: 14px !important;
}
}  .footer-banner {
display: none;
}
.pr {
display: none;
position: fixed;
bottom: 50px;
right: 10px;
z-index: 999;
transition: all 0.5s ease-out;
}
.pr.active {
display: block;
transition: all 0.5s ease-out;
}
.pr-inner {
display: block;
background-color: #254191;
box-shadow: -10px 10px 0 rgba(37, 65, 145, 0.3);
padding: 1.5rem;
box-sizing: border-box;
position: relative;
width: 100%;
max-width: 420px;
margin: 0 auto;
cursor: pointer;
transition: transform 0.3s ease-out;
}
.pr-inner:hover {
opacity: 0.7;
transition: opacity 0.3s ease-out;
}
.pr-title {
font-size: 1.8rem;
color: #fff;
font-weight: 700;
margin-bottom: 1rem;
}
.pr-title span {
color: #fff;
font-weight: 700;
font-size: 2.7rem;
}
.pr-border {
display: block;
width: 70px;
margin-left: auto;
height: 1px;
background-color: #fff;
position: relative;
transform: translatex(0.5rem);
}
.pr-border::before {
content: "";
display: block;
width: 1px;
height: 25px;
background-color: #fff;
position: absolute;
bottom: -4px;
right: 8px;
transform: rotate(-50deg);
}
.pr p {
color: #fff;
font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
.pr {
width: 85%;
right: 0;
bottom: 20px;
}
.pr-inner {
max-width: 100%;
box-shadow: -7.5px 7.5px 0 rgba(37, 65, 145, 0.3);
}
.pr-title span {
font-size: 2.4rem;
}
.pr-title {
font-size: 1.6rem;
}
.pr-border {
transform: translatex(0);
}
}  .pr_point {
font-size: 2.8rem;
font-weight: 700;
text-align: center;
position: relative;
}
.pr_point:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, rgba(37, 65, 145, 0.6), rgba(37, 65, 145, 0.6) 3px, #fff 3px, #fff 6px);
background: repeating-linear-gradient(-45deg, rgba(37, 65, 145, 0.6), rgba(37, 65, 145, 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(37, 65, 145, 0.05);
}
.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: 20%;
}  .pickup-box {
margin-bottom: 6rem;
}
.pickup-box dt span {
color: #254191;
display: block;
font-size: 1.8rem;
font-weight: 500;
margin: 0 auto 1rem auto;
max-width: 22rem;
padding: 0 1.2rem 0 1.5rem;
position: relative;
text-align: center;
width: 100%;
}
.pickup-box dd {
background-color: #EFF6FB;
border: 0.3rem solid #254191;
border-radius: 1rem;
display: flex;
flex-wrap: wrap;
padding: 2rem;
position: relative;
}
.pickup-box dd h3 {
align-items: center;
background-color: #254191;
border-radius: 0.7rem 0.7rem 0 0;
color: #FFF;
display: flex;
font-size: 2.8rem;
font-weight: 500;
height: 7rem;
justify-content: center;
margin-bottom: 2rem;
margin-left: -2rem;
margin-top: -2rem;
min-width: calc(100% + 4rem) !important;
text-align: center;
position: relative;
width: calc(100% + 4rem) !important;
}
.pickup-box dd h3::after {
align-items: center;
background-color: #FFF;
color: #254191;
content: "PR";
display: flex;
font-size: 1.4rem;
font-weight: 500;
height: 2rem;
justify-content: center;
position: absolute;
right: 1rem;
top: 1rem;
width: 3rem;
}
.pickup-box dd .mainImg {
width: 100%;
margin-bottom: 10px;
}
.pickup-box dd .textsBox {
width: 100%;
}
.pickup-box dd .textsBox .texts {
margin-bottom: 2rem;
}
.pickup-box dd .textsBox .texts p:not(:last-of-type) {
margin-bottom: 1rem;
}
.pickup-box dd .textsBox .btn {
width: 100% !important;
}
.pickup-box dd .textsBox .btn a {
align-items: center;
border-radius: 0.5rem;
display: flex;
max-width: 600px;
font-size: 2.2rem;
height: 6rem;
margin: 0 auto;
justify-content: center;
position: relative;
}
@media only screen and (max-width: 1140px) {
.pickup-box dd h3 {
font-size: 2rem;
margin-bottom: 2rem;
}
.pickup-box dd .mainImg {
margin-bottom: 3rem;
margin-right: 0;
width: 100%;
}
.pickup-box dd .textsBox {
width: 100%;
}
.pickup-box dd .textsBox .btn {
max-width: 35rem;
width: calc(100% - 4rem);
}
}
@media only screen and (max-width: 900px) {
.pickup-box dd h3 {
font-size: 1.8rem;
}
.pickup-box dd .textsBox .btn a {
font-size: 1.8rem;
height: 6rem;
}
}
@media only screen and (max-width: 480px) {
.pickup-box dd h3 {
justify-content: left;
}
.pickup-box dd .mainImg {
height: 20rem;
}
.pickup-box dd .textsBox .btn a {
font-size: 1.6rem;
}
}  body {
background-color: #FFF;
color: #333;
font-family: 'Noto Sans JP', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
letter-spacing: 0.05em !important;
line-height: 1.3 !important;
}
a {
color: #333;
}
a,
button,
input[type="button"],
.wpcf7-submit {
transition: 0.2s !important;
}
a:hover,
button:hover,
input[type="button"]:hover,
.wpcf7-submit:hover {
opacity: 0.85 !important;
transition: 0.2s !important;
}
* {
word-break: break-all;
}
.spacer {
width: calc(100% - 4rem);
}
.inner {
margin: 0 auto;
}
@media only screen and (max-width: 480px) {
h1,
h2,
h3,
h4,
h5 {
font-size: 1.6rem !important;
}
} .update {
background: #1AA0C7;
top: 6rem;
z-index: 9998;
}
.update span {
color: #FFF;
} .header {
background:#FFF;
box-shadow: 0 1rem 1rem -0.5rem rgba(0,0,0,0.03);
position: fixed;
top: 0;
z-index: 9999;
}
.menu-btn {
background-color: #333;
height: 5rem;
right: 0.5rem;
top: 0.5rem;
width: 5rem;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
background: #FFF;
}
.headerInner-logo img {
max-height: 4rem;
width: auto;
}
.header .site_name {
align-items: center;
color: #1AA0C7;
display: flex;
flex-wrap: wrap;
font-size: 1rem;
font-weight: 700;
height: 3.5rem;
justify-content: left;
letter-spacing: 0.05em;
line-height: 1;
margin-right: 0;
padding-left: 8.8rem;
position: relative;
width: 23rem;
}
.header .site_name::before {
align-items: center;
background-color: #333;
color: #FFF;
content: 'PR';
display: flex;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.4rem;
font-weight: 500;
height: 2rem;
justify-content: center;
left: 0;
position: absolute;
top: calc((100% - 1.5rem) / 2);
width: 3.2rem;
}
.header .site_name::after {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_01.png);
background-position: center;
background-repeat: no-repeat;
background-size: auto 100%;
content: '';
height: 3rem;
left: 3.7rem;
position: absolute;
top: calc((100% - 3rem) / 2);
width: 4.8rem;
}
.header .site_name span {
display: block;
font-size: 1.5rem;
} .hamburger-menu h3 {
color: #333;
padding-top: 6.5rem;
position: relative;
text-align: center;
}
.menu-content {
background: rgba(255,255,255,0.95);
padding-bottom: 6rem;
}
.menu-content ul li {
border-bottom: solid 0.1rem #333;
}
.menu-content ul li a {
color: #333;
padding: 2rem 3rem 2rem 0;
}
.menu-content ul li a:before {
border-top: solid 0.2rem #FFAE01;
border-right: solid 0.2rem #FFAE01;
height: 0.8rem;
top: calc((100% - 0.4rem) / 2);
width: 0.8rem;
} .breadcrumb_wrap {
background: #FFF;
color: #333;
}
.breadcrumb_list {
border-bottom: 0.1rem solid #333;
height: 4rem;
line-height: 3.5rem;
max-width: unset;
overflow: hidden;
width: calc(100% - 4rem);
}
body.search .breadcrumb_list {
border-bottom: 0;
}
.breadcrumb_list .breadcrumbs {
display: flex;
font-size: 1.4rem;
white-space: nowrap;
}
.breadcrumb_list .breadcrumbs a {
background: none;
color: #333 !important;
}
.breadcrumb_list .breadcrumbs span {
color: #333 !important;
margin: 0 0.5rem;
}
.breadcrumb_list .breadcrumbs span:first-child {
margin-left: 0;
}
.breadcrumb_list .breadcrumbs .home span::before {
content: '\f015';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
.breadcrumb_list {
overflow-y: hidden;
overflow-x: scroll;
}
} body:not(.home) .main {
background: #FFF;
} #sideber_menu a {
color: #333;
}
.side_list {
margin-bottom: 5rem !important;
}
.side_list a {
display: block;
}
.widget-title {
align-items: center;
background: #FFF;
border-bottom: 0.3rem solid #333;
border-right: 0;
color: #333;
display: flex;
font-size: 1.1rem;
font-weight: 500;
justify-content: left;
margin-bottom: 0;
min-height: 6rem;
padding: 0 0 0 4.5rem;
}
.widget-title br {
display: block;
}
.widget-title::before {
background-color: #FFF;
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_02.png);
background-position: center;
background-repeat: no-repeat;
background-size: 75%;
content: '';
height: 4rem;
left: 0;
width: 4rem;
}
.side_list:not(:first-of-type) ul li {
border-bottom: 0;
margin-bottom: 0.5rem !important;
}
.side_list:not(:first-of-type) ul li:last-of-type {
margin-bottom: 0 !important;
}
.sideber_rank {
background: #FFF;
border-bottom: 0.1rem solid #333;
margin: 0;
padding: 1rem 0;
}
.sideber_rank .sideber_rank_img::before {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
content: '';
height: 4.2rem;
left: 0;
position: absolute;
top: 0;
width: 3rem;
z-index: 1;
} .sideber_rank_title {
align-items: center;
display: flex;
justify-content: left;
padding-right: 2rem;
}
.sideber_rank_title::after {
color: #FFAE01;
content: '\f054';
font-family: 'Font Awesome 5 Free';
font-size: 1.2rem;
font-weight: 900;
line-height: 1;
position: absolute;
right: 1rem;
top: calc((100% - 1.2rem) / 2);
}
.sideRank_title_1 {
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0.05em;
margin-bottom: 0;
}
#sideber_menu .cat-post-item .cat-post-title {
background: #FFF;
border-bottom: 0.1rem solid #333;
padding: 1rem 3rem 1rem 1rem !important;
}
#sideber_menu .cat-post-item .cat-post-title:before {
color: #FFAE01;
left: unset;
right: 1rem;
}
#sideber_menu .cat-post-item > div {
margin: 0;
}
@media only screen and (max-width: 768px) {
.widget-title br {
display: none;
}
} .side_list:first-of-type ul li:last-of-type {
margin-bottom: 0 !important;
}
.side_list:first-of-type ul li a {
border-bottom: 0;
padding: 0 !important;
}
.widget-title.tap {
padding: 0;
}
.widget-title.tap::after {
background-color: #FFF;
border-radius: 1.2rem;
color: #FFAE01;
content: '\f146';
font-family: 'Font Awesome 5 Free';
font-size: 2.4rem;
font-weight: 900;
height: 2.4rem;
left: 0;
line-height: 1;
position: absolute;
right: unset;
top: calc((100% - 2.4rem) / 2);
transition: 0.2s;
width: 2.4rem;
}
.widget-title.tap.close::after {
content: '\f0fe';
}
@media only screen and (max-width: 768px) {
.side_list {
margin-bottom: 2rem !important;
}
.widget-title {
font-size: 1.6rem !important;
padding: 0 0 0 3rem !important;
}
.widget-title:before {
display: none;
}
} .footer {
background: #1AA0C7;
}
.footerBox {
margin: 0 auto;
width: calc(100% - 4rem);
}
.footerNav {
max-width: unset;
width: 100%;
}
.footerNav a {
margin-left: 0;
}
.footerCol {
margin-bottom: 3rem;
}
.footer h3 {
margin-bottom: 2rem;
padding-bottom: 0.5rem;
}
.footer h3::before {
content: '\f1ba';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-right: 0.5rem;
}
.footerNav .menu {
padding: 0;
}
.footerNav li {
margin-bottom: 1rem;
padding: 0;
}
.footerNav li:before {
font-weight: 900;
top: 0;
left: 0;
}
.footer_rank {
display: inline-block;
margin: 0;
margin-bottom: 1rem;
margin-right: 2rem;
padding: 0;
}
.footer_rank:last-of-type {
margin-right: 0;
}
.footer_rank a { position: relative;
} .footerCopy {
border-top: 0.1rem solid #FFF;
font-size: 1.2rem;
margin: 0 auto;
padding-top: 2rem;
width: calc(100% - 4rem);
}
.footerCopy a {
font-size: 1.2rem;
margin: 0 1rem;
}
.footer-totop-btn {
background: #CCC;
padding: 0;
}
.footer-totop-btn i {
color: #FFF;
}
@media only screen and (min-width: 769px) {
.footerNav .menu {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.footerNav li {
padding: 0 1rem;
}
}
@media only screen and (max-width: 768px) {
.footerNav li {
padding-left: 2.5rem;
}
.footer_rank {
display: block;
margin-right: 0;
}
.footerCopy a {
display: block;
margin: 0.5rem auto;
}
}
@media only screen and (max-width: 480px) {
.footer {
background-repeat: no-repeat;
background-size: 95% auto;
padding-bottom: 26.5vw;
}
} .pr + .footer-totop-btn {
bottom: 10rem;
}
.pr {
bottom: 2rem;
right: 1rem !important;
text-align: right;
width: calc(100% - 3rem) !important;
}
.pr-inner {
background-color: #FFAE01;
box-shadow: -10px 10px 0 rgba(255,174,1,0.3);
display: inline-block;
padding: 1rem;
position: relative;
}
.pr-inner::after {
background: repeating-linear-gradient(45deg, rgba(255,174,1,0.5), rgba(255,174,1,0.5) 0.25rem, rgba(255,255,255,0.5) 0, rgba(255,255,255,0.5) 0.5rem);
content: '';
height: 100%;
left: 0;
mix-blend-mode: multiply;
opacity: 0.3;
position: absolute;
top: 0;
width: 100%;
}
.pr-title {
font-family: 'Noto Serif JP', serif;
font-size: 1.6rem;
margin-bottom: 2.5rem;
text-align: left;
}
.pr-title span {
display: block;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.8rem;
font-weight: 700;
}
@media only screen and (max-width: 480px) {
.pr-title {
font-size: 1.2rem;
margin-bottom: 2rem;
}
.pr-title span {
font-size: 1.2rem;
}
}  .mv,
.mv_sub {
background: #F5F5F5;
height: unset;
min-height: unset;
position: relative;
z-index: 0;
} .mv {
overflow: hidden;
}
.mv .mvInner {
align-items: center;
display: flex;
justify-content: center;
overflow: hidden;
padding: 0;
width: 100%;
}
.mv .mvInner img {
min-height: auto;
object-fit: cover;
width: 100%;
}
.mv .mvInner img.pc {
display: block;
}
.mv .mvInner img.sp {
display: none;
}
@media only screen and (max-width: 1140px) {
.mv .mvInner img {
height: 48vw;
}
}
@media only screen and (max-width: 480px) {
.mv .mvInner img {
height: auto;
width: 100%;
}
.mv .mvInner img.pc {
display: none;
}
.mv .mvInner img.sp {
display: block;
}
} .mv_sub {
background-color: #D2EEF9 !important;
height: auto;
margin-top: 6rem !important;
min-height: 25rem;
padding: 10rem 2rem 15rem 2rem;
position: relative;
}
.mv_sub::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_13.png);
background-position: left 50%;
background-repeat: no-repeat;
background-size: auto 100%;
content: '';
height: calc(100% - 4rem);
left: 2rem;
mix-blend-mode: multiply;
position: absolute;
top: 2rem;
width: 100%;
}
.mv_sub::after {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_14.png);
background-position: left 50%;
background-repeat: no-repeat;
background-size: auto 100%;
bottom: 2rem;
content: '';
height: 10rem;
position: absolute;
right: 2rem;
width: 10.2rem;
}
.mv_sub .mvInner {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0;
width: 100%;
}
.mv_sub .mvInner .mv_sub-ttl {
color: #333;
font-size: 2.4rem;
font-weight: 600;
padding: 0;
text-align: center;
text-shadow: 0 0 2rem rgba(255,255,255,1);
width: 100%;
}
.mv_sub .time {
background: none;
color: #333;
font-weight: 400;
line-height: 1.5;
margin-top: 2rem;
min-width: 100%;
padding: 0;
position: relative;
}
.mv_sub .time br {
display: none;
}
@media only screen and (max-width: 768px) {
.mv_sub {
padding: 2rem 13rem 2rem 2rem;
}
.mv_sub .mvInner {
justify-content: left;
}
.mv_sub .mvInner .mv_sub-ttl {
font-size: 2rem;
text-align: left;
}
.mv_sub .time {
text-align: left;
}
}
@media only screen and (max-width: 600px) {
.mv_sub .mvInner .mv_sub-ttl span {
display: block;
font-size: 60%;
font-weight: 500;
margin-top: 0.5rem;
}
}
@media only screen and (max-width: 480px) {
.mv_sub {
min-height: 18rem;
}
.mv_sub .time br {
display: block;
}
} .btn,
.nxrc-search-button,
.wpcf7-submit {
margin: 0 auto;
width: calc(100% - 4rem) !important;
}
.btn a,
.tablepress tr td a,
.nxrc-search-button button,
.wpcf7-submit,
.search-totop {
background-image: unset;
border: 0 !important;
color: #FFF !important;
display: block;
font-family: 'M PLUS 1', sans-serif;
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 0.05em;
margin-bottom: 0.5rem;
padding: 1rem 3.5rem !important;
position: relative;
text-align: center;
width: 100%;
}
.tablepress tr td a {
font-size: 1.4rem;
}
.tablepress tr td a {
text-align: left;
}
.btn a:hover,
.tablepress tr td a:hover {
color: #FFF !important;
}
.btn a b {
display: block;
font-weight: 500;
}
.nxrc-search-button button {
max-width: 35rem;
}
.nxrc-search-button button i,
.nxrc-links .nxrc-link i,
.search-totop i {
position: absolute;
right: 1.5rem;
top: calc((100% - 1.6rem) / 2);
}
.btn.btn1 a,
.btn.btn_top a,
.tablepress tr td a,
.nxrc-search-button button,
.nxrc-links .nxrc-link:first-child,
.wpcf7-submit,
.search-totop {
background: #FFAE01 !important;
}
.btn.btn2 a,
.btn.btn3 a,
.tablepress tr:last-child td a,
.nxrc-links .nxrc-link:last-child:not(.disable) {
background: #B71448 !important;
} .home .recommend-box .btn-wrap .btn {
width: 100% !important;
}
.home .recommend-box .btn-wrap .btn a {
font-size: 1.8rem;
}
.home .recommend-box .btn-wrap .btn2 {
display: none;
}
.home .sec-list .btn {
max-width: 50rem;
}
@media only screen and (min-width: 769px) {
.home .recommend-box .btn-wrap .btn a {
padding: 2rem 1.5rem !important;
}
}
@media only screen and (max-width: 480px) {
.home .recommend-box .btn-wrap .btn a {
font-size: 1.4rem;
}
}
@media only screen and (min-width: 481px) {
.home .recommend-box .btn-wrap .btn a {
padding: 1.5rem !important;
}
} .slidelist2-detail .btn {
max-width: 35rem !important;
} .single .btn-wrap .btn,
#Not_container .btn {
margin: 0 auto;
max-width: 35rem;
}
.genre .genre-box .btn-wrap .btn {
max-width: 400px !important;
width: 100% !important;
}
.genre .genre-box .btn-wrap + .btn-wrap {
margin-top:1rem !important;
}
.btn_top {
max-width: 50rem !important;
}
.btn_top a {
border-radius: 0.5rem;
}
@media only screen and (max-width: 550px) {
.single .btn-wrap.buttons {
display: block;
flex-wrap: wrap;
}
.single .btn-wrap.buttons .btn {
display: block;
margin: 0 auto;
width: 100%;
}
.single .btn-wrap.buttons .btn:first-of-type {
margin-bottom: 2rem;
}
}
@media only screen and (max-width: 480px) {
.btn.btn_top a {
font-size: 3.5vw !important;
}
} .nxrc-links .nxrc-link {
border-radius: 10rem;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.05em;
line-height: unset;
position: relative;
}
@media only screen and (max-width: 480px) {
.nxrc-links {
display: block;
margin: 0 auto;
width: calc(100% - 4rem);
}
.nxrc-links .nxrc-link {
width: 100%;
}
.nxrc-links .nxrc-link:first-child {
margin-bottom: 2rem;
}
} .wpcf7-submit {
border-radius: 10rem;
margin-left: unset !important;
margin: 0 auto !important;
max-width: 35rem;
} .error404 .btn1 {
margin: 0 auto;
max-width: 35rem;
} .pr-btn2,
.pr-btn2:hover {
background: #FFAE01 !important;
border: 0 !important;
box-shadow: unset !important;
color: #FFF !important;
font-weight: 500 !important;
transform: unset !important;
}
.pr-btn2:hover {
box-shadow: unset !important;
transform: unset !important;
} .scroll-hint-icon {
height: 9rem !important;
}
.scroll-hint-text {
margin-top: 0.7rem !important;
}
.scrollArea {
margin: 0 auto;
padding-bottom: 2rem;
width: 100%;
}
.scrollArea:not(.is-BrSearchContents-style_selectBoxes_recommend .scrollArea)::after {
content: '※このテーブルは横にスクロールしてご覧いただけます';
font-size: 1.2rem;
margin-top: 2rem;
}
.home .recommend-reviews.scrollArea:not(.is-BrSearchContents-style_selectBoxes_recommend .scrollArea)::after {
content: '※口コミは横にスクロールしてご覧いただけます';
}
.scrollArea::-webkit-scrollbar {
height: 1rem;
width: 2rem;
}
.scrollArea::-webkit-scrollbar-track {
background:rgba(204,204,204,0.5);
border-radius: 0.5rem;
}
.scrollArea::-webkit-scrollbar-thumb {
background: #CCC;
border-radius: 0.5rem;
}
@media only screen and (max-width: 1040px) {
.scrollArea {
overflow-x: scroll;
}
.scrollArea::after {
display: block;
}
}  .sec-pickup .sectionTtl,
.sec-table .sectionTtl {
align-items: center;
background-color: #1AA0C7;
display: flex;
height: 10rem;
justify-content: center;
margin-bottom: 0;
padding: 2rem;
position: relative;
}
.sec-pickup .sectionTtl::before,
.sec-table .sectionTtl::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_04.png);
background-position: center;
background-repeat: no-repeat;
background-size: auto 100%;
content: '';
height: 10rem;
left: 0;
position: absolute;
top: -10rem;
width: 100%;
}
.sec-pickup .sectionTtl::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_04.png);
}
.sec-table .sectionTtl::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_11.png);
}
.sec-pickup .sectionTtl::after,
.sec-table .sectionTtl::after {
border-color: #1AA0C7 transparent transparent transparent;
border-style: solid;
border-width: 2rem 2rem 0 2rem;
bottom: -2rem;
content: '';
height: 0;
left: calc((100% - 3rem) / 2);
position: absolute;
width: 0;
}
.sec-pickup .sectionTtl span,
.sec-table .sectionTtl span {
color: #FFF;
font-size: 2rem;
font-weight: 700;
}
.sec-list .sectionTtl,
.sec-column .sectionTtl,
.sec-area .sectionTtl,
.sec-genre .sectionTtl,
.sec-related .sectionTtl {
align-items: center;
background-color: #1AA0C7;
border-radius: 3.5rem;
display: flex;
height: 6rem;
justify-content: center;
margin: 0 auto 5rem auto;
max-width: 50rem;
position: relative;
top: 0;
}
.sec-list .sectionTtl::before,
.sec-column .sectionTtl::before,
.sec-area .sectionTtl::before,
.sec-genre .sectionTtl::before,
.sec-related .sectionTtl::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_12.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
content: '';
height: 7rem;
left: 0;
position: absolute;
top: -1rem;
width: 8.4rem;
}
.sec-list .sectionTtl::after,
.sec-column .sectionTtl::after,
.sec-area .sectionTtl::after,
.sec-genre .sectionTtl::after,
.sec-related .sectionTtl::after {
border-color: #1AA0C7 transparent transparent transparent;
border-style: solid;
border-width: 2rem 1.5rem 0 1.5rem;
bottom: -2rem;
content: '';
height: 0;
left: calc((100% - 3rem) / 2);
position: absolute;
width: 0;
}
.sec-list .sectionTtl span,
.sec-column .sectionTtl span,
.sec-area .sectionTtl span,
.sec-genre .sectionTtl span,
.sec-related .sectionTtl span {
color: #FFF;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
.sec-pickup .sectionTtl span,
.sec-table .sectionTtl span,
.sec-list .sectionTtl span,
.sec-column .sectionTtl span,
.sec-area .sectionTtl span,
.sec-genre .sectionTtl span,
.sec-related .sectionTtl span {
font-size: 1.8rem;
}
}
@media only screen and (max-width: 480px) {
.sec-pickup .sectionTtl span,
.sec-table .sectionTtl span,
.sec-list .sectionTtl span,
.sec-column .sectionTtl span,
.sec-area .sectionTtl span,
.sec-genre .sectionTtl span,
.sec-related .sectionTtl span {
font-size: 1.6rem;
}
.sec-list .sectionTtl,
.sec-column .sectionTtl,
.sec-area .sectionTtl,
.sec-genre .sectionTtl {
justify-content: left;
padding-left: 8rem;
}
.sec-column .sectionTtl {
padding-left: 9rem;
}
}
@media only screen and (max-width: 430px) {
.sec-list .sectionTtl span,
.sec-column .sectionTtl span {
font-size: 1.5rem;
}
.sec-area .sectionTtl span {
font-size: 1.4rem;
}
.sec-genre .sectionTtl span {
font-size: 1.3rem;
}
} .noImg {
align-items: center;
background: #EEE;
color: #FFF;
display: flex;
font-size: 5rem;
height: 100%;
justify-content: center;
line-height: 1;
width: 100%;
}  .sec-lead .inner {
max-width: 80rem;
position: relative;
}
.sec-lead .lead-ttl {
align-items: center;
border-bottom: 0.5rem solid #1AA0C7;
display: flex;
font-size: 2rem;
font-weight: 700;
justify-content: center;
margin-bottom: 3rem;
min-height: 6.5rem;
padding-bottom: 1rem;
position: relative;
text-align: center;
}
.sec-lead .lead-ttl::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_02.png);
background-position: center;
background-repeat: no-repeat;
background-size: auto 100%;
bottom: 0;
content: '';
height: 5rem;
left: 0.5rem;
position: absolute;
top: 0;
width: 5.8rem;
}
.sec-lead .lead-ttl br {
display: none;
}
.sec-lead .inner p {
margin-bottom: 3rem;
}
.sec-lead .inner p:last-of-type {
margin-bottom: 0;
}
.sec-lead .inner img {
display: block;
height: auto;
margin: 5rem auto 0 auto;
max-width: 40rem;
width: 100%;
}
@media only screen and (max-width: 720px) {
.sec-lead .lead-ttl {
padding-left: 3rem;
}
.sec-lead .lead-ttl br {
display: block;
}
}
@media only screen and (max-width: 400px) {
.sec-lead .lead-ttl {
padding-left: 7rem;
text-align: left;
}
} .home .sec-toc {
background: #D2EEF9;
}
.home .sec-toc .spacer {
margin: 0 auto;
padding: 6rem 0;
width: calc(100% - 4rem);
}
.home .sec-toc .inner {
background: #FFF;
max-width: 80rem;
padding: 2rem;
}
.home #toc_container {
background: none !important;
font-size: 2.4rem;
font-weight: 700;
letter-spacing: 0.05em;
max-width: unset !important;
padding: 0;
width: 100% !important;
}
.home #toc_container p.toc_title {
font-size: 2rem;
font-weight: 700;
position: relative;
width: 100%;
}
.home #toc_container span.toc_toggle {
display: inline-block;
font-family: 'Noto Sans JP', sans-serif;
}
.home .toc_title span {
display: inline;
}
.home #toc_container p.toc_title i {
margin-right: 0.5rem;
}
.home #toc_container p.toc_title span a {
background: none;
border-radius: unset;
color: #4285F4;
margin: 0 0.5rem;
padding: 0;
text-decoration: underline;
}
.home #toc_container .contents-subheading {
background: none !important;
}
.home #toc_container .contents-subheading:first-of-type {
margin-top: 3rem;
}
.home #toc_container .contents-subheading:last-of-type {
margin-bottom: 3rem;
}
.home #toc_container .contents-subheading::before {
align-items: center;
background: #1AA0C7;
color: #FFF;
content: '0' counter(title);
display: flex;
font-size: 1.6rem;
font-weight: 500;
height: 3rem;
justify-content: center;
letter-spacing: 0.05em;
min-width: 3rem;
text-align: center;
width: 3rem;
}
.home #toc_container .contents-subheading a {
color: #333;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.05em;
text-decoration: none !important;
}
.home #toc_container .toc_list {
margin: 0 !important;
width: auto;
}
.home #toc_container .toc_list .toc-link {
font-weight: 400;
margin-bottom: 0.5rem;
}
.home #toc_container .toc_list .toc-link:first-of-type {
margin-bottom: 9;
}
.home #toc_container .toc_list .toc-link::before {
display: none;
}
.home #toc_container .toc_list .toc-link a {
background-color: #F5F5F5;
padding: 1rem 1rem 1rem 3rem;
position: relative;
text-decoration: none !important;
width: 100%;
}
.home #toc_container .toc_list .toc-link a::before {
color: #1AA0C7;
content: '\f054';
font-family: 'Font Awesome 5 Free';
font-size: 1.2rem;
font-weight: 900;
line-height: 1;
position: absolute;
top: calc((100% - 1.2rem) / 2);
left: 1.5rem;
}
@media only screen and (max-width: 480px) {
.home #toc_container .contents-subheading {
margin: 2rem 0;
}
.home #toc_container .contents-subheading::before {
font-size: 1.6rem;
}
.home #toc_container .contents-subheading a {
font-size: 1.6rem;
}
.home #toc_container .toc_list {
margin: 0 !important;
}
} .home .sec-pickup {
background-color: #D2EEF9;
}
.home .recommend-box {
background: #FFF;
border: 0;
padding: 2rem;
}
.recommend-ttl_h3 {
border-bottom: 0.3rem solid #333;
font-weight: 700;
letter-spacing: 0.05em;
margin: 0 auto 2rem auto;
padding: 0 0 1rem 0;
position: relative;
}
.home .recommend-box h3::before {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
content: '';
height: 7rem;
left: 0;
position: absolute;
top: -2rem;
width: 5rem;
} .home .recommend-box h3 a {
align-items: center;
color: #333;
display: flex;
flex-wrap: wrap;
font-size: 2.2rem;
font-weight: 700;
height: 6rem;
justify-content: center;
letter-spacing: 0.05em;
width: 100%;
}
.home .recommend-box h3 a span {
font-size: 80%;
font-weight: 500;
}
.recommend-box .recommend-img {
align-items: center;
display: flex; justify-content: space-between;
position: relative;
z-index: 0;
}
.recommend-box .recommend-img img {
display: block;
width: 100%;
height: auto; }
.recommend-box .recommend-ttl_h4 {
border-bottom: 0.2rem solid #1AA0C7;
font-size: 1.8rem;
font-weight: 500;
padding-bottom: 1rem !important;
padding-left: 1.5rem;
position: relative;
}
.recommend-box .recommend-ttl_h4::before {
background: #1AA0C7;
border-radius: 0.25rem;
content: '';
height: calc(100% - 0.5rem);
left: 0;
position: absolute;
top: 0;
width: 0.5rem;
}
.recommend-table {
background: #CCC;
border: 0.1rem solid #CCC;
border-bottom: 0;
}
.recommend-table tr {
background-color: #FFF;
display: flex;
flex-wrap: wrap;
margin-bottom: 0.1rem;
}
.recommend-table tr td {
border: 0 !important;
padding: 1rem;
}
.recommend-table tr td:first-child {
background: #EEE;
border-right: 0.1rem solid #CCC !important;
color: #333;
font-size: 1.6rem;
min-width: 15rem;
}
.recommend-table tr td:last-child {
padding: 1rem;
width: calc(100% - 15rem);
}
.recommend-box .recommend-info .textLink {
display: block;
margin-top: 1rem;
}
.recommend-box .recommend-map iframe {
height: 35rem;
width: 100%;
}
.recommend-box .recommend-socialmedia {
display: flex;
margin: 0 auto;
max-width: 40rem;
}
.home .recommend-box .recommend-socialmedia {
margin-bottom: 4rem;
}
.recommend-box .recommend-socialmedia li {
align-items: center;
border-radius: 0.5rem;
display: flex;
justify-content: center;
margin-right: 1rem;
width: calc((100% - 1rem) / 2);
}
.recommend-box .recommend-socialmedia li:last-of-type {
margin-right: 0;
}
.recommend-box .recommend-socialmedia li a {
align-items: center;
border-radius: 0.5rem;
color: #FFF;
display: flex;
height: 5rem;
justify-content: center;
letter-spacing: 0.05em;
padding: 1rem;
width: 100%;
}
.recommend-box .recommend-socialmedia .instagram a {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_15.png);
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.recommend-box .recommend-socialmedia .youtube a {
background-color: #DA1725;
}
.recommend-box .recommend-socialmedia li a i {
margin-right: 1rem;
}
.home .recommend-reviews {
margin-bottom: 4rem;
}
.home .recommend-reviews .review.top {
margin-bottom: 2rem;
min-width: 106rem;
width: 100%;
}
.home .review_comment {
background: #F5F5F5;
margin-right: 1rem !important;
padding: 2rem;
width: calc(100% - 2rem);
}
.home .review_comment:nth-of-type(2n) {
margin-right: 0 !important;
}
.review_comment .review_title {
background-color: unset !important;
border-bottom: 0.2rem solid #333;
color: unset !important;
padding: 1rem 0 1rem 5rem !important;
position: relative;
font-size: 1.6rem !important;
}
.review_comment .review_title::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_05.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
content: '';
height: 4rem;
left: 0;
min-height: 4rem;
position: absolute;
top: 0;
width: 4rem;
}
.review_comment .quote a,
.review .wrap .quote a {
color: #4285F4;
text-decoration: underline;
}
.home .recommend-box .btn-wrap {
margin: 0 auto;
width: calc(100% - 4rem);
}
.home .recommend-box .btn-wrap .btn {
margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
.home .recommend-box h3 a {
font-size: 2rem;
}
.home .recommend-box h3 a span {
display: block;
margin-top: 0.5rem;
text-align: center;
width: 100%;
}
.recommend-table {
border-bottom: 0.1rem solid #CCC !important;
}
.recommend-table tr {
margin-bottom: 0;
}
.recommend-table tr td {
min-width: unset !important;
}
.recommend-table tr td:first-child {
border-right: 0 !important;
}
.home .review_comment {
margin-right: 0 !important;
width: 100%;
}
.home .recommend-box .review .wrap + .wrap {
margin-top: 2rem;
}
.home .review_comment:nth-of-type(2n) {
margin-right: 0 !important;
}
}
@media only screen and (max-width: 480px) {
.home .recommend-box h3::before {
height: 6rem;
width: 4.3rem;
}
.home .recommend-box h3 a {
font-size: 1.6rem;
}
.recommend-box .recommend-img {
height: 48.3vw !important;
}
.home .recommend-box .recommend-img::before {
height: 16.9vw;
width: 16.9vw;
}
.recommend-box .recommend-info .textLink {
text-align: right;
}
} .sec-profile {
background-color: #52BFDE;
}
.sec-profile .box {
background-color: #FFF;
margin: 3rem auto 0 auto;
max-width: 80rem;
padding: 3rem 2rem;
}
.sec-profile .box .sectionTtl {
align-items: center;
background-color: #1AA0C7;
border-radius: 3.5rem;
display: flex;
height: 6rem;
justify-content: center;
margin: -6rem auto 3rem auto;
max-width: 40rem;
position: relative;
top: 0;
width: 100%;
}
.sec-profile .box .sectionTtl::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_07.png);
background-position: right top;
background-repeat: no-repeat;
background-size: cover;
content: '';
height: 6rem;
position: absolute;
right: 0;
top: 0;
width: 7rem;
}
.sec-profile .box .sectionTtl::after {
border-color: #1AA0C7 transparent transparent transparent;
border-style: solid;
border-width: 2rem 1.5rem 0 1.5rem;
bottom: -2rem;
content: '';
height: 0;
left: calc((100% - 3rem) / 2);
position: absolute;
width: 0;
}
.sec-profile .box .sectionTtl span {
color: #FFF;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.05em;
}
.sec-profile .box dl {
display: flex;
margin: 0 auto 2rem auto;
max-width: 40rem;
}
.sec-profile .box dl dt {
width: 10rem;
}
.sec-profile .box dl dt img {
border-radius: 5rem;
height: auto;
width: 100%;
}
.sec-profile .box dl dd {
align-items: center;
display: flex;
font-size: 1.8rem;
font-weight: 500;
justify-content: left;
padding-left: 2rem;
width: calc(100% - 10rem);
}
.sec-profile .box p {
margin-bottom: 3rem;
}
.sec-profile .box ul {
align-items: center;
display: flex;
justify-content: center;
}
.sec-profile .box ul li {
margin: 0 0.5rem;
}
.sec-profile .box ul li a {
align-items: center;
border-radius: 0.5rem;
display: flex;
height: 6rem;
justify-content: center;
width: 6rem;
}
.sec-profile .box ul li:nth-of-type(1) a {
background-color: #B71448;
}
.sec-profile .box ul .corporate a {
background-color: #B71448;
}
.sec-profile .box ul .instagram a {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_08.png);
background-position: 0%center;
background-repeat: no-repeat;
background-size: cover;
}
.sec-profile .box ul .youtube a {
background-color: #DA1725;
}
.sec-profile .box ul li a i {
color: #FFF;
font-size: 3rem;
line-height: 1;
}
@media only screen and (max-width: 480px) {
.sec-profile .box .sectionTtl span,
.sec-profile .box dl dd {
font-size: 1.6rem;
}
}
@media only screen and (max-width: 430px) {
.sec-profile .box .sectionTtl {
justify-content: left;
padding-left: 2rem;
}
} .home .sec-txt {
background-color: #FFF; } .pr-area {
background-color: #52BFDE;
padding-bottom: 10rem;
}
.pr-bottom {
background-color: #FFF;
border-radius: 0;
margin: 0 auto;
max-width: 80rem;
padding: 3rem 2rem;
position: relative;
width: 100%;
}
.pr-bottom::before {
align-items: center;
background-color: #333;
color: #FFF;
content: 'PR';
display: flex;
font-size: 1.4rem;
font-weight: 500;
height: 2rem;
justify-content: center;
left: 0;
position: absolute;
top: 0;
width: 3rem;
}
.pr-bottom--cont_l::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_10.png);
background-position: right top;
background-repeat: no-repeat;
background-size: auto 100%;
bottom: 0;
content: '';
height: 10rem;
position: absolute;
right: 1rem;
width: 12.9rem;
z-index: 1;
}
a.btn-c {
background: #FFAE01 !important;
box-shadow: unset;
border-radius: 1rem;
font-size: 1.6rem;
font-family: 'M PLUS 1', sans-serif;
padding: 1.5rem 5rem 1.5rem 2rem;
}
a.btn-c:hover {
box-shadow: unset !important;
transform: unset !important;
}
a.btn-c::before {
left: unset;
right: 1.5rem;
}
a.btn-c:hover::before {
left: unset;
}
a.btn-c span {
border-radius: 0;
color: #FFAE01;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.2rem;
font-weight: 400;
}
a.btn-c:hover span {
color: #FFAE01;
}
body .pr-bottom--head {
color: #333;
font-size: 1.6rem;
font-weight: 500;
}
body .pr-bottom--head span {
color: #333;
font-size: 130%;
font-weight: 700;
margin-top: 1rem;
}
.pr-bottom--cont {
background: none;
padding: 0;
}
h3.pr-bottom--cont_lead {
font-size: 1.8rem;
position: relative;
}
.pr-bottom--cont_txt span, .pr-bottom--cont_lead span {
color: #63342F;
}
@media only screen and (max-width: 768px) {
body .pr-bottom--head {
text-align: center;
}
}
@media only screen and (max-width: 480px) {
body .pr-bottom--head span {
font-size: 1.6rem !important;
}
} .sec-list,
.sec-area,
.sec-genre,
.sec-column {
background-color: #D2EEF9;
}
.sec-area {
display: none;
}
.sec-area ul,
.sec-genre ul,
.sec-column ul {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
max-width: 80rem;
width: 100%;
}
.sec-area ul li,
.sec-genre ul li,
.sec-column ul li {
background-color: #FFF;
margin-bottom: 1rem;
margin-right: 1rem;
width: calc((100% - 1rem) / 2);
}
.sec-area ul li:nth-of-type(2n),
.sec-genre ul li:nth-of-type(2n),
.sec-column ul li:nth-of-type(2n) {
margin-right: 0;
}
.sec-area ul li a,
.sec-genre ul li a,
.sec-column ul li a {
display: flex;
width: 100%;
}
.sec-area ul li a .eyecatch,
.sec-genre ul li a .eyecatch,
.sec-column ul li a .eyecatch {
align-items: center;
display: flex;
height: 12rem;
justify-content: center;
overflow: hidden;
width: 12rem;
}
.sec-area ul li a .eyecatch img,
.sec-genre ul li a .eyecatch img,
.sec-column ul li a .eyecatch img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.sec-area ul li a .texts,
.sec-genre ul li a .texts,
.sec-column ul li a .texts {
height: 100%;
padding: 1rem 3rem 1rem 1rem;
position: relative;
width: calc(100% - 12rem);
}
.sec-area ul li a .texts::after,
.sec-genre ul li a .texts::after,
.sec-column ul li a .texts::after {
color: #FFAE01;
content: '\f054';
font-family: 'Font Awesome 5 Free';
font-size: 1.4rem;
font-weight: 900;
line-height: 1;
position: absolute;
right: 1rem;
top: calc((100% - 1.4rem) / 2);
}
.sec-area ul li a .texts span,
.sec-genre ul li a .texts span,
.sec-column ul li a .texts span {
display: block;
}
.sec-area ul li a .texts .ttl,
.sec-genre ul li a .texts .ttl,
.sec-column ul li a .texts .ttl {
display: -webkit-box;
font-size: 1.4rem;
height: 7rem;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.sec-area ul li a .texts .time,
.sec-genre ul li a .texts .time,
.sec-column ul li a .texts .time {
font-size: 1rem;
margin-top: 1.5rem;
text-align: right;
}
@media only screen and (max-width: 768px) {
.sec-area ul li,
.sec-genre ul li,
.sec-column ul li {
margin-right: 0;
width: 100%;
}
}
@media only screen and (max-width: 480px) {
.sec-column,
.sec-area,
.sec-genre {
margin-top: -6rem;
}
} .sec-txt h2,
.single-box h2:not(#webresearch),
.Not_TXT {
background: #F5F5F5 !important;
border-left: 0.5rem solid #1AA0C7;
color: #333;
font-size: 2rem;
font-weight: 500 !important;
margin-bottom: 1.6rem;
padding: 1rem 1rem 1rem 1.5rem !important;
}
.sec-txt h2.sectionTtl {
background: none !important;
border-bottom: 0.2rem solid #1AA0C7;
border-left: 0;
color: #333;
font-size: 2.4rem;
margin-bottom: 5rem !important;
padding: 1rem 1rem 1rem 6.5rem !important;
}
.home .sec-txt h2.sectionTtl {
padding: 0 0 1rem 0 !important;
}
.single-box h2:not(#webresearch),
.Not_TXT {
border-left: 0.5rem solid #1AA0C7;
padding: 1rem !important;
}
.sec-txt h2::before {
display: none !important;
}
.single-box h2:not(#webresearch)::before,
.Not_TXT::before {
display: none;
}
.sec-txt h3.content-ttl,
.single-box h3,
h2#webresearch {
background: none !important;
border-bottom: 0.2rem solid #1AA0C7 !important;
border-left: 0 !important;
font-size: 2rem;
font-weight: 500 !important;
margin-bottom: 1.6rem;
padding: 0 0 0.5rem 1.5rem !important;
position: relative;
}
h2#webresearch span {
font-size: 1.8rem !important;
}
.sec-txt h3.content-ttl::before,
.single-box h3::before,
h2#webresearch::before {
background: #1AA0C7 !important;
border-radius: 0.25rem;
content: '' !important;
display: block !important;
height: calc(100% - 0.5rem) !important;
left: 0;
position: absolute;
width: 0.5rem !important;
}
.sec-txt h4,
.single-box h4,
.sec-txt h5,
.single-box h5 {
border-bottom: 0.2rem dotted #1AA0C7 !important;
border-left: 0 !important;
font-size: 1.8rem;
font-weight: 500 !important;
margin-bottom: 1.6rem;
padding-bottom: 1rem;
padding-left: 0 !important;
}
.sectionPoint {
background-color: #F5F5F5;
border: 0;
border-radius: 0;
margin: 5rem auto;
padding: 2rem;
position: relative;
width: 100%;
}
.home .sectionPoint {
max-width: 80rem;
}
.sectionPoint .sectionPoint-head {
align-items: center;
background-color: #1AA0C7;
border-radius: 2rem;
display: flex;
font-size: 1.6rem;
font-weight: 500;
justify-content: center;
left: 0;
line-height: 1;
height: 4rem;
margin: -4rem auto 3rem auto;
max-width: 35rem;
padding: 0;
position: relative;
top: 0;
width: calc(100% - 4rem);
}
.sectionPoint .sectionPoint-head::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_09.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
bottom: 0;
content: '';
height: 5rem;
left: 0;
position: absolute;
width: 6.2rem;
}
.sectionPoint .sectionPoint-head::after {
border-color: #1AA0C7 transparent transparent transparent;
border-style: solid;
border-width: 1rem 1rem 0 1rem;
bottom: -1rem;
content: '';
height: 0;
left: calc((100% - 2rem) / 2);
position: absolute;
width: 0;
}
.sectionPoint ul {
padding-left: 1.5rem;
}
.sectionPoint ul li {
font-weight: 400;
}
@media only screen and (max-width: 480px) {
.sectionPoint .sectionPoint-head {
font-size: 1.6rem;
}
}
@media only screen and (max-width: 420px) {
.sectionPoint .sectionPoint-head {
justify-content: center;
padding-left: 3rem;
}
} .sec-txt .comment {
margin: 0 auto 6rem auto;
max-width: 80rem;
}
.sec-txt .comment dl {
display: flex;
}
.sec-txt .comment dl dt {
width: 10rem;
}
.sec-txt .comment dl dt img {
border-radius: 5rem;
display: block;
height: auto;
margin-bottom: 1rem !important;
width: 100% !important;
}
.sec-txt .comment dl dt span {
display: block;
font-size: 1.4rem;
font-weight: 500;
text-align: center;
}
.sec-txt .comment dl dd {
background-color: #52BFDE;
border-radius: 1rem;
color: #FFF;
margin-left: 3rem;
padding: 2rem;
position: relative;
width: calc(100% - 11rem);
}
.sec-txt .comment dl dd::before {
border-color: transparent #52BFDE transparent transparent;
border-style:solid;
border-width: 1.5rem 2rem 1.5rem 0;
content: '';
height:0;
left: -2rem;
position: absolute;
top: 2.5rem;
width:0;
}
.sec-txt .comment dl dd h5 {
border-bottom: 0.2rem solid #FFF !important;
font-size: 1.6rem;
margin-bottom: 2rem !important;
width: 100%;
}
.sec-txt .comment dl dd h5 i {
margin-right: 1rem;
}
.sec-txt .comment dl dd p {
font-size: 1.4rem;
margin-bottom: 1rem !important;
}
.sec-txt .comment dl dd p:last-of-type {
font-size: 1.4rem;
margin-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
.sec-txt .comment dl dt {
width: 8rem;
}
.sec-txt .comment dl dt span {
font-size: 1.2rem;
}
.sec-txt .comment dl dd {
background-color: #52BFDE;
border-radius: 1rem;
color: #FFF;
margin-left: 3rem;
padding: 2rem;
position: relative;
width: calc(100% - 9rem);
}
} .sec-table {
background-color: #FFF;
}
.tablepress {
border: 0.1rem solid #CCC;
border-radius: 0;
}
.tablepress td {
border: 0.1rem solid #CCC;
}
.tablepress tr:first-of-type td {
position: relative;
}
.tablepress td:first-child {
background: #EEE !important;
border-bottom: 0.1rem solid #CCC;
color: #333;
}
.tablepress tr:last-of-type td {
border-bottom: 0;
} .tablepress tr:first-of-type td:not(:first-of-type) {
position: relative;
}  .single .sec-table {
margin-top: 10rem;
} .sec-table.mobile {
margin-left: -2rem;
margin-top: 16rem;
width: calc(100% + 4rem);
} .faq-box {
margin: 0 !important;
margin-bottom: 2rem !important;
margin-right: 2rem !important;
margin-top: -6rem !important;
padding-top: 6rem;
width: calc((100% - 2rem) / 2) !important;
}
.faq-box:nth-of-type(2n) {
margin-right: 0 !important;
}
.faq-box .faq-q {
align-items: center;
background: #F5F5F5;
display: flex;
font-weight: 500;
justify-content: left;
letter-spacing: 0.05em;
min-height: 9rem;
padding: 2rem 6.4rem 2rem 7.5rem;
}
.faq-box .faq-a {
background: #F5F5F5;
font-weight: 400;
padding: 2rem 2rem 2rem 7.5rem;
}
.faq-box .faq-q::before,
.faq-box .faq-a::before {
border-right: 0;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-size: 3rem;
height: 4rem;
left: 2rem;
padding: 0.2rem 0 0 0;
text-align: center;
width: 4rem;
}
.faq-box .faq-q::before {
background: #43BDEA;
border: 0.2rem solid #43BDEA !important;
color: #FFF;
}
.faq-box .faq-a::before {
background-color: #FFF;
border: 0.2rem solid #43BDEA !important;
color: #43BDEA;
}
.faq-box .faq-q i {
background: #FFF;
border-radius: 1.2rem;
color: #43BDEA;
height: 2.4rem;
padding: 0;
right: 2rem;
transition: 0.2s;
}
@media only screen and (max-width: 768px) {
.faq-box {
margin-right: 0 !important;
width: 100% !important;
}
.faq-box:last-of-type {
margin-bottom: 0 !important;
}
} .slidelist2 li {
border-radius: 1rem;
margin: 0 !important;
margin-bottom: 2rem !important;
margin-right: 2rem !important;
width: calc((100% - 2rem) / 2) !important;
}
.slidelist2 li:nth-of-type(2n) {
margin-right: 0 !important;
}
.slidelist2-view {
background: #FFF !important;
border-radius: 1rem;
font-size: 1.6rem;
font-weight: 500;
letter-spacing: 0.05em;
padding: 2rem 6.4rem 2rem 2rem;
}
.slidelist2-view.active {
border-bottom: 0;
border-radius: 1rem 1rem 0 0;
}
.slidelist2-view::before {
background-color: #FFF;
border-radius: 1.2rem;
color: #FFAE01 !important;
content: '\f13a' !important;
font-size: 2.4rem;
height: 2.4rem;
right: 2rem;
transform-origin: 1.2rem 1.2rem;
transition: 0.2s;
}
.slidelist2-view.active::before {
transform: rotate(180deg);
}
.slidelist2-hide {
background: #FFF !important;
border-radius: 0 0 1rem 1rem;
border-top: 0;
}
.slidelist-intro {
border-bottom: 0 !important;
margin-bottom: 2rem !important;
padding: 0;
}
.slidelist2-detail {
background: none !important;
}
.slidelist2-tbl {
background-color: #CCC;
border: 0.1rem solid #CCC;
border-bottom: 0;
}
.slidelist2-tbl tr {
background-color: #FFF;
display: flex;
margin-bottom: 0.1rem;
}
.slidelist2-tbl tr td:first-child {
background: #EEE;
border: 0 !important;
border-right: 0.1rem solid #CCC !important;
color: #333;
min-width: 10rem;
}
.slidelist2-tbl tr td:last-child {
width: calc(100% - 10rem);
}
@media only screen and (max-width: 768px) {
.slidelist2 li {
margin-right: 0 !important;
width: 100% !important;
}
.slidelist2 li:last-of-type {
margin-bottom: 0 !important;
}
} .sec-related {
background-color: #D2EEF9;
}
.sec-related .rl_post ul {
display: flex !important;
flex-wrap: wrap;
grid-gap: unset !important;
}
.sec-related .rl_post ul li {
background-color: #FFF;
margin-bottom: 2rem;
margin-right: 2rem;
max-width: unset;
min-width: calc((100% - 2rem) / 2);
padding: 2rem;
width: calc((100% - 2rem) / 2);
}
.sec-related .rl_post ul li a {
color: #333;
}
.sec-related .rl_post ul li:nth-of-type(2n) {
margin-right: 0;
}
.sec-related .rl_post ul li a {
display: flex;
}
.sec-related .rl_post ul li a .img-wrap {
justify-content: space-between;
height: 12rem;
min-width: 15rem;
width: 15rem;
}
.sec-related .rl_post ul li a .img-wrap .category {
background:rgba(255,174,1,0.95);
bottom: 0;
display: block;
font-size: 1.2rem;
text-align: center;
top: unset;
width: 100%;
}
.sec-related .rl_post ul li a .img-wrap img{
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.sec-related .rl_post ul li a .text-wrap {
padding: 0 0 0 2rem;
width: calc(100% - 15rem);
}
.sec-related .rl_post ul li a .text-wrap h4 {
border-bottom: 0.2rem solid #1AA0C7;
border-left: 0;
margin-bottom: 2rem;
padding: 0 0 1rem 1.5rem;
position: relative;
}
.sec-related .rl_post ul li a .text-wrap h4::before {
background: #1AA0C7;
border-radius: 0.25rem;
content: '';
height: calc(100% - 0.5rem);
left: 0;
position: absolute;
top: 0;
width: 0.5rem;
}
@media only screen and (max-width: 768px) {
.sec-related .rl_post ul {
display: block !important;
}
.sec-related .rl_post ul li {
margin-right: 0;
min-width: 100%;
width: 100%;
}
.sec-related .rl_post ul li:last-of-type {
margin-bottom: 0;
}
.sec-related .rl_post ul li a .text-wrap h4 {
margin-bottom: 1rem;
}
}
@media only screen and (max-width: 480px) {
.sec-related .sectionTtl {
font-size: 5.7vw !important;
}
.sec-related .rl_post ul li a {
display: block;
}
.sec-related .rl_post ul li a .img-wrap {
justify-content: space-between;
height: 48.3vw;
margin-bottom: 2rem;
min-width: 100%;
width: 100%;
}
.sec-related .rl_post ul li a .text-wrap {
padding: 0;
width: 100%;
}
} .list_link_set_0 {
justify-content: flex-start;
padding: 2rem;
}
.list_data_0 {
margin-left: 2rem;
padding: 0 !important;
}
.category_list_name {
border-bottom: 0.3rem solid #1AA0C7;
color: #333;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.05em;
padding-left: 1.5rem;
position: relative;
}
.category_list_name::before {
background: #1AA0C7;
border-radius: 0.25rem;
content: '';
display: block;
height: calc(100% - 1rem);
left: 0;
position: absolute;
top: 0.5rem;
width: 0.5rem;
}
.category_list_name a {
color: #333;
}
.category_list_coments p {
display: -webkit-box;
margin-bottom: 2rem;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
@media only screen and (min-width: 769px) {
.cat_list_section:not(:first-of-type) .list_link_set_0 {
border-top: 0.15rem dotted #333;
margin-top: -3rem;
}
}
@media only screen and (max-width: 768px) {
.list_link_set_0 {
background: #F5F5F5;
padding: 2rem;
}
}
@media only screen and (max-width: 480px) {
.list_data_0 {
margin-left: 0;
}
.Thumbnail_box {
margin-bottom: 2rem;
}
.category_list_name {
font-size: 1.6rem;
}
.category_list_coments p {
-webkit-line-clamp: 5;
}
} .pager {
text-align: center;
}
.pager .page-numbers {
padding: 0.5rem;
}
.pager .page-numbers.current {
background: #333;
color: #FFF;
padding: 0.5rem 1rem;
} .single .recommend-box {
background-color: #F5F5F5;
border: 0;
border-radius: 1rem;
padding: 2rem;
}
.single .recommend-box .recommend-ttl_h3 {
align-items: center;
color: #333;
display: flex;
flex-wrap: wrap;
font-size: 2.2rem;
font-weight: 700;
height: 7rem;
justify-content: center;
padding: 0;
text-align: center;
}
.single .recommend-box .recommend-ttl_h3 .pr-tag {
background-color: #333;
color: #FFF;
}
.single .recommend-box .recommend-ttl_h4.strength {
border-bottom: 0.2rem dotted #1AA0C7;
font-weight: 700;
padding: 0;
margin-bottom: 4rem;
padding: 0 0 1rem 0;
text-align: center;
}
.single .recommend-box .recommend-ttl_h4.strength::before {
display: none;
}
.single .recommend-box .recommend-table tr {
background-color: #FFF;
}
.single .recommend-box .recommend-table tr td:first-child {
background: #EEE;
}
@media only screen and (max-width: 1000px) {
.single .recommend-box .recommend-ttl_h3 span:not(.pr-tag) span {
display: block;
font-size: 60%;
font-weight: 500;
margin-top: 0.5rem;
text-align: center;
width: 100%;
}
}
@media only screen and (max-width: 900px) {
.single .recommend-box .recommend-ttl_h3 {
font-size: 2rem;
}
}
@media only screen and (max-width: 480px) {
.single .recommend-box .recommend-ttl_h3 {
font-size: 1.6rem;
}
} .single #toc_container {
background: #D2EEF9;
color: #333;
max-width: 80rem;
padding: 2rem;
width: calc(100% - 4rem) !important;
}
.single #toc_container a {
font-size: 1.6rem;
font-weight: 400;
text-decoration: underline;
}
.single #toc_container p.toc_title {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: 0.05em;
}
.single #toc_container p.toc_title small {
color: #333;
font-size: 100%;
}
.single #toc_container p.toc_title::before {
content: '\f03a';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-right: 0.5rem;
}
.single #toc_container p.toc_title span a {
background: none;
border-radius: unset;
color: #4285F4;
margin: 0 0.5rem;
padding: 0;
text-decoration: underline;
}
.single .toc_list {
background: #FFF !important;
counter-reset: number 0;
margin-top: 2rem !important;
padding: 2rem !important;
width: 100%;
}
.single #toc_container .toc_list > li {
padding-left: 3rem;
}
.single #toc_container .toc_list > li::before {
align-items: center;
background: #1AA0C7;
border-radius: 0;
color: #FFF;
counter-increment: number 1;
content: counter(number) " ";
display: flex;
font-size: 1.6rem;
height: 3rem;
justify-content: center;
left: 0;
min-width: 3rem;
position: absolute;
top: 0;
width: 3rem;
}
.single #toc_container .toc_list > li ul {
margin-left: 0;
}
.single #toc_container .toc_list > li ul li::before {
display: none;
}
.single #toc_container .toc_list > li ul li a {
padding-left: 0;
}
.single #toc_container .contents-subheading {
background-color: #FFF;
margin: 0;
padding: 1rem 2rem;
position: relative;
}
.single #toc_container .contents-subheading:first-of-type {
margin-top: 2rem;
padding-top: 2rem;
}
.single #toc_container .contents-subheading:last-of-type {
padding-bottom: 2rem;
}
#toc_container .contents-subheading:before {
align-items: center;
background: #1AA0C7;
color: #FFF;
display: flex;
font-size: 1.6rem;
font-weight: 400;
height: 3rem;
justify-content: center;
width: 3rem;
}
@media only screen and (max-width: 768px) {
.single #toc_container { width: 100% !important;
}
.single #toc_container .toc_list ul {
margin-left: 0 !important;
}
.single #toc_container .toc_list > li ul {
margin-left: -4rem;
}
} .single .review {
margin-bottom: 5rem;
margin-top: 3rem;
}
.single .review .reviewBox {
margin-bottom: 2rem;
}
.single .review .reviewBox#id-3,
.single .review .reviewBox#id-4,
.single .review .reviewBox#id-5,
.single .review .reviewBox#id-6,
.single .review .reviewBox#id-7,
.single .review .reviewBox#id-8,
.single .review .reviewBox#id-9,
.single .review .reviewBox#id-10 {
display: none;
}
.single .review_comment {
background: #F5F5F5;
padding: 2rem;
}
.single .admin_comment {
background: #F5F5F5;
margin-top: 0 !important;
padding: 0 2rem 2rem 2rem;
}
.single .admin_comment .admin_title {
background-color: unset;
border-top: 0.2rem dotted #333;
border-bottom: 0.2rem solid #333;
color: unset;
height: 7rem;
padding: 3rem 0 1rem 5rem;
position: relative;
font-size: 1.6rem;
}
.single .admin_comment .admin_title::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_06.png);
background-position: center;
background-repeat: no-repeat;
background-size: auto 4rem;
content: '';
height: 4rem;
left: 0;
min-height: 4rem;
position: absolute;
top: 2rem;
width: 4rem;
}
.single .readAllReviews {
margin-top: -1rem;
text-align: center;
}
.single .readAllReviews i {
color: #43BDEA;
margin-right: 0.5rem;
}
.single .readAllReviews a {
color: #4285F4;
text-decoration: underline;
} .genre .genre-box {
background-color: #F5F5F5;
border: 0;
border-radius: 1rem;
position: relative;
}
.genre .genre-box .genre_inner {
background-color: unset;
padding: 0;
}
.genre .genre-box .genre_inner .box-title {
background: none !important;
border-bottom: 0.3rem solid #333 !important;
color: #333;
font-size: 2.4rem;
font-weight: 700;
padding: 0 0 1rem 0 !important;
position: relative;
text-align: center;
}
.genre .genre-box .genre_inner .box-title::before {
display: none !important;
}
.genre .recommend-table {
background-color: #CCC;
}
.genre .recommend-table tr {
background-color: #FFF;
} .area-read {
background: none;
border: 0;
border-radius: unset;
padding: 0;
} .pickup-box {
margin-top: 12rem;
}
.pickup-box dt {
margin-bottom: -6rem;
position: relative;
z-index: 1;
}
.pickup-box dt span {
color: #FFF;
display: block;
font-size: 1.8rem;
font-weight: 500;
margin: 0 auto 1rem auto;
max-width: 34rem;
padding: 0 1.7rem 0 2rem;
position: relative;
text-align: center;
width: 100%;
}
.pickup-box dt span {
align-items: center;
background-color: #1AA0C7;
border-radius: 3.5rem;
display: flex;
height: 6rem;
justify-content: center;
margin: -5rem auto 3rem auto;
max-width: 50rem;
position: relative;
top: 0;
}
.pickup-box dt span::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_15.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
content: '';
height: 7rem;
position: absolute;
right: 0;
top: -1rem;
width: 7.2rem;
}
.pickup-box dt span::after {
border-color: #1AA0C7 transparent transparent transparent;
border-style: solid;
border-width: 2rem 1.5rem 0 1.5rem;
bottom: -2rem;
content: '';
height: 0;
left: calc((100% - 3rem) / 2);
position: absolute;
width: 0;
}
.pickup-box dd {
background-color: #D2EEF9;
border: 0;
border-radius: 0;
display: flex;
flex-wrap: wrap;
padding: 7rem 2rem 2rem;
position: relative;
}
.pickup-box dd h3 {
align-items: center;
background: none;
border-radius: 0;
color: #333;
display: flex;
flex-wrap: wrap;
font-size: 1.8rem;
font-weight: 700;
height: 7rem;
justify-content: center;
margin-bottom: 2rem;
margin-left: -2rem;
margin-top: -2rem;
min-width: calc(100% + 4rem) !important;
text-align: center;
position: relative;
width: calc(100% + 4rem) !important;
}
.pickup-box dd h3::after {
background-color: #333;
color: #FFF;
left: 1rem;
top: 1rem;
}
.pickup-box dd .mainImg {
height: 14rem;
margin-right: 3rem;
width: 30rem;
}
.pickup-box dd .mainImg img {
height: 100%;
object-fit: cover;
width: 100%;
}
.pickup-box dd .textsBox {
width: calc(100% - 33rem);
}
.pickup-box dd .textsBox .texts {
margin-bottom: 2rem;
}
.pickup-box dd .textsBox .texts p:not(:last-of-type) {
margin-bottom: 1rem;
}
.pickup-box dd .textsBox .btn {
width: calc(100% - 4rem) !important;
}
.pickup-box dd .textsBox .btn a {
align-items: center;
border-radius: 1rem;
display: flex;
font-size: 2rem;
font-weight: 500;
height: 6rem;
justify-content: center;
position: relative;
}
@media only screen and (max-width: 1140px) {
.pickup-box dd h3 {
font-size: 2rem;
margin-bottom: 2rem;
}
.pickup-box dd .mainImg {
margin-bottom: 3rem;
margin-right: 0;
width: 100%;
height: auto;
}
.pickup-box dd .textsBox {
width: 100%;
}
.pickup-box dd .textsBox .btn {
max-width: 35rem;
}
}
@media only screen and (max-width: 900px) {
.pickup-box dd .mainImg {
height: auto;
}
.pickup-box dd h3 {
font-size: 1.8rem;
}
.pickup-box dd .textsBox .btn a {
font-size: 1.8rem;
height: 6rem;
}
}
@media only screen and (max-width: 550px) {
.pickup-box dt span {
justify-content: left;
max-width: calc(100% - 4rem);
}
.pickup-box dd h3 span span {
display: block;
font-size: 60%;
font-weight: 500;
margin-top: 0.5rem;
width: 100%;
}
}
@media only screen and (max-width: 480px) {
.pickup-box dt span {
font-size: 1.6rem !important;
}
.pickup-box dd .mainImg {
height: auto;
}
.pickup-box dd .textsBox .btn a {
font-size: 1.6rem;
max-width: 30rem;
justify-content: left;
}
}
@media only screen and (max-width: 410px) {
.pickup-box dt span {
font-size: 1.3rem !important;
}
}  .sec-search {
background-color: #52BFDE;
}
.kensaku-space,
.nxrc-search-form {
margin: 0 auto;
margin-top: 3rem !important;
max-width: 80rem;
width: 100%;
}
.nxrc-search-form {
border-radius: 0;
margin: 0 auto;
padding: 3rem 2rem;
}
.nxrc-search-form .sectionTtl {
align-items: center;
background-color: #1AA0C7;
border-radius: 3.5rem;
display: flex;
height: 6rem;
justify-content: center;
margin: -5rem auto 3rem auto;
max-width: 40rem;
position: relative;
top: 0;
}
.nxrc-search-form .sectionTtl::before {
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_03.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
content: '';
height: 7rem;
left: 0;
position: absolute;
top: -1rem;
width: 7.2rem;
}
.nxrc-search-form .sectionTtl::after {
border-color: #1AA0C7 transparent transparent transparent;
border-style:solid;
border-width: 2rem 1.5rem 0 1.5rem;
bottom: -2rem;
content: '';
height:0;
left: calc((100% - 3rem) / 2);
position: absolute;
width:0;
}
.nxrc-search-form .sectionTtl span {
color: #FFF;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.05em;
}
.nxrc-search-form-content {
background: none;
border: 0;
border-radius: unset;
margin: 0;
padding: 0;
}
.nxrc-search-form table {
background: none;
}
.nxrc-search-form table tr {
margin-bottom: 0.5rem;
display: table;
}
.nxrc-search-form tr:last-of-type {
margin-bottom: 0;
}
.nxrc-search-form table tr th,
.nxrc-search-form table tr td {
display: table-cell;
padding: 1rem;
position: relative;
vertical-align: middle !important;
white-space: unset !important;
}
.nxrc-search-form table tr th {
background-color: #EEE;
border-top: 0 !important;
color: #333;
font-size: 1.6rem;
font-weight: 500 !important;
width: 15rem;
}
.nxrc-search-form table tr td {
width: calc(100% - 15rem);
}
.nxrc-search-form .nxrc-search-form-content .checknox-wrap {
background: none;
font-size: 1.6rem;
line-height: 1.3;
padding: 1rem 1rem 1rem 3rem;
}
.nxrc-search-form .nxrc-search-form-content .checknox-wrap .checkmark {
top: 0.9rem;
left: 0;
height: 2.4rem;
width: 2.4rem;
background: #FFF;
border: 2px solid #333;
}
.nxrc-search-form .nxrc-search-form-content .checknox-wrap input:checked + .checkmark {
background-color: #FFAE01;
border: 2px solid #333;
}
.nxrc-search-form .nxrc-search-form-content .checknox-wrap .checkmark::after {
border-color: #FFF;
left: 0.6rem;
top: 0.2rem;
width: 0.8rem;
height: 1.2rem;
}
.nxrc-search-button {
margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
.nxrc-search-form table tr {
display: block;
margin-bottom: 2rem;
}
.nxrc-search-form table tr th {
background: none;
color: unset;
display: block;
margin-bottom: 1rem;
text-align: left;
width: 100%;
}
.nxrc-search-form table tr td {
display: flex;
flex-wrap: wrap;
padding: 0;
width: 100%;
}
.nxrc-search-form .nxrc-search-form-content .checknox-wrap {
border-radius: unset;
margin: 0 !important;
min-width: 50%;
}
.nxrc-search-form table tr th {
border-bottom: 0.3rem solid #333;
padding: 0 0 0.5rem 1.5rem;
}
.nxrc-search-form table tr th::before {
background: #333;
border-radius: 0.25rem;
content: '';
height: calc(100% - 0.5rem);
left: 0;
position: absolute;
top: 0;
width: 0.5rem;
}
}
@media only screen and (max-width: 480px) {
.nxrc-search-form .sectionTtl span {
font-size: 1.6rem;
}
}
@media only screen and (max-width: 400px) {
.nxrc-search-form .sectionTtl {
justify-content: left;
padding-left: 9rem;
}
} .home .sec-genre {
padding-bottom: 10rem;
} .single .kensaku-space,
.single .nxrc-search-form {
max-width: unset;
}
@media only screen and (min-width: 769px) {
.single .sec-search .inner {
padding: 3rem 0 2rem 0;
}
}
@media only screen and (max-width: 768px) {
.single .sec-search {
margin-left: -2rem;
width: calc(100% + 4rem);
}
}
@media only screen and (max-width: 480px) {
.single .recommend-box .btn a,
.genre-box .btn a {
text-align: left;
}
} .search-block {
background: #52BFDE;
margin-top: 0;
}
.nxrc-search-form {
padding: 2rem;
}
.search-result {
max-width: unset;
}
.search-result .nxrc-fields {
margin-top: 2rem;
}
.search .nxrc-list li {
background: #F5F5F5;
border: 0;
border-radius: 0;
box-shadow: unset;
padding: 2rem;
width: 100%;
}
.search .nxrc-list li .nxrc-title {
border-bottom: 0.3rem solid #333;
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1.3;
padding: 1rem;
text-align: center;
}
.search .nxrc-list li .nxrc-title::before,
.search .nxrc-list li .nxrc-title::after {
display: none;
}
.search .search-txt {
background: none;
margin-bottom: 3rem;
}
.search .nxrc-excerpt {
margin-bottom: 2rem;
}
.search .nxrc-excerpt a {
color: #4285F4 !important;
text-decoration: underline;
}
.search .nxrc-fields {
border: 0.1rem solid #CCC;
}
.search .nxrc-fields th {
background: #EEE;
border-bottom: 0.1rem solid #FFF;
color: #333;
font-weight: 400;
}
.search .nxrc-fields td {
border-bottom: 0.1rem solid #CCC;
}
.search .nxrc-fields tr:last-of-type th,
.search .nxrc-fields tr:last-of-type td {
border-bottom: 0;
}
@media only screen and (max-width: 768px) {
.search .flexin {
display: block;
}
.search .search-img {
margin-bottom: 2rem;
width: 100%;
}
.search .search-txt {
padding: 0;
width: 100%;
}
}
@media only screen and (min-width: 481px) {
.search .search-img {
display: flex;
height: 25rem;
justify-content: space-between;
}
.search .search-img img {
display: block;
height: 100%;
object-fit: contain;
width: 100%;
}
}
@media only screen and (max-width: 480px) {
.search .search-ttl {
font-size: 1.6rem;
padding: 1rem 0 1rem 7rem !important;
}
} .sitemap-home:before,
.sitemap-rank:before {
background: #1AA0C7;
}
.sitemap-ul > li > a:before {
color: #1AA0C7;
}
.sitemap-home,
.sitemap-rank {
background: #F5F5F5;
}
.sitemap-home:after,
.sitemap-rank:after,
.sitemap-pickup a:after,
.sitemap-ul ul a:after,
.sitemap-pages a:after {
color: #1AA0C7;
} .wpcf7-form p {
margin-bottom: 3rem;
}
.wpcf7-form input,
.wpcf7-form textarea {
background-color: #FFF;
margin-bottom: 0.5rem;
margin-top: 0.5rem;
padding: 0.5rem 1rem;
}
.wpcf7-not-valid-tip {
font-size: 80%;
}
.wpcf7-not-valid-tip::before {
content: '※';
}
.submitWrap {
margin-bottom: 0 !important;
text-align: center;
}
input[name=submit]{
background-image: url(//fukuoka-taxidriver.info/wp-content/themes/e_ver004/images/object_16.png) !important;
background-position: right 2rem top 50% !important;
background-repeat: no-repeat !important;
background-size: auto 1.6rem !important;
}
.wpcf7-response-output {
border: 0 !important;
color: #dc3232;
margin: 0 !important;
padding: 0 !important;
text-align: center;
}
.wpcf7-response-output::before {
content: '\f071';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
.wpcf7-response-output {
text-align: left;
}
} .pr-main {
background: #FFF;
}
.pr_point {
padding-bottom: 1.5rem;
}
.pr_point:after {
background: -webkit-repeating-linear-gradient(-45deg, rgba(26,160,199,0.6), rgba(26,160,199,0.6) 3px, #fff 3px, #fff 6px);
background: repeating-linear-gradient(-45deg, rgba(26,160,199,0.6), rgba(26,160,199,0.6) 3px, #fff 3px, #fff 6px);
}
.pr_last_head {
font-size: 2rem;
font-weight: 700;
line-height: 1.25;
text-align: center;
padding: 1.6rem;
border-top: 3px solid #1AA0C7;
border-bottom: 3px solid #1AA0C7;
background: rgb(122 197 255 / 5%);
}
@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-img {
height: 20px;
vertical-align: middle;
}
.mv_sub-ttl strong {
padding-left:5rem;
position:relative;
}
.mv_sub strong span.pr-tag {
position: absolute;
top: 0;
bottom: 0;
display: block;
margin: auto;
width: 38px;
height: 20px;
padding: 6px 10px;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
border-radius: 5px;
background: #444;
color: #ffffff;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 700;
left:0px;
right: auto;
}
.selections3-content #toc_container {
display: none;
} .point-tag-list{
margin-bottom:40px;
}
.point-tag-list .point-tag{
display:inline-block;
padding:5px 10px;
margin-right:10px;
margin-bottom:5px;
background:#def6fc;
}
.sec-txt p {
margin-bottom:1.6rem;
} [class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea {
display: flex;
overflow-x: auto;
flex-wrap: nowrap;
scroll-snap-type: x mandatory;
padding-bottom: 16px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
background-color: #fff;
padding: 20px 15px 175px;
box-sizing: border-box;
scroll-snap-align: start;
min-width: calc(1000px / 3.1);
width: calc((100% - 40px) / 2);
border: 3px solid var(--box3-primary-color);
position: relative;
}
.subpage [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
.single [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
min-width: calc(1000px / 2.5);
}
@media screen and (max-width: 480px) {
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
.subpage [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
.single [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
width: 100%;
min-width: 100%;
}
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box + .select-box {
margin-left: 20px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-name {
font-size: 20px;
font-weight: 600;
line-height: 1.25;
margin-bottom: 12.5px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-capture a {
display: block;
width: 100%;
box-sizing: border-box;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box img:not(img.rank-icon) {
display: block;
width: 100%;
height: 200px;
object-fit: cover;
object-position: center top;
margin: 0 !important;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-quote {
display: block;
font-size: 10px;
text-align: right;
line-height: 1;
margin: 5px 5px 5px auto !important;
color: #999;
cursor: pointer;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
padding: 0 3px 3px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt {
margin: 35px 0;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt.select-points li {
font-size: 16px;
font-weight: 500;
margin: 0 !important;
padding: 0 0 0 25px !important;
list-style: none;
border: unset !important;
line-height: 1.4 !important;
position: relative;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt.select-points li + li {
margin-top: 10px !important;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-txt.select-points li::before {
content: "\f14a";
font-weight: 900;
font-family: 'Font Awesome 6 Free';
display: block;
color: #fff;
font-size: 20px;
line-height: 1;
color: var(--box3-points-color);
text-align: center;
position: absolute;
left: 0;
top: 1.5px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btns{
position: absolute;
bottom: 20px;
right: 0;
left: 0;
width: calc(100% - 30px);
margin: 0 auto;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] + [class*="select-btn_"] {
margin: 16px 0 0;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] a {
display: block;
width: 100%;
font-size: 16px;
display: block;
color: #fff;
width: 100%;
box-sizing: border-box;
text-decoration: none;
font-weight: 600 !important;
letter-spacing: 0.06em;
line-height: 1.4;
padding: 18px 32px;
border-radius: 100px;
border: 2px solid;
text-align: center;
transition: 0.3s;
position: relative;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] a i {
position: absolute;
top: 0;
bottom: 0;
right: 1.6rem;
height: 16px;
margin: auto;
} [class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy {
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
text-align: center;
margin-bottom: 0.5rem;
font-size: 1.4rem;
font-weight: 500;
transition: 0.3s;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::after {
content: "";
display: inline-block;
width: 20px;
height: 3px;
border-radius: 5px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 .select-copy::after {
background-color: var(--box3-btn1--color);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 .select-copy::after {
background-color: var(--box3-btn2--color);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::before {
margin-right: 0.6rem;
-webkit-transform: rotate(50deg);
transform: rotate(50deg);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::after {
margin-left: 0.6rem;
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a {
background-color: var(--box3-btn1--color);
border-color: var(--box3-btn1--color);
color: #fff;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a:hover {
background: #fff;
color: var(--box3-btn1--color);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 a {
background-color: var(--box3-btn2--color);
border-color: var(--box3-btn2--color);
color: #fff;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 a:hover {
background: #fff;
color: var(--box3-btn2--color);
} [class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar {
height: 8px;
border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-track {
background-color: #efefef;
border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-thumb {
border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-thumb {
background-color: var(--box3-primary-color);
} [class*="is-BrSearchContents-style_selectBoxes_recommend"] .select-box .select-name {
text-align: center;
margin-bottom: 16px;
}
[class*="is-BrSearchContents-style_selectBoxes_recommend"] .select-box .select-name::after {
content: "";
display: block;
width: 80px;
height: 3px;
margin: 8px auto 0;
border-radius: 50px;
background-color: var(--box3-primary-color);
} :root {
--box3-primary-color: #1AA0C7;
--box3-btn1--color: #FFAE01;
--box3-btn2--color: #B71448;
--box3-points-color: #B71448;
}
.single .btn-wrap + .btn-wrap {
margin-top: -2rem;
}
.btn-wrap.btn-wide .btn {
width: 100%;
max-width: 350px;
}
.btn-wrap.btn-wide .btn a {
padding-right: 4rem;
padding-left: 4rem;
}
.btn-wrap.btn-wide .btn a i {
right: 1.6rem;
} .copy {
display:flex;
justify-content: center;
align-items:center;
width: fit-content;
font-size: 14.5px;
margin: 0 auto 5px; }
.copy::before,
.copy::after {
content:"";
width: 2px;
height: 18px;
background:#000000;
}
.copy::before {
transform: rotate(-22deg); margin-right: 10px; }
.copy::after {
transform: rotate(22deg); margin-left: 10px; }
.copy span{
font-weight: 700;
background:linear-gradient(transparent 60%, yellow 60%, yellow 100%); } [class*=is-style-icon_] {
display: inline-block;
color: #333;
border-width: 0;
border-radius: 1px;
line-height: 1.6;
padding: 1em 1em 1em 4.25em;
position: relative;
margin: 16px 0 !important;
}
[class*=is-style-icon_]::before {
display: block;
font-family: 'Font Awesome 6 Free';
font-size: inherit;
font-weight: 900;
left: 1.25em;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%) scale(1.5);
transform: translateY(-50%) scale(1.5);
}
[class*=is-style-icon_]::after {
border-right: 1px solid;
content: "";
display: block;
height: 50%;
left: 3.25em;
opacity: .4;
position: absolute;
top: 25%;
width: 0;
}
[class*=is-style-icon_] strong {
padding: 0 4px 3px;
border-bottom: 1px dashed #bbb;
} .is-style-icon_light::before {
content: "\f0eb";
}  [class*=is-style-icon_].is-style-color_orange {
background: var(--color_icon_bg_orange);
}
[class*=is-style-icon_].is-style-color_orange::before,
[class*=is-style-icon_].is-style-color_orange::after {
color: var(--color_icon_txt_orange);
}
:root {
--color_icon_bg_orange: #fff5f0;
--color_icon_txt_orange: #ffa537;
}