@charset "utf-8";
   @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");
:root { --color-background: #FFF;
--color-font: #111;
--color-primary: #2F5597;
--color-primary-shade: #FCBB01;
--color-primary-tint: #4977C6;
--color-secondary: #ED6A5A;
--color-table-border: #DDD;
--color-table-th: #E9ECFF;
--body-font-family: 'Noto Sans JP', sans-serif;
--content-max-width: 1240px; --header-background: #FFF;
--header-color-font: #444;
--header-color-primary: #2f5597;
--header-color-primary-shade: #FCBB01;
--header-color-primary-tint: #4977C6; --footer-background: #2F5597;
--footer-color-font: #FFF;
--footer-color-primary: #FFF; --font-family01: 'Noto Sans JP', sans-serif;
--font-family02: 'Montserrat', 'Noto Sans JP', sans-serif;
}
.fw_contents {
margin-top: 0;
margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
padding: 0;
} .widecolor {
margin-right: calc(((100vw - 100%) / 2) * -1);
margin-left: calc(((100vw - 100%) / 2) * -1);
padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px); background: #fafafa;
}  .post .txtstyle05, .txtstyle05 {
font-family: var(--font-family02);
font-size: var(--rem28);
font-weight: 600;
text-align: left;
color: #111;
line-height: 1.4;
overflow-wrap: break-word;
padding: 0;
margin: var(--rem42) auto var(--rem30);
border: none;
background: transparent;
}
.post .txtstyle05:first-letter, .txtstyle05:first-letter {
color: var(--color-primary-tint);
}
.post .txtstyle05:before, .txtstyle05:before, .post .txtstyle05:after, .txtstyle05:after {
content: none;
}
.post .txtstyle05 .subtxt, .txtstyle05 .subtxt {
display: block;
font-size: var(--rem36);
font-weight: 600;
padding: 0;
margin: var(--rem14) 0 0;
border: none;
background: transparent;
}  .post .col2_list {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}
.post .col2_list > li {
width: 49%;
margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
.post .col2_list > li {
width: 100%;
}
.post .col2_list > li:last-child {
margin-bottom: 0;
}
} .post .col3_list {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}
.post .col3_list > li {
width: 32%;
margin-bottom: 2%;
}
.post .col3_list::before {
content: "";
display: block;
width: 32%;
height: 0;
order: 1;
}
.post .col3_list:after {
content: "";
display: block;
width: 32%;
height: 0;
}
@media print, screen and (max-width: 768px) {
.post .col3_list > li {
width: 49%;
}
.post .col3_list::before, .post .col3_list:after {
content: none;
}
}
@media print, screen and (max-width: 414px) {
.post .col3_list > li {
width: 100%;
}
.post .col3_list > li:last-child {
margin-bottom: 0;
}
} .post .col4_list {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}
.post .col4_list > li {
width: 24%;
margin-bottom: 1.5%
}
.post .col4_list::before {
content: "";
display: block;
width: 24%;
height: 0;
order: 1;
}
.post .col4_list:after {
content: "";
display: block;
width: 24%;
height: 0;
}
@media print, screen and (max-width: 1240px) {
.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
width: 32%;
margin-bottom: 2%;
}
}
@media print, screen and (max-width: 768px) {
.post .col4_list > li {
width: 49%;
}
.post .col4_list::before, .post .col4_list:after {
content: none;
}
}
@media print, screen and (max-width: 414px) {
.post .col4_list > li {
width: 100%;
}
.post .col4_list > li:last-child {
margin-bottom: 0;
}
}  .card01_list.cardstyle02 > li .txtarea {
background: #fff;
padding: 20px 20px 30px 20px;
} .card01_list.cardstyle03 > li {
padding: 16px;
background: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
} .post .txtstyle02, .txtstyle02 {
font-family: var(--font-family02);
font-size: var(--rem36);
font-weight: 600;
text-align: left;
margin: var(--rem36) auto;
background: transparent;
color: #111;
line-height: 1.4;
padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
font-size: var(--rem20);
margin: 0 0 1rem;
} .qa_list {
cursor: pointer;
}
.qa_list .qa_list_inner dt {
position: relative;
font-weight: normal;
margin: 1rem 0 0 0;
display: flex;
align-items: stretch;
padding: 0rem 1rem 0rem 0rem;
background: #ffffff;
border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
position: relative;
font-weight: normal;
margin: 0;
display: flex;
align-items: stretch;
padding: 0;
background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
color: #ffffff;
background: #000000;
line-height: 1.0;
padding: 1rem 1rem 1rem 1rem;
font-size: 2.2rem;
border-right: 1px solid #cccccc;
width: 100%;
text-align: center;
max-width: 90px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Montserrat';
}
.qa_list .qa_list_inner .q_ico {
background: #f2f2f2;
line-height: 1.0;
padding: 1rem 1rem 1rem 1rem;
font-size: 2.2rem;
font-weight: bold;
width: 100%;
text-align: center;
max-width: 90px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Montserrat';
border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
padding: 1.5rem 1.5rem 1.5rem 2rem;
line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
line-height: 1.8;
width: 100%;
}
.qa_list .qa_list_inner dt:after {
content: '';
position: absolute;
top: 46%;
right: 3rem;
width: 12px;
height: 12px;
border-right: 1px solid #494949;
border-bottom: 1px solid #494949;
-webkit-transform: rotate(45deg) translateY(-50%);
transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
top: 43%;
right: 2rem;
-webkit-transform: rotate(-135deg) translateY(-50%);
transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
display: none;
position: relative;
padding: 0;
margin: 0 0 1rem 0;
border: 1px solid #cccccc;
border-top: 0;
}
@media only screen and (max-width: 959px) {
.qa_list .qa_list_inner {
margin-bottom: 8rem;
}
}
@media only screen and (max-width: 768px) {
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
padding: 0.5rem 1rem 0.5rem 1rem;
}
.qa_list .qa_list_inner dt {
padding: 0rem 1rem 0rem 0rem;
}
.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
max-width: 50px;
padding: 1.2rem 1.0rem;
}
.qa_list .qa_list_inner dt:after {
right: 1.5rem;
width: 6px;
height: 6px;
}
.qa_list .qa_list_inner .active:after {
right: 1.0rem;
}
}
@media only screen and (max-width: 559px) {
.qa_list .qa_list_inner dd {
font-size: 1.4rem;
}
.qa_list .qa_list_inner {
margin-bottom: 6rem;
}
.qa_list .qa_list_inner dt {
font-size: 1.4rem;
}
} .post .lead {
font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); font-weight: 500;
font-style: italic;
}
.marker.yellow {
line-height: 1.7em;
}   .link_btn {
position: relative;
display: inline-block;
color: #fff;
background: var(--color-primary);
width: 100%;
font-size: var(--rem16);
font-weight: 500;
letter-spacing: .1rem;
line-height: 1.6;
text-align: center;
padding: 14px var(--px40) 12px;
border-radius: 50vw;
-webkit-transition: .3s;
transition: .3s;
border: solid 2px var(--color-font);
}
.link_btn::after {
content: '\f078';
position: absolute;
font-size: .85em;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
top: 50%;
right: var(--rem16);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.link_btn:hover {
color: var(--color-font);
background: #fff;
border: solid 2px var(--color-font);
} .post ul.linkbtn_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
margin: var(--px40) auto;
gap: 1%;
}
.post ul.linkbtn_list > li {
width: auto;
margin-bottom: var(--px20);
text-align: center;
}
.post ul.linkbtn_list > li a.link_btn {
width: auto;
min-width: 300px;
height: 100%;
max-width: fit-content;
display: flex;
justify-content: center;
align-items: center;
}
@media print, screen and (max-width: 640px) {
.post ul.linkbtn_list > li {
width: 100%;
}
.post ul.linkbtn_list > li a.link_btn {
max-width: none;
width: 100%;
min-width: auto;
}
} .post .txtstyle09 {
font-family: var(--font-family02);
font-size: var(--rem30);
font-weight: 600;
text-align: left;
color: var(--color-font);
line-height: 1.4;
overflow-wrap: break-word;
padding: 0;
margin: var(--rem30) auto var(--rem30);
border: none;
background: transparent;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.post .txtstyle09 .subtxt {
display: block;
font-size: var(--rem12);
color: #fff;
font-weight: 500;
padding: 0.2rem 0.5rem;
margin: 0 0 var(--rem14);
border: none;
background: var(--color-primary);
}
.post .txtstyle09::before, .post .txtstyle09::after {
content: none;
}  ul.flowlist02 {
counter-reset: flow_list;
}
ul.flowlist02 > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: row-reverse;
gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
width: 100%;
padding: 60px;
border-radius: 10px;
background: #fff;
position: relative;
}
.flowlist02 > li:not(:last-child) {
margin-bottom: 60px;
}
.flowlist02 .flow_img {
width: 25%;
}
.post .flowlist02 > li > dl {
width: calc(75% - min(calc(60px + (1vw - 19.2px) * 1.6181), 60px));
line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
content: "";
border: solid transparent;
position: absolute;
top: calc(100% + 20px);
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
border-width: 22px;
border-top-color: var(--color-primary-shade);
}
.flowlist02 > li:not(:last-child) dl::after {
border-width: 20px;
}
.post .flowlist02 > li > dl dt {
position: relative;
display: flex;
align-items: center;
font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); font-weight: 600;
padding: 0 0 1rem 0;
margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
border-bottom: dotted 1px;
}
.flowlist02 > li dl dt .icon:before {
content: counter(flow_list, decimal-leading-zero);
counter-increment: flow_list;
line-height: 1;
color: #fff;
background: var(--color-primary-shade);
padding: 5px 10px;
margin-right: 10px;
position: relative;
z-index: 100;
}
.post .flowlist02 > li > dl dd {
padding: 0;
}
@media print, screen and (max-width: 768px) {
.post .flowlist02 > li > dl, .flowlist02 .flow_img {
width: 100%;
}
.flow_img::before {
padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
}
} .post {
background: none;
}
.post p {
line-height: 1.8;
}
.post table th {
background: var(--color-table-th);
font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
.sticky-header #header > .inner {
background: var(--header-background);
}
}
@media print, screen and (max-width: 1023px) {
nav#mainNav ul li a {
background-color: var(--header-background) !important;
}
nav#mainNav ul li li a {
color: var(--header-color-font) !important;
}
} .fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #BC0101; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; } .cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; } @media print, screen and (min-width: 641px){ .dsp_smt { display: none; }
.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ .dsp_hp { display: none; }
} @media only screen and (min-width: 1024px) {
#header-upper {
height: auto;
background: var(--header-color-primary);
}
#header-upper h1.description,
#header-upper p.description {
color: #fff;
}
#header ul.header__contact {
padding: 10px;
}
#header a.head_btn::before {
display: none;
}
#header a.head_btn {
font-weight: 500;
text-align: center;
}
#header a.head_btn.tel_btn span:not(.note) {
font-size: 20px;
}
#header a.head_btn.tel_btn span:not(.note)::before {
margin-right: 8px;
font-size: 80%;
font-weight: 400;
font-family: 'FontAwesome';
content: '\f3cd';
}
#header a.head_btn.tel_btn .note {
font-size: 11px;
}
#header a.head_btn.mail_btn {
flex-direction: row;
}
#header a.head_btn.tel_btn:not(:hover) {
background: var(--header-color-primary);
}
#header a.head_btn.mail_btn:not(:hover) {
background: var(--header-color-primary-shade);
color: var(--header-color-primary);
} nav#mainNav {
height: auto;
}
nav#mainNav ul li {
padding-left: 20px;
padding-right: 20px;
}
nav#mainNav ul li a {
position: relative;
padding-left: 0;
padding-right: 0;
}
nav#mainNav ul li a::after {
position: absolute;
left: 50%;
bottom: 2px;
display: block;
width: 0;
height: 1px;
background: var(--header-color-primary);
content: "";
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
transition: all 0.3s ease-in-out;
}
nav#mainNav ul li.current-menu-item a::after, nav#mainNav ul li a:hover::after, nav#mainNav ul li a:active::after, nav#mainNav ul li.current-menu-parent a::after, nav#mainNav ul li.current-menu-ancestor a::after {
width: 100%;
}
nav#mainNav ul li li a::after {
display: none !important;
}
nav#mainNav ul li a b {
font-weight: 500;
}
nav#mainNav ul li a span {
color: var(--header-color-primary) !important;
font-weight: normal;
}
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
background: none;
}
nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
background: #f6f6f6;
}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
#header .logo {
width: 20%;
}
#header .logo img {
width: auto;
height: auto;
max-width: 100%;
}
nav#mainNav ul li {
padding-left: 12px;
padding-right: 12px;
}
}
@media only screen and (max-width: 1023px) {
body.mobile { margin-top: 60px; }
body.mobile #breadcrumb { margin-top: 0; }
} #footer .footer__logo img {
max-height: var(--px60);
}
#footer .box {
border-bottom: 1px solid #fff;
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
display: none;
}
#footer .footnav ul > li {
position: relative;
margin: 0;
padding: 0;
}
#footer .footnav ul > li a {
position: relative;
padding: 0 0 0 1.2em !important;
}
#footer .footnav ul > li a::before {
position: absolute;
top: 0;
left: 0;
content: "・";
}
#footer .footnav > ul {
column-gap: 50px;
}
#footer .footnav ul.sub-menu {
display: block;
}
#footer .footnav ul.sub-menu li {
margin-top: 6px;
}
#copyright {
background: none;
text-align: right;
}
@media print, screen and (min-width: 641px){ #footer .footer__logo:not(:last-child) {
text-align: left;
}
#footer .box {
text-align: left;
}
#footer .socialicon ul {
justify-content: flex-start;
}
#footer .socialicon ul li:first-child {
padding-left: 0;
}
} .bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100vw;
height: 100%;
margin-left: calc(((100vw - 100%) / 2) * -1);
margin-right: calc(((100vw - 100%) / 2) * -1);
content: "";
z-index: -1;
}
.box_w2_sp {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ .bg_fix::before { background-attachment: fixed !important; }
.box_w2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_w2.rev { flex-direction: row-reverse; }
.box_w2.vtop { align-items: flex-start; }
.box_w2.vcen { align-items: center; }
.box_w2.vbtm { align-items: flex-end; }
.box_w2.hcen { justify-content: center; column-gap: 2%; }
.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
.box_pad { padding: 30px; }
.box_w2 .column3_33 { width: 32%; }
.box_w2 .column2_50 { width: 48.5%; }
.box_w2 .column2_60 { width: 57%; }
.box_w2 .column2_70 { width: 67%; }
.box_w2 .column2_80 { width: 77%; }
.box_w2 .w45 { width: 45%; }
.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ .box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){  .tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
.tbl_scroll table { margin-bottom: 0; }
.tbl_scroll::-webkit-scrollbar{ height: 5px; }
.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
.box_w2 .w45+.w50 { margin-top: 20px; }
} .box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
max-width: 100%;
} #content .linkBtn {
width: auto;
max-width: none;
border-radius: 0;
padding: 15px 80px 15px 60px;
line-height: 1.4;
}
#content .linkBtn::before {
position: absolute;
top: 50%;
right: 18px;
display: block;
width: 20px;
border-bottom: 1px solid #fff;
content: "";
}
#content .linkBtn::after {
border-bottom: none;
}
#content .linkBtn.btn_yellow:not(:hover) {
background: var(--color-primary-shade);
color: var(--color-primary);
}
#content .linkBtn.btn_yellow:not(:hover)::before,
#content .linkBtn.btn_yellow:not(:hover)::after {
border-color: var(--color-primary);
}
@media only screen and (max-width: 640px){ #content .linkBtn {
padding: 15px 30px;
}
} .txt_link {
color: var(--color-primary);
text-decoration: underline;
}
.txt_link:hover {
text-decoration: none;
} .w100 {
width: 100vw;
margin-left: calc(((100vw - 100%) / 2) * -1) !important;
margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
width: 600px;
max-width: 100%;
margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; } .bg_gray::before {
background: #F5F5F5;
} .home .post h1::after,
#front-sectionPost h1::after {
display: block;
width: 60px;
height: 2px;
background: var(--color-primary);
margin: 15px auto 0;
content: "";
}
.home .post h1 b,
#front-sectionPost h1 span span:first-child {
display: block;
color: var(--color-primary);
font-size: 140%;
font-weight: bold;
font-family: var(--font-family02);
line-height: 1.2;
}
.home .post h1 b+span,
#front-sectionPost h1 span span:last-child {
display: block;
font-size: var(--rem16);
} #top_msg .box {
background: #fff;
}
#top_msg h1 {
color: var(--color-primary);
text-align: left;
}
#top_msg h1::after {
margin-left: 0;
}
#top_msg .list_chk li {
position: relative;
padding-left: 1.5em;
}
#top_msg .list_chk li::before {
position: absolute;
top: 2px;
left: 0;
color: var(--color-primary);
font-weight: 400;
font-family: 'Font Awesome 5 Free';
content: '\f14a';
}
@media print, screen and (min-width: 641px){ #top_msg .txt {
width: 55%;
}
#top_msg .photo {
overflow: hidden;
width: 45%;
}
#top_msg .photo img {
object-fit: cover;
object-position: left center;
width: 100%;
height: 100%;
max-width: none;
}
} #top_contents li a {
position: relative;
display: block;
}
#top_contents li a .txt {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
color: #fff;
text-align: center; display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#top_contents li a .txt b {
font-size: var(--rem30);
}
#top_contents li a .linkBtn {
background: var(--color-primary-shade);
color: var(--color-primary);
}
#top_contents li a .linkBtn::before,
#top_contents li a .linkBtn::after {
border-color: var(--color-primary);
}
#top_contents li a .photo {
overflow: hidden;
}
#top_contents li a:hover .photo img {
transform: scale(1.1); filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
@media print, screen and (min-width: 641px){ #top_contents li {
width: 32%;
}
}
@media only screen and (max-width: 768px) { #top_contents li a .linkBtn {
display: block;
padding: 15px 50px 15px 30px;
}
}
@media only screen and (max-width: 640px){ #top_contents li+li {
margin-top: 20px;
}
#top_contents li a .photo {
height: 180px;
}
#top_contents li a .photo img {
object-fit: cover;
width: 100%;
height: 100%;
max-width: none;
}
} #top_faq::before {
background: url(//liepling.co.jp/wp-content/uploads/top-faq-bg.jpg.webp) no-repeat center top / cover;
}
#top_faq::after {
background: rgba(47,85,151,0.8);
}
#top_faq h1,
#top_faq h1 b {
color: #fff;
}
#top_faq h1::after {
background: #fff;
}
#top_faq .linkBtn:not(:hover) {
background: var(--color-primary-shade);
color: var(--color-primary);
}
#top_faq .linkBtn:not(:hover)::before,
#top_faq .linkBtn:not(:hover)::after {
border-color: var(--color-primary);
}
#top_faq dl,
#faq_list dl {
margin-bottom: 20px;
background: #fff;
border-radius: 20px;
}
#faq_list dl {
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#top_faq dt,
#top_faq dd,
#faq_list dt,
#faq_list dd {
margin: 0;
padding: 0;
background: none;
border: none;
}
#top_faq dt,
#faq_list dt {
padding: 20px;
padding-left: 50px;
padding-right: 50px;
font-size: 105%;
font-weight: bold;
}
#top_faq dt::before,
#faq_list dt::before {
position: absolute;
top: 20px;
left: 20px;
color: var(--color-primary-shade);
font-size: 130%;
font-weight: 900;
font-family: var(--font-family02);
content: "Q";
}
#top_faq dt::after,
#faq_list dt::after {
top: 50%;
right: 20px;
width: auto;
height: auto;
border: none;
transform: translateY(-50%);
color: var(--color-primary-shade);
font-size: 140%;
font-weight: 400;
font-family: 'FontAwesome';
content: '\f35a';
}
#top_faq dt.active::after,
#faq_list dt.active::after {
content: '\f358';
}
#top_faq dd,
#faq_list dd {
position: relative;
margin: 0 20px;
padding: 15px 0 20px 30px;
border-top: 1px dotted #999;
}
#top_faq dd::before,
#faq_list dd::before {
position: absolute;
top: 20px;
left: 0;
color: var(--color-primary);
font-size: 130%;
font-weight: 900;
font-family: var(--font-family02);
content: "A";
}
@media print, screen and (min-width: 641px){ #top_faq dt,
#faq_list dt {
padding: 30px;
padding-left: 60px;
padding-right: 60px;
}
#top_faq dt::before,
#faq_list dt::before {
top: 30px;
left: 30px;
}
#top_faq dt::after,
#faq_list dt::after {
right: 30px;
}
#top_faq dd,
#faq_list dd {
margin: 0 30px;
padding-bottom: 30px;
padding-top: 20px;
}
} #contact_box::before {
height: calc(100% - 80px);
}
#contact_box h1::after {
display: none;
}
#contact_box h1+p::after {
display: block;
width: 60px;
height: 2px;
background: var(--color-primary);
margin: 15px auto 0;
content: "";
}
#contact_box .btn {
width: 1000px;
max-width: 100%;
margin: auto;
}
#contact_box .btn a {
height: 100%;
min-height: 160px;
padding: 20px;
background: var(--color-primary);
color: #fff;
font-weight: 500;
text-align: center;
line-height: 1.5;
transition: all 0.3s ease-in-out; display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#contact_box .btn a:hover {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
#contact_box .btn a i {
margin-right: 8px;
}
#contact_box .btn .tel a b {
margin: 5px auto;
font-size: 180%;
}
#contact_box .btn .tel a b i {
font-size: 80%;
}
#contact_box .btn .mail a {
background: #fff;
color: var(--color-font);
}
#contact_box .btn .mail a b {
width: 300px;
max-width: 100%;
margin: 10px auto;
padding: 10px;
background: var(--color-primary-shade);
border-radius: 999px;
color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ #contact_box .btn li {
width: 50%;
}
} #front_top_content,
#front_bottom_content {
background: none;
}
.home .postlist li {
border-bottom: 1px solid #ddd;
}
.postlist .time {
width: 7em;
text-align: center;
}
.postlist .time.cat-news {
background: var(--color-primary-shade);
}
.postlist .time.cat-monthly {
background: #70ad47;
} h1.title, .post h1, .post h2, .post h3, .post h4 {
color: var(--color-font);
line-height: 1.5;
}
.post h2 {
font-size: var(--rem30);
}
.post h2.noline::after {
display: none;
}
.post h3.noline {
padding: 0;
border: none;
} #owner_merit dt {
margin-bottom: 15px;
font-size: 110%;
text-align: center;
}
#owner_merit dt b {
width: 50px;
height: 50px;
margin: 0 auto 15px;
background: var(--color-primary);
border-radius: 50%;
color: #fff;
font-size: var(--rem30);
font-family: var(--font-family02); display: flex;
align-items: center;
justify-content: center;
}
#owner_merit dd {
padding: 0;
}
@media print, screen and (min-width: 641px){ #owner_merit {
justify-content: center;
row-gap: 50px;
}
#owner_merit {
row-gap: 30px;
}
#owner_merit dl {
width: 25%;
padding: 0 30px;
border-left: 1px solid #ccc;
}
#owner_merit dl:last-child,
#owner_merit dl:nth-child(4) {
border-right: 1px solid #ccc;
}
#owner_merit dt span {
min-height: 3em;
line-height: 1.5; display: flex;
align-items: center;
justify-content: center;
}
}
@media only screen and (max-width: 640px){ #owner_merit dl+dl {
padding-top: 15px;
margin-top: 15px;
border-top: 1px solid #ccc;
}
#owner_merit dt b {
width: 40px;
height: 40px;
}
} #case_owner .box {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px dashed #999;
}
#case_owner dt {
margin-bottom: 15px;
font-size: var(--rem24w);
}
#case_owner dt span {
display: block;
width: 80px;
margin-bottom: 15px;
padding: 2px 0;
background: var(--color-primary);
color: #fff;
font-size: 14px;
text-align: center;
}
#case_owner .box .photo {
display: flex;
justify-content: space-between;
background: url(//liepling.co.jp/wp-content/uploads/case-parts.png.webp) no-repeat center 60% / 40px auto;
}
#case_owner .box .photo li {
width: calc(50% - 30px);
}
#case_owner .box .photo li span {
display: block;
width: 80px;
background: #ccc;
font-size: 90%;
text-align: center;
}
#case_owner .box .photo li:last-child span {
background: var(--color-primary);
color: #fff;
}
@media print, screen and (min-width: 641px){ #case_owner .box {
margin-bottom: 40px;
padding-bottom: 40px;
}
#case_owner .box dl {
width: 46%;
}
#case_owner .box .photo {
width: 50%;
}
}
@media only screen and (max-width: 768px) { #case_owner .box .photo {
margin-top: 15px;
background-size: 30px auto;
}
#case_owner .box .photo li {
width: calc(50% - 20px);
}
} #realestate_msg::before {
background: var(--color-primary);
}
#realestate_msg::after {
top: -1px;
height: 50px;
background: #fff;
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#realestate_msg {
color: #fff;
font-size: var(--rem24w);
}
#realestate_msg .txt01 {
border-bottom: 1px solid #fff;
}
#realestate_msg .txt02 {
display: inline-block;
margin-right: 10px;
padding: 0 10px;
background: #fff;
color: var(--color-primary);
line-height: 1.5;
}
@media only screen and (max-width: 640px){ #realestate_msg::after {
height: 35px;
}
} #search_box {
background: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#search_box h2 {
margin: 0;
padding: 10px 20px;
background: var(--color-primary);
color: #fff;
font-size: var(--rem24);
font-weight: 500;
text-align: left;
}
#search_box .in {
position: relative;
margin-bottom: 20px;
padding-left: 50px;
padding-bottom: 20px;
}
#search_box .in:not(:nth-last-of-type(1)) {
border-bottom: 1px dotted #B5B5B5;
}
#search_box .in::before {
position: absolute;
top: 0;
left: 0;
color: var(--color-primary);
font-size: 25px;
font-weight: 400;
font-family: 'FontAwesome';
}
#search_box .in.type::before {
content: '\f5de';
}
#search_box .in.area::before {
content: '\f5a0';
}
#search_box .in.other::before {
top: 5px;
content: '\f53c';
}
#search_box .ttl {
margin-bottom: 10px;
font-size: 120%;
}
#search_box .in .list { display: flex;
flex-wrap: wrap;
column-gap: 18px;
row-gap: 5px;
}
#search_box .in .list label {
display: block;
width: calc((100% / 6) - 15px);
}
#search_box .in .list label input {
margin-right: 5px;
}
#search_box .in.area .list {
overflow: auto;
height: 300px;
padding: 20px;
background: #f5f5f5;
border: 1px solid #ddd;
border-radius: 10px;
}
#search_box .in.area .list .feas_clevel_01 {
width: 100%;
font-size: 120%;
}
#search_box .in.area .list .feas_clevel_02+.feas_clevel_01 {
margin-top: 20px;
}
#search_box .in.other dl+dl {
margin-top: 15px;
padding-top: 15px;
border-top: 1px dotted #B5B5B5;
}
#search_box .in.other dt {
margin-bottom: 10px;
}
#search_box .in.other dd {
padding: 0;
}
#search_box .btn {
position: relative;
width: 300px;
max-width: 100%;
margin: auto;
}
#search_box .btn::before {
position: absolute;
top: 50%;
left: 20%;
transform: translateY(-50%);
color: #fff;
font-size: 120%;
font-weight: 400;
font-family: 'FontAwesome';
content: "\f002";
z-index: 2;
}
#search_box .btn input {
width: 100%;
padding: 15px;
background: var(--color-primary);
border-radius: 999px;
color: #fff;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
#search_box .btn input:hover {
background: var(--color-primary-tint);	
}
@media only screen and (max-width: 1100px) { #search_box .in .list {
column-gap: 21px;
}
#search_box .in .list label {
width: calc((100% / 3) - 14px);
}
}
@media only screen and (max-width: 640px){ #search_box h2 {
padding: 10px 15px;
}
#search_box .box {
padding: 15px;
}
#search_box .in {
padding-left: 0;
}
#search_box .ttl,
#search_box .in.type {
padding-left: 35px;
}
#search_box .in::before {
font-size: 20px;
}
#search_box .in .list {
column-gap: 12px;
}
#search_box .in .list label {
width: calc((100% / 2) - 6px);
}
#search_box .in.area .list {
padding: 15px;
}
} #parking_type_list .box_bg:nth-child(even)::before {
background: #F5F5F5;
}
#parking_type_list .btn_type {
width: 1000px;
max-width: 100%;
margin: auto;
}
#parking_type_list .btn_type a {
display: block;
padding: 15px 40px 15px 20px;
}
@media print, screen and (min-width: 641px){ #parking_type_list .btn_type {
justify-content: center;
column-gap: 2%;
}
#parking_type_list .btn_type li {
width: 32%;
}
}
@media only screen and (max-width: 640px){ #parking_type_list .btn_type li+li {
margin-top: 15px;
}
} .parking_list .box {
margin-bottom: 30px;
padding: 20px;
background: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.parking_list .ico {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
justify-content: flex-end;
font-size: 90%;
}
.parking_list .ico li {
padding: 2px 10px;
border: 1px solid #999;
line-height: 30px;
}
.parking_list .ico li.full,
.parking_list .ico li.empty {
background: #BC0101;
border-color: #BC0101;
color: #fff;
font-size: 130%;
font-weight: bold;
}
.parking_list .ico li.empty {
background: #4D69F6;
border-color: #4D69F6;
}
.parking_list dl {
margin-bottom: 10px;
padding-bottom: 10px; display: flex;
justify-content: space-between;
}
.parking_list dl:not(:last-child) {
border-bottom: 1px dotted #ccc;
}
.parking_list dt {
width: 30px;
color: var(--color-primary);
font-size: 20px;
}
.parking_list dd {
width: calc(100% - 40px);
padding: 0;
}
.parking_list .btn a {
display: block;
padding: 15px 40px 15px 15px !important;
}
@media print, screen and (min-width: 641px){ .parking_list .box {
position: relative;
width: 48%;
margin-bottom: 50px;
padding: 30px;
padding-bottom: 110px;
}
.parking_list .btn {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 30px;
flex-wrap: nowrap;
column-gap: 2%;
}
.parking_list .btn li {
width: 100%;
}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
.parking_list .box {
width: 100%;
}
}
@media only screen and (max-width: 640px){ .parking_list .btn li+li {
margin-top: 15px;
}
} #parking_detail h1,
#parking_detail h2 {
font-weight: 500;
}
#parking_detail h2.sub::after {
display: none;
}
#parking_detail h2.sub {
position: relative;
padding: 0 0 0 30px;
border: none;
font-size: var(--rem24w);
font-weight: 500;
text-align: left;
}
#parking_detail h2.sub::before {
position: absolute;
top: 50%;
left: 0;
display: block;
width: 20px;
height: 2px;
background: var(--color-primary);
transform: translateY(-50%);
content: "";
}
#parking_detail .ico {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
justify-content: flex-end;
}
#parking_detail .ico li {
padding: 4px 15px;
border: 1px solid #999;
line-height: 30px;
}
#parking_detail .ico li.full,
#parking_detail .ico li.empty {
background: #BC0101;
border-color: #BC0101;
color: #fff;
font-size: 130%;
font-weight: bold;
}
#parking_detail .ico li.empty {
background: #4D69F6;
border-color: #4D69F6;
}
#parking_detail .map iframe {
width: 100%;
height: 490px;
vertical-align: bottom;
}
#parking_detail table {
margin: 0;
}
#parking_detail table,
#parking_detail table th,
#parking_detail table td {
border: none;
}
#parking_detail table tr {
border-bottom: 1px dashed #B5B5B5;
}
#parking_detail table th {
box-shadow: 0 5px 0 #fff inset, 0 -5px 0 #fff inset;
text-align: center;
vertical-align: middle;
}
#parking_detail .limit span+span::before {
content: "、";
}
#parking_detail .box {
border: 1px solid #D9D9D9;
}
#parking_detail ul.list,
#parking_detail .box ul {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
}
#parking_detail ul.list li,
#parking_detail .box ul li {
position: relative;
width: calc((100% / 3) - 7px);
padding: 8px;
padding-left: 35px;
border: 1px solid #D0D0D0;
border-radius: 10px;
color: #D0D0D0;
font-size: 90%;
text-align: center;
line-height: 1.5;
}
#parking_detail ul.list li.on,
#parking_detail .box ul li.on {
background: #E9ECFF;
border-color: var(--color-primary);
color: var(--color-primary);
}
#parking_detail ul.list li .material-symbols-outlined {
position: absolute;
top: 6px;
left: 6px;
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 24
}
#parking_detail ul.list li .payments,
#parking_detail ul.list li .savings,
#parking_detail ul.list li .gate,
#parking_detail ul.list li .key {
overflow: hidden;
width: 24px;
height: 24px;
background: url(//liepling.co.jp/wp-content/uploads/ico_payments.png.webp) no-repeat center center / contain;
color: transparent;
content: "";
text-indent: 9999px;
}
#parking_detail ul.list li .savings {
background-image: url(//liepling.co.jp/wp-content/uploads/ico_savings.png.webp);
}
#parking_detail ul.list li .gate {
background-image: url(//liepling.co.jp/wp-content/uploads/ico_gate.png.webp);
}
#parking_detail ul.list li .key {
background-image: url(//liepling.co.jp/wp-content/uploads/ico_key.png.webp);
}
#parking_detail .btn {
width: 600px;
max-width: 100%;
margin: auto;
}
#parking_detail .btn li {
margin-bottom: 15px;
}
#parking_detail .btn li a {
display: block;
padding: 15px;
background: var(--color-primary);
color: #fff;
text-align: center;
transition: all 0.3s ease-in-out;
}
#parking_detail .btn li a:hover {
background: var(--color-primary-tint);
}
#parking_detail .btn li a i {
margin-right: 10px;
}
#parking_detail .facility dl {
margin-bottom: 15px;
padding: 12px 15px;
background: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
#parking_detail .facility dt {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted #666;
}
#parking_detail .facility dd {
padding: 0;
font-size: 140%;
text-align: center;
}
#parking_detail .photo .gallery {
gap: 16px;
}
#parking_detail .photo .gallery .gallery-item {
width: calc(50% - 8px) !important;
margin-bottom: 0 !important;
}
#parking_detail .photo .gallery .gallery-item dt {
aspect-ratio: 300 / 225;
}
#parking_detail .photo .gallery .gallery-item dt img {
object-fit: cover;
width: 100%;
height: 100%;
max-width: none;
}
@media print, screen and (min-width: 641px){ #parking_detail table td {
padding-right: 0;
}
#parking_detail .btn {
justify-content: center;
column-gap: 2%;
}
#parking_detail .btn li {
width: 48%;
}
#parking_detail .facility .box_w2 {
justify-content: flex-start;
column-gap: 2%;
}
#parking_detail .facility dl {
width: 23.5%;
margin-bottom: 30px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 641px){
#parking_detail .column2_50 {
width: 100%;
}
}
@media only screen and (max-width: 640px){ #parking_detail .map iframe {
height: 250px;
}
#parking_detail table td {
padding-top: 5px;
}
#parking_detail ul.list li,
#parking_detail .box ul li {
width: calc(50% - 5px);
}
} .wpcf7-form select {
width: auto;
}
.wpcf7-form .must_fn {
float: none;
}
.wpcf7-form .cel_date input.wpcf7-date {
width: 140px;
margin-right: 10px;
}
.wpcf7-form .cel_date select {
margin-right: 5px;
}
.wpcf7-form .cel_price input {
width: 200px;
margin-right: 5px;
}
.cel_date .wpcf7-form-control-wrap {
display:inline !important;
width:auto !important;
}
.cel_price .wpcf7-form-control-wrap {
display:inline !important;
}
.wpcf7-form .cel_price .wpcf7-form-control-wrap {
position: relative;
padding-right: 1.2em;
}
.wpcf7-form .cel_price .wpcf7-form-control-wrap::after {
position: absolute;
top: 0;
right: 0;
content: "円";
line-height: 30px;
}
.wpcf7-form .cel_date .in {
display: flex;
column-gap: 10px;
}
@media only screen and (max-width: 640px){ .wpcf7-form .cel_date input.wpcf7-date {
display: inline-block !important;
width: 130px !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.wpcf7-form .cel_date select {
margin-bottom: 0 !important;
}
.wpcf7-form .cel_date .in p+p {
padding-top: 1.8em;
}
} #content .linkBtn.btn_parking {
padding: 18px 40px;
}
#content .linkBtn.btn_parking i {
margin-right: 10px;
}
#content .linkBtn.btn_parking::before,
#content .linkBtn.btn_parking::after {
display: none;
}
@media only screen and (max-width: 640px){ .wpcf7-form td input::placeholder {
font-size: 10px;
}
} .post form.wpcf7-form .linkBtn {
width: 200px !important;
padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
position: absolute;
top: 50%;
left: 0;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
padding: 15px 35px;
}
article#post-161 .red,article#post-21 .red {
color: #e09696;
} 
#parking_detail h1 {
text-align: left;
}
#parking_detail table tr {
height: 84px;
}
#parking_detail table td {
vertical-align: middle;
}
#parking_detail ul.list li.off,
#parking_detail ul.list li.on, #parking_detail .box ul li.on {
background: #ffffff;
color: #1d6fb8;
border: 2px solid #1d6fb7;
text-align: left;
}
#parking_detail ul.list li.off {
background: #ccc;
border-color: #bbb;
color: #bbb;
}
#parking_detail ul.list li.off .payments {
background-image: url(//liepling.co.jp/wp-content/uploads/ico_payments_off.png.webp);
}
#parking_detail ul.list li.off .savings {
background-image: url(//liepling.co.jp/wp-content/uploads/ico_savings_off.png.webp);
}
#parking_detail ul.list li.off .gate {
background-image: url(//liepling.co.jp/wp-content/uploads/ico_gate_off.png.webp);
}
#parking_detail ul.list li.off .key {
background-image: url(//liepling.co.jp/wp-content/uploads/ico_key_off.png.webp);
}
span.mini {
font-size: 1.5rem;
padding-left: 50px;
display: grid;
} @media only screen and (max-width: 640px){ .mymapsp iframe {
height: 500px;
}
.mymappc iframe {
display:none;
}
}
@media print, screen and (min-width: 641px){ .mymappc iframe {
height: 800px;
}
.mymapsp iframe {
display:none;
}
}
a.darkblue{
color:#2f5597;
border-bottom:1px solid #2f5597;
}
a.darkblue:hover{
color:#2f5597;
border-bottom:none;
}
#parking_detail h1 {
font-size: 2.6rem;
border-bottom: 2px solid #2f5597;
padding-bottom: 10px;
}
#parking_detail ul.list li.off {
color: #878787;
}
p.time.cat-info {
display: none;
}
#parking_detail ul.list li.off{
background: #f5f5f5;
}
.post ul#sitemap_list li {
padding: 2% 0;
font-weight: 700;
border-bottom: 1px solid #ddd;
}