@charset "UTF-8";
/*==========================================

 各種お知らせ用

============================================*/
/*==========================================
 初期化
============================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/* chtml5doctorから変更
--------------------------------------*/
ol li, ul li{
    list-style-type: none;
}
a {
    color: #333;
}
a:hover {
	color: #333;
    text-decoration: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* clerfix
--------------------------------------*/
.clear:after {
  content: "";
  clear: both;
  display: block;
}
/* 追加
--------------------------------------*/
sup {/* sup位置調整 */
	line-height: 0;
	vertical-align: text-top;
    font-size: 1.3rem;
}

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

 共通のスタイル

============================================*/
html {
    height: 100%;
    font-size: 62.5%;
}
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
	min-height: 100%;
    color: #333;
    line-height: 1.7;
    font-size: 1.6em;/* 16px*/
    font-family: "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight:500;
	position: relative;
    -webkit-text-size-adjust: 100%;

}
_:-ms-lang(x)::-ms-backdrop, body {/*IE11のみ*/
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.news-list ul{
    margin: 0;
    padding: 0;
}
.news-list li {
    display: table;
    width: 100%;
    margin-bottom: 0;
    padding: 2.4rem;
    border-bottom: 1px solid #EAEEED;
    font-size: 1.5rem;
}
.news-list .date {
    display: table-cell;
    width: 16rem;
    border-right: 1px solid #EAEEED;
}
.news-list .txt {
    display: table-cell;
    padding-left: 24px;
}
span.list-icon {
    display: inline-block;
    font-size: 1rem;
    margin-right: 8px;
    padding: 4px 5px;
    text-indent: 0;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    line-height: 1;
    font-weight: bold;
}
span.list-icon-new {
    width: 4rem;
    border: 1px solid #954C4C;
    color: #fff;
    content: "NEW";
    text-align: center;
    background-color: #954C4C;
}
@media screen and (max-width: 767px) {
    ul.news-list li{
        display: block;
        border-right: none;
        border-left: none;
    }
    .news-list .date{
        display: block;
        width: 16rem;
        margin-bottom: 1rem;
        color: #333;
        border-right: none;
    }
    .news-list .txt{
        display: block;
        padding-left: 0;
    }
}

/*リンク矢印 
--------------------------------------*/
a.more{
    display: inline;
    background-image:url(../img/icon_arrow_01.svg);
    background-size: 9px 16px;
    background-position: 6px center;
    background-repeat:no-repeat;
    padding:0 0 0 26px;
    text-decoration: none;
}
a.more:hover{
    color: #019D4A;
    text-decoration: underline;
    background-color: #DAF1E4;
}
a.more-noblock:hover{
    text-decoration: none;
}
/*ファイルリンク
--------------------------------------*/
a.pdf{
    display: inline;
    background-image:url(../img/icon_pdf.svg);
    background-size: 16px 16px;
    background-position:left center;
    background-repeat:no-repeat;
    padding:0 0 0 26px;
    text-decoration: none;
}
_:-ms-lang(x)::-ms-backdrop, a.pdf {/*IE11のみ*/
    background-size: 20px 20px;
}
a.pdf:hover{
    color: #019D4A;
    text-decoration: underline;
    background-color: #DAF1E4;
}
a.blank{
    display: inline;
    background-image: url(../img/icon_blank.svg);
    background-size: 16px 16px;
    background-position:left center;
    background-repeat:no-repeat;
    padding:0 0 0 26px;
    text-decoration: none;
}
a.blank:hover{
    color: #019D4A;
    text-decoration: underline;
    background-color: #DAF1E4;
}

