/* #PC ========================================================================================================== */
.title_inner {
    background-image: url(../imgs/title_bg_pc.png);
}
.title_name {
    padding: 7px 40px 0 40px;
    letter-spacing: 0px;
}
.text_box {
    width: 90%;
    height: auto;
    position: relative;
    float: left;
    margin: 130px 0 0 5%;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}
.obi {
    width: 930px;
    height: 40px;
    position: relative;
    float: left;
    padding-top: 14px;
    margin: 80px 0 40px 35px;
    font-size: 22px;
    line-height: 22px;
    color: #5ACDAF;
    text-align: center;
    border: 1px solid #5ACDAF;
    border-radius: 27px;
}
.text_box2 {
    width: 90%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 0 0 5%;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
}
.text_box3 {
    width: 84%;
    height: auto;
    position: relative;
    float: left;
    padding: 2% 3% 2% 3%;
    margin: 50px 0 150px 5%;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    background-color: #FAFAFA;
    border: 1px solid #D5D8DD;
}
.text1 {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 20px;
}
.text2 {
    text-indent: -1.3em;
    padding-left: 2.3em;
    margin-bottom: 0px;
}
.text3 {
    text-indent: -1em;
    padding-left: 1em;
}
.text4 {
    padding-left: 1em;
}


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

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