@charset "UTF-8";
.sms_sheet-icon--sprite, .sms_sheet-icon--ms, .section_h1_header_main .section_h1_header_main-title .section_h1_header_main-title-icon, .sms_sheet-icon--search, .areamap_title .areamap_title-icon {
  background-image: url('/ms/shinchiku/sheet/img/sprite/sms_sheet-icon-.png');
  background-repeat: no-repeat;
}

.sms_sheet-icon--ms, .section_h1_header_main .section_h1_header_main-title .section_h1_header_main-title-icon {
  background-position: 0 0;
  height: 27px;
  width: 32px;
}

.sms_sheet-icon--search, .areamap_title .areamap_title-icon {
  background-position: 0 -27px;
  height: 26px;
  width: 26px;
}

/************************************************************
 * reset
 ************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a, img {
  border: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

body {
  line-height: 1.2;
  -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 105%;
}

ul, ol, li {
  list-style-position: outside;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal;
}

/* clearfix */
.l-themepanel:after, .breadcrumb .breadcrumb-list:after, .section_h1_header .section_h1_header-inner:after, .section_h1_header_main .section_h1_header_main-title:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.l-themepanel, .breadcrumb .breadcrumb-list, .section_h1_header .section_h1_header-inner, .section_h1_header_main .section_h1_header_main-title {
  min-height: 1px;
  _height: 1px;
}

.areamap_field_box.areamap_field_box--hokkaido, .areamap_field_box.areamap_field_box--tohoku, .areamap_field_box.areamap_field_box--hokuriku, .areamap_field_box.areamap_field_box--kanto, .areamap_field_box.areamap_field_box--tokai, .areamap_field_box.areamap_field_box--chugoku, .areamap_field_box.areamap_field_box--kansai, .areamap_field_box.areamap_field_box--sikoku, .areamap_field_box.areamap_field_box--kyushu {
  background-image: url(/ms/shinchiku/sheet/img/sprite/areaboxarrow.png);
  background-repeat: no-repeat;
}

/************************************************************
 * common style
 ************************************************************/
body, select, textarea, th, td, li, a, input {
  font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','Helvetica','sans-serif';
}

body, select, textarea {
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
}

body {
  background-color: #FFFFFF;
}

/* img hover */
a img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

div, p, table, td, th, dl, dt, dd, ul, ol, li, a, span {
  word-break: break-all;
}

sup {
  vertical-align: top;
}

/************************************************************
 * anchor-link
 ************************************************************/
a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

.cbx_relative {
  position: relative;
}

input[type="text"] {
  padding: 5px;
  border: 1px solid #E6EDE0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input[type='checkbox'],
input[type='radio'] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  outline: none;
  cursor: pointer;
  zoom: 1;
  width: 22px;
  height: 22px;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled {
  cursor: default;
}

input[type='checkbox'] + label {
  background: url(/ms/shinchiku/sheet/img/sprite/checkbox_renewal-.png) no-repeat;
  background-position: 0 -122px;
}

input[type='radio'] + label {
  background: url(/ms/shinchiku/sheet/img/sprite/radiobtn_renewal-.png) no-repeat;
  background-position: 0 -122px;
}

input[type='checkbox']:checked + label {
  background-position: 0 0;
}

input[type='radio']:checked + label {
  background-position: 0 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  line-height: 22px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 30px;
  cursor: pointer;
}

input[type='checkbox']:disabled + label,
input[type='radio']:disabled + label {
  background-position: 0 -244px;
  cursor: default;
  color: #CCCCCC;
}
input[type='checkbox']:disabled + label .area_unit-placename,
input[type='radio']:disabled + label .area_unit-placename {
  color: #CCCCCC;
}

input[type='checkbox']:disabled.is-checked + label {
  background-position: 0 -366px;
}

input[type='checkbox']:disabled + label + span,
input[type='radio']:disabled + label + span {
  color: #CCCCCC;
}

.ie input[type='checkbox'],
.ie input[type='radio'] {
  opacity: 1;
  filter: alpha(opacity=100);
  position: static;
  outline: none;
  visibility: visible;
  width: auto;
  height: auto;
}

.ie input[type='checkbox'] + label {
  background: none;
  line-height: 1.4;
  display: inline;
  padding-left: 0;
  *padding-left: 14px;
  cursor: pointer;
  visibility: visible;
}

.ie input[type='radio'] + label {
  background: none;
  line-height: 1.4;
  display: inline;
  padding-left: 0;
  *padding-left: 14px;
  cursor: pointer;
  visibility: visible;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  padding: 7px 7px;
  background-image: url(/ms/shinchiku/sheet/img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding: 7px 20px 7px 7px;
  }
}
.l-wrapper {
  width: 950px;
  margin: 0 auto;
  background-color: #FFFFFF;
}

.l-breadcrumb {
  width: 950px;
  margin: 0 auto;
}
.l-breadcrumb.l-breadcrumb--head {
  margin-top: 10px;
}
.l-breadcrumb.l-breadcrumb--foot {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
}

.l-section_h1 {
  margin-top: 20px;
}

.l-themepanel > li {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-themepanel > li:nth-child(3n) {
  margin-right: 0;
}

.l-areamap {
  margin-top: 30px;
}

.breadcrumb .breadcrumb-list > li {
  float: left;
}

.keisai_link {
  display: flex;
  justify-content: flex-end;
}
.keisai_link.keisai_link--layout {
  margin-top: 10px;
}

.section_h1 .section_h1-header-caption {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #666666;
}
.section_h1 .section_h1-body {
  margin-top: 30px;
}

.section_h1_header {
  padding: 1px 1px 0;
  border: 1px solid #CCCCCC;
}
.section_h1_header .section_h1_header-inner {
  border-top: 5px solid #60B018;
}
.section_h1_header .section_h1_header-inner .section_h1_header-inner-img {
  float: right;
}
.section_h1_header .section_h1_header-inner .section_h1_header-inner-main {
  padding: 13px 15px 10px;
  overflow: hidden;
}

.section_h1_header_main .section_h1_header_main-title {
  overflow: hidden;
  font-size: 26px;
  font-weight: bold;
}
.section_h1_header_main .section_h1_header_main-title .section_h1_header_main-title-icon {
  display: block;
  float: left;
  width: 32px;
  height: 27px;
  margin-right: 10px;
}

.section_h2 .section_h2-header {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(3%, #eeeeee), color-stop(40%, #ffffff));
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 2%, #eeeeee 3%, #ffffff 40%);
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 2%, #eeeeee 3%, #ffffff 40%);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff 2%, #eeeeee 3%, #ffffff 40%);
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #DDDDDD;
}
.section_h2 .section_h2-header .section_h2-header-title {
  padding: 8px 0 5px 8px;
  line-height: 1;
  border-left: 5px solid #6FBA2C;
  font-size: 16px;
  font-weight: bold;
  color: #358D23;
}

.themepanel {
  border-radius: 4px;
  box-shadow: #F1F1F1 0 -3px 0 inset;
  display: table;
  width: 303px;
  height: 76px;
  padding: 3px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  background-color: #FFFFFF;
  text-decoration: none;
}
.themepanel .themepanel-img {
  display: table-cell;
  width: 92px;
}
.themepanel .themepanel-title {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding: 0 5px 0 10px;
  font-size: 15px;
  font-weight: bold;
  color: #358D23;
}
.themepanel:hover {
  opacity: .8;
}

.areamap {
  padding: 10px;
  border-radius: 5px;
  background-color: #E4ECDD;
}
.areamap .areamap-content {
  position: relative;
  padding: 8px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.areamap .areamap-content .areamap-content-title {
  position: absolute;
  top: 10px;
  left: 10px;
}
.areamap .areamap-content .areamap-content-field {
  position: relative;
  height: 425px;
  background: url(/ms/shinchiku/sheet/img/areamap.png) center top no-repeat;
}

.areamap_title {
  color: #68AF29;
  font-size: 18px;
  font-weight: bold;
}
.areamap_title .areamap_title-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.areamap_field_box {
  position: absolute;
  text-align: center;
}
.areamap_field_box:hover {
  opacity: .8;
}
.areamap_field_box.is-inactive:hover {
  opacity: 1;
}
.areamap_field_box.is-inactive .areamap_field_box-link {
  background-color: #DDDDDD;
}
.areamap_field_box.is-inactive .areamap_field_box-link .areamap_field_box-link-title {
  color: #999999;
}
.areamap_field_box.is-inactive .areamap_field_box-link .areamap_field_box-link-list {
  color: #999999;
}
.areamap_field_box.areamap_field_box--hokkaido {
  background-position: right 28px;
  left: 518px;
  top: 32px;
  padding-right: 10px;
}
.areamap_field_box.areamap_field_box--hokkaido .areamap_field_box-link {
  width: 102px;
  height: 47px;
  padding-top: 15px;
  font-size: 16px;
}
.areamap_field_box.areamap_field_box--tohoku {
  background-position: left 34px;
  top: 128px;
  left: 619px;
  padding-left: 10px;
}
.areamap_field_box.areamap_field_box--tohoku .areamap_field_box-link {
  width: 114px;
  height: 61px;
  padding-top: 9px;
  font-size: 16px;
}
.areamap_field_box.areamap_field_box--hokuriku {
  background-position: 53px bottom;
  top: 147px;
  left: 468px;
  padding-bottom: 10px;
}
.areamap_field_box.areamap_field_box--hokuriku .areamap_field_box-link {
  width: 114px;
  height: 60px;
  padding-top: 9px;
  font-size: 15px;
}
.areamap_field_box.areamap_field_box--kanto {
  background-position: left 10px;
  top: 225px;
  left: 619px;
  padding-left: 10px;
}
.areamap_field_box.areamap_field_box--kanto .areamap_field_box-link {
  width: 114px;
  height: 75px;
  padding-top: 9px;
  font-size: 16px;
}
.areamap_field_box.areamap_field_box--tokai {
  background-position: 2px top;
  top: 290px;
  left: 495px;
  padding-top: 10px;
}
.areamap_field_box.areamap_field_box--tokai .areamap_field_box-link {
  width: 114px;
  height: 63px;
  padding-top: 10px;
  font-size: 16px;
}
.areamap_field_box.areamap_field_box--chugoku {
  background-position: 2px bottom;
  top: 185px;
  left: 332px;
  padding-bottom: 10px;
}
.areamap_field_box.areamap_field_box--chugoku .areamap_field_box-link {
  width: 114px;
  height: 60px;
  padding-top: 10px;
  font-size: 16px;
}
.areamap_field_box.areamap_field_box--kansai {
  background-position: 59px top;
  top: 316px;
  left: 367px;
  padding-top: 10px;
}
.areamap_field_box.areamap_field_box--kansai .areamap_field_box-link {
  width: 114px;
  height: 63px;
  padding-top: 10px;
  font-size: 16px;
}
.areamap_field_box.areamap_field_box--sikoku {
  background-position: 62px top;
  top: 316px;
  left: 230px;
  padding-top: 10px;
}
.areamap_field_box.areamap_field_box--sikoku .areamap_field_box-link {
  width: 114px;
  height: 64px;
  padding-top: 10px;
  font-size: 16px;
}
.areamap_field_box.areamap_field_box--kyushu {
  background-position: 69px bottom;
  top: 185px;
  left: 171px;
  padding-bottom: 10px;
}
.areamap_field_box.areamap_field_box--kyushu .areamap_field_box-link {
  width: 114px;
  height: 77px;
  padding-top: 10px;
  font-size: 15px;
}
.areamap_field_box .areamap_field_box-link {
  border-radius: 8px;
  box-shadow: #CCCCCC 0 -4px 0 inset;
  background-color: #FFFFFF;
  display: block;
  border: 2px solid #02802E;
  text-decoration: none;
}
.areamap_field_box .areamap_field_box-link .areamap_field_box-link-title {
  font-weight: bold;
  color: #263C2A;
  line-height: 1;
}
.areamap_field_box .areamap_field_box-link .areamap_field_box-link-list {
  margin-top: 5px;
  color: #999999;
  font-size: 10px;
}
