@charset "UTF-8";
/* CSS Document */

/*formation用スタイル*/
.main .content{
	margin-top: 80px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
	background-color: initial;
}

.content li{
	box-shadow: 2px 5px 10px rgba(0, 0, 0, .15);
	margin-bottom:50px;
	background-color: #fff;
}
.abt-List li{
  display: flex;
}
.abt-List .title{
	background-color: #FEF761;
	width:30%;
	padding:50px;
	font-weight: bolder;
}
.abt-List .text{
	width:70%;
	padding:50px;
}
.zigyo li{
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	margin-bottom:0px;
	margin-left: 1.6em;
    text-indent: -2em;
}
/*****スマホ****/
@media (max-width: 780px){
	.content li{
		margin-bottom:20px;
	}
	.abt-List .title{
		width:100%;
		padding:5%;
		font-weight: bolder;
	}
	.abt-List .text{
		width:100%;
		padding:5%;
	}
	.abt-List li{
		display: block;
	}
}

/*ヘッドライン*/
@media screen and (max-width: 767px){
  .main .content{
	margin-top: 0px;
  }
}
@media (min-width: 1500px) {
	.container{
		width:1575px;
	}
}
/****************/