a:hover img.hover{
opacity:0.7;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none !important;
-webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
img.onhover:hover{
opacity:0.7;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none !important;
cursor: pointer;
-webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.uk-container{
    padding-left: 0;
    padding-right: 0;
}
.uk-h1{
    font-size: 2rem;
}
@media (min-width: 768px) {
    .uk-container{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

body {
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
}
.text-medium{
    font-weight: 500;
}
.text-bold{
    font-weight: 700;
}

.uk-background-muted {
    background-color: #dcdcdc;
}

.uk-background-secondary {
    background-color: #e6e6e6;
}

.uk-inner-padding {
    padding: 30px 4% 10px;
}
.uk-inner-padding p{
    font-size:.95rem;
}
@media (min-width: 768px) {
    .uk-inner-padding {
        padding: 40px 7%;
    }
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

.bg-wave-bottom {
    background-image: url(img/img11.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.bg-wave-top {
    background-image: url(img/img10.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 36px;
    /* margin-top: 80px; */
}
@media (min-width: 768px) {
    .bg-wave-top {
        background-image: url(img/img10.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        padding-top: 126px;
        margin-top: 0px;
    }
}

.uk-alert {
    border-radius: 8px;
    color: black;
}

.uk-alert-primary {
    background-color: #0060fc;
    padding-left: 5%;
    padding-right: 5%;
}
@media (min-width: 768px) {
    .uk-alert-primary {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.uk-alert-default {
    background-color: white;
    border: 2px solid #969696;
}

.uk-alert-block {
    background-color: white;
    border: 2px solid #0060fc;
}

i.required {
    color: red;
    font-style: normal;
    font-size: .7rem;
    font-weight: bold;
}

.uk-background {
    background-color: #e0f0ff;
}

/* .bg-wave-top {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201366%20247%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23e6e6e6%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%20-54)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%221366%22%20height%3D%22209%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22bg%22%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M1366%2C301H0V54c239.72%2C110.77%2C452.49%2C86.08%2C683%2C54.66%2C35.85-4.88%2C72.13-9.93%2C109-14.66%2C312-40%2C526%2C71%2C574%2C82Z%22%20transform%3D%22translate(0%20-54)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-wave-bottom {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201366%20247%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e6e6e6%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22bg%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0H1366V247c-239.72-110.77-452.49-86.08-683-54.66-35.85%2C4.88-72.13%2C9.93-109%2C14.66C262%2C247%2C48%2C136%2C0%2C125Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: cover;
} */

.service-parent>div {
    padding-top: 2rem;
}

.service {
    background-color: white;
    border: 2px solid #0060fc;
    border-radius: 8px;
    height: 100%;
    padding-top: 1.2rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    position: relative;
}

.service h3 {
    margin: auto;
    /* margin-bottom: -2rem; */
    background-color: #0060fc;
    color: white;
    display: inline-block;
    width: 2.2rem;
    padding: 3px;
    border-radius: 2px;
    text-align: center;
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    /* bottom: 0; */
}

.service h4 {
    margin: 0;
    text-align: center;
    color: #0060fc;
    font-size: 1.3rem;
    margin-top: 1rem;
}

.service>div {
    margin-bottom: -.4rem;
    padding: 10px;
    background-color: #f0f0f0;
    margin-top: 10px;
    font-size: 1rem;
}

hr{
    border: 1px solid #0060fc;
    margin: 3px 10px;
}

.service div p {
    /* display: block;
    height: 100%; */
    /* padding: 10px; */
    /* margin: 0; */
}
div.ast{
    padding-left: 1.4rem;
}
div.ast:before{
    content: '※';
    margin-left: -1.4rem;
    /* padding-left: -1rem; */
}

.uk-price {
    /* margin: 0 !important; */
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #ffff00 !important;
    color: #0060fc;
    text-align: center;
    font-size: 1.4rem;
}

.uk-price div {
    /* display: inline-block; */
    background-color: #ffff00 !important;
    /* margin: 0; */
}

.vertical-sep {
    border-left: 1px solid #0060fc;
    width: 1px;
    padding-left: 5px;
    margin-left: 5px !important;
}

.postit {
    background-color: #ffff00;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.14rem;
    color: black;
    line-height: 2;
}

.minipost_block {
    background-color: #ffff00;
    color: black;
    /* padding-left: 2rem; */
    /* padding-right: 2rem; */
    font-size: 1.1rem;
    line-height:1.8;
    /* display: block; */
    text-align: center;
}


.servicedetail-parent>div {
    padding-top: 2rem;
}

.servicedetail {
    background-color: white;
    border: 2px solid #0060fc;
    border-radius: 8px;
    height: 100%;
    padding-top: 1.2rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    position: relative;
}

.blue {
    color: #0060fc;
}

.servicedetail h3 {
    margin: auto;
    font-size: 1.1em;
    font-weight: 700;
    /* margin: 10px auto; */
    /* margin-bottom: -2rem; */
    background-color: #0060fc;
    color: white;
    display: inline-block;
    width: 90%;
    padding: 3px;
    border-radius: 2px;
    text-align: center;
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    /* bottom: 0; */
}

.servicedetail>div {
    margin-bottom: -.4rem;
    padding: 10px;
    background-color: #f0f0f0;
    margin-top: 10px;
    font-size: 1rem;
}

.servicedetail strong{
    background-color: #ffff00;
    color: #0060fc;
    font-weight: 700;
}

footer a span {
    color: black;
}

footer a:hover {
    text-decoration: none;
}

.copy {
    color: #6e6e6e;
    padding-top: 20px;
    font-size: .9rem;
}
label{
    font-weight: 700;
}

.uk-input, .uk-select, .uk-textarea{
    /* border: 1px solid #969696; */
}
.uk-button-primary{
    border-radius: 100vh;
    padding: 7px;
}

.uk-container{
    max-width: 1400px;
}