@charset "utf-8";
@import url("reset.css");


@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

.main{
    margin-bottom: 15px;
}



.content{
    padding: 0 20px;
    margin-bottom: 30px;
}

.content_container{
    border-bottom: 1px solid #ccc;
}

.content_ttl{
    margin-bottom: 12px;
    padding-top: 14px;
    font-size: 14px;
    font-family: "Yu Gothic", YuGothic,sans-serif;
}

.content_txt{
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.content_return{
    width: 255px;
    height: 50px;
    margin: 30px auto 45px;
    background: #0a3d7f;
}

.content_link{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 50px;
}

.content_link::before{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 20px;
    left: 17px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
}

.content_link img{
    display: block;
    width: 33px;
}

footer div.inner{
    padding: 20px 0;
}