@charset "utf-8";

/*-------------------------------------------------------
news detail
-------------------------------------------------------*/
.box_shadow{
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.news_detail.box_shadow{
    padding: 60px 0;
}

.section{
	font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
}

.inner, .news .news_detail .inner {
	max-width: 825px;
	margin: 0 auto;
}

.img100{
	width: 100%;
}

.news_detail .tag .icn {
    display: inline-block;
    margin-bottom: 18px;
    width: auto;
    padding: 0 3px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    border: 1px solid #000;
    border-radius: 2px;
}

.news_detail .tag .date {
    margin-left: 15px;
	font-size: 14px;
    font-size: 1.4rem;
}

.article_area .head_inner{
	max-width: 825px;
	margin: 0 auto;
}

.article_area h1{
	max-width: 825px;
	margin: 0 auto 20px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
}

.news-body {
	margin-bottom: 60px;
}

.news-body p {
	margin-bottom: 1em;
	min-height: 1em;
}

.news-body strong {
	font-weight: bold;
}

.news-body em {
	font-style: italic;
}

.news-body blockquote {
	margin: 2em;
	padding: 1em;
	border-left: 4px #ccc solid;
}

.news-body ul, .news-body ol {
	padding-left: 3em;
}

.news-body ul li {
	list-style-type: disc;
}

.news-body ol li {
	list-style-type: decimal;
}

.news_detail .news-body a:link, .news_detail .news-body a:visited {
	color: #eb5c01;
}

.sns_box{
	text-align: right;
}

.ft.sns_box{
	padding: 15px 10px 25px;
	text-align: center;
	background: #f6f6f6;
}

.sns_inner{
	display: inline-block;
}

.sns_box .share {
	display: table;
	margin: 20px 0 5px;
}

.sns_box .share li{
	display: table-cell;
	height: 20px;
    transition: 0.25s;
	vertical-align: top;
}

.sns_box .share li.txt{
	padding-right: 20px;
    color: #707070;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    vertical-align: top;
}

.sns_box .share li .fb-like { /* Facebook */
    display: inline-block;
    margin-right: 5px;
    height: 20px;
    overflow: hidden;
}
.sns_box .share li .fb_iframe_widget span {
    vertical-align: top !important;
}

.ft.sns_box .share li.txt{
	padding-right: 40px;
	color: #333;
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: bold;
	height: 34px;
	vertical-align: middle;
}

.ft.sns_box .share li.like,
.ft.sns_box .share li.tweet{
	width: 128px;
	height: 34px;
}

.ft.sns_box .share li.tweet{
	padding-left: 10px;
}

.ft.sns_box .share li.like a{
	background: #4367b2;
}

.ft.sns_box .share li.tweet a{
	background: #1a95e0;
}

.ft.sns_box .share li.like a,
.ft.sns_box .share li.tweet a{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 34px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
    transition: 0.25s;
}

.ft.sns_box .share li a img{
	margin-right: 8px;
	vertical-align: middle;
}

.article_area .inner > p,
.article_area .inner > ul{
	margin: 50px 0;
	line-height: 1.7;
}

.article_area .inner > p.bdr_box{
	padding: 25px 30px;
	border: 1px solid #d6d6d6;
}

.article_area .inner > p:nth-of-type(1),
.article_area .inner > h2 + p,
.article_area .inner > h3 + p{
	margin: 0 0 50px;
}

.article_area .inner > h2{
	margin: 0 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

.article_area .inner > h3{
	margin: 0 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

.article_area .bold{
    font-weight: bold;
}

.article_area .inner > a{
	display: inline-block;
	margin-bottom: 15px;
	color: #eb5c02;
	line-height: 1.7;
	text-decoration: underline;
}

.article_area .inner > a.link_out{
	padding-right: 20px;
	background: url(../img/news/icn_link.png) no-repeat right center;
}

.article_area .inner > a.link_dl{
	padding-right: 20px;
	color: #333;
	background: url(../img/news/icn_dl.png) no-repeat right center;
}

.article_area .mb0{
	margin-bottom: 0;
}

.article_area .inner > ul li{
	position: relative;
	margin-bottom: 12px;
	padding-left: 20px;
}

.article_area .inner > ul li:before{
	content: '';
	width: 3px;
	height: 3px;
	position: absolute;
	top: .7em;
	left: 0;
	background: #333;
	border-radius: 1.5px;
}

@media screen and  (min-width: 769px) and (max-width: 1070px){
.news_detail .inner,
.article_area h1 {
    padding: 0 20px;
    box-sizing: content-box;
}
}
@media screen and  (max-width: 800px){
.ft.sns_box .share li.txt {
    padding-right: 10px;
}
}

@media screen and  (max-width: 769px){
.news_detail.box_shadow{
    padding: 15px 0 30px;
}

.news_detail .inner,
.article_area h1 {
    padding: 0 10px;
}

.article_area h1{
	margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
}

.news_detail .tag .icn {
	margin-bottom: 13px;
    width: auto;
    line-height: 18px;
    font-size: 11px;
    font-size: 1.1rem;
}

.news_detail .tag .date {
    margin-left:10px;
    font-size: 10px;
    font-size: 1rem;
}

.news-body {
	margin-bottom: 20px;
}


.sns_box .share li.txt {
	padding-right: 15px;
    font-size: 10px;
    font-size: 1rem;
}

.article_area .inner > p,
.article_area .inner > ul{
	margin: 25px 0;
}

.article_area .inner > p.bdr_box{
	padding: 20px;
}

.article_area .inner > h3,
.article_area .inner > h2 {
    margin: 0 0 10px;
}

.article_area .inner > h2 {
    font-size: 16px;
    font-size: 1.6rem;
}

.article_area .inner > h3 {
    font-size: 15px;
    font-size: 1.5rem;
}

.article_area .inner > p:nth-of-type(1),
.article_area .inner > h2 + p,
.article_area .inner > h3 + p{
	margin: 0 0 25px;
}

.article_area .inner > a {
    margin-bottom: 10px;
}

.article_area .inner > ul li {
    margin-bottom: 10px;
    padding-left: 15px;
}

.article_area .inner > p.note{
	margin-top: 10px;
    color: #707070;
    font-size: 12px;
    font-size: 1.2rem;
}

.article_area .img_inner{
	padding: 0;
}

.ft.sns_box {
	text-align: center;
    padding: 30px 20px;
}

.ft.sns_box .share {
    display: block;
    margin: 0;
}

.ft.sns_box .sns_inner {
    display: block;
}

.ft.sns_box .share li {
    display: block;
	text-align: center;
}

.ft.sns_box .share li.txt {
    padding-right: 0;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    height: 34px;
    vertical-align: middle;
}

.ft.sns_box .share li.like,
.ft.sns_box .share li.tweet{
	width: calc(50% - 5px);
	float: left;
}

.ft.sns_box .share li.tweet{
	padding-left: 0;
	margin-left: 10px;
}

.ft.sns_box .share li.like a span,
.ft.sns_box .share li.tweet a span{
	display: none;
}
}



/*-------------------------------------------------------
news index PC
-------------------------------------------------------*/

.filter_wrap:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	/*border-bottom: 1px solid #e6e6e6;*/
}

.filter{
	line-height: 1;
	text-align: center;
	background: #fff;
	background-image: url(/img/common/filter_bg.png);
    background-position-y: 1px;
}

.filter a{
	display: inline-block;
	padding: 0 2.05%;
	font-size: 15px;
	font-size: 1.5rem;
	height: 50px;
	box-sizing: border-box;
	color: #333333;
	/*border-bottom: 4px solid #fff;*/
}

.filter a span{
	vertical-align: middle;
	line-height: 50px;
}

.filter a span br{
	display: none;
}

.filter a{
	position: relative;
}

.filter a.active:after,
.company_index .nav_cat > li .filter_wrap .filter a:hover:after{
	content: '';
	width:100%;
	height: 4px;
	position: absolute;
	display: block;
	bottom: -1px;
	left: 0;
	border-bottom: 4px solid #666666;
}

#filter_linner{
	height:4px;
	background-color:#666666;
	width:0px;
	position: absolute;
    top: 137px;
    z-index: 10;
}

.news .list_content{
	padding: 60px 40px;
}

.news .inner{
	max-width: 1066px;
	margin: 0 auto;
}

.news .inner .list_box{
	width: 79.4%;
	width: calc(100% - 223px);
	max-width: 846px;
	float: left;
}

.news .inner .side_box{
	width: 17.1%;
	width: 183px;
	float: right;
}

.news .inner .list_box li{
	margin-bottom: 30px;
}

.news .inner .list_box li a{
	display: block;
    transition: 0.25s;
}

.news .inner .list_box li a .img{
	width: 29.66%;
	float: left;
}

.news .inner .list_box li a .img.news-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.news .inner .list_box li a .img img{
	width: 100%;
}

.news .inner .list_box li a .txt{
	width: 67%;
	float: right;
}

.news .inner .list_box li .tag .icn {
    display: inline-block;
    margin-bottom: 8px;
    width: auto;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    border: 1px solid #000;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 3px;
}

.news .inner .list_box li .tag .date {
    margin-left: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}

.news .inner .list_box li .list_ttl{
	margin: 0 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
}

.news .inner .list_box li p{
	margin: 0 0 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    max-height: 5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden!important;
    overflow: hidden;
}

.news .inner .list_box li .btn_more{
    font-size: 18px;
    font-size: 1.8rem;
    text-align: right;
}

.news .inner .list_box li .btn_more span{
	padding-right: 15px;
	background: url(../img/news/arrow_right.png) no-repeat right center;
	background-size: 6px auto;
}


.news .search_box form{
	position: relative;
	margin: 0 0 40px;
	width: 183px;
	height: 40px;
}

.news .search_box form input[type=text]{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	width: 183px;
    border: 1px solid #e6e6e6;
}

.news .search_box form input[type=text]:focus{
    border: 1px solid #eb5c02;
}

.news .search_box form span{
	display: block;
    position: absolute;
    padding: 8px 8px 0 5px;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 38px;
    background: #fff;
}

.news .side_box #acc_menu {
	padding: 35px 40px 25px 40px;
	background: #eee;
}

.news .side_box #acc_menu dt{
	margin-bottom: 15px;
	font-size: 20px;
	font-size: 2rem;
	cursor: pointer;
	transition: 0.25s;
}

.news .side_box #acc_menu dt span{
	display: block;
	position: relative;
	padding: 0 16px 0 0;
}

.news .side_box #acc_menu dt:hover{
	opacity: .7;
}

.news .side_box #acc_menu dt span:before{
	position: absolute;
	margin: auto;
	top: 5px;
	right: 0;
	bottom: 0;
	width: 4px;
	height: 4px;
	content: '';
	vertical-align: middle;
	box-sizing: border-box;
	border: 4px solid transparent;
	border-top: 4px solid #333;
}

.news .side_box #acc_menu dt.active span:before{
	top: 0;
	border-bottom: 4px solid #333;
	border-top: 0;
}

.news .side_box #acc_menu dd {
	margin: 15px 0 25px;
    display: none;
}

.news .side_box #acc_menu dd:nth-of-type(1){
	display: block;
}

.news .side_box #acc_menu dd:last-child{
	margin: 15px 0 15px;
}

.news .side_box #acc_menu dd ul li{
	line-height: 1.8;
	font-size: 12px;
	font-size: 1.2rem;
}

.news .side_box #acc_menu dd ul li a{
	text-decoration: underline;
    transition: 0.25s;
}

.news .pager{
	margin: 10px 0 0;
	text-align: center;
}

.news .pager.pc {
	clear: both;
}

.news .pager > div{
	display: inline-block;
}

.news .pager > div > div{
	display: table;
}

.news .pager > div span{
	display: table-cell;
	vertical-align: middle;
	margin: 0 3px;
	padding: 0 5px;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 2px;
}

.news .pager > div span a{
	display: block;
	color: #fff;
	padding: 20px 0;
	width: 50px;
	height: 50px;
	background: #666666;
	border-radius: 2px;
	transition: .25s;
}

.news .pager > div span.btn a{
	padding: 0;
}

.news .pager > div span a:hover{
	opacity: .7;
}

.news .pager > div span a.active{
	 cursor: default;
}

.news .pager > div span a.active:hover{
	opacity: 1;
}

.news .pager > div span a.active{
	background: #f6f6f6;
	color: #adadad;
}



@media screen and (min-width: 769px) {
.filter_wrap{
	height: 50px;
	font-size: 0;
}

	.filter a:hover, .filter a.active {
		border-bottom:none;
	}

}


@media screen and (max-width: 1225px){
.filter a {
    padding: 0px 15px;
}

}

@media screen and (max-width: 1010px){
.news .list_content{
	padding: 60px 20px;
}

.filter_wrap{
	text-align: center;
}

.filter{
	display: inline-block;
}

.filter a span br{
	display: inherit;
}

.filter a{
	display: table;
	float: left;
	vertical-align: middle;
}

.filter a span{
	display: table-cell;
	line-height: 1.3;
}

}


@media screen and (max-width: 900px){
.filter a {
    padding: 0px 8px;
}
}

@media screen and (max-width: 768px){
.news .list_content{
	padding: 10px 0 0;
}

.filter a:nth-of-type(1) {
    display: block;
    width: 100%;
}
.filter a:nth-of-type(1) span {
    display: block;
    line-height: 40px;
}

.filter a{
	border-bottom: 1px solid #e6e6e6;
}

.filter a:nth-of-type(6),
.filter a:nth-of-type(7),
.filter a:nth-of-type(8){
    /*width: 33.33%;*/
}

.filter_wrap:after {
    content: none;
}

.filter {
    display: block;
	background-image: url(/img/common/filter_bg_sp.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}

.filter a{
	display: table;
	width: 25%;
	float: left;
	padding: 0 10px;
	height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
}

.filter a.active:after {
	display: none;
    content: '';
    border-bottom: 0;
}

.filter a span{
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 40px;
	line-height: 1.3;
	box-sizing: border-box;
}

.filter a.active span:after{
	content: '';
	height: 3px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	background: #666;
}

.filter a:first-child.active span:after{
	bottom: -1px;
}

.filter a span br.tab {
    display: none;
}

.news .search_box{
	padding: 0 10px;
}

.news .search_box form {
    margin: 0 0 30px;
    width: 100%;
}

.news .search_box form input[type=text]{
	font-size: 1.6rem;
	width: 100%;
}

.news .inner .list_box {
	padding: 0 10px;
    width: 100%;
    float: none;
}

.news .inner .side_box {
    width: 100%;
    float: none;
}

.news .inner .list_box li{
	margin: 0 0 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	background: url(../img/news/arrow_right.png) no-repeat 99% center;
	background-size: 7px 14px;
	border-bottom: 1px solid #e6e6e6;
}

.news .inner .list_box li:last-child{
	border-bottom: 0;
}

.news .inner .list_box li .tag .icn {
    margin-bottom: 8px;
    width: auto;
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
}

.news .inner .list_box li .tag .date {
    font-size: 10px;
    font-size: 1rem;
}

.news .inner .list_box li p{
	display: none;
}

.news .inner .list_box li .list_ttl{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    max-height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden!important;
    overflow: hidden;
}

.news .side_box #acc_menu {
    padding: 0 10px 10px;
    background: #f6f6f6;
}

.news .side_box #acc_menu dt,
.news .side_box #acc_menu dd ul li {
	text-align: center;
}

.news .side_box #acc_menu dt{
	padding-top: 12px;
	border-top: 1px solid #e1e1e1;
}

.news .side_box #acc_menu dt:first-child{
	border-top: 0;
}

.news .side_box #acc_menu dt span{
	display: inline-block;
	padding: 0 20px 0 0;
}

.news .pager{
	margin: 10px 0 30px;
}

}


@media screen and (max-width: 480px){
.filter a {
    display: table;
    width: 25%;
    table-layout: fixed;
    float: left;
    padding: 0 10px;
    height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
}
}


@media screen and (min-width: 1366px){
.filter a{
	/*padding: 0 35px;*/
}
}


@media screen and (max-width: 768px){
footer p {
    margin: 13px 0 18px;
}
}













