@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 750px){
	.column_wrap{
  		display: flex;
  		justify-content: space-between;
		flex-wrap: wrap;
  		padding-top: 1em;
 	 	margin: 0 auto;
  		text-align: left;
	}
	.column_item{
		width: 48.5%;
		margin: 0 0 10%;
		border: 1px solid #EDEEF0; 
	}
	.column_item div{
		padding: 8px 10px;
		border-top: 1px solid #EDEEF0;  
	}
	.column_item p{
		text-align: left;
		font-weight: bold; 
		height: 5.5em;
		line-height: 1.6;
	}
	.column_tag {
  		font-size: 13px;
  		padding: 3px 7px;
		margin: 0 3% 0 0;
		background: #EDEEF0;
  		color: #ff9935;
	}  
	.column_btn {
		width: 90%;
		font-size: 4vw;
		margin: 5% auto 5%;
		text-align: center;
	}
	.column_btn a {
		display: block;
		color: #4d4d4d;
		padding: 13px;
		border: 1px #4d4d4d solid;
		font-family: "source-han-serif-japanese", sans-serif;
		font-style: normal;
		font-weight: 500;
		border-bottom: 3px solid;
	}
}

@media screen and (min-width:751px) and (max-width: 1024px) {
	.column .title_text{
	margin-top: 30px;
}
.column_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
  text-align: left;
	}
.column_item{
  width: 31%;
  margin: 0 0 5%;
  border: 1px solid #EDEEF0; 
	}
.column_item div{
  padding: 10px 12px;
  border-top: 1px solid #EDEEF0;  
}
.column_item p{
  text-align: left;
  padding: 8px 0;
  font-weight: bold; 
}
.column_tag {
  font-size: 11px;
  padding: 3px 10px;
  margin: 0 3% 0 0;
  background: #EDEEF0;
  color: #ff9935;
}  
.column_btn {
	width: 60%;
	margin: 50px auto;
	text-align: center;
}
.column_btn a {
	display: block;
	color: #4d4d4d;
	padding: 13px;
	border: 1px #4b4b4b solid;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	border-bottom: 3px solid;
	border-bottom: 3px solid;
	}
}

@media screen and (min-width:1025px), print, tv {
	.column .title_text{
	margin-top: 100px;
}
.column_wrap{
	display: flex;
	justify-content: space-between;
 	flex-wrap: wrap;
 	padding-top: 60px;
	text-align: left;
	}
.column_item{
	width: 32%;
	margin: 0 0 5%;
	border: 1px solid #EDEEF0;
	}
.column_item div{
	padding: 10px 12px;
	border-top: 1px solid #EDEEF0;  
	}
.column_item p{
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold; 
	}
.column_tag{
	font-size: 14px;
	padding:3px 10px;
	margin:0 3% 0 0;
	background: #EDEEF0;
	color: #ff9935;
	}
.column_btn{
	width: 40%;
	margin: 50px auto;
	text-align: center;
}
.column_btn a {
	display: block;
	color: #4d4d4d;
	padding: 15px;
	border: 1px #4b4b4b solid;
	font-family: "source-han-serif-japanese", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	border-bottom: 3px solid;
	}
}