@charset "UTF-8";
/* CSS Document */

.page_title_white {
    background: url(../img/flow/page_title.jpg) no-repeat center center;
}
main .bg_icon_orange {
    position: relative;
    padding: 80px 0 130px;
}
main .bg_icon_orange::before {
    position: absolute;
	top: 260px;
	left: 0;
	width: 184px;
	height: 302px;
	background: url(../img/common/bg_icon_orange.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
main .flow_list > section:not(:last-of-type) {
    margin-bottom: 80px;
}
main .flow_list section h3 {
    border: solid 2px #ee7800;
    border-radius: 2em;
    display: flex;
    overflow: hidden;
}
main .flow_list section h3 span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    background: rgb(238,120,0);
    background: -moz-linear-gradient(left,  rgba(238,120,0,1) 0%, rgba(225,96,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(238,120,0,1) 0%,rgba(225,96,0,1) 100%);
    background: linear-gradient(to right,  rgba(238,120,0,1) 0%,rgba(225,96,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7800', endColorstr='#e16000',GradientType=1 );
    font-size: 2.4rem;
    font-weight: 700;
    color: #FFF;
    padding: .4em .5em;
}
main .flow_list section h3 span::after {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5em 0 1.5em 20px;
    border-color: transparent transparent transparent #e16000;
    content: '';
}
main .flow_list section h3 em {
    position: relative;
    display: block;
    text-align: center;
    width: calc(100% - (230px + 20px));
    font-size: 2.4rem;
    font-weight: 700;
    padding: .4em .5em;
}
main .flow_list section h3 em.ls1::first-letter {
    letter-spacing: 1.1em;
}
main .flow_list section .box:not(.flex) {
    background: #eff1f1;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 40px;
}
main .flow_list section .box > h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    padding-bottom: 14px;
    margin-bottom: -14px;
    background: url(../img/flow/title_bg_orange.svg) no-repeat center center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #FFF;
}
main .flow_list section .box > h4 + .comment {
    padding: 50px;
}
main .flow_list section .box.flex {
    display: flex;
    align-items: stretch;
    margin-top: 40px;
}
main .flow_list section .box.flex section {
    width: 48%;
    background: #eff1f1;
    overflow: hidden;
    border-radius: 10px;
}
main .flow_list section .box.flex section:first-of-type {
    margin-right: 4%;
}
main .flow_list section .box.flex section:first-of-type h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    padding-bottom: 14px;
    margin-bottom: -14px;
    background: url(../img/flow/title_bg_orange.svg) no-repeat center center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #FFF;
}
main .flow_list section .box.flex section:last-of-type h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    padding-bottom: 14px;
    margin-bottom: -14px;
    background: url(../img/flow/title_bg_green.svg) no-repeat center center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #FFF;
}
main .flow_list section .box.flex section .comment {
    padding: 30px;
}
main .flow_list section .box.flex section .comment ul li {
    position: relative;
    padding-left: 1.4em;
}
main .flow_list section .box.flex section .comment ul li::before {
    position: absolute;
    top: .4em;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    content: '';
}
main .flow_list section .box.flex section:first-of-type .comment ul li::before {
    background: #ee7800;
}
main .flow_list section .box.flex section:last-of-type .comment ul li::before {
    background: #69ba46;
}
main .flow_list section .box.flex section .comment ul li:not(:last-of-type) {
    margin-bottom: .2em;
}
main .flow_list section .box.flex section .comment ul + .btn {
    display: flex;
    justify-content: center;
    padding-top: 1em;
}
main .flow_list section .box.flex section .comment ul + .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: solid 1px #69ba46;
    border-radius: 1.5em;
    background: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    color: #69ba46;
    padding: .4em .5em;
}
main .flow_list section .box.flex section .comment ul + .btn a:hover {
    border: solid 1px #69ba46;
    background: #69ba46;
    color: #FFF;
}
main .treatment {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(253,233,212,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,233,212,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(253,233,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fde9d4',GradientType=0 );
    padding-bottom: 100px;
}
main .treatment h3 {
    font-size: 4.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5em;
}
main .treatment .box ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
main .treatment .box ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}
main .treatment .box ul li:nth-of-type(4n) {
    margin-right: 0;
}


@media screen and (max-width: 767px) {


    main .bg_icon_orange {
        position: relative;
        padding: 10vw 0 20vw;
    }
    main .bg_icon_orange::before {
		top: calc(33.898vw * 2);
		width: calc(23.99vw * 2);
		height: calc(39.374vw * 2);
    }
    main .flow_list > section {
        position: relative;
    }
    main .flow_list > section:not(:last-of-type) {
        margin-bottom: 15vw;
    }
    main .flow_list > section:not(:last-of-type)::after {
        position: absolute;
        bottom: -10vw;
        left: 50%;
        transform: translateX(-50%);    
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4vw 5vw 0 5vw;
        border-color: #e16000 transparent transparent transparent;
        content: '';
    }
    main .flow_list section h3 {
        border: solid 2px #ee7800;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    main .flow_list section h3 span {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: rgb(238,120,0);
        background: -moz-linear-gradient(left,  rgba(238,120,0,1) 0%, rgba(225,96,0,1) 100%);
        background: -webkit-linear-gradient(left,  rgba(238,120,0,1) 0%,rgba(225,96,0,1) 100%);
        background: linear-gradient(to right,  rgba(238,120,0,1) 0%,rgba(225,96,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7800', endColorstr='#e16000',GradientType=1 );
        font-size: 2.0rem;
        font-weight: 700;
        color: #FFF;
        padding: .4em .5em;
    }
    main .flow_list section h3 span::after {
        display: none;
    }
    main .flow_list section h3 em {
        position: relative;
        display: block;
        text-align: center;
        width: 100%;
        font-size: 2.0rem;
        font-weight: 700;
        padding: .4em .5em;
    }
    main .flow_list section h3 em.ls1::first-letter {
        letter-spacing: 1.1em;
    }
    main .flow_list section .box:not(.flex) {
        border-radius: 10px;
        margin-top: 3vw;
    }
    main .flow_list section .box > h4 {
        height: 16vw;
        padding-bottom: 2vw;
        margin-bottom: -2vw;
        background-size: cover;
        font-size: 2.0rem;
    }
    main .flow_list section .box > h4 + .comment {
        padding: 5vw 4vw;
    }
    main .flow_list section .box.flex {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        margin-top: 5vw;
    }
    main .flow_list section .box.flex section {
        width: 100%;
        border-radius: 10px;
    }
    main .flow_list section .box.flex section:first-of-type {
        margin-right: 0;
        margin-bottom: 5vw;
    }
    main .flow_list section .box.flex section:first-of-type h4 {
        height: 16vw;
        padding-bottom: 2vw;
        margin-bottom: -2vw;
        background-size: cover;
        font-size: 2.0rem;
    }
    main .flow_list section .box.flex section:last-of-type h4 {
        height: 16vw;
        padding-bottom: 2vw;
        margin-bottom: -2vw;
        background-size: cover;
        font-size: 2.0rem;
    }
    main .flow_list section .box.flex section .comment {
        padding: 5vw 4vw;
    }
    main .flow_list section .box.flex section .comment ul li {
        position: relative;
        padding-left: 1.4em;
    }
    main .flow_list section .box.flex section .comment ul li::before {
        position: absolute;
        top: .4em;
        left: 0;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        content: '';
    }
    main .flow_list section .box.flex section .comment ul li:not(:last-of-type) {
        margin-bottom: .2em;
    }
    main .flow_list section .box.flex section .comment ul + .btn {
        display: flex;
        justify-content: center;
        padding-top: 1em;
    }
    main .flow_list section .box.flex section .comment ul + .btn a {
        font-size: 1.6rem;
        padding: .4em .5em;
    }
    main .treatment {
        padding-bottom: 15vw;
    }
    main .treatment h3 {
        font-size: 2.0rem;
        margin-bottom: 1.5em;
    }
    main .treatment .box ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -5vw;
    }
    main .treatment .box ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 5vw;
    }
    main .treatment .box ul li:nth-of-type(2n) {
        margin-right: 0;
    }

}



