*{
	margin:0px;
	padding:0px;
}

body{
	background-color:#3c5a98;
	font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size:12px;
}

a:link, a:visited { color: #182a4f; text-decoration: none; }
a:active, a:hover { color: #182a4f; text-decoration: underline; }

#wrapper{
	width:900px;
	margin:0 auto;
	background-color:#FFF;
}

#wrapper #facebook{
	width:750px;
	margin:60px auto 35px;
	font-size:12px;
}

#wrapper #facebook #arp{
	float:left;	
}

#wrapper #content{
	width:742px;
	margin:60px auto 75px auto;
	
}

#wrapper #content #left-f {float:left; width:360px; }
#wrapper #content #right-f {float:right; width:360px; }

 .content_left{
	background-color:#d8dfea;
	width:360px;
	height:105px;
	margin:0;
	
	
}

.content_img{
	margin:2px 15px 2px 9px;	
	vertical-align:middle;
	float:left;
}

.content_tx{
	color:#182a4f;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	

}

/*
.content_textline{
	margin-top:5px;	

}


.content_textline2{
	margin-top:20px;	
	
}
*/
 .content_right{
	background-color:#d8dfea;
	width:360px;
	height:105px;
	margin:0;
}

#footer{
	margin:0 auto;	
}

.clear {
	    clear:both;@/*floatΜπA±±ͺ|Cg*/
}


.list_sns{
    margin: 0 auto;
    margin-bottom: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list_sns li {
    font-size: 1.2rem;
    flex: 0 1 auto;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background: #eceef5;
    border: 1px solid #cad5e8;
}


.list_sns li a{
	display: block;
    padding: 15px;

    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list_sns li a:hover{
	text-decoration: none;
}

.list_sns li h3{
	color: #182a4f;
	margin-bottom: 4px;
}

.list_sns li .box_text{
	width: calc(100% - 88px);
}

.list_sns li .box_text_inner{
	color: #000;
	width: 100%;

    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list_sns li .icon img{
	width: 73px;
	height: auto;
}

.list_sns li .box_text .desc{
	width: calc(100% - 100px);
}




