@charset "UTF-8";


/* #mainttl
-------------------------------------------------*/
#mainttl h1 {
	font-size: 30px;
	margin: 4.5% 0 1.5%;
	padding-bottom: 3px;
	border-bottom: 2px #f47314 solid;

}
#mainttl h1.newsdttl {
	margin-bottom: 0;
	border: none;
}

/* .newsSet
-------------------------------------------------*/
.newsSet .cont {
	width:86.5%;
	margin:0 auto;
	border:#f47314 0.2em solid;
	box-sizing:border-box;
	padding:5.8% 0 8.5%;
}

@media only screen and (min-width:1px) and (max-width:680px){
.newsSet .cont {
	width:100%;
}
}

.c-newsList,
.c-newsList--archive {
	margin-bottom:50px
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsList,
.c-newsList--archive {
	margin-bottom:30px
}
}

/*.c-newsList ul li .headline,
.c-newsList--archive ul li .headline {
	display:inline-block;
	width:60px;
	float:left;
	padding:14px 0 10px;
	line-height:1.8
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsList ul li .headline,
.c-newsList--archive ul li .headline {
	width:40px;
	font-size:13px;
}
}*/

.c-newsList ul li a,
.c-newsList--archive ul li a {
	display:block;
/*	margin-left:60px;*/
	padding:14px 30px 10px 0;
	text-decoration:none;
	position:relative;
	border-bottom:1px solid #e6e6e6;
	transition:all .3s cubic-bezier(.165,.84,.44,1)
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsList ul li a,
.c-newsList--archive ul li a {
/*	margin-left:40px;*/
	padding: 14px 30px 10px 0;
}
}
.c-newsList ul li a.archive,
.c-newsList--archive ul li a.archive {
/*	overflow:hidden*/
}
.c-newsList ul li a:hover,
.c-newsList--archive ul li a:hover {
	background-color: #f9eff1;
}
.c-newsList ul li a:after,
.c-newsList--archive ul li a:after {
	content:"";
/*	display:block;*/
	width:8px;
	height:14px;
	background:url(../img/news/icon_arr02.png) no-repeat left top;
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-7px
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsList ul li a:after,
.c-newsList--archive ul li a:after {
	width:4px;
	height:7px;
	background-size:4px;
	margin-top:-3px
}
}

.c-newsList ul li dl,
.c-newsList--archive ul li dl {
	display: inline-flex;
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsList ul li dl,
.c-newsList--archive ul li dl {
	flex-direction: column;
}
}
.c-newsList ul li dl dt,
.c-newsList--archive ul li dl dt {
	padding-right:25px;
	padding-left:20px
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsList ul li dl dt,
.c-newsList--archive ul li dl dt {
/*	float:none;*/
	padding-right:0;
	padding-left:20px;
/*	margin-bottom:5px*/
}
}
.c-newsList ul li dl dt .date,
.c-newsList--archive ul li dl dt .date {
/*	display:block;
	float:left;
	margin-right:20px;*/
	line-height:1.8
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsList ul li dl dt .date,
.c-newsList--archive ul li dl dt .date {
/*	margin-right:10px;*/
	font-size:13px
}
}

.c-newsList ul li dl dd,
.c-newsList--archive ul li dl dd {
/*	overflow:hidden;*/
/*	color:#a21943;*/
	line-height:1.8
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsList ul li dl dd,
.c-newsList--archive ul li dl dd {
	padding-left:20px;
	font-size:13px
}
}

.d_none{
  display: none !important;
}

.c-newsPost__entry{
	margin-bottom:50px;
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsPost__entry {
	margin-bottom:40px
}
}
.c-newsPost__entry p,
.c-newsPost__entry figure{
	margin-bottom:2em
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsPost__entry p,
.c-newsPost__entry figure {
	font-size:13px
}
}
.c-newsPost__entry p:last-child,
.c-newsPost__entry figure:last-child {
	margin-bottom:0
}
.c-newsPost__entry .txtArea {
	width:55.289%;
/*	float:left*/
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsPost__entry .txtArea {
	width:auto;
	float:none;
	margin-bottom:2em
}
}
.c-newsPost__entry .picArea {
	width:38.463%;
/*	float:right*/
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-newsPost__entry .picArea {
	width:auto;
	float:none
}
}
.c-titleUnderLine {
	padding-bottom:2px;
	margin-bottom:50px;
	line-height:1.5;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	border-bottom:2px solid #f47314;
	display: flex;
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-titleUnderLine {
	padding-bottom:5px;
	margin-bottom:30px;
	flex-direction: column;
}
}
.c-titleUnderLine__date {
	margin-top:.3em;
	margin-right:12px;
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-titleUnderLine__date {
/*	display:block;*/
	margin-bottom:2px;
	font-size:13px;
}
}
.c-titleUnderLine__ttl {
	font-size:22px
}
@media only screen and (min-width:1px) and (max-width:680px){
	.c-titleUnderLine__ttl{font-size:18px}
}
.c-titleUnderLine {
	margin-bottom:30px
}
@media only screen and (min-width:1px) and (max-width:680px){
.c-office .c-titleUnderLine {
	margin-bottom:20px
}
}
.c-newsPost__entry {
	margin-bottom:50px;
	display: flex;
}
@media screen and (max-width:768px) {
.c-newsPost__entry {
	margin-bottom:40px
}
}
.c-newsPost__entry p,
.c-newsPost__entry figure {
	margin-bottom:2em
}
@media screen and (max-width:768px) {
.c-newsPost__entry p,
.c-newsPost__entry figure {
	font-size:13px
}
}
.c-newsPost__entry p:last-child,
.c-newsPost__entry figure:last-child {
	margin-bottom:0
}
.c-newsPost__entry .txtArea {
	width:55.289%;
/*	float:left*/
}
@media screen and (max-width:768px) {
.c-newsPost__entry .txtArea {
	width:auto;
	float:none;
	margin-bottom:2em
}
}
.c-newsPost__entry .picArea {
	width:38.463%;
/*	float:right*/
}
@media screen and (max-width:768px) {
.c-newsPost__entry .picArea {
	width:auto;
	float:none
}
}
.c-btnLine {
	display:inline-block;
	min-width:200px;
	padding:8px 15px 5px;
	color:#f47314;
	font-size:15px;
	line-height:1.6;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #f47314;
	border-radius:3px;
	box-sizing:border-box;
	transition:all .3s cubic-bezier(.165,.84,.44,1)
}
@media only screen and (min-width:1px) and (max-width:680px){
a.c-btnLine {
	min-width:160px;
	padding:7px 15px 6px;
	font-size:13px
}
}
a.c-btnLine:hover {
	color:#fff;
	background-color:#f47314
}


.u-ta-c{text-align:center!important}
.u-mr-8{margin-right:8px!important}
.u-clearfix {
	zoom:100%
}
.u-clearfix:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden
}
