@charset "utf-8";
 @import "header.css?202202181500";
/* CSS Document */

/*-- 画面下部にアニメーション　bottom_anime ------------------------*/
.bottom_anime {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 40px;
}
/* 時計 */
header #clockarea {
  position:absolute;
  bottom:5px;
  right:130px;
  width: 228px;
  height: 62px;
  background-color:#e3f2fd;
  background: url("/image_cmn/bg_clock.png") no-repeat;
  background-size:contain;
  text-align: left;
  display: none;
}
header #clockarea a img {
  float: right;
  margin: 5px 7px 0px 0px;
  vertical-align: top;
}
header #clockarea a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
header #clockarea #calendar {
  background: url("/image_cmn/ico_calendar.png") no-repeat 10px 1px;
  height: 20px;
  margin: 8px 0px 0px 0px;
  padding-left: 35px;
  font-size: 11px;
  line-height: 20px;
  letter-spacing:.02em;
}
header #clockarea #clock {
  background: url("/image_cmn/ico_clock.png") no-repeat 40px 0px;
  height: 20px;
  margin: 8px 0px 0px 0px;
  padding-left: 60px;
  font-size: 11px;
  line-height: 20px;
  letter-spacing:.05em;
}
header {
  background-color:#FFFFFF;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 18px;
}

/* ----------------------------------------------------------
 パンくず
---------------------------------------------------------- */
#breadcrumb {
  width:950px;
  margin: 10px auto 0;
}
#breadcrumb p {
  font-size: 15px;
  margin:0 5px;
  padding: 0 0 8px;
  border-bottom:1px solid #c8e6fd;
  text-align: left;
}
#breadcrumb p img {
  margin: 0 10px 2px;
  vertical-align: middle;
}
div#wrap > nav#breadcrumb > p {
  background: none !important;
}

/* パンくず ul.ver */
#breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c4dcef;
  margin: -5px 5px 0 5px;
  padding: 0 0 8px;
  text-align: left;
  line-height: 18px;
}
#breadcrumb ul li {
  margin-top: 5px;
  margin-left: 1.8em;
  overflow: visible;
  position: relative;
  font-size: 15px;
}
#breadcrumb ul li::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  color: #000;
  display: block;
  height: 6px;
  position: absolute;
  top: .3em;
  left: -1.25em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
}
#breadcrumb ul li:first-child {
  margin-left: 0;
}
#breadcrumb ul li:first-child::after {
  display: none;
}

#breadcrumb + * {
  margin-top: 10px !important;
}

/* ======================================
breadcrumbs
====================================== */
#breadcrumbs {
  margin: 0 auto;
  width: 920px;
  border-bottom:1px solid #c8e6fd;
}
#breadcrumbs ul {
  padding: 11px 32px .5rem .5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  line-height: 18px;
}
#breadcrumbs ul li {
  font-size: 15px;
  position: relative;
  overflow: visible;
  margin-left: 1.8em;
}
#breadcrumbs ul li::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  color: #000;
  display: block;
  height: 6px;
  position: absolute;
  top: .3em;
  left: -1.25em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
}
#breadcrumbs ul li:first-child {
  margin-left: 0;
}
#breadcrumbs ul li:first-child::after {
  display: none;
}

#breadcrumbs + * {
  margin-top: 10px !important;
}

/* ----------------------------------------------------------
 content
---------------------------------------------------------- */
#content {
  overflow: hidden;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
section {
}
#main {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 15px 0;
  text-align: left;
}
#main > h1 {
  margin: 0 auto 15px;
  padding: 11px 0 15px 5px;
  font-size: 20px;
  font-weight: normal;
  border-bottom:1px solid #c8e6fd;
}
div#wrap > #content > h1 {
  margin: 0 5px .5rem;
  padding-left: 5px;
  font-size: 1.2rem;
  font-weight: normal;
 border-bottom:0;
}

/* ----------------------------------------------------------

 汎用クラス

---------------------------------------------------------- */

/* ------ hover時画像を透過 ------ */
a:hover img.ov {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
a:hover {
  opacity: 0.7;
}

/* iPad用 */
@media screen and (max-device-width: 1024px) {
a:hover img.ov {
  opacity: 1!important;
}
a:hover {
  opacity: 1!important;
}
}
.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0%;
  line-height: 0%;
}
.dispnon {
  display: none;
}
.red {
  color: #FF0000;
}
.linkcolor {
  color: #336699;
}
.txt_small {
  font-size: 80%;/*IE8バグ対応のため、%にします*/
  letter-spacing: 0.05em;
}
.txt_normal {
  font-size: 13px;
}
.txt_mdl {
  font-size: 16px;
  line-height: 22px;
}
p.center {
  text-align: center;
}
.dispnon {
  display: none;
}
.txtsmall {
  font-size: 80%;
}
table {
  empty-cells: show;
  border : 0;
  border-collapse : collapse;
  border-spacing : 0;
}
.block {
  display : block;
}
.flt_l {
  float : left !important;
}
.flt_r {
  float : right !important;
}
.txt_l {
  text-align: left !important;
}
.txt_c {
  text-align: center !important;
}
.txt_r {
  text-align: right !important;
}
.txt_tume {
  letter-spacing: -0.05em;
}
.auto {
  margin: 0 auto;
}
.psn {
  position : relative;
}
.none {
  background-image : none !important;
}
.mt0 {
  margin-top : 0 !important;
　　　　 display: block;
}
.mt5 {
  margin-top : 5px !important;
  display: block;
	}
.mt10 {
  margin-top : 10px !important;
  display: block;
}
.mt15 {
  margin-top : 15px !important;
  display: block;
}
.mt20 {
  margin-top : 20px !important;
  display: block;
}
.mt25 {
  margin-top : 25px !important;
  display: block;
}
.mt30 {
  margin-top : 30px !important;
  display: block;
}
.mt35 {
  margin-top : 35px !important;
  display: block;
}
.mt40 {
  margin-top : 40px !important;
  display: block;
}
.mt50 {
  margin-top : 50px !important;
  display: block;
}
.mt60 {
  margin-top : 60px !important;
  display: block;
}
.mt70 {
  margin-top : 70px !important;
  display: block;
}
.mt80 {
  margin-top : 80px !important;
  display: block;
}
.mt90 {
  margin-top : 90px !important;
  display: block;
}
.mr0 {
  margin-right : 0 !important;
  display: block;
}
.mr5 {
  margin-right : 5px !important;
  display: block;
}
.mr10 {
  margin-right : 10px !important;
  display: block;
}
.mr15 {
  margin-right : 15px !important;
  display: block;
}
.mr20 {
  margin-right : 20px !important;
  display: block;
}
.mr25 {
  margin-right : 25px !important;
  display: block;
}
.mr30 {
  margin-right : 30px !important;
  display: block;
}
.mr35 {
  margin-right : 35px !important;
  display: block;
}
.mr40 {
  margin-right : 40px !important;
  display: block;
}
.mb0 {
  margin-bottom : 0 !important;
  display: block;
}
.mb5 {
  margin-bottom : 5px !important;
  display: block;
}
.mb10 {
  margin-bottom : 10px !important;
  display: block;
}
.mb15 {
  margin-bottom : 15px !important;
  display: block;
}
.mb20 {
  margin-bottom : 20px !important;
  display: block;
}
.mb25 {
  margin-bottom : 25px !important;
  　　　　　display: block;
}
.mb30 {
  margin-bottom : 30px !important;
  display: block;
}
.mb35 {
  margin-bottom : 35px !important;
  display: block;
}
.mb40 {
  margin-bottom : 40px !important;
  display: block;
}
.mb50 {
  margin-bottom : 50px !important;
  display: block;
}
.mb60 {
  margin-bottom : 60px !important;
  display: block;
}
.ml0 {
  margin-left : 0 !important;
  display: block;
}
.ml5 {
  margin-left : 5px !important;
  display: block;
}
.ml10 {
  margin-left : 10px !important;
}
.ml12 {
	margin-left : 12px;　
}
.ml15 {
  margin-left : 15px !important;　
}
.ml20 {
  margin-left : 20px !important;
}
.ml25 {
  margin-left : 25px !important;
}
.ml30 {
  margin-left : 30px !important;
}
.ml35 {
  margin-left : 35px !important;
}
.ml40 {
  margin-left : 40px !important;
}
.ml45 {
  margin-left : 45px !important;
}
.ml50 {
  margin-left : 50px !important;
}
.ml55 {
  margin-left : 55px !important;
}
.ml60 {
  margin-left : 60px !important;
}
.ml70 {
  margin-left : 70px !important;
}
.ml75 {
  margin-left : 75px !important;
}
.ml77 {
  margin-left : 77px !important;
}

.ml90 {
  margin-left : 90px !important;
}
.ml140 {
  margin-left : 140px !important;
}
.fs_13 {
  font-size:13px!important;
}
.fs_14 {
  font-size:14px!important;
}
.fs_15 {
  font-size:15px!important;
}
.fs_16 {
  font-size:16px!important;
}
.fs_17 {
  font-size:17px!important;
}
.fs_18 {
  font-size:18px!important;
}
.fs_19 {
  font-size:19px!important;
}
.fs_20 {
  font-size:20px!important;
}
.fs_28 {
  font-size:28px!important;
}
.ttl_blueline {
  background: url(/image_cmn/ttl_blueline_bg.png) no-repeat 0 0;
  font-size : 1.4rem;
  line-height : 30px;
  padding: 0px 0px 4px 12px;
  border-bottom: 1px solid #1e62a5;
  font-weight: bold;
}
.ttl_blueline_ss {
  background: url(/image_cmn/ttl_blueline_bg.png) no-repeat 0 0;
  font-size : 1.4rem;
  line-height : 30px;
  padding: 0px 0px 4px 12px;
  border-bottom: 1px solid #1e62a5;
  font-weight: bold;
  width:410px;
}
.ttl_blueline_s {
  background: url(/image_cmn/ttl_blueline_bg.png) no-repeat 0 0;
  font-size : 1.4rem;
  line-height : 30px;
  padding: 0px 0px 4px 12px;
  border-bottom: 1px solid #1e62a5;
  font-weight: bold;
  width:460px;
}
.flex{
	display: flex;
}

.coloum03 > .flex {
	gap:5%;
}

.coloum02{
	width:410px;
	margin-right:5px;

}
.blog{
	width:880px;
}
.blog01{
    width: 490px;
	margin:auto;
}
.coloum03{
	width: 460px;
	margin-left: 30px !important;
}


.weight_b {
  font-weight: bold;
}
#summary p {
  margin : 0 25px 15px;
  font-size : 14px;
  line-height : 1.6;
}
.box240 { /* 3column of 810px */
  width: 240px;
  padding:0;
  margin: 0 auto 15px;
}
.box360{
  width: 360px;
  padding:0;
}
.box450 { /* 2column */
  width: 450px;
  padding:0;
  margin: 0 auto 15px;
}
.box470 { /* 2column of 940px */
  width : 470px;
  padding : 7px 0 0 0;
  margin : 0 auto 15px;
}

.box300 {
  width : 300px;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

.box520 {
  width : 500px;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 25px;
}

.box650 {
  width: 650px;
  padding:0;
  margin: 0 auto 20px;
}

.box700 {
  width: 700px;
  padding:0;
  margin: 0 auto 15px;
}
.box700 figcaption{
	margin-top:5px;
	font-size:.9rem;
	line-height:1.5;
	text-align: left;
}
.box720 {
  width: 720px;
  padding:0;
  margin: 0 auto 15px;
}
.box810 {
  width: 810px;
  padding:0;
  margin: 0 auto 15px;
}
.box880 {
  width : 880px;
  padding : 7px 0 0 0;
  margin : 0 auto 15px;
}
.box910 {
  width: 910px;
  padding:0;
  margin: 0 auto 15px;
}
#footwrap {
  margin: 0 auto;
  text-align: left;
  /*height: 100%;*/
}
#head {
  clear: both;
  width: 960px;
  margin: 0 auto;
}
#headwrap {
  clear: both;
}
#logo {
  float: left;
  width: 320px;
}
#telwrap {
  text-align: right;
  float: right;
  width: 400px;
}
.telnum {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
#navwrap {
  clear: both;
}
#navwrap02 {
  display: none;
  visibility: hidden;
}
#nav02 {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#nav02 li {
  float: left;
}
#nav02 img {
  display: block;
}
#cont {
  clear: both;
  width: 960px;
  margin: 0 auto;
  height: 100%;
  padding-top: 20px;
  position: relative;
}
#foot {
  text-align: center;
  width: 960px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 16px;
}
.box915 {
  width: 915px;
  margin: 0 auto 15px;
}
section.box915 p {
  margin: 0 20px 15px;
  font-size: 14px;
}
footer {
  overflow: hidden;
  /*height: 1%;*/
  margin: 10px auto 0;
  padding: 100px 0 0;
  background: url("/image_cmn/bg_footbtm_city.png") center top no-repeat;
}
.b_menu_bg {
  overflow: hidden;
  clear: both;
  height: 1%;
  margin: 15px auto 0px;
  padding: 5px 0 0 0;
  background-color: #E5EEF7;
}
div#footwrap > footer > #footer_copy {
  color: #fff;
  margin: 0 auto;
  padding: 15px 0 40px;
  text-align: center;
  background: url(/image_cmn/bg_footer_copy.png) repeat-x bottom;
  font-size:.9rem;
}
div#footwrap > footer > #footer_copy .immunity {
  margin: 0 0 12px;
  font-size: 12px;
}
div#footwrap > footer > #footer_copy > div#create {
  display: inline;
}
div#footwrap > footer > #footer_copy > div#create > p#copyright {
  display: inline;
}
div#footwrap > footer > #footer_copy > div#language {
  display: inline;
}
div#footwrap > footer > #footer_copy > div#language > ul {
  display: inline;
  padding: 0 0 0 10px;
}
div#footwrap > footer > #footer_copy > div#language > ul > li {
  display: inline;
}
div#footwrap > footer > #footer_copy a {
  color: #fff;
}
#footer_copy section {
  display: inline;
}
#footer_copy p#copyright {
  display: inline;
}
#footer_copy #langage {
  display: inline;
}
#footer_copy #langage ul {
  display: inline;
  padding: 0 0 0 10px;
}
#footer_copy #langage li {
  display: inline;
}
/* ----------------------------------------------------------
 footer menu（トップ・セカンドページのみ使用）
---------------------------------------------------------- */

div#b_menu_bg {
  overflow: hidden;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 30px;
  background-color: #E5EEF7;
}
div#b_menu_bg > div#b_menu {
  overflow: hidden;
  list-style: none;
  clear: both;
  width: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 0px 20px 20px;
  text-align: left;
}
div#b_menu_bg > div#b_menu dl {
  float: left;
  width: 160px;
  margin: 0px 20px 0px 0px;
  padding: 0px;
}
div#b_menu_bg > div#b_menu > dl:last-child {
  margin: 0px;
}
div#b_menu_bg > div#b_menu dl > dt {
  display: block;
  height: 22px;
  margin: 0px 0px 10px;
  padding: 8px 0px;
  background-color: #005bac;
  color: #FFF;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
div#b_menu_bg > div#b_menu dl > dd {
  margin: 0px;
  padding: 0px;
}
div#b_menu_bg > div#b_menu dl > dd > ul {
  width: 160px;
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}
div#b_menu_bg > div#b_menu dl > dd > ul > li {
  display: block;
  clear: both;
  margin: 0px;
  padding: 0px 0px 11px 9px;
  background-repeat: no-repeat;
  background-position: 3px 2px;
  background-image: url(/image_cmn/ico_footer_arrow.gif);
  line-height: 14px;
  font-size: 12px;
}
div#b_menu_bg > div#b_menu dl > dd > ul > li > a {
  color: #000000;
  text-decoration: none;
}
div#b_menu_bg > div#b_menu dl > dd > ul > li > a:hover {
  color: #999999;
}
/* メニューを縦に並べる場合 */
#b_menu .menubox {
  display:inline;
  float:left;
  margin:0px;
  padding:0px;
}
div#b_menu_bg > div#b_menu .menubox dl {
  float:none;
  padding:0px;
}
/*----  フッター　注目ワード  ----*/
#hotwords {
  width: 940px;
  margin: 20px auto 30px;
  overflow: hidden;
  background: #fff;
  text-align: left;
}
#hotwords dl dt {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #CC5479;
  font-weight: bold;
  padding: 0 0 8px 0px;
  background: url("/image_cmn/ttl_hotwords_bg.png") no-repeat center bottom;
  border-bottom: none;
}
#hotwords dl dd {
  padding: 10px 4px;
  border-bottom: none;
  overflow: hidden;
}
#hotwords dl dd ul li {
  font-size: 12px;
  float: left;
  white-space: nowrap;
  margin: 4px 0px;
  padding: 0px 9px 0px 8px;
  border-right: 1px solid #333;
}
/* ----------------------------------------------------------
 gosoudan_box  from:20180510
---------------------------------------------------------- */
.ttl_soudan {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.ttl_tenpo {
  font-size: 18px;
  font-weight: bold;
  text-align:left;
}

.catch_soudan {
  font-size: 16px;
  font-weight: bold;
}
#gosoudan_box {
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  padding: 20px 0px 0px 0px;
  border-top: #dddddd solid 2px;
}
#gosoudan_box .inner {
  color: #fff;
  background-color: #005bac;
  width: 880px;
  height: 198px;
  margin: 0 auto 0;
  padding-top: 25px;
}
#gosoudan_box .lst {
  width: 720px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  padding: 30px 0 15px;
  margin: 0 auto;
  text-align: center;
  align-content: flex-start;
  height: 155px;
}
.soudan_form,
.soudan_request {
  margin-top: 9px;
}
.soudan_shop:before {
  content: "";
  background: url(/image/bg_soudan_shop.png) 0% bottom no-repeat;
  vertical-align: bottom;
  display: inline-block;
  width: 69px;
  height: 67px;
  visibility: visible;
}
#gosoudan_box .lnk {
  width: 292px;
  height: 105px;
  margin: 0 0 5px;
  border-left: solid 1px #fff;
}
#gosoudan_box .lnk:first-child {
  border-left: none;
}
#gosoudan_box .lnk a {
  display: block;
  width: 100%;
  height: 100%;
}
.free_dial {
  color: #005bac;
  font-size: 18px;
  margin: 20px auto 0;
  width: 330px;
}
.free_dial dt {
  padding: 7px 0;
  font-weight: bold;
  text-align: center;
}
.free_dial dd {
  background: url(../../../image/ico_dial.png) 0 0 no-repeat;
  padding: 7px 0 7px 35px;
  font-weight: bold;
  text-align: center;
}
.time_in{
  text-align: center;
}
/*----  お問合せ  ----
.ttl_soudan {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.catch_soudan {
	font-size: 16px;
	font-weight: bold;
}
#gosoudan_box {
	color: #fff;
	background-color: #005bac;
	width: 880px;
	margin: 20px auto 0;
	padding-top: 25px;
}
#gosoudan_box .lst {
	width: 880px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	padding: 30px 0 15px;
	margin: 0 auto;
	text-align: center;
}
.soudan_form:before {
	content: "";
	background: url(/image/bg_soudan_form.png)  0% bottom no-repeat;
	vertical-align: bottom;
	display: inline-block;
	width: 40px;
	height: 67px;
	visibility: visible;
}
.soudan_shop:before {
	content: "";
	background: url(/image/bg_soudan_shop.png) 0% bottom no-repeat;
	vertical-align: bottom;
	display: inline-block;
	width: 69px;
	height: 67px;
	visibility: visible;
}
#gosoudan_box .lnk {
	width: 292px;
	margin: 0 0 5px;
	border-left: solid 1px #fff;
}
#gosoudan_box .lnk:first-child {
	border-left: none;
}
#gosoudan_box .lnk a {
	display: block;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------------------------
 SEO文
---------------------------------------------------------- */
.comment_box {
  clear: both;
  width: 704px;
  margin: 5px auto 30px;
  padding: 10px 20px;
  /*border: 3px solid #c4def3;*/
  color: #000000;
  line-height: 24px;
  text-align:left;
  font-size:.9rem;
}
/* ----------------------------------------------------------
資料請求でマンガプレゼント
---------------------------------------------------------- */

.present {
  margin:40px auto 0;
  border:1px solid #005bac;
  position:relative;
}
.present figure {
  overflow:visible!important;
}
.present p {
  position:absolute;
  font-size:15px;
  margin:-45px 0 0 405px;
  padding:0 20px 0 1em;
  text-align:left;
  line-height:1.2;
  text-indent: -1em;
}
/*
----------------------------------------------------------------------------
資料請求でマンガプレゼント .present.comic 2018/08/24 306_kondo
---------------------------------------------------------------------------- */
.present.comic {
  position:relative;
  margin-bottom:20px;
  background:url(/estate/comic/image/bg-adcomic.png) 50% 80% no-repeat #cbeafa;
  border:0;
  height:520px;
  width:880px;
}
.present.comic .ttl_adcomic {
  position:absolute;
  top:20px;
  left:28px;
  margin:0;
}
.present.comic .lnk_adcomic {
  position:absolute;
  top:20px;
  right:28px;
}
.present.comic .txt_adcomic {
  position:absolute;
  top:415px;
  right:28px;
  margin-left:365px;
  font-size:15px;
  line-height:1.5;
  text-align:left;
}
/*
資料請求でマンガプレゼント 直下のお問合せ
.present.comic + #gosoudan_box  2018/08/24 306_kondo
----------------------------------------------------- */
.present.comic + #gosoudan_box {
  padding:0px;
  border-top: none !important;
}
.present.comic + #gosoudan_box .inner {
  border:1px solid #005bac;
}
.bottom_line {
  width:880px;
  margin:auto;
  border-bottom:1px dotted #ccc;
  padding-bottom:30px;
}
/*map*/
.schematic_area {
  background:url("/official_site/image/img_schematic.png") no-repeat scroll 0 0;
  height: 650px;
  width: 870px;
  margin: 18px auto 0;
  padding: 0;
  position: relative;
}
/*
関連リンク（相続税・税金お役立ち情報）
2018/10/02 #link_tax を二段組の表示に対応。306_kondo
2018/10/02 a:hover を汎用クラスに移動。306_kondo
2018.08.07 #link_tax a:hover を追加。342_mori
--------------------------------------------------------------*/
#link_tax {
  width:950px;
  margin:40px auto 50px;
}
#link_tax p {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
  font-size:22px;
  font-weight: bold;
  text-align: center;
}
#link_tax ul {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  width: 100%;
}
#link_tax li {
  font-size:14px;
  text-align: center;
  line-height: 1.5;
  margin: 1rem 12.75px 0;
  width:212px;
}
#link_tax li img {
  border:1px solid #ccc;
  margin-bottom:5px;
}

.half_brackets {
  display: inline-block;
  width: 0.4em;
  overflow: visible;
}