@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

ご利用について

------------------------------------------------------------ */

.sec_guide:not(:last-of-type){margin-bottom: 80px;}

/*--ご利用の流れ--*/
.wrap_guide{
    display: flex;
    margin: 0 -1.818%;
}

.wrap_guide .guide{
    position: relative;
    width: 25%;
    padding: 0 1.818%;
}

.wrap_guide .guide:not(:last-of-type)::before{
    content: "";
    display: block;
    background: url("../img/ico_arrow04.png") no-repeat 0 0;
    background-size: cover; 
    width: 8px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -6px;
}

.wrap_guide .guide .inner{
    background: #F9FAFB;
    padding: 20px;
    height: 100%;
}

.guide .inner .step{
    text-align: center;
    margin-bottom: 15px;
}

.guide .inner .step p{
    color: #2C5276;
    font-family: "Roboto";
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 12px;
}

.guide .inner .step p span{
    font-size: 3rem;
    letter-spacing: 0.05em;
	font-family: "Roboto";
}

.guide .inner .step img{
	width: 72px;
	height: auto;
}

.guide .inner .txt h4{
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 13px;
}

.guide .inner .txt p{
    font-size: 1.4rem;
    line-height: 1.4;
}

/*--キャンセルについて--*/
.cancel{
    margin-top: 50px;
    display: flex;
    line-height: 1.4;
}

.cancel > p{
    font-weight: bold;
    width: 140px;
    padding-right: 20px;
}

.cancel .inner{width: 300px;}

.cancel .inner p{
    padding-bottom: 12px;
    border-bottom: 1px solid #D8DFE7;
    margin-bottom: 12px;
}

.cancel .inner p:last-of-type{margin-bottom: 0;}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	ご利用について

	------------------------------------------------------------ */
	
	.sec_guide:not(:last-of-type){margin-bottom: 50px;}

	/*--ご利用の流れ--*/
    .wrap_guide{
        display: block;
        margin: 0;
    }

    .wrap_guide .guide{
        width: 100%;
        padding: 0;
        margin-bottom: 40px
    }
    
    .wrap_guide .guide:last-of-type{margin-bottom: 0;}

    .wrap_guide .guide:not(:last-of-type)::before{
        content: "";
        display: block;
        background: url("../img/ico_arrow04.png") no-repeat 0 0;
        background-size: cover; 
        width: 8px;
        height: 12px;
        position: absolute;
        top: auto;
        bottom: -25px;
        right: 50%;
        margin-left: -6px;
        transform: rotate(90deg);
    }

    .wrap_guide .guide .inner{
        padding: 20px 15px;
        display: flex;
        align-items: center;
        min-height: 130px;
    }

    .guide .inner .step{
        margin-bottom: 0;
        width: 80px;
        padding-right: 10px;
    }

    .guide .inner .step p{margin-bottom: 0;}

    .guide .inner .step p span{font-size: 2.4rem;}

    .guide .inner .step img{width: 51px;}
    
    .guide .inner .txt{
        width: calc(100% - 80px);
        padding: 15px 0 15px 20px;
        border-left: 1px solid #D9DFE6;
    }

    .guide .inner .txt h4{
        margin-bottom: 10px;
        text-align: left;
        font-size: 1.4rem;
    }

    .guide .inner .txt p{
        font-size: 1.3rem;
        line-height: 1.6;
    }
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	ご利用について

	------------------------------------------------------------ */
    
	/*--キャンセルについて--*/
    .cancel{
        margin-top: 25px;
        display: block;
    }

    .cancel > p{
        width: 100%;
        padding-right: 0;
        margin-bottom: 14px;
    }

    .cancel .inner{width: 100%;}
	
	
}/*--@media--*/
