@charset "utf-8";
   @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
:root { --color-background: #FFF;
--color-font: #444;
--color-primary: #83C3E8;
--color-primary-shade: #A4D3EE;
--color-primary-tint: #2B87D0;
--color-secondary: #ED6A5A;
--color-table-border: #DDD;
--color-table-th: #4EA9DE;
--body-font-family: 'Noto Sans JP', sans-serif;
--content-max-width: 1240px; --header-background: #FFF;
--header-color-font: #444;
--header-color-primary: #2B87D0;
--header-color-primary-shade: #30b1ae;
--header-color-primary-tint: #83C3E8; --footer-background: #FFF;
--footer-color-font: #223D5C;
--footer-color-primary: #223D5C; --font-family01: 'Josefin Sans', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
--font-family02: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
--font-family03: 'Zen Old Mincho', serif;
} .post {
background: none;
}
.post p {
line-height: 1.8;
}
.post table th {
background: var(--color-table-th);
color: #fff;
font-weight: 500;
}
@media print,
screen and (min-width: 1024px) {
.sticky-header #header>.inner {
background: var(--header-background);
}
}  .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-primary-shade);
}
.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: 240px;
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;
}
} .fs {
font-size: 85%;
}
.fm {
font-size: 115%;
}
.fm2 {
font-size: 130%;
}
.red {
color: #FC0000;
}
.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;
}
} #header .logo {
padding-top: 0;
padding-bottom: 0;
}
#header .logo img {
max-width: 350px;
}
nav#mainNav ul li#menu-item-774 a {
padding-left: 20px;
padding-right: 20px;
background: var(--color-primary-tint);
box-shadow: 0 0 0 3px var(--color-primary-tint) inset, 0 0 0 4px #fff inset;
}
nav#mainNav ul li#menu-item-775 a {
padding-left: 20px;
padding-right: 20px;
background: #FFB450;
box-shadow: 0 0 0 3px #FFB450 inset, 0 0 0 4px #fff inset;
}
nav#mainNav ul li#menu-item-774 a b,
nav#mainNav ul li#menu-item-775 a b {
color: #fff;
}
nav#mainNav ul li#menu-item-774 a i,
nav#mainNav ul li#menu-item-775 a i {
margin-right: 8px;
}
nav#mainNav ul li#menu-item-774 a:hover,
nav#mainNav ul li#menu-item-775 a:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
@media only screen and (min-width: 1024px) {
#header a.head_btn {
font-weight: 500;
}
#header a.head_btn.tel_btn::before {
display: none;
}
#header a.head_btn.tel_btn {
background: none;
color: var(--header-color-font);
}
#header a.head_btn.tel_btn span:not(.note) {
font-size: 21px;
font-weight: bold;
}
#header a.head_btn.tel_btn span:not(.note)::before {
margin-right: 8px;
color: var(--header-color-primary-tint);
font-size: 85%;
font-weight: 400;
font-family: 'FontAwesome';
content: '\f095';
}
#header a.head_btn.tel_btn .note {
font-size: 11px;
}
#header a.head_btn.tel_btn .note b {
display: block;
} nav#mainNav {
height: auto;
}
nav#mainNav ul li a {
padding-left: 15px;
padding-right: 15px;
}
nav#mainNav ul li a b {
font-weight: 500;
}
nav#mainNav ul li a span {
color: var(--header-color-primary-tint) !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: #ECF5FB !important;
}
nav#mainNav ul li#menu-item-774 {
padding-left: 10px;
}
}
@media only screen and (max-width: 1570px) and (min-width: 1024px) {
#header .logo {
width: 30%;
}
#header .logo img {
width: auto;
height: auto;
max-width: 100%;
}
nav#mainNav ul li a {
padding-left: 10px;
padding-right: 10px;
}
}
@media only screen and (max-width: 1023px) {
body.mobile {
margin-top: 60px;
}
body.mobile #breadcrumb {
margin-top: 0;
}
} #footer {
border-top: 1px solid #C1D4EA;
}
#copyright {
background: none;
}
#footer .socialicon i:before {
color: var(--color-primary-tint);
}
#footer .footer_bana {
margin-bottom: 30px;
}
#footer .footer_bana ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: 4%;
row-gap: 15px;
}
#footer .footer_bana ul li {
width: 48%;
}
@media print,
screen and (min-width: 641px) { #footer .inner,
#footer .footer__logo:not(:last-child) {
text-align: left;
}
#footer .socialicon ul {
justify-content: flex-start;
}
#footer .socialicon ul li:first-child {
padding-left: 0;
}
#footer .footnav:not(:last-child),
#copyright {
margin: 0;
}
#footer .box_lft,
#footer .footer_bana {
width: 50%;
}
#footer .footer_bana ul {
justify-content: flex-start;
column-gap: 2%;
}
#footer .footer_bana ul li {
width: 23.5%;
}
} .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_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:not(.pt5)+.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%;
} .post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
background: none;
border: none;
color: var(--color-font);
}
.post table.tbl_line {
border-top: 1px solid #ddd;
}
.post table.tbl_line tr {
border-bottom: 1px solid #ddd;
}
@media print,
screen and (min-width: 641px) { .post table.tbl_line th,
.post table.tbl_line td {
padding: 15px;
}
}
@media only screen and (max-width: 640px) { .post table.tbl_line.responsive th {
padding-bottom: 5px;
}
.post table.tbl_line.responsive td {
padding-top: 0;
}
} .post .linkBtn {
width: auto;
max-width: none;
background: var(--color-primary-tint);
border-radius: 0;
padding: 15px 60px;
line-height: 1.4;
}
.post .linkBtn:hover {
background: var(--color-primary);
}
@media only screen and (max-width: 640px) { .post .linkBtn {
padding: 15px 30px;
}
} .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;
} .box_line {
border: 1px solid var(--color-primary-tint);
}
.box_gray {
background: #F6F6F6;
}
.box_shadow {
background: #fff; }
.box_gray:not(.box_pad) {
padding: 20px;
} .post ul.list_square li {
text-indent: -1.5em;
padding-left: 1.5em;
}
.post ul.list_square li::before {
margin-right: 0.5em;
content: "■";
} .post ul.bana_list { display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: 2%;
row-gap: 20px;
}
.post ul.bana_list li {
width: 32%;
}
@media only screen and (max-width: 640px) { .post ul.bana_list {
column-gap: 0;
row-gap: 15px;
}
.post ul.bana_list li {
width: 100%;
}
} .fw_contents {
margin-top: 0;
margin-bottom: 0;
}
.fw_contents .page_contents_inner:nth-child(even) {
background: #f3fbff;
}
#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
padding: 0;
}  div#n2-ss-3 .n-uc-WJmaeqKx66MO-inner {
justify-content: flex-end !important;
}
#mainImg .slide_txt .ttl {
display: inline-block;
background-color: rgba(255, 255, 255, 0.8);
padding: 0 10px;
margin-bottom: 5px;
font-size: 3.2vw !important;
}
#mainImg .slide_txt .txt01,
#mainImg .slide_txt .txt02 {
background-color: rgba(255, 255, 255, 0.7);
padding: 0 10px;
display: inline-block;
font-size: 1.5vw !important;
margin-bottom: 10px;
}
#mainImg .slide_txt .txt01 {
font-size: 2.5vw !important;
}
#mainImg .slide_txt .slide_parts {
width: 30%;
display: inline-block;
}
#mainImg .slide_ico {
width: 30%;
}
#mainImg .slide_ico p {
display: flex;
column-gap: 2%;
}
#mainImg .slide_ico span {
position: relative;
width: 32%;
padding-bottom: 10px;
background: #2B87D0;
border-radius: 50%;
box-sizing: border-box;
aspect-ratio: 1 / 1;
color: #fff;
font-size: 0.9vw;
text-align: center; display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#mainImg .slide_ico span::before {
display: block;
width: 36%;
margin-bottom: 5px;
background: url(//kasuga-dental.com/wp-content/uploads/slide_ico04.png.webp) no-repeat center center / contain;
aspect-ratio: 1 / 1;
content: "";
}
#mainImg .slide_ico span:nth-child(2)::before {
background-image: url(//kasuga-dental.com/wp-content/uploads/slide_ico02.png.webp);
}
#mainImg .slide_ico span:nth-child(3)::before {
background-image: url(//kasuga-dental.com/wp-content/uploads/slide_ico05.png.webp);
}
#mainImg .slide_ico span::after {
position: absolute;
top: 3px;
left: 3px;
display: block;
width: calc(100% - 6px);
height: calc(100% - 6px);
border: 1px dotted #fff;
border-radius: 50%;
box-sizing: border-box;
content: "";
}
#mainImg .slide_ico span b {
font-size: 130%;
font-weight: normal;
}
@media print,
screen and (min-width: 960px) { #mainImg .slide_txt {
padding-left: 4%;
padding-bottom: 20px;
}
#mainImg .slide_ico {
padding-left: 4%;
padding-bottom: 30px;
}
}
@media only screen and (max-width: 640px) { #mainImg .slide_txt {
height: 100%;
padding-bottom: 60px;
box-sizing: border-box; display: flex;
align-items: center;
justify-content: center;
}
#mainImg .slide_txt p {
text-align: center !important;
}
#mainImg .slide_txt .ttl {
font-size: 7vw !important;
}
#mainImg .slide_txt .txt01 {
font-size: 5vw !important;
}
#mainImg .slide_txt .txt02 {
font-size: 4vw !important;
}
#mainImg .slide_ico {
position: absolute;
bottom: 20px;
left: 5%;
width: 90%;
}
#mainImg .slide_ico span {
font-size: 2vw;
}
#mainImg .slide_ico span b {
font-size: 140%;
}
}
.home #contact_box.f_box {
display: none;
}
#contact_box h1,
.home .post h1 {
color: var(--color-primary-tint);
font-size: var(--rem30);
font-family: var(--font-family03);
letter-spacing: 0;
}
#contact_box h1 b,
.home .post h1 b {
display: block;
color: var(--color-font);
font-size: 70%;
}
#contact_box .linkBtn,
.home .post .linkBtn {
background: none;
border: 1px solid var(--color-primary-tint);
color: var(--color-primary-tint);
z-index: 2;
}
#contact_box .linkBtn::before,
.home .post .linkBtn::before {
position: absolute;
top: 3px;
left: 3px;
display: block;
width: calc(100% - 6px);
height: calc(100% - 6px);
border: 1px solid var(--color-primary-tint);
box-sizing: border-box;
content: "";
}
#contact_box .linkBtn::after,
.home .post .linkBtn::after {
border-color: var(--color-primary-tint);
}
#contact_box .linkBtn:hoer,
.home .post .linkBtn:hover {
background: var(--color-primary-tint) !important;
color: #fff !important;
}
#contact_box .linkBtn::after,
.home .post .linkBtn:hover::after {
border-color: #fff !important;
} #top_msg h1 span {
display: block;
color: var(--color-font);
font-size: 80%;
}
#top_msg dt {
position: relative;
margin-bottom: 15px;
text-align: center;
}
#top_msg dt b {
position: absolute;
top: -20px;
left: 5%;
width: 90%;
padding: 10px;
background: var(--color-primary-tint);
color: #fff;
font-size: 110%;
}
#top_msg dd {
padding: 0;
}
@media print,
screen and (min-width: 641px) { #top_msg dl {
width: 32%;
}
}
@media only screen and (max-width: 640px) { #top_msg dl+dl {
margin-top: 40px;
}
} #top_conept::before {
background: url(//kasuga-dental.com/wp-content/uploads/bg-top-concept.jpg) no-repeat center center / cover;
}
#top_conept::after {
background: rgba(255, 255, 255, 0.8);
}
#top_conept h1 {
color: var(--color-font);
}
#top_conept p {
line-height: 2.2;
}
#top_conept .linkBtn {
color: var(--color-font);
}
#top_conept .linkBtn:not(:hover),
#top_conept .linkBtn:not(:hover)::before,
#top_conept .linkBtn:not(:hover)::after {
border-color: var(--color-font);
} #top_access .logo img {
width: 360px;
}
#top_access .yoyaku dd {
padding: 0;
}
#top_access .yoyaku dt {
padding: 5px 15px;
background: #169BBA;
color: #fff;
font-size: 110%;
font-weight: normal;
text-align: center; display: flex;
align-items: center;
justify-content: center;
}
#top_access .box_gray table,
#top_access .box_gray table th,
#top_access .box_gray table td {
background: none;
border: none;
color: var(--color-font);
font-weight: normal;
}
#top_access .box_gray table tr+tr {
border-top: 1px dotted #C3C3C3;
}
#top_access .box_gray table th {
width: auto;
white-space: nowrap;
}
@media print,
screen and (min-width: 641px) { #top_access .photo {
position: relative;
width: 50vw;
margin-left: calc(((100vw - 100%) / 2) * -1);
}
#top_access .map {
width: 50%;
}
#top_access .txt {
width: 46%;
}
#top_access .yoyaku {
flex-wrap: nowrap;
}
#top_access .yoyaku dt {
white-space: nowrap;
}
#top_access .yoyaku dd {
padding-left: 20px;
}
}
@media only screen and (max-width: 820px) and (min-width: 641px) {
#top_access .photo {
width: 40vw;
}
#top_access .photo+.txt {
width: 56%;
}
}
@media only screen and (max-width: 640px) { #top_access .yoyaku dt {
display: inline-block;
margin-bottom: 10px;
}
} #week_tbl,
#week_tbl th,
#week_tbl td {
border: none;
}
#week_tbl {
border: 2px solid var(--color-table-th);
}
#week_tbl th,
#week_tbl td {
width: auto;
padding: 10px;
text-align: center;
vertical-align: middle;
line-height: 1.4;
}
#week_tbl td {
color: #4EA9DE;
}
#week_tbl thead th+th {
background: #ECF5FB;
color: #4EA9DE;
}
#week_tbl tbody th {
white-space: nowrap;
border-top: 1px solid #fff;
}
#week_tbl tbody td {
border-top: 1px solid #ECF5FB;
font-size: 130%;
background-color: #fff;
}
@media only screen and (max-width: 640px) { #week_tbl {
font-size: 90%;
}
#week_tbl th,
#week_tbl td {
padding: 7px;
}
} #top_features::before {
height: 300px;
background: url(//kasuga-dental.com/wp-content/uploads/bg-top-features.jpg) no-repeat center center / cover;
}
#top_specialization::before {
height: 200px;
background: url(//kasuga-dental.com/wp-content/uploads/bg-top-reason.jpg) no-repeat center center / cover;
}
#top_features h1,
#top_specialization h1 {
color: var(--color-font);
font-size: var(--rem28);
}
#top_features h1 .blue,
#top_specialization h1 .blue {
color: var(--color-primary-tint);
font-size: 120%;
}
#top_features h1 b,
#top_specialization h1 b {
display: inline-block;
font-size: 160%;
line-height: 1.4;
}
#top_features h1 b.blue,
#top_specialization h1 b.blue {
font-size: 180%;
}
#top_features h1 span,
#top_specialization h1 span {
background: linear-gradient(transparent 60%, #DBF8FF 60%);
}
#top_features .list {
row-gap: 20px;
}
#top_features .list dl {
width: 33%;
background: #39C1E1;
border-radius: 50%;
aspect-ratio: 1 / 1;
color: #fff;
text-align: center; display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#top_features .list dl:nth-child(even) {
background: #169BBA;
}
#top_features .list dt {
margin-bottom: 6px;
font-size: 85%;
font-weight: normal;
}
#top_features .list dd {
padding: 0;
}
@media print,
screen and (min-width:769px) { #top_features .list dl {
width: calc((100% / 6) - 2px);
}
}
@media print,
screen and (min-width: 641px) { #top_features .ttl {
width: 40%;
}
#top_features .ttl h1 {
margin-bottom: 0;
}
#top_features .txt {
width: 56%;
}
}
@media only screen and (max-width: 768px) { #top_specialization::before {
height: 150px;
background-position: left center;
}
}
@media only screen and (max-width: 820px) and (min-width: 641px) {
#top_specialization h1 {
margin-top: 50px;
}
}
@media only screen and (max-width: 640px) { #top_features::before {
height: 150px;
}
#top_features .list {
font-size: 80%;
line-height: 1.5;
}
} #top_reason li a {
position: relative;
display: block;
}
#top_reason li a dl {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(225, 225, 225, 0.8);
z-index: 2; display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#top_reason li a dt {
margin-bottom: 15px;
font-weight: 500;
text-align: center;
}
#top_reason li a dt b {
display: block;
margin-top: 5px;
font-size: 115%;
font-weight: 500;
}
#top_reason li a dd {
padding: 0;
}
#top_reason li a .photo {
overflow: hidden;
height: 320px;
}
#top_reason li a .photo img {
object-fit: cover;
width: 100%;
height: 100%;
max-width: none;
}
#top_reason 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_reason li {
width: calc(100vw / 3);
}
}
@media only screen and (max-width: 820px) and (min-width: 641px) {
#top_reason li {
width: calc(100% / 2);
}
}
@media only screen and (max-width: 640px) { #top_reason li a .photo {
height: 260px;
}
} #top_contents h2 {
padding: 0;
border: none;
}
#top_contents h2 span {
display: block;
margin-bottom: 10px;
font-size: 60%;
}
#top_contents h2 b {
display: inline-block;
padding: 15px 20px 8px;
background: var(--color-primary-tint);
color: #fff;
font-weight: normal;
line-height: 1;
}
#top_contents h2::after {
display: none;
}
#top_contents .bg01::before {
background: url(//kasuga-dental.com/wp-content/uploads/bg-top-contents01.jpg) no-repeat center center / cover;
}
#top_contents .bg02::before {
background: url(//kasuga-dental.com/wp-content/uploads/bg-top-contents02.jpg) no-repeat center center / cover;
}
#top_contents .bg03::before {
background: url(//kasuga-dental.com/wp-content/uploads/bg-top-contents03.jpg) no-repeat center center / cover;
}
#top_contents .list li {
width: 33%;
background: #39C1E1;
border: 1px solid #169BBA;
border-radius: 50%;
aspect-ratio: 1 / 1;
color: #fff;
font-size: 110%;
text-align: center; display: flex;
align-items: center;
justify-content: center;
}
#top_contents .linkBtn {
background: rgba(255, 255, 255, 0.8);
}
@media print,
screen and (min-width:769px) { #top_contents .bg01,
#top_contents .bg03 {
padding-right: 50%;
}
#top_contents .bg02 {
padding-left: 50%;
}
}
@media print,
screen and (min-width: 641px) { #top_contents .bg01,
#top_contents .bg03 {
padding-right: 40%;
}
#top_contents .bg02 {
padding-left: 40%;
}
}
@media only screen and (max-width: 640px) { #top_contents .list li {
font-size: 90%;
line-height: 1.5;
}
} #top_search::before {
background: url(//kasuga-dental.com/wp-content/uploads/bg-top-search.jpg) no-repeat center center / cover;
}
#top_search::after {
background: rgba(255, 255, 255, 0.8);
} #top_search .list {
row-gap: 35px;
}
#top_search .list li {
width: 16%;
}
#top_search .list li a {
position: relative;
display: block;
padding: 2px;
background: #fff;
border-radius: 50%;
transition: all 0.3s ease-in-out;
}
#top_search .list li a::after {
position: absolute;
left: 50%;
bottom: 0;
color: var(--color-primary-tint);
font-weight: 400;
font-family: 'FontAwesome';
content: '\f107';
transform: translateX(-50%);
}
#top_search .list li a:hover {
background: var(--color-primary);
}
#top_search .list li a:hover::after {
color: #fff;
}
#top_search .list li a:hover img {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
#top_search .list li a dl {
border: 1px dotted var(--color-primary-tint);
border-radius: 50%;
aspect-ratio: 1 / 1;
text-align: center;
line-height: 1.5; display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#top_search .list li a dt {
width: 80px;
height: 64px;
margin: 0 auto 10px;
}
#top_search .list li a dt img {
object-fit: contain;
width: 100%;
height: 100%;
max-width: none;
}
#top_search .list li a dd {
padding: 0;
}
@media only screen and (max-width: 820px) and (min-width: 641px) {
#top_search .list li {
width: 24%;
}
}
@media only screen and (max-width: 640px) { #top_search .list {
row-gap: 15px;
}
#top_search .list li {
width: 48%;
}
#top_search .list li a dt {
width: 60px;
height: 50px;
}
}  #top_message .ttl span {
display: inline-block;
padding: 5px 20px;
background: var(--color-primary-tint);
color: #fff;
font-size: 105%;
}
#top_message hr {
border: none;
border-bottom: 1px solid #D9D9D9;
}
#top_message .bana a {
position: relative;
display: block;
overflow: hidden;
width: 807px;
max-width: 100%;
margin: auto;
}
#top_message .bana a img:first-child {
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
#top_message .bana a:hover img {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
#top_message .bana a:hover img:last-child {
transform: scale(1.1); }
#top_access .link li .linkBtn,
#top_message .link li .linkBtn {
display: block;
padding: 20px 30px;
background: var(--color-primary-tint);
border: none;
color: #fff;
font-size: 110%;
}
#top_access .link li .linkBtn i,
#top_message .link li .linkBtn i {
margin-right: 10px;
font-size: 110%;
}
#top_access .link li .linkBtn:hover,
#top_message .link li .linkBtn:hover {
background: var(--color-primary) !important;
}
#top_access .link li .linkBtn::before,
#top_message .link li .linkBtn::before {
border-color: #fff;
}
#top_access .link li .linkBtn::after,
#top_message .link li .linkBtn::after {
border-color: #fff;
}
@media print,
screen and (min-width: 641px) { #top_access .link li,
#top_message .link li {
width: 32%;
}
}
@media only screen and (max-width: 640px) { #top_access .link li+li,
#top_message .link li+li {
margin-top: 15px;
}
} #top_bana::before {
background: #F0FCFF;
}
#top_bana ul {
justify-content: flex-start;
column-gap: 4%;
row-gap: 15px;
}
#top_bana li {
width: 48%;
}
@media print,
screen and (min-width: 641px) { #top_bana ul {
column-gap: 2%;
}
#top_bana li {
width: 32%;
}
} #top_faq .qa_list dl {
margin-bottom: 15px;
border: 1px solid var(--color-primary-tint);
}
#top_faq .qa_list dt {
position: relative;
display: block;
border: none;
margin: 0;
padding-left: 80px;
}
#top_faq .qa_list dt::after {
border-color: var(--color-primary-tint);
}
#top_faq .qa_list dt .q_ico,
#top_faq .qa_list dd .a_ico {
position: absolute;
top: 10px;
left: 10px;
width: 50px;
height: 50px;
padding: 0;
background: var(--color-primary-tint);
border: 1px solid var(--color-primary-tint) !important;
border: none;
border-radius: 50%;
font-weight: normal; display: flex;
align-items: center;
justify-content: center;
}
#top_faq .qa_list dd .a_ico {
background: #fff;
color: var(--color-primary-tint);
}
#top_faq .qa_list .q_desc,
#top_faq .qa_list .a_desc {
padding: 20px 30px 20px 0;
}
#top_faq .qa_list dd {
border: none;
margin: 0;
}
#top_faq .qa_list dd .ans_flex {
position: relative;
display: block;
padding-left: 80px;
background: #DBF8FF;
} #top_sns li a {
position: relative;
display: block;
padding: 30px;
background: var(--color-primary-tint);
color: #fff;
text-align: center;
transition: all 0.3s ease-in-out;
z-index: 2;
}
#top_sns li a:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
#top_sns li a::before {
position: absolute;
top: 5px;
left: 5px;
display: block;
width: calc(100% - 10px);
height: calc(100% - 10px);
border: 1px solid #fff;
box-sizing: border-box;
content: "";
}
#top_sns li a dt {
margin-bottom: 15px;
font-size: 115%;
font-weight: normal;
}
#top_sns li a dt i {
margin-right: 10px;
font-size: 115%;
}
#top_sns li a dd {
width: 150px;
margin: 0 auto;
padding: 0;
background: #fff;
border-radius: 999px;
color: var(--color-font);
font-size: 85%;
}
#top_sns li.insta a {
background: linear-gradient(to left, #B05EC8, #F13D6E);
}
#top_sns li.line a {
background: #3AAF69;
}
@media print,
screen and (min-width: 641px) { #top_sns li {
width: 32%;
}
}
@media only screen and (max-width: 640px) { #top_sns li+li {
margin-top: 20px;
}
} #top_about::before {
background: url(//kasuga-dental.com/wp-content/uploads/bg-top-about.jpg) no-repeat center center / cover;
}
#top_about h1 span {
display: block;
color: var(--color-font);
font-size: 90%;
} #contact_box::before {
background: url(//kasuga-dental.com/wp-content/uploads/bg-contact-box_W.jpg) no-repeat center center / cover;
}
#contact_box,
#contact_box h1,
#contact_box h1 b {
color: #333;
}
#contact_box .btn {
width: 1000px;
max-width: 100%;
margin: auto;
}
#contact_box .btn li .linkBtn {
display: block;
padding: 20px 30px;
background: var(--color-primary-tint);
border: none;
color: #fff;
font-size: 110%;
z-index: 2;
position: relative;
}
#contact_box .btn li .linkBtn i {
margin-right: 10px;
font-size: 110%;
}
#contact_box .btn li .linkBtn:hover {
background: var(--color-primary) !important;
}
#contact_box .btn li .linkBtn::before {
border-color: #fff;
}
#contact_box .btn li .linkBtn::after {
border-color: #fff;
}
@media print,
screen and (min-width: 641px) { #contact_box .btn li {
width: 32%;
}
}
@media only screen and (max-width: 640px) { #contact_box .btn li+li {
margin-top: 15px;
}
}
@media only screen and (max-width: 1024px) { #contact_box {
width: 94%;
margin: auto;
}
} #front_top_content,
#front_bottom_content {
background: none;
}
#front_top_content ul.link { display: flex;
flex-wrap: wrap;
justify-content: center;
}
#front_top_content ul.link li {
width: 120px;
padding: 10px 0;
background: #DBF8FF;
border: 1px solid #D9D9D9;
border-bottom: none;
color: var(--color-primary-tint);
text-align: center;
transition: all 0.3s ease-in-out;
}
#front_top_content ul.link li.on,
#front_top_content ul.link li:hover {
background: var(--color-primary-tint);
color: #fff;
}
#front_top_content .box {
border: 1px solid #DCDCDC;
}
#front_top_content .tab,
#front_top_content .tab.off {
display: none;
}
#front_top_content .tab.on {
display: block;
}
#front_top_content .postlist li {
border-bottom: 1px solid #ddd;
} #front_bottom_content .post4b h2 {
padding: 0;
border: none;
}
#front_bottom_content .post4b h2 a {
display: block;
}
#front_bottom_content .post4b .time {
background: var(--color-primary-tint);
}
#front_bottom_content .post4b_link {
border-color: var(--color-primary-tint);
color: var(--color-primary-tint);
}
#front_bottom_content .post4b_link a {
color: var(--color-primary-tint);
} .post .linkBtn.btn_arow {
display: inline-block;
width: auto;
max-width: none;
padding: 10px 5px;
padding-right: 60px;
background: none;
border-bottom: 1px solid var(--color-primary-tint);
border-radius: 0;
color: var(--color-font);
line-height: 1.4;
}
.post .linkBtn.btn_arow::before {
position: absolute;
top: 50%;
right: 5px;
color: var(--color-primary-tint);
font-size: 12px;
font-weight: 400;
font-family: 'FontAwesome';
content: '\f101';
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
}
.post .linkBtn.btn_arow::after {
display: none;
}
.post .linkBtn.btn_arow:hover {
color: var(--color-primary-tint);
}
.post .linkBtn.btn_arow:hover::before {
right: 0;
} #thumbImg::before,
header#h1Header::before {
display: none;
}
h1.title,
.post h1,
.post h2,
.post h3,
.post h4 {
color: var(--color-font);
font-weight: 500;
}
#content h1.title.first,
.post h2.ttl {
font-size: var(--rem30);
}
#content h1.title.first b,
.post h2.ttl b {
display: block;
color: var(--color-primary);
font-size: 60%;
font-weight: 500;
line-height: 1;
}
.post h2.ttl {
padding: 0;
border: none;
text-align: center;
} .post h2::after {
display: none;
}
.post h2 {
padding: 0 0 8px;
border-bottom: 1px solid var(--color-primary);
font-size: var(--rem28);
text-align: left;
}
.post h2.sub,
.post h3.sub {
padding: 0 0 0 15px;
border: none;
border-left: 4px solid var(--color-primary);
font-size: var(--rem24);
line-height: 1.4;
}
.post h2.cen {
text-align: center;
} .post h3.noline {
padding: 0;
border: none;
}
.post h3.num {
position: relative;
padding-left: 40px;
}
.post h3.num b {
position: absolute;
top: 0;
left: 0;
color: var(--color-primary);
}
.post h3.ttl {
padding: 10px;
background: var(--color-primary-tint);
border: none;
color: #fff;
font-family: var(--font-family03);
text-align: center;
} .post h4 {
margin: var(--px14) auto;
color: var(--color-primary-tint);
font-weight: 500;
} #company_tbl th {
width: 20%;
white-space: nowrap;
}
.post .lead {
font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); font-weight: 500;
font-style: italic;
}
.post .lead_en {
font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem); color: var(--color-primary-shade);
letter-spacing: 0.8rem;
} #staff_list dl { display: flex;
justify-content: space-between;
}
#staff_list dl:not(:last-of-type) dd {
padding-bottom: 40px;
}
#staff_list dt {
width: 100px;
border-right: 1px solid var(--color-font);
font-size: 130%;
font-weight: 500;
font-family: var(--font-family02);
}
#staff_list dd {
width: calc(100% - 100px);
padding: 0 0 0 20px;
}   .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;
}
} .num_list01 {
counter-reset: number; list-style-type: none !important; }
.num_list01 .imgarea {
position: relative;
margin-bottom: var(--px20);
}
.num_list01 .imgarea:before { position: absolute;
counter-increment: number;
content: "0" counter(number);
display: inline-block;
background: #ffffff;
color: var(--color-font);
font-family: var(--font-family02);
font-weight: 400;
font-size: 20px;
border-radius: 50%;
left: 50%;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
bottom: -25px;
transform: translateX(-50%);
box-shadow: 0 0 8px grey;
}
.num_list01 .num_listttl {
text-align: center;
font-weight: bold;
font-size: var(--rem24w);
padding: 24px 0;
position: relative;
}  .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 .txt06 {
font-family: var(--font-family02);
font-size: var(--rem24);
font-weight: 600;
text-align: left;
color: var(--color-font);
line-height: 1.4;
overflow-wrap: break-word;
padding: 0 0 0 var(--rem16);
margin: var(--rem42) auto var(--rem30);
border: none;
background: transparent;
border-left: min(calc(6px + (1vw - 19.2px) * 0.1294), 6px) solid var(--color-primary-tint);
}
.post .txt06::before,
.post .txtstyle06::after {
content: none;
position: relative;
width: auto;
height: auto;
top: auto;
left: auto;
} .post .txtstyle06,
.txtstyle06 {
font-family: var(--font-family02);
font-size: var(--rem30);
font-weight: 600;
text-align: center;
color: #111;
line-height: 1.2;
overflow-wrap: break-word;
padding: var(--rem20) 0;
margin: var(--rem42) auto var(--rem30);
border-top: solid 2px;
border-bottom: solid 2px;
background: transparent;
}
.post .txtstyle06:before,
.post .txtstyle06:after,
.txtstyle06:before,
.txtstyle06:after {
content: none;
}
a.btn_tel {
display: inline-block;
padding: 10px 20px;
background: var(--color-primary-shade);
color: var(--color-primary-tint);
font-weight: bold;
transition: all 0.3s ease-in-out;
}
a.btn_tel:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
a.btn_tel b {
font-size: 140%;
} .post .txtstyle02,
.txtstyle02 {
font-family: var(--font-family02);
font-size: var(--rem24);
font-weight: 600;
text-align: left;
margin: var(--rem18) auto;
background: transparent;
color: #111;
line-height: 1.4;
padding: 0;
}
.post .txtstyle02:before,
.post .txtstyle02:after,
.txtstyle02:before,
.txtstyle02:after {
content: none;
} .flowlist01 {
padding-left: 13rem;
position: relative;
}
.flowlist01::before {
content: "";
width: 15px;
height: 100%;
background: #eee;
margin-left: -8px;
display: block;
position: absolute;
top: 0;
left: 13rem;
}
.flowlist01>li {
position: relative;
}
.flowlist01>li:not(:last-child) {
margin-bottom: 8vh;
}
.flowlist01>li .icon {
font-size: 1.6rem;
color: #fff;
background: #2B87D0;
padding: 0.8rem 2rem;
display: block;
position: absolute;
top: 0;
left: -13rem;
z-index: 100;
font-style: italic;
}
.flowlist01>li .icon::after {
content: "";
border-style: solid;
border-width: 5px 0 5px 10px;
border-color: transparent transparent transparent #2B87D0;
position: absolute;
top: 50%;
left: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.flowlist01>li dl {
padding-left: 7rem;
position: relative;
padding-top: 0.7rem;
}
.flowlist01>li dl::before,
.flowlist01>li dl::after {
content: "";
display: block;
position: absolute;
top: 2rem;
}
.flowlist01>li dl::before {
width: 7px;
height: 7px;
margin-top: 0;
background: #2B87D0;
border-radius: 50%;
left: -4px;
}
.flowlist01>li dl::after {
width: 50px;
border-bottom: 1px dashed #999;
position: absolute;
left: 5px;
top: 2.3rem;
}
.flowlist01>li dl dt {
margin-bottom: 0.5rem;
font-weight: 600;
font-size: 1.6rem;
}
@media (max-width: 768px) {
.flowlist01>li .icon {
font-size: 1.2rem;
}
.flowlist01 {
padding-left: 10rem;
}
.flowlist01>li .icon {
left: -11rem;
}
.flowlist01::before {
left: 10rem;
}
.flowlist01>li dl {
padding-left: 4.5rem;
}
.flowlist01>li dl::after {
width: 30px;
}
.flowlist01>li dl dt {
font-size: 1.4rem;
}
}  .card03_list.cardstyle02 .imgarea img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.3s all;
}
.card03_list.cardstyle02>li:hover .imgarea img {
transform: scale(1.04);
}
.card03_list.cardstyle02>li:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 1;
}
.card03_list.cardstyle02 .txtinner {
position: relative;
color: #fff;
z-index: 1;
}
.card03_list.cardstyle02 .txtinner .txtstyle02 {
color: #fff;
}
.card03_list.cardstyle02 .imgarea {
width: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
line-height: 0;
z-index: -1;
}
.card03_list.cardstyle02 .imgarea img {
width: 100%;
height: 100%;
object-fit: cover;
}
.card03_list.cardstyle02 a.filllink {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 3;
}
body#editor-style .card03_list.cardstyle02 a.filllink {
position: static;
display: block;
background: #111;
height: 30px;
}
body#editor-style .card03_list.cardstyle02 a.filllink::before {
content: "ダブルクリックでリンク設定";
color: #fff;
font-size: 10px;
white-space: nowrap;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index: -10;
}
body#editor-style .card03_list.cardstyle02>li:before {
z-index: -1;
}
body#editor-style .card03_list.cardstyle02 .imgarea {
position: static;
}
.card03_list.cardstyle02>li {
position: relative;
}
.card03_list.cardstyle02>li .txtarea {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 450px;
padding: var(--px60);
color: #111;
}
.post h2.name {}
.post h2.name span {
display: block;
font-size: 15px;
} #greeting_works dl {
background: #ECF5FB;
}
#greeting_works dt {
color: var(--color-primary-tint);
font-size: 120%;
text-align: center;
}
#greeting_works dt img {
display: block;
margin-bottom: 15px;
}
#greeting_works dd {
padding: 20px;
}
@media print,
screen and (min-width: 641px) { #greeting_works {
justify-content: center;
column-gap: 2%;
}
#greeting_works dl {
width: 32%;
}
}
@media only screen and (max-width: 640px) { #greeting_works dl+dl {
margin-top: 30px;
}
} .aspect_img img {
width: 100%;
height: auto;
object-fit: cover;
} 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: 5%;
border-radius: 10px;
background: #f2f2f2;
position: relative;
}
.flowlist02>li:not(:last-child) {
margin-bottom: 60px;
}
.flowlist02 .flow_img {
width: 35%;
}
.post .flowlist02>li>dl {
width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
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);
}
} .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: var(--color-primary-tint);
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: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
background: var(--color-primary);
color: #fff;
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: var(--body-font-family);
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;
}
} #breadcrumb ul li b,
#sitemap_list li a b {
display: none;
} .wpcf7-form select {
width: auto;
}
.wpcf7-form .must_fn {
float: none;
} .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;
} @media print,
screen and (max-width: 1023px) {
body.mobile #header .logo {
justify-content: space-between;
.mark {
a {
max-width: 250px;
img {
max-width: 100%;
}
}
}
}
.mobile #header .logo .spmenu {
min-width: 50px;
}
.sp_menu_01 {
display: flex;
padding: 0 !important;
align-items: center;
width: auto;
margin-left: auto;
li {
a {
display: block;
padding: 10px 8px;
b {
display: flex;
flex-flow: column;
color: #fff;
font-size: 12px;
white-space: nowrap;
}
}
}
}
.sp_menu_01 li#menu-item-774 a {
box-shadow: 0 0 0 3px var(--color-primary-tint) inset, 0 0 0 4px #fff inset;
background: var(--color-primary-tint);
}
.sp_menu_01 li#menu-item-775 a {
box-shadow: rgb(255, 180, 80) 0px 0px 0px 3px inset, rgb(255, 255, 255) 0px 0px 0px 4px inset;
background: rgb(255, 180, 80);
}
.mobile #header .logo .mark {
width: auto;
}
}