/* RESET */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

/* COMMON */
a{
    text-decoration: none;
    color: #5a5a5a;
}
body {
    color: #5a5a5a;
    background: #f2f2f2;
    letter-spacing: 0.1em;
    line-height: 1.7em;
}
body .wrapper {
    width: 100%;
    max-width: 680px;
    margin: 0px auto;
    color: #3e3a39;
    background: #ffffff;
    box-shadow: 0px 18px 20px 5px #dadada;
}
.responsive-img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
section {
    display: block;
}

.box {
    padding: 5%;
}
.box-text{
    padding: 5%;
}

.counseling-box{
    padding: 10% 5%;
    background: #f4f3f0;
}

.keypoints-box{
    background: #ffffff;
    border-top: solid #595959 5px;
    border-bottom: solid #595959 5px;
    margin: 0 5%;
}
.keypoints-title{
    padding: 2.5% 25%;
    text-align: center;
}
.keypoints-message{
    padding: 0 5% 5%;
}

.entry{
    background: #f4f1de;
    border-radius: 20px;
}
.entry-flow{
    padding: 10% 5% 5%;
}
.entry-caption{
    padding: 2.5% 5%;
}
.entry-btn{
    padding: 2.5% 20%;
}
.entry-caution{
    padding: 2.5% 5% 5%;
}
.entry-caution-box{
    background: #ffffff;
    border: solid #7a7875 1px;
}
.entry-caution-title{
    text-align: center;
    padding-top: 2.5%;
    letter-spacing: 0.3em;
    line-height: 1.4em;
}
.entry-caution-message{
    padding: 2.5% 5%;
    line-height: 1em;
    font-size:0.8em;
}

.service-subtitle{
    text-align: center;
    padding: 5% 0;
    margin-top: 5%;
    font-size:1.3em;
}
.service-subtitle:first-child{
    margin-top: 0;
}
.service-subimage{
    margin-bottom:5%;
}
.service-subimage img{
    border-radius: 20px;
}

.kampo-image{
    padding: 5% 20% 0;
}

.column-icon{
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 80px;
    max-height: 80px;
}

.column-author{
    text-align: right;
    margin-bottom:40px;
    font-weight: bold;
    position: relative;
    line-height: 80px;
    padding-right:90px;
}
.column-author-icon{
    position: absolute;
    top:0;
    right: 0;
    max-width: 80px;
    max-height: 80px;
}

footer{
    font-size: 0.8em;
    padding: 5% 5% 2.5%;
    background: #f4f1de;
    text-align: center;
    margin-top: 15%;
}

/* TOGGLE UI */
.toggle-panel{
    margin-bottom:5%;
}

.toggle-btn{
    position: relative;
    padding-left: 100px !important;
    min-height: 100px !important;
}

/* UTILITY */
.b{
    font-weight: bold;
}
.small{
    font-size:0.8em;
}
.large{
    font-size:1.2em;
}
.highlight{
    background: linear-gradient(0deg, #ffed99 0 50% , transparent 50% 100%);
}

/* ANIMATION */
span.waiting-animated {
    background: linear-gradient(#ffed99, #ffed99) 0 100%/0 10px no-repeat;
    transition: background 3s;
    text-decoration: none;
}
span.fire-animated {
    background-size: 100% 10px;
}

/* PCのみに適用 */
@media only screen and (min-width:680px) {
    .sp {
        display: none;
    }
}