p, ul {
  padding: .5em 1em;
}
.l_grid_box{
	  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.l_grid_box.one{
		display: block;
margin-left: 0 auto;
	text-align: center;
}
.l_grid_box.one a{
	margin: 0 auto;
}
.l_grid_box.one img{
max-width: 600px;
	width: 100%;
}
@media (max-width: 960px) {
	.l_grid_box{
	display: block;	
	}
}
.upts_descriptionbox2_title{
	font-size: 1.4em;
}
/* 大見出し */
.col_danraku_midashi2 {
	width: auto;
	padding: .5em;
	font-size: 1.7em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.col_danraku_midashi2 span{
	font-size: .6em;
}
.l_list_mokuji {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.l_list_mokuji li a {
  text-decoration: none;
  background: #eee;
  border-radius: 3px;
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.l_list_mokuji li a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.l_list_mokuji li a:hover {
  background: #D2D8E3;
  text-decoration: none;
  color: #FFF;
}
.l_list_mokuji li a:hover:after {
  right: 1.4rem;
}
.l_list_mokuji.nolink li a{
	pointer-events: none;
	color: #414141!important;
}
.l_list_mokuji.nolink li a:after{
	display: none;
}
/* 分野の縦ボックス（１） */
.bunya_box1 h3, .bunya_box2 h3, .bunya_box3 h3 {
	font-size: 1.3em;
  position: relative;
  display: table-cell;
  padding-left: 55px;
}
.bunya_box1 h3:before, .bunya_box2 h3:before, .bunya_box3 h3:before {
  position: absolute;
  content: '';
  top: calc(50% - 2px);
  width: 40px;
  left: 0;
  height: 3px;
  border-top: solid 2px #C5C5C5;
}
.bunya_box2, .bunya_box3,.bunya_box4 {
  margin-top: 5em !important;
}
.bunya_box1, .bunya_box2, .bunya_box3 {
  margin: 0.5rem auto;
  background: #fff;
  width: auto;
}
.box-title {
  font-size: 1.2em;
  padding: .3em 1em;
  color: #FFF;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
.bunya_box1 .box-title {
  background: #B92C46;
}
/* 分野の縦ボックス（２） */
.bunya_box2 .box-title {
  background: #325798;
}
/* 分野の縦ボックス（３）*/
.bunya_box3 .box-title {
  background: #3F9E55;
}
/* 分野の縦ボックス（３）*/
.bunya_box4 .box-title {
  background: #838383;
}
@media (max-width: 960px) {
  .bunya_box1, .bunya_box2, .bunya_box3, .bunya_box4 {
    width: 100%;
    margin: 0;
  }
}