
@media screen and (min-width: 1020px) {
#contents {
    background: #fff;
}
#main {
    width: auto;
    padding: 0;
}
.block-map {
    position: relative;
    background: url(/group/img/pc/bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.block-map ._inner {
    width: 975px;
    height: 825px;
    background: rgba(255, 255, 255, 0.85);
    border: 5px solid rgba(0, 104, 183, 0.95);
    margin: 0 auto;
    position: relative;
}
.block-map h2 {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
.block-map ._mark {
    width: 80px;
    position: relative;
}
.block-map ._mark img {
    width: 100%;
}
.block-map ._lead {
    position: absolute;
    top: 145px;
    left: 50px;
    line-height: 2.25;
}
.block-map ._map {
    position: absolute;
    top: 113px;
    left: 63px;
    width: 868px;
    height: 646px;
}
.block-map ._map #map {
    width: 720px;
    height: 652px;
}
.block-map ._map #mapPrefecture * {
    fill: #fff;
}
.block-map ._map #mapPrefecture .active * {
    fill: #0068b7;
}
.block-map ._map #mapPrefecture .active.current * {
    fill: #3a9efb;
}
.block-map ._map .pc_show {
    width: 83%;
    margin: 0 auto;
}
.block-map ._item-01 {
    position: absolute;
    top: 362px;
    left: 64px;
}
.block-map ._item-02 {
    position: absolute;
    top: 614px;
    left: 437px;
}
.block-map ._item-03 {
    position: absolute;
    top: 316px;
    left: 740px;
}
.block-map ._item-03 ._mark {
    width: 69px;
}
.block-map ._item-04 {
    position: absolute;
    top: 525px;
    left: 670px;
}
.block-map ._item-05 {
    position: absolute;
    top: 441px;
    left: 669px;
}
.block-map ._item:before {
    content: "";
    display: block;
    width: 2px;
    background: #0068b7;
    border: 1px solid #fff;
    position: absolute;
}
.block-map ._item-01:before {
    height: 160px;
    top: 100%;
    left: 50px;
    transform-origin: left top;
    transform: rotate(-25deg);
}
.block-map ._item-02:before {
    height: 80px;
    bottom: 100%;
    right: 100%;
    transform-origin: right bottom;
    transform: rotate(-32deg);
    margin: 0 -3px -2px 0;
}
.block-map ._item-03:before {
    height: 130px;
    bottom: 100%;
    right: 100%;
    transform-origin: right bottom;
    transform: rotate(-43deg);
    margin: 0 -3px -2px 0;
}
.block-map ._item-04:before {
    height: 220px;
    bottom: 25px;
    right: 100%;
    transform-origin: right bottom;
    transform: rotate(-75deg);
    margin: 0 -3px -2px 0;
}
.block-map ._item-05:before {
    height: 78px;
    bottom: 25px;
    right: 100%;
    transform-origin: right bottom;
    transform: rotate(-107deg);
    margin: 0 -3px -2px 0;
}
.block-map ._item ul {
    position: relative;
    margin: -2px 0 0 0;
    border: 2px solid #0068b7;
    background: #fff;
}
.block-map ._item li {
    border-top: 1px solid #ddd;
}
.block-map ._item li:nth-child(1) {
    border: none;
}
.block-map ._item li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 30px 4px 10px;
    position: relative;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.block-map ._item li a:hover {
    background: #eee;
    text-decoration: none;
}
.block-map ._item li a:before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    height: 8px;
    width: 8px;
    border: 2px solid #0068b7;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}
.block-banner {
    padding: 60px 0 0 0;
    text-align: center;
}
/* sec02
----------------------------------------------------*/
.sec02 {
	width: 800px;
	margin: 60px auto 0;
	background: #fff;
	position: relative;
}
.sec02 h2 {
	background: #0061b1;
	padding: 10px 15px;
	color: #fff;
	font-size: 1.8rem;
}
.sec02 .list01 a {
	display: block;
	position: relative;
	outline: none;
	background: #fff;
}
.sec02 .list01 a:after {
	content: "";
	display: block;
	width: 10px;
	height: 18px;
	background: url(/common/img/cmn_ico_arrow01.png) no-repeat left top;
	background-size: 10px auto;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -9px 0 0;
}
.sec02 .list01 {
	border-right: 1px dotted #d9d9d9;
	border-left: 1px dotted #d9d9d9;
	border-bottom: 1px dotted #d9d9d9;
}
.sec02 .list01 li {
	border-top: 1px dotted #d9d9d9;
}
.sec02 .list01 li:first-child {
	border-bottom: none;
}
.sec02 .list01 a {
	overflow: hidden;
}
.sec02 .list01 dl {
	padding: 7px 40px 7px 6em;
	position: relative;
}
.sec02 .list01 dd {
	margin: -2em 0 0 7em;
}
.sec02 .list01 dd strong {
	position: absolute;
	top: 0.4em;
	left: 0;
	font-size: 1.1rem;
	color: #fff;
	display: inline-block;
	width: 6em;
	text-align: center;
	margin: 6px 0 6px 10px;
}
.sec02 .list01 dd strong.news {
	background: #a589c9;
}
.sec02 .list01 dd strong.introduction {
	background: #3a9efb;
}
.sec02 .list01 dd strong.capture {
	background: #70bd81;
}
.sec02 .list01 dd strong.other {
	background: #f6af72;
}
.sec02 p {
	position: absolute;
	right: 20px;
	top: 0.9em;
	font-size: 1.5rem;
}
.sec02 p a {
	color: #fff;
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/common/img/cmn_ico_arrow02.png) no-repeat left center;
	background-size: 8px auto;
}

.sec02 .list01 .linkBlank dd span {
	background: url(/common/img/ico_link.png) no-repeat right center;
	background-size: 12px;
	padding-right: 16px;
	display: inline-block;
}
.sec02 .list01 .linkBlank:hover dd span {
	text-decoration: underline;
}
}

@media screen and (max-width: 1019px) {
#contents {
    background: #fff;
}
#main {
    padding: 0;
    margin: 0;
}
.block-map {
    position: relative;
    background: url(/group/img/pc/bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 30px 10px;
}
.block-map ._inner {
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    border: 2px solid rgba(0, 104, 183, 0.95);
    margin: 0 auto;
    position: relative;
}
.block-map h2 {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
}
.block-map ._lead {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
}
.block-map ._map {
    text-align: center;
}
.block-map ._item ul {
    margin: 10px 0 0 0;
    border: 1px solid #0068b7;
    background: #fff;
}
.block-map ._item li {
    border-top: 1px solid #0068b7;
}
.block-map ._item li:nth-child(1) {
    border: none;
}
.block-map ._item li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px 8px 10px;
    position: relative;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.block-map ._item li a:hover {
    background: #eee;
    text-decoration: none;
}
.block-map ._item li a:before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    height: 4px;
    width: 4px;
    border: 1px solid #0068b7;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}
.block-banner {
    padding: 40px 10px 0 10px;
    text-align: center;
}
.sec02 {
	width: auto;
	margin: 30px 0 0;
	background: #fff;
	padding: 0 0 20px;
}
.sec02 h2 {
	background: #0061b1;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.7rem;
}
.sec02 .list01 a {
	display: block;
	position: relative;
}
.sec02 .list01 a:after {
	content: "";
	display: block;
	width: 9px;
	height: 16px;
	background: url(/common/img/cmn_ico_arrow01.png) no-repeat left top;
	background-size: 9px auto;
	top: 50%;
	right: 5px;
	position: absolute;
	margin: -8px 0 0;
}
.sec02 .list01 {
	padding: 0 10px;
}
.sec02 .list01 dl {
	padding: 10px 20px 7px 0;
	border-bottom: 1px dotted #d9d9d9;
	position: relative;
}
.sec02 .list01 dt {
	font-size: 1.2rem;
	padding: 0 0 0 6.5em;
}
.sec02 .list01 dd {
	margin: 5px 0 0;
}
.sec02 .list01 dd strong {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
	color: #fff;
	display: inline-block;
	width: 5.5em;
	text-align: center;
	margin: 10px 0 0 0;
}
.sec02 .list01 dd strong.news {
	background: #a589c9;
}
.sec02 .list01 dd strong.introduction {
	background: #3a9efb;
}
.sec02 .list01 dd strong.capture {
	background: #70bd81;
}
.sec02 .list01 dd strong.other {
	background: #f6af72;
}
.sec02 p {
	display: table;
	width: 39.43%;
	height: 50px;
	margin: 19px auto 0;
	font-size: 1.5rem;
}
.sec02 p a {
	color: #fff;
	display: table-cell;
	padding: 0 5px 0;
	background: #222;
	text-align: center;
	vertical-align: middle;
}
.sec02 p a span {
	display: inline-block;
	background: url(/common/img/cmn_ico_arrow02.png) no-repeat left center;
	background-size: 8px auto;
	padding: 0 0 0 16px;
}

.sec02 .list01 .linkBlank dd span {
	background: url(/common/img/ico_link.png) no-repeat right center;
	background-size: 12px;
	padding-right: 16px;
	display: inline-block;
}
}
