
/* 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(../image/001288972.png);
}
#attention h2:after {
  background: #ffe5e5;
}
#notice h2:before {
  background-image: url(../image/001288982.png);
}
#news h2:before {
  background-image: url(../image/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(../image/001288983.png);
}
#attention a.pdf:before,
#notice a.pdf:before,
#news a.pdf .text:before {
  background-image: url(../image/001288979.png);
}
#attention a.doc:before,
#notice a.doc:before,
#news a.doc .text:before {
  background-image: url(../image/001288986.png);
}
#attention a.xls:before,
#notice a.xls:before,
#news a.xls .text:before {
  background-image: url(../image/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(../image/001288984.png);
}
#laws:before {
  border-top: 5px solid #009825;
}
#laws h2:before {
  background-image: url(../image/001288992.png);
}
#links:before,
.other:before {
  border-top: 5px solid #fca000;
}
#links h2:before,
.other h2:before {
  background-image: url(../image/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(../image/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(../image/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;
}

.wysiwyg_wp {
  margin: 15px 0 25px;
}
.main_inner {
  padding: 22px 0 28px;
}
.main_inner .h2bg {
  margin-bottom: 14px;
}
.form-container {
  background: #f7f7f7;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  padding: 12px;
  border: 1px solid #e5e5e5;
}
.error-message {
  display: none;
  background: #fff1f1;
  border: 1px solid #f2c0c0;
  color: #a94442;
  padding: 8px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.tab-container {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 10px 10px 12px;
  background: #ffffff;
}
.tab-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-btn {
  background: #f4f4f4;
  border: 1px solid #cfcfcf;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  padding: 7px 8px 8px;
  font-size: 100%;
  cursor: pointer;
  color: #333;
  position: relative;
  top: 1px;
}
.tab-btn.active {
  background: #4caf50;
  border-color: #4caf50;
  color: #fff;
  z-index: 2;
  margin-bottom: -1px;
}
.form-panel {
  display: none;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0 4px 4px 4px;
  padding: 12px;
  box-shadow: none;
  margin-top: -1px;
}
.form-panel.active {
  display: block;
}
.form-group {
  margin-bottom: 10px;
}
.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #222;
}
.form-group input {
  width: 100%;
  height: 34px;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  font-size: 100%;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}
.form-group input:focus {
  border-color: #5cb85c;
  outline: none;
  box-shadow: 0 0 0 2px rgba(92,184,92,0.15);
}
.search-form .search-btn {
  background: #0b68b1;
  border: 1px solid #085792;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.18);
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 16px;
  width: 100%;
  margin-top: 10px;
}
.search-form .search-btn:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0,0,0,0.18);
}
.search-form .search-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(11,104,177,0.25), 0 2px 4px rgba(0,0,0,0.18);
}
.required {
  color: #d9534f;
  font-weight: bold;
}
.form-actions {
  margin-top: 12px;
  text-align: center;
}
.form-actions button {
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 100%;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}


