@charset "UTF-8";

.InPage--PageTitle--column {
	background:url("files/MainImage.jpg") center no-repeat;
}

.column_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.column_box .text {
	width: 75%;
	margin-right: 5%;
}

.column_box .img {
	width: 20%;
}

.column_box .img img {
	width: 100%;
}

@media screen and (max-width:480px) {
	.column_box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.column_box .text {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.column_box .img {
		width: 100%;
	}

	.column_box .img img {
		width: 100%;
	}
}

.column_list {
	width: 100%;
}

.column_list li {
	width: 100%;
	text-indent: -3.3em;
	margin-left: 3.3em;
}

@media screen and (max-width:480px) {
	.column_list {
		width: 85%;
	}

	.column_list li {
		width: 100%;
		text-indent: -3.3em;
		margin-left: 3.3em;
	}
}

.column_area {
	width: 100%;
}

.column_area a {
	color: #3c50a1;
	text-decoration: underline;
}

@media screen and (max-width:480px) {
	.column_area a {
		color: #3c50a1;
		text-decoration: underline;
		word-break: break-all;
	}
}


/*---コラムリスト---*/

.column_box2 {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.column_box2 .column_list2:nth-child(2n) {
	background: #f8f8f8;
}

.column_list2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.column_list2 .time {
	width: 13%;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 0.9em;
}

.column_list2 .vol {
	width: 8%;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 0.9em;
}

.column_list2 .title {
	width: 54%;
	padding: 10px 20px;
	box-sizing: border-box;
}

.column_list2 .title a {
	text-decoration: underline;
	color: #3c50a1;
}

.column_list2 .cat {
	width: 25%;
}

.column_list2 .cat .category {
	width: 100%;
	background: #3c50a1;
	color: #fff;
	padding: 5px 0 5px 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.9em;
}

.column_list2 .cat .name {
	width: 100%;
	text-align: center;
	padding: 3px 0 7px 0;
	box-sizing: border-box;
}

@media screen and (max-width:480px) {
	.column_box2 {
		width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.column_box2 .column_list2:nth-child(2n) {
		background: #f8f8f8;
	}

	.column_list2 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;
		align-items: center;
		background: #fff;
	}

	.column_list2 .time {
		width: auto;
		text-align: left;
		padding: 10px 0 0 20px;
		margin-right: 15px;
		box-sizing: border-box;
		font-weight: 600;
		font-size: 0.9em;
	}

	.column_list2 .vol {
		width: auto;
		text-align: left;
		padding: 10px 20px 0 0;
		box-sizing: border-box;
		font-weight: 600;
		font-size: 0.9em;
	}

	.column_list2 .title {
		width: 100%;
		padding: 0 20px 15px 20px;
		box-sizing: border-box;
	}

	.column_list2 .title a {
		text-decoration: underline;
		color: #3c50a1;
	}

	.column_list2 .cat {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.column_list2 .cat .category {
		width: 100%;
		background: #3c50a1;
		color: #fff;
		padding: 5px 0;
		box-sizing: border-box;
		text-align: center;
		font-size: 0.9em;
	}

	.column_list2 .cat .name {
		width: 50%;
		text-align: center;
		padding: 7px 0;
		box-sizing: border-box;
		font-size: 0.9em;
	}
}

#Pager {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#Pager ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#Pager ul li {
	margin: 0 10px;
}


#Pager ul li.Btn {
	background: #3c50a1;
	color: #fff;
	padding: 3px 15px;
	border-radius: 7px;
}

#Pager ul li.Btn a {
	color: #fff;
}

@media screen and (max-width:480px) {
	#Pager {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	#Pager ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#Pager ul li {
		margin: 0 7px;
	}


	#Pager ul li.Btn {
		background: #3c50a1;
		color: #fff;
		padding: 3px 7px;
		border-radius: 7px;
	}

	#Pager ul li.Btn a {
		color: #fff;
	}
}

.reed {
		font-size: 20px;
		font-weight: 600;
		padding-left: 15px;
		text-align: center;
		padding: 10px 0;
		position: relative;
	}
	.reed.type02_font {
		font-size: 30px;
	}
	.reed::before {
		content: "";
		position: absolute;
		bottom: 0;
  		display: block;
  		height: 4px;
		width: 100%;
		background: rgb(231,234,244);
		background: linear-gradient(90deg, rgba(231,234,244,1) 0%, rgba(60,80,161,1) 100%);	
	}

@media screen and (max-width:640px) {
	.reed {
		font-size: 22px!important;
	}
}

.column_box {
	width: 100%;
}

.column_box h2 {
  color: #3c50a1;
  font-size: 1.38462rem;
  font-weight: 700;
  border-bottom: solid 2px #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
  margin-bottom: 16px;
  margin-top: 20px;
  padding-bottom: 8px;
}

.column_box h2:before {
  content: " ";
  height: 2px;
  width: 17px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #3c50a1;
}

.column_box h3 {
  color: #1e1e1e;
  font-weight: 700;
  font-size: 1.23077rem;
  margin-bottom: 8px;
  margin-top: 0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column_box h3:before {
  content: " ";
  width: 8px;
  height: 4px;
  background: #1e1e1e;
  margin-right: 7px;
}

.column_box h3 span a {
	text-decoration: underline;
}

.column_box p {
	width: 100%;
	margin-bottom: 30px;
}

.column_box ul {
	width: 100%;
	margin-bottom: 30px;
}

.column_box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
}

.column_box ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  min-width: 16px;
  min-width: 1rem;
  color: #3c50a1;
  font-weight: 700;
}