/* #PC ========================================================================================================== */
.title_back {
    background-image: url(../imgs/title_back.jpg);
    background-color: #E8F2F8;
}
.contents {
    height: auto;
    width: 100%;
    float: left;
    position: relative;
    padding-top: 65px;
    padding-bottom: 150px;
}
.flow {
    height: auto;
    width: 960px;
    float: left;
    position: relative;
    margin-left: 20px;
}
.flow ul {
    margin: 0px;
	padding: 0px;
	list-style-type: none;
	position : relative;
}
.flow li {
    height: auto;
    width: 330px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    position : relative;
    float: left;
}
.flow li.hn1 {
    margin-right: 4px;
}
.flow li.hn2 {
    margin-left: -17px;
}
.st_text,.st_text2 {
    height: auto;
    width: 100%;
    float: left;
    position: relative;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.st_text2 {
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    color: #2D5DBA;
}
.list {
	height: auto;
	width: 960px;
	float: left;
	margin-left: 20px;
    margin-bottom: 50px;
}
.list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.list li.hn1 {
    width: 150px;
    padding-left: 20px;
    color: #2d5dba;
    font-weight: bold;
}
.list li.hn2 {
	width: 710px;
	padding-left: 25px;
	border-left: 5px solid #2d5dba;
}
.list li.hn3 {
    width: 100%;
    height: 1px;
    background-color: #aac0d4;
}
.list li.hn4 {
    width: 710px;
    padding-left: 25px;
    margin-left: 170px;
    border-left: 5px solid #2d5dba;
}
.list li.hn5 {
    width: 790px;
    margin-left: 170px;
    height: 1px;
    background-color: #aac0d4;
}
.list li.hn6 {
    width: 940px;
    padding-left: 20px;
    color: #2d5dba;
    font-weight: bold;
}
.list li.hn7 {
    width: 900px;
    padding-left: 20px;
}
.list li.hn8 {
    width: 100%;
    height: 1px;
    background-color: #aac0d4;
}
.hissu {
    background-color: #ec1c24;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 10px;
    padding: 3px;
    margin-left: 5px;
}
.btn_area {
    height: auto;
    width: 300px;
    float: left;
    position: relative;
    margin-left: 350px;
}
.btn_area_confirm{
    height: auto;
    width: 600px;
    float: left;
    position: relative;
    margin-left: 225px;
}
.btn_tenpu {
    height: auto;
    width: 45px;
    margin-left: 5px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.contents1 {
    margin-top: 50px;
}
.flow {
    width: 100%;
    margin-left: 0px;
}
.flow li {
    width: 264px;
}
.flow li.hn1 {
    margin-right: 0px;
}
.flow li.hn2 {
    margin-left: -22px;
}
.st_text, .st_text2 {
    font-size: 28px;
    line-height: 45px;
    margin-top: 45px;
    margin-bottom: 45px;
}
.st_text2 {
    font-size: 28px;
    line-height: 45px;
}
.list {
	width: 680px;
	margin-left: 35px;
}
.list li {
    font-size: 24px;
}
.list li.hn1 {
    width : -webkit-calc(100% - 29px) ;
    width : calc(100% - 29px);
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #2D5DBA;
}
.list li.hn2 {
    width: 680px;
    padding-left: 0px;
    border-width: 0px;
    margin-top: 5px;
    margin-bottom: 50px;
    border-left-size: 0px;
}
.list li.hn3 {
    display: none;
}
.list li.hn4 {
    width: 100%;
    padding-top: 25px;
    padding-left: 0px;
    border-width: 0px;
    margin-top: -20px;
    margin-bottom: 50px;
    margin-left: 0px;
    border-left: 0px solid #00af46;
    border-top: 2px solid #aac0d4;
}
.list li.hn5 {
    display: none;
}
.list li.hn6 {
    width : -webkit-calc(100% - 29px) ;
    width : calc(100% - 29px);
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #2D5DBA;
}
.list li.hn7 {
    width: 680px;
    padding-left: 0px;
}
.list li.hn8 {
    height: 2px;
}
.hissu {
    font-size: 18px;
    line-height: 18px;
    padding: 5px;
    margin-left: 15px;
}
.btn_area {
    width: 520px;
    margin-left: 115px;
}
.btn_area_confirm{
    width: 650px;
    margin-left: 50px;
}
.btn_tenpu {
    width: 80px;
}

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