@charset "utf-8";

/* --basic layout-- */
div#wrapper div#container div#content div#news {
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-flow: row;
}

div#wrapper div#container div#content div#news .news_bot_sp{
  padding-bottom: 350px;
}

div#wrapper div#container div#content div#news div#box_news_body {
	flex: 1;
	margin-left: 60px;
}
div#wrapper div#container div#content div#news div#box_news_navi {
	width: 1;
}
.switchHat , .closeBtnHat { font-weight: bold; }

/* --box_news_body-- */
div#wrapper div#container div#content div#news div#box_news_body h3 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 5px;
    font-size: 1.15rem;
    font-weight: bold;
    color: #333;
	background-image: none;
	height: auto;
	width: 100%;
	margin: 0 0 30px;
    
    /* 角丸と背景 */
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;

    /* 内側へのグローと外側の薄いシャドウ */
    box-shadow: 
        inset 0 0 15px rgba(0, 0, 0, 0.05),
        0 2px 4px rgba(0, 0, 0, 0.05);
}
div#wrapper div#container div#content div#news div#box_news_body h3::before {
    content: "";
    display: inline-block;
    width: 6px;          /* ラインの太さ */
    height: 1.5em;       /* ラインの高さ */
    margin-right: 15px;  /* 文字との間隔 */
    background-color: #f29700; /* 変数を使用 */
    border-radius: 2px;
    /* ライン自体の立体感（任意） */
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
div#wrapper div#container div#content div#news div#box_news_body h3.harmony::before  { background-color: #f29700; }
div#wrapper div#container div#content div#news div#box_news_body h3.seminar::before  { background-color: #568e3c; }
div#wrapper div#container div#content div#news div#box_news_body h3.law::before { background-color: #37a6e1; }
div#wrapper div#container div#content div#news div#box_news_body h3.media::before { background-color: #ec774a; }
div#wrapper div#container div#content div#news div#box_news_body h3.useful::before { background-color: #c6912c; }
div#wrapper div#container div#content div#news div#box_news_body h3.topics::before { background-color: #333333; }
div#wrapper div#container div#content div#news div#box_news_body .navi_sp_top {
  padding: 15px 0 8px;
}
div#wrapper div#container div#content div#news div#box_news_body h4 {
	background: none;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 1.8em;
	color: #333333;
	font-size: 1.1em;
	font-weight: 600;	
}

div#wrapper div#container div#content div#news div#box_news_body ul#list_news {
	margin: 0 auto 30px;
	line-height: 1.3;
}
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li {
	margin: 0;
	padding: 13px 0;
	font-size: 1em;
	list-style: none;
	border-bottom: 1px dotted #999;
}
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl dt {
	width: 130px;
}
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl dt a{
	text-decoration: none;
}
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl dt div.category{
	display: block;
	width: 100px;
	background-color: #f29700;
	color: #333;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.4em;
	padding: 5px 15px;
	border-radius: 20px;
	text-align: center;
}
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl dt div.harmony { background-color: #f29700; }
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl dt div.seminar { background-color: #B3DB9E; }
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl dt div.law { background-color: #A1DBF3; }
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl dt div.media { background-color: #ec774a; }
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl dt div.useful { background-color: #eace71; }
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl dt div.topics { background-color: #b4b4b4; }

div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl dd {
	padding: 5px 15px 0 145px;
	font-size: 0.95em;
	width: 100%;
}
div#wrapper div#container div#content div#news div#box_news_body ul#list_news li dl dd.date {
	padding: 7px 5px;
	flex: 1;
	margin: 0 0 0 10px;
	font-size: 0.9em;
	font-weight: 600;
}

div#wrapper div#container div#content div#news div#box_news_body ul#list_news_detail .box_article .bottom_sp_1{
  margin-bottom: 8px;
}

/* --list_news_navi-- */
div#wrapper div#container div#content div#news div#box_news_body ul#list_news_navi {
	margin: 1em auto 0 auto;
	font-size: 12px;
	overflow: hidden;
}
div#wrapper div#container div#content div#news div#box_news_body ul#list_news_navi li.back {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../../images/main/news/icon_arrow_old.gif) left center no-repeat;
	list-style-image: none;
}
div#wrapper div#container div#content div#news div#box_news_body ul#list_news_navi li.next {
	margin: 0;
	padding: 0 15px 0 0;
	background: url(../../images/main/news/icon_arrow_new.gif) right center no-repeat;
	list-style-image: none;
}

/* --box_news_navi-- */
div#wrapper div#container div#content div#news div#box_menu{
    width: 240px;
	height: auto;
	box-sizing: border-box;
	@media screen and (max-width: 767px) {
		display: none;
	}
}
div#wrapper div#container div#content div#news div#box_menu div#box_news_navi{
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 
        /* ① 内側へのグロー（上下左右からの薄い影） */
        inset 0 0 20px rgba(0, 0, 0, 0.05),
        /* ② 白い境界線の強調（内側に擬似的なハイライト） */
        inset 0 0 0 2px #ffffff,
        /* ③ 外側のドロップシャドウ（左右を強調） */
        -10px 10px 15px -10px rgba(0, 0, 0, 0.2),
         10px 10px 15px -10px rgba(0, 0, 0, 0.2);
    padding: 20px 10px;     /* 内側の余白 */
	width: 100%;
	margin-bottom: 40px;
}
div#wrapper div#container div#content div#news div#box_menu div#box_news_navi h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	background: none;
	height: 40px;
	width: 100%;
}
div#wrapper div#container div#content div#news div#box_menu div#box_news_navi ul ,
div#wrapper div#container div#content div#news div#box_menu div#box_news_navi ul li {
	list-style-image: none;
}
div#wrapper div#container div#content div#news div#box_menu div#box_news_navi ul {
	margin-bottom: 20px;
}
div#wrapper div#container div#content div#news div#box_menu div#box_news_navi ul li {
	margin: 0 0 0 0;
	font-size: 1.05em;
	padding: 15px 0 15px 15px;
	border-bottom: 1px solid #ccc;
	background: url(../../images/main/common/icon_link_text.gif) left no-repeat;    
}
div#wrapper div#container div#content div#news div#box_menu div#box_news_navi ul li a {
	text-decoration: none;
	color: #333;
	display: block;
}

div#wrapper div#container div#content div#news div#box_menu div#box_news_navi h4 {	
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
	width: 100%;	
}


/* --ul#list_blog_banner-- */
div#wrapper div#container div#content div#news div#box_menu div#list_banner {
	width: 240px;
	margin: 60px auto 50px auto;
}
div#wrapper div#container div#content div#news div#box_menu div#list_banner h2 {
	margin: 0 0 12px 0;
}

/* --news_detail-- */
div#wrapper div#container div#content div#news div#news_detail {
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 0.5em 0;
	list-style-image: none;
}
div#wrapper div#container div#content div#news div#news_detail dl.cat_date {
	display: flex;
	flex-flow:row;
	justify-content: flex-end;
	margin-bottom: 1em;
}
div#wrapper div#container div#content div#news div#news_detail dl.cat_date dt{
display: block;
	width: 120px;
	background-color: #f29700;
	color: #333;
	font-weight: 600;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 5px 15px;
	border-radius: 20px;
	text-align: center;	
}
div#wrapper div#container div#content div#news div#news_detail dl.cat_date dt.harmony { background-color: #f29700; }
div#wrapper div#container div#content div#news div#news_detail dl.cat_date dt.seminar { background-color: #B3DB9E; }
div#wrapper div#container div#content div#news div#news_detail dl.cat_date dt.law { background-color: #A1DBF3; }
div#wrapper div#container div#content div#news div#news_detail dl.cat_date dt.media { background-color: #ec774a; }
div#wrapper div#container div#content div#news div#news_detail dl.cat_date dt.useful { background-color: #eace71; }
div#wrapper div#container div#content div#news div#news_detail dl.cat_date dt.topics { background-color: #b4b4b4; }
div#wrapper div#container div#content div#news div#news_detail dl.cat_date dt a{
	display: block;
	cursor: pointer;
}
div#wrapper div#container div#content div#news div#news_detail dl.cat_date dd{
	margin-left: 10px;
	font-size: 1em;
}


div#wrapper div#container div#content div#news div#news_detail p {
	margin: 0 0 2em 0;
	line-height: 2em;
	overflow: hidden;
}
div#wrapper div#container div#content div#news div#news_detail h4 {
	background: url(../../images/main/common/bg_line_transparent.gif) center bottom no-repeat;
	height: auto;
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.8em;
	color: #333333;
	font-size: 1.1em;
	font-weight: 600;
}
div#wrapper div#container div#content div#news div#news_detail .colorbox a img {
	margin: 0 0 20px 20px;
	float: right;
}
div#wrapper div#container div#content div#news div#news_detail div .ito_box {
	margin: 2em auto;
 padding: 1.5em;
 width: 90%;
	line-height: 1.7;
 background-color: #fff; /* 背景色 */
 border: 1px solid #f29700; /* 枠線 */
}

/* --table-- */
div#wrapper div#container div#content table {
	border: 1px solid #b4b4b5;
	font-size: 12px;
}
div#wrapper div#container div#content table th , div#wrapper div#container div#content table td {
	padding: 10px;
}
div#wrapper div#container div#content table th {
	background: url(../../images/main/common/bg_line_transparent.gif) center bottom no-repeat #fefaf2;
}
div#wrapper div#container div#content table td {
	background: url(../../images/main/common/bg_line_transparent.gif) center bottom no-repeat #fff;
}

/* --year_archive--*/
div#wrapper div#container div#content div#news div#year_archive{
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	box-shadow: 
        /* ① 内側へのグロー（上下左右からの薄い影） */
        inset 0 0 20px rgba(0, 0, 0, 0.05),
        /* ② 白い境界線の強調（内側に擬似的なハイライト） */
        inset 0 0 0 2px #ffffff,
        /* ③ 外側のドロップシャドウ（左右を強調） */
        -10px 10px 15px -10px rgba(0, 0, 0, 0.2),
         10px 10px 15px -10px rgba(0, 0, 0, 0.2);
    padding: 20px 20px;     /* 内側の余白 */
	width: 100%;
	margin: 0 auto 40px;
}
div#wrapper div#container div#content div#news div#year_archive h4{
	width: 100%;
	text-align: left;
	background: none;
	margin: 0 0 0 20px;
	padding: 0px;
}

div#wrapper div#container div#content div#news div#year_archive ul.year_archive{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
div#wrapper div#container div#content div#news div#year_archive ul.year_archive li{
	width: 17%;
}


/*--category --*/
div#wrapper div#container div#content div#news div#box_news_body ul.list_category {
	margin: 0 auto 30px;
	line-height: 1.3;

}
div#wrapper div#container div#content div#news div#box_news_body ul.list_category li {
	margin: 0;
	padding: 13px 0;
	font-size: 0.95em;
	list-style: none;
	border-bottom: 1px dotted #999;
}
div#wrapper div#container div#content div#news div#box_news_body ul.list_category li dl {
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
div#wrapper div#container div#content div#news div#box_news_body ul.list_category li dl dt {
	width: 100px;
	padding: 5px;
	text-align: left;
	margin: 0 0 0 5px;
	font-size: 0.9em;
	font-weight: 600;
}

div#wrapper div#container div#content div#news div#box_news_body ul.list_category li dl dd {
	flex: 1;
	padding: 5px 15px 0 5px;
	margin: 0 0 0 5px;
}

@media screen and (max-width: 767px) {
	div#wrapper div#container div#content div#news div#box_news_body {
		flex: none;
		width: 98%;
		margin: 0px auto;
	}
	div#wrapper div#container div#content div#news div#box_news_body h3 {
			width: 97%;
	}
	div#wrapper div#container div#content div#news div#news_detail {
		width: 96%;	
	}
	
	div#wrapper div#container div#content div#news div#year_archive{
		padding: 15px;
	}
	div#wrapper div#container div#content div#news div#year_archive ul.year_archive{
		width: 98%;
		margin: 0px auto;
	}
	div#wrapper div#container div#content div#news div#year_archive ul.year_archive li{
		width: 29%;
	}
}