@charset "utf-8";

@media print, screen and (min-width: 768px){
	.sp_only {display:none;}
}
@media print, screen and (max-width: 750px){
	.pc_only {display:none;}
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    color: #000;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
@media print, screen and (max-width: 950px){
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {height:auto;}
}
#territory {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#wrapper {
  width: 100%;
  position: relative;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  overflow:hidden;
}
#territory #content {
	width: 650px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	height: auto;
	float: left;
	line-height: 200%;
}
@media print, screen and (max-width: 950px){
	#territory #content {
		width:calc(100% - 221px);
		padding:0px 10px;
	}
}
@media print, screen and (max-width: 750px){
	#territory #content {
		width:100%;
		float:none;
	}
}
#territory nav {
	width: 200px;
	height: auto;
	float: right;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 25px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}
@media print, screen and (max-width: 950px){
	#territory nav {
		width:220px;
		padding:0px 10px;
	}
}
@media print, screen and (max-width: 750px){
	#territory nav {
		width:100%;
		float:none;
		padding:20px 10px;
		text-align:center;
		border:none;
	}
	#territory nav iframe {
		width:100%;
	}
}
#territory footer {
	clear: both;
	max-width: 930px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	line-height: 120%;
}
@media print, screen and (max-width: 750px){
	#territory footer {
		padding:10px 10px 50px;
	}
	#territory footer small {
		font-size:9px;
	}
}
h2 {
    color: #000000;
    font-size: 2em;
    line-height: 1.5;
    font-weight: bold;
    padding: 1em 2em;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
    background-color: #e6f3ff;
    border-top: 1px solid #1f92d1;
    border-bottom: 1px solid #1f92d1;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
@media print, screen and (max-width: 950px){
	h2 {
		font-size:1.5em;
    	margin-bottom: 30px;
		padding: 1em 1em;
	}
}
@media print, screen and (max-width: 750px){
	h2 {
		font-size:1.225em;
    	margin-bottom: 30px;
		padding: 1em 1em;
	}
}
h3 {
    position: relative;
    font-size: 1.75em;
    line-height: 1.5;
	font-weight: bold;
    margin: 50px 0;
    padding: .75em 2.5em .75em 2.5em;
    border: 1px solid #ccc;
    border-bottom: 5px solid #1f92d1;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
@media print, screen and (max-width: 750px){
	h3 {
		font-size:1.2em;
    	margin-bottom: 30px;
		padding: 0.8em 1.5em;
	}
}
h4 {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: .5em;
    padding-right: 1em;
    padding-left: 3em;
    padding-bottom: .5em;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ff8000;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
@media print, screen and (max-width: 750px){
	h4 {
		font-size:1.175em;
    	margin-bottom: 30px;
		padding: 0.5em 1.75em;
	}
}
h5 {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: .25em;
    padding-right: 1em;
    padding-left: 3em;
    padding-bottom: .25em;
    border-left: 10px solid #ff8000;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
h5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (max-width: 750px){
	h5 {
		font-size:1.15em;
    	margin-bottom: 30px;
		padding: 0.2em 2em;
	}
}
#dl_style_top dt {
	font-size: 1.5em;
	color: #F90;
	text-indent: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.75em;
}
#dl_style_top dd {
	font-size: 1.1em;
	line-height: 2em;
	margin-top: 20px;
}
@media print, screen and (max-width: 750px){
	#dl_style_top dt {
		font-size:1.2em;
		margin-top: 20px;
		margin-bottom: 20px;
		text-indent: 0px;
		line-height: 1.5em;
	}
	#dl_style_top dd {
		font-size: 1.1em;
		line-height: 1.75em;
		margin-top: 18px;
		text-indent: 0px;
		margin-left:0;
	}
}

#territory #content .content-body dl #dt_style_gray {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 40px;
	background-image: url(/img/titlebg_gray.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px gray;
	-webkit-box-shadow: 0px 0px 2px gray;
	-moz-box-shadow: 0px 0px 2px gray;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body dl #dd_style_gray {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	box-shadow: 0px 0px 2px gray;
	-webkit-box-shadow: 0px 0px 2px gray;
	-moz-box-shadow: 0px 0px 2px gray;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
@media print, screen and (max-width: 750px){
	#territory #content .content-body dl #dt_style_gray {
		width: auto;
	}
	#territory #content .content-body dl #dd_style_gray {
		width: auto;
	}
}
#territory #content .content-body dl #dd_style_gray #annotation_dd_style_gray {
	list-style-position: outside;
	font-size: 1.1em;
	margin-left: -18px;
}
#territory #content .content-body dl #dd_style_gray #annotation_dd_style_gray li {
	list-style-type: none;
	list-style-image: url(/img/point_blue.png);
	list-style-position: outside;
	font-size: 1.1em;
}
#territory #content .content-body dl #dd_style_gray #annotation_dd_style_gray_se {
	list-style-position: outside;
	font-size: 1.1em;
	margin-left: -22px;
	width: auto;
	padding-right: 15px;
}
#territory #content .content-body dl #dd_style_gray #annotation_dd_style_gray_se li {
	list-style-type: none;
	list-style-image: url(/img/point_gray.png);
	list-style-position: outside;
	font-size: 1.1em;
}
#territory #content .content-body dl #dd_style_gray #linklist_dd_style_gray {
	margin-left: -38px;
}
#territory #content .content-body dl #dd_style_gray #linklist_dd_style_gray li {
	list-style-type: none;
}
#territory #content .content-body dl #dd_style_gray #linklist_dd_style_gray li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#territory #content .content-body dl #dt_style_blue_bgray {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.15em;
	text-indent: 40px;
	background-image: url(/img/titlebg_blue.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 5px gray;
	-webkit-box-shadow: 0px 0px 5px gray;
	-moz-box-shadow: 0px 0px 5px gray;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body dl #dd_style_1_bgray {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	box-shadow: 0px 0px 5px gray;
	-webkit-box-shadow: 0px 0px 5px gray;
	-moz-box-shadow: 0px 0px 5px gray;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
@media print, screen and (max-width: 750px){
	#territory #content .content-body dl #dt_style_blue_bgray {
		width:auto;
	}
	#territory #content .content-body dl #dd_style_1_bgray {
		width:auto;
	}
}
#territory #content .content-body dl #dd_style_1_bgray #annotation_dd_style_1 {
	list-style-position: outside;
	font-size: 1.1em;
	margin-left: -18px;
}
#territory #content .content-body dl #dd_style_1_bgray #annotation_dd_style_1 li {
	list-style-type: none;
	list-style-image: url(/img/point_blue.png);
	list-style-position: outside;
	font-size: 1.1em;
}
#territory #content .content-body dl #dd_style_1_bgray #annotation_dd_style_1_se {
	list-style-position: outside;
	font-size: 1.1em;
	margin-left: -22px;
	width: auto;
	padding-right: 15px;
}
#territory #content .content-body dl #dd_style_1_bgray #annotation_dd_style_1_se li {
	list-style-type: none;
	list-style-image: url(/img/point_gray.png);
	list-style-position: outside;
	font-size: 1.1em;
}
#territory #content .content-body dl #dd_style_1_bgray #linklist_dd_style_1 {
	margin-left: -38px;
}
#territory #content .content-body dl #dd_style_1_bgray #linklist_dd_style_1 li {
	list-style-type: none;
}
#territory #content .content-body dl #dd_style_1_bgray #linklist_dd_style_1 li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#territory #content .content-body dl #dt_style_blue {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 40px;
	background-image: url(/img/titlebg_blue.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body dl #dt_style_blue1 {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 60px;
	background-image: url(/img/titlebg_1.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
	background-color: #FFF;
}
#territory #content .content-body dl #dt_style_blue2 {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 60px;
	background-image: url(/img/titlebg_2.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body dl #dt_style_blue3 {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 60px;
	background-image: url(/img/titlebg_3.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body dl #dt_style_blue4 {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 60px;
	background-image: url(/img/titlebg_4.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body dl #dt_style_blue5 {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 60px;
	background-image: url(/img/titlebg_5.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body dl #dt_style_blue6 {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 60px;
	background-image: url(/img/titlebg_6.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body dl #dt_style_blue7 {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 60px;
	background-image: url(/img/titlebg_7.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body dl #dt_style_blue8 {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 60px;
	background-image: url(/img/titlebg_8.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body dl #dt_style_blue9 {
	width: 560px;
	height: 25px;
	line-height: 27px;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 60px;
	background-image: url(/img/titlebg_9.gif);
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}

#territory #content .content-body dl #dd_style_1 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
	background-color: #FFF;
}
#territory #content .content-body dl #dd_style_1 #annotation_dd_style_1 {
	list-style-position: outside;
}
#territory #content .content-body dl #dd_style_1 #annotation_dd_style_1 li {
	list-style-position: outside;
	font-size: 1.1em;
	list-style-image: url(/img/point_blue.png);
}
#territory #content .content-body dl #dd_style_1 #annotation_dd_style_1_se {
	list-style-position: outside;
	font-size: 1.1em;
	width: auto;
	padding-right: 15px;
	margin-left: -2em;
}
#territory #content .content-body dl #dd_style_1 #annotation_dd_style_1_se li {
	list-style-position: outside;
	font-size: 1.1em;
	list-style-image: url(/img/point_gray.png);
}
#territory #content .content-body dl #dd_style_1 #linklist_dd_style_1 {
	margin-left: -38px;
}
#territory #content .content-body dl #dd_style_1 #linklist_dd_style_1 li {
	list-style-type: none;
}
#territory #content .content-body dl #dd_style_1 #linklist_dd_style_1 li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#territory #content .content-body #news {
	font-size: 1.1em;
	line-height: 1.75em;
}
#territory #content .content-body #news dt {
	max-width: 100%;
	clear: left;
	float: left;
	font-size: 1.1em;
	line-height: 1.75em;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	margin-right: 20px;
}
#territory #content .content-body #news dd {
	max-width: 100%;
	font-size: 1.1em;
	line-height: 1.75em;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 9.5em;
}
#territory #content .content-body #access {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
#territory #content .content-body #access dt {
	clear: left;
	float: left;
	width: auto;
	font-size: 1.1em;
	color: #F90;
	margin-bottom: 0.5em;
	margin-left: -27px;
	margin-top: 0px;
	margin-right: 30px;
}
#territory #content .content-body #access dd {
	width: auto;
	margin-bottom: 0.5em;
	margin-top: 0px;
	font-size: 1.1em;
	color: #000;
}

#territory #content #breadcrumbs {
	vertical-align: baseline;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
	font-size: 1em;
l}
#territory #content #breadcrumbs li {
	list-style-type: none;
	font-size: 1em;
	display: inline;
	line-height: 110%;
}
#territory #content #breadcrumbs li a {
	background-image: url(/img/arrow_breadcrumbs.gif);
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right center;
}

#territory footer #footer {
	vertical-align: baseline;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#territory footer #footer li {
	font-size: 1.1em;
	line-height: 110%;
	display: inline;
	list-style-type: none;
}
@media print, screen and (max-width: 750px){
	#territory footer #footer li {
		font-size:0.7em;
	}
}
#territory #content .content-body #thetext {
	width: 100%;
	font-size: 1.1em;
	line-height: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
}

#territory #content .content-body #thetext_left {
	width: 100%;
	font-size: 1.1em;
	line-height: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
#territory #content .content-body #thetext_right {
	width: 100%;
	font-size: 1.1em;
	line-height: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}
@media print, screen and (max-width: 750px){
	#territory #content .content-body #thetext {
		width:100%;
		font-size:1.1em;
		line-height:1.75em;
	}
	#territory #content .content-body #thetext_left {
		width:100%;
		font-size:1.1em;
		line-height:1.75em;
	}
	#territory #content .content-body #thetext_right {
		width:100%;
		font-size:1.1em;
		line-height:1.75em;
	}
}
#territory #content .content-body #law {
	margin-top: 20px;
	margin-bottom: 20px;
}
#territory #content .content-body #law-center {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#territory #content .content-body #point {
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	margin-left: auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
	margin-right: auto;
	border-radius: 5px 5px 0px 0px;
	padding-right: 5px;
	padding-left: 10px;
	box-shadow: 0px 0px 5px #0066FF;
	-webkit-box-shadow: 0px 0px 5px #0066FF;
	-moz-box-shadow: 0px 0px 5px #0066FF;
	background-image: url(/img/bg_blue.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #thetext_point {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0px 0px 5px 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/img/bg_blue.gif);
	background-repeat: repeat;
	box-shadow: 0px 0px 5px #0066FF;
	-webkit-box-shadow: 0px 0px 5px #0066FF;
	-moz-box-shadow: 0px 0px 5px #0066FF;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #annotation_point {
	list-style-position: outside;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0px 0px 5px 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/img/bg_blue.gif);
	background-repeat: repeat;
	box-shadow: 0px 0px 5px #0066FF;
	-webkit-box-shadow: 0px 0px 5px #0066FF;
	-moz-box-shadow: 0px 0px 5px #0066FF;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #annotation_point li {
	font-size: 1.1em;
	line-height: 2em;
	margin-left: 25px;
	padding-right: 7px;
	list-style-position: outside;
	list-style-image: url(/img/point_blue.png);
}
@media print, screen and (max-width: 750px){
	#territory #content .content-body #annotation_point li {
		font-size:1.1em;
		line-height:1.75em;
	}
}
#territory #content .content-body #annotation_point_se {
	list-style-position: outside;
	width: 550px;
	margin-right: auto;
	font-size: 1.1em;
	margin-left: -20px;
}
#territory #content .content-body #annotation_point_se li {
	list-style-type: none;
	list-style-image: url(/img/point_gray.png);
	list-style-position: outside;
	font-size: 1.1em;
}
#territory #content .content-body #merit {
	width: 100%;
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: auto;
	border-radius: 5px 5px 0px 0px;
	padding-right: 5px;
	padding-left: 10px;
	box-shadow: 0px 0px 5px #FF9900;
	-webkit-box-shadow: 0px 0px 5px #FF9900;
	-moz-box-shadow: 0px 0px 5px #FF9900;
	background-image: url(/img/bg_yellow.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #thetext_merit {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0px 0px 5px 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/img/bg_yellow.gif);
	background-repeat: repeat;
	box-shadow: 0px 0px 5px #FF9900;
	-webkit-box-shadow: 0px 0px 5px #FF9900;
	-moz-box-shadow: 0px 0px 5px #FF9900;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #annotation_merit {
	list-style-position: outside;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0px 0px 5px 5px;
	background-image: url(/img/bg_yellow.gif);
	background-repeat: repeat;
	box-shadow: 0px 0px 5px #FF9900;
	-webkit-box-shadow: 0px 0px 5px #FF9900;
	-moz-box-shadow: 0px 0px 5px #FF9900;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #annotation_merit li {
	font-size: 1.1em;
	line-height: 2em;
	margin-left: 25px;
	padding-right: 7px;
	list-style-position: outside;
	list-style-image: url(/img/point_blue.png);
}
@media print, screen and (max-width: 750px){
	#territory #content .content-body #annotation_merit li {
		font-size:1.1em;
		line-height:1.75em;
	}
}

#territory #content .content-body #annotation_merit_se {
	list-style-position: outside;
	margin-right: auto;
	font-size: 1.1em;
	margin-left: -2em;
}
#territory #content .content-body #annotation_merit_se li {
	list-style-type: none;
	list-style-image: url(/img/point_gray.png);
	list-style-position: outside;
	font-size: 1.1em;
}
#territory #content .content-body #linklist {
	width: 100%;
	margin-top: 40px;
}
#territory #content .content-body #linklist li {
	list-style-type: none;
	font-size: 1.1em;
	line-height: 2em;
}
@media print, screen and (max-width: 750px){
	#territory #content .content-body #linklist li {
		width:100%;
		font-size:1.1em;
		line-height:1.75em;
	}
}
#territory #content .content-body #linklist li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: -1.25em;
}
@media print, screen and (max-width: 750px){
	#territory #content .content-body #linklist li a {
	margin-left: -1em;
	}
}
#territory #content .content-body #linklist_counseling {
	margin-right: auto;
	width: 580px;
	margin-left: auto;
	margin-top: -5px;
}
#territory #content .content-body #linklist_counseling li {
	list-style-type: none;
}
#territory #content .content-body #linklist_counseling li a {
	background-image: url(/img/arrow_orange.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#territory #content .content-body #charge tr td #charge_linklist {
	font-size: 1em;
	margin-left: -26px;
}
#territory #content .content-body #charge tr td #charge_linklist li {
	list-style-type: none;
}
#territory #content .content-body #charge tr td #charge_linklist li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#territory #content .content-body #counseling_tel tr td  #linklist_counseling_tel {
	list-style-position: outside;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#territory #content .content-body #counseling_tel tr td  #linklist_counseling_tel li {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	text-indent: -1.5em;
}
#territory #content .content-body #counseling_tel tr td  #linklist_counseling_tel li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#territory #content .content-body #annotation {
	max-width: 100%;
	list-style-position: outside;
	margin-bottom: 30px;
}
#territory #content .content-body #annotation li {
	font-size: 1.1em;
	line-height: 2em;
	list-style-position: outside;
	list-style-image: url(/img/point_blue.png);
}
@media print, screen and (max-width: 750px){
	#territory #content .content-body #annotation li {
		width:100%;
		font-size:1.1em;
		line-height:1.75em;
	}
}
#territory #content .content-body #charge tr td #charge_annotation {
	list-style-position: outside;
	font-size: 1.1em;
	margin-left: -5px;
}
#territory #content .content-body #charge tr td #charge_annotation li {
	list-style-type: none;
	list-style-image: url(/img/point_blue.png);
	list-style-position: outside;
	font-size: 1.1em;
	padding-right: 8px;
}
#territory #content .content-body #officegaiyou tr th {
	font-size: 1em;
	width: 120px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #E5E5E5;
	font-weight: normal;
	border-left-width: thin;
	border-top-width: thin;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #CCC;
	border-top-color: #CCC;
}
#territory #content .content-body #officegaiyou tr td {
	font-size: 1em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-left: 20px;
	width: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
#territory #content .content-body #charge tr th {
	font-size: 1em;
	width: 200px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #E5E5E5;
	font-weight: normal;
	text-align: left;
	text-indent: 20px;
}
#territory #content .content-body #charge tr td {
	font-size: 1em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-left: 20px;
	width: auto;
}
#territory #content .content-body #annotation li #charge_counseling tr th {
	font-size: 1em;
	font-weight: normal;
	background-color: #FAFAFA;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border: thin solid #CCC;
}
#territory #content .content-body #annotation li #charge_counseling tr td {
	font-size: 1em;
	text-align: left;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
img {
	border: 0;
}
#img_content_left {
	border: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
	margin-left: auto;
}
#img_content_right {
	border: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
	margin-right: auto;
}

table {
    border-collapse: collapse;
    margin-bottom: 15px;
    text-align: center;
}
#territory #content .content-body #map {
	height: 450px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#territory #content .content-body #charge_hyou {
	margin-bottom: 15px;
}
#territory #content .content-body #charge_hyou tr th {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/img/bg_lightgray.gif);
	background-repeat: repeat;
	border-radius: 7px 0px 0px 7px;
	box-shadow: 0px 0px 20px #CCCCCC inset;
	-webkit-box-shadow: 0px 0px 20px #CCCCCC inset;
	-moz-box-shadow: 0px 0px 20px #CCCCCC inset;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #CCC;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #charge_hyou tr td {
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#territory #content .content-body #access_hyou {
	margin-bottom: 15px;
}
#territory #content .content-body #access_hyou tr th {
	font-size: 1em;
	font-weight: normal;
	background-color: #E5E5E5;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 250px;
}
#territory #content .content-body #access_hyou tr td {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	width: auto;
}
#territory #content .content-body #counseling_operator {
	margin-bottom: 15px;
}
#territory #content .content-body #counseling_tel {
	margin-bottom: 15px;
	width: 590px;
	border: thin solid #CCC;
	box-shadow: 0px 0px 0px gray;
	-webkit-box-shadow: 0px 0px 0px gray;
	-moz-box-shadow: 0px 0px 0px gray;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
	background-color: #FFF;
}
#territory #content .content-body #counseling_tel tr th {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	border: thin solid #CCC;
	background-color: #FAFAFA;
	width: auto;
}
#territory #content .content-body #counseling_tel tr td {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border: thin solid #CCC;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
}
#territory #content .content-body #table_style_fafafa {
	margin-bottom: 15px;
	width: 100%;
	border: thin solid #CCC;
	box-shadow: 0px 0px 0px gray;
	-webkit-box-shadow: 0px 0px 0px gray;
	-moz-box-shadow: 0px 0px 0px gray;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #table_style_fafafa tr th {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	width: auto;
	border: thin solid #CCC;
	background-color: #FAFAFA;
	padding: 10px;
}
#territory #content .content-body #table_style_fafafa tr td {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border: thin solid #CCC;
	padding-top: 10px;
	padding-right: 1em;
	padding-bottom: 10px;
	padding-left: 2em;
	background-color: #FFF;
}

#territory #content .content-body #table_style_whiteanno {
	margin-bottom: 15px;
	width: 100%;
	border: thin solid #CCC;
	box-shadow: 0px 0px 0px gray;
	-webkit-box-shadow: 0px 0px 0px gray;
	-moz-box-shadow: 0px 0px 0px gray;
}

#territory #content .content-body #table_style_whiteanno tr th {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	width: auto;
	border: thin solid #CCC;
	background-color: #FAFAFA;
	padding: 10px;
}
#territory #content .content-body #table_style_whiteanno tr td {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border: thin solid #CCC;
	padding-right: 2em;
	padding-left: 1em;
}

#territory #content .content-body #charge_example {
	margin-bottom: 15px;
}
#territory #content .content-body #charge_example tr th {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: auto;
	line-height: 1.8em;
}
#territory #content .content-body #charge_example tr td {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 1.8em;
}
#territory #content .content-body #tezyunn_naiyou tr th {
	height: auto;
	width: auto;
	vertical-align: top;
}
#territory #content .content-body #tezyunn_naiyou tr td {
	font-size: 0.92em;
	width: auto;
	line-height: 1.8em;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#territory #content .content-body #tezyunn_naiyou tr td #tezyunn_naiyou_annotation {
	list-style-position: outside;
	font-size: 1em;
	margin-top: 0px;
	margin-left: -20px;
	width: auto;
	vertical-align: top;
}
#territory #content .content-body #tezyunn_naiyou tr td #tezyunn_naiyou_annotation li {
	list-style-type: none;
	list-style-image: url(/img/point_blue.png);
	list-style-position: outside;
	font-size: 1em;
	vertical-align: top;
	color: #F90;
}
#territory #content .content-body #tezyunn_naiyou tr td #tezyunn_naiyou_annotation_se {
	list-style-position: outside;
	font-size: 0.92em;
	margin-left: -8px;
	width: auto;
	vertical-align: top;
	margin-top: 0px;
}
#territory #content .content-body #tezyunn_naiyou tr td #tezyunn_naiyou_annotation_se li {
	list-style-type: none;
	list-style-image: url(/img/point_gray.png);
	list-style-position: outside;
	font-size: 0.92em;
	vertical-align: top;
	color: #000;
}
#territory #content .content-body #annotation_se {
	list-style-position: outside;
	width: 100%;
	margin-top: 10px;
	margin-left: -2.25em;
}
#territory #content .content-body #annotation_se li {
	font-size: 1.1em;
	line-height: 2em;
	margin-left: 1em;
	line-height: 2em;
	list-style-position: outside;
	list-style-image: url(/img/point_gray.png);
}
@media print, screen and (max-width: 750px){
	#territory #content .content-body #annotation_se li {
		font-size:1.1em;
		line-height:1.75em;
	}
}
#territory #content .content-body #thetext_items {
	list-style-position: outside;
	max-width: 100%;
}
#territory #content .content-body #thetext_items li {
	max-width: 100%;
	font-size: 1.1em;
	line-height: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: decimal;
	list-style-position: outside;
}
#territory #content .content-body #thetext_items_se {
	list-style-position: outside;
	width: auto;
	margin-right: auto;
	font-size: 1em;
	margin-left: -1em;
}
#territory #content .content-body #thetext_items_se li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-image: url(/img/point_gray.png);
}

#territory #content .content-body #tezyunn_kyougisyo tr th {
	height: 1215px;
	width: auto;
	vertical-align: top;
}
#territory #content .content-body #tezyunn_kyougisyo tr td {
	font-size: 0.92em;
	width: auto;
	line-height: 1.8em;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#territory #content .content-body #tezyunn_kyougisyo tr td #tezyunn_kyougisyo_annotation {
	list-style-position: outside;
	font-size: 1em;
	margin-top: 0px;
	margin-left: -20px;
	width: auto;
	vertical-align: top;
}
#territory #content .content-body #tezyunn_kyougisyo tr td #tezyunn_kyougisyo_annotation li {
	list-style-type: none;
	list-style-image: url(/img/point_blue.png);
	list-style-position: outside;
	font-size: 1em;
	vertical-align: top;
	color: #F90;
}
#territory #content .content-body #tezyunn_kyougisyo tr td #tezyunn_kyougisyo_annotation_se {
	list-style-position: outside;
	font-size: 0.92em;
	margin-left: -8px;
	width: auto;
	vertical-align: top;
	margin-top: 0px;
}
#territory #content .content-body #tezyunn_kyougisyo tr td #tezyunn_kyougisyo_annotation_se li {
	list-style-type: none;
	list-style-image: url(/img/point_gray.png);
	list-style-position: outside;
	font-size: 0.92em;
	vertical-align: top;
	color: #000;
}
#territory #content .content-body #tezyunn_kousei tr th {
	height: 356px;
	width: auto;
	vertical-align: top;
}
#territory #content .content-body #tezyunn_kousei tr td {
	font-size: 0.92em;
	width: auto;
	line-height: 1.8em;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#territory #content .content-body #tezyunn_kousei tr td #tezyunn_kousei_annotation {
	list-style-position: outside;
	font-size: 1em;
	margin-top: 0px;
	margin-left: -20px;
	width: auto;
	vertical-align: top;
}
#territory #content .content-body #tezyunn_kousei tr td #tezyunn_kousei_annotation li {
	list-style-type: none;
	list-style-image: url(/img/point_blue.png);
	list-style-position: outside;
	font-size: 1em;
	vertical-align: top;
	color: #F90;
}
#territory #content .content-body #tezyunn_kousei tr td #tezyunn_kousei_annotation_se {
	list-style-position: outside;
	font-size: 0.92em;
	margin-left: -8px;
	width: auto;
	vertical-align: top;
	margin-top: 0px;
}
#territory #content .content-body #tezyunn_kousei tr td #tezyunn_kousei_annotation_se li {
	list-style-type: none;
	list-style-image: url(/img/point_gray.png);
	list-style-position: outside;
	font-size: 0.92em;
	vertical-align: top;
	color: #000;
}

#territory #content .content-body #table_annotation tr th {
	background-color: #FAFAFA;
	font-size: 1em;
	font-weight: normal;
	border: thin solid #CCC;
}
#territory #content .content-body #table_annotation tr td {
	line-height: 1.8em;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #CCC;
	text-align: left;
}
#territory #content .content-body tr td #table_annotation {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -1em;
}
#territory #content .content-body tr td #table_annotation li {
	list-style-position: outside;
	font-size: 1em;
	text-align: left;
	list-style-image: url(/img/point_blue.png);
}
#territory #content .content-body tr td #table_annotation_se {
	list-style-position: outside;
	font-size: 1em;
	width: auto;
	margin-left: -2em;
}
#territory #content .content-body tr td #table_annotation_se li {
	list-style-position: outside;
	font-size: 0.92em;
	list-style-image: url(/img/point_gray.png);
}

#territory #content .content-body tr td #table_style_fafafa_annotation {
	list-style-position: outside;
	max-width: 100%;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: -1em;
}
#territory #content .content-body tr td #table_style_fafafa_annotation li {
	list-style-position: outside;
	font-size: 1em;
	list-style-image: url(/img/point_blue.png);
}
#territory #content .content-body tr td #table_style_fafafa_annotation_se {
	list-style-position: outside;
	font-size: 1em;
	width: auto;
	margin-left: -2em;
}
#territory #content .content-body tr td #table_style_fafafa_annotation_se li {
	list-style-position: outside;
	font-size: 0.92em;
	list-style-image: url(/img/point_gray.png);
}
#territory #content .content-body tr td  #linklist_table_style_fafafa {

}
#territory #content .content-body tr td  #linklist_table_style_fafafa li {
	list-style-type: none;
	text-indent: -1.5em;
	margin-left: 0px;
}
#territory #content .content-body tr td  #linklist_table_style_fafafa li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#territory #content .content-body tr td  #linklist_table_style {
	list-style-position: outside;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: -1em;
	margin-right: 0.5em;
}
#territory #content .content-body tr td  #linklist_table_style li {
	list-style-type: none;
	list-style-position: outside;
	text-indent: -1.5em;
	margin-left: 0em;
}
#territory #content .content-body tr td  #linklist_table_style li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px center;
}

#linklist_divorce {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -32px;
	margin-right: auto;
}
#linklist_divorce li {
	display: inline;
	list-style-type: none;
	margin-left: 20px;
}
#linklist_divorce li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#territory #content .content-body #table_style_law {
	margin-bottom: 15px;
	width: 100%;
	border: thin solid #CCC;
	box-shadow: 0px 0px 0px gray;
	-webkit-box-shadow: 0px 0px 0px gray;
	-moz-box-shadow: 0px 0px 0px gray;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #table_style_law tr th {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	border: thin solid #CCC;
	background-color: #FAFAFA;
	padding: 10px;
}
#territory #content .content-body #table_style_law tr td {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border: thin solid #CCC;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 35px;
	text-indent: -1em;
	background-color: #FFF;
}

#territory #content .content-body #law_se {
	padding-left: 3em;
	margin-top: -1em;
	text-indent: -3em;
}
#territory #content .content-body #law_3rd {
	padding-left: 3em;
	margin-top: -1em;
	text-indent: -1em;
}

#territory #content .content-body #zyoukou_title {
	margin-top: 1em;
	margin-bottom: -0.5em;
}
#territory #content .content-body #zyoukou_mae {
	margin-top: 1em;
	margin-bottom: -0.5em;
	text-indent: 0em;
}

#territory #content .content-body #flow_small {
	margin-bottom: 15px;
	width: 580px;
	border: thin solid #CCC;
	box-shadow: 0px 0px 0px gray;
	-webkit-box-shadow: 0px 0px 0px gray;
	-moz-box-shadow: 0px 0px 0px gray;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #flow_small tr th {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	width: auto;
	border: thin solid #CCC;
	background-color: #FAFAFA;
	padding: 10px;
}
#territory #content .content-body #flow_small tr td {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border: thin solid #CCC;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 50px;
	text-indent: -2em;
}
#territory #content .content-body #flow_small_se {
	padding-left: 1em;
	margin-top: 20px;
	margin-left: 1em;
	margin-bottom: 20px;
}
#territory #content .content-body #flow_small_title {
	margin-top: 1em;
	margin-bottom: -0.5em;
}

#territory #content .content-body #flow_table_annotation tr th {
	font-size: 1em;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 0px;
	background-color: #FFF;
}
#territory #content .content-body #flow_table_annotation tr td {
	line-height: 1.8em;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: left;
	background-color: #FFF;
}
#territory #content .content-body tr td #flow_table_annotation {
	list-style-position: outside;
	font-size: 1em;
	margin-left: -2.35em;
}
#territory #content .content-body tr td #flow_table_annotation li {
	list-style-position: outside;
	font-size: 1em;
	margin-left: 1em;
	list-style-image: url(/img/point_blue.png);
}
#territory #content .content-body tr td #flow_table_annotation_se {
	list-style-position: outside;
	font-size: 1em;
	margin-left: -20px;
	width: auto;
}
#territory #content .content-body tr td #flow_table_annotation_se li {
	list-style-type: none;
	list-style-image: url(/img/point_gray.png);
	list-style-position: outside;
	font-size: 0.92em;
}

#territory #content .content-body #syougou tr th {
	background-color: #FAFAFA;
	font-size: 1em;
	font-weight: normal;
	border: thin solid #CCC;
}
#territory #content .content-body #syougou tr td {
	line-height: 1.8em;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	text-align: left;
}
#table_style_1 {
	width: 100%;
}
#territory #content .content-body #table_style_1 tr th {
	font-size: 1em;
	font-weight: normal;
	border: thin solid #CCC;
	background-image: url(/img/bg_lightgray.gif);
	background-repeat: repeat;
}
#territory #content .content-body #table_style_1 tr td {
	line-height: 1.8em;
	border: thin solid #CCC;
	padding: 10px;
	width: auto;
}

#table_divorce_1 {
	float: left;
	margin-right: auto;
	margin-left: 20px;
}
#table_divorce_1 tr th {
	font-size: 1em;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#table_divorce_1 tr td {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#table_anno {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -1em;
}
#table_anno li {
	list-style-position: outside;
	font-size: 1em;
	text-align: left;
	list-style-image: url(/img/point_blue.png);
}
#table_anno_se {
	list-style-position: outside;
	font-size: 1em;
	width: auto;
	margin-left: -2em;
}
#table_anno_se li {
	list-style-position: outside;
	font-size: 0.92em;
	list-style-image: url(/img/point_gray.png);
}

#territory #content .content-body #annotation_box2_left {
	width: 240px;
	float: left;
	height: 30px;
	line-height: 32px;
	font-size: 1.07em;
	margin-right: auto;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0px 0px 0px 0px;
	background-image: url(/img/bg_box.gif);
	background-repeat: repeat;
	box-shadow: 0px 0px 5px gray;
	-webkit-box-shadow: 0px 0px 5px gray;
	-moz-box-shadow: 0px 0px 5px gray;
	list-style-position: outside;
	text-indent: -20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #annotation_box2_left li {
	list-style-type: none;
}
#territory #content .content-body #annotation_box2_left li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#territory #content .content-body #annotation_box2_right {
	width: 240px;
	float: right;
	height: 30px;
	line-height: 32px;
	font-size: 1.07em;
	margin-left: auto;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0px 0px 0px 0px;
	background-image: url(/img/bg_box.gif);
	background-repeat: repeat;
	box-shadow: 0px 0px 5px gray;
	-webkit-box-shadow: 0px 0px 5px gray;
	-moz-box-shadow: 0px 0px 5px gray;
	list-style-position: outside;
	text-indent: -20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #annotation_box2_right li {
	list-style-type: none;
}
#territory #content .content-body #annotation_box2_right li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#territory #content .content-body #annotation_box2_left_se {
	float: left;
	line-height: 30px;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(/img/bg_box_blue.gif);
	background-repeat: repeat-x;
	list-style-position: outside;
	width: 240px;
	margin-left: 40px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
}
#territory #content .content-body #annotation_box2_left_se li {
	list-style-type: none;
	text-indent: -1.5em;
	margin-left: 0px;
}
#territory #content .content-body #annotation_box2_left_se li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#territory #content .content-body #annotation_box2_left_se2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#territory #content .content-body #annotation_box2_left_se2 li {
	list-style-type: none;
	margin-left: -40px;
	font-size: 0.92em;
	line-height: 200%;
}
#territory #content .content-body #annotation_box2_left_se2 li a {
	background-image: url(/img/point_gray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#territory #content .content-body #annotation_box1_center_se {
	width: 540px;
	float: left;
	line-height: 30px;
	font-size: 1em;
	margin-right: auto;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0px 0px 0px 0px;
	background-image: url(/img/bg_box_blue.gif);
	background-repeat: repeat-x;
	box-shadow: 0px 0px 5px gray;
	-webkit-box-shadow: 0px 0px 5px gray;
	-moz-box-shadow: 0px 0px 5px gray;
	list-style-position: outside;
	text-indent: -20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
}
#territory #content .content-body #annotation_box1_center_se li {
	list-style-type: none;
}
#territory #content .content-body #annotation_box1_center_se li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#territory #content .content-body #annotation_box1_center_se2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
#territory #content .content-body #annotation_box1_center_se2 li {
	list-style-type: none;
	margin-left: -40px;
	font-size: 0.92em;
	line-height: 200%;
}
#territory #content .content-body #annotation_box1_center_se2 li a {
	background-image: url(/img/point_gray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#territory #content .content-body #annotation_box2_right_se {
	width: 240px;
	float: right;
	line-height: 30px;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(/img/bg_box_blue.gif);
	background-repeat: repeat-x;
	list-style-position: outside;
	margin-right: 40px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
}
#territory #content .content-body #annotation_box2_right_se li {
	list-style-type: none;
	text-indent: -1.5em;
	margin-left: 0px;
}
#territory #content .content-body #annotation_box2_right_se li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#territory #content .content-body #annotation_box2_right_se2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#territory #content .content-body #annotation_box2_right_se2 li {
	list-style-type: none;
	margin-left: -40px;
	font-size: 0.92em;
	line-height: 200%;
}
#territory #content .content-body #annotation_box2_right_se2 li a {
	background-image: url(/img/point_gray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#territory #content .content-body #box_end {
	clear: both;
}

#territory #content .content-body dl #dd_style_in {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	box-shadow: 0px 0px 2px #0066FF;
	-webkit-box-shadow: 0px 0px 2px #0066FF;
	-moz-box-shadow: 0px 0px 2px #0066FF;
	padding-right: 20px;
	position:relative;
	behavior: url(https:https://gyosei-kanda.com/css3PIE/PIE.htc);
	background-color: #FFF;
}
#territory #content .content-body dl #dd_style_in #linklist_dd_style_in {
	margin-left: -50px;
}
#territory #content .content-body dl #dd_style_in #linklist_dd_style_in li {
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
	display: inline;
}
#territory #content .content-body dl #dd_style_in #linklist_dd_style_in li a {
	background-image: url(/img/point_gray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#territory #content .content-body #linklist_in {
	margin-right: auto;
	width: 580px;
	margin-left: 0px;
	margin-top: -5px;
}
#territory #content .content-body #linklist_in li {
	list-style-type: none;
	display: inline;
	margin-left: 20px;
}
#territory #content .content-body #linklist_in li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#territory #content .content-body #btn200030_in {
	width: 495px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#territory #content .content-body #btn200030_in li {
	list-style-type: none;
	display: inline;
	margin-left: 20px;
}

#territory nav #move {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/bg_yellow.gif);
	background-repeat: repeat;
	height: 70px;
	border: 2px solid #F00;
}
#territory nav #move li {
	width: auto;
	list-style-type: none;
	text-indent: -1.5em;
	margin-right: 10px;
	margin-left: 0em;
	margin-top: 5px;
	margin-bottom: auto;
	line-height: 1.5em;
}
#territory nav #move li a {
	background-image: url(/img/arrow_red.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}

#territory #content #twitter {
	height: 650px;
	width: 500px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
}
#territory #content .content-body #twitterlist {
	width: 570px;
	text-indent: -1.5em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
@media print, screen and (max-width: 750px){
	#territory #content #twitter {
		width:100%;
	}
	#territory #content .content-body #twitterlist {
		width:100%;
	}
}
#territory #content .content-body #twitterlist li {
	list-style-type: none;
	display: inline;
	margin-left: 20px;
	background-image: url(/img/point_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#territory nav #mobile dt {
	height: 125px;
	width: 165px;
	margin-right: auto;
	margin-left: -13px;
	margin-top: 38px;
	margin-bottom: 0px;
	font-size: 0.95em;
	line-height: 1.5em;
	height: 39px;
	padding-top: 10px;
	padding-left: 32px;
	background-repeat: no-repeat;
}
#territory nav #mobile dd {
	width: 208px;
	line-height: 2em;
	font-size: 1em;
	margin-right: auto;
	margin-left: 18px;
	margin-top: -18px;
	background-image: url(/img/arrow_orange.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}

#territory nav #map {
    width: 207px;
    height: 133px;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/img/map_office.jpg);
    border: 1px solid #CCC;
}

#territory #content #index_img {
	width: 597px;
	height: 234px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/top_main.gif);
}
@media print, screen and (max-width: 950px){
	#territory #content #index_img {
		width:100%;
		height:auto;
		padding-bottom:39.19%;
		background-size:100% auto;
	}
}
#territory #content #img_counseling {
	width: 602px;
	height: 460px;
	margin-top: 100px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#territory #content #img_counseling2 {
	width: 602px;
	height: 460px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#territory #content #img_uketuke_tel {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 30px;
}

#territory #content #img_sunday {
	width: 602px;
	height: 177px;
	margin-top: 20px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

#territory #content #img_ziturei {
	width: 597px;
	height: 261px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#gnav {
	width: 910px;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	background-image: url(/img/btn056_05.gif);
	background-repeat: repeat-x;
}
#gnav li {
	margin-left: 30px;
	list-style-type: none;
	display: inline;
}
#gnav li a {
	background-image: url(/img/arrow002_09.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration: none;
	font-size: 1.07em;
	color: #FFF;
}

#link_blue {
	width: 210px;
	margin-left: -25px;
	margin-right: auto;
	margin-top: 0px;
}
#link_blue li {
	list-style-type: none;
}
#link_blue li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 2em;
	padding-left: 20px;
	text-decoration: none;
	font-size: 1em;
}

#link_green {
	width: 210px;
	margin-left: -25px;
	margin-right: auto;
	margin-top: 0px;
}
#link_green li {
	list-style-type: none;
}
#link_green li a {
	background-image: url(/img/arrow_green.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 2em;
	padding-left: 20px;
	text-decoration: none;
	font-size: 1em;
}

#territory nav #pic_office1 {
	width: 207px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/pic_office1.gif);
	background-repeat: no-repeat;
}

#territory nav #pic_office2 {
	width: 207px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/pic_office2.gif);
	background-repeat: no-repeat;
}

#territory nav #pic_office3 {
	width: 207px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/pic_office3.gif);
	background-repeat: no-repeat;
}

#nav_link {
	width: 210px;
	margin-left: -25px;
	margin-right: auto;
	margin-top: 5px;
}
#nav_link li {
	list-style-type: none;
}
#nav_link li a {
	background-image: url(/img/arrow_orange.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 2em;
	padding-left: 20px;
	text-decoration: none;
	font-size: 1em;
}
#nav_text_cen {
	width: 210px;
	text-align: center;
}
#header0 {
	max-width: 950px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
@media print, screen and (max-width: 750px){
	#header0 a:nth-child(2) {
		display:none;
	}
}

#header #header_info {
	width: 210px;
	height: 178px;
	margin-top: 17px;
	margin-right: 10px;
	margin-left: auto;
	border: 2px solid #FFF;
	border-radius: 5px 5px 5px 5px;
}

#nav_gyoumu {
	width: 210px;
	height: 210px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}

#nav_uketuke {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
@media print, screen and (max-width: 750px){
	#nav_uketuke {
		width:100%;
		height:auto;
	}
	#nav_uketuke img {
		width:100%;
		height:auto;
	}
}
#btn01re200065 {
	width: 201px;
	height: 65px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#btn200030 {
	width: 201px;
	height: 31px;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

#territory #content .content-body #annotation_h {
	list-style-position: outside;
	font-size: 1.1em;
	line-height: 3em;
	width: 580px;
}
#territory #content .content-body #annotation_h li {
	list-style-position: outside;
	font-size: 1em;
	margin-left: 3.15em;
	list-style-image: url(/img/point_blue.png);
}

#territory #content .content-body #annotation_h_se {
	list-style-position: outside;
	font-size: 1em;
	line-height: 2.2em;
	width: auto;
	margin-left: -1em;
}
#territory #content .content-body #annotation_h_se li {
	list-style-position: outside;
	font-size: 1em;
	margin-left: 2.4em;
	list-style-image: url(/img/point_gray.png);
}

#territory #content .content-body tr td #law_annotation {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -1em;
}
#territory #content .content-body tr td #law_annotation li {
	list-style-position: outside;
	font-size: 1em;
	text-align: left;
	list-style-image: url(/img/point_blue.png);
	text-indent: 0em;
	margin-top: 10px;
}
#territory #content .content-body tr td #law_annotation_se {
	list-style-position: outside;
	font-size: 1em;
	width: auto;
	margin-left: -2em;
}
#territory #content .content-body tr td #law_annotation_se li {
	list-style-position: outside;
	font-size: 1em;
	list-style-image: url(/img/point_gray.png);
}

#territory nav #bunrei {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 25px;
    border: 1px solid #CCC;
}
@media print, screen and (max-width: 750px){
	#territory nav #bunrei {
		width:100%;
	}
}
#territory nav #bunrei dt {
	font-size: 1.1em;
	line-height: 1.75em;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
@media print, screen and (max-width: 750px){
	#territory nav #bunrei dt {
		font-size:1.1em;
		line-height:1.75em;
	}
}
#territory nav #bunrei dd {
	font-size: 1.1em;
	line-height: 1.75em;
	text-align:left;
	margin-top: 10px;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/img/arrow071_05.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
@media print, screen and (max-width: 750px){
	#territory nav #bunrei dd {
		font-size:1.1em;
		line-height:1.75em;
	}
}

#area {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 25px;
    border: 1px solid #CCC;
}
@media print, screen and (max-width: 750px){
	#area {
		width:100%;
	}
}
#area dt {
	font-size: 1.1em;
	line-height: 1.75em;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
@media print, screen and (max-width: 750px){
	#area dt {
		font-size:1.1em;
		line-height:1.75em;
		text-align:center;
	}
}
#area dd {
	font-size: 1.1em;
	line-height: 1.75em;
	text-align:left;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/img/arrow071_05.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
@media print, screen and (max-width: 750px){
	#area dd {
		font-size:1.1em;
		line-height:1.75em;
	}
}

strong {
	font-weight: bold;
	color: #000000;
}

marker {
	font-weight: normal;
	background-color: #ffff00;
}

#navi {
	list-style-type: none;
}
#navi li {
	list-style-type: none;
}
ul#navi li p {
	width: 176px;
	height:31px;
	border-bottom:1px dotted #95684D;
	padding: 13px 0 0 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: -37px;
	cursor: pointer;
	font-size: 1em;
	background-position:10px;
	background-color: #fff;
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
}

/*clearfix*/
.clearfix:after{  
visibility:hidden;
height:0;
display: block;
font-size: 0;  
content: " ";  
clear: both;  
}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a:hover	{
	position: relative; top: 1px; left: 1px;
	color: red;
}
a{ 	text-decoration: none;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

li{
list-style: none;
cursor: pointer;
}
 
ul.acordion{
	width: 100%;
	font-size: 1em;
	text-indent: 40px;
	background-image: url(/img/bg034_09.gif);
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

ul.acordion li {
border-bottom: solid 1px #CCC;
}

ul.acordion li:first-child {
border-top: solid 1px #CCC;
}
 
ul.acordion li ul {
margin: 0;
padding: 0;
border: none;
}
 
ul.acordion li ul li {
background: #fff;
}
 
ul.acordion li ul li:last-child{
border-bottom: none;
}
 
ul.acordion li ul li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	text-indent: 60px;
	background: url(/img/arrow071_05.png) no-repeat 9% 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.acordion li .none-submenu {
	background: url(/img/arrow_blue.png) no-repeat 5% 50%;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
 
ul.acordion li .active-submenu {
background: url(/img/arrow_blue.png) no-repeat 5% 50%;
display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#territory #content #img_600 {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#territory #content #img_650 {
	width: 650px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#territory #content #img_650-b1 {
	width: 650px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #cccccc;
}

#territory #content #img_650-1 {
	width: 650px;
	height: 68px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #cccccc;
}
@media print, screen and (max-width: 950px){
	#territory #content #img_650 {
		width:100%;
	}
	#territory #content #img_650-b1 {
		width:100%;
	}
	#territory #content #img_650-1 {
		width:100%;
	}
}

#gmap {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

#cssbutton1 {
	width: 200px;
	margin-top: -10px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.cssbutton1 {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #808080;
	border: 2px solid #808080;
	color: #ffffff;
	font-size: 1.35em;
	line-height: 50px;
}
.cssbutton1::before,
.cssbutton1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cssbutton1,
.cssbutton1::before,
.cssbutton1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cssbutton1:hover {
	background-color: #ffffff;
	border-color: #808080;
	color: #404040;
}

#cssbuttoncon1-blue {
	width: 300px;
    margin: 10px auto;
}
.cssbuttoncon1-blue {
	display: inline-block;
	width: 300px;
	height: 51px;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 2.15em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #1f92d1;
	border: 2px solid #1f92d1;
}
@media print, screen and (max-width: 750px){
	.cssbuttoncon1-blue {
		line-height:1.9em;
	}
}

.cssbuttoncon1-blue::before,
.cssbuttoncon1-blue::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cssbuttoncon1-blue,
.cssbuttoncon1-blue::before,
.cssbuttoncon1-blue::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cssbuttoncon1-blue:hover {
	background-color: #ffffff;
	border-color: #1f92d1;
	color: #1f92d1;
}


#cssbuttoncon2 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.cssbuttoncon2 {
	display: inline-block;
	width: 400px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #ff3333;
	border: 2px solid #ff3333;
	color: #ffffff;
	font-size: 1.35em;
	line-height: 50px;
}
.cssbuttoncon2::before,
.cssbuttoncon1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cssbuttoncon2,
.cssbuttoncon2::before,
.cssbuttoncon2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cssbuttoncon2:hover {
	background-color: #ffffff;
	border-color: #ff3333;
	color: #ff3333;
}

#cssbuttoncongw {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.cssbuttoncongw {
	display: inline-block;
	width: 400px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #808080;
	border: 2px solid #808080;
	color: #ffffff;
	font-size: 1.35em;
	line-height: 50px;
	font-weight: bold;
}
.cssbuttoncongw::before,
.cssbuttoncongw::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cssbuttoncongw,
.cssbuttoncongw::before,
.cssbuttoncongw::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cssbuttoncongw:hover {
	background-color: #ffffff;
	border-color: #808080;
	color: #404040;
}

#cssbuttonnav1 {
	width: 100%;
	margin-bottom: 10px;
}
.cssbuttonnav1 {
	display: inline-block;
	outline: none;
	width: 100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.75em;
	line-height: 1.4em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ff3333;
	border: 2px solid #ff3333;
}
@media print, screen and (max-width: 750px){
	#cssbuttonnav1 {
		width:100%;
	}
	.cssbuttonnav1 {
		width:100%;
	}
}
.cssbuttonnav1::before,
.cssbuttonnav1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cssbuttonnav1,
.cssbuttonnav1::before,
.cssbuttonnav1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cssbuttonnav1:hover {
	background-color: #ffffff;
	border-color: #ff3333;
	color: #ff3333;
}

#cssbuttonnav-zyoukyou {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.cssbuttonnav-zyoukyou {
	display: inline-block;
	outline: none;
	width: 100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.75em;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #1f92d1;
	border: 2px solid #1f92d1;
}
@media print, screen and (max-width: 750px){
	#cssbuttonnav-zyoukyou {
		width:100%;
	}
	.cssbuttonnav-zyoukyou {
		width:100%;
	}
}
.cssbuttonnav-zyoukyou::before,
.cssbuttonnav-zyoukyou::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cssbuttonnav-zyoukyou,
.cssbuttonnav-zyoukyou::before,
.cssbuttonnav-zyoukyou::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cssbuttonnav-zyoukyou:hover {
	background-color: #ffffff;
	border-color: #1f92d1;
	color: #1f92d1;
}

#cssbuttonnav2 {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}
.cssbuttonnav2 {
	display: inline-block;
	width: 210px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #ffffff;
	border: 2px solid #808080;
	color: #404040;
	font-size: 1.35em;
	line-height: 50px;
}
.cssbuttonnav2::before,
.cssbuttonnav2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cssbuttonnav2,
.cssbuttonnav2::before,
.cssbuttonnav2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cssbuttonnav2:hover {
	background-color: #808080;
	border-color: #808080;
	color: #ffffff;
}

#btnnav-form {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}
.btnnav-form {
	display: inline-block;
	width: 210px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #ff3333;
	border: 2px solid #ff3333;
	color: #ffffff;
	font-size: 1.35em;
	line-height: 50px;
}
.btnnav-form::before,
.btnnav-form::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnnav-form,
.btnnav-form::before,
.btnnav-form::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnnav-form:hover {
	background-color: #ffffff;
	border-color: #ff3333;
	color: #ff3333;
}

#anno_in {
	width: 600px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 20px;
}
#anno_in li {
	list-style-type: none;
	display: inline;
	margin-left: 20px;
	background-image: url(/img/point_gray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#qaq {
	width: 100%;
	margin-bottom: 20px;
	margin-left: -60px;
	list-style-position: outside;
}
#qaq li {
	max-width: 100%;
	font-size: 1.1em;
	line-height: 2em;
	margin-left: 2em;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 5px;
	list-style-type: none;
	background-image: url(/img/qaq.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
@media print, screen and (max-width: 750px){
	#qaq li {
		width:100%;
		font-size:1.1em;
		line-height:1.75em;
	}
}
#qaa {
	width: 100%;
	margin-bottom: 40px;
	margin-left: -60px;
	list-style-position: outside;
}
#qaa li {
	max-width: 100%;
	font-size: 1.1em;
	line-height: 2em;
	margin-left: 2em;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 5px;
	list-style-type: none;
	background-image: url(/img/qaa.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
@media print, screen and (max-width: 750px){
	#qaa li {
		width:100%;
		font-size:1.1em;
		line-height:1.75em;
	}
}
#btn-cou-ku {
	width: 200px;
	margin-top: -65px;
	margin-bottom: 75px;
	margin-right: auto;
	margin-left: 130px;
}
.btn-cou-ku {
	display: inline-block;
	width: 200px;
	height: 46px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #808080;
	border: 2px solid #808080;
	color: #ffffff;
	font-size: 1.35em;
	line-height: 45px;
}
.btn-cou-ku::before,
.btn-cou-ku::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn-cou-ku,
.btn-cou-ku::before,
.btn-cou-ku::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn-cou-ku:hover {
	background-color: #ffffff;
	border-color: #808080;
	color: #404040;
}

#uketuke_tel2 {
	width: 602px;
	height: 319px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
@media print, screen and (max-width: 950px){
	#uketuke_tel2 {
		width:100%;
		height:auto;
	}
}
text_blue {
	color: #0099ff;
    font-size: 1.2em;
}

.md-card-1 {
  max-width: 600px;
  margin: 50px auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}
.md-card-1-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.md-card-1-content {
  padding: 0px 30px 10px 30px;
}
.md-card-1-title {
  font-size: 1.6em;
  line-height: 1.75em;
  margin: 20px auto;
  text-align: left;
  color: #000000;
}
@media print, screen and (max-width: 750px){
	.md-card-1-title {
		line-height:1.5em;
	}
}
.md-card-1-text {
  color: #000000;
  font-size: 1.1em;
  line-height: 2em;
}
@media print, screen and (max-width: 750px){
	.md-card-1-text {
		font-size:1.1em;
		line-height:1.75em;
	}
}
.md-card-1-link {
		max-width: 100%;
    margin-right: auto;
    margin-left: auto;
	border-top: 1px solid #eee;
  padding: 20px 0px;
}
.md-card-1-link a {
	font-size: 1.5em;
	line-height: 51px;
	font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 10px;
}
@media print, screen and (max-width: 750px){
	.md-card-1-content {
padding-bottom: 6px;
padding-right: 15px;
padding-left: auto;
	}
	.md-card-1-link {
		width:calc(100% - 15px);
padding-right: 30px;
padding-left: auto;
	}
	.md-card-1-link a {
		line-height: 45px;
	}
}
a.md-link-1{
	position:relative;
	display:inline-block;
	padding:0 32px 0 16px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	height:24px;
	line-height:24px;
	border-radius:12px;
	background: #1f92d1;
}
a.md-link-1:before,
a.md-link-1:after{
	content:"";
	display:block;
	position:absolute;
}
a.md-link-1:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}
a.md-link-1:after{
	width:6px;
	height:6px;
	border-right:2px solid #1f92d1;
	border-top:2px solid #1f92d1;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:10px;
	top:9px;
}

.md-card-title-center {
  font-size: 1.6em;
  line-height: 1.75em;
  margin: 20px auto;
  text-align: center;
  color: #000000;
}
@media print, screen and (max-width: 750px){
	.md-card-title-center {
		font-size: 1.5em;
		line-height:1.5em;
	}
}

.md-marker-1 {
 background: linear-gradient(transparent 51%, #ffff66 51%);
font-weight: bold; 
}


.card-yoko {
    width: 600px;
    height: 250px;
	margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 6px #ccc;
}
    .card-yoko-box {
        display: flex;
    }
    .card-yoko-image {
        max-width: 41.67%;
        height: 250px;
		border-radius: 5px 0 0 5px;
    }
    .card-yoko-title {
    font-size: 1.6em;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: 25px;
    }
    .card-yoko-content {
	height:80px;
    font-size: 1.1em;
	line-height: 1.75em;
    color: #000000;
    margin-right: auto;
    margin-left: 25px;
    padding-right: 20px;
    }
@media print, screen and (max-width: 950px){
	.card-yoko {
		width:100%;
		height:250px;
		overflow:hidden;
		position:relative;
	}
	.card-yoko-content {
		font-size:1em;
		line-height:1.5em;
	}
	.card-yoko-image {
		position:absolute;
		width:50%;
		max-width:50%;
		height:auto;
		z-index:1;
	}
	.card-yoko-box div {
		position:relative;
		background-color:#FFF;
		height:300px;
		z-index:2;
		margin-left:50%;
	}
}
@media print, screen and (max-width: 750px){
	.card-yoko {
		height:auto;
	}
	.card-yoko-title {
		font-size:1.6em;
		margin-bottom:10px;
		height:auto;
	}
	.card-yoko-content {
		font-size:1.1em;
		line-height:1.75em;
	}
	.card-yoko-box {
		display:block;
		padding-bottom:10px;
	}
	.card-yoko-image {
		position:relative;
		width:100%;
		max-width:100%;
		height:auto;
	}
	.card-yoko-box div {
		margin-left:0;
		height:auto;
	}
}
	
#cssbuttoncon1-blue-yoko {
    width: 300px;
    margin-right: auto;
    margin-left: 25px;
}
.cssbuttoncon1-blue-yoko {
	display: inline-block;
	outline: none;
	width: 300px;
	height: 40px;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background-color: #1f92d1;
	border: 2px solid #1f92d1;
}

@media print, screen and (max-width: 950px){
	#cssbuttoncon1-blue-yoko {
		width:calc(100% - 30px);
		margin:0px 15px;
	}
	.cssbuttoncon1-blue-yoko {
		width:100%;
		margin:0 0 10px 0;
		font-size: 1.5em;
		line-height: 35px;
	}
}
.cssbuttoncon1-blue-yoko::before,
.cssbuttoncon1-blue-yoko::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cssbuttoncon1-blue-yoko,
.cssbuttoncon1-blue-yoko::before,
.cssbuttoncon1-blue-yoko::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cssbuttoncon1-blue-yoko:hover {
	background-color: #ffffff;
	border-color: #1f92d1;
	color: #1f92d1;
}

.side-card-1 {
  width: 210px;
  margin: 30px 0px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  font-weight: bold;
}
.side-card-1-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.side-card-1-link {
  text-align: center;
  padding: 0px;
  font-weight: bold;
}
.side-card-1-link a {
  text-decoration: none;
  color: #FFFFFF;
  margin: 0px;
}
#side-cssbuttoncon1-404040 {
	width: 210px;
    margin: -4px auto 0px auto;
}
.side-cssbuttoncon1-404040 {
	display: inline-block;
	width: 210px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #404040;
	border: 2px solid #404040;
	color: #ffffff;
	font-size: 1.35em;
	line-height: 38px;
}
.side-cssbuttoncon1-404040::before,
.side-cssbuttoncon1-404040::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.side-cssbuttoncon1-404040,
.side-cssbuttoncon1-404040::before,
.side-cssbuttoncon1-404040::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.side-cssbuttoncon1-404040:hover {
	background-color: #ffffff;
	border-color: #404040;
	color: #404040;
}

.side-card-1 {
  width: 100%;
  margin: 30px 0px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}
@media print, screen and (max-width: 750px){
	.side-card-1 {
		width:100%;
		margin: 30px auto;
	}
}
.side-card-1-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.side-card-1-link {
  text-align: center;
  padding: 0px;
}
.side-card-1-link a {
  text-decoration: none;
  color: #FFFFFF;
  margin: 0px;
  width:100%;
}
#side-cssbuttoncon1-1f92d1 {
	width: 100%;
    margin: -4px auto 0px auto;
}
@media print, screen and (max-width: 750px){
	#side-cssbuttoncon1-1f92d1 {
		width:100%;
	}
}
.side-cssbuttoncon1-1f92d1 {
	display: inline-block;
	outline: none;
	width: 100%;
	height: 51px;
	font-size: 1.5em;
	line-height: 51px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #1f92d1;
	border: 2px solid #1f92d1;
}

@media print, screen and (max-width: 750px){
	.side-cssbuttoncon1-1f92d1 {
	font-size: 1.75em;
	line-height: 47px;
	font-weight: normal;
	}
}

.side-cssbuttoncon1-1f92d1::before,
.side-cssbuttoncon1-1f92d1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.side-cssbuttoncon1-1f92d1,
.side-cssbuttoncon1-1f92d1::before,
.side-cssbuttoncon1-1f92d1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.side-cssbuttoncon1-1f92d1:hover {
	background-color: #ffffff;
	border-color: #1f92d1;
	color: #1f92d1;
}

    .card-yoko-bunrei {
    width: 600px;
    height: 150px;
	margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 6px #ccc;
}
    .card-yoko-bunrei-box {
        display: flex;
    }
    .card-yoko-bunrei-image {
    max-width: 41.67%;
    height: 150px;
    border-radius: 5px 0 0 5px;
}
    .card-yoko-bunrei-title {
    font-size: 2em;
    margin-top: 15px;
    margin-right: auto;
    margin-left: 25px;
    margin-bottom: -5px;
    color: #000000;
    }
    .card-yoko-bunrei-content {
    font-size: 1.1em;
    margin-right: auto;
    margin-left: 25px;
    margin-bottom: -2px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #000000;
    }
    .card-yoko-bunrei-content2 {
    font-size: 1.1em;
    margin-right: auto;
    margin-left: 25px;
    margin-top: 0px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #000000;
    }
#cssbuttoncon1-blue-yoko-bunrei {
    width: 250px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: 100px;
    margin-bottom: 10px;
}
.cssbuttoncon1-blue-yoko-bunrei {
	display: inline-block;
	width: 250px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #1f92d1;
	border: 2px solid #1f92d1;
	color: #ffffff;
	font-size: 1.35em;
	line-height: 33px;
	font-weight: bold;
}
.cssbuttoncon1-blue-yoko-bunrei::before,
.cssbuttoncon1-blue-yoko-bunrei::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cssbuttoncon1-blue-yoko-bunrei,
.cssbuttoncon1-blue-yoko-bunrei::before,
.cssbuttoncon1-blue-yoko-bunrei::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cssbuttoncon1-blue-yoko-bunrei:hover {
	background-color: #ffffff;
	border-color: #1f92d1;
	color: #1f92d1;
}

nav-title-gyoumu {
    display: inline-block;
    width: 100%;
    font-size: 2em;
    line-height: 1.5em;
	font-weight: bold;
    text-align: center;
    margin-top: 10px;
    padding: 1em 0em;
    background-color: #e6f3ff;
    border-top: 1px solid #1f92d1;
    border-bottom: 1px solid #1f92d1;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
@media print, screen and (max-width: 750px){
	nav-title-gyoumu {
		width:100%;
	}
}
.box-rinzi {
    position: relative;
    margin: 2em 0;
    padding: 57px 10px 7px;
    border: solid 2px #ff3333;
}
.box-rinzi .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 1.1em;
    background: #ff3333;
    color: #ffffff;
	font-weight: bold;
}
.box-rinzi p {
    margin: 0; 
    padding: 0;
    font-size: 1em;
    line-height: 40px;
}

.box-rinzi2 {
    position: relative;
    margin: 2em 0;
    padding: 57px 1em 10px 2em;
    border: solid 2px #ff3333;
}
.box-rinzi2 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.1em;
    background: #ff3333;
    color: #ffffff;
}
.box-rinzi2 li {
    margin: 0; 
    padding: 0 0 0 1em;
    font-size: 1.1em;
    line-height: 2em;
	text-indent: -1em;
	list-style-position: outside;
	list-style-image: url(/img/point_blue.png);
}
@media print, screen and (max-width: 750px){
	.box-rinzi2 li {
		font-size:1.1em;
		line-height:1.75em;
		margin-bottom: 1em;
	}
}

#linklist-bunrei {
	max-width: 100%;
	padding-right: 20px;
}
#linklist-bunrei li {
	max-width: 100%;
    font-size: 1.1em;
    line-height: 2em;
	text-indent: -1em;
	list-style-type: none;
}
@media print, screen and (max-width: 750px){
	#linklist-bunrei li {
	max-width: 100%;
		font-size:1.1em;
		line-height:1.75em;
	}
}
#linklist-bunrei li a {
	background-image: url(/img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#anno-gyoumutop {
	max-width: 100%;
	padding-right: 1em;
	list-style-position: outside;
}
#anno-gyoumutop li {
	font-size: 1.1em;
    line-height: 2em;
	list-style-position: outside;
	list-style-image: url(/img/point_blue.png);
}
@media print, screen and (max-width: 750px){
	#anno-gyoumutop li {
		font-size:1.1em;
		line-height:1.75em;
	}
}
#anno-gyoumutop_se {
	max-width: 100%;
	list-style-position: outside;
}
#anno-gyoumutop_se li {
	font-size: 1.1em;
    line-height: 2em;
	margin-left: -1.25em;
	list-style-position: outside;
	list-style-image: url(/img/point_gray.png);
}
@media print, screen and (max-width: 750px){
	#anno-gyoumutop_se li {
		font-size:1.1em;
		line-height:1.75em;
	}
}
ol.tokutyou{
  counter-reset:list;
  list-style-type:none;
  padding: 0;
}
ol.tokutyou li{
    position: relative;
    font-size: 1.1em;
    line-height: 2em;
    margin-top: 40px;
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    border-bottom: solid 2px #1f92d1;
}
@media print, screen and (max-width: 750px){
	ol.tokutyou li {
		font-size:1.1em;
		line-height:1.75em;
	}
}
ol.tokutyou li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  width: 33px;
  height: 33px;
  line-height: 1.75em;
  text-align: center;
  color: #fff;
  background: #1f92d1;
  left: -40px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (max-width: 750px){
	ol.tokutyou li:before {
		line-height:1.75em;
	}
}

ol.number-none{
  counter-reset:list;
  list-style-type:none;
  padding: 0;
}
ol.number-none li{
    position: relative;
    font-size: 1.25em;
    line-height: 1.75em;
    margin-top: 40px;
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    border-bottom: solid 2px #1f92d1;
}
@media print, screen and (max-width: 750px){
	ol.number-none li {
		font-size:1.25em;
		line-height:1.75em;
	}
}
ol.number-none li:before{
  counter-increment: list;
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  background: #1f92d1;
  text-align: center;
  color: #fff;
  left: -40px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-index-5font{
	max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
@media print, screen and (max-width: 750px){
	.link-index-5font {
	width: 100%;
	}
}
.link-index-5font li{
  width:50%;
  margin-top: 10px;
  padding:0 10px;
  display:inline-block;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link-index-5font li a{
  width:100%;
  padding:18px 0;
  color:#fff;
  font-size:1.5em;
  font-weight: normal;
  background:#1f92d1;
  border:2px solid #1f92d1;
  text-decoration:none;
  text-align:center;
  display:block;
  position:relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media print, screen and (max-width: 750px){
	.link-index-5font li a {
		font-size:1.25em;
	}
}
.link-index-5font li a:hover{
  background:#fff;
  color:#1f92d1;
}

    .card-ryoukin {
    width: 600px;
    height: 250px;
	margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 6px #ccc;
}
    .card-ryoukin-box {
        display: flex;
    }
    .card-ryoukin-image {
        max-width: 41.67%;
        height: 250px;
		border-radius: 5px 0 0 5px;
    }
    .card-ryoukin-title {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 25px;
    margin-right: auto;
    color: #000000;
    }
    .card-ryoukin-content {
    margin-bottom: 40px;
    margin-left: 25px;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 35px;
	text-align: right;
    color: #000000;
    }
#card-ryoukin-btn {
    width: 300px;
    margin-left: 25px;
    margin-right: auto;
	font-weight: bold;
}
.card-ryoukin-btn {
	display: inline-block;
	width: 300px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #1f92d1;
	border: 2px solid #1f92d1;
	color: #ffffff;
	font-size: 25px;
	line-height: 43px;
}
.card-ryoukin-btn::before,
.card-ryoukin-btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.card-ryoukin-btn,
.card-ryoukin-btn::before,
.card-ryoukin-btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.card-ryoukin-btn:hover {
	background-color: #ffffff;
	border-color: #1f92d1;
	color: #1f92d1;
}

    .card-ryoukin-title-igon {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: auto;
    color: #000000;
    }
    .card-ryoukin-content-igon {
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 35px;
	text-align: right;
    color: #000000;
    }

#table_ryoukin tr th {
    font-size: 1.1em;
    line-height: 2em;
    font-weight: normal;
    border: thin solid #CCC;
    background-image: url(/img/bg_lightgray.gif);
    background-repeat: repeat;
    margin-left: 0px;
}
@media print, screen and (max-width: 750px){
	#table_ryoukin tr th {
		font-size:1.1em;
		line-height:1.75em;
	}
}
#table_ryoukin tr td {
	font-size: 1.1em;
	line-height: 2em;
	border: thin solid #CCC;
	padding: 10px;
	width: auto;
}
@media print, screen and (max-width: 750px){
	#table_ryoukin tr td {
		font-size:1.1em;
		line-height:1.75em;
	}
}
a.anchor{
    display: block;
/*
    padding-top: 165px;
    margin-top: -165px;
*/
}

.link-index-5font-md-card-1-link{
  border-top: 1px solid #eee;
  padding:20px 10px;
}
.link-index-5font-md-card-1-link li{
  width:50%;
  padding:10px 10px;
  display:inline-block;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link-index-5font-md-card-1-link li a{
  width:100%;
  font-size:1.5em;
  font-weight: normal;
  text-decoration:none;
  text-align:center;
  color:#fff;
  padding:18px 0;
  background:#1f92d1;
  border:2px solid #1f92d1;
  display:block;
  position:relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.link-index-5font-md-card-1-link li a:hover{
  background:#fff;
  color:#1f92d1;
}

#anno-md-card-1-link {
	width: 100%;
	margin-top: 20px;
	margin-bottom: -15px;
	margin-right: 5px;
	margin-left: -15px;
	list-style-position: outside;
}
#anno-md-card-1-link li {
	width: 100%;
	font-size: 1.1em;
	line-height: 2em;
	list-style-position: outside;
	list-style-image: url(/img/point_blue.png);
}
@media print, screen and (max-width: 750px){
	#anno-md-card-1-link li {
		font-size:1.1em;
		line-height:1.75em;
	}
}
#anno-md-card-1-link_se {
	width: 100%;
	margin-left: -1.3em;
	list-style-position: outside;
}
#anno-md-card-1-link_se li {
	font-size: 1.1em;
	line-height: 2em;
	margin-left: 0em;
	list-style-position: outside;
	list-style-image: url(/img/point_gray.png);
}
@media print, screen and (max-width: 750px){
	#anno-md-card-1-link_se li {
		font-size:1em;
		line-height:1.75em;
	}
}
.link-index-2link-md-card-1-link{
  border-top: 1px solid #eee;
  padding:20px 10px;
}
.link-index-2link-md-card-1-link li{
  width:50%;
  padding:10px 10px;
  display:inline-block;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link-index-2link-md-card-1-link li a{
  width:100%;
  padding:18px 0;
  color:#fff;
  font-size:1.5em;
  background:#1f92d1;
  border:2px solid #1f92d1;
  text-decoration:none;
  text-align:center;
  display:block;
  position:relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.link-index-2link-md-card-1-link li a:hover{
  background:#fff;
  color:#1f92d1;
}

.md-card-flow {
  max-width: 600px;
  margin: 50px auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}
.md-card-flow-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.md-card-flow-content {
	padding: 0px 30px 30px 30px;
}
.md-card-flow-title {
  font-size: 30px;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  line-height: 1.5;
}
.md-card-flow-text {
  color: #000000;
  font-size: 28px;
  line-height: 1.7;
}
.md-card-flow-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.md-card-flow-link a {
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 10px;
}
#anno-md-card-flow-link {
	list-style-position: outside;
	width: auto;
	margin-top: 20px;
	margin-bottom: -15px;
	margin-right: 0px;
	margin-left: -15px;
}
#anno-md-card-flow-link li {
	list-style-position: outside;
	font-size: 1.1em;
    line-height: 2em;
	list-style-image: url(/img/point_blue.png);
}
@media print, screen and (max-width: 750px){
	#anno-md-card-flow-link li {
		width:100%;
		font-size:1.25em;
		line-height:1.75em;
	}
}
#anno-md-card-flow-link_se {
	list-style-position: outside;
	font-size: 25px;
	width: auto;
	margin-left: -0.8em;
}
#anno-md-card-flow-link_se li {
	list-style-position: outside;
	font-size: 25px;
	margin-left: 1em;
	list-style-image: url(/img/point_gray.png);
}

ol.number-reset{
  counter-reset:list;
  list-style-type:none;
  padding: 0;
}
ol.number-reset li{
    position: relative;
    line-height: 42px;
    margin-top: 40px;
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 25px;
    border-bottom: solid 2px #1f92d1;
}
ol.number-reset li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -40px;
  width: 40px;
  height: 45px;
  background: #1f92d1;
  text-align: center;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ol.number-tuduki{
  counter-reset: li 1;
  list-style-type:none;
  padding: 0;
}
ol.number-tuduki li{
    position: relative;
    line-height: 42px;
    margin-top: 40px;
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 25px;
    border-bottom: solid 2px #1f92d1;
}
ol.number-tuduki li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -40px;
  width: 40px;
  height: 45px;
  background: #1f92d1;
  text-align: center;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fix_menu_smartphone{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
}
.fix_menu_smartphone img{
  width:100%;
}

#btn-blue-w500 {
	width: 500px;
    margin: 10px auto;
}
.btn-blue-w500 {
	display: inline-block;
	width: 500px;
	height: 51px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #1f92d1;
	border: 2px solid #1f92d1;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 2.2em;
}
@media print, screen and (max-width: 750px){
	#btn-blue-w500 {
		width:100%;
	}
	.btn-blue-w500 {
		width:100%;
		font-size:1.2em;
		line-height: 2.5em;
	}
}
.btn-blue-w500::before,
.btn-blue-w500::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn-blue-w500,
.btn-blue-w500::before,
.btn-blue-w500::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn-blue-w500:hover {
	background-color: #ffffff;
	border-color: #1f92d1;
	color: #1f92d1;
}

#btn-red-w500 {
	width: 500px;
    margin: 10px auto;
}
.btn-red-w500 {
	display: inline-block;
	width: 500px;
	height: 51px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #ff3333;
	border: 2px solid #ff3333;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 2.2em;
}
@media print, screen and (max-width: 750px){
	#btn-red-w500 {
		width:100%;
	}
	.btn-red-w500 {
		width:100%;
		font-size:1.2em;
		line-height: 2.5em;
	}
}
.btn-red-w500::before,
.btn-red-w500::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn-red-w500,
.btn-red-w500::before,
.btn-red-w500::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn-red-w500:hover {
	background-color: #ffffff;
	border-color: #ff3333;
	color: #ff3333;
}

@media print, screen and (max-width: 750px){
	#js-pageTop {
		width:40px;
		height:40px;
		bottom: 10%;
		right: 10px;
		background-size:100% auto;
		z-index:100;
	}
}

#zeikomi {
	font-size: 0.85em;
    margin-top: 0px;
    margin-bottom: 0;
}

#list-mokuzi {
  border: solid 2px #1f92d1;
  padding: 0.5em;
  position: relative;
  margin-top: 4em;
  margin-bottom: 6em;
}
@media print, screen and (max-width: 750px){
	#list-mokuzi {
  margin-top: 4em;
  margin-bottom: 6em;
	}
}

#list-mokuzi li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px #1f92d1;
  list-style-type: none!important;
}
#list-mokuzi li:last-of-type {
  border-bottom: none;
}
#list-mokuzi li:before {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  left : 0.5em;
  color: #1f92d1;
}
#list-mokuzi li:after {
  background: #1f92d1;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: " 　目　次　 ";
  letter-spacing: 0.05em;
}

#list-kanren {
  border: solid 2px #1f92d1;
  padding: 0.5em;
  position: relative;
  margin-top: 4em;
  margin-bottom: 5em;
}
@media print, screen and (max-width: 750px){
	#list-kanren {
  margin-top: 4em;
  margin-bottom: 4em;
	}
}
#list-kanren li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px #1f92d1;
  list-style-type: none!important;
}
#list-kanren li:last-of-type {
  border-bottom: none;
}
#list-kanren li:before {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  left : 0.5em;
  color: #1f92d1;
}
#list-kanren li:after {
  background: #1f92d1;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: " 　関連ページ　 ";
  letter-spacing: 0.05em;
}

.menu {
  position: relative;
    width: 100%;
    height: 50px;
    max-width: 950px;
  /*min-width: 720px;*/
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 10px;
	text-align: center;
  margin-top: 0px;
    background: #1f92d1;
    color: #ffffff;
}
@media print, screen and (max-width: 950px){
	.menu {
    height: 50px;
  padding: 0px 0 0px;
	}
}
@media print, screen and (max-width: 768px){
	.menu {
    height:auto;
	}
}

.menu > li {
    float: left;
    height: 50px;
    line-height: 50px;
    background: #1f92d1;
    max-width: 950px;
  /*min-width: 720px;*/
  margin-left: auto;
  margin-right: auto;
    color: #ffffff;
}

.menu > li a {
    display: block;
    color: #ffffff;
  padding: 0px 2.4em 0px;
    font-size: 1.3em;
    max-width: 950px;
  /*min-width: 720px;*/
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 950px){
	.menu > li a {
  padding: 0px 0.76em 0px;
  font-size: 0.825em;
	}
}

.menu > li a:hover {
    color: #000000;
  background: #1f92d1;
  background: rgba( 255, 255, 255, 0.8);
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    color: #000000;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  background: #1f92d1;
    color: #000000;
}

.menu__second-level li {
    color: #000000;
}

.menu__second-level li a:hover {
    color: #000000;
  background: #1f92d1;
  background: rgba( 255, 255, 255, 0.8);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 2%;
    background: #1f92d1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #000000;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
    color: #000000;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 49%;
    border: none;
    color: #000000;
  border-top: dashed 1px #ffffff;
}

li.menu__mega ul.menu__second-level > li:nth-child(2n+1) {
    margin: 0 2% 0 0;
    color: #000000;
}

.menu > li.menu__single {
    position: relative;
    color: #000000;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #1f92d1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #000000;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
    color: #000000;
}




.fix_menu_smartphone {
	display:none;
}
.overray_area {
	position:fixed;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	z-index:99999;
	background-color:rgba(0,0,0,0.5);
	display:none;
}
.overray_area.open {
	display:block;
}
.overray_area .close {
	color:#FFF;
	font-size:36px;
	position:absolute;
	bottom:75px;
	right:15px;
}
.overray_area .sns_area {
	position:absolute;
	bottom:80px;
	left:50%;
	transform:translateX(-50%);
	width:180px;
}
.overray_area .sns_area ul {
	margin:0;
	padding:0;
}
.overray_area .sns_area ul li {
	display:inline-block;
}
.overray_area .sns_area ul li a {
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	font-size:10px;
	position:relative;
}
.overray_area .sns_area ul li a img {
	width:98%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.overray_area .sns_area ul li.tw a {
	background-color:#1d9bf0;
}
.overray_area .sns_area ul li.fb a {
	background-color:#1877f2;
}
.overray_area .sns_area ul li.ln a {
	background-color:#06c755;
}
.overray_area .sns_area ul li.in a {
	background-color:#4C64D3;
}

.bottom_fixed_area {
	position:fixed;
	bottom:0;
	width:100%;
	z-index:9999;
	background-color:rgba(255,255,255,0.9);
}
@media print, screen and (min-width: 769px){
	.bottom_fixed_area {
		display:none;
	}
}
.bottom_fixed_area ul {
	display: flex;
	justify-content: space-between;
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	border-top:solid 1px #ddd;
}
.bottom_fixed_area ul li {
	width:calc(100% / 3);
	border-right:solid 1px #ddd;
}
.bottom_fixed_area ul li:last-child {
	border-right:none;
}
.bottom_fixed_area ul li a {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	padding:10px 0 10px;
	color:#666666;
	font-size:12px;
	line-height:1;
}
.bottom_fixed_area ul li a img {
	width:25%;
}

    .card041014 {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 3px 6px #ccc;
    }
@media print, screen and (max-width: 750px){
	.card041014 {
		width:100%;
	}
}
    .box041014 {
        display: flex;
    }
    .image041014 {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px 0 0 5px;
    }
    .title041014-1gyou {
        font-size: 110%;
        margin-top: 35px;
        margin-bottom: auto;
		margin-left: 20px;
        margin-right: 10px;
    }
    .title041014-2gyou {
        font-size: 110%;
        margin-top: 35px;
        margin-bottom: auto;
		margin-left: 20px;
        margin-right: 10px;
	padding-left:1.4em;
	text-indent:-0.675em;
    }
@media print, screen and (max-width: 750px){
	.title041014-2gyou {
        margin-top: 18px;
        vertical-align: middle;
	}
}
