/* #PC ========================================================================================================== */
.title_back {
    background-image: url(../../_common/imgs/title_back_pc.jpg);
}
.text_box {
    height: auto;
    width: 100%;
    min-width: 1000px;
    float: left;
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #0064B9;
}
.contents {
    height: auto;
    width: 100%;
    min-width: 1000px;
    float: left;
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url("../imgs/back_pc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.contents_inner {
    max-width: 1360px;
    width: 100%;
    min-width: 1000px;
    display: flex;
	flex-wrap: wrap;
}
.itembox {
    height: auto;
    width: 47%;
    position: relative;
    float: left;
    margin-left: 2%;
    margin-bottom: 30px;
    background-color: #FFFFFF;
}
.itembox ul {
    margin: 0px;
	padding: 0px;
	list-style-type: none;
	position : relative;
}
.itembox li {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    position : relative;
}
.itembox li.hn1 {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 25px;
    border-radius: 5px;
    overflow: hidden;
}
.itembox li.hn2 {
    background-color: #0064B9;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.itembox li.hn3 {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin-top: 30px;
    margin-left: 25px;
    text-align: center;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_back {
    background-image: url(../../_common/imgs/title_back_sp.jpg);
}
.text_box {
    min-width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 30px;
    line-height: 50px;
}
.contents {
    min-width: 100%;
    padding-top: 95px;
    background-image: url("../imgs/back_sp.jpg");
}
.contents_inner {
    max-width: 100%;
    min-width: 100%;
}
.itembox {
    width: 90%;
    margin-left: 5%;
}

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