@charset "UTF-8";
/* CSS Document */

.sub_contents_in {
    width: 100%;
    max-width: 2500px;
    margin-right: auto;
    margin-left: auto;
		margin-bottom: 30px;
    } 
.ar_top_1 {
    width: 100%;
    background-image: url("images/001_1.png");
    background-repeat: repeat-x;
    height: 200px;
    background-position: center top;
    background-size: cover;
}
.sub_contents {
	margin-top: 0;
	margin-bottom: 0;
}
.contents {
		width: 100%;
margin-left:auto;
margin-right: auto;
background-color:rgba(239,247,246,1.00);	

 }
.sub_artcle_in {
	max-width: 1100px;
	  margin-right: auto;
    margin-left: auto;
}
.ar_img_top {
	width: 80%;
	text-align: center;
margin-left:auto;
margin-right: auto;
	padding-bottom: 20px;
}
.ar_img {
	width: 60%;
	text-align: center;
margin-left:auto;
margin-right: auto;
}
.ar_left {
	width: 45%;
	float: left;
}
.ar_right {
	width: 45%;
	float: right;
}
.co_li ul li {
    list-style-type: disc;
    margin-left: 2%;
}
.sanka {
	width: 90%;
	margin-left:auto;
margin-right: auto;
}
/*-------------------------------------*/
@media screen and (max-width: 768px){
	.sub_contents_in {
		width: 100%;
margin-left:auto;
margin-right: auto;
	}	
.sub_contents {
		width: 100%;
margin-left:auto;
margin-right: auto;

 }
.ar_top_1 {
   display: none;
}
.ar_left {
	margin-left: 2%;
	width: 45%;
	float: left;
}
.ar_right {
	margin-right: 2%;
	width: 45%;
	float: right;
}
.ar_img_top {
	width: 100%;
	text-align: center;
margin-left:auto;
margin-right: auto;
	padding-bottom: 0;
}
.ar_img {
	width: 100%;
	text-align: center;
margin-left:auto;
margin-right: auto;
}
.co_li ul li {
    list-style-type: circle;
	margin-left: 5%;
}
}