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

/*Layout*/
body{}

#header_area{
	display: none;
}

#container{
	margin: 20px auto;
}

.posaclumn{
	display: block;
	padding: 40px 20px;
	background-color: #eee;
	border: solid #e8e8e8 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 15px auto;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.posaclumn h5 {
	color: #555555;
	font-size: 180%;
	text-align: center;
	padding: 0;
	margin: 0 auto 10px;
	background-color: initial;
	border: none;
	border-radius: initial;
	line-height: normal;
}

.posaclumn h5 + p{
	font-size: 120%;
}

.posaclumn a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	width: 100%;
	padding: 0 30px;
	margin: 20px auto 0;
	box-sizing: border-box;
}

.posaclumn a .img_box{
	flex-basis: 13%;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: none;
	padding: 10px;
	box-sizing: border-box;
	margin-right: 2em;
}
.posaclumn a.assets .img_box{background-color: #8bb483;}
.posaclumn a.lesson .img_box{background-color: #5abbd1; padding: 12px 12px 8px 8px;}
.posaclumn a.tips .img_box{background-color: #d3a651;}
.posaclumn a.ask .img_box{background-color: #dd8f72;}
.posaclumn a.support .img_box{background-color: #c281a9;}


.posaclumn a .img_box img{
	width: 100%;
	max-width: 100%;
}

.posaclumn a .text_box{
	flex-basis: 80%;
	text-decoration: none;
	text-align: left;
	font-size: 135%;
	color: #555555;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;

}

.posaclumn a .text_box span{
	display: block;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
	color: #555555;
	line-height: 1.5;
	text-decoration: underline;
}


/*～744px スマホ用===============================================================*/
@media screen and (max-width: 980px) {

	#container {
		width: 100%;
		margin: 0 auto;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.main_img img {
		-moz-border-radius: 0;
		-webkit-border-radius:  0;
		border-radius: 0;
	}

	.posaclumn a {
		margin: 40px auto 0;
		padding: 0;
	}

	.posaclumn a .text_box {
		font-size: 185%;
		line-height: 1.2;
	}
	.table_type02 table {
		font-size: 150%;
		line-height: 1.2;
	}
	.table_type02 table tbody tr td {
		padding: 15px 7px;
	}
}