@charset "UTF-8";

.bg_area {
	background-image: url("../img/flow/bg_wave.svg");
	background-repeat: repeat-y;
	background-size: 28%;
	background-position: left 5%;
}

section.fv {
	background-image: url("../img/flow/fv01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	width: 98%;
	display: -webkit-flex;
	margin: 10px auto 0;
	-webkit-flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fv_inner {
    padding: 240px 0 150px;
    background: rgba(0,0,0,0.65);
}

h1.fv_title {
    font-family: "Poppins", serif;
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    text-align: center;
}

h1.fv_title span {
    display: block;
    font-size: 28px;
}


.ornament {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -240px;
}

.flow {
	position: relative;
}

.flow_inner {
    max-width: 900px;
    margin: 0 auto;
}

.flow_step_odd {
    display: flex;
    padding: 100px 0 0;
    align-items: center;
    justify-content: space-between;
    margin-right: 15%;
}

.flow_step_image {
    width: 38%;
    height: 500px;
    background-size: 109%;
    border-radius: 8px;
    box-shadow: -10px 10px 26px rgba(0,0,0,0.2);
}

.flow_step_cap {
    width: 48%;
}

h2.flow_step_title {
    font-size: 38px;
    line-height: 42px;
    font-weight: bold;
    font-family: "Poppins", serif;
    color: #E4007F;
}

h2.flow_step_title span {
    display: block;
    font-size: 80px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #fff;
    -webkit-text-stroke: 1px #E4007F;
}

.flow_step_cap p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 30px;
}

.flow_step_even {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 100px 0 0;
    align-items: center;
    margin-left: 15%;
}

.flow_step {
    text-align: center;
    width: 100%;
    padding: 100px 0 0;
}

.flow_step .flow_step_cap {
    width: 100%!important;
}

h2.flow_step_title:after {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background: #E4007F;
    margin-top: 20px;
}

.flow_step .flow_step_cap h2.flow_step_title:after {
    margin: 20px auto 0;
}

.fs_01 {
	background-image: url("../img/flow/step1.jpg");
	background-repeat: no-repeat;
}

.fs_02 {
	background-image: url("../img/flow/step2.jpg");
	background-repeat: no-repeat;
}

.fs_04 {
	background-image: url("../img/flow/step4.jpg");
	background-repeat: no-repeat;
}

section.payment {
    padding: 100px 0;
}

.payment_inner {
    max-width: 1100px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    padding-top: 100px;
}

.payment_inner h2 {
    font-size: 38px;
    font-family: 'Poppins';
    text-align: center;
    font-weight: bold;
}

.payment_inner h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 50px 0;
}

ul.payment_list {
    display: flex;
    justify-content: space-between;
}

ul.payment_list li {
    width: 48%;
    padding: 40px;
    background: #fff;
    box-shadow: -4px 4px 20px rgba(0,0,0,0.1);
    border-radius: 8px;
}

ul.payment_list li h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    color: #E4007F;
    align-items: center;
}

ul.payment_list li h4 span {
    margin-right: 8px;
    width: 20px;
}

ul.payment_list li p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
}

ul.payment_list li p span {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

ul.payment_list li p span img {
    width: 100%;
    height: auto;
}

section.inquery {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.inquery_inner {
    background-image: url("../img/home/bg_inquery.jpg");
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    background-repeat: no-repeat;
    width: 96%;
    border-radius: 10px;
    margin: 0 auto 20px;
}

a.inquery_btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 13px;
    border-radius: 8px;
    width: 500px;
    position: relative;
    font-size: 18px;
    font-family: "Poppins", serif;
    display: block;
    margin: 0 auto;
}

a.inquery_btn span {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}

a.inquery_btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 13px;
    border-radius: 8px;
    width: 500px;
    position: relative;
    font-size: 18px;
    font-family: "Poppins", serif;
    display: block;
    margin: 0 auto;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

a.inquery_btn:hover {
	background: #fff;
	color: #E4007F;
}

a.inquery_btn:hover span {
	background: #E4007F;
	padding: 3px 6px;
	border-radius: 100%;
	margin-top: -8px;
}

a.inquery_btn span {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}


p.inquery_cap {
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
.fv_inner {
    padding: 100px 0;
}

h1.fv_title {
    font-size: 28px;
}

.flow_step_odd {
    padding: 40px 7%;
    margin: 0;
    align-items: inherit;
}

.flow_step_cap {
    width: 53%;
}

h2.flow_step_title {
    font-size: 20px;
    line-height: 26px;
}

.flow_step_cap p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px;
}

h2.flow_step_title span {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 30px;
}

.flow_step_image {
    height: 180px;
}

.flow_step_even {
    padding: 0 7% 40px;
    margin: 0;
}

.flow_step {
    padding: 10px 0;
}

.payment_inner {
    padding: 40px 5%;
}

.payment_inner h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.payment_inner h3 {
    font-size: 16px;
    margin: 0 0 30px;
}

section.payment {
    padding: 0;
}

ul.payment_list li {
    width: 100%;
    padding: 30px;
    margin-bottom: 10px;
}

ul.payment_list {
    display: block;
}

ul.payment_list li h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

ul.payment_list li p {
    font-size: 13px;
    line-height: 20px;
}

.inquery_inner {
    padding: 30px 5%;
    border-radius: 6px;
	background-size: 200%;
}

a.inquery_btn {
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
}

p.inquery_cap {
    font-size: 13px;
    margin-top: 10px;
}

.ornament {
    top: -18px;
    left: 5%;
    width: 90%;
    margin-left: 0;
}
}