﻿@charset "utf-8";
@import url("font.css");

/* 共通 */

html{
	color:#303030;
	width:100%;
	height:100%;
}

body{
	font-size:85%;
	line-height:1.6;
	width:100%;
	height: 100%;
    overflow:hidden;
}


#l5_container {
	border-top:5px solid #909090;
	background-color:#ffffff;
	background-image:url(../images/bg_common.png);
	background-repeat:repeat-x;
	background-position:left -500px;/* 背景画像位置調整 */
}

input,
textarea{
	margin:0;
	padding:0;
}
input{
	vertical-align:middle;
}
input[type="text"]{
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	line-height:1.6;
	font-weight:normal;
	margin:0;
	word-break:break-all;
}
hr{
	height:1px;
	border:solid #d0d0d0;
	border-style:dashed;
	border-width:1px 0 0;
	margin:10px 0;
}
img{
	vertical-align:text-bottom;
}
p {
	margin:0;
}
strong{
}
table{
	/*border-collapse:collapse;*/
}
pre {
}

/* リンク */
a{text-decoration:none;}
a:link{ color:#0073B8; }
a:visited{color:#0073B8; }
a:hover,
a:focus{ color:#2093D8; text-decoration:underline;transition:0.25s; }
a:active{ color:#2093D8; text-decoration:none; }

.clearboth{
	clear:both;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.float_left {
	float:left;
}
.float_right{
	float:right;
}
float_center {
	margin-left:auto;
	margin-right:auto;
}
.nowrap {
	white-space:nowrap;
}
.wrap {
	white-space:normal!important;
}
.nodisplay {
	display:none;
}
.input_wide {
	width:95%;
}

/* スキップ */
.skiplink {
	width:1px;
	height:1px;
	position:absolute;
	top:-3000px;
	left:-3000px;
}
#skip_content {
}
#skip_end {
}

/* ページトップへもどる */
#l5_link_top {
	position:fixed;
	right:15px;
	bottom:15px;
	z-index:100;
	
}
#l5_link_top a {
	width:44px;
	height:44px;
	display:block;
	text-align:center;
	text-decoration:none;
	background-color: rgba(255, 255, 255, 0.5);
	background-color:#606060;
	border-radius:44px;
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
	line-height:40px;
}
#l5_link_top a:before {
	content:"▲";
	font-size:150%;
	color:#606060;
	color:#ffffff;
}
#l5_link_top a:hover {
	background-color:#909090;
}

/* リンクウィンドウ */
.link_window {
	background:url(../images/ec_win.png) no-repeat right center;
	padding-right:22px;
}
.link_window_white {
	background:url(../images/ec_win_white.png) no-repeat right center;
	padding-right:22px;
}

/* ボタン */
.l5_button{
	display:inline-block;
	margin:4px 2px;
	text-align:center;
	background-color:#606060;
	border-radius:1em;
	padding-top:2px;
	padding-left:0.5em;
	padding-right:0.5em;
	border:none;
	min-width:5em;
}
.l5_button,
.l5_button:link,
.l5_button:visited,
.l5_button:hover,
.l5_button:active {
	color:#ffffff;
}
.l5_button:hover,
.l5_button:focus {
	background-color:#808080;
	cursor:pointer;
	text-decoration:none;
	transition:0.25s;
}



/* トップ */
#l5_top {
	
}

/* メイン */
#l5_top #l5_main {/* トップ */
	border-top:none;
}
#l5_main {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-bottom:5px;
	box-shadow:0 0 30px rgba(0,0,0,0.08);
}

/* ヘッダー */
header {
	background-color:#ffffff;
	width:1000px;
    min-height:6em;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}

.l5_header_copy {
	color:#303030;
	line-height:1.3;
	/*margin-top:5px;*/
	font-weight:normal;
}

#header_container {
	margin-top:5px;
	margin-bottom:5px;
	width:1000px;
	overflow:hidden;
}
#header_container:before,
#header_container:after {
	content:"";
	display:table;
}
#header_container:after {
    clear: both;
}
.l5_header_title {
	width:690px;
	float:left;
}
.l5_header_title h1,
.l5_header_title h2 {
	font-size:250%;
	margin:0 0 0 0;
	font-weight:bold;
	line-height:1.3;
	height:2.1em;
	display:table-cell;
	vertical-align:middle;
}
.l5_header_title .alternate {
    visibility: hidden;
 }
.l5_header_title a,
.l5_header_title a:link,
.l5_header_title a:visited,
.l5_header_title a:hover,
.l5_header_title a:active {
	color:#303030;
	text-decoration:none;
}
.l5_header_shoulder {
	width:290px;
	right:0;
	bottom:0;
	height:auto;
	float:left;
	padding-left:20px;
}

.l5_header_contact {/* お問い合わせ */
	text-align:left;
	bottom:0;
/*	width:380px;*/
}
.l5_contact_form {
	float:right;
	margin:5px 5px 0 0;
}

.l5_contact_form {/* 問い合わせフォーム */
	background-color:#606060;
	background-image:url(../images/ec_mail.png);
	background-repeat:no-repeat;
	background-position:5px center;
	border-radius:6px;
	bottom:10px;
	right:0;
	width:40px;
	height:36px;
	padding:0;
	margin-top:1.5em;
	background-position:center center;
}
.l5_contact_form,
.l5_contact_form:link,
.l5_contact_form:visited,
.l5_contact_form:hover,
.l5_contact_form:focus,
.l5_contact_form:active {
	color:#ffffff;
	text-decoration:none;
}
.l5_contact_form:hover,
.l5_contact_form:focus {
	background-color:#808080;
	transition:0.1s;
}

.l5_contact_info {
	padding:5px;
	line-height:1.3;
}
.l5_contact_info_message {
	font-size:85%;
}
.l5_contact_info_tel {
	font-size:170%;
	font-weight:bold;
	line-height:1.7;
	background-color:transparent;
	background-image:url(../images/ec_phone.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	display:inline-block;
}
.l5_contact_info_tel a {
	color:#606060;
	text-decoration: none;
}
.l5_contact_info_time {
	font-size:90%;
}
/* 2017/05/29 SEO対策によりstrongをbタグに変更
.l5_contact_info_time strong {
	float:left;
	font-weight:normal;
}
*/
.l5_contact_info_time b {
	float:left;
	font-weight:normal;
}
.l5_contact_info_time p {
}

/* ナビゲーション */
.nav_container {
	background-color:#f6f6f6;
	margin-bottom:10px;
}
.nav_container ul {
	color:#606060;
    display:-ms-flexbox;
    -ms-flex-align:stretch;
    -ms-flex-pack:justify;
	display:flex;
	align-items:stretch;
	justify-content:space-around;
	padding:0 0;
	max-width:1000px;
	margin:0px auto;
	list-style-type: none;
}
.nav_container li{
    -ms-flex:1 0 auto;
	flex-grow:1;
	flex-shrink:0;
	flex-basis:auto;
	max-width:20em;
}
/* ナビゲーション リンク */
.nav_container ul a {
	text-align:center;
	line-height:1.3em;
	padding:10px 0;
	transition:0.25s;
	display:block;
	border-bottom:3px solid transparent;
	border-left:1px solid rgba(0,0,0,0.1);

	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.nav_container ul li:last-child {
	border-right:1px solid rgba(0,0,0,0.1);
}
.nav_container a:link,
.nav_container a:visited,
.nav_container a:hover,
.nav_container a:focus,
.nav_container a:active {
	color:#303030;
	text-decoration:none;
}
.nav_container a:hover {
	text-decoration:none;
	border-color:#ffffff;
	transition:0.5s;
	border-color:#808080;
}

.nav_container a.l5_selected {
	border-color:#606060;
}
/* フッターナビ*/
.l5_nav_bottom ul {
	color:#606060;
    display:-ms-flexbox;
    -ms-flex-align:stretch;
    -ms-flex-pack:justify;
	display:flex;
	align-items:stretch;
	justify-content:space-around;
	padding:0 0;
	max-width:1000px;
	margin:0px auto;
	list-style-type: none;
}
.l5_nav_bottom li{
    -ms-flex:1 0 auto;
	flex-grow:1;
	flex-shrink:0;
	flex-basis:auto;
	max-width:20em;
}
/* ナビゲーション リンク */
.l5_nav_bottom ul a {
	text-align:center;
	line-height:1.3em;
	padding:10px 0;
	transition:0.25s;
	display:block;
	border-bottom:3px solid transparent;
	border-left:1px solid rgba(0,0,0,0.1);

	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.l5_nav_bottom ul li:last-child {
	border-right:1px solid rgba(0,0,0,0.1);
}
.l5_nav_bottom a:link,
.l5_nav_bottom a:visited,
.l5_nav_bottom a:hover,
.l5_nav_bottom a:focus,
.l5_nav_bottom a:active {
	color:#303030;
	text-decoration:none;
}
.l5_nav_bottom a:hover {
	text-decoration:none;
	border-color:#ffffff;
	transition:0.5s;
	border-color:#808080;
}

.l5_nav_bottom a.l5_selected {
	border-color:#606060;
}


/* 2017/05/12 SEO対策により使用取りやめ、上記に変更
nav {
	color:#606060;
    display:-ms-flexbox;
    -ms-flex-align:stretch;
    -ms-flex-pack:justify;
	display:flex;
	align-items:stretch;
	justify-content:space-around;
	padding:0 0;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
nav a {
	text-align:center;
    -ms-flex:1 0 auto;
	flex-grow:1;
	flex-shrink:0;
	flex-basis:auto;
	line-height:1.3em;
	padding:10px 0;
	transition:0.25s;
	display:inline-block;
	border-bottom:3px solid transparent;
	border-left:1px solid rgba(0,0,0,0.1);

	max-width:20em;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
nav a:last-child {
	border-right:1px solid rgba(0,0,0,0.1);
}
nav a:link,
nav a:visited,
nav a:hover,
nav a:focus,
nav a:active {
	color:#303030;
	text-decoration:none;
}
nav a:hover {
	text-decoration:none;
	border-color:#ffffff;
	transition:0.5s;
	border-color:#808080;
}

nav a.l5_selected {
	border-color:#606060;
}
*/

/* フッターナビ*/
.l5_nav_bottom {
	
}
.l5_nav_bottom a {
/*	border-left:none;
	border-right:none!important;*/
}

/* ナビ メニュー */
.l5_nav_menu {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
	
	background:linear-gradient(0deg, rgba(255,255,255,0.95), rgba(255,255,255,1.0));
	
	position:absolute;
	top:-10px;
	left:0;
	border-top:1px solid #f9f9f9;
	z-index:9999;
	display:none;
	margin-bottom:20px;
}
.l5_nav_menu_bottom {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
	
	background:linear-gradient(0deg, rgba(255,255,255,0.90), rgba(255,255,255,1.0));
	
	position:relative;
	top:10px;
	left:0;
	border-top:1px solid #f9f9f9;
	z-index:9999;
	display:none;
	margin-bottom:20px;
}
.l5_nav_menu_bottom {
	background:rgba(0, 0, 0, 0.07);
	padding-bottom:10px;
	margin-top:0;
}
#l5_nav_menu_1,
#l5_nav_menu_2,
#l5_nav_menu_3 {
}

.l5_nav_menu_list {/* 記事リンク */
	list-style-type:none;
	/*width:960px;*/
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
}
.l5_nav_menu_list li {
	width:20%;
	margin:5px 1em 5px 1em;
	display:inline-block;
	vertical-align:top;
}
.l5_nav_menu_list li a {
	color:#303030;
	background-image:url(../images/ec_list.png);
	background-repeat:no-repeat;
	background-position:left 0.2em;
	display:inline-block;
	word-break:break-all;
	padding:0 5px 0 20px;
	line-height:1.5;
	width:90%;
}
.l5_nav_menu_list li a span {/* 日付 */
	font-size:85%;
	display:block;
	width:100%;
	float:right;
	text-align:right;
	line-height:1.5;
	color:rgba(0,0,0,0.5);
}
.l5_nav_menu_bottom {/* 下部ナビ */
	position:relative;
	box-shadow:none;
}


/* トップ バナー スライドショー */
.l5_top_banner_container {
	position:relative;
}
.l5_top_banner {
	list-style:none;
	/*background-color:#ffffff;*/
	padding:0;
	margin:0;
}
.l5_top_banner li {
}
.l5_top_banner li img {
	/*max-width:1000px; 20210818 DEL*/
	max-width:1440px;
	/*max-height:300px;*/
}

/* メッセージ */
.l5_top_banner_message {
	position:absolute;
	bottom:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.55);
	width:100%;
}
.l5_top_banner_message p {
	color:#ffffff;
	padding:10px;
	word-break:break-all;
	font-size:160%;
	line-height:1.2;
	text-align:center;
	font-weight:bold;
}

/* コンテナ */
#l5_top #l5_main_container {/* トップ */
}
#l5_main_container {
}


/* コンテンツ */
#l5_top #l5_main_content {
	padding-top:0;
}

#l5_main_content {
	padding-bottom:20px;
	background-color:rgba(255, 255, 255, 0.7);
}
#main-news {
	overflow:auto;
	position:relative;
	margin:0 10px 0;
	padding-top:20px;
	padding-bottom:10px;
}
#main-news > h3 {
	font-size:160%;
	font-weight:bold;
	padding:0 5px;
	line-height:1.3;
	border-bottom:3px solid #e8e8e8;
}
#main-news .ul {
	padding:1em;
	font-size:120%;
	word-break:break-all;
}
.l5_main_content_article {
	overflow:auto;
	position:relative;
	margin:0 10px 0;
}
.l5_main_content_article:last-child {
	border-bottom:none;
}
/* 2017/05/29 SEO対策によりhタグを修正 */
/*
.l5_main_content_article > h1,
.l5_main_content_article > h2 {
	font-size:220%;
	padding:0 5px;
	line-height:1.3;
	border-bottom:3px solid #e8e8e8;
    font-weight:bold;
}
*/
.l5_main_content_article h1 {
	font-size:220%;
	padding:0 5px;
	line-height:1.3;
	border-bottom:3px solid #e8e8e8;
    font-weight:bold;
}
.l5_main_content_article h2 {
	font-size:160%;
	padding:0 5px;
	line-height:1.3;
	border-bottom:3px solid #e8e8e8;
    font-weight:bold;
}
.l5_main_content_article h3 {
	font-size:160%;
	padding:0 5px;
	line-height:1.3;
	border-bottom:3px solid #e8e8e8;
    font-weight:bold;
	margin-top:5px;
	padding-left:10px;
}
/* 2017/05/29 SEO対策によりhタグを修正 end */
.l5_main_content_article .l5_article {
	padding:1em;
	font-size:120%;
	word-break:break-all;
}
.l5_main_content_article .l5_article_original {
	word-break: normal!important;
	text-align: center!important;
}
.l5_main_content_article .l5_article img {
	margin:10px;
	max-width:300px;
}
.l5_main_content_article .l5_article_original img {
	max-width:100%!important;
}
.l5_main_content_article .l5_article .add-img {
	text-align:center;
}
.l5_main_content_article .l5_article .add-img img {
	max-width:680px;
}
.l5_main_content_article .l5_article p {
    margin: 10px;
}

#l5_top .l5_main_content_article {/* トップ */
	margin-bottom:20px;
	margin:0 10px 0;
	padding-top:20px;
	padding-bottom:10px;
}
#l5_top .l5_main_content_article:last-child {
	border-bottom:none;
}

#l5_top .l5_main_content_article > h1/*, 2017/05/29 SEO対策によりhタグを修正
#l5_top .l5_main_content_article > h2*/ {
	font-size:160%;
}

.l5_article h1,
.l5_article h2,
.l5_article h3,
.l5_article h4,
.l5_article h5,
.l5_article h6 {
	font-size:150%;
	border-bottom:1px solid #d0d0d0;
	margin-top:1em;
}

/* 記事 メニューあり */
#l5_story_container {
	display:flex;
	display:-ms-flexbox;
	background-color:rgba(255, 255, 255, 0.5);
}
#l5_story_menu {/* コーナーメニュー */
/*	-ms-flex:1 0 auto;
	flex-grow:1;*/
	flex-shrink:0;
	flex-basis:auto;
	width:250px;
	min-height:500px;
	padding:5px;
	-ms-flex-order:-1;
	order:-1;
}
#l5_story_content {/* 記事 */
	flex-grow:1;
	flex-shrink:0;
	flex-basis:auto;
	width:600px;
}

#l5_story_content h1 {
	font-size:220%;
	margin-top:5px;
	padding-left:10px;
}

/* コーナーメニュー */
.l5_menu_contact {/* お問い合わせ */
	background-color:#EFEFEF;
	margin-bottom:15px;
}
.l5_menu_contact_message {
	background-color:#606060;
	color:#ffffff;
	padding-left:10px;
}
.l5_menu_contact_title {
	font-size:150%;
	font-weight:bold;
	margin-top:5px;
	padding-left:10px;
	word-break:break-all;;
}
.l5_menu_contact_info {
	position:relative;
	padding-right:50px;
	padding-left:10px;
	padding-bottom:10px;
	min-height:35px;
}
.l5_menu_contact_info strong {
	display:block;
	line-height:1.3;
	
}
.l5_menu_contact_info strong.l5_name {
	font-size:150%;
	margin-top:5px;
}
/* 2017/05/29 SEO対策によりstrongを変更
.l5_menu_contact_info strong.l5_tel {
	font-size:120%;
}
*/
.l5_menu_contact_info div.l5_tel {
	font-weight:bolder;
	font-size:120%;
}
.l5_menu_contact_info div {
	font-size:85%;
}
.l5_menu_contact_info div.l5_time {
	word-break:break-all;
	line-height:1.2;
}
/* 2017/05/29 SEO対策によりstrongを変更
.l5_menu_contact_info div.l5_time strong {
	font-weight:normal;
	float:left;
}
*/
.l5_menu_contact_info div.l5_time b {
	font-weight:normal;
	float:left;
}
.l5_menu_contact_info div.l5_time p {
	padding-left:5em;
}
.l5_menu_contact_info a {/* tel */
	color:#606060;
	text-decoration:none;
}
.l5_menu_contact_info a.l5_contact_form {/* form */
	position:absolute;
	bottom:10px;
	right:0;
	width:40px;
	height:36px;
	padding:0;
	background-position:center center;
}

.l5_menu_corner {
	/* リスト 共通 */
	margin-bottom: 5px;
}
.l5_menu_corner_title {
	margin:0;
	padding:0;
}

.l5_menu_corner_toggle {
	list-style-type:none;
	padding:0;
	margin:0;
}
.l5_menu_corner_toggle > a {
	display:block;
	padding:5px 25px 5px 5px;
	background-color:#606060;
	color:#ffffff;
	text-decoration:none;
	position:relative;
	margin-bottom:1px;
	word-break:break-all;
}
.l5_menu_corner_toggle > a:hover/*,
.l5_menu_corner_toggle > a:focus*/ {
	background-color: #679528;
	color: #ffffff;
	cursor: pointer;
}
.l5_menu_corner_toggle > a.current {/* カレント コーナー */
	font-weight:bold;
	background-color:#606060;
}
.l5_menu_corner_toggle > a + ul {
	display:none;
}
.l5_menu_corner_toggle > a.current + ul {/* カレント 記事一覧 */
	display:block;
}
.l5_menu_corner_toggle  > a .l5_arrow {
	display:none;
}
.l5_menu_corner_toggle  > a .l5_arrow {
	width:20px;
	height:20px;
	display:inline-block;
	position:absolute;
	top:5px;
	right:5px;
}
.l5_menu_corner_toggle  > a.current .l5_arrow {
	background:url(../images/ec_link_arrow.png) no-repeat center center;
}


.l5_menu_corner_list {
	list-style-type:none;
	padding:10px 0.5em 10px 1em;
}
.l5_menu_corner_list li {
}
.l5_menu_corner_list li a {
	color:#303030;
	background-image:url(../images/ec_list.png);
	background-repeat:no-repeat;
	background-position:left 0.4em;
	display:block;
	word-break:break-all;
	padding:0 5px 0 20px;
	line-height:1.3;
	padding-top:5px;
	padding-bottom:5px;
}
.l5_menu_corner_list li a.current {/* カレント 記事 */
	text-decoration:underline;
}
.l5_menu_corner_list li a span {/* 日付 */
	font-size:85%;
	display:inline-block;
	width:100%;
	text-align:right;
	line-height:1;
	color:rgba(0,0,0,0.5);
}

/*.l5_cornername { */
.l5_main_content_article h2.l5_cornername { 
	font-weight:normal;
	display:block;
	/*
	color:#909090;
	text-align:right;
	padding-right:5px;
	*/
	text-align:left;
	padding-left:10px;
	font-size:120%;
	border-bottom:none;
}


/* 事務所だより */
.l5_main_content_article a.l5_dayori {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	font-size:210%;
	font-weight:normal;
	border-radius:4em;
	border:3px solid #909090;
	background-color:#ffffff;
	display:block;
	/*text-align:center;*/
	text-decoration:none;
	color:#303030;
	background-position:center;
    word-break:break-all;
    padding: 0 25px;

/*	text-shadow:1px 1px 0 rgba(255,255,255,0.8),-1px -1px 0 rgba(255,255,255,0.8),1px -1px 0 rgba(255,255,255,0.8),-1px 1px 0 rgba(255,255,255,0.8);*/
}
.l5_main_content_article a.l5_dayori:hover {
	border-color:#c0c0c0;
}
.l5_main_content_article a.l5_dayori span {/* アイコン */
	display:inline-block;
	vertical-align:middle;
	width:75px;
	height:45px;
	background-image:url(../images/ec_link_dayori.png);
	background-repeat:no-repeat;
	background-position:left top;
}


a#main-news-past {/*見出し ショルダーリンク*/
	display:inline-block;
	position:absolute;
	top:25px;
	right:5px;
	background-color:transparent;
	background-image:url(../images/ec_link_arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	color:#303030;
}
.l5_shoulder_link {/*見出し ショルダーリンク*/
	display:inline-block;
	position:absolute;
	top:25px;
	right:5px;
	background-color:transparent;
	background-image:url(../images/ec_link_arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	color:#303030;
}

/* 注目記事 */
.l5_attention {
	list-style:none;
	padding-left:0;
	margin:0;
}
.l5_attention  li{
	padding-left:50px;
}
.l5_attention li.new {/* new */
	background-image:url(../images/ec_new.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.l5_attention  li a {
	display:inline-block;
}
.l5_attention  li a,
.l5_attention  li a:link,
.l5_attention  li a:visited,
.l5_attention  li a:active {
	color:#303030;
}
.l5_attention  li a:hover,
.l5_attention  li a:focus {
}

.l5_attention_date {
	float:left;
	width:7em;
}
.l5_attention_title {
	padding-left:7em;
	word-break:break-all;
}

/* 注目記事 */
#main-news ul {
	list-style:none;
	padding-left:0;
	margin:1em;
}
#main-news li{
	font-size:120%;
}
#main-news span {
	float:left;
	padding-left:55px;
	width:10em;
}
#main-news span.fresh {/* fresh */
	background-image:url(../images/ec_new.png);
	background-repeat:no-repeat;
	background-position:5px 3px; 
}
#main-news  li a {
	display:inline-block;
	word-break:break-all;
	padding-left:5px;
}
#main-news  li a,
#main-news  li a:link,
#main-news  li a:visited,
#main-news  li a:active {
	color:#303030;
}
#main-news  li a:hover,
#main-news  li a:focus {


}/*main-basic 事務所だより*/
#main-basic {
    overflow: auto;
    position: relative;
    margin: 0 10px 0;
    line-height: 1.5;
    text-align: left;
    width: 100%;
}

#main-basic *    { }
#main-basic .corner-title          { font-size: 100%; font-weight: bold; line-height: 1.2; text-align: right; margin: 0; padding-right: 6px; width: 100%; border-bottom: 1px solid #bfbfbf; overflow:auto; }
#main-basic > .corner-title   { width: auto }
#main-basic .basic  { line-height: 1.3; text-align: left; margin: 0 0 5px; padding-top: 3px; padding-right: 5px; padding-left: 1em; width: 100%; border-bottom: 1px dashed #ccc; font-weight: bold; }
#main-basic > .basic   { text-indent: 1em; padding-right: 0; padding-left: 0; width: auto; display: block }
#main-basic div     {
    margin-top: 0.5em;
    margin-right: 2em;
    margin-left: 2em;
}
#main-basic #add-img   {  
    margin-right: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    text-align: center;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    width: 550px;
}
#main-basic #add-link    { background-color: #fafafa; margin-top: 5px; margin-right: 2em; margin-left: 2em; border: solid 1px #dbdbdb }
#main-basic #add-link ul    { list-style-type: none; margin-top: 5px; margin-bottom: 5px; margin-left: 1em; padding: 0 }
#main-basic #add-link li  { }
#main-basic #add-link a   { background-image: url("../images/ec-new-window.gif"); background-repeat: no-repeat; background-position: left center; margin-left: 5px; padding-top: 3px; padding-bottom: 1px; padding-left: 20px }
#main-basic #add-link a:link { }
#main-basic #add-link a:visited { }
#main-basic #add-link a:hover { }
#main-basic #add-link a:active { }
/*main-basic add-map*/
#main-basic #add-map       { background-color: #fff; text-align: center; margin-top: 10px; margin-right: 0; margin-left: 0; padding: 12px 2px; width: 100%; overflow: auto; border: solid 1px #ccc }
#main-basic > #add-map { margin-right: 5px; width: auto }
#main-basic #add-address         { background-color: #eee; background-image: url("../images/add-addressbg.gif"); background-repeat: repeat-y; background-position: center top; text-align: center; margin-top: 6px; margin-bottom: 6px; padding: 10px 5px; width: 100%; border: solid 1px #ccc }
#add-map > #add-address   { width:auto; }
#add-address table   { line-height: 1.5; margin-right: auto; margin-left: auto; border-collapse: collapse ; empty-cells: show    }
#add-address tr  { vertical-align: top }
#add-address th    { color: #808080; font-weight: normal; text-align: left; white-space: nowrap; padding: 2px 4px }
#add-address td   { padding: 2px 4px; word-break: break-all; }
#add-address td > a   {  }


#main-basic #add-map img      { margin-top: 5px; width: auto }
/*main-basic renew*/
#main-basic #renew      { color: #5e5e5e; font-size: 90%; text-align: right; width: 100%; clear: both }
#main-basic > #renew { width: auto }

/*main-basic address*/
#main-intro          { margin: 5px auto; width: 90% }
#main-intro .information  { color: #696969; font-size: 100%; font-weight: bold; background-image: url("../images/main-intro-h3.gif"); background-repeat: repeat-x; background-position: left center; text-align: center; margin: 0 auto; width: 70% }
#main-intro > .information { }
#main-intro .information span { background-color: #fff; padding-right: 1em; padding-left: 1em }
#arrange   { }
#arrange table       { margin-right: auto; margin-left: auto; width: 90%; }
#arrange tr   { vertical-align: top }
#arrange td     { text-align: center }
#arrange img    { }
div.info-address   { }
div.info-address table         { width:100%; }
div.info-address tr   { }
div.info-address th       { color: #545454; font-weight: bold; line-height: 1.3; background-image: url("../images/ec-info-address.gif"); background-repeat: no-repeat; background-position: left top; text-align: left !important; text-indent: 1em; padding-top: 0; padding-right: 3px; padding-bottom: 1px; width: 9em; border-right: 5px solid #fff }
div.info-address td       { line-height: 1.3; text-align: left !important; padding: 0 3px 1px;padding-left:1em !important; word-break:break-all; }
div.info-address td div {  }
div.info-address td > div { overflow:auto; }
div.info-address h3 {  }


/*バックナンバー容器*/
div.mmg_toolbar {
	color:#606060;
	text-align:right;
	width:auto;
	margin-top:5px;
	margin-right:1em!important;
}

/*バックナンバーアイコン*/
div.mmg_toolbar img {
	vertical-align:middle;
}

div.mmg_toolbar span.mmg_toolbar_item {
/*過去の記事見出し*/
	display:inline-block;
}

div.mmg_toolbar select {
	vertical-align:middle;
	margin-right:0px;
	width:15em;
}
div.mmg_renew {
/*   更新日    */
	padding:0px;
	text-align:right;
	margin-top:0px!important;
	color:#909090;
	margin-left:1em;
	margin-right:1em;
}
div.mmg_greeting_ex {
/*最初あいさつ文*/
	background-color:#FFFFEC;
	margin-top:0px!important;
	margin-right:1em;
	margin-bottom:10px;
	margin-left:1em;
	padding:0.5em 1em!important;
/*radius*/
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url("/_common/scripts/PIE.htc");
	border: 1px #AFAF8C solid;
	border-width:2px;
}
div.mmg_article_list {
/*radius*/
	border-radius: 6px;						/* CSS3 */
	-moz-border-radius: 6px;			/* Firefox */
	-webkit-border-radius: 6px;		/* Safari,Chrome */
	border: 1px #d0d0d0 solid;		
	border-top: 1px #e5e5e5 solid;
	behavior: url("/_common/scripts/PIE.htc");
	overflow:visible!important;
	word-break:break-all;
	background-color:#F8FAFA;
	color:#000047;
	border: 2px #C7DBEA	 solid;
	padding:0.5em 1em;
	line-height:1;
	color:#303030;
	margin-bottom:10px;
	margin-left:1em;
	margin-right:1em;
	line-height:1.2;
}

div.mmg_article_list_h {
	padding-top:5px;
	margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

div.mmg_article_list_name {
	padding-left:1em;
	margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
	background-image: url("../images/mmg_article_list_name.png"); background-repeat: no-repeat; background-position: left top;
}
div.mmg_article_base {
/*マガジン容器*/
	margin:0px!important;
	padding:0px!important;
}


div.mmg_article_container {
/*記事容器*/
/*radius*/
	border-radius: 6px;						/* CSS3 */
	-moz-border-radius: 6px;			/* Firefox */
	-webkit-border-radius: 6px;		/* Safari,Chrome */
	border: 1px #d0d0d0 solid;		
	border-top: 1px #e5e5e5 solid;
	behavior: url("/_common/scripts/PIE.htc");
/*shadow*/
	-webkit-box-shadow: #e8e8e8 1px 2px 3px;
	-moz-box-shadow: #e8e8e8 1px 2px 3px;
	box-shadow: #e8e8e8 1px 2px 3px;

	overflow:visible!important;
	padding:5px;
	background-color:white;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f6f6f6));		/* Safari,Chrome */
	background: -moz-linear-gradient(#ffffff,#f6f6f6);		/* Firefox */
	background: linear-gradient(#ffffff,#f6f6f6);		/* CSS3 */
	-pie-background: linear-gradient(#ffffff,#f6f6f6);		/* IE.htc */
	margin-left:1em;
	margin-right:1em;
	margin-bottom:20px;
}

div.mmg_article_container *,
div.mmg_article_container_ex * {
/*マージン調整*/
	margin:0px!important;
/*禁則*/
	word-break:break-all;
}

.mmg_article_container_ex {
/*記事容器*/
/*radius*/
	border-radius: 6px;						/* CSS3 */
	-moz-border-radius: 6px;			/* Firefox */
	-webkit-border-radius: 6px;		/* Safari,Chrome */
	border: 1px #d0d0d0 solid;		/* 枠線の装飾 */
	border-top: 1px #e5e5e5 solid;
	behavior: url("/_common/scripts/PIE.htc");
/*shadow*/
	-webkit-box-shadow: #e8e8e8 1px 2px 3px;
	-moz-box-shadow: #e8e8e8 1px 2px 3px;
	box-shadow: #e8e8e8 1px 2px 3px;

	overflow:visible!important;
	padding:5px;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FAFAFA), to(#E5F3FA));		/* Safari,Chrome */
	background: -moz-linear-gradient(#FAFAFA,#E5F3FA);		/* Firefox */
	background: linear-gradient(#FAFAFA,#E5F3FA);		/* CSS3 */
	-pie-background: linear-gradient(#FAFAFA,#E5F3FA);		/* IE.htc */
	color:#000047;
	border: 1px #C7DBEA	 solid;
}

h4.mmg_article_title {
	/*記事タイトル*/
/*radius*/
	border-radius: 6px; /* CSS3 */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border: 1px #8ec3d8 solid;
/* 枠線の装飾 */
	border-color: #92c7dc #a8d7ea #c7ebfa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a4d8ed), to(#f6fbfd)); /* Safari,Chrome */;
	background: -moz-linear-gradient(#a4d8ed,#f6fbfd); /* Firefox */
	background: linear-gradient(#a4d8ed,#f6fbfd); /* CSS3 */
	-pie-background: linear-gradient(#a4d8ed,#f6fbfd); /* IE.htc */
	behavior: url("/_common/scripts/PIE.htc");
	color: #000080;
	background-color: #f6fbfd;
	padding:5px 20px;
}

div.mmg_article_container > h4.mmg_article_title,
div.mmg_article_container_ex > h4.mmg_article_title {
	padding-bottom:5px;
	margin-top:0px;
}


div.mmg_article_txt {
/*記事本文*/
padding-top:1.5em;
padding-bottom:0.5em;
padding-left:2em;
padding-right:2em;
}

div.mmg_article_url_container {
/*記事内URL*/
	color:#58879A;
	margin-top:1em!important;
	position:relative;
	border-top:1px dashed #d0d0d0;
	width:100%;
	padding-top:6px;
	line-height:1.2;
	margin:0px!important;
	word-break:break-all;
	font-weight:bold;
}

div.mmg_article_url {
/*記事内URL*/
	font-weight:normal;
	margin-left:5.0em!important;
	margin-top:-1.2em!important;
}

div.mmg_article_url a {
	display:block;
	margin-bottom:5px!important;
}

div.mmg_article_container_bottom {
	text-align:right;
	padding-right:5%;
	margin:0px!important;
	padding-top:5px;
	padding-bottom:5px;
}

div.mmg_article_container_bottom a,
div.mmg_article_container_bottom a:visited {
	font-size:90%;
}



div.mmg_greeting_bottom {
/*最後あいさつ文*/
	
}


/* リンク集 */
.l5_linklist {
	list-style-type:none;
	overflow:auto;
	margin-bottom:0;
	margin:0;
}
.l5_linklist li {
	width:30%;
	margin:5px 1em 5px 0;
	display:inline-block;
	vertical-align:top;
}
.l5_linklist li a {
	color:#303030;
	background-image:url(../images/ec_list.png);
	background-repeat:no-repeat;
	background-position:left 0.2em;
	word-break:break-all;
	padding:0 5px 0 20px;
}
/* バナー */
.l5_article_banner {
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:50px;
}
/* バナー（img）*/
.l5_article_banner img {
	margin-right:20px;
	display:inline-block;
    width:160px;
	height:50px;
}
.l5_article_banner img:last-child {
/*	margin-right:0;*/
}
.l5_article_banner img:hover {
	opacity:0.85;
	transition: 0.3s;
}
/* バナー（Flash）*/
.l5_article_banner embed {
	margin-right:20px;
	display:inline-block;
    width:160px;
	height:50px;
}
.l5_article_banner embed:last-child {
/*	margin-right:0;*/
}
.l5_article_banner embed:hover {
	opacity:0.85;
	transition: 0.3s;
}


/* アクセス */
.l5_access {
	overflow:hidden;
	display:flex;
	display:-ms-flexbox;
    -ms-flex-align:stretch;
    -ms-flex-pack:justify;
}
.l5_access:before,
.l5_access:after {
	content:"";
	display:table;
}
.l5_access:after {
    clear: both;
}
.l5_access_list {
	list-style-type:none;
	margin:1em 1em 1em 0;
	float:left;
    padding-left:4px;
	flex-grow:0.9;
	flex-shrink:1;
	flex-basis:50%;
	-ms-flex:1 1 auto;
    max-width:100%;
    /*min-width:65%;*/
}
.l5_access_list li {
	margin-bottom:1em;
}
.l5_access_list li span {
	color:#303030;
	background-image:url(../images/ec_list.png);
	background-repeat:no-repeat;
	background-position:left 0.4em;
	display:block;
	word-break:break-all;
	padding:0 5px 0 20px;
	line-height:1.3;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}
.l5_access_list li p {
	padding:0 5px 0 20px;
	word-break:break-all;
}
.l5_access img {
	float:right;
	margin-top:20px;
	margin-left:0;
	margin-right:0;
	margin-bottom:1em;
    max-width:500px;
	/*flex-grow:1;*/
	flex-grow:0;
	flex-shrink:0;
	flex-basis:auto;
	/*-ms-flex:1 1 auto;*/
	-ms-flex:0 1 auto;
	height:100%;
}

/* フッター */
footer {
	margin-left:auto;
	margin-right:auto;
	border-top:3px solid #606060;
	text-align:center;
}
.l5_footer {
	width:1310px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;	
	position:relative;
	text-align:left;
}
.l5_footer_copy{
	flex-grow:1;
	flex-shrink:0;
	flex-basis:100%;
	padding:5px;
    margin-bottom:2px;
	word-break:break-all;
	color:#303030;
}
.l5_footer_title_address {
	overflow:hidden;
	width:100%;
}
.l5_footer_title_address:before,
.l5_footer_title_address:after {
	content:"";
	display:table;
}
.l5_footer_title_address:after {
    clear: both;
}
.l5_footer_title {
	flex-grow:1;
	flex-shrink:0;
	flex-basis:380px;
	flex-basis:100%;
	margin-bottom:0;
	width:50%;
	height:auto;
	float:left;
}
.l5_footer_title .alternate{
    visibility:hidden;
}
/* 2017/05/29 SEO対策によりstrongをbタグに変更
.l5_footer_title strong {
	font-size:180%;
	margin:0 10px 0 5px;
	font-weight:bold;
	line-height:1.3;
	display:inline-block;
	word-break:break-all;
}
.l5_footer_title strong a,
.l5_footer_title strong a:link,
.l5_footer_title strong a:visited,
.l5_footer_title strong a:hover,
.l5_footer_title strong a:active {
	color:#303030;
	text-decoration:none;
}
*/
.l5_footer_title b {
	font-size:180%;
	margin:0 10px 0 5px;
	font-weight:bold;
	line-height:1.3;
	display:inline-block;
	word-break:break-all;
}
.l5_footer_title b a,
.l5_footer_title b a:link,
.l5_footer_title b a:visited,
.l5_footer_title b a:hover,
.l5_footer_title b a:active {
	color:#303030;
	text-decoration:none;
}

.l5_footer_address {
	width:50%;
	float:left;
	word-break:break-all;
	word-wrap:break-word;
	overflow-wrap:break-word;
	/* 2017/05/30 SEO対策により追加 */
	font-weight:normal;
	/*margin-left: 3.5em;*/
}
.l5_footer_social_tel_contact {
	overflow:hidden;
	width:100%;
}
.l5_footer_social_tel_contact:before,
.l5_footer_social_tel_contact:after {
	content:"";
	display:table;
}
l5_footer_social_tel_contact:after {
    clear: both;
}
.l5_social {
	padding:0;
	text-align:left;
	min-width:50%;
	float:left;	
	line-height:0.5;
}
.l5_social ul {
	padding:0;
	vertical-align:bottom;
}
.l5_social ul li {
	display:inline-block;
	margin-left:10px;
}
.l5_social ul li a {
	vertical-align:bottom;
}

.l5_footer_address_tel_time {
	width:auto;
	float:left;
	/*margin-left:3.5em;*/
}
.l5_footer_address_tel {
}
.l5_footer_address_tel a {
	color:#606060;
	text-decoration:none;
}
.l5_footer_address_time {
}
.l5_footer_address_post .l5_button {
    padding-right:20px;
}
.l5_footer_address_map {
	background-color:transparent;
    background-image:url(../images/ec_win_white.png);
	background-repeat:no-repeat;
	background-position:55px center;
}

.l5_footer_contact {
	width:auto;
	padding:0 0 0 1em;
	float:left;
	margin-top:-0.5em;
}

.l5_footer_contact a.l5_contact_form {
	width:auto;
	height:auto;
	position:relative;
	background-position:5px center;
	padding:10px 10px 10px 35px;
	display:inline-block;
	line-height:1.2;
	text-align:center;
}

/*  コピーライト */
.l5_copyright {
	width:100%;
	height:20px;
	line-height:20px;
	background-color:#606060;
	color:#ffffff;
	text-align:center;
	clear:both;
	font-size:90%;
	margin-top:10px;
}

/* カウンター */
.l5_counter {
	position:absolute;
	width:1000px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	color:#ffffff;
	text-align:right;
	font-size:90%;
}

/* ドロワー スイッチ */
#l5_drawer_link {
	background:url(../images/link_drawer.png) no-repeat center center #ffffff;
	height:40px;
	width:40px;
	border:2px solid #909090;
	border-radius:6px;
	margin:5px;
	display:none;
	z-index:100;
/*
    position:absolute;
	top:5px;
	left:0;
	float:left;
*/
}

/* ドロワー */
#l5_drawer_menu {
	background-color:#303030;
	color:#ffffff;
	line-height:1.3;
}
.l5_drawer_list {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:5px;
}
.l5_drawer_list li {

}
.l5_drawer_list a {
	display:block;
	padding:10px 0;
	color:#ffffff;
	padding-left:30px;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	transition:0.3s;
	text-decoration:none;
}
.l5_drawer_list a.l5_drawer_home {
	background:url(../images/drawer_ec_home.png) no-repeat -5px center;
}
.l5_drawer_list a:hover {
	background-color:#303030;
	text-decoration:none;
	transition:0.25s;
}
.l5_drawer_list li ul {
	list-style:none;
	padding:0;
}
.l5_drawer_list li ul a {
	display:block;
	padding-left:45px;
	font-size:95%;
	background-color:#505050;
}
.l5_drawer_list li ul a span {
	display:block;
	text-align:right;
	font-size:85%;
	color:rgba(255,255,255,0.7);
	padding-right:5px;
}
.l5_drawer_list li ul a span {
	display:block;
	text-align:right;
	font-size:85%;
	color:rgba(255,255,255,0.7);
	padding-right:5px;
}
.l5_drawer_toggle > ul {
	display:none;
}

/* 記事 */
.l5_sns {/* sns */
	text-align:right;
	padding:0;
}
.l5_sns ul {
	padding:5px 20px 2px;
	line-height:1;
	margin:0;
}
.l5_sns ul li {
	display:inline-block;
	margin-left:10px;
	vertical-align:top;
}
.l5_sns ul li a {
	vertical-align:text-bottom;
}

	
.l5_article .l5_article_text {/* 記事 */
	padding-bottom:10px;
	padding-top:10px;
}


.l5_article_add {/*付加情報*/
	clear:both;
}
/* 2017/05/30 SEO対策により、strongタグをbタグに変更
.l5_article_add strong {
	font-weight:normal;
	color:#ffffff;
	background-color:#606060;
	font-size:85%;
	border-radius:2em;
	padding:0 1em;
	display:inline-block;
	min-width:3.5em;
	text-align:center;
	line-height:1.4;
	float:left;
}
*/
.l5_article_add b {
	font-weight:normal;
	color:#ffffff;
	background-color:#606060;
	font-size:85%;
	border-radius:2em;
	padding:0 1em;
	display:inline-block;
	min-width:3.5em;
	text-align:center;
	line-height:1.4;
	float:left;
}
.l5_article_add ul {
	list-style-type:none;
	padding-left:1em;
	margin-top:0;
	font-size:90%;
	float:left;
}
.l5_article_add li {
	margin-bottom:5px;
}
.l5_article_add li a {
	background-image:url(../images/ec_list.png);
	background-repeat:no-repeat;
	background-position:left 0.2em;
	padding:0 5px 0 20px;
	display:inline-block;
	word-break:break-all;
	color:#505050;
}
.l5_renew {
	padding-bottom:10px;
	padding-top:10px;
	text-align:right;
	font-size:85%;
	color:#606060;
}
.l5_paging {/*ページング*/
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.l5_paging div {
	line-height:2;
	padding-bottom:3px;
}
.l5_paging div a.l5_button {
	min-width:8em;
	padding:5px 1em;
	line-height:1.2;
}
.l5_paging .l5_prev {
/*	text-align: left;*/
}
.l5_paging .l5_prev a:before {
}
.l5_paging .l5_prev a {
}
.l5_paging .l5_back {
}
.l5_paging .l5_fwd {
}
.l5_paging .l5_fwd a:after {
}
.l5_paging .l5_fwd a {
}
/* bxslider_スライドショー */
.bx-wrapper {
	/* max-width: 1000px !important; 20210818 DEL*/
	max-width: 1440px !important;
	margin:0 auto 0px;
}
.bx-wrapper .bx-loading {
	background: url(/_common/images/bx_loader.gif)  center no-repeat #fff;
}
.bx-wrapper .bx-prev {
	background: url(/_common/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	background: url(/_common/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-controls-auto .bx-start {
	background: url(/_common/images/controls.png) -86px -11px no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	background: url(/_common/images/controls.png) -86px -44px no-repeat;
}
.bx-viewport {
	box-shadow:none !important;
	border:0 !important;
	left:0 !important;
}
.bx-caption {
	background:rgba(0, 0, 0, 0.55)!important;
	text-align:center;
	font-size:200%;
	font-weight:bold;
	color:#ffffff;
	line-height:1.2;
}

/* スライドショーに対するヘッダ画像キャプション背景色 */
.caption_color_green .bx-caption{
	background-color: rgba(60, 100, 5, 0.65)!important;
}
.caption_color_blue .bx-caption{
	background-color: rgba(50, 90, 150, 0.65)!important;
}
.caption_color_red .bx-caption{
	background-color: rgba(145, 20, 20, 0.65)!important;
}
.caption_color_brown .bx-caption{
	background-color: rgba(110, 70, 80, 0.65)!important;
}
.caption_color_royalblue .bx-caption{
	background-color: rgba(30, 30, 120, 0.65)!important;
}
.caption_color_gold .bx-caption{
	background-color: rgba(230, 190, 145, 0.65)!important;
}
.caption_color_gold .bx-caption span{
	text-shadow: 1px 1px 0 rgba(0,0,0,.2),2px 2px 0 rgba(0,0,0,.2),2px 2px 0 rgba(0,0,0,.2);
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	transition:0;
}
.bx-wrapper .bx-controls-direction a {
	z-index:1000;
}
.bx-pager {
	top:0;
	left:42%;
	z-index:2000;
}
.slider {
	display:none;
}
/*
.slider #slideImage1 {
	display:inline;
}
.slider #slideImage2, 
.slider #slideImage3 {
	display:none;
}
*/
ul.bxslider {
	list-style:none;
	padding: 0;
	margin: 0;
}
ul.bxslider2 {
	list-style:none;
	padding: 0;
	margin: 0;
}


/*settlement*/
#main-settlement     { background-image: url("../images/l5_pallete1/bg_color_1.gif"); background-repeat: repeat-y; background-position: right top; text-align: center; margin-bottom: 12px; /*border: solid 1px #c9d1db*/ }
#main-settlement h2   { font-size: 120%; font-weight: bold; background-color: #d7e0eb; background-image: url("../images/settlement-h2.gif"); background-repeat: repeat-x; background-position: left top; margin-top: 0; margin-bottom: 0; padding: 3px 3px 3px 6px; width: 100%; border-bottom: 1px solid #9fb2ca }
#main-settlement > h2 { width:auto; display: block }
#main-settlement h3   { color: #234f86; font-weight: bold; font-size: 120%; background-color: #d1dbe7; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-left: 6px; width: 100%; border-top: 2px solid #bbc9db; border-bottom: 1px solid #fff }
#main-settlement > h3 { width:auto; display: block }
#main-settlement h4    { color: #234f86; font-weight: bold; font-size: 120%; margin-top: 0; margin-bottom: 0; padding-top: 6px; width: 100%; border-bottom: 1px solid #c6d5e7 }
#main-settlement > h4 { width:auto;}
#main-settlement ul      { text-align: left; margin: 0; padding: 0; width: 90% }
#main-settlement ul.bal { width: auto }
#main-settlement > ul { margin-right: auto; margin-left: auto }
#main-settlement ul li   { list-style-type: none; margin: 0; padding: 0 }
#main-settlement ul li a  { line-height: 1.2; text-decoration: none; background-image: url("../images/ec-note.gif"); background-repeat: no-repeat; background-position: left center; display: block; padding-top: 6px; padding-bottom: 6px; padding-left: 20px; width: 100%; border-bottom: 1px dashed #a6bad2 }
#main-settlement ul li > a { width: auto }
#main-settlement ul.bal li a { background-image: url("../images/bal-sheet.gif") !important }
#main-settlement ul li a:link  { text-decoration: none }
#main-settlement ul li a:visited  { text-decoration: none }
#main-settlement ul li a:hover  { color: #ff5f00; text-decoration: none; background-color: #ffffdb; border-bottom: 1px dashed #ff9f00 }
#main-settlement ul li a:active  { text-decoration: none }
#main-settlement div.pagelink  { color: #ff9f00; font-size: 90%; font-weight: bold; text-align: center; padding-top: 10px; padding-bottom: 10px; width: auto }
#main-settlement div.pagelink a   { font-weight: normal; padding-top: 3px; padding-left: 3px }
#main-settlement div.pluginmsg   { font-size: 80%; line-height: 1.2; background-color: #fff; text-align: left; margin-top: 6px; margin-right: auto; margin-left: auto; padding: 3px 6px; width: 60%; border: solid 1px #a6bad2 }
#main-settlement div.pluginmsg img  { margin-right: 6px; float: left }
#main-settlement table { line-height: 1.3; margin-top: 6px; margin-right: auto; margin-left: auto; width: 70%; border-collapse: collapse ; empty-cells: show  }
#main-settlement th   { color: #234f86; font-weight: normal; background-color: #e5eef8; background-image: url("../images/main-settlement-th.gif"); background-repeat: repeat-x; background-position: left top; padding: 3px 3px 3px 6px; width: 6em; border: solid 1px #a6bad2 }
#main-settlement td  { background-color: #fff; margin-right: auto; margin-left: auto; padding: 3px; border: solid 1px #a6bad2 }


.l5_mobile {/* モバイル用 */
	display:none;
}
.l5_pc {/* pc用 */
	display:block;
}
/* スマートデバイス */
@media screen and (max-width: 992px) {
	.l5_mobile {/* モバイル用 */
		display:block;
	}
	.l5_pc {/* pc用 */
		display:none;
	}
	body {
		font-size:110%;
	}
	#l5_container {
		background-position:left -600px;
		background-image:none!important;
	}
	header {/* ヘッダー */
		width:100%;
	}
	.l5_header_copy {
		text-align:left;
		font-size:80%;
		padding-left:5px;
		padding-right:5px;
		border-bottom:1px solid #e8e8e8;
	}
	#header_container {
		width:100%;
	}

	.l5_header_title {
		text-align:center;
		width:100%;
	}

	.l5_header_title h1,
	.l5_header_title h2 {
		display:block;
		width:auto;
		height:auto;
		margin:0;
		text-align:left;
/*		border-top:1px solid #e8e8e8;*/
		font-size:180%;
		padding-left:5px;
		padding-right:0px;
	}
	.l5_header_shoulder {
		width:100%;
		position:relative;
		right:auto;
		bottom:auto;
		font-size:85%;
		padding:0;
	}
	.l5_header_contact {
		padding:5px;
		position:relative;
		width:auto;
	}
	.l5_header_contact .l5_contact_form {
/*		width:50px;
		height:50px;
		background-position:center center;
		padding:0;
		position:absolute;
		bottom:15px;
    */
		right:0px;
	}
	.l5_header_contact .l5_contact_form span {
		display:none;
	}
	.l5_header_contact .l5_contact_info {
		text-align:left;
		font-size:115%;
	}

	.l5_contact_info_tel {
		line-height:1.2;
	}

	nav {/* ナビ */
		width:100%;
	}

	#l5_main {
		width:100%;
		border:none;
	}
	#l5_main_content {
	}
	.l5_top_banner li img {/* トップスライドショー */
		width:100%;
		height:auto;
	}
	.l5_top_banner_message {/* メッセージ */
		font-size:70%;
	}

	#l5_main h1 {/* 見出し */
		padding:5px 5px 5px;
		font-size:150%
	}

	.l5_main_content_article {
		margin:10px;
		font-size:80%!important;
	}
	.l5_main_content_article > h1,
	.l5_main_content_article > h2 {
		font-size:150%!important;
	}
	.l5_main_content_article .l5_article {
		padding-left:0;
		padding-right:0;
	}
	.l5_main_content_article .l5_article img {
		float:none;
		margin-left:auto;
		margin-right:auto;
		display:block;
		/*margin:10px;*/
		max-width:300px;
	}
	.l5_main_content_article .l5_article .l5_article_text {
		text-align:left;
		display:inline-block;
	}
	.l5_attention {
	}
	.l5_attention_date {/* 注目記事 */
		float:none;
		font-size:90%;
	}
	.l5_attention_title {
		padding-left:0;
	}
	.l5_attention  li {
		margin-bottom:1em;
		padding-left:5px;
	}
    #main-news > h3 {
	    font-size:120%;
	    line-height:1.3;
	    border-bottom:3px solid #e8e8e8;
    }
    #main-news ul {
	    padding-top:1em;
	    padding-left:0;
        margin:0;
    }
    #main-news li{
	    margin-bottom:1em;
	    font-size:90%;
    }
    a#main-news-past {
	    font-size:80%;
    }
    #main-news span {
        padding-left:5px;
	    font-size:93%;
    }
    #main-news span.fresh {/* fresh */
	    background-position:left 97px top 0px !important;
    }

	.l5_linklist {/* リンク集 */
		height:auto;
		padding:0;
	}
	.l5_linklist li {
		width:99%;
		margin:0;
		margin-bottom:10px;
	}
	.l5_linklist li a {
		background-position:left 5px top 0.2em;
		padding:0 5px 0 25px;
	}
    
    /* 記事画像 */
    .l5_main_content_article .l5_article .add-img img {
	    width:100%;
    }

    .l5_article_banner { /* バナー */
	    text-align:center;
        padding: 0;
        margin-top: -10px;
    }
	/* バナー（img）*/
	.l5_article_banner img {
		max-width:none;
	    margin:3px 10px;
	}
    .l5_article_banner img:last-child {
/*	    margin-right:10px;*/
    }
	/* バナー（Flash）*/
	.l5_article_banner embed {
		max-width:none;
	    margin:3px 10px;
	}
	.l5_article_banner embed:last-child {
/*	    margin-right:10px;*/
	}
    
		
	.l5_main_content_article a.l5_dayori {/* 事務所だより */
		width:93%;
		font-size:160%;
        padding: 0 10px;
	}
	
	footer {/* フッター */
		text-align:left;
	}
	.l5_footer {
		width:auto;
		display:block;
		padding:5px;
	}
	.l5_footer_copy {
		padding:0;
		font-size:85%;
		line-height:1.2;
		width:100%;
	}
	.l5_footer_title {
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	.l5_footer_title strong {
		margin:0;
		width:100%;
		padding-top:5px;
		padding-bottom:5px;
		font-size:180%;
	}
	.l5_footer_address {
		font-size:85%;
		line-height:1.2;
		padding:0;
		margin:0;
		width:100%;
	}
	.l5_footer_address_tel_time {
		width:100%;
	}
	.l5_footer_address_tel {
		padding-left:0;
		text-align:center;
	}
	.l5_footer_address_time {
		padding-left:0;
		text-align:center;
	}
	.l5_footer_address_map {
		display:block;
		margin-left:auto;
		margin-right:auto;
		width:6em;
		padding:0.5em 1em;
		border-radius:2em;
		margin-top:10px;
	}
    .l5_footer_address_map {
        background-image:none;
    }
	.l5_footer_address_map img {
		display:none;
	}
	.l5_footer_contact {
		text-align:center;
		padding:0;
		margin:0;
		position:relative;
		width:100%;
	}
	.l5_footer_contact .l5_contact_form {
        float:none;
	}
	
	.l5_footer .l5_social {
		text-align:center;
		position:relative;
		width:100%;
		margin:0;
	}
	.l5_footer .l5_social ul {
	}
	.l5_footer_address_tel_time {
		margin-left:auto;
	}

	.l5_copyright {
		width:100%;
		font-size:70%;
		padding:5px 0;
		margin-top:20px;
	}

	#l5_drawer_link  {/* ドロワー */
		display:block;
	}

	nav {
		display:none;
	}

	.nav_container ul {
		display: none;
	}

	.l5_nav_bottom ul {
		display: none;
	}

	.l5_paging {/*ページング*/
		width:95%;
		flex-wrap: wrap;
	}
	.l5_paging div a.l5_button {
		padding:0.5em 1em;
	}
	.l5_paging .l5_prev {
		min-width:50%;
	}
	.l5_paging .l5_back {
		order:+1;
		min-width:100%;
	}
	.l5_paging .l5_fwd {
		min-width:50%;
	}

	/* 記事 メニューあり */
	#l5_story_container {
		display:block;
	}
	#l5_story_menu {/* コーナーメニュー */
		display:none;
	}
	#l5_story_content {/* 記事 */
		max-width:100%;
	}
	
	.l5_sns {
		text-align:center!important;
	}
	
	.l5_article_add strong {
		float:none;
	}
	.l5_article_add ul {
		float:none;
	}
	.l5_counter {
		display:none;
	}

	/* アクセス */
	.l5_access {
		display:block;
	}
	.l5_access p iframe {
		width: 100%;
	}
	.l5_main_content_article .l5_access img {
		width:100%;
		height:auto;
		float:none;
		margin:0;
	}
    /* 決算広告 */
    #main-settlement {       
        font-size: 80%; 
    }
    #main-settlement div.pluginmsg   { 
        width: 90%;
    }
    #main-settlement table { 
        width: 94%;
    }
    
	/* bxslider */
	.bx-caption {
		font-size:85%;
	}

}



/*** ワイドスクリーン対応 ***/
/* ヘッダー */
header {
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
#header_container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display:flex;
	justify-content: space-between;
}
.l5_header_title {
	flex: 1;
}
.l5_contact_form {
	order: 1;
}
.l5_contact_info_tel {
	white-space: nowrap;
}
/* ナビ */
.nav_container ul {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.nav_container li {
	max-width: none;
}
/* トップ コンテンツ */
#l5_main {
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.l5_top_banner li {
}
.l5_top_banner li img {
}
.l5_top_banner_container {
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
/* hover.css */
li figure {
	max-width: none;
	width: 100%;
}
/* ぼかし */
li figure {
	text-align: center;
	background: url(../images/sunflower2.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
li figure:before {
	content: '';
	background: inherit;
	filter: blur(3px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}
/* ナビ ボトム */
.l5_nav_bottom ul {
	max-width: none;
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.l5_nav_bottom li {
	max-width: none;
}
.l5_nav_menu {
	max-width: 1440px;
}
.l5_nav_menu_bottom {
	width: 1440px;
}
.l5_nav_menu_list {/* 記事リンク */
	max-width: 1400px;
}
.l5_main_content_article a.l5_dayori {
	/*width:1280px;*/
    width: 90%;
    margin: 2em auto;
}
#l5_story_menu {
	width: 300px;
}
#l5_story_content {
	max-width: 1100px;
}
/* 記事画面での表用 */
.l5_article_table_title {
    font-size: 120% !important;
    border-bottom: 1px solid green;
    margin: 10px 1em 0px;
}

.l5_articlecorner_table {
    overflow: auto;
    max-width: 1100px;
    margin: 0px 1em;
}
/* 記事：表 */
.l5_articlecorner_table table {
	border-collapse: collapse;
	margin-bottom: 20px;
	table-layout: fixed;
	width: auto !important;
}
.l5_articlecorner_table table caption {
	text-align: left;
/*	display:none;*/
}
.l5_articlecorner_table table tr,
.l5_articlecorner_table table th,
.l5_articlecorner_table table td {
	border:1px solid #9b9b9b;
}
.l5_articlecorner_table table tr {
	background-color: #ffffff;
}
.l5_articlecorner_table table th,
.l5_articlecorner_table table td {
	padding: 10px;
	width: 100px;
	white-space: nowrap;
	text-align: left;
}
.l5_articlecorner_table table th {
	background-color: #e2e2e2;
	font-weight: bold;
}
.l5_articlecorner_table table th.center,
.l5_articlecorner_table table td.center {
	text-align: center;
}
.l5_articlecorner_table table th.right,
.l5_articlecorner_table table td.right {
	text-align: right;
}
/* セルの文字色 */
.l5_articlecorner_table table th.green,
.l5_articlecorner_table table td.green {
	color:#345309;
}
.l5_articlecorner_table table th.blue,
.l5_articlecorner_table table td.blue {
	color:#375a7f;
}
.l5_articlecorner_table table th.red,
.l5_articlecorner_table table td.red {
	color:#781111;
}
.l5_articlecorner_table table th.gold,
.l5_articlecorner_table table td.gold {
/*	color:#d2691e;*/
	color:#c84b32;
}

.l5_articlecorner_table_ms {
    margin: 10px 1em !important;
}

/* 注目記事 */
#main-news ul {
	margin-left:15em;
}

/* リンクボタン */
.l5_article img.img_vertical {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

div.linkbtnwrapper {
    display: flex;
    justify-content: center;
}

div.linkbtn {
    text-align: center;
    border-radius: 100vh;
    padding: 0.2em 1em;
    margin: auto 0;
    word-break: break-all;
}

        div.linkbtn a:hover {
            text-decoration: none;
        }

.l5_parts_btn div.linkbtn {
    margin-top: 0.5em;
}

/* タイムライン */
.timeline {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	padding: 3em 0 2em;
}

.timeline_card {
	flex-grow: 1;
	padding: 1.5em 2em 1.5em;
	background-color: #f5f5f5;
	border-radius: 1em;
	max-width: 500px;
	min-height: 340px;
}

/* スマートデバイス（拡張） */
@media screen and (max-width: 1440px) {
	header {
		width: auto;
		margin-left: 40px;
		margin-right: 40px;
	}
	.nav_container ul {
		max-width: auto;
		margin-left: 40px;
		margin-right: 40px;
	}
	#l5_main {
		width: auto;
		margin-left: 40px;
		margin-right: 40px;
	}
	.l5_top_banner_container {
		width: auto;
	}
	.l5_nav_bottom ul {
		width: auto;
		margin-left: 40px;
		margin-right: 40px;
	}
    .l5_article_table table,
    .l5_articlecorner_table table,
    .common_table {
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
	.l5_footer {
		width: auto;
		margin-left: 100px;
		margin-right: 100px;
	}
}

/* スマートデバイス */
@media screen and (max-width: 992px) {
	header {
		margin-left: 0;
		margin-right: 0;
	}
	.l5_header_copy {
		display: block;
	}
	#header_container {
		display: block;
	}
	.l5_header_shoulder {
		display: block;
	}
	#l5_main {
		margin-left: 0;
		margin-right: 0;
	}
	.l5_top_banner_container {
		width: auto;
	}
	li figure {
		display: flex;
		justify-content: center;
	}
	li figure.no_effect img {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
    .l5_article_table table,
    .l5_articlecorner_table table,
    .common_table {
        width: auto;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    .l5_article_table table th, td,
    .l5_articlecorner_table table th,
    .l5_articlecorner_table table td,
    .common_table th, td {
        word-wrap: break-word;
        /*white-space: normal !important;*/
    }

	#l5_story_content {
		width: auto;
	}
	
	/* 注目記事 */
	#main-news ul {
		margin-left:1em;
	}

	/* 事務所だより */
	.l5_main_content_article a.l5_dayori {
		max-width: 90%;
	}

	.l5_footer {
		margin-left: auto;
		margin-right: auto;
	}
	
	.timeline {
		display: block;
		padding: 1em 0;
	}
	
	.timeline_card {
		padding: 0.5em;
		background-color: #ffffff;
		margin: 0 auto!important;
		height: auto;
	}
	
	.timeline_card img {
		display: none;
	}
	
	.timeline_card .twitter-timeline {
		width: 100%;
	}
}

/* パーツ挿入UI */
.l5_article img.img_horizontal_right {
    float: right;
    margin-left: 1.5em;
    margin-right: 1em;
    margin-bottom: 1em;
}
.l5_article img.img_horizontal_left {
    float: left;
    margin-left: 1em;
    margin-right: 1.5em;
    margin-bottom: 1em;
}
.l5_article img.img_vertical {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.l5_article img.img_small {
    max-width: 300px;
}
.l5_article img.img_big {
    max-width: 640px;
}

.l5_parts_btn ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    padding-top: 1em;
}
.l5_parts_btn ul li {
	width: 100%;
}
.l5_parts_btn .list.circle img {
    border-radius: 50%;
}
.l5_parts_btn .list.big img {
    max-width: 300px;
}
.l5_parts_btn .list.small img {
    max-width: 200px;
}
.l5_parts_btn .in-view .box {
    text-align: center;
}
.l5_parts_btn .in-view .box p {
    margin: 0.5em auto 0px;
    width:350px;
    font-size: 120%;
    word-break: break-all;
}
.l5_parts_btn.btn3 {
	width: 85%;
	margin: 0 auto;
}
.l5_parts_btn.btn3 ul {
	gap: 1em;
}
.l5_parts_btn.btn2 {
	width: 60%;
	margin: 0 auto;
}
.l5_parts_btn.btn2 ul {
	gap: 4em;
}
.l5_parts_btn.btn1 {
}
.l5_parts_btn p.fot {
    margin-left: 1em;
    margin-right: 1em;
}
.l5_parts_btn p.fot .bold {
	font-weight: bold;
}
.l5_parts_youtube {
	text-align: center;
}
.l5_parts_youtube iframe {
	margin: 10px auto;
}
.l5_parts_youtube.movie_left iframe {
	float: left;
	margin: 0 2em 2em auto;
}
.l5_parts_youtube.movie_right iframe {
    float: right;
    margin: 0 auto 2em 2em;
}
.l5_parts_youtube p {
    margin-top: 2em;
}
.l5_parts_youtube.movie_vertical p {
    margin: 10px auto 0px;
    width: 800px;
}
/* バナー */
.l5_parts_banner {
	text-align: center;
	padding: 1.5em auto;
}
.l5_parts_banner img {
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1em;
	display: inline-block;
    width: 160px;
	height: 50px;
}
.l5_parts_banner img:last-child {
/*	margin-right:0;*/
}
.l5_parts_banner img:hover {
	opacity: 0.85;
	transition: 0.3s;
}
.l5_parts_banner embed {
	margin-right: 20px;
	display: inline-block;
    width: 160px;
	height: 50px;
}
.l5_parts_banner embed:last-child {
/*	margin-right:0;*/
}
.l5_parts_banner embed:hover {
	opacity: 0.85;
	transition: 0.3s;
}

.slider .bx-wrapper img {
	margin: 0 auto;
}

/* 表を囲うdivにoverflow */
.l5_article_table {
	overflow:auto;
	max-width:1440px;
}

/* パーツ：表 */
.l5_article_table table {
	border-collapse: collapse;
	margin-bottom: 20px;
/*	margin-left: auto;
	margin-right:auto;*/
	table-layout: fixed;
	width: auto !important;
}
.l5_article_table table caption {
	text-align: left;
/*	display:none;*/
}
.l5_article_table table tr,
.l5_article_table table th,
.l5_article_table table td {
	border:1px solid #9b9b9b;
}
.l5_article_table table tr {
	background-color: #ffffff;
}
.l5_article_table table th,
.l5_article_table table td {
	padding: 10px;
	width: 100px;
	white-space: nowrap;
	text-align: left;
}
.l5_article_table table th {
	background-color: #e2e2e2;
	font-weight: bold;
}
.l5_article_table table th.center,
.l5_article_table table td.center {
	text-align: center;
}
.l5_article_table table th.right,
.l5_article_table table td.right {
	text-align: right;
}
/* セルの文字色 */
.l5_article_table table th.green,
.l5_article_table table td.green {
	color:#345309;
}
.l5_article_table table th.blue,
.l5_article_table table td.blue {
	color:#375a7f;
}
.l5_article_table table th.red,
.l5_article_table table td.red {
	color:#781111;
}
.l5_article_table table th.gold,
.l5_article_table table td.gold {
/*	color:#d2691e;*/
	color:#c84b32;
}

/* 表 罫線あり */
.common_table {
 border-collapse: collapse;
 margin-bottom:20px;
/* margin-left:auto;
 margin-right:auto;*/
  table-layout: fixed;
  width: auto !important;
}
.common_table caption {
 text-align:left;
 /* display:none; */
}
.common_table tr,
.common_table th,
.common_table td {
 border:1px solid #9b9b9b;
}
.common_table tr {
 background-color: #ffffff;
}
/* ストライプ */
.common_table.stripe tr:nth-child(odd) {
 background-color: #f3f3f3;
}
.common_table.stripe tr:nth-child(even) {
 background-color: #ffffff;
}
.common_table th,
.common_table td {
	padding:10px;
	width:100px;
	white-space: nowrap;
	text-align: left;
}
.common_table th {
 background-color: #e2e2e2;
 font-weight: bold;
}
.common_table th.center,
.common_table td.center {
 text-align: center;
}
.common_table th.right,
.common_table td.right {
 text-align: right;
}

/* 表 罫線あり 緑系 */
.common_table.green {
 border-collapse: collapse;
 margin-bottom:20px;
}
.common_table.green tr,
.common_table.green th,
.common_table.green td {
 border:1px solid #85ac4f;
}
.common_table.green tr {
 background-color: #ffffff;
}
/* ストライプ 緑系 */
.common_table.green.stripe tr:nth-child(odd) {
 background-color: #f5f8f0;
}
.common_table.green.stripe tr:nth-child(even) {
 background-color: #ffffff;
}
.common_table.green th {
 background-color: #e1ebd4;
}

/* 表 罫線あり 青系 */
.common_table.blue {
 border-collapse: collapse;
 margin-bottom:20px;
}
.common_table.blue tr,
.common_table.blue th,
.common_table.blue td {
 border:1px solid #94acc5;
}
.common_table.blue tr {
 background-color: #ffffff;
}
/* ストライプ 青系 */
.common_table.blue.stripe tr:nth-child(odd) {
 background-color: #eff5fd;
}
.common_table.blue.stripe tr:nth-child(even) {
 background-color: #ffffff;
}
.common_table.blue th {
 background-color: #dce9f7;
}

/* 表 罫線あり 赤系 */
.common_table.red {
 border-collapse: collapse;
 margin-bottom:20px;
}
.common_table.red tr,
.common_table.red th,
.common_table.red td {
 border:1px solid #b6a9a9;
}
.common_table.red tr {
 background-color: #ffffff;
}
/* ストライプ 赤系 */
.common_table.red.stripe tr:nth-child(odd) {
 background-color: #ececec;
}
.common_table.red.stripe tr:nth-child(even) {
 background-color: #ffffff;
}
.common_table.red th {
 background-color: #f9e4e4;
 font-weight: bold;
}

/* 表 罫線あり シャンパンゴールド*/
.common_table.champagne {
 border-collapse: collapse;
 margin-bottom:20px;
}
.common_table.champagne tr,
.common_table.champagne th,
.common_table.champagne td {
 border:1px solid #e6be91;
}
.common_table.champagne tr {
 background-color: #ffffff;
}
.common_table.champagne th {
 background-color: #faebd7;
 font-weight: bold;
}


@media screen and (max-width: 992px) {
	.l5_article img {
		max-width: 300px!important;
	}
	.l5_parts_btn ul {
		flex-wrap: wrap;
	}
	.l5_parts_btn ul li.in-view {
		padding-bottom: 2em;
	}
	.l5_parts_youtube iframe {
		width: 95%;
	}
	.l5_parts_btn.btn3 {
		width: 100%;
	}
	.l5_parts_btn.btn2 {
		width: 100%;
	}
	.l5_parts_youtube.movie_left iframe {
		float: none;
		margin: auto;
	}
	.l5_parts_youtube.movie_right iframe {
	    float: none;
	    margin: auto;
	}
	.l5_parts_youtube.movie_vertical p {
		margin: auto;
	    width: auto;
	}
	.l5_article img.img_horizontal_right {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.l5_article img.img_horizontal_left {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ヘッダロゴ */
#header_container .l5_header_title a {
	vertical-align: middle;
	display: table-cell;
}
#header_container .l5_header_title img {
	vertical-align: middle;
	max-height: 1.5em;
}
#header_container .l5_header_title h1.logo_left img {
	margin-right: 0.2em;
}
#header_container .l5_header_title h1.logo_right img {
	margin-left: 0.2em;
}

@media screen and (max-width: 992px) {
	#header_container .l5_header_title h1 {
		/*display: inline-block;*/
	}
	#header_container .l5_header_title h1 a {
		text-align: center;
		display: block;
	}
	#header_container .l5_header_title h1 a.img_container {
		text-align: center;
	}
	#header_container .l5_header_title img {
		max-width: auto;
	}
	#header_container .l5_header_title h1 img {
		margin-bottom: 0.2em;
	}
}

@media screen and (max-width: 500px) {
	.timeline_card {
		width: auto!important;
	}
	.timeline_card .twitter-timeline {
		width: auto!important;
	}
}
