/*------------ header_footer ------------*/
.spv-cp2020 {
    /*font-family: "メイリオ","Meiryo", sans-serif;*/
}
.spv-cp2020 .sp {
    display: none;
}
.spv-cp2020 header {
    position: inherit;
    height: auto;
}
.spv-cp2020 .header.fit .logo {
    display: block;
    margin-left: 0;
}
.spv-cp2020 .header::after {
    display: none;
}
.spv-cp2020 .wrapper {
    padding-top: 0;
    line-height: 1;
}
.spv-cp2020 .inner {
    max-width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
}
.spv-cp2020 .area {
    padding: 70px 20px 0;
}
.spv-cp2020 p {
    margin: 0;
}
.spv-cp2020 ul {
    margin: 0;
    padding: 0;
}
.footer .footer_inner {
    padding-top: 40px;
    padding-bottom: 70px;
}
.spv-cp2020 .orange {
    color: #ed6d1e;
}
.spv-cp2020 .ttl01 {
    color: #ed6d1e;
    font-size: 300%;
    font-weight: bold;
    text-align: center;
    border-bottom: 5px solid #ed6d1e;
    padding: 0 0 20px;
    margin: 0 0 40px;
	line-height: 1.2;
}
.spv-cp2020 .txt_blue {
    color: #0965a8;
    border: 1px solid #0965a8;
    font-weight: bold;
    text-align: center;
    font-size: 150%;
    line-height: 1.4;
    padding: 15px;
}
@media screen and (max-width:768px){
    .spv-cp2020 .sp {
        display: block;
    }
    .spv-cp2020 .pc {
        display: none;
    }
    .spv-cp2020 img {
        width: 100%;
    }
    .footer .footer_inner {
        padding-bottom: 40px;
    }
    .spv-cp2020 .ttl01 {
        font-size: 160%;
        border-bottom: 3px solid #ed6d1e;
        margin: 0 0 30px;
    }
    .spv-cp2020 .txt_blue {
        font-size: 100%;
        padding: 15px 10px;
    }
    .spv-cp2020 .area {
        padding: 40px 20px 0;
    }
}

/*------------ visual ------------*/
#visual .inner {
    max-width: 1100px;
}
@media screen and (max-width:768px){
}

/*------------ top_area ------------*/
#top_area.area {
    padding: 30px 20px 60px;
    text-align: center;
}
#top_area .txt01 {
    font-weight: 700;
    font-size: 160%;
    margin: 0 0 30px;
}
#top_area .ttl {
    font-size: 270%;
    font-weight: 700;
    border-top: 2px solid #ed6d1e;
    border-bottom: 2px solid #ed6d1e;
    padding: 20px;
    max-width: 760px;
    margin: 0 auto 40px;
}
#top_area .txt {
    font-size: 130%;
    line-height: 1.6;
    margin: 0 0 30px;
}
#top_area .txt .large {
    font-size: 120%;
}
#top_area .txt .orange {
    font-size: 130%;
}
#top_area .btm_txt {
    background: url("../imgs/txt_bg.jpg")no-repeat center/cover;
    border-radius: 10px;
    padding: 10px 20px 30px;
}
#top_area .btm_txt .img {
    text-align: center;
}
#top_area .btm_txt .img img {
    max-width: 913px;
}
@media screen and (max-width:768px){
    #top_area.area {
        padding: 30px 20px 40px;
    }
    #top_area .txt01 {
        font-size: 110%;
        margin: 0 0 20px;
        line-height: 1.2;
    }
    #top_area .ttl {
        font-size: 170%;
        padding: 20px 0;
        margin: 0 auto 30px;
        line-height: 1.3;
    }
    #top_area .txt {
        font-size: 80%;
        line-height: 1.5;
        margin: 0 0 30px;
    }
    #top_area .btm_txt {
        padding: 10px 20px;
    }
}

/*------------ nav ------------*/
#nav {
    background: #e8f9ff;
}
#nav.area {
    padding: 40px 20px;
}
#nav ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
#nav ul li {
    width: 23%;
}

@media screen and (max-width:768px){
    #nav.area {
        padding: 20px;
    }
    #nav ul {
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
    }
    #nav ul li {
        width: 48%;
    }
    #nav ul li:nth-child(-n+2) {
        margin: 0 0 10px;
    }
}

/*------------ area01 ------------*/
#area01 .top_txt {
    text-align: center;
    line-height: 1.6;
    font-size: 135%;
    margin: 0 0 30px;
}
#area01 .img {
    text-align: center;
    margin: 0 0 20px;
}
#area01 .img img {
    max-width: 709px;
}
#area01 .txt_box {
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 60px;
}
#area01 .txt_box span {
    border-bottom: 2px dotted #a0a0a0; 
}
#area01 .txt_box .txt01 {
    font-size: 170%;
}
#area01 .txt_box .txt02 {
    font-size: 320%;
    color: #ec6d65;
}
#area01 .txt_box .txt03 {
    font-size: 250%;
}
#area01 ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 50px;
}
#area01 ul li {
    width: 48%;
    padding: 30px 20px 20px;
    border-radius: 10px;
    background: #faecd6;
    box-sizing: border-box;
}
#area01 ul li:last-child {
    background: #c7e7f1;
}
#area01 ul li .ttl_box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 30px;
}
#area01 ul li .ttl_box .time {
    font-size: 150%;
    font-weight: bold;
    background: #ed6d1e;
    color: #fff;
    width: 120px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 0 0;
}
#area01 ul li:last-child .ttl_box .time {
    background: #535353;
}
#area01 ul li .ttl_box .ttl {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2;
}
#area01 ul li .img {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin: 0;
}
#area01 ul li .img img {
    width: 100%;
    max-width: 380px;
}
@media screen and (max-width:768px){
    #area01 .top_txt {
        font-size: 90%;
    }
    #area01 .img {
        margin: 0 0 10px;
    }
    #area01 .txt_box {
        margin: 0 0 40px;
    }
    #area01 .txt_box .txt01 {
        font-size: 80%;
    }
    #area01 .txt_box .txt02 {
        font-size: 140%;
    }
    #area01 .txt_box .txt03 {
        font-size: 110%;
    }
    #area01 ul {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin: 0 0 30px;
    }
    #area01 ul li {
        width: 100%;
        padding: 20px;
    }
    #area01 ul li:last-child {
        margin: 20px 0 0;
    }
    #area01 ul li .ttl_box {
        margin: 0 0 20px;
    }
    #area01 ul li .ttl_box .time {
        font-size: 120%;
        width: 85px;
        height: 40px;
        margin: 0 10px 0 0;
    }
    #area01 ul li .ttl_box .ttl {
        font-size: 100%;
    }
}

/*------------ area02 ------------*/
#area02 .top_txt {
    text-align: center;
    font-size: 135%;
    line-height: 1.6;
    margin: 0 0 40px;
}
#area02 .img {
    text-align: center;
    margin: 0 0 40px;
}
#area02 .icon_box {
    border: 3px solid #ed6d1e;
    border-radius: 10px;
    padding: 30px;
    margin: 0 0 50px;
}
#area02 .icon_box .ttl {
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    margin: 0 0 20px;
}
#area02 .icon_box ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
#area02 .icon_box ul li {
    width: 18%;
}
#area02 .icon_box ul li .icon {
    text-align: center;
    margin: 0 0 10px;
}
#area02 .icon_box ul li .icon img {
    max-width: 103px;
}
#area02 .icon_box ul li .txt {
    text-align: center;
    font-size: 110%;
}
#area02 .video_box {
    background: #e8f9ff;
    padding: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 60px;
}
#area02 .video_box .ttl {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}
#area02 .video_box .ttl img {
    max-width: 400px;
    width: 100%;
}
#area02 .video_box .video {
    width: 50%;
    box-sizing: border-box;
}
#area02 .video_box .video iframe {
    width: 100%;
}
#area02 .txt_blue {
    margin: 0 0 70px;
}
@media screen and (max-width:768px){
    #area02 .top_txt {
        font-size: 85%;
        margin: 0 0 30px;
    }
    #area02 .img {
        margin: 0 0 30px;
    }
    #area02 .icon_box {
        padding: 20px;
        margin: 0 0 40px;
    }
    #area02 .icon_box .ttl {
        font-size: 120%;
        line-height: 1.2;
    }
    #area02 .icon_box ul {
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }
    #area02 .icon_box ul li {
        width: 28%;
        margin: 0 5px;
        box-sizing: border-box;
    }
    #area02 .icon_box ul li:nth-child(-n+3){
        margin: 0 5px 15px;
    }
    #area02 .icon_box ul li .txt {
        font-size: 80%;
    }
    #area02 .video_box {
        padding: 20px;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin: 0 0 40px;
    }
    #area02 .video_box .ttl {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
        padding: 0;
    }
    #area02 .video_box .video {
        width: 100%;
    }
    #area02 .video_box .video iframe {
       height: 200px;
    }
    #area02 .txt_blue {
        margin: 0 0 40px;
    }
}


/*------------ banner ------------*/
.banner {
    background: #fbfbdc;
    padding: 40px 20px;
    margin: 80px 0 0;
}
.banner .txt {
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    font-size: 170%;
    margin: 0 0 30px;
}
.banner .btn a {
    color: #fff;
    font-size: 250%;
    font-weight: bold;
    background: #ed6d1e;
    width: 700px;
    height: 100px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner .btn a::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg)translate(-50%,0);
    right: 20px;
    top: 50%;
}
.banner .btn a:hover {
    text-decoration: none;
}
@media screen and (max-width:768px){
    .banner {
        padding: 30px 20px;
        margin: 40px 0 0;
    }
    .banner .txt {
        font-size: 100%;
        margin: 0 0 20px;
    }
    .banner .btn a {
        font-size: 130%;
        width: 100%;
        height: 70px;
    }
    .banner .btn a::after {
        width: 5px;
        height: 5px;
        right: 10px;
    }
}

/*------------ area03 ------------*/
#area03 ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}
#area03 ul li {
    width: 31%;
    border: 3px solid #2ba4dd;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}
#area03 .box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
}
#area03 .txt_box {
    margin: 0 50px 0 0;
}
#area03 .txt_box .txt01 {
    margin: 0 0 40px;
}
#area03 .txt_box .txt01 span {
    font-size: 140%;
    font-weight: bold;
    border: 1px solid #ed6d1e;
    padding: 5px 15px;
}
#area03 .txt_box .txt02 {
    font-weight: bold;
    font-size: 180%;
    line-height: 1.5;
    margin: 0 0 30px;
}
#area03 .txt_box .price01 {
    font-size: 160%;
    margin: 0 0 10px;
    font-weight: bold;
}
#area03 .txt_box .price02 {
    font-size: 160%;
    font-weight: bold;
}
#area03 .txt_box .price02 span {
    font-size: 180%;
}
#area03 .box .img img {
    max-width: 367px;
}
#area03 .yellow {
    background: #0965a8;
    border-radius: 50px;
    color: #ffff00;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 20px;
}
#area03 .caution {
    font-size: 120%;
    line-height: 1.5;
    margin: 0 0 30px;
}
#area03 .txt_blue {
    margin: 0 0 90px;
}
#area03 .app {
    background: #2ba4dd;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    display: flex;
}
#area03 .app .app_box {
    color: #fff;
}
#area03 .app .app_box .ttl {
    font-size: 250%;
    font-weight: bold;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
}
#area03 .app .app_box .txt {
    font-size: 120%;
    line-height: 1.5;
    text-align: center;
}
#area03 .app .img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
}
@media screen and (max-width:768px){
    #area03 ul {
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        margin: 0 0 40px;
    }
    #area03 ul li {
        width: 47%;
        border: 2px solid #2ba4dd;
        padding: 10px 5px;
        margin: 0 5px;
        box-sizing: border-box;
    }
    #area03 ul li:nth-child(-n+2){
        margin: 0 5px 10px;
    }
    #area03 .box {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0 0 40px;
    }
    #area03 .txt_box {
        margin: 0 0 20px;
    }
    #area03 .txt_box .txt01 {
        margin: 0 0 20px;
    }
    #area03 .txt_box .txt01 span {
        font-size: 110%;
        padding: 5px 10px;
    }
    #area03 .txt_box .txt02 {
        font-size: 140%;
        margin: 0 0 20px;
    }
    #area03 .txt_box .price01 {
        font-size: 120%;
        margin: 0 0 10px;
    }
    #area03 .txt_box .price02 {
        font-size: 120%;
    }
    #area03 .box {
        margin: 0 0 20px;
    }
    #area03 .box .img {
        margin: 0 auto;
    }
    #area03 .box .img img {
        max-width: 200px;
    }
    #area03 .yellow {
        font-size: 90%;
        line-height: 1.4;
    }
    #area03 .caution {
        font-size: 90%;
        line-height: 1.5;
        margin: 0 0 30px;
    }
    #area03 .txt_blue {
        margin: 0 0 40px;
    }
    #area03 .app {
        padding: 30px 20px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    #area03 .app .app_box .ttl {
        font-size: 150%;
        margin: 0 0 10px;
    }
    #area03 .app .app_box .txt {
        font-size: 90%;
        margin: 0 0 30px;
    }
    #area03 .app .img {
        position: inherit;
        right: inherit;
        top: inherit;
        transform: inherit;
    }
}


/*------------ area04 ------------*/
#area04 .top_box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 40px;
}
#area04 .top_box .icon {
    margin: 0 10px 0 0;
}
#area04 .top_box .icon img {
    max-width: 450px;
}
#area04 .top_box .txt {
    font-size: 160%;
    font-weight: bold;
    line-height: 1.4;
}
@media screen and (max-width:768px){
    #area04 .top_box {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin: 0 0 20px;
    }
    #area04 .top_box .icon {
        margin: 0 0 10px;
        text-align: center;
    }
    #area04 .top_box .icon img {
        max-width: 300px;
    }
    #area04 .top_box .txt {
        font-size: 100%;
    }
}

/*------------ flow ------------*/
#flow .ttl_lb {
    text-align: center;
    color: #fff;
    background: #2ba4dd;
    border-radius: 50px;
    padding: 15px 0;
    font-size: 210%;
    margin: 0 0 30px;
}
#flow ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
#flow ul li {
    width: 18%;
    text-align: center;
}
#flow ul li .num {
    color: #2ba4dd;
    font-weight: bold;
    font-size: 120%;
    margin: 0 0 20px;
}
#flow ul li .num span {
    font-size: 180%;
}
#flow ul li .img {
    margin: 0 0 20px;
	position: relative;
}
#flow ul li .img img {
    max-width: 120px;
	
}

#flow ul li .img:after {
	content:"";
	display: block;
	height:15px;
	width: 13px;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -7px;
	background: url("../imgs/flow_arrow.png") no-repeat;
}

#flow ul li .img.last:after {
	display: none;
}

#flow ul li .txt {
    line-height: 1.4;
    font-weight: bold;
}
@media screen and (max-width:768px){
    #flow .ttl_lb {
        font-size: 130%;
        margin: 0 0 20px;
    }
    #flow ul {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    #flow ul li {
        width: 100%;
    }
    #flow ul li:not(:last-child) {
        margin: 0 0 30px;
    }
    #flow ul li .num {
        font-size: 120%;
        margin: 0 0 10px;
    }
    #flow ul li .num span {
        font-size: 150%;
    }
    #flow ul li .img {
        margin: 0 0 10px;
    }
    #flow ul li .img img {
        max-width: 120px;
    }
    #flow ul li .txt {
        line-height: 1.4;
        font-weight: bold;
        font-size: 90%;
    }
	
	#flow ul li .img:after {
	content:"";
	display: none;

}
}

#visual {
	margin-top: -3px;
}


.form_area {
	max-width: 980px;
	margin: 0 auto;
}

.form_area iframe {
	height: 2400px;
}

@media screen and (max-width:768px){
	.form_area iframe {
	height: 3500px;
}
}