<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family:"YakuHanJPs",'Noto Sans JP', sans-serif, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
    font-size: 16px;
    color:#333;
    background: #fff;
    line-height: 1.8;
}
.wrapper {overflow-x: hidden}
.spbr {display: none;}
img{width: 100%;height: auto;}
.fbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.fb-center {justify-content: center;}
.fb-between {justify-content: space-between;}
.fb-right {justify-content: right;}

/*ãƒªãƒ³ã‚¯*/
a {color:#3d59c4;text-decoration: underline; transition: opacity .3s ease 0s;}
a:hover {opacity: 0.7}
/*è¦‹å‡ºã—*/
/* h1,h2,h3,h4,h5 {color:;} */
h1 {
    line-height: 0;
}
h3 {
    font-weight: 500;
    font-size: 35px;
    letter-spacing: 0.05em;
    margin: 0px 0 50px;
    text-align: center;
    line-height: 1;
}
h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
p {margin-bottom: 30px;}
.orange {color: #ff7e00;}
.orange-light {color: #ffb993;}

/*ã‚«ãƒ©ãƒ&nbsp;è¨­å®š*/
.container {padding: 0;margin:0 auto;}
.con-l {max-width: 1100px;}
.con-m {max-width: 800px;}
.con-s {max-width: 780px;}

/*ãƒ˜ãƒƒãƒ€ãƒ¼*/
header {
    background: #000;
    padding: 20px 0;
}
.logo {text-align: center;}
.logo img {width: 287px;}

/*å…±é€š*/
section {margin-bottom: 100px;}
.content-tx {
    text-align: center;
    margin-bottom: 60px;
}
/*ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«*/
.main {
    background: #ffe431;
    height: 495px;
    position: relative;
}
.main h2 {
    position: absolute;
    top: 50px;
}
#step .item {
    width: 25%;
    background: #f8f8f8;
    position: relative;
}
#step .item:nth-child(2n) {
    background: #f0f0f0
}
.step-num {
    writing-mode: vertical-rl;
    margin: 20px 0px 0 8px;
    font-size: 17px;
    letter-spacing: 0.1em;
}
#step .item img {
    width: 127px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -15px);
    -webkit-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
}
#step .item .tx {
    padding: 30px 30px 10px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
#step .item:first-child .tx {
    font-size: 15px;
}
#step .item h4{
    border-bottom: solid 1px #6376d6;
    margin: 15px 0 15px;
    padding: 0 0 10px;
}

#step .item p {line-height: 1.8em;}

.kome {
    margin-top: 30px;
    font-size: 13px;
}
#entry {
    background: #f8f8f8;
    padding: 100px 0 0 0;
    margin-bottom: 0;
}
.entry-menu {
    width: 655px;
    margin: 0 auto 50px;
}
.entry-menu img{
    width: 16px;
    display: block;
    margin: 15px auto 0;
}
.model-01 {
    width: 100%;
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.model-01 .sfont{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.model-01 a, .model-02 a {
    display: block;
    padding: 20px 0 15px;
    color: #fff;
    text-decoration: none;
    background: #353535;
    box-shadow: 4px 4px 0 rgba(100, 117, 156, 0.15);
    border-radius: 80px;
}
.model-02 .item{
    width: 49%;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.model-02 .item .sfont{
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.model-02 .item:last-child .sfont{
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: 0;
}
footer {
    background: #353535;
    color: #fff;
    text-align: center;
    padding: 60px 0;
    font-size: 13px;
    letter-spacing: 0.16em;
}
.entry-type {
    background: #fff;
    padding: 40px;
    border-bottom: solid 1px #9b9b9b;
}
.entry-type .img{width: 30.5%;}
.entry-type .tx{width: 65%;}
.kibo {
    display: inline-block;
    background: #6376d6;
    color: #fff;
    border-radius: 5px;
    padding: 0px 10px;
    position: relative;
    top: -4px;
    margin-right: 10px;
    font-size: 15px;
}
.entry-type .tx h4{
    font-size: 29px;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}
.after {
    background: #ffefe8;
    border: none;
}
.arrow-02 {
    width: 12px;
    margin: 0 auto 50px;
}
.agreement {
    background: #ffefe8;
    padding: 0 0 100px;
}
.agreement-tx {
    border:solid 1px #8a8a8a;
    background: #fff;
    padding: 40px;
    width: 940px;
    margin: 0 auto 50px;
    height: 300px;
    overflow-y: scroll;
    font-size: 14px;
    overflow-wrap: break-word;
}
.agreement-tx p{margin-bottom: 10px;}
.agreement h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}
.btn {
    width: 510px;
    background: #fff;
    border-radius: 10px;
    border: solid 3px #fbc591;
    box-shadow: 0 0 5px #ead7c6;
    margin: 0 auto 50px;
    color: #333;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
.btn .link-btn{
    color: #333;
    text-decoration: none;
    pointer-events: none;
    padding: 30px 30px 30px 40px;
    display: block;
    width: 100%;
	cursor: pointer;
}
.btn .sfont {
    display: block;
    font-size: 15px;
}
.check {display: none;}  
.check + span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
}  
.check + span::before {
    -webkit-transform: translateY(-50%);
    background: #ededed;
    border-radius: 5px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}  
.check + span::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    content: "";
    display: block;
    height: 0.6em;
    left: 28px;
    margin-top: -0.2em;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease 0s;
    width: 1em;
}  
.check:checked + span::before {
    background: #ff7e00;
}
.check:checked + span::after {
    opacity: 1;
}  
input:disabled {
    cursor: default;
    opacity: 0.5;  
}
footer img {width: 287px;}
.footer-logo::after {
    display: block;
    content: "";
    width: 364px;
    height: 1px;
    background: #9a9a9a;
    margin: 20px auto;
}
.copyright {
    color: #a2a2a2;
    font-size: 11px;
}

@media (max-width: 1100px) {
    .con-l {width: 100%;}
    .container {padding: 0 2vw}
    header {padding: 1.7vw 0;}
    .logo img {width: 27vw;}
    .main {height: 44vw;}
    .main h2 {top: 5vw;}
    .main img {width:96vw;}
}

@media (max-width: 834px) {
    #step .item {
        width: 50%;
        background: #f8f8f8;
        position: relative;
        margin-bottom: 30px;
    }
    .kome {margin-top: 0;}
    .agreement-tx {width: 90%;}
    footer img {width: 30vw;}
}

@media (max-width: 655px) {
    .entry-menu {width: 100%;}
    .btn {width: 90%;}
}

@media (max-width: 480px) {
    .pcbr {display: none;}
    .spbr {display: block;}
    header {padding: 3vw 0;}
    .logo img {width: 55vw;}
    .main h2 {top: 10vw;}
    .main {height: 142vw;}
    section {margin-bottom: 20vw;}
    h3 {font-size: 8vw;}
    #step .item {width: 100%;}
    #step .item img {width: 30vw;}
    #step .item .tx {padding: 3vw 5vw 0;}
    .kome {
        margin-top: 0;
        font-size: 12px;
        line-height: 1.5;
    }
    .model-01 {font-size: 7vw;}
    .model-01 .sfont {
        font-size: 4vw;
        margin-bottom: 1.5vw;
    }
    .model-02 .item {width: 100%;}
    .model-02 .item .sfont {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }
    .model-02 .item {font-size: 5.8vw;}
    .model-02 .item:last-child .sfont {
        font-size: 3.5vw;
        margin-top: 1.5vw;
    }
    .model-01 a, .model-02 a {padding: 3.5vw 0 2vw;}
    .entry-menu img {margin: 2vw auto 0;}
    #entry {padding: 20vw 0;}
    .entry-type {padding: 6vw;}
    .entry-type .img {
        width: 100%;
        margin-bottom: 5vw;
    }
    .entry-type .tx {
        width: 100%;
        font-size: 15px;
        line-height: 1.6;
    }
    .entry-type .tx h4 {
        margin-bottom: 0;
        font-size: 6.4vw;
        margin-bottom: 5px;
    }
    .kibo {
        position: static;
        margin: 2vw 0 0;
    }
    .arrow-02 {margin: 0 auto 30px;}
    .agreement {padding: 0 0 20vw;}
    .agreement h3 {
        margin-bottom: 10px;
        font-size: 4vw;
    }
    .agreement-tx {
        padding: 4vw;
        height: 200px;
        margin: 0 auto 30px;
        font-size: 3.2vw;
    }
    .btn {
        font-size: 4.2vw;
        line-height: 1.3;
    }
    .btn .sfont {
        font-size: 3.4vw;
        margin-top: 2vw;
    }
    .btn a {padding: 4vw 3vw 4vw 4vw;}
    .check + span::before {left: 10px;}
    .check + span::after {
        left: 14px;
        margin-top: -0.1em;
    }
    footer img {width: 55vw;}
    footer a {
        color: #fff;
        text-decoration: none;
    }
}




.form_wrap {
	display: none;
}
.form_wrap.open {
	display: block;
}









</pre></body></html>