@charset "utf-8";
/*-------- news --------*/

.news{
    padding: 104px 0 96px;
}

.news_list>li{
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 89px;
}

.news_list>li:last-of-type{
    margin-bottom: 0;
}

.news_iibox{
    width: 324px;
    flex: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news_iibox img{
    display: block;
}

.news_itbox{
    flex: auto;
    margin-left: 55px;
}

.news_ititbox{
    padding-bottom: 32px;
    border-bottom: 2px solid #e5e5e5;
}

.news_itit{
    display: block;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.77;
    color: #000000;
    padding-right: 113px;
    background: url("../img/common_arrow01.png") no-repeat right center;

}

.news_itxt{
    font-size: 1.4rem;
    line-height: 1.85;
    margin-top: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.page_list {
	text-align: center;
	margin-top: 90px;
}

.page_list span,
.page_list a{
	display: inline-block;
	vertical-align: middle;
    position: relative;
    min-width: 28px;
    font-size: 2.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #888888;
    margin-right: 22px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.page_list span:after,
.page_list a:after{
    content: '／';
    position: absolute;
    top: 0;
    right: -22px;
    color: #000000 !important;
}

.page_list a.nextpostslink,
.page_list *:nth-last-child(2){
    margin-right: 0 !important;
}

.page_list a.previouspostslink:after,
.page_list a.nextpostslink:after,
.page_list *:last-child:after,
.page_list *:nth-last-child(2):after{
    display: none !important;
}

.page_list a:hover{
    color: #000000;
}

.page_list span.current{
    color: #000000;
}

.page_list a.previouspostslink,
.page_list a.nextpostslink {
	font-size: 0;
    width: 73px;
    height: 73px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f3f3f3;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
}

.page_list a.previouspostslink {
    background-image: url(../img/news_arrow_prev.png);
    margin-right: 27px;
}

.page_list a.nextpostslink {
    background-image: url(../img/news_arrow_next.png);
    margin-left: 27px;
    margin-right: 0;
}

.page_list a.previouspostslink:hover,
.page_list a.nextpostslink:hover{
    border: 1px solid #000000;
    background-color: #ffffff;
}

/*-------- news_detail --------*/

.news_detail{
    padding: 90px 0 102px;
}

.news_detail_inner{
    padding: 0 74px;
}

.news_detail_tit{
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.78;
    text-align: center;
    letter-spacing: 1px;
}

.news_detail_ibox{
    margin-top: 53px;
}

.news_detail_ibox>img{
    display: block;
    margin: 0 auto;
}

.news_detail_txt{
    font-size: 1.4rem;
    line-height: 1.85;
    margin-top: 72px;
}

.news_detail_bbox{
    text-align: center;
    margin-top: 85px;
    font-size: 0;
}
.news_detail_bbox>div{
	width: 142px;
	display: inline-block;
    margin-right: 22px;
}
.news_detail_bbox>div.detail_btn{
	width: 220px;
}
.news_detail_bbox a{
    font-size: 1.6rem;
    display: block;
    color: #000000;
    border: 1px solid #000000;
    text-decoration: none;
    padding: 11px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.news_detail_bbox>div:last-of-type{
    margin-right: 0;
}


@media only screen and (min-width: 1025px){

    /*-------- news --------*/

    .news_itit:hover{
        color: #3161b4;
    }
	.news_detail_bbox a:hover{
	    background-color: #000000;
	    color: #ffffff;
	}
}

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

    /*-------- news --------*/

    .news {
        padding: 90px 0;
    }

    .news_itbox {
        margin-left: 40px;
    }

    .news_itit {
        padding-right: 80px;
    }

    .news_ititbox {
        padding-bottom: 25px;
    }

    .news_itxt {
        margin-top: 25px;
    }

    .news_list>li {
        margin-bottom: 70px;
    }

    .page_list_box {
        margin-top: 80px;
    }

    /*-------- news_detail --------*/

    .news_detail {
        padding: 90px 0;
    }

    .news_detail_tit {
        font-size: 2.6rem;
    }

    .news_detail_txt {
        margin-top: 60px;
    }

    .news_detail_bbox {
        margin-top: 70px;
    }
}

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

    /*-------- news --------*/

    .news {
        padding: 80px 0;
    }

    .news_itbox {
        margin-left: 30px;
    }

    .news_itit {
        padding-right: 30px;
        font-size: 1.6rem;
        background: url("../img/common_arrow01.png") no-repeat right center/15px auto;
    }

    .news_ititbox {
        padding-bottom: 20px;
    }

    .news_itxt {
        margin-top: 20px;
    }

    .news_list>li {
        margin-bottom: 60px;
    }

    .news_iibox {
        width: 300px;
    }

    .page_list {
        margin-top: 70px;
    }

    .page_list span, .page_list a {
        min-width: 26px;
        font-size: 2rem;
        margin-right: 20px;
    }

    .page_list span:after,
    .page_list a:after {
        right: -20px;
    }
    .page_list a.previouspostslink,
    .page_list a.nextpostslink {
        width: 60px;
        height: 60px;
        background-size: 10px auto;
    }

    /*-------- news_detail --------*/

    .news_detail {
        padding: 80px 0;
    }

    .news_detail_inner {
        padding: 0;
    }

    .news_detail_tit {
        font-size: 2.4rem;
    }

    .news_detail_txt {
        margin-top: 50px;
    }

    .news_detail_bbox {
        margin-top: 60px;
    }
}

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

    /*-------- news --------*/

    .news {
        padding: 70px 0;
    }

    .news_list>li {
        flex-direction: column;
    }

    .news_itbox {
        width: 100%;
        margin-left: 0;
    }

    .news_iibox {
        width: auto;
        margin: 0 auto 30px;
    }

    .page_list {
        margin-top: 60px;
    }

    .page_list span, .page_list a {
        min-width: 24px;
        font-size: 1.8rem;
        margin-right: 18px;
    }

    .page_list span:after, .page_list a:after {
        right: -18px;
    }

    .page_list .previouspostslink,
    .page_list .nextpostslink {
        width: 50px;
        height: 50px;
        background-size: 8px auto;
    }

    /*-------- news_detail --------*/

    .news_detail {
        padding: 70px 0;
    }

    .news_detail_tit {
        font-size: 2.2rem;
    }

    .news_detail_ibox {
        margin-top: 40px;
    }

    .news_detail_txt {
        margin-top: 40px;
    }

    .news_detail_bbox {
        margin-top: 50px;
    }
    .news_detail_bbox>div{
    	margin-right: 0;
    	width: 110px;
    }
    .news_detail_bbox>div.detail_btn{
    	width: 140px;
    }

    .news_detail_bbox a {
        font-size: 1.4rem;
        padding: 9px 5px;
        border-right: none;
    }
     .news_detail_bbox>div:last-of-type a {
        border-right: 1px solid #000000;
    }
}

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

    /*-------- news --------*/

    .news {
        padding: 60px 0;
    }

    .news_iibox {
        width: auto;
        margin: 0 auto 25px;
    }

    .news_ititbox {
        padding-bottom: 15px;
    }

    .news_itxt {
        margin-top: 15px;
    }

    .page_list_box {
        margin-top: 50px;
    }

    .news_list>li {
        margin-bottom: 50px;
    }
    .page_list span, .page_list a{
    	font-size: 1.6rem;
    	min-width: 20px;
    }
	.page_list a.previouspostslink, .page_list a.nextpostslink{
		width: 40px;
		height: 40px;
	}
    .page_list a.previouspostslink{
        margin-right: 20px;
    }

    .page_list a.nextpostslink{
        margin-left: 20px;
    }

    /*-------- news_detail --------*/

    .news_detail {
        padding: 60px 0;
    }

    .news_detail_tit {
        font-size: 2rem;
    }

    .news_detail_ibox {
        margin-top: 35px;
    }

    .news_detail_txt {
        margin-top: 35px;
    }

    .news_detail_bbox {
        margin-top: 40px;
        margin-bottom: -5px;
    }
    .news_detail_bbox>div{
    	width: 90px;
    }
    .news_detail_bbox>div.detail_btn{
        width: 120px;
    }

    .news_detail_bbox a {
        font-size: 1.4rem;
        padding: 7px 3px;
    }
}