<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.pt-kv {position: relative;
}
.pt-kv img{
	width:100%;
	margin-bottom: 2em;
}
.pt-kv .pt_btnwrap {
    position: absolute;
    text-align: right;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    font-size: 1.75em;
    width: 60%;
}

#pt-cp_sec01{
	max-width: 1000px;
	margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
	width: 100%;
	font-family: 'Noto Sans JP','Zen Kaku Gothic New', sans-serif;	
	box-sizing: border-box;
}

#pt-cp_sec01 p,#pt-cp_sec01 ul{
	overflow: inherit;
}

#pt-cp_sec01 .pt-sec{
	font-size: 1.2em;
    margin-bottom: 4em;
}

#pt-cp_sec01 .pt-h2{
	position: relative;
	text-align: left;
	padding: 0;
	color: #ff7200;
	font-size: 1.8em!important;
}

#pt-cp_sec01 .pt-h2 span{
	position: relative;
    text-decoration: underline;
}

.pt_btnwrap {
    padding-top: 1em;
}
.pt_btn{
    display: inline-block;
    padding: 0.5em 2em 0.3em 2em;
    color: #000!important;
    background: #ffc600;
    border-radius: 5px;
    margin-top: 2em;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .2);
    font-weight: bold;
}
.pt_btn:hover {
    transform: translateY(2px);
    box-shadow: inherit;
}

#pt-cp_sec01 p span.pt-underline{
	border-bottom: 2px solid #ff7200;
    line-height: 1.6;
}

#pt-cp_sec01 ul{
	list-style: inherit;
    padding-left: 1.5em;
}

#pt-cp_sec01 ul li{
	color: #ff7200;
}

#pt-cp_sec01 ul li span{
	color: #000;
}

#pt-cp_sec01 ol{
	counter-reset: li;
}

#pt-cp_sec01 ol li{
    position: relative;
	padding-left: 1.5em;
	margin: 0 0 10px;
}

#pt-cp_sec01 ol li:before{
	color: #ff7200;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	counter-increment: li;
	content: counter(li)'.';
}

#pt-cp_sec01 em{
	font-size: 150%;
	font-style: inherit;
}

#pt-cp_sec01 p .pt-logo{
	float: right;
    width: 180px;
	position: relative;
    top: -1.4em;
}

#pt-cp_sec01 a{
	color: #00b5f0;
}

#pt-cp_sec01 .pt-entry-form{
	text-align: center;
	margin-bottom: 7em;
}

#pt-cp_sec01 .pt-entry-form .pt-ef-h3{
	background: none;
    line-height: 1.4;
	color: #ff7200;
}

#pt-cp_sec01 .pt-entry-form a{
	position: relative;
	background: #ff7200;
    color: #fff;
    padding: 0.8em 2em 0.8em 2.5em;
    font-size: 1.7em;
    font-weight: 700;
    border-radius: 9999px;
    display: inline-block;
}

#pt-cp_sec01 .pt-entry-form a:before{
	content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 10%;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

#pt-cp_sec01 .pt-entry-form a:hover{
	opacity: 0.6;
}

#pt-cp_sec01 .pt-entry-form .pt-entr-form-additional a{
    background: none;
    color: #ff7200;
    font-size: 1.3em;
}
#pt-cp_sec01 .pt-entry-form .pt-entr-form-additional a:before {
    content: none;
}

@media screen and (min-width: 651px){
    #pt-cp_sec01 .pt-entry-form .pt-entr-form-additional a br { display: none; }
}

.pt_endnote {
    text-align: center;
    color: #ff2c4a;
    font-size: 1.5em;
}

.pt_leadbannerbox {
    text-align: center;
    font-size: 2em;
    padding: 1.5em 1em 3em 1em;
}
.pt_leadbannerbox a {
    display: inline-block;
    margin-top: 1em;
    width: 100%;
    max-width: 800px;
}
.pt_leadbannerbox a img {
    width: 100%;
}

.pt_flow {
    display: block;
    margin: auto;
    max-width: 730px;
    width: 100%;
}




/*** resposive ***/
@media screen and (max-width: 1200px){
    .pt-kv .pt_btnwrap {
        font-size: 1.25em;
        bottom: 0.75em;
    }
}
@media screen and (max-width: 800px){

.pt-kv .pt_btnwrap {
    width: 95%;
    font-size: 4vw;
    bottom: 5vw;
}
}
@media screen and (max-width: 650px){

#pt-cp_sec01{
	padding-left: 35px;
    padding-right: 35px;
}

#pt-cp_sec01 .pt-h2:before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -3px;
    left: -20px;
}

#pt-cp_sec01 .pt-entry-form .pt-ef-h3{
	padding: 0;
	margin-bottom: 30px;
}
	
#pt-cp_sec01 p .pt-logo {
    width: 150px;
}
	
}


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