@charset "utf-8";

/* -------------------------------------------------- */
/* index*/
/* -------------------------------------------------- */

.section_column img {
  width: 100%;
}

.section_column .title_box02 {
	margin: 0 10px 30px;
	border-bottom: 2px solid #0176c6;
	position: relative;
	padding-bottom: 18px;
}

.section_column .title_box02 h3 {
	line-height: 1.0;
	font-size: 2.6rem;
	color: #0176c6;
	font-weight: 600;
}

.section_column .title_box02 .link_list {
	position: absolute;
	bottom: 12px;
	right: 0;
}

.section_column .title_box02 .link_list a {
	padding-right: 24px;
	position: relative;
  display: block;
}

.section_column .title_box02 .link_list a::before {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	width: 17px;
	height: 17px;
	border-radius: 10px;
	background: #0176c6;
  transition: .3s;
}

.section_column .title_box02 .link_list a:hover::before {
	right: -3px;
}

.section_column .title_box02 .link_list a::after {
	position: absolute;
	top: 9px;
	right: 7px;
	display: block;
	width: 4px;
	height: 4px;
	content: " ";
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
  transition: .3s;
}

.section_column .title_box02 .link_list a:hover::after {
	right: 4px;
}

@media screen and (max-width: 767px) {
  .section .title_box02 {
    margin: 0 5% 5%;
    padding-bottom: 3%;
  }

  .section .title_box02 h2 {
    font-size: 2rem;
  }

  .section .title_box02 .link_list {
    bottom: 4px;
    right: -15px;
    transform: scale(.8);
  }

  .section .title_box02 .link_list a {
    padding-right: 24px;
    position: relative;
  }

}

/* newest */
.box_newest {
  margin-bottom: 60px;
}

.box_newest a {
  display: block;
	background: #0176c6;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.box_newest .ph {
  width: 62%;
  height: 0;
  padding-bottom: 32%;
  display: inline-block;
  vertical-align: middle;
}

.box_newest .info_box {
  width: 36%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 4%;
}

.box_newest .info_box .tit {
  font-weight: 600;
  line-height: 1.6;
	height: 60px;
	overflow: hidden;
  color: #FFF;
  font-size: 1.8rem;
  margin: 10px 0 20px;
}

.box_newest .info_box .txt {
  line-height: 1.6;
	height: 40px;
	overflow: hidden;
  color: #FFF;
  font-size: 1.3rem;
}

.box_newest .date {
	opacity: .5;
	font-size: 1.3rem;
	text-align: right;
  margin-top: 20px;
  color: #FFF;
}

@media screen and (max-width: 767px) {

}


/* list */

.box_new {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.box_new:nth-child(4n) {
  margin-right: 0;
}

.box_new a {
  display: block;
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.box_new.new a::before {
	content: "NEW";
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #1cb07d;
	text-align: center;
	line-height: 46px;
	color: #FFF;
	font-weight: 500;
	font-size: 1.3rem;
	position: absolute;
	top: 10px;
	left: 10px;
}

.box_new .ph {
	height: 0;
	padding-bottom: 64%;
	overflow: hidden;
}

.box_new .info_box {
	margin-top: -16px;
	padding: 0 18px 18px;
}

.box_new .tit {
	margin: 10px 0 8px;
	line-height: 1.6;
	height: 40px;
	overflow: hidden;
}

.box_new .date {
	opacity: .5;
	font-size: 1.3rem;
	text-align: right;
}


@media screen and (max-width: 767px) {
	.box_new.new a::before {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 1.2rem;
	}

	.box_new .info_box {
		margin-top: -14px;
		padding: 0 5% 5%;
	}

  .box_new .tit {
		margin: 10px 0 8px;
		height: 40px;
	}

	.box_new .date {
		opacity: .5;
		font-size: 1.3rem;
		text-align: right;
	}
}


/* -------------------------------------------------- */
/* detail */
/* -------------------------------------------------- */

.article_block {
  width: calc(100% - 290px);
  float: left;
}

.detail_box {
  background: #FFF;
  border-radius: 10px;
  padding: 40px;
}

.detail_box .info_box {
  border-bottom: 1px solid rgba(185,210,240,.5);
  padding: 0 10px 40px;
  position: relative
}

.detail_box .info_box .tit {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 10px 0 30px;
}

.detail_box .info_box .date {
  font-size: 1.3rem;
  opacity: .5;
}

.detail_box .info_box .staff {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.detail_box .info_box .staff .ph {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.detail_box .info_box .staff .name {
  display: inline-block;
  vertical-align: middle;
  opacity: .5;
  font-size: 1.4rem;
  margin-right: 10px;
}

.detail_box .article {
  padding: 50px 10px 0;
}

.detail_box .main_ph {
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
}

.btn_back {
  margin: 50px auto 0;
  width: 212px;
}

.side {
  width: 240px;
  float: right;
}

.side .category_box {
  margin-bottom: 20px;
}

.side .archive {
  background: #FFF;
  border: 2px solid #0176c6;
  border-radius: 6px;
}

.side .archive .side_tit {
  background: #0176c6;
  color: #FFF;
  padding: 0 20px;
  line-height: 50px;
  font-weight: 600;
  font-size: 1.6rem;
}

.side .archive ul {
  padding: 10px 15px;
}

.side .archive li {
  border-bottom: 1px solid rgba(185,210,240,.5);
}

.side .archive li:last-child {
  border-bottom: none;
}

.side .archive li a {
  display: block;
  padding: 10px 10px 10px 24px;
  position: relative;
}

.side .archive li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border: 3px solid transparent;
  border-left: 5px solid #0176c6;
}

.side .archive .list_box {
  padding: 5px 15px;
}

.side .archive .list_box .box {
  border-bottom: 1px solid rgba(185,210,240,.5);
}

.side .archive .list_box .box:last-child {
  border-bottom: none;
}

.side .archive .box a {
  display: block;
  padding: 10px 0;
}

.side .archive .box .ph {
  width: 38%;
  height: 0;
  padding-bottom: 30%;
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  overflow: hidden;
}

.side .archive .box .info_box {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding-left: 2%;
}

.side .archive .box .info_box .date {
  font-size: 1.2rem;
  opacity: .5;
}

.side .archive .box .info_box .tit {
  font-size: 1.3rem;
  line-height: 1.6;
  height: 40px;
  overflow: hidden;
}

select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 6px;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  border-radius: 5px;
  border: none;
  background-image: url(../../img/column/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #bddfff;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

}
