#top_img_sub .sub_copy h2 {
	font-size: 1.5000em;
	font-family: 'Noto Sans JP', Arial, Helvetica, "sans-serif";
	font-weight: 700;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 25px;
	line-height: 1.4em;
	margin-bottom: 30px;
	font-weight: 600;
}
h4.second {
    font-size: 20px;
    margin-top: 130px;
    color: #fff;
    text-align: center;
    padding: 8px;
    background-color: #339033;
}
#social_action h4 {
	background-color: #EEEEEE;
   padding: 20px;
}
#social_action.kawamotocho h4 {
	background-color:#fff;
   padding: 0px;
}
#social_action h4 span{
	font-size: 28px;
    font-weight: normal;
}
#news h4 {
	margin: 30px 0 ;
}
h5 {
	font-size: 20px;
	margin-bottom: 26px;
	padding-bottom: 10px;
	font-weight: 600;
}
#about h5 {
	border-bottom: 1px solid #339033;
	color: #339033;
}
#privacy h5 {
	border-bottom: 1px solid #000;
	color: #000;
}
#products h5 {
	border-bottom: 1px solid #000;
	color: #000;
    margin-top: 80px;
}
#products h5 span {
	font-size: 18px;
    font-weight: normal;
}
#social_action h5 {
	border-bottom: 1px solid #000;
	color: #000;
    margin-top: 80px;
}
#kawanehoncho h5 {
	margin-top: -10px;
}
#news h5 {
	margin:40px 0 26px;
	border-bottom: 1px solid #ca2231;
}
.site_map h5{
	margin-bottom: 26px;
	border-bottom: 1px solid #666;
	padding: 10px;
}


.site_map a h5:hover {
	background-color: #b1b1b1;
	transition: all .6s ease;
	color: #fff;
}

@media screen and (min-width: 768px) {
#top_img_sub .sub_copy h2 {
	font-size: 2.286em;
}
h4 {
	font-size: 35px;
	margin-bottom: 60px;
}
h4.second {
    font-size: 28px;
    margin-top: 130px;
    padding: 8px;
}
#news h4 {
	margin: 50px 0 ;
	position: relative;
}
h5 {
	font-size: 25px;
}
#about h5 {
	border-bottom: 1px solid #339033;
}
#about .ceo h5 {
	margin-top: 80px;
}
#news h5 {
	margin:80px 0 26px;
}
.site_map h5 {
	font-size: 20px;
}
}

/*グレー枠内の小見出し コーポレートメッセージ*/
h6 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}
#about .r_line h6, #about [id^="idea_0"] h6,#privacy [id^="privacy_0"] h6:first-child {
	font-size: 21px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #d8d9d9;
	padding-bottom: 10px;
	font-weight: 600;
}
#news h4.news_year{
	position: relative;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 40px;
	border-bottom: 1px solid #ca2231;
	margin-bottom: 20px;
	cursor: pointer;
	transition: 1s, visibility 1s;
}
#news h4.news_year::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_rm.png);
	background-size: 10px;
	position: absolute;
	top:19px;
	right: 10px;
	transition: 0.5s, visibility 1s;
}
@media screen and (min-width: 768px) {
#news h4.news_year::after {
	background-size: contain;
	top:30px;
	right: 30px;
	vertical-align: calc(50% - 7.5px);
}
}
#news h4.news_year.check::after {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#news h4.news_year:hover {
	opacity: 0.5;
}

#news #note h4.news_year.tit2010,#news #note h4.news_year.tit2012,#news #note h4.news_year.tit2015 {
	display:none;
}
#news #media_news h4.news_year.tit2011,#news #media_news h4.news_year.tit2012 {
	display:none;
}