@charset "utf-8";
/* CSS Document */

/*
===== CONTENTS ===========================================

  01. common
  02. 検察庁
  
==========================================================
*/
/* -------------------------------------------------------
  01. common
------------------------------------------------------- */
#contentMainWrap {
  background: none;
  padding: 0;
  box-shadow: none;
}
#contentMainWrap #leftSide {
  padding: 0;
  background: none;
  box-shadow: none;
}
#contentMainWrap #leftSide .top_h1{
  display: none;
  position: absolute;
}
.section {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.35);
  margin-bottom: 20px;
  padding: 10px 15px;
}
#mainimage {
  margin: -5px 0 13px 0;
}
#mainimage img {
  width: 100%;
}

#attention,
#notice,
#news {
  padding: 10px;
}
#attention h2,
#notice h2,
#news h2 {
  position: relative;
  text-indent: -29px;
  margin: -5px -5px 0 -5px;
  padding: 13px 10px 25px 38px;
  font-size: 133%;
  font-weight: normal;
  line-height: 1.4;
  overflow: hidden;
}
#attention h2:before,
#notice h2:before,
#news h2:before {
  content: "";
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 23px;
  height: 20px;
  margin: 2px 5px 0 0;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 23px 20px;
}
#attention h2:after,
#notice h2:after,
#news h2:after {
  content: "";
  position: absolute;
  top: -35px;
  left: -35px;
  z-index: 0;
  width: 70px;
  height: 70px;
  background: #dcf1ff;
  transform-origin: center center;
  transform: rotate(45deg);
}
#attention h2 {
  color: #b40000;
}
#attention h2:before {
  background-image: url(001288972.png);
}
#attention h2:after {
  background: #ffe5e5;
}
#notice h2:before {
  background-image: url(001288982.png);
}
#news h2:before {
  background-image: url(001288969.png);
}

#notice,
#news {
  display: flex;
  flex-wrap: wrap;
}
#notice > *,
#news > * {
  width: 100%;
  box-sizing: border-box;
}
#notice h2,
#news h2 {
  order: -1;
}
#news .date {
  display: block;
}
#notice .lists,
#news .lists {
  position: relative;
  z-index: 2;
  margin: 0 0 -1px 0;
}
#notice .lists a,
#news .lists a {
  display: block;
  position: relative;
  margin: 0 -10px;
  padding: 14px 40px 14px 10px;
  text-align: right;
  background: #f3f3f3;
}

#attention a.blank,
#attention a.pdf,
#attention a.doc,
#attention a.xls,
#notice a.blank,
#notice a.pdf,
#notice a.doc,
#notice a.xls {
  display: inline-block;
  text-indent: -24px;
  padding-left: 34px;
}
#news a.blank .text,
#news a.pdf .text,
#news a.doc .text,
#news a.xls .text {
  display: inline-block;
  text-indent: -24px;
  padding-left: 24px;
  text-decoration: underline;
}
#attention a.blank:before,
#attention a.pdf:before,
#attention a.doc:before,
#attention a.xls:before,
#notice a.blank:before,
#notice a.pdf:before,
#notice a.doc:before,
#notice a.xls:before,
#news a.blank .text:before,
#news a.pdf .text:before,
#news a.doc .text:before,
#news a.xls .text:before {
  margin-right: 6px;
  position: relative;
  top: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 18px 18px;
}
#attention a.blank:before,
#notice a.blank:before,
#news a.blank .text:before {
  background-image: url(001288983.png);
}
#attention a.pdf:before,
#notice a.pdf:before,
#news a.pdf .text:before {
  background-image: url(001288979.png);
}
#attention a.doc:before,
#notice a.doc:before,
#news a.doc .text:before {
  background-image: url(001288986.png);
}
#attention a.xls:before,
#notice a.xls:before,
#news a.xls .text:before {
  background-image: url(001288973.png);
}



.arrowLists {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.arrowLists li a,
.otherlinks a {
  display: block;
  padding: 17px 35px 17px 10px;
  text-decoration: underline;
}




#victim,
#laws,
#links,
.other {
  padding: 0 10px;
}
#victim:before,
#laws:before,
#links:before,
.other:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  right: 10px;
}
#victim h2,
#laws h2,
#links h2,
.other h2 {
  padding: 25px 0 17px 0;
}
#victim h2:before,
#laws h2:before,
#links h2:before,
.other h2:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15px 15px;
}
#victim ul,
#laws ul,
#links ul,
.other ul {
  overflow: hidden;
}
#victim ul li,
#laws ul li,
#links ul li,
.other ul li {
  margin: 0 -10px;
}
#victim:before {
  border-top: 5px solid #a1007e;
}
#victim h2:before {
  background-image: url(001288984.png);
}
#laws:before {
  border-top: 5px solid #009825;
}
#laws h2:before {
  background-image: url(001288992.png);
}
#links:before,
.other:before {
  border-top: 5px solid #fca000;
}
#links h2:before,
.other h2:before {
  background-image: url(001288965.png);
}
#rightSide .banner p {
  margin: 0 0 20px 0;
}
#rightSide .banner p img {
  margin: 0 auto;
}

div#footerWrap div#footerLinkArea div#pageTop{
  display:none;
}

/* -------------------------------------------------------
  02. 検察庁
------------------------------------------------------- */
#organization {
  padding: 10px;
}
#organization h2 {
  position: relative;
  text-indent: -29px;
  margin: -5px -5px 10px -5px;
  padding: 10px 10px 5px 38px;
  font-size: 133%;
  font-weight: normal;
  line-height: 1.4;
  overflow: hidden;
}
#organization h2:before {
  content: "";
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 23px;
  height: 20px;
  margin: 5px 5px 0 0;
  background: url(001288993.png) no-repeat 0 0 / 23px 20px;
}
#organization h2:after {
  content: "";
  position: absolute;
  top: -35px;
  left: -35px;
  z-index: 0;
  width: 70px;
  height: 70px;
  background: #dcf1ff;
  transform-origin: center center;
  transform: rotate(45deg);
}
#organization h2 br {
  display: none;
}
#organization ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#organization a {
  color: #000;
  display: block;
  text-decoration: none;
}
#organization a span.image {
  display: block;
  position: relative;
}
#organization a img {
  width: 100%;
}
#organization a span.text {
  position: relative;
  border-left: 4px solid #005696;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  font-size: 100%;
  margin: 10px 0 0 0;
  padding-left: 5px;
}
#organization a span.text:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(001288970.png) no-repeat 0 0 / 20px 20px;
}
#organization .wide {
  margin: 0 0 20px;
  padding: 0;
}
#organization .wide a {
  border: 2px solid #97c2e2;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
#organization .wide span.text {
  margin: 10px 8px;
  padding-left: 10px;
  font-size: 167%;
  line-height: 1.2;
}
#organization .wide span.text:before {
  top: 4px;
  right: 4px;
}
#organization .narrow {
  display: flex;
  margin: 0 0 0 -9px;
  padding: 0;
  flex-wrap: wrap;
}
#organization .narrow li {
  margin: 0;
  padding: 0 0 30px 9px;
  width: 50%;
  box-sizing: border-box;
}


tion .narrow li {
  margin: 0;
  padding: 0 0 30px 9px;
  width: 50%;
  box-sizing: border-box;
}


