/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

body{
    -webkit-text-size-adjust: 100%;
    margin: 0;
}


/*html::-webkit-scrollbar {
  width: 5px;
}*/

/*スクロールバーの背景色・角丸指定*/
/*html::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}*/

/*スクロールバーの色・角丸指定*/
/*html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #84040D;
}*/

html,body{
    overflow: hidden;
}
html.news-detail,body#news-detail{
    overflow: visible;
}
#newsWrap {
    height: 145px;
    overflow-y: auto;
    padding-top: 25px;
}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	padding-left: 6em;
}
ul#newsList li{
    font-size:18px;
    margin:0;
    margin-bottom: 0;
    padding:0;
    padding-bottom: 15px;
    padding-top: 2px;
    line-height:1.7;
    list-style-type:none;
    display: flex;
    border: none;
/*    border-bottom: dotted 1px #aaa;*/
}
ul#newsList li:first-child{
    padding-top: 0;
}
ul#newsList li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
ul#newsList li .list_info{
    width: calc(100% - 14em);
    padding-left: 1.5em;
}
ul#newsList li .list_info .title a{
    text-decoration: none;
    color: #000;
}
ul#newsList li .list_date{
    width: 14em;
    display: flex;
    justify-content: space-between;
    font-family: 'Mukta', sans-serif;
}
ul#newsList li .catName{background: #333333;}
/*ul#newsList li.cat-1 .catName{background: #00A0A0;}
ul#newsList li.cat-2 .catName{background: #7E1717;}
ul#newsList li.cat-3 .catName{background: #4d4d4d;}
ul#newsList li.cat-4 .catName{background: #4d4d4d;}*/

a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
    display: inline-block;
    padding: 0 3px;
    padding-bottom: 2px;
    min-width: 6em;
    text-align: center;
    background: #4CA1C5;
    font-size: 14px;
    height: 20px;
    line-height: 23px;
    color: #fff;
    margin: 0 2px;
    margin-right: 1em;
    vertical-align: top;
    margin-top: 4px;
}

.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
        margin-right: 2px;
        margin-bottom: 2px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
        vertical-align: top;
        margin-top: .2em;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:none;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
.news_bar{
    text-decoration: underline;
}
#news-detail #detail * {
    font-size: 18px!important;
}
/* スマホの場合のお知らせのスタイル */
@media screen and (max-width: 647px) {
    #newsWrap{
            height: 215px;
        }
        ul#newsList{
            padding-left: 0;
        }
    ul#newsList li{
/*        display: inline;*/
        font-size: 16px;
        flex-direction: column;
        padding-bottom: 0.6em;
    }
    ul#newsList li .list_date{
/*        width: 100%;*/
/*        margin-bottom: .5em;*/
        justify-content: flex-start;
    }
    ul#newsList li .list_info{
        margin-bottom: 0;
        width: 100%;
        padding-left: 0;
    }
    ul#newsList li .up_ymd{
        padding-right: 15px;
        width: 6em;
    }
}
@media screen and (max-width: 450px) {
    #newsWrap{
        height: 215px;
    }
    ul#newsList li{
/*        font-size: 14px;*/
    }
    .catName{
        font-size: 11px;
        margin-top: 0;
    }
    ul#newsList li .up_ymd{
        padding-right: 0;
    }
    ul#newsList li .catName{
        font-size: 76%!important;
    }
}

.mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
}
.mCSB_inside > .mCSB_container{
/*    padding-top: 40px;*/
}
@media screen and (max-width: 450px) {
    
    .mCSB_inside > .mCSB_container {
        margin-right: 15px;
    }
}

/* news detail */
#news-detail{
    padding-top: 20px;
}
#news-detail .contents-box{
    max-width: 1200px;
}
#detail{
    margin-bottom: 100px;
}
h2.detail{
	font-size:18px!important;
        font-weight: bold!important;
	color: #17959D;
	margin:10px 0px 40px 0;
	font-weight:normal;
}

#news-detail #up_ymd{
	text-align: left;
        font-size: 120%;
	margin:5px 10px;
        margin-top: 40px;
        margin-left: 0;
}
#news-detail #up_ymd .cat-0 .catName {background: #333333;}
#news-detail #up_ymd .cat-1 .catName {background: #00A0A0;}
#news-detail #up_ymd .cat-2 .catName {background: #7E1717;}
#news-detail #up_ymd .cat-3 .catName {background: #4d4d4d;}
#news-detail #up_ymd .cat-4 .catName {background: #4d4d4d;}

#news-detail footer article h2.f_logo{
    margin-bottom: 0;
}
.btn_ichiran {
    text-align: center;
    margin-bottom: 4em;
}
.btn_ichiran a {
    display: inline-block;
    background: #4CA1C5;
    border: solid 1px #4CA1C5;
    padding: 10px 40px;
    color: #fff;
    transition: all .1s ease-in-out;
}
.btn_ichiran a:hover {
    color: #4CA1C5;
    background: #fff;
}

.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}

.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:40%;
	height:auto;
        margin-top: 40px;
}
.pNav{
	font-size:14px;	
}
.pNav a{
    color: #666;
}
.pNav a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 800px) {
    .detailText span{
        font-size: 16px!important;
    }
}
@media screen and (max-width: 600px) {
    #detail{
        margin-bottom: 80px;
    }
    .detailUpfile img{
        max-width: 80%;
    }
    .detailText span {
        font-size: 14px!important;
    }
    h2.detail {
        font-size: 16px!important;
    }
}

/* voice */
#voice #newsWrap{
    height: auto;
    overflow-y: visible;
    padding-bottom: 100px;
}
#voice ul#newsList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#voice ul#newsList li{
    width: 47%;
    display: block;
    background: #fff;
    padding: 1em 0 2em;
    margin-bottom: 2em;
}
#voice ul#newsList li .list_info{
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px #4CA0C4;
    width: auto;
}
#voice ul#newsList li .list_info span{
    margin-left: 1em;
}
#voice ul#newsList li .list_info .title{
    
}
#voice ul#newsList li .list_info .title a{
    pointer-events: none;
    color: #4C9FC3;
}
#voice ul#newsList li .comment{
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
}
#voice ul#newsList li .comment span{
    font-size: 18px!important;
}
@media screen and (max-width: 676px) {
    #voice ul#newsList{
        flex-direction: column;
    }
    #voice ul#newsList li{
        width: 100%;
    }
    #voice #newsWrap{
        padding-bottom: 60px;
    }
}




/* font size */


@media (max-width: 380px) {
  body *{
    font-size: 14px!important;
  }
}