@charset "UTF-8";

*, ::after, ::before {
    box-sizing: border-box;
}


body {
    overflow-x: hidden;
    word-wrap: break-word;
    font-family: Noto Sans JP, sans-serif;
    font-feature-settings: "palt";
    font-size: 16px;
    font-size: 1rem;
    padding-top: 50px;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

a:visited {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

p {
    line-height: 2rem;
    letter-spacing: .1em;
    margin-bottom: 1.2em;
}

.page-template-page-wellbeing {
    background-color: #e5f5ff;
}

@media (min-width: 992px) {
    .site-header-logo img {
        height: 23px;
    }
}

.site-header-logo img {
    display: block;
    width: auto;
    height: 35px;
    margin: 0.5rem 0;
}




.bread-section .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    background: none;
}

.bread-section .breadcrumb li {
    margin-bottom: 0;
    list-style: none;
    margin-right: .2em;
}

li {
    margin-bottom: .4em;
    line-height: 1.65em;
}

.bread-section .breadcrumb>li+li:before {
    content: ">";
    margin-right: .2em;
}

.bread-section .breadcrumb span {
    font-size: .75em;
}

.justify-content-center {
    justify-content: center !important;
}



ol, ul {
    overflow-wrap: break-word;
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.site-header {
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
}

.site-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    position: relative;
}

@media (min-width: 992px) {
    .site-header-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px 16px;
        padding: 8px 20px;
    }
    
    .white-l .white-l-inner, .white-r .white-r-inner {
        padding: 50px 100px;
    }
    
    .site-header-logo img {
        height: 23px;
    }
    
    .site-header-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px 16px;
        padding: 8px 20px;
    }
}

.bread-section {
    background-color: #e5f5ff;
    padding: 2rem 0;
}

.page-header {
    background-color: #e5f5ff;
    position: relative;
    overflow: hidden;
}

.page-header .page-header-wrp {
    background: linear-gradient(to bottom right, #0181cb 50%, transparent 0) no-repeat 0 0 / 40px 40px, #fff;
    padding: 25px 0 25px 25px;
    max-width: 1600px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0;
}

.page-header-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    display: inline-block;
}

.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
}


@media (min-width: 992px) {
    .page-header-title {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    .page-header {
        padding-bottom: 3rem;
    }
    
    .page-header .page-header-wrp {
        background: linear-gradient(to bottom right, #0181cb 50%, transparent 0) no-repeat 0 0 / 70px 70px, #fff;
        padding: 50px 0 50px 100px;
        max-width: 1600px;
    }
    
    .page-header-title {
        font-size: 1.75rem;
    }
    
    .site-content {
        padding: 2rem 0;
    }
    
    .entry-body, .widget .entry-body {
        padding: 2rem 0 2.5rem;
    }

}

.white-r .white-r-inner .container {
    max-width: 900px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}


.white-r {
    position: relative;
    background-color: #fff;
}

.white-r .white-r-inner {
    width: 100%;
    padding: 50px 0;
}

/* footer */

.site-footer-logo {
    margin-bottom: 1.5rem;
}


.text-center {
    text-align: center !important;
}



.copy-section {
    background-color: #54c2f0;
    color: #fff;
}

.copy-section p {
    font-size: 1rem;
    margin: 0 15px 5px;
}

.section:after {
    content: "";
    clear: both;
    display: block;
}

#btn-page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1001;
    display: block;
    width: 50px;
    height: 50px;
    box-shadow: 1px 1px 4px #ccc;
}

#btn-page-top a {
    width: 100%;
    height: 100%;
    background: url(../css/images/icn-back-top.svg) no-repeat 50% 57% #fff;
    display: block;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    background-size: cover;
    border: 1px solid #0181cb;
    transition: transform .2s;
}


a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

.site-footer{
   background-color: #e5f5ff; 
}




.entry-content img {
    max-width: 100000%;
}

.entry-body{
    padding: 0;
}

 .input-area .thanks-txt{
   text-align: center;
}


.con_box span.caution{
   font-size: 0.8rem; font-weight: 100;
}

.btn-box{
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.btn-box .btn{
    background-color: #264C72;
    color: #fff;
}
.btn-box #reset,
.btn-box .back,
#zip-search{
    border: #060404 1px solid;
    background-color: #EEEEEE;
    color: #000;
}

.con_box li input.wp30{
    width: 30%;
}

p.error {
    color: #FF4B00!important;
}

@media screen and (max-width:798px) {
  ul {
    padding: 0 2rem!important;
  }
}


.input-area {
    max-width: 900px; 
    margin: auto;
}
