@charset "utf-8";

#container {
    width: 100%;
}
.column2R #main {
    float: none;
    width: 100%;
}
.breadCrumb {
    width: 970px;
    margin: 12px auto;
}
#lp_page img {
    max-width: 100%;
}
#top {
    width: 970px;
    margin: 12px auto;
}
#item {
    background-color: #f1f1f2;
	padding: 50px 0;
}
#item .flex_box {
    width: 970px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 40px;
    box-sizing: border-box;
}
#lp_page li {
    text-indent: -0.5em;
    margin-left: 1em;
    margin-bottom: 20px;
}
#lp_page li:last-child {
    margin-bottom: 0;
}
.txt_right {
    font-size: 18px;
    margin-left: 40px;
    width: 60%;
}
.txt_left {
    font-size: 18px;
    margin-right: 40px;
    width: 60%;
}
#lp_page h3 {
    background-color: #808085;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin: 50px auto;
    padding: 20px;
    width: 970px;
}
p.pagetop {
    width: 970px;
    margin: 0 auto;
}
	
.section_inner {
    width: 970px;
    margin: 60px auto;
}
.link_button {
    color: #fff;
    background: #3478e7;
    display: inline-block;
    padding: 12px 0;
    text-decoration: none;
    border-radius: 5px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    transition: background .3s, color .3s;
	border: 2px solid #3478e7;
}
.link_button:hover {
    color: #3478e7;
    background: #fff;
	border: 2px solid #3478e7;
}
	
	@media screen and (max-width: 479px) {
		#top, #item .flex_box, p.pagetop, .section_inner {
			width: 100%;
		}
		#item {
			padding: 20px;
		}
		#item .flex_box {
			margin: 0px 9px 30px 0px;
			display: flex;
			flex-direction: column;
		}
		.txt_right {
			font-size: 14px;
			margin: 30px 0 0 0;
			width: 100%;
		}
		.txt_left {
			font-size: 14px;
			margin: 30px 0 0 0;
			width: 100%;
		}
		#lp_page h3 {
			width: 100%;
		}
		.img_right {
			order: -1;
		}
	}