
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
    background-color: #1a668b;
    margin-top: 100px;
}
.top-image h1 {
    width: 90%;
    text-align: center;
    color: #FFF;
    font-size: 2.8rem;
    letter-spacing: .2em;
    margin: 0 auto;
    padding: 70px 0;
}
.top-image img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.section-title {
    width: 90%;
    max-width: 980px;
    position: relative;
    color: #1a668b;
    text-align: left;
    overflow: visible;
    margin: 0 auto;
}
.section-title a {
    text-decoration: none;
}
.section-title::before {
    content: " ";
    width: 85px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #c6d9e2;
    top: 50%;
    left: -20px;
    -webkit-transform: translate(-100%, -50%); 
    transform: translate(-100%, -50%);
    z-index: 1;
}

.section-txt {
    width: 90%;
    max-width: 980px;
    position: relative;
    margin: 0 auto;
}

.blank-b {
    display: block;
    width: 240px;
    text-align: left;
    text-decoration: none;
    background-color: #dae6ec;
    background-image: url("../../images/blank_icon.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 30px;
    padding: 5px 30px 5px 1em;
}

.blank {
    color: #1a668b;
    text-decoration: none;
}
.blank.bk {
    color: #000;
}
.blank::after {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url("../../images/blank_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
        width: 100%;
        margin-top: 70px;
	}
    .top-image h1 {
        font-size: 2rem;
        padding: 8% 0;
    }
    
    .blank-b {
        margin-top: 4%;
        padding: 5px 1em;
    }
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

