@charset "UTF-8";

/*背景色*/
body {
	background: #F4F4F4;
}
/*ロゴ*/
header .logo img{
    max-width: 227px;
}
/*SP用ロゴ*/
header .logo_SP img{
    max-width: 124px;
	padding: 10px 0;
}
/*タイトル部分*/
.container_basic .title_wrap {
    min-height: 100vh;
    width: 15%;
    max-width: 610px;
    background-size: cover;
    position: fixed;
}
.container_basic .contents_wrap {
    min-height: calc(100vh - 80px);
    width: 90%;
    padding-left: 10%;
}
.container_basic .title_wrap .title {
    padding: 32.4% 0 0 32.4%;
}
div.title p:nth-child(2) {
	font-size: 1.5rem;
	letter-spacing: 0.15px;
	padding: 0 0 10px 0;
}
.title p:nth-child(3) {
	font-size: 1.0rem;
	letter-spacing: 1px;
}
.title span {
	font-size: 1.5rem;
	letter-spacing: 1.5px;
}

@media (max-width:767px){
	/*ロゴ*/
	header .logo {
    display: none;
	}
    .container_basic .title_wrap .title.is-fixed{
        z-index: 50;
    }
    .container_basic > div{
        padding-top: 10px;
    }
	.container_basic .contents_wrap {
        width: 100%;
        padding-left: 0;
    }
    .container_basic .title_wrap{
        position: static;
        min-height: auto;
        height: auto;
        width: 100%;
        max-width: 100%;
    }
	.container_basic .title_wrap .title {
        position: static;
        height: auto;
        padding: 0;
	}
    header .btn_menu .sandwich::before, header .btn_menu .sandwich::after{
        background: #000;
    }
}
/*SP用タイトル部分*/
.title_SP {
	display: none;
}
@media (max-width:767px){
	.title_SP {
		display: block;
		text-align: center;
		font-size: 1.5rem;
		padding-bottom: 5px;
        border-bottom: 1px solid #BFBFBF;
        background: #F4F4F4;
	}
}
/*サイドメニュー*/
ul.left_sidemenu {
    padding-top:43px;
    padding-left:32.4%;
    margin:0;
}
ul.left_sidemenu li{
    font-size: 1.3rem;
    padding: 0 0 32px 0;
    text-align: left;
}
@media (max-width:767px){
	ul.left_sidemenu {
        padding: 0;
        margin: 0;
    }
	ul.left_sidemenu li {
        display: block;
        text-align: center;
		text-decoration: underline;
		font-size: 0.9rem;
        padding: 8px;
        box-sizing: border-box;
	}
}
/*ニュース*/
.news {
	display: flex;
    cursor: pointer;
    position: relative;
    z-index: 3;
    transition: 0.2s;
    border-top: solid 1px #BFBFBF;
}
.news > div {
	padding: 2em 0;
	width: 20%;
	display:flex;
}
.news .date {
	width:50%;
	font-size: 1.3rem;
	letter-spacing: 0.13px;
	line-height: 1.5;
}
.news .info {
	width: 50%;
	font-size: 1.3rem;
	letter-spacing: 0.13px;
	line-height: 1.5;
}
.news .updated_content {
	width: 80%;
	font-size: 1.4rem;
	letter-spacing: 0.14px;
	line-height: 1.5;
}
.news .updated_content:hover{
    text-decoration: underline;
}
@media (max-width:880px){
	.news {
		flex-direction: column;
	}
    .news.open{
        border-bottom: none;
    }
	.news > div {
		width: 100%;
		border:none;
		padding: 0;
	}
	.news .updated_content {
		width: 100%;
		padding:1em 4em 2em;
		box-sizing: border-box;
		font-size: 1.3rem;
		line-height: 1.7;
        min-height: 5em;
		letter-spacing: 0.26px;
	}
	.news .sp_ {
        box-sizing: border-box;
		padding: 2em 3em 1em;
		font-size: 13px;
	}
	.news .info {
		text-align: right;
	}
}
@media (min-width:880px){
    .news.open {
        border-bottom: none;
    }
    .news .updated_content{
        padding: 2em 0.3em;
    }
}
/*コンテンツ*/
.contents_wrap > .inner{
    padding: 73px 10% 0;
    margin-bottom: 74px;
}
.contents_wrap > .inner > div:last-of-type{
    border-bottom: solid 1px #BFBFBF;
}
.contents_wrap > .inner > p {
	font-size: 1.5rem;
	letter-spacing: 0.3px;
	line-height: 1.7;
	padding: 2em 0 2em 0;
	margin:0;
	text-align: justify;
}
.fnt20{
    font-size: 2.0rem;
    letter-spacing: 2px;
	line-height: 1.7;
}
.fnt17{
    font-size: 1.7rem;
    letter-spacing: 0.01em;
	line-height: 1.7;
}
.fnt15{
    font-size: 1.5rem;
	line-height: 1.5;
	display: block;
}
.mt80 {
	margin: 80px 0 0 0;
	display:block;
}
.mt150 {
	margin: 150px 0 0 0;
	display:block;
}
.select_label {
    margin-top: 3px;
    width: 60px;
    font-size: 1.3rem;
}
.form_group_select2 {
    display: flex;
    align-items: center;
    width: 315px;
    margin-left: auto;
    margin-right: 10%;
    margin-top: 20px;
}
.form_group_select2 select {
    width: 315px;
    display: inline-block;
    padding: 0 8px;
    box-sizing: border-box;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #BFBFBF;
    font-size: 1.4rem;
    -webkit-appearance: none;
    border-radius: 0;
    height: 38px;
}

@media (max-width:756px){
	.contents_wrap > .inner {
	    padding: 0;
	}
    /*矢印*/
    .news::after{
      content: "";
      position: absolute;
      right: 20px;
      top: 30px;
      transition: all 0.2s ease-in-out;
      display: block;
      width: 6px;
      height: 6px;
      border-top: solid 2px #505659;
      border-right: solid 2px #505659;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    .news.open::after{
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .form_group_select2 {
        margin-bottom: 20px;
    }

}
/* ----------個別ページ---------- */
.news_body{
    font-size: 1.4rem;
    letter-spacing: 0.28px;
	background: #fff;
}
.news_body p{
    line-height: 2;
    margin-bottom: 2em;
    word-break: break-all;
    white-space: pre-wrap;
}
.news_body .img_box{
    width: 100%;
    margin-bottom: 95px;
}
.news_body .img_box img{
    width: 100%;
}
.news_body .column2{
    display: flex;
}
.news_body .column2 .img_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    width: 50%;
    padding-right: 26px;
    box-sizing: border-box;
}
.news_body .column2 .img_wrap > div{
    width: 50%;
    max-width: 294px;
    height: 344px;
}
.news_body .column2 .img_wrap > div > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.news_body .column2 .text_box{
    width: 50%;
    padding-left: 26px;
	padding-bottom: 100px;
    box-sizing: border-box;
}
.close {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.close span::before,
.close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 1px;
  margin: -8% 0 0 -42%;
  background: #707070;
}
.close span::before {
  transform: rotate(-45deg);
}
.close span::after {
  transform: rotate(45deg);
}

/* ニュース記事 */
.news-content-wrap {
    width: 100%;
	background: #fff;
	position: relative;
	margin: 0 auto;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    display: none;
}
.news-content{
    width:90%;
    padding-top:60px;
    margin: 0 auto;
    box-sizing: border-box;
}
.news-content-wrap p{
    line-height: 1.7;
	margin: 1.5em 0;
}
.news-content-wrap hr{
	border: 0;
    border-top: 2px solid #d3d3d3;
}

/* サブタイトル */
.news-content-wrap .news_sub_title {
	margin-bottom: 3em;
}
.news-content-wrap img {
    max-width: 100%;
    height: auto;
}
@media (max-width:767px){
    .news-content{
        margin: 0 auto;
    }
	.news_body .column2{
        flex-direction: column;
    }
	.news-content-wrap {
		width: 100%;
        padding: 1em 2em;
        box-sizing: border-box;
	}
	.news_body p {
		font-size: 1.3rem;
        width: 86%;
        margin: 0 auto;
	}
	.news_body .column2 .img_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
    }
	.news_body .column2 .text_box{
        width: 100%;
    }
	.news_body .column2 .img_wrap > div {
		width: 100%;
	}
    .news_body .img_box{
        margin-bottom: 46px;
    }
    .close{
        bottom: 0;
        margin: 40px;
    }
}
.pagination{
    text-align: right;
}
.pagination li{
    display: inline-block;
    min-width: 15px;
    height: 25px;
    text-align: center;
    margin: 0 0.5em;
}
.pagination li.active{
    border-bottom: 1px solid #707070;
}
.pagination li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.pagination .arrow {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    text-decoration: none;
    width: 30px;
    box-sizing: border-box;
}
.pagination .arrow::before,
.pagination .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.pagination .prev .arrow::before{
    right: 3px;
    width: 100%;
    height: 1px;
    background: #231815;
}
.pagination .prev .arrow::after{
    right: calc(100% - 8px);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #231815;
    border-left: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pagination .next .arrow::before {
    left: 3px;
    width: 100%;
    height: 1px;
    background: #231815;
}
.pagination .next .arrow::after {
    left: calc(100% - 8px);
    width: 8px;
    height: 8px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width:767px){
    .pagination{
        width: 85%;
        margin: 26px auto;
    }
}
@media (min-width:768px){
    .pagination{
        width: 100%;
        margin-top: 150px;
    }
}

.permanent-link{
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 10px 0;
    line-height: 1.2;
}
.permanent-link dt{
    width: 150px;
}
.permanent-link dd{
    max-width: calc(100% - 150px);
    word-break: break-all;
}
.permanent-link dt::before{
    content: "";
    background: url(../images/permanentLink.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.permanent-link dd a{
    text-decoration: underline;
}
.news-copyright{
    color: #BFBFBF;
    text-align: center;
    font-size: 1.2rem;
}
@media (max-width:767px){
    .permanent-link{
        flex-direction: column;
    }
    .permanent-link dt,.permanent-link dd{
        width: 100%;
        margin: 5px 0;
    }
    .news-copyright{
        font-size: 1rem;
    }
}