/* #PC ========================================================================================================== */
.title_inner {
    background-image: url(../imgs/title_bg_pc.png);
}
.title_name {
    padding: 7px 40px 0 40px;
    letter-spacing: 0px;
}
.obi {
    width: 930px;
    height: 40px;
    position: relative;
    float: left;
    padding-top: 14px;
    margin: 130px 0 0 35px;
    font-size: 22px;
    line-height: 22px;
    color: #5ACDAF;
    text-align: center;
    border: 1px solid #5ACDAF;
    border-radius: 27px;
}
.text_box {
	width: 90%;
	height: auto;
    position: relative;
	float: left;
    margin: 50px 0 200px 5%;
    font-size: 18px;
    line-height: 38px;
}
.text_r{
	float: right;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_inner {
    background-image: url(../imgs/title_bg_sp.png);
}
.obi {
    width: 90%;
    height: 50px;
    padding-top: 20px;
    margin: 130px 0 0 5%;
    font-size: 30px;
    line-height: 30px;
    border-radius: 35px;
}
.text_box {
    font-size: 28px;
    line-height: 50px;
}

}/* @media only screen and (max-width: 750px) */