/* #PC ========================================================================================================== */
.title_back {
    background-image: url(../imgs/title_back.jpg);
    background-color: #E8F2F8;
}
.contents {
    height: auto;
    width: 100%;
    float: left;
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
}
.text1 {
    height: auto;
    width: 100%;
    float: left;
    position: relative;
    font-size: 17px;
    text-align: center;
    line-height: 35px;
}
.text2 {
    height: auto;
    width: 798px;
    float: left;
    position: relative;
    font-size: 17px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #AAC0D4;
    padding-bottom: 40px;
    margin-top: 55px;
    margin-left: 100px;
}
.text2 ul {
    margin: 0px;
	padding: 0px;
	list-style-type: none;
	position : relative;
}
.text2 li {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    position : relative;
    float: left;
    text-align: justify;
    margin-bottom: 15px;
}
.text2 li.hn1 {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #2D5DBA;
    border-bottom: 1px solid #AAC0D4;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.text2 li.hn2 {
    width: 25px;
    color: #2D5DBA;
    margin-left: 70px;
}
.text2 li.hn3 {
    width: 640px;
}
.text2 li.hn4 {
    width: 20px;
    color: #2D5DBA;
    margin-left: 95px;
}
.text2 li.hn5 {
    width: 610px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.text1 {
    font-size: 28px;
    line-height: 50px;
}
.text2 {
    width: 696px;
    font-size: 26px;
    line-height: 40px;
    border: 2px solid #AAC0D4;
    padding-bottom: 50px;
    margin-left: 25px;
}
.text2 li.hn1 {
    font-size: 32px;
    line-height: 32px;
    border-bottom: 2px solid #AAC0D4;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 50px;
}
.text2 li.hn2 {
    width: 40px;
    margin-left: 40px;
}
.text2 li.hn3 {
    width: 580px;
}
.text2 li.hn4 {
    width: 30px;
    margin-left: 80px;
}
.text2 li.hn5 {
    width: 550px;
}


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