<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;padding:0;border:0;vertical-align:baseline;
	font-style:normal;-webkit-box-sizing:border-box;box-sizing:border-box
	}
body{padding:0;font-size:16px;
	color:#231815;
	font-family:Noto Sans JP,sans-serif;
	line-height:1.7;
	overflow-x:hidden;
    background-color: #eaf6f7;
	}
@media screen and (max-width: 768px){body{font-size:15px}}
@media screen and (max-width: 576px){body{font-size:14px}}
.smp{display:none}.pc{display:block}
@media (max-width: 768px){.smp{display:block}.pc{display:none}}
p{margin-bottom:20px}
b{color:#4cba73}li{list-style:none}
section a{text-decoration:underline}
.img-fluid{max-width:100%;height:auto}
.flexbx{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width: 768px){.flexbx{display:block}p{margin-bottom:12px}}
@media (max-width: 768px){img{max-width:100%;height:auto}}

a, a:link {
    color: #999;
    text-decoration: none;
}
header{position:relative}
#head_wrap {
	padding-top: 2.1em;
	overflow: hidden;
}
.logo_inner {
	width:100%;
	max-width:1080px;
	height:60px;
	margin:0 auto;
	position:relative;
}
.logo_inner .logo img {
	margin: 0;
}
.logo_inner .ttl {
    font-size: 0.58rem;
    color: #2c2c2c;
    font-weight: 600;
    font-family: Noto Sans JP, sans-serif;
    letter-spacing: .1rem;
    line-height: 1;
}
@media screen and (max-width: 768px){
	#head_wrap {
        padding:1.2em 0;
	}
	.logo_inner {
        width: 94%;
        margin: 0 3%;
        height: auto;
	}
	.logo_inner .logo img {
		width:120px;
	}
}

/*CTA*/
header h1{
    width: 100%;
	max-width:1080px;
    margin: auto;
}
header h1 img{
    width:100%;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px){
	header h1 img{
        width:94%;
        margin: 0 3% 1em;
    }
}


/*contents_wrapå…±é€š*/
.contents_wrap {
	width:100%;
	margin:auto;
	padding:0 19px;
}
.section_inner {
	width:100%;
	max-width:1080px;
	margin:auto;
	padding:0 19px;
}


@media screen and (max-width: 768px){
	.contents_wrap {padding:0 3%;}
}


/*4STEP*/
.section_inner {
	padding:45px 0 20px;
}
#steps.contents_wrap {
    background-color: #cfe7e8;
}
#steps .content h2 {
    text-align: center;
    margin: 0 0 1em 0;
    padding: 0 0 8px 0;
    font-size: 1.7rem;
    font-weight: 600;
	line-height:1.8em;
    letter-spacing: 1.6px;
    background-repeat: no-repeat;
    background-position: center bottom;
	background-image:url(../img/steps_h2_under.png);
}
#steps .content h2 .txt_sm {
    font-size: 88%;
    font-weight: 600;
}
#steps .content h2 .txt_num {
    color: #33b0b4;
    font-size: 160%;
    font-weight: 800;
}

@media screen and (max-width: 768px){
    #steps .content h2 {
        margin: 0 0 2em 0;
        padding: 0 0 4px 0;
        font-size: 1.02rem;
        letter-spacing: .4px;
        background-size: 90%;
    }
    #steps .content h2 .txt_sm {
        font-size: 100%;
    }
    #steps .content h2 .txt_num {
        font-size: 165%;
    }
}

#steps .section_inner .steps_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom: 3rem;
}
#steps .section_inner .step_wrap  {
    width: 22.5%;
    background-color: #fff;
    padding: 10px;
    height: 480px;
    border-radius: 10px;
    position: relative;
}

#steps .section_inner .step_wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -20px;
  border: 20px solid transparent;
  border-left: 20px solid #fff;
}
#steps .section_inner .step_wrap:last-child::before {
  content: none;
}

#steps .section_inner .step_heading  {
    text-align: center;
}
#steps .section_inner .step_heading h3 {
    color: #3ab0b4;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    margin: 0 0 18px 0;
    text-align: center;
}

#steps .section_inner .step_content img  {
    width: 100%;
}
#steps .section_inner .step_content p  {
    font-size: 0.88rem;
}


@media screen and (max-width: 768px){
    .section_inner {
        padding:2rem 0 1rem;
    }
    #steps .section_inner .steps_wrap {
        -ms-flex-direction:column;
        flex-direction:column;
        margin-bottom: 2rem;
    }
    #steps .section_inner .step_wrap  {
        width: 100%;
        padding: 14px 10px 10px;
        height: auto;
        margin-bottom: 1.6rem;
        position: relative;
    }
    #steps .section_inner .step_wrap:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -18px;
      border: 18px solid transparent;
      border-top: 18px solid #fff;
      margin-top: 0;
    }
    #steps .section_inner .step_wrap:last-child::before {
      content: none;
    }

    #steps .section_inner .step_heading  {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-bottom: 0.2rem;
    }
    #steps .section_inner .step_heading div  {
        width: 30px;
    }
    #steps .section_inner .step_heading h3 {
        font-size: 1.13rem;
        line-height: 1.8;
        margin: 0 0 0 0.4rem;
        text-align: left;
    }
    #steps .section_inner .step_content  {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
    }
    #steps .section_inner .step_content .step_img  {
        width: 40%;
    }
    #steps .section_inner .step_content p  {
        width: 60%;
        padding:0.3rem 0 0 0.8rem
    }
}



/*å¿œå‹Ÿãƒœã‚¿ãƒ³*/
.btn_wrap {
    margin:20px auto 50px;
    text-align: center;
}
.btn_entry {
    width: 46%;
    margin: 0 auto 2em;
}
.btn_entry a {
    display: block;
    border-radius: 3rem;
    background-color: #f07d7d;
    padding: 18px 0;
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: .4px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: .2s;
}

.btn_login a {
    color: #3ab0b4;
    text-decoration: underline;
    letter-spacing: .4px;
    font-weight: 500;
}
.btn_entry a:hover,.btn_login a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

@media screen and (max-width: 768px){
    .btn_wrap {
        margin:0 auto 1.3em;
    }
    .btn_entry {
        width: 78%;
        margin: 0 auto 1.6em;
    }
    .btn_entry a {
        padding: 0.5rem 0;
        font-size: 1rem;
    }
}


/*annotation*/
#annotation .section_inner {
	padding:45px 0;
}
#annotation p {
    color: #5A8283;
    margin-bottom: 0.4em;
    font-size: 90%;
}
@media screen and (max-width: 768px){
    #annotation .section_inner {
        padding:1.8rem 0 1.6rem;
    }
    #annotation p {
        font-size: 88%;
    }
}

/*footer
------------------------------------------------------------*/
footer{
	text-align: center;
	padding: 20px 0;
	background-color: #3ab0b4;
}
@media screen and (max-width: 768px){
	footer{
		padding: 10px 0;
	}
}

footer p{
    color:#fff;
    font-size:0.8rem;
    margin-bottom: 0;
    -moz-opacity: 0.8;
	opacity: 0.8;
}

@media screen and (max-width: 768px){footer p{font-size:3vw}}
@media screen and (max-width: 768px){#page-top{right:5%;bottom:10px;width:40px}}
.foot-contact{display:none;background:rgba(0,0,0,0.4)}
@media screen and (max-width: 768px){.foot-contact{width:100%;height:97px;position:fixed;top:auto;left:0;bottom:0;z-index:999}}
.foot-contact_inr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.foot-contact_item{width:50%;padding:10px 10px 20px}
.foot-contact_item:nth-child(1){padding-right:5px}
.foot-contact_item:nth-child(2){padding-left:5px}
.foot-contact_item a{display:block}
.foot-contact_item img{max-width:100%;vertical-align:bottom}

#annotation .footer_link {
	text-align: center;
	margin-top: 1rem;
}

#annotation .footer_link a{
	margin: 0 1rem 0 0;
	color: #5A8283;
	font-size: 90%;
	display: inline-block;
}
</pre></body></html>