<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner_haneda_pj a p, .banner_ariake_pj a p, .banner_grand a p {
    font-size: 24px;
}

@media only screen and (max-width: 750px) {
    .banner_haneda_pj a p, .banner_ariake_pj a p, .banner_grand a p {
        font-size: 14px;
    }
}

#main {
    padding-top: 166px;
}

@media only screen and (max-width: 1250px) {
    #main {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 750px) {
    #main {
        padding-top: 100px;
    }
}



@media screen and (max-width: 1100px) {
    .content {
        margin: 0px auto;
    }
}

#service {
    text-align: left;
    line-height: 1.6 !important;
}

#service .pc {
    display: block !important;
}

#service .sp {
    display: none !important;
}

#service .caption0 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

#service section {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
}

#service section .secin {
    font-family: 'Noto Serif JP', serif;
    color: #000;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 60px;
}

#service section .secin h3 {
    line-height: 1.6;
}

#service section .secin p.note {
    font-size: 14px !important;
    text-align: left;
    color: #000;
}

#service section .secin figure {
    position: relative;
    box-sizing: border-box;
}

#service section .secin figure img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

#service section .secin figure .flrico {
    width: 120px;
    position: absolute;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    left: -20px;
    top: 10%;
}

@media only screen and (max-width: 750px) {
    #service section .secin figure .flrico {
        width: 70px;
        padding: 6px;
        font-size: 14px;
        top: 6%;
    }
}

#service section .secin h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 0px;
}

#service section .secin h3 span {
    color: rgba(0, 0, 0, 0.5);
    font-family: trajan-pro-3, serif;
    font-size: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 750px) {
    #service section .secin h3 {
        font-size: 4vw;
        margin-bottom: 6vw;
        margin-top: 40px;
    }

    #service section .secin h3 span {
        font-size: 2.3vw;
    }
}

#service section .secin h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
    #service section .secin h4 {
        font-size: 4vw;
    }
}

#service section .secin p.lead {
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
}

@media only screen and (max-width: 750px) {
    #service section .secin p.lead {
        font-size: 3.5vw;
        text-align: left;
    }

    #service section .secin p.lead br {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    #service section .secin {
        padding: 40px;
        padding-left: 6vw!important;
        padding-right: 6vw!important;
    }
}

#service section.ptit {
    background-size: cover;
    background-position: center center;
    background-image: url("../img/faq/main_01.jpg");
    height: 360px;
    margin-top: -125px;
}

#service section.ptit .secin {
    padding-top: 160px;
    padding-left: 20px;
}

#service section.ptit .secin h2 {
    text-align: left;
    font-size: 42px;
    color: #989188;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 30px;
}

#service section.ptit .secin p.lead {
    font-size: 1.4em;
    color: #fff;
    text-align: left;
}

@media only screen and (max-width: 750px) {
    #service section.ptit {
        height: 62vh;
        background-image: url("../img/faq/main_01@sp.jpg");
    }

    #service section.ptit .secin {
        padding-top: 120px;
    }

    #service section.ptit .secin h2 {
        text-align: center;
        font-size: 6.7vw;
    }

    #service section.ptit .secin p.lead {
        font-size: 4vw;
        text-align: center;
    }
}

#service section.sec1 .fig1 {
    margin-bottom: 60px;
}

@media only screen and (max-width: 750px) {
    #service section.sec1 .fig1 {
        margin-bottom: 30px;
    }
}

#service section .secin.bg01 {
    background: #FEFAEF;
}

#service section.sec1 &gt; dl {
    margin-top: 60px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
}

#service section.sec1 &gt; dl dt {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

@media only screen and (max-width: 750px) {
    #service section.sec1 &gt; dl dt {
        font-size: 4vw;
    }
}

#service section.sec1 &gt; dl dd {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 750px) {
    #service section.sec1 &gt; dl {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

#service section.sec1 ul.facili {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#service section.sec1 ul.facili li {
    display: inline-block;
    float: none !important;
    width: 48%;
    margin-right: 4%;
    text-align: left;
    margin-bottom: 40px;
}

#service section.sec1 ul.facili li:nth-child(2n) {
    margin-right: 0;
}

#service section.sec1 ul.facili li h5 {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 750px) {
    #service section.sec1 ul.facili li h5 {
        font-size: 4vw;
    }
}

#service section.sec1 ul.facili li p {
    font-size: 16px;
}

@media only screen and (max-width: 750px) {
    #service section.sec1 ul.facili li p {
        font-size: 3.5vw;
        text-align: left;
    }
}

#service section.sec1 ul.facili li .note {
    width: auto !important;
    background-color: #000;
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    right: auto;
    bottom: 0;
    box-sizing: border-box;
    padding: 6px;
}

#service section.sec1 ul.facili li figure.bdr {
    border: 1px solid #A9A9A9;
}

@media only screen and (max-width: 750px) {
    #service section.sec1 ul.facili {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #service section.sec1 ul.facili li {
        width: 100%;
        margin-right: 0%;
    }
}

@media only screen and (max-width: 750px) {
    #service section.sec1 .secin {
        padding-bottom: 0;
        padding-top: 0;
    }
}

#service section.sec2 {
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

#service section.sec2 .secin {
    color: #fff;
    border: 1px solid #B57F5A;
    padding: 40px;
    max-width: 1000px;
}

#service section.sec2 .secin .sec2a {
    width: 27%;
    float: right;
}

#service section.sec2 .secin .sec2a p.note {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
}

@media only screen and (max-width: 750px) {
    #service section.sec2 .secin .sec2a {
        width: 100%;
        float: none;
    }
}

#service section.sec2 .secin .sec2b {
    width: 70%;
    float: left;
}

#service section.sec2 .secin .sec2b p {
    margin-bottom: 20px;
}

#service section.sec2 .secin .sec2b ul {
    text-align: center;
}

#service section.sec2 .secin .sec2b ul li {
    vertical-align: top;
    width: 10.5%;
    float: none !important;
    display: inline-block;
    margin-right: 1%;
}

#service section.sec2 .secin .sec2b ul li:last-child {
    margin-right: 0;
}

#service section.sec2 .secin .sec2b ul li img {
    display: block;
    vertical-align: bottom;
    width: 100%;
    margin-bottom: 6px;
}

#service section.sec2 .secin .sec2b ul li p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.2em;
}

@media only screen and (max-width: 750px) {
    #service section.sec2 .secin .sec2b ul li {
        width: 30%;
    }

    #service section.sec2 .secin .sec2b ul li img {
        max-width: 64px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 750px) {
    #service section.sec2 .secin .sec2b {
        width: 100%;
        float: none;
    }
}

#service section.sec2 .secin h3 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B57F5A;
    padding-bottom: 10px;
}

@media only screen and (max-width: 750px) {
    #service section.sec2 .secin h3 {
        font-size: 4.5vw;
    }

    #service section.sec2 .secin h3 br {
        display: none;
    }
}

#service section.sec2 .secin h4 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 6px;
    border-bottom: 1px solid #B57F5A;
    padding-bottom: 10px;
}

@media only screen and (max-width: 750px) {
    #service section.sec2 .secin h4 {
        font-size: 4vw;
        padding-bottom: 6px;
    }
}

@media only screen and (max-width: 750px) {
    #service section.sec2 .secin {
        padding: 20px;
    }
}

@media only screen and (max-width: 750px) {
    #service section.sec2 {
        padding: 30px;
    }
}

@media only screen and (max-width: 750px) {
    #service .pc {
        display: none !important;
    }

    #service .sp {
        display: block !important;
    }
}

.cboxin {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    padding: 0px;
}

.cboxin dl {
    position: relative;
    margin-bottom: 10px;
}

.cboxin dl.last {
    margin-bottom: 0px;
}

.cboxin dl dt {
    width: 100%;
    background-color: #B2ABA3;
    color: #ffffff;
    box-sizing: border-box;
    display: block;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
}

.cboxin dl dt span {
    color: #fff;
    display: inline-block;
    line-height: 1em;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cboxin dl dt::after {
    position: absolute;
    top: 26px;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 584px) {
    .cboxin dl dt::after {
        right: 10px;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-top: 4px solid #fff;
    }
}

@media screen and (max-width: 584px) {
    .cboxin dl dt {
        margin-top: 6px;
        font-size: 3.5vw;
        padding-left: 30px;
        padding-right: 30px;
        height: auto;
        min-height: 50px;
        line-height: 1.7em;
        display: flex;
        align-items: center;
    }

    .cboxin dl dt span {
        left: 10px;
    }
}

.cboxin dl dd {
    display: none;
    position: relative;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    padding-left: 50px;
    font-size: 16px;
}

.cboxin dl dd span {
    color: #002538;
    display: inline-block;
    line-height: 1em;
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 584px) {
    .cboxin dl dd {
        font-size: 3.5vw;
        line-height: 1.7em;
        padding-left: 30px;
    }

    .cboxin dl dd span {
        left: 10px;
    }
}

.cboxin dl.open dt::after {
    position: absolute;
    top: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cboxin dl.open dd {
    display: block;
}

@media screen and (max-width: 584px) {
    .cboxin dl {
        margin-bottom: 10px;
    }
}

.ancb{
    position: relative;
}
.ancb a{
    position: absolute;
    left: 0;
    top: -180px;
}
@media screen and (max-width: 584px) {
    .ancb a{

        top: -20px;
    }
}
.secstab{
    position: relative;

}
.secstab .secin{
    background-color: #fdfaef;
    color: #fff;
    padding: 20px!important;
}
.secstab .secin h2{
    color: #000;
    text-align: center;
}
.secstab .secin p.lead{
    color: #000;
    text-align: center;
}
.secstab ul{

    position: relative;
    padding: 20px;


    display: flex;
    justify-content: center;
    align-items: center;

    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-bottom: 0;
}
.secstab ul li{
    width: 24%;
    margin-left: .5%;
    margin-right:  .5%;
    margin-bottom: 20px;
    background-color: #b2aba3;
    height: 60px;
    color: #ffffff;
    position: relative;
}

.secstab ul li a{
    	display: block;
    		width: 100%;
    		height: 100%;
    		position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secstab ul li a p{
    font-size: 13px;
}
@media screen and (max-width: 584px) {
    .secstab ul{
        padding: 0;
    }
    .secstab ul li{
        width: 49%;
        height: 40px;
        margin-bottom: 4px;
    }
    .secstab ul li a p{
        font-size: 12px;
        padding-left: 20px;
    }
}
.secstab ul li::after{
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 4px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 6px solid transparent;
    border-left: 10px solid #ffffff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}</pre></body></html>