/* #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 100px 5%;
    font-size: 18px;
    line-height: 38px;
}
.obi {
    width: 930px;
    height: 40px;
    position: relative;
    float: left;
    padding-top: 14px;
    margin: 0 0 45px 35px;
    font-size: 22px;
    line-height: 22px;
    color: #5ACDAF;
    text-align: center;
    border: 1px solid #5ACDAF;
    border-radius: 27px;
}
table.tokuteikenshin {
    width: 930px;
    font-size: 14px;
    line-height: 15px;
    border-collapse: separate;
    border-spacing: 1px 1px;
    float: left;
    background-color: #d5d8dd;
    margin: 0 0 140px 35px;
}
table.tokuteikenshin td {
    height: auto;
    padding: 15px 0;
    vertical-align: top;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    background-color: #ffffff;
}
table.tokuteikenshin td.td2 {
    text-align: left;
    padding-left: 15px;
	background-color: #fafafa;
}
table.tokuteikenshin td.td3 {
	background-color: #fafafa;
}
table.tokuteikenshin td.g {
	background-color: #d6f2eb;
}
table.tokuteikenshin td.b {
	background-color: #e2f0fc;
}


/* #スマートフォン ========================================================================================================== */
@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: 0 0 45px 5%;
    font-size: 30px;
    line-height: 30px;
    border-radius: 35px;
}
table.tokuteikenshin {
    width: 1200px;
    font-size: 24px;
    line-height: 30px;
}
table.tokuteikenshin td {
    padding: 25px 0;
}
.scroll {
    overflow-x: scroll;
}

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