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

.hero {
	background-image: url(/src/img/common/com_tit_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	border-top: #dae6ed 1px solid;
	border-bottom: #e4ebef 1px solid;
	margin-top: 130px;
}
.hero .titBox {
    padding: 5rem 0 4rem 0;
    text-align: center;
    letter-spacing: 2px;
}
.hero h1 {
    color: #666666;
    font-weight: 600;
    font-size: 2rem;
    }

.hero .titBox span {
    color: #488ab2;
    font-weight: normal;
    font-size: 1rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.hero .titBox span:after {
    content: '';
    background-color: #488ab2;
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 0.1rem;
}

.contents {
    border-bottom: #d4d6d7 1px solid;
}

.contents main .inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    padding-bottom: 15rem;
}
.flow_list {
    padding-top: 2rem;
}
.flow_list li {
    border: #dcecf5 3px solid;
    margin-bottom: 4rem;
    position: relative;
}

.flow_list li .titBox {
    background-color: #edf7fd;
    position: relative;
}

.flow_list li .titBox h2 {
    color: #488ab2;
    font-weight: 800;
}

.flow_list li .titBox h2 {
    font-size: 2rem;
    padding: 0.5rem 1.5rem;
    line-height: 1.5;
}

.flow_list li .titBox h2 span {
    display: inline-block;
    vertical-align: middle;
}

.flow_list li .flow_inner {
    padding: 1.5rem 2rem;
    letter-spacing: -0.5rem;
}

.flow_list li .flow_inner .icoBox, .flow_list li .flow_inner .text {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
}

.flow_list li .flow_inner .icoBox {
    width: 20%;
    margin-right: 5%;
    text-align: center;
}

.flow_list li .flow_inner .text {
    width: 75%;
    line-height: 2;
}

.flow_list li .flow_inner .text span {
    color: #ea8b03;
    margin-top: 1rem;
    display: block;
}

.flow_list li:after {
    position: absolute;
    content: '';
    width: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 40px solid #c2d8e7;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 107%;
}

.flow_list li:last-child:after {
    content: none;
}

.flow_list li .titBox h2:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px;
    width: 20%;
    height: 80px;
    vertical-align: middle;
    margin-right: 5%;
}
.flow_list li.step01 .titBox h2:before {
    background-image: url(/src/img/flow/step1.png);
}

.flow_list li.step02 .titBox h2:before {
    background-image: url(/src/img/flow/step2.png);
}

.flow_list li.step03 .titBox h2:before {
    background-image: url(/src/img/flow/step3.png);
}

.flow_list li.step04 .titBox h2:before {
    background-image: url(/src/img/flow/step4.png);
}

.flow_list li.step05 .titBox h2:before {
    background-image: url(/src/img/flow/step5.png);
}

.flow_list li.step06 .titBox h2:before {
    background-image: url(/src/img/flow/step6.png);
}

.flow_list li.step07 .titBox h2:before {
    background-image: url(/src/img/flow/step7.png);
}

.flow_list li.step08 .titBox h2:before {
    background-image: url(/src/img/flow/step8.png);
}
.contents main .inner .btn {
    text-align: center;
    margin-top: 8rem;
}

.contents main .inner .btn a {
    background-color: #488ab2;
    color: #fff;
    padding: 1.5rem 5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 100px;
    line-height: 2;
    position: relative;
    border: #488ab2 1px solid;
}
.contents main .inner .btn a span {
    position: relative;
    z-index: 10;
}

.contents main .inner .btn a:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contents main .inner .btn a:before {
	content: '';
	position: absolute;
	-webkit-transition: all 0.3s ease;
	top: 0;
	bottom: 0;
	width: 100.3%;
	height: 100%;
	overflow:  hidden;
	border-radius: 100px;
	left: -0.15%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.3s ease;
	background-color: #fff;
}
.contents main .inner .btn a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.contents main .inner .btn a:hover {
    color: #488ab2;
}

.contents main .inner .btn a:hover:after {
    border-color: #488ab2;
}
.flow_list li .flow_inner .text span a {
    color: #ea8b03;
    text-decoration: underline;
}

.flow_list li .flow_inner .text span a:hover {
    text-decoration: none;
}

.flow_list li.step08 .flow_inner .text a {
    color: #000;
    font-size: 13px;
    margin-top: 1rem;
    display: inline-block;
    text-decoration: underline;
    border-radius: 5px;
}

.flow_list li .flow_inner .text a:hover { text-decoration:none; }

.flow_list li.step08 .flow_inner .text a:before {
    content: '';
    display: inline-block;
    background-image: url(/src/img/flow/iconPdf.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 40px;
    background-position: center;
    height: 40px;
    background-size: 25px;
}

.flow_list li:last-child {
    margin-bottom: 0.5rem;
}

.contents main .inner .cap {
    font-size: 13px;
    text-align: right;
    display: block;
    color: #666666;
}





@media screen and (max-width: 1024px) {
.hero {
    margin-top: 80px;
}
.contents main .inner {
    max-width: 90%;
}
.flow_list li .titBox h2:before {
    background-size: 90px;
    height: 60px;
    margin-right: 5%;
}

.flow_list li .titBox h2 {
    font-size: 1.7rem;
}
.flow_list li .flow_inner {
    padding: 1.5em;
}

.flow_list li .flow_inner .text {
    line-height: 1.7;
    font-size: 14px;
}


}

@media screen and (min-width: 751px) {
.flow_list li .flow_inner .text span a:first-child {
    text-decoration: none;
    pointer-events: none;
}

}

@media screen and (max-width: 750px) {
.hero h1 {
    font-size: 1.8rem;
}
.hero .titBox {
    padding: 3.5rem 0 3rem 0;
}

.hero .titBox span {
    font-size: 0.8rem;
}

.hero .titBox span:after {
    height: 2px;
}

.contents main .inner {
    padding-bottom: 7rem;
}

.flow_list li .titBox h2 {
    font-size: 1.4rem;
    padding: 0.2rem 1rem;
}


.flow_list li:after {
    border-width: 60px;
    border-top-width: 35px;
}

.flow_list li {
    margin-bottom: 3.5rem;
}

.flow_list li .titBox h2 span small {
    font-size: 0.9rem;
}
.flow_list li .titBox h2:before {
	background-size: 65px;
	height: 50px;
}
.contents main .inner .btn {
    margin-top: 3rem;
}

.contents main .inner .btn a {
    font-size: 1rem;
    padding: 1rem 5rem;
}
}


@media screen and (max-width: 480px) {
.hero h1 { font-size: 1.5rem; }
.hero .titBox span {margin-top: 0.3rem;}
.contents main h2 {
    font-size: 1.1rem;
    padding: 0 0.5rem;
}
.flow_list li .flow_inner .text {
    margin-top: 0.5rem;
    line-height: 1.8;
}
.flow_list li .flow_inner .text span {
    margin-top: 0.5rem;
}
.flow_list li .titBox h2:before {
    width: 70px;
}
.flow_list li .titBox h2 {
    font-size: 1.3rem;
    padding: 0.2rem;
}

.flow_list li .flow_inner .icoBox, 
.flow_list li .flow_inner .text {
    display: block;
    width: 100%;
}


.flow_list li .flow_inner .icoBox img {
    width: 30%;
}

.flow_list li .flow_inner {
    padding: 1rem;
}


.flow_list li.step08 .titBox h2 {
    letter-spacing: -1px;
}


}