@charset "UTF-8";

.reform-article-detail {
	color: #1f2c5c;
}
.reform-article-tmp > div:first-child {
	background: url("../img/reform_article/bg_01.png") no-repeat left 25px top 10px;
	background-size: 363px 95px;
}
@media screen and (max-width: 1000px) {
	.reform-article-tmp > div:first-child {
		background: none;
	}
}
.reform-article-tmp > div a {
	background-color: #fff;
	color: #1f2c5c;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #1f2c5c;
	border-radius: 10px;
	position: relative;
	transition: .2s;
}
.reform-article-tmp > div a.current {
	background-color: #1f2c5c;
	color: #fff;
}
.reform-article-tmp > div a::after {
	content: "";
	display: block;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border: 1px solid #1f2c5c;
	border-top-width: 0;
	border-left-width: 0;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transition: .2s;
	-webkit-transform: translate(-50%,50%) rotate(45deg);
	transform: translate(-50%,50%) rotate(45deg);
}
.reform-article-tmp > div a.current::after {
	background-color: #1f2c5c;
}
.reform-article-tmp > div a:hover {
	background-color: #1f2c5c;
	color: #fff;
}
.reform-article-tmp > div a:hover::after {
	background-color: #1f2c5c;
}

/* reform-new */
.reform-new {
	position: relative;
}
.reform-new > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1f2c5c;
	width: 45%;
	height: calc(100% - 80px);
	position: absolute;
	top: 40px;
	right: 0;
}
.reform-new div div {
	width: 100%;
	max-width: 478px;
	padding: 25px;
}
.reform-new figure {
	max-width: 1090px;
	margin: 0 auto;
}
.reform-new img {
	display: block;
	width: 100%;
	max-width: 685px;
}
.reform-article-detail .reform-new > div {
	width: calc(100% - 50px);
	height: auto;
	margin: -90px auto 0;
	position: relative;
	top: 0;
}
.reform-article-detail .reform-new div div {
	width: 100%;
	max-width: none;
	padding: 25px;
}
.reform-article-detail .reform-new img {
	max-width: none;
}
@media screen and (max-width: 1090px) {
	.reform-new > div {
		width: 60%;
	}
}
@media screen and (max-width: 768px) {
	.reform-new > div {
		width: calc(100% - 50px);
		height: auto;
		margin: -40px auto 0;
		position: relative;
		top: 0;
	}
	.reform-new div div {
		width: 100%;
		max-width: none;
		padding: 25px;
	}
}

/* reform-title */
.reform-title {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.75;
}
.reform-article-detail .reform-title {
	font-size: 36px;
}

/* reform-contents-title */
.reform-contents-title1,
.reform-contents-title2 {
	font-weight: bold;
}
.reform-contents-title1 {
	font-size: 28px;
	margin-top: 40px;
  margin-top:-70px;
  padding-top:110px;
  
}
.reform-contents-title2 {
	font-size: 21px;
}

/* reform-list */
.reform-list section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	transition: .5s all;
}
.reform-list section:hover{
	opacity:.7;
}

.reform-list div {
	background-color: #fff;
	padding: 20px 16px;
}
.reform-list h3 {
	color: #1f2c5c;
	font-weight: bold;
	text-align: justify;
	line-height: 1.75;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.reform-list_img{
  width: 100%;
  position:relative;
  height:0;
  overflow:hidden;
  padding-top:66.7%;
}
.reform-list_img .new{
	position: absolute;
	top:0;
	z-index:2;
	padding:5px 10px;
	background-color: #fff;
	color:red;
	font-weight: bold;

}
.reform-list_img img{
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  height:auto;
  width:100%;
  /*max-width:inherit;*/
}
.reform-list figure{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.7%;
}
.reform-list figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: inherit;
}
/* reform-contents */
.reform-contents h2 {
	color: #1f2c5c;
	font-size: 24px;
	font-weight: bold;
}
.reform-contents a {
	display: inline-block;
	color: #1f2c5c;
	font-size: 21px;
	line-height: 1.5;
	padding: .3em 0;
	position: relative;
}
.reform-contents a::after {
	content: "";
	display: block;
	background-color: #1f2c5c;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: .2em;
	left: 0;
	transition: .4s ease-out;
}
.reform-contents a:hover::after {
	width: 100%;
}
.reform-contents dl {
	padding-left: 1.5em;

}
.reform-contents dt {
	font-weight: bold;
}
.reform-contents dd {
	padding-left: 1.4em;
}
@media screen and (max-width: 768px) {
	.reform-contents a {
		font-size: 20px;
		line-height: 1.5;
		padding: 0 0;
	}
	.mt120{
		margin-top: 40px;
	}
	.reform-contents-title1 {
		font-size: 24px;
		margin-top: 20px;
	}
	.reform-contents-title2 {
		font-size: 20px;
		margin-top: 20px;
	}
	.mt40{
		margin-top: 20px;
	}
	.text-j{
		line-height: 1.6;
	}
	
}

/* reform-article-button */
.reform-article-button {
	display: inline-block !important;
	background-color: #fff;
	width: auto !important;
	color: #1f2c5c;
	font-size: 16px;
	padding: 10px 16px;
	border: 1px solid #1f2c5c;
	border-radius: 10px;
	transition: .2s;
}
.reform-article-button:hover {
	background-color: #1f2c5c;
	color: #fff;
	border-color: #fff;
}
@media all and (-ms-high-contrast:none){
/*.reform-list{
	flex-wrap:nowrap;
}*/
.reform-list.col-margin-x25-y80 {
  margin: 0;
}
}