@charset "UTF-8";

/*公開時対応*/
.open07 header .logo_header img {
    margin-left: 0;
}

.open07 .area_open07{
    width: 730px;
    margin: 0 auto;
    padding: 30px 0 60px;
}

.open07 .area_open07 .txtarea p{
    color:#333;
    font-size: 1.8rem;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
    text-align: center;
    line-height: 2;
    font-weight: bold;
}

.open07 .area_open07 .txtarea p + p{
    margin-top: 35px;
}

.open07 .area_open07 .txtarea p .logo{
    margin-top: 15px;
}

.open07 .area_open07 .area_process{
    margin: 30px 0;
    padding: 20px 0;
    background: #c4ec97;
}

.open07 .area_open07 .area_process p{
    color:#333;
    font-size: 1.8rem;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
    line-height: 1.6;
    font-weight: bold;
}

.open07 .area_open07 .area_process p + p{
    margin-top: 35px;
}

.open07 .area_btn{
    margin-top: 25px;
    justify-content: space-between;
}

.open07 .area_btn p a{
    display: block;
    width: 330px;
    height: 60px;
    background: #000;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 60px;
}
.ie11 .open07 .area_btn p a{
    line-height: 67px;
}

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

    .open07 .area_open07{
        width: 94%;
        padding: 5% 0 10%;
    }

    .open07 .area_open07 .txtarea p{
        font-size: 3.8vw;
        line-height: 2;
    }

    .open07 .area_open07 .txtarea .logo{
        width: 180px;
        margin-top: 3%;
    }

    .open07 .area_open07 .txtarea .arw{
        width: 12px;
    }

    .open07 .area_open07 .txtarea p + p{
        margin-top:5%;
    }

    .open07 .area_open07 .area_process{
        margin: 5% 0;
        padding: 5% 0;
    }

    .open07 .area_open07 .area_process p{
        font-size: 3.8vw;
    }

    .open07 .area_open07 .area_process p + p{
        margin-top:5%;
    }

    .open07 .area_btn{
        margin-top:6%;
        flex-wrap: wrap;
    }
    .open07 .area_btn p{
        width: 100%;
    }
    .open07 .area_btn p + p{
        margin-top: 3%;
    }
    .open07 .area_btn p a{
        width: 80%;
        margin: 0 auto;
        font-size: 1.4rem;
    }

}

body {
    margin: 100px auto 0;
}

header .wrap{
    height: 100px;
}
@media screen and (max-width: 768px) {

    body {
        margin: 75px auto 0;
    }

    header .wrap{
        height: 75px;
    }
}

/* ----------------------------------------------------------------------------------------------------
*  fv
* --------------------------------------------------------------------------------------------------*/
.fv{
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.fv .slide_logo{
	position: absolute;
	z-index: 2;
	top: 35px;
	left: 115px;
}

.fv .slide_fv li{
	position: relative;
	width: 1200px;
}

.fv .slide_fv img{
	width: 100%;
	max-width: 1060px;
}

.fv .slide_fv li a{
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
}

.fv .slide_fv li a:hover{
	opacity: 1;
}

.fv .slide_fv .slick-active img,
.fv .slide_fv .is-active-next img{
	margin-left: auto;
}

.fv .slide_fv .slide_txt_box{
	opacity: 0;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 30px;
	width: 270px;
	min-height: 270px;
	padding: 30px 35px;
	background: linear-gradient(-45deg, transparent 30px, #000 30px);
	background-position: bottom right;
	background-repeat: no-repeat;
	transition: all 0.4s;
}

.fv .slide_fv .slick-active .slide_txt_box,
.fv .slide_fv .is-active-next .slide_txt_box{
	opacity: 1;
}

.fv .slide_fv .slide_txt_box p{
	position: relative;
	z-index: 3;
	color: #fff;
}

.fv .slide_fv .slide_txt_box .slide_num{
	font-size: 1.4rem;
	text-align: center;
}

.fv .slide_fv .slide_txt_box .slide_ttl{
	margin: 15px 0;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
    font-size: 3.0rem;
    text-align: center;
    line-height: 1.5;
}

.fv .slide_fv .slide_txt_box .slide_txt{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
	font-size: 1.4rem;
	line-height: 1.8;
}

.fv .slick-list{
	position: relative;
}

.fv .slick-list:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	width: 92px;
	height: 100%;
	background: #fff;
}

.fv .slick-slide{
	margin: 0 5px;
}

.fv .slick-prev.slick-arrow{
	display: none!important;
}

.fv .slick-next.slick-arrow{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 65px;
	width: 60px;
	height: 60px;
	background: url("../img/common/arw_slide_next.png") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.fv .slick-dots{
	position: absolute;
	bottom:130px;
	left:4%;
}

.fv .slick-dots li{
	width: 10px;
}

.fv .slick-dots li button{
	display: block;
	width:10px;
	height: 10px;
	background-color: #fff;
	border: 1px solid #000;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
	text-indent: 100%;
	overflow: hidden;
}

.fv .slick-dots li + li{
	margin-top: 17px;;
}

.fv .slick-dots li.slick-active button{
	background: #000;
}

@media screen and (max-width:1370px) {
    .fv .slick-list:before{
        content: none;
    }
}
@media screen and (min-width:769px) {

	.fv .slick-next.slick-arrow,
	.fv .slick-next.slick-arrow:before,
	.fv .slick-next.slick-arrow:after{
		transition: all .5s ease;
	}

	.fv .slick-next.slick-arrow:hover{
		opacity: 0.7;
	}

	.fv .slick-next.slick-arrow,
	.fv .slick-next.slick-arrow * {
		outline: 1px solid transparent;
	}

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

	.fv{
		margin-bottom: 20px;
	}

	.fv .slide_logo{
		top: initial;
		bottom: 2px;
		left: 10%;
		max-width: 120px;
		width: 26%;
	}

	.fv .slide_fv li{
		width: 90vw;
		margin: 0 5px;
	}

	.fv .slide_fv a{
		padding-bottom: 80px;
	}

	.fv .slide_fv .slide_txt_box{
		left: initial;
		right: 5%;
		bottom: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 135px;
		height: 135px;
		min-height: auto;
		padding: 0;
		background: linear-gradient(-45deg, transparent 15px, #000 15px);
	}

	.fv .slide_fv .slide_txt_box .slide_num{
		font-size: 1.3rem;
	}

	.fv .slide_fv .slide_txt_box .slide_ttl{
		font-size: 2.0rem;
		margin: 8px 0 0;
	}

	.fv .slick-list:before{
		content: none;
	}

	.fv .slick-slide{
		margin: 0;
	}

	.fv .slick-next.slick-arrow{
		position: absolute;
		top:50%;
		transform: translateY(-50%);
		right: calc(10% - 32px);
		width: 60px;
		height: 60px;
		background: url("../img/common/arw_slide_next.png") 0 0 no-repeat;
		text-indent: 100%;
		overflow: hidden;
	}

	.fv .slick-dots{
		position: absolute;
		bottom:130px;
		left:4%;
	}

	.fv .slick-dots li button{
		display: block;
		width:7px;
		height: 7px;
		background-color: #fff;
		border: 1px solid #000;
		transform: rotate(-45deg);
		transform-origin: 0 100%;
		text-indent: 100%;
		overflow: hidden;
	}

	.fv .slick-dots li + li{
		margin-top: 12px;;
	}

	.fv .slick-dots li.slick-active button{
		background: #000;
	}

}

/* ----------------------------------------------------------------------------------------------------
*  journal
* --------------------------------------------------------------------------------------------------*/

.journal {
	width: 920px;
	margin: 40px auto 120px;
}

.journal .title { text-align: center; }

.journal .date {
	margin: 20px 0 0;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 1.2rem;
}

.journal .description {
	width: 70%;
	margin: 20px auto 0;
	line-height: 1.6;
	text-align: center;
	font-size: 1.4rem;
}

.journal .news-body {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}

.journal .news-body .small-area {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: space-between;
	flex-wrap: wrap;
	width: calc(50% - 20px);
}

.journal .news-body .small-area .unit .img-area::after {
	padding-top: 85%;
}

.journal .news-body .small-area .unit {
	width: calc(50% - 20px);
	height: 270px;
	overflow: hidden;
}

.journal .news-body .big-area {
	width: calc(50% - 20px);
}

.journal .news-body .unit {
	position: relative;
}

.journal .news-body .unit .img-area {
	background: #eeeeee;
	position: relative;
	overflow: hidden;
	transition: all .3s ease;
}
.journal .news-body .unit .img-area:hover { opacity: 0.5; }
.journal .news-body .unit .img-area::after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.journal .news-body .unit .img-area img {
	max-width: none;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.journal .news-body .unit .img-area .category {
	display: block;
	/*width: 130px;*/
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #d18383;
	font-weight: bold;
	font-size: 1.3rem;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding:0 10px;
}
.journal .news-body .unit .img-area .category.area { background: #9aaa7b; }
.journal .news-body .unit .img-area .category.PRESS { background: #6ea1bc; }
.journal .news-body .unit .img-area .category.EVENT { background: #cfa761; }

.journal .news-body .unit .article-title {
	margin: 10px 0 0;
	line-height: 1.6;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, 'Noto Serif JP', メイリオ, Meiryo, serif;;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.journal {
		width: 100%;
	}
	.journal .news-body {
		display: block;
		padding: 0 20px;
	}

	.journal .news-body .small-area,
	.journal .news-body .big-area {
		width: 100%;
	}

	.journal .news-body .unit {
		margin-bottom: 15px;
	}
	.journal .news-body .unit .img-area .category {
	font-size: 1rem;
	padding:0 8px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  new_property
* --------------------------------------------------------------------------------------------------*/

.new_property .wrap{
	padding: 60px 0 5px;
}

.new_property .area_ttl{
	position: absolute;
	top:-30px;
	right:10px;
}

.new_property .list_new{
	flex-wrap: wrap;
	width: 920px;
	margin: 0 auto;
}

.new_property .list_new li{
	width: 260px;
	margin-bottom: 50px;
}

.new_property .list_new li a{
	display: block;
}

.new_property .list_new li:not(:nth-of-type(3n)){
	margin-right: 70px;
}

.new_property .list_new .img{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65.38%;
	background: #eee;
	overflow: hidden;
}
.new_property .list_new .img .ofi{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.new_property .list_new .catchcopy{
	margin: 13px 0 5px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, 'Noto Serif JP', メイリオ, Meiryo, serif;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
}
.new_property .list_new .place{
	line-height: 1.4;
	font-size: 1.4rem;
	margin: 0 0 5px;
	text-align: center;
}

.new_property .list_new .price{
	font-size: 1.6rem;
	text-align: center;
}

.new_property .list_new .price span{
	font-size: 70%;
}

.new_property .literature{
	position: relative;
	z-index: 1;
}

.new_property .literature:before{
	content: "";
	position: absolute;
	top: -8px;
	left: 5px;
	z-index: 2;
	display: block;
	width: 52px;
	height: 52px;
	background-color: rgba(0,0,0,0.9);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.new_property .literature:after{
	content: "文学";
	position: absolute;
	top:-7px;
	left:-4px;
	z-index: 3;
	color:#fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 1px;
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
	font-size: 1.4rem;
}

.ie11 .new_property .literature:after{
	top:-9px;
	left:-6px;
}

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

	.new_property .wrap{
		padding: 10% 0;
	}

	.new_property .area_ttl{
		position: static;
		top:auto;
		right:auto;
		text-align: center;
	}

	.new_property .list_new{
		width: 100%;
		margin-top: 7%;
	}

	.new_property .list_new li{
		width: 80%;
		margin: 0 auto 7%;
	}

	.new_property .list_new li:not(:nth-of-type(3n)){
		margin-right: auto;
	}

	.new_property .list_new .place{
		font-size: 1.3rem;
		margin: 5% 0 2%;
	}

	.new_property .list_new .price{
		font-size: 1.5rem;
		line-height: 1.3;
	}

	.new_property .literature:before{
		top: -4px;
		left: 12px;
		width: 40px;
		height: 40px;
		background-color: rgb( 0,0,0, 0.9 );
	}

	.new_property .literature:after{
		top: -3px;
		left: 3px;
		font-size: 1rem;
	}

}

/* ----------------------------------------------------------------------------------------------------
*  construction_company
* --------------------------------------------------------------------------------------------------*/

.construction_company{
	background: #eee;
}
.construction_company .wrap{
	padding: 70px 0 50px;
}

.construction_company .area_ttl{
	position: absolute;
	top:-50px;
	left:10px;
}

.construction_company .list_company_2col{
	width: 920px;
	margin: 0 auto;
}

.construction_company .list_company_2col li{
	width: 420px;
	margin-bottom: 50px;
}

.construction_company .list_company_2col li a{
	display: block;
}

.construction_company .list_company_2col li:nth-child(odd){
	margin-right: 80px;
}

.construction_company .list_company_2col .img{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 66.66%;
}

.construction_company .list_company .name{
	margin: 20px 0 10px;
}

.construction_company .list_company{
	flex-wrap: wrap;
	width: 920px;
	margin: 0 auto;
}

.construction_company .list_company > li{
	width: 260px;
	margin-bottom: 50px;
}

.construction_company .list_company > li a{
	display: block;
}

.construction_company .list_company > li:not(:nth-of-type(3n)){
	margin-right: 70px;
}

.construction_company .list_company .img{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65.38%;
    background: #fff;
    overflow: hidden;
}
.construction_company .list_company .img .ofi{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.construction_company .name{
	font-size: 2rem;
	line-height: 1.3;
	margin: 17px 0 10px;
	text-align: center;
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
	letter-spacing: 0;
}

.construction_company .txt{
	font-size: 1.3rem;
	text-align: center;
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
	letter-spacing: 0;
}

.construction_company .list_link {
  margin:12px auto 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
.construction_company .list_link a {
  font-size:1.4rem;
  line-height:1.4rem;
  text-decoration:none;
}

.construction_company .list_link .btn01 a,
.construction_company .list_link .btn02 a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background: #666666;
  text-align: center;
	color: #ffffff;
	white-space: nowrap;
}

.construction_company .list_link .btn01.btn-category-1 a {
  background: #d18383;
}
.construction_company .list_link .btn01.btn-category-2 a {
  background: #9AAA7B;
}
.construction_company .list_link .btn01.btn-category-3 a {
  background: #BAB26A;
}
.construction_company .list_link .btn01.btn-category-4 a {
  background: #C997BA;
}
.construction_company .list_link .btn01.btn-category-5 a {
  background: #cfa761;
}
.construction_company .list_link .btn01.btn-category-6 a {
  background: #74ba9a;
}

.construction_company .list_link .btn02 a {
  background: #6ea1bc;
}

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

	.construction_company .wrap{
		width: 100%;
		padding: 10% 0 5%;
	}

	.construction_company .area_ttl{
		position: static;
		top:auto;
		right:auto;
		text-align: center;
		margin-top: calc( -10% - 20px);
	}

	.construction_company .list_company_2col{
		flex-wrap: wrap;
		width: 94%;
		margin: 7% auto 0;
	}

	.construction_company .list_company_2col li{
		width: 80%;
		margin: 0 auto 7%
	}

	.construction_company .list_company_2col li:nth-child(odd){
		margin-right: auto;
	}

	.construction_company .list_company_2col .name{
		font-size: 2.0rem;
	}

	.construction_company .list_company .name{
		font-size: 1.5rem;
		margin: 5% 0;
	}

	.construction_company .list_company{
		width: 100%;
		margin-top: 5%;
	}

	.construction_company .list_company > li{
		width: 49.5%;
		margin-bottom: 5%;
	}

	.construction_company .list_company > li:not(:nth-of-type(3n)){
		margin-right: 0;
	}

	.construction_company .list_company > li:not(:nth-of-type(even)){
		margin-right: 1%;
	}

	.construction_company .list_link {
		flex-wrap: wrap;
	}
	.construction_company .list_link > li {
		margin: 5px 0 0;
	}
	.construction_company .list_link a {
		font-size:1.2rem;
		line-height:1.2rem;
	}

	.construction_company .name{
		margin: 5% 0 3%;
		line-height: 1.5;
	}

	.construction_company .txt{
		font-size: 1.3rem;
		line-height: 1.5;
	}

	.construction_company .list_company .txt{
		display: none;
	}

	.construction_company .btn_more{
		width: 94%;
	}

}



/* ----------------------------------------------------------------------------------------------------
*  bungaku
* --------------------------------------------------------------------------------------------------*/

.bungaku{
	background:rgba(0, 0, 0, 0) linear-gradient(#575757 60%,#4a4a4a 60%,#4a4a4a 100%)  repeat scroll 0 0;
}

.bungaku .wrap{
	padding: 50px 0;
}

.bungaku .txt_bungaku{
	position: absolute;
	top:97px;
	right:65px;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.2em;
	font-size: 1.8rem;
	line-height: 2;
}

.bungaku .ttl_bungaku{
	position: absolute;
	top:162px;
	right:156px;
}

.bungaku .txt_detail {
	line-height: 1.4;
	writing-mode: vertical-rl;
	color: #fff;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, 'Noto Serif JP', メイリオ, Meiryo, serif;
	position: absolute;
	top: 50%;
	right: 297px;
	transform: translateY(-50%);
}

.bungaku .slide_bungaku{
	width: 800px;
	height: 500px;
}

.bungaku .main_image {
	width: 800px;
	height: 500px;
	position: relative;
}

.bungaku .main_image .arrow {
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
}

.bungaku .main_image a {
	display: block;
	transition: 0.3s ease opacity;
}

.bungaku .main_image a:hover { opacity: 0.7; }

.bungaku .slick-prev.slick-arrow{
	display: none!important;
}

.bungaku .slick-next.slick-arrow{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:-30px;
	width: 60px;
	height: 60px;
	background: url("../img/common/arw_slide_next.png") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


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

	.bungaku{
		background: rgba(0, 0, 0, 0) linear-gradient(#575757 73%,#4a4a4a 73%,#4a4a4a 100%)  repeat scroll 0 0;
	}

	.bungaku .wrap{
		width: 100%;
		padding: 8% 0;
	}

	.bungaku .txt_bungaku{
		display: none;
	}

	.bungaku .ttl_bungaku{
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top:0;
		bottom: 0;
		margin: auto;
		right: calc(12% - 25px);
		z-index: 2;
		width: 55px;
	}

	.bungaku .txt_detail {
		height: 90%;
		font-size: 14px;
		top: 50%;
		right: 16%;
		transform: translate(-50%, -50%);
	}

	.bungaku .slide_bungaku{
		position: relative;
		z-index: 1;
		width: 66%;
		height: auto;
	}

	.bungaku .main_image {
		position: relative;
		z-index: 1;
		width: 66%;
		height: auto;
	}
	.bungaku .main_image .arrow {
		width: 30px;
		right: -15px;
	}

	.bungaku .slick-next.slick-arrow{
		right: -15px;
		width: 30px;
		height: 30px;
		background-size: 100%;
	}

}


.news {
	padding: 50px 0;
}
.news--inner {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.newsIndex {
	width: 1070px;
	margin: 0 0 0 auto;
	padding: 80px 0 0;
}
.newsIndex--item {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #eeeeee;
	margin: 1px 0 0;
	transition: all .3s ease;
}
.newsIndex--item:hover {
	opacity: 0.5;
}
.newsIndex--item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	position: relative;
}
.newsIndex--item a::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
}

.newsIndex--date {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.newsIndex--title {
	position: absolute;
	top: 50%;
	left: 11em;
	transform: translateY(-50%);
}
