﻿@charset "utf-8";
.s_header_title{
	font-size: 1.5em;
	line-height: 1.5;
	padding: 1em;
	font-weight: normal;
}
.s_header_title a{
	display: flex;
	text-decoration: none;
	color: #535353!important;
}
.s_header_title span{
	font-size: .5em;
	display: block;
}
.s_header_title img{
	margin-right: .5em;
	height: 59px;
}
/*-------*/
.l_midashi_theme {
  font-size: 1.2em;
  margin-top: 3em;
  font-weight: 500;
  border-left: 3px solid #869FC8;
  padding-left: 1em;
}
.l_midashi_theme span {
  font-size: .9em;
  display: block;
  color: #869FC8;
}
@media (max-width : 960px) {
	.l_midashi_theme {
		font-size: 1.05em;
		line-height: 1.6;
	}
}