@charset "shift_jis";
/* CSS Document */

/*===============================================================

	NEWS
	
===============================================================*/
/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#mv {
	background-color: #fff;
	background-image: url(../img/news/pc/mv.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#mv h1 {
	width: 100%;
	height: 244px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/news/pc/h1.png);
	background-position: center 100px;
	background-repeat: no-repeat;
}

/*----------------------------------------------------
おしらせ/ナビゲーション
----------------------------------------------------*/
div.bg_warap_ {
	padding: 0 0 23px;
	background-image: url(../img/common/pc/bg01.png);
	background-position: center top;
	background-repeat: repeat;
	border-bottom: 5px solid #dddddd;
}
#notice {
	width: 765px;
	padding: 72px 108px 20px;
	margin: 0 auto 20px;
	background: #fff;
}
#notice .main {
	margin: 0 0 43px;
}
.box_h1pc {
	padding: 0 0 5px 8px;
}
#notice h1 {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	background: url(../img/news/pc/bkg_h1.png)no-repeat;
	padding: 0 0 0px 58px;
    background-position: top left;
    border-bottom: #f9daee 12px solid;
    min-height: 66px;
    vertical-align: middle;
    position: relative;
	display: table-cell;
    height: 66px;
    width: 710px;
}

#notice h2 {
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin: 60 0 15px 8px;;
	background: url(../img/news/pc/bkg_h2.png)no-repeat left top;
    padding: 0 0 6px 31px;
    border-bottom: #f9daee 2px solid;
}
#notice h3 {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	border-bottom: 1px dotted #6d6d6d;
	padding: 0 0 7px 1px;
	margin-left: 8px;
}

#notice .txt_day {
	font-size:15px;
	color:#666;
	text-align: right;
	padding-right: 10px;
}

#notice .txt {
	font-size: 15px;
	line-height: 2.1;
	letter-spacing: 0.05em;
    padding-left: 1em;
	color: #000;
}
#notice .txt.pore {
	position: relative;
}
#notice .txt a {
	text-decoration: underline;
}
#notice .txt .blank:after {
	position: absolute;
	content: "";
	top: 8px;
	width: 16px;
	height: 13px;
	background: url("../img/news/pc/img_blank.png") top left no-repeat;
	background-size: 16px 13px;
	margin-left: 6px;
}
#notice .img_list {
	letter-spacing: -.40em;
	margin: 37px 0 37px 15px;
}
#notice .img_list li {
	display: inline-block;
    letter-spacing: normal;
	vertical-align: top;
	margin: 0 35px 33px 0;
	width: 356px;
}
#notice .img_list li .list_img {
	margin: 0 0 8px;
    text-align: center;
    max-width: 356px;
    max-height: 356px;
    overflow: hidden;
}

#notice .img_list li img {
	max-width: 100%;
    height: auto;
}
#notice .img_list li:nth-child(2n) {
	margin-right: 0;
}


/**-----------------------------------------------------------------------*
	スマホ
*-----------------------------------------------------------------------**/
@media screen and (max-width: 768px) {
/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#mv {
	background: none;
	margin: 0;
}
#mv h1 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: none;
}
/*----------------------------------------------------
おしらせ/ナビゲーション
----------------------------------------------------*/
div.bg_warap_ {
	padding: 0 0 10px;
	background-image: url(../img/common/pc/bg01.png);
	background-position: center top;
	background-repeat: repeat;
	border-bottom: 5px solid #dddddd;
}
#notice {
	width: 94%;
	padding: 10px 0;
	margin: 0 auto;
	background-color: #ffffff;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#notice .main {
	margin: 0 0 20px;
}
.box_h1pc {
    padding: 0;
	overflow: hidden;
}
#notice h1 {
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	background: url(../img/news/sp/bkg_h1.png)no-repeat 5px top;
    padding: 0 10px 2px 50px;
    background-size: 35px 47px;
    border-bottom: 5px solid #fadaef;
    margin-top: 0;
    min-height: 47px;
    vertical-align: middle;
    position: relative;
    display: table-cell;
    height: 47px;
}
#notice h2 {
	font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin: 0 10px 10px;
    background: url(../img/news/sp/bkg_h2.png)no-repeat 5px top;
    padding:0 0 3% 31px;
    border-bottom: 1px solid #fadaef;
    background-size: 20px;
}
#notice h3 {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin: 0 10px 5px;
	border-bottom: 1px dotted #6d6d6d;
	padding: 0 0 7px 1px;
}

#notice .txt_day {
	font-size:12px;
	color:#000;
	text-align: right;
	padding-right: 1em;
}

#notice .txt {
	font-size: 12px;
	line-height: 2.1;
	letter-spacing: 0.05em;
    padding: 0 1em;
	color: #000;
}
#notice .txt.pore {
	position: relative;
}
#notice .txt a {
	text-decoration: underline;
}
#notice .txt .blank:after {
	position: absolute;
	content: "";
	top: 5px;
	width: 16px;
	height: 13px;
	background: url("../img/news/pc/img_blank.png") top left no-repeat;
	background-size: 16px 13px;
	margin-left: 6px;
}
#notice .img_list {
	letter-spacing: normal;
	margin: 10px;
}
#notice .img_list li {
	display: block;
    letter-spacing: normal;
	vertical-align: bottom;
	margin: 0 0px 20px 0;
	width: auto;
}
#notice .img_list li:nth-child(2n) {
	margin-right: 0;
}
#notice .img_list li .list_img {
	margin: 0 0 8px;
}

}