/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 4.8
Tested up to: 7.0
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Yu Gothic" , "YuGothic" ,  "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
	
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}


ul.flex,.flex{
	display:-webkit-box;
	display:-ms-box;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	width:100%;
}

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clear {
	height: 1px;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
a{
	text-decoration:none;
	color:#525252;
}
a:hover {
	color:#f9bd00;
}
body {
	overflow:hidden;
	background:#fff;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color:#525252;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
section[class^="index_"]{
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
p, .p {
	margin-bottom:10px;
	letter-spacing:1px;	
}
section a, section span, section b, section strong {
	font-size:100%;
	font-weight: inherit;
	color: inherit;
}
.mt10 {margin-top:10%!important;}
.mt8 {margin-top:8%!important;}
.mt5 {margin-top:5%!important;}
.mt3 {margin-top:3%!important;}
.mt0 {margin-top:0%!important;}
.mb0 {margin-bottom:0%!important;}
.mb3 {margin-bottom:3%!important;}
.mb5 {margin-bottom:5%!important;}
.mb8 {margin-bottom:8%!important;}
.mb10 {margin-bottom:10%!important;}

div.float {
    margin: 3% auto;
}
.float p.floatr {
    float: right;
    margin: 0 0 10px 3%;
    width: 47%;
}
.float p.floatl {
    float: left;
    margin: 0 3% 10px 0;
    width: 47%;
}

.center {
	text-align:center!important;
}
.right {
	text-align:right!important;
}
.left {
	text-align:left!important;
}
span.ib {
	display:inline-block!important;
}
span.bu {
	border-bottom:1px solid;
	font-weight:500;
}
span.bo {
	font-weight:600;
}
span.bbig{
	font-weight:bold!important;
	font-size:120%!important;
}
span.small{
	font-size:80%!important;
}
span.yb {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFAC6));
    background: -o-linear-gradient(transparent 60%, #FFFAC6 0%);
    background: linear-gradient(transparent 60%, #FFFAC6 0%);
}
.red {color: #ec4141;}
.orange {color:#f9bd00;}
.naivy {color: #19244a;}
.blue {color:#67afd4;}

@-webkit-keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

.fadein{
	opacity:0;
	-webkit-transition : all 3s;
	-o-transition : all 3s;
	transition : all 3s;
}
.ponpon, .pon{
	opacity:0;
	-webkit-transition : all 2s;
	-o-transition : all 2s;
	transition : all 2s;
}
.downup .fadein, .downup .ponpon, .downup .pon {
	opacity : 0;
	-webkit-transform : translate(0, 50px);
	    -ms-transform : translate(0, 50px);
	        transform : translate(0, 50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.updown .fadein, .updown .ponpon, .updown .pon {
	opacity : 0;
	-webkit-transform : translate(0, -50px);
	    -ms-transform : translate(0, -50px);
	        transform : translate(0, -50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinrl .fadein {
	opacity : 0;
	-webkit-transform : translate(80px, 0);
	    -ms-transform : translate(80px, 0);
	        transform : translate(80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinlr .fadein {
	opacity : 0;
	-webkit-transform : translate(-80px, 0);
	    -ms-transform : translate(-80px, 0);
	        transform : translate(-80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadein.scrollin, .ponpon.active, .pon.activate {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	    -ms-transform : translate(0, 0);
	        transform : translate(0, 0);
}
ul li.ponpon.active:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
ul li.ponpon.active:nth-child(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
ul li.ponpon.active:nth-child(4) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

ul[class^="col2_"] > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
}
ul[class^="col3_"] > li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3%;
}
ul[class^="col2_"] > li:nth-child(even), ul[class^="col3_"] > li:nth-child(3n){
    margin-right: 0;
}

/*------------------------------------*\
    ヘッダー＆フッダー00
\*------------------------------------*/

header.header hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
header.header hgroup p {
    margin: 0;
    width: 28%;
    max-width: 340px;
}
header.header hgroup p a {
    display: block;
    padding: 3%;
}
header.header hgroup ul {
    width: 72%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 860px;
}
header.header hgroup ul li a {
    display: block;
    padding: 3%;
}
.menu1 ul {
    text-align: center;
    background: #19244a;
    padding: 1% 0;
}
.menu1 ul li {
    display: inline-block;
}
.menu1 ul li a {
    display: block;
    color: #fff;
    padding: 20px 10px;
}
.menu1 ul li a:hover {
    color: #f9bd00;
}
.menur {
    display: none;
}

section.footer {
    text-align: center;
}
section.footer > p a {
    display: block;
    max-width: 300px;
    margin: 0 auto 2%;
}
ul.f-sitemap li {
    display: inline-block;
}
ul.f-sitemap li a {
    display: block;
    padding: 15px 10px;
}
section.footer ul.cta-col3 {
    width: 96%;
}
.access iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 400px;
    display: block;
}
footer#colophon {
    background: #19244a;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}




/*------------------------------------*\
    共通_00
\*------------------------------------*/

.ttl1 {
	margin: 5% auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #fff;
	padding: 15px 30px 30px;
	font-size: 40px;
	font-weight: 100;
	border: 2px solid #19244a;
	color:#19244a;
	position: relative;
	min-width: 600px;
	text-align: center;
}
.ttl1 span {
	display: block;
    font-size: 18px;
    position: absolute;
	bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    background: #19244a;
    color: #fff;
    padding: 8px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50px;
    white-space: nowrap;
}
.ttl2 {
    font-size: 35px;
    color: #19244a;
    margin: 5% auto 3%;
    font-weight: 500;
}
.ttl2 span {
    display: block;
    font-size: 20px;
}
.ttl3 {
    font-size: 25px;
    color: #19244a;
    margin-bottom: 10px;
    font-weight: 500;
}
.ttl2a {
    color: #f8be05;
    padding-bottom: 10px;
    border-bottom: #f8be05 dashed 6px;
}
.ttl2b {
    padding-bottom: 10px;
    border-bottom: #19244a dashed 6px;
}
.ttl3b {
    color: #f8be05;
}
.ttl4 {
    text-align: center;
}
.ttl4 span {
    font-weight: 100;
    font-size: 50px;
    color: #19244a;
}
.ttl5 {
    text-align: center;
    margin: 5% auto 3%;
    font-size: 18px;
    color: #19244a;
    font-weight: 500;
}
.ttl5 span {
	display: block;
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: 10px;
}
.ttl6 {
    text-align: center;
    color: #19244a;
    font-size: 40px;
    margin: 8% auto 3%;
}
.ttl6 span {
	display: block;
	font-size: 18px;
	line-height: 200%;
	font-weight: 500;
}

p.link1 a {
    background:#f9bd00;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3% 0 0 auto;
    color: #fff;
    padding: 15px 50px 15px 20px;
    border-radius: 50px;
    position: relative;
}
p.link1 a::before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: calc(tan(60deg) * 8px) solid #ffffff;
    position: absolute;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
p.link1 a:hover {
    background: #19244a;
}
ul.link2 {
	margin:3% auto 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.link2 li {
    width: 48%;
}
ul.link2 li a {
    display: block;
    background: #19244a;
    color: #fff;
    padding: 15px 0;
    border-radius: 10px;
    font-size: 20px;
}
ul.link2 li:nth-child(1) a {
	background: #f9bd00;
}
ul.link2 li a:hover {
    background: #e5f3fa;
	color:#525252;
}

ul.cta-col2, ul.cta-col3 {
    max-width: 1000px;
    margin: 3% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.cta-col3 li {
    width: 32%;
}
ul.cta-col2 li a:hover, ul.cta-col3 li a:hover {
    opacity: 0.8;
}
ul.cta-col2 li {
    width: 48%;
}

section.bread {
    margin-bottom:3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.bread ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.bread li {
  display: inline;
  font-size: 14px;
}
section.bread li::after {
    content:"/";
    padding: 0 10px;
}
section.bread li:last-child::after {
    display:none;
}
section.bread li a {
    display: inline-block;
    padding: 12px 0;
}
section.bread li a:hover {
	color:#6b1e1e;
}

main {
    width: 96%;
    margin: 3% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
}
#primary.site-content {
    width: calc(97% - 300px);
}
div.main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
section.side-bar {
    width: 300px;
}
p.s-bnr {
    margin-bottom: 8%;
}
p.s-bnr a {
    display: block;
}
p.s-bnr a:hover {
    opacity: 0.8;
}
.side-box {
    margin: 30px auto 20%;
    display: block;
    border: 1px solid #19244a;
    border-radius: 20px;
    padding: 20px;
}
.side-box > p {
    text-align: center;
    background: #19244a;
    color: #fff;
    padding: 10px 0;
    width: 90%;
    margin: -40px auto 8%;
    border-radius: 50px;
}
.side-box ul {
    list-style: inside;
}
ul.right-list {
    margin: 10% auto 10%;
}
.side-box ul li a {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul.right-list li a {
    display: block;
    padding: 3px 0;
}
ul.right-list li a i {
    font-size: 130%;
    color: #19244a;
    padding-right: 5px;
    vertical-align: text-bottom;
}
.s-map iframe {
    width: 100%;
    height: 300px;
}

/*------------------------------------*\
    トップページ00
\*------------------------------------*/

.index1 {
    background: url(/wp-content/uploads/2026/06/back.webp)no-repeat center bottom / cover;
    margin: 5% auto;
}
ul.nobox-img {
    counter-reset: item;
}
ul.nobox-img > li {
    background: #e5f3fa;
    margin-bottom: 3%;
    padding: 3%;
    border-radius: 15px;
    position: relative;
    counter-increment: item;
}
ul.nobox-img > li * {
    position:relative;
}
ul.nobox-img > li::before {
    content: counter(item);
    position: absolute;
    color: #fff;
    font-size: 150px;
    top: -50px;
    left: 10px;
}
ul.nobox-img > li.nono::before {
	content:"";
}
ul.nobox-img > li::after {
    content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul.nobox-img > li p:first-child {
    width: 40%;
    float: right;
    margin: 0 0 10px 3%;
}
section.b-box {
    border: 2px solid #19244a;
    border-radius: 15px;
    padding: 3%;
}
section.back-list {
    background: url(/wp-content/uploads/2026/06/back1-scaled.webp)no-repeat center / cover;
    padding: 3%;
    margin: 5% 0;
}
section.back-list li {
    background: #fff;
    margin-bottom: 10px;
    padding: 3%;
}
ul.flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    counter-reset: item;
}
ul.flow li {
    width: 30%;
    counter-increment: item;
}
ul.flow li .flow-ttl {
    text-align: center;
    padding: 60px 0;
    position: relative;
    color: #19244a;
    font-weight: 500;
    font-size: 20px;
}
ul.flow li .flow-ttl::before {
    content: counter(item);
    position: absolute;
    color: #e5f3fa;
    font-size: 150px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
    font-weight: 500;
}
ul.flow li p {
    line-height: 200%;
}
section.message {
    margin: 5% auto;
    position: relative;
    padding: 5%;
}
section.message > div {
    background: #ffffffcf;
    padding: 5%;
}
section.message > p {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
section.message > p img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
ul.qa {
}
ul.qa li {
    padding-left: 80px;
    border-top: 1px solid;
}
ul.qa li input {
    display: none;
}
label.qa-btn {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    font-size: 18px;
    padding: 20px 15px 20px 0;
    display: block;
    font-weight: 500;
}
label.qa-btn::before {
    content: "Q.";
    position: absolute;
    right: 100%;
    font-size: 130%;
    width: 80px;
    text-align: center;
    top: 15px;
    color:#19244a;
    font-weight: 500;
}
label.qa-btn:hover {
	color:#19244a;
}
ul.qa li input:checked ~ label.qa-btn {
    color:#19244a;
}
.show-a {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-right: 15px;
    position: relative;
}
ul.qa li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    overflow: visible;
    padding: 0px 15px 10px 0;
}
.show-a::before {
    content: "A.";
    position: absolute;
    width: 80px;
    right: 100%;
    text-align: center;
    top: -5px;
    font-size: 130%;
    font-weight: 500;
    color:#19244a;
}
ul.list1 {
    margin: 3% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    gap: 12px;
}
ul.list1 li {
    width: calc(33.333% - 12px);
    margin-bottom: 0;
    display: flex;
}
ul.list1 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
    padding: 12px 10px;
    border-radius: 10px;
    background: #f8be05;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    box-sizing: border-box;
}
ul.list1 li a:hover {
    background: #19244a;
}

/* トップ：症状一覧アコーディオン（スマホ用） */
.symptoms-more {
	position: relative;
}
.symptoms-more-check {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.symptoms-more-btn {
	display: none;
}
.symptoms-more-btn .is-open {
	display: none;
}



/*------------------------------------*\
    アーカイブ00
\*------------------------------------*/





/*------------------------------------*\
    下層ページ00
\*------------------------------------*/



footer.entry-meta,
.entry-meta .by-author,
.edit-link,
#comments,
.comments-link,
.comment-form-comment {
	display: none !important;
}
.entry-meta {
	margin-bottom: 8px;
	color: #f8be05;
	font-size: 16px;
	font-weight: 500;
}
.single-thumb {
	margin: 3% auto;
}
.single-thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.entry-content {
	margin: 3% auto 5%;
	line-height: 190%;
}
.entry-content p {
	margin-bottom: 1.2em;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.entry-content h2,
.entry-content h3 {
	color: #19244a;
	font-weight: 500;
	margin: 1.5em 0 0.6em;
}
.entry-content h2 {
	font-size: 24px;
	padding-bottom: 8px;
	border-bottom: #19244a dashed 4px;
}
.entry-content h3 {
	font-size: 20px;
}
.news-nav {
	margin: 5% auto 3%;
	padding-top: 20px;
	border-top: 1px solid #e5f3fa;
}
.news-nav ul {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 25px;
}
.news-nav li a {
	display: inline-block;
	color: #19244a;
	font-weight: 500;
	padding: 8px 0;
}
.news-nav li a:hover {
	color: #f8be05;
}
.news-nav .nav-next {
	text-align: right;
	margin-left: auto;
}
.news-nav .link1 {
	text-align: center;
}
ul.news-list {
	margin: 3% auto 5%;
	border-top: 1px solid #e5f3fa;
}
ul.news-list li {
	border-bottom: 1px solid #e5f3fa;
}
ul.news-list li a {
	display: flex;
	align-items: baseline;
	gap: 20px;
	padding: 18px 10px;
	color: #19244a;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
ul.news-list li a:hover {
	background: #e5f3fa;
	color: #19244a;
}
.news-list-date {
	flex-shrink: 0;
	color: #f8be05;
	font-weight: 500;
	font-size: 15px;
	min-width: 6.5em;
}
.news-list-ttl {
	flex: 1;
	line-height: 1.5;
}

/* お客様の声アーカイブ */
ul.voice-cat-nav {
	margin: 0 auto 4%;
}
ul.voice-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 20px;
	margin: 3% auto 5%;
}
ul.voice-list > li {
	width: calc(50% - 10px);
}
ul.voice-list > li > a {
	display: block;
	height: 100%;
	padding: 16px;
	border: 1px solid #e5f3fa;
	border-radius: 10px;
	color: #19244a;
	background: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
ul.voice-list > li > a:hover {
	border-color: #f8be05;
	background: #fffdf5;
}
.voice-list-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 14px;
	padding: 10px;
	min-height: 140px;
	border-radius: 8px;
	overflow: hidden;
	background: #f5f8fa;
}
.voice-list-thumb img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 160px;
	margin: 0 auto;
	object-fit: contain;
	object-position: center top;
}
.voice-list-body {
	display: block;
}
.voice-list-cat {
	display: inline-block;
	margin: 0 0 8px;
	padding: 4px 10px;
	background: #e5f3fa;
	color: #19244a;
	font-size: 13px;
	border-radius: 4px;
	line-height: 1.4;
}
.voice-list-ttl {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 6px;
	color: #19244a;
}
.voice-list-meta {
	display: block;
	font-size: 14px;
	color: #19244a;
	opacity: 0.75;
	line-height: 1.5;
}
.single-voice .entry-title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 16px;
}
.single-voice .entry-title .atopy-case-meta {
	font-size: 16px;
}
.single-voice .voice-single-thumb {
	margin: 24px auto;
	max-width: 360px;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	background: #f5f8fa;
	box-shadow: 0 6px 18px rgba(25, 36, 74, 0.1);
}
.single-voice .voice-single-thumb img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}
.navigation.pagination {
	margin: 3% auto 5%;
	text-align: center;
}
.navigation.pagination .nav-links {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}
.navigation.pagination ul.page-numbers {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 8px;
	background: #e5f3fa;
	color: #19244a;
	font-weight: 500;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination a.page-numbers:hover {
	background: #f8be05;
	color: #fff;
}

.entry-title {
	color: #19244a;
    font-size: 36px;
    padding: 10px;
    border-bottom: #19244a double 10px;
    border-left: #19244a 10px double;
}

section[id] {
	scroll-margin-top: 80px;
}
section[id] > section {
	margin-top: 3%;
}
section[id] > .ttl3 {
	margin-top: 0;
}
ul.service-list {
	margin: 10px 0 15px;
	padding-left: 1.5em;
	list-style: disc;
}
ul.service-list li {
	margin-bottom: 8px;
}
ul.service-list li:last-child {
	margin-bottom: 0;
}

/* 症状ページ */
ul.list1.col3 {
	gap: 12px;
}
ul.list1.col3 li {
	width: calc(33.333% - 8px);
	margin-bottom: 0;
}
section[id] h2.ttl2 {
	margin-top: 5%;
}
section[id] > section[id] > .ttl3,
section[id] > section[id] .symptom-acc > summary .ttl3 {
	padding-bottom: 8px;
	border-bottom: 1px solid #e5f3fa;
	margin-bottom: 15px;
}
.ttl3-label {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	color: #19244a;
	background: #e5f3fa;
	padding: 12px 16px !important;
	border-radius: 8px;
}
.ttl4s {
	font-size: 18px;
	color: #19244a;
	font-weight: 500;
	margin: 25px 0 12px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #c5dce8;
}
.ttl4s:first-child {
	margin-top: 0;
}

/* 症状アコーディオン */
.symptom-acc {
	border: none;
}
.symptom-acc > summary {
	list-style: none;
	cursor: pointer;
	position: relative;
	padding-right: 40px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.symptom-acc > summary::-webkit-details-marker {
	display: none;
}
.symptom-acc > summary::marker {
	content: "";
	display: none;
}
.symptom-acc > summary .ttl3 {
	margin-bottom: 0;
	pointer-events: none;
}
.symptom-acc > summary::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 2px solid #19244a;
	border-bottom: 2px solid #19244a;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.25s ease;
}
.symptom-acc[open] > summary::after {
	transform: translateY(-30%) rotate(225deg);
}
.symptom-acc > summary:hover .ttl3 {
	color: #f8be05;
}
.symptom-acc > summary:hover .ttl3b {
	color: #19244a;
}
.atopy-case .symptom-acc > summary:hover .ttl3,
.atopy-case .symptom-acc > summary:hover .atopy-case-meta {
	color: #19244a;
}
.symptom-acc-body {
	padding: 5px 0 0;
}
.symptom-acc-body > *:first-child {
	margin-top: 0;
}

/* 施術の流れ（縦並びステップ） */
ul.flow-step {
	counter-reset: step;
	margin: 3% auto;
}
ul.flow-step > li {
	position: relative;
	counter-increment: step;
	background: #e5f3fa;
	border-radius: 15px;
	padding: 30px 40px 30px 90px;
	margin-bottom: 50px;
}
ul.flow-step > li:last-child {
	margin-bottom: 0;
}
ul.flow-step > li::before {
	content: "STEP " counter(step);
	position: absolute;
	top: -18px;
	left: 30px;
	background: #19244a;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 6px 20px;
	border-radius: 50px;
	white-space: nowrap;
}
ul.flow-step > li:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 18px solid #e5f3fa;
}
.flow-step-ttl {
	font-size: 22px;
	font-weight: 500;
	color: #19244a;
	margin-bottom: 10px;
}
ul.flow-step > li p {
	line-height: 190%;
}

/* 初めての方へ（定義リスト） */
dl.flow-info {
	margin: 3% auto;
}
dl.flow-info dt {
	background: #19244a;
	color: #fff;
	font-weight: 500;
	padding: 8px 20px;
	border-radius: 50px;
	width: -webkit-fit-content;
	width: fit-content;
	margin-bottom: 10px;
}
dl.flow-info dd {
	line-height: 190%;
	margin-bottom: 25px;
	padding-left: 5px;
}
dl.flow-info dd:last-of-type {
	margin-bottom: 0;
}

/* 院概要テーブル */
table.table1 {
	width: 100%;
	border-collapse: collapse;
	margin: 3% auto;
}
table.table1 th,
table.table1 td {
	padding: 15px 20px;
	border-bottom: 1px solid #d6dde3;
	line-height: 190%;
	vertical-align: top;
}
table.table1 th {
	width: 28%;
	background: #e5f3fa;
	color: #19244a;
	font-weight: 500;
	white-space: nowrap;
}
table.table1 td a {
	color: #19244a;
	text-decoration: underline;
}
table.table1 tr:last-child th,
table.table1 tr:last-child td {
	border-bottom: none;
}

/* アトピー改善プログラム */
section.mv picture,
section.mv img {
	display: block;
	width: 100%;
	height: auto;
}
ul.atopy-check {
	margin: 3% auto;
}
ul.atopy-check li {
	position: relative;
	padding: 14px 15px 14px 45px;
	margin-bottom: 10px;
	background: #e5f3fa;
	border-radius: 8px;
	line-height: 170%;
}
ul.atopy-check li::before {
	content: "◎";
	position: absolute;
	left: 15px;
	top: 14px;
	color: #f8be05;
	font-weight: 700;
}
.atopy-tax {
	display: inline;
	font-size: 60%;
	margin-left: 8px;
	color: #19244a;
}
table.atopy-price th.atopy-price-head {
	width: auto;
	text-align: center;
	background: #19244a;
	color: #fff;
	font-weight: 500;
}
.page-atopy .ttl3 {
	margin-top: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5f3fa;
}
.page-atopy .ttl3:first-of-type {
	margin-top: 0;
}

/* アトピー／症例ビフォーアフター */
.atopy-case {
	margin: 20px 0;
	padding-bottom: 16px;
	border-bottom: 1px dashed #c5dce8;
}
.atopy-case:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
.atopy-case .symptom-acc > summary .ttl3 {
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 16px;
	padding-bottom: 0;
	border-bottom: none;
	color: #19244a;
}
.atopy-case .symptom-acc[open] > summary {
	margin-bottom: 8px;
}
.atopy-case .ttl3 {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 16px;
	color: #19244a;
}
span.atopy-case-meta {
	font-size: 16px;
	font-weight: 500;
	color: #19244a;
}
ul.atopy-case-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 20px;
}
ul.atopy-case-tags li {
	background: #e5f3fa;
	color: #19244a;
	font-size: 14px;
	padding: 6px 14px;
	border-radius: 4px;
	line-height: 1.4;
}
.atopy-ba {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}
.atopy-ba:last-child {
	margin-bottom: 0;
}
.atopy-ba figure {
	width: calc(50% - 8px);
	margin: 0;
	position: relative;
	background: #f5f8fa;
	border-radius: 10px;
	overflow: hidden;
}
.atopy-ba figure img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center;
}
.atopy-ba figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px 12px;
	background: rgba(25, 36, 74, 0.75);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
}
.atopy-ba figure:last-child figcaption {
	background: rgba(248, 190, 5, 0.9);
	color: #19244a;
}

/* 症例本文内の単独写真（黄斑・CSCなど） */
.atopy-case .symptom-acc-body > figure {
	margin: 20px auto;
	max-width: 360px;
	position: relative;
	background: #f5f8fa;
	border-radius: 10px;
	overflow: hidden;
}
.atopy-case .symptom-acc-body > figure img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
/* WP自動整形で挿入される空のbrを非表示 */
.atopy-case .symptom-acc-body > br,
.atopy-case .symptom-acc-body figure + br,
.atopy-case .symptom-acc-body figure br {
	display: none;
}
.atopy-case .symptom-acc-body > figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px 12px;
	background: rgba(25, 36, 74, 0.75);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
}

/* 写真付きお客様の声：小さめ表示（画像が粗いため） */
.atopy-case--photo {
	margin: 28px 0 36px;
	padding-bottom: 28px;
}
.atopy-case--photo .symptom-acc[open] {
	padding-bottom: 8px;
}
.atopy-case--photo .symptom-acc-body {
	padding-top: 8px;
}
.atopy-case--photo .symptom-acc-body > figure {
	margin: 20px auto;
	max-width: 360px;
	border-radius: 10px;
	overflow: hidden;
	background: #f5f8fa;
	box-shadow: 0 6px 18px rgba(25, 36, 74, 0.1);
}
.atopy-case--photo .symptom-acc-body > figure img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.atopy-case--photo .symptom-acc-body > figure figcaption {
	position: static;
	display: block;
	width: 100%;
	padding: 8px 12px;
	background: #19244a;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
}
.atopy-case--photo .symptom-acc-body > figure:nth-of-type(even) figcaption {
	background: #f8be05;
	color: #19244a;
}
.atopy-case--photo .atopy-ba {
	max-width: 480px;
	margin: 20px auto;
	justify-content: center;
}
.atopy-case--photo .atopy-ba figure img {
	height: 180px;
}

/* aboutページ見出し */
.about-ttl-lead {
	text-align: center;
	font-size: 32px;
	color: #19244a;
	font-weight: 500;
	margin: 0 auto 3%;
	padding-bottom: 15px;
	border-bottom: 3px solid #19244a;
}
.about-ttl-lead span {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #f8be05;
	margin-bottom: 8px;
	font-weight: 500;
}
.about-ttl-side {
	font-size: 30px;
	color: #19244a;
	margin: 0 0 3%;
	padding: 10px 0 10px 20px;
	border-left: 6px solid #f8be05;
	font-weight: 500;
}
.about-ttl-side span {
	display: block;
	font-size: 14px;
	color: #67afd4;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.about-ttl-en {
	text-align: center;
	margin: 0 auto 3%;
	color: #19244a;
	font-size: 22px;
	font-weight: 500;
}
.about-ttl-en span {
	display: block;
	font-size: 48px;
	letter-spacing: 8px;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: 100;
}
.about-ttl-box {
	text-align: center;
	font-size: 28px;
	color: #19244a;
	margin: 0 auto 3%;
	font-weight: 500;
	padding-bottom: 15px;
}
.about-ttl-box::after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background: #f8be05;
	margin: 10px auto 0;
}
.about-ttl-table {
	font-size: 26px;
	color: #fff;
	background: #19244a;
	margin: 0 0 3%;
	padding: 12px 20px;
	font-weight: 500;
	border-radius: 8px;
}
.about-ttl-table span {
	display: inline-block;
	font-size: 13px;
	margin-right: 12px;
	padding: 3px 12px;
	background: #f8be05;
	color: #19244a;
	border-radius: 50px;
	vertical-align: middle;
	letter-spacing: 1px;
}
.about-ttl-map {
	text-align: center;
	font-size: 26px;
	color: #19244a;
	margin: 0 auto 3%;
	padding: 15px 0;
	border-top: 2px solid #e5f3fa;
	border-bottom: 2px solid #e5f3fa;
	font-weight: 500;
}
.about-ttl-map span {
	display: block;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #67afd4;
	margin-bottom: 5px;
}

/* 院内の様子 */
ul.col2_innai {
	margin: 3% auto 0;
}
ul.col2_innai > li img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	background: #f5f8fa;
}

/* お問い合わせフォーム（CF7） */
.contact-form dl {
	margin: 3% auto;
}
.contact-form dt {
	font-size: 17px;
	color: #19244a;
	font-weight: 500;
	margin-bottom: 10px;
}
.contact-form dt .req {
	display: inline-block;
	font-size: 12px;
	background: #d34141;
	color: #fff;
	border-radius: 4px;
	padding: 2px 10px;
	margin-left: 10px;
	vertical-align: middle;
	letter-spacing: 1px;
}
.contact-form dd {
	margin: 0 0 25px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 16px;
	border: 1px solid #cdd6dd;
	border-radius: 8px;
	background: #f6fafc;
	font-size: 16px;
	line-height: 1.6;
	color: #19244a;
}
.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: #67afd4;
	background: #fff;
}
.contact-form textarea {
	min-height: 160px;
	resize: vertical;
}
.contact-form .contact-privacy {
	font-size: 14px;
	color: #666;
	background: #e5f3fa;
	border-radius: 8px;
	padding: 15px 20px;
	line-height: 1.9;
	margin-bottom: 30px;
}
.contact-form .contact-btn {
	text-align: center;
	margin: 0;
}
.contact-form .contact-btn input[type="submit"] {
	display: inline-block;
	min-width: 260px;
	padding: 16px 40px;
	background: #f9bd00;
	color: #19244a;
	border: none;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	cursor: pointer;
	transition: opacity 0.3s;
}
.contact-form .contact-btn input[type="submit"]:hover {
	opacity: 0.8;
}
.contact-form .wpcf7-not-valid-tip {
	font-size: 13px;
	color: #d34141;
	margin-top: 5px;
}
.contact-form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 15px;
}

/* お電話でのお問い合わせ */
dl.contact-tel {
	background: #e5f3fa;
	border-radius: 12px;
	padding: 25px 30px;
	margin: 3% auto;
}
dl.contact-tel dt {
	font-size: 14px;
	color: #67afd4;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
dl.contact-tel dd {
	margin: 0 0 20px;
	color: #19244a;
	line-height: 1.7;
}
dl.contact-tel dd:last-of-type {
	margin-bottom: 0;
}
dl.contact-tel dd a {
	font-size: 30px;
	font-weight: 700;
	color: #19244a;
	letter-spacing: 1px;
	text-decoration: none;
}

/* サンクスページ */
.thanks-box {
	text-align: center;
	background: #e5f3fa;
	border-radius: 15px;
	padding: 50px 40px;
}
.thanks-box .thanks-icon {
	margin: 0 0 20px;
}
.thanks-box .thanks-icon img {
	width: 90px;
	height: auto;
}
.thanks-ttl {
	font-size: 28px;
	color: #19244a;
	font-weight: 500;
	margin: 0 auto 25px;
}
.thanks-ttl span {
	display: block;
	font-size: 15px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #f8be05;
	margin-bottom: 8px;
	font-weight: 500;
}
.thanks-box p {
	line-height: 2;
}
.thanks-box .thanks-note {
	text-align: left;
	font-size: 14px;
	color: #666;
	background: #fff;
	border-radius: 8px;
	padding: 18px 22px;
	margin-top: 30px;
	line-height: 1.9;
}
.thanks-box .thanks-note a {
	color: #19244a;
	font-weight: 700;
	text-decoration: underline;
}





@media screen and (max-width: 1000px) {
.width {
	width:90%;
}
p, .p {
	font-size:15.5px;
	margin-bottom:8px;
}

/*------------------------------------*\
    ヘッダー＆フッダー1000
\*------------------------------------*/

header.header {
    position: fixed;
    z-index: 10;
    background: #fff;
    width: 100%;
    top: 0;
}
header.header hgroup p {
    width: 300px;
    max-width: unset;
}
header.header hgroup p a {
    padding: 15px 10px;
}
header.header hgroup ul, .menu1 {
    display: none;
}
section.mv {
    padding-top: 80px;
}
div.menur {
    display: block;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99;
}
.r-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000;
    background-color: #19244a;
}
.r-btn span,
.r-btn span:before,
.r-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.r-btn span:before {
    bottom: 8px;
}
.r-btn span:after {
    top: 8px;
}
#label1:checked ~ .r-btn span {
    background-color: #fff0;
}
#label1:checked ~ .r-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#label1:checked ~ .r-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#label1 {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0 80px 0 10px;
    overflow: hidden;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 35%);
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 35%);
    max-height: 100vh;
}
.hidden_show p.ttl-logo {
	opacity:0;
	width: 70%;
	margin:0 auto 5%;
	max-width: 300px;
}
.hidden_show ul.nav1 {
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 80px 80px 30px 10px;
    height: auto;
    opacity: 1;
    margin: 0 auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-box-sizing:border-box;
    box-sizing:
    border-box;
    overflow: scroll;
    background: #f8be05;
}
.hidden_box input:checked ~ .hidden_show p.ttl-logo {
	opacity:1;
}
.hidden_box input:checked ~ .hidden_show ul.nav1 {
	opacity: 1;
	height: auto;
}
.hidden_show ul.nav1 > li{
    border-bottom: 1px solid #fff;
}
.hidden_show ul.nav1 > li:last-child{
    border-bottom: unset;
}
.hidden_show ul.nav1 > li > a {
    padding: 10px 0;
    display: block;
    font-size: 110%;
    color:#fff;
}
.hidden_show ul.nav1 > li li a {
    padding: 0 0 10px;
    display: block;
    font-size: 100%;
}
.hidden_show ul.nav1 > li li a::before {
    content: "-";
    padding-right: 10px;
}
section.footer ul.cta-col3 {
	display: none;
}

/*------------------------------------*\
    共通_1000
\*------------------------------------*/

.ttl1 {}
.ttl2 {}
.ttl3 {}
.ttl4 {}
.ttl5 {}
.ttl6 {}


#primary.site-content,
div.main {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 100%;
}
section.side-bar {
    width: 100%;
    margin: 10% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
section.side-bar .col1 {
    width: 100%;
}
section.side-bar .col2 {
    width: 48%;
}
section.side-bar .col3 {
    width: 32%;
	margin: 30px auto 0;
}
section.side-bar p.s-bnr.col1 a {
    max-width: 500px;
    margin: 0 auto;
}
ul.right-list {
    margin: 5% auto;
}
.s-map {
    display: none;
}

/*------------------------------------*\
    トップページ1000
\*------------------------------------*/





/*------------------------------------*\
    アーカイブ1000
\*------------------------------------*/





/*------------------------------------*\
    下層ページ1000
\*------------------------------------*/

ul.list1.col3 li {
	width: calc(50% - 6px);
}
section[id] {
	scroll-margin-top: 60px;
}

}



@media screen and (max-width: 700px) {

.width {
	width:96%;
}
p, .p {
	font-size:15px;
	letter-spacing:0.5px;
	margin-bottom:5px;
}
.float p.floatr,.float p.floatl {
	float:unset;
	width:100%;
	margin:0 auto 10px;
}



/*------------------------------------*\
    ヘッダー＆フッダー700
\*------------------------------------*/
header.header hgroup p {
    width: 230px;
}
header.header hgroup p a {
    padding: 22px 10px;
}



/*------------------------------------*\
    共通_700
\*------------------------------------*/

.ttl1 {
    min-width: unset;
    font-size: 30px;
    padding: 10px 15px 20px;
    margin-bottom: 10%;
}
.ttl1 span {
    font-size: 14px;
    padding: 5px 15px;
}
.ttl2 {
    font-size: 25px;
}
.ttl2 span {
    font-size: 14px;
}
.ttl3 {
    font-size: 20px;
}
.ttl4 {}
.ttl4 span {}
.ttl5 {
    font-size: 17px;
}
.ttl5 span {
    font-size: 40px;
}
.ttl6 {
    font-size: 30px;
}
.ttl6 span {
    font-size: 16px;
}

p.link1 a {
    padding: 13px 40px 13px 20px;
}
p.link1 a::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: calc(tan(60deg) * 5px) solid #ffffff;
}
ul.link2 li a {
    font-size: 16px;
}

ul.cta-col2 li {
    width: 100%;
    margin-bottom: 3%;
}

section.bread li {
    font-size: 12px;
}
section.bread li a {
    padding: 13px 0;
}

section.side-bar .col1,section.side-bar .col2, section.side-bar .col3 {
    width: 100%;
}
.side-box {
    margin-bottom: 0;
}
p.s-bnr {
    margin-bottom: 3%;
}
p.s-bnr.mb0.col1 {
    display: none;
}



/*------------------------------------*\
    トップページ700
\*------------------------------------*/

ul.nobox-img > li::before {
    top: auto;
    bottom: -30px;
    left: auto;
    right: 10px;
}
ul.nobox-img > li p:first-child {
    float: unset;
    width: 100%;
    margin: 0 auto 10px;
}
ul.flow li {
    width: 100%;
}
ul.flow li .flow-ttl {
    font-size: 18px;
    padding: 50px 0 30px;
}
ul.flow li .flow-ttl::before {
    font-size: 130px;
    top: -40px;
}
ul.qa li {
    padding-left: 50px;
}
label.qa-btn {
    padding: 10px 10px 10px 0;
    font-size: 16px;
}
label.qa-btn::before {
    width: 50px;
    top: 5px;
}
.show-a {
    padding-right: 10px;
}
ul.qa li input:checked ~ .show-a {
    padding: 0px 10px 8px 0;
}
.show-a::before {
    width: 50px;
    font-size: 120%;
    top: -3px;
}

/*------------------------------------*\
    アーカイブ700
\*------------------------------------*/





/*------------------------------------*\
    下層ページ700
\*------------------------------------*/

.entry-title {
	font-size: 24px;
	padding: 8px;
	border-bottom-width: 6px;
	border-left-width: 6px;
}
.entry-meta {
	font-size: 14px;
}
.entry-content h2 {
	font-size: 20px;
}
.entry-content h3 {
	font-size: 17px;
}
.news-nav ul {
	flex-direction: column;
	gap: 8px;
}
.news-nav .nav-next {
	text-align: left;
	margin-left: 0;
}
ul.news-list li a {
	flex-direction: column;
	gap: 6px;
	padding: 14px 8px;
}
.news-list-date {
	font-size: 13px;
}
ul.voice-list {
	gap: 16px;
}
ul.voice-list > li {
	width: 100%;
}
.voice-list-thumb {
	min-height: 120px;
	padding: 8px;
}
.voice-list-thumb img {
	max-height: 140px;
}
.voice-list-ttl {
	font-size: 16px;
}
.single-voice .entry-title {
	font-size: 22px;
}
.single-voice .voice-single-thumb {
	margin: 18px auto;
	max-width: 280px;
}

ul.list1.col3 {
	flex-direction: column;
	gap: 8px;
}
ul.list1.col3 li {
	width: 100%;
}
ul.list1 li {
	width: 100%;
}
ul.list1 li a {
	font-size: 16px;
	padding: 12px 10px;
}
.symptoms-more-btn {
	display: block;
	width: fit-content;
	width: -moz-fit-content;
	margin: 3% auto 0;
	padding: 13px 40px 13px 20px;
	background: #f9bd00;
	color: #fff;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.symptoms-more-btn::before {
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: calc(tan(60deg) * 5px) solid #ffffff;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-30%) rotate(180deg);
	transition: transform 0.25s ease;
}
.symptoms-more-btn:hover {
	background: #19244a;
}
.symptoms-more .list1 {
	display: none;
}
.symptoms-more-check:checked ~ .list1 {
	display: flex;
}
.symptoms-more-check:checked ~ .symptoms-more-btn .is-closed {
	display: none;
}
.symptoms-more-check:checked ~ .symptoms-more-btn .is-open {
	display: inline;
}
.symptoms-more-check:checked ~ .symptoms-more-btn::before {
	transform: translateY(-70%) rotate(0deg);
}
section[id] {
	scroll-margin-top: 50px;
}
section[id] h2.ttl2 {
	margin-top: 8%;
}
section[id] > section[id] {
	margin-top: 5%;
}
section[id] > section[id] > .ttl3,
section[id] > section[id] .symptom-acc > summary .ttl3 {
	font-size: 18px;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
.ttl3-label {
	font-size: 17px !important;
	padding: 10px 14px !important;
}
.ttl4s {
	font-size: 16px;
	margin: 20px 0 10px;
}
.symptom-acc > summary {
	padding-right: 32px;
}
.symptom-acc > summary::after {
	right: 4px;
	width: 10px;
	height: 10px;
}
ul.service-list {
	padding-left: 1.2em;
	margin: 8px 0 12px;
}
ul.service-list li {
	margin-bottom: 10px;
	font-size: 15px;
}
.ttl2a,
.ttl2b {
	padding-bottom: 8px;
	border-bottom-width: 4px;
}

ul.flow-step > li {
	padding: 30px 20px 25px;
}
ul.flow-step > li::before {
	left: 50%;
	transform: translateX(-50%);
}
.flow-step-ttl {
	font-size: 19px;
	text-align: center;
	margin-top: 5px;
}
table.table1 th,
table.table1 td {
	padding: 12px 15px;
}
table.table1 th {
	width: 35%;
	white-space: normal;
}
ul.atopy-check li {
	padding: 12px 12px 12px 40px;
	font-size: 15px;
}
ul.atopy-check li::before {
	left: 12px;
	top: 12px;
}
.atopy-tax {
	display: block;
	font-size: 14px;
	margin: 5px 0 0;
}
.page-atopy .ttl3 {
	font-size: 18px;
	margin-top: 25px;
}
.atopy-case {
	margin: 16px 0;
	padding-bottom: 12px;
}
span.atopy-case-meta {
	font-size: 14px;
}
ul.atopy-case-tags li {
	font-size: 13px;
	padding: 5px 10px;
}
.atopy-ba {
	flex-direction: column;
	gap: 10px;
}
.atopy-ba figure {
	width: 100%;
}
.atopy-ba figure img {
	height: 180px;
}
.atopy-case .symptom-acc-body > figure {
	max-width: 280px;
}
.atopy-case .symptom-acc-body > figure figcaption {
	font-size: 13px;
	padding: 6px 10px;
}
.atopy-case--photo {
	margin: 22px 0 28px;
	padding-bottom: 20px;
}
.atopy-case--photo .symptom-acc-body > figure {
	margin: 16px auto;
	max-width: 280px;
}
.atopy-case--photo .symptom-acc-body > figure figcaption {
	font-size: 12px;
	padding: 6px 10px;
}
.atopy-case--photo .atopy-ba {
	max-width: 100%;
}
.atopy-case--photo .atopy-ba figure img {
	height: 160px;
}
.about-ttl-lead {
	font-size: 26px;
}
.about-ttl-lead span {
	font-size: 14px;
}
.about-ttl-side {
	font-size: 24px;
	padding-left: 15px;
}
.about-ttl-en span {
	font-size: 32px;
	letter-spacing: 4px;
}
.about-ttl-en {
	font-size: 18px;
}
.about-ttl-box {
	font-size: 24px;
}
.about-ttl-table {
	font-size: 22px;
	padding: 10px 15px;
}
.about-ttl-map {
	font-size: 22px;
}
ul.col2_innai > li {
	width: 100%;
	margin-right: 0;
}
ul.col2_innai > li img {
	height: 220px;
}
.contact-form dt {
	font-size: 16px;
}
.contact-form .contact-btn input[type="submit"] {
	min-width: 80%;
	font-size: 16px;
}
dl.contact-tel {
	padding: 20px;
}
dl.contact-tel dd a {
	font-size: 26px;
}
.thanks-box {
	padding: 35px 20px;
}
.thanks-ttl {
	font-size: 22px;
}

}

