@charset "UTF-8";
.ur-icon--sprite, .ur-icon--arrow, .ur-icon--arrow_details, .ur-icon--info, .ur-icon--merit_1, .ur-icon--merit_2, .ur-icon--merit_3, .ur-icon--merit_4, .ur-icon--pop {
  background-image: url('/tokushu/ur/img/sprite/ur-icon-.png');
  background-repeat: no-repeat;
}

.ur-icon--arrow {
  background-position: 0 0;
  height: 8px;
  width: 4px;
}

.ur-icon--arrow_details {
  background-position: 0 -8px;
  height: 22px;
  width: 72px;
}

.ur-icon--info {
  background-position: 0 -30px;
  height: 60px;
  width: 70px;
}

.ur-icon--merit_1 {
  background-position: 0 -90px;
  height: 36px;
  width: 36px;
}

.ur-icon--merit_2 {
  background-position: 0 -126px;
  height: 36px;
  width: 36px;
}

.ur-icon--merit_3 {
  background-position: 0 -162px;
  height: 36px;
  width: 36px;
}

.ur-icon--merit_4 {
  background-position: 0 -198px;
  height: 36px;
  width: 36px;
}

.ur-icon--pop {
  background-position: 0 -234px;
  height: 94px;
  width: 244px;
}

/************************************************************
 * 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 */
.section_h2--merit .section_h2-footer:after, .item-about:after, .item-images:after, .meritlist:after, .merit_list_appeal:after, .merit_list_company:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.section_h2--merit .section_h2-footer, .item-about, .item-images, .meritlist, .merit_list_appeal, .merit_list_company {
  min-height: 1px;
  _height: 1px;
}

.ur-icon {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

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

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

body {
  background-color: #FFFFFF;
}

textarea {
  font-size: 12px;
  line-height: 1.4;
}

/* 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;
}

.cbx_resize input[type='checkbox'] {
  width: 23px;
  height: 23px;
}

.ie .cbx_resize input[type='checkbox'] {
  width: auto;
  height: auto;
}

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;
  margin-right: 5px;
  cursor: pointer;
  zoom: 1;
}

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

input[type='checkbox'] + label {
  background: url(/edit/assets/suumo/img/sprite/checkbox.png) no-repeat;
  background-position: 0 0;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 30px;
  cursor: pointer;
}

input[type='radio'] + label {
  background: url(/edit/assets/suumo/img/sprite/radiobtn.png) no-repeat;
  background-position: 0 0;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 30px;
  cursor: pointer;
}

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

input[type='checkbox']:disabled + label,
input[type='radio']:disabled + label {
  background-position: 0 -200px;
  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 + 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;
}

.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(/edit/assets/suumo/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;
  }
}
.directory_link {
  padding: 0 15px;
}

.section_h1 {
  margin-top: 30px;
}
.section_h1 .section_h1-header {
  text-align: center;
}
.section_h1 .section_h1-body {
  margin-top: 120px;
}

.section_h2 {
  position: relative;
  margin-top: 30px;
}
.section_h2 .section_h2-header {
  text-align: center;
}
.section_h2 .section_h2-body {
  margin-top: 30px;
}
.section_h2 .section_h2-desc {
  font-size: 14px;
  line-height: 1.5;
}

.section_h2--about {
  width: 868px;
  margin: 0 auto;
  padding: 108px 30px 30px 30px;
  border-radius: 8px;
  background: #eff0e6;
  box-sizing: border-box;
}

.section_h2--merit {
  width: 868px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.section_h2--merit .section_h2-header {
  padding: 10px 30px 0 30px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  background: #eff0e6;
}
.section_h2--merit .section_h2-body {
  margin-top: 0;
  padding: 40px 30px 30px 30px;
  border-radius: 0 0 8px 8px;
  background: #eff0e6;
}
.section_h2--merit .section_h2-footer {
  margin-top: 15px;
  text-align: center;
}
.section_h2--merit .section_h2-footer .btn-action {
  display: inline-block;
  float: none;
  margin-top: 25px;
}
.section_h2--merit .section_h2--merit-note {
  float: left;
}
.section_h2--merit .section_h2--merit-link {
  float: right;
}

.item-about .item-about-left {
  float: left;
  width: 550px;
}
.item-about .item-about-right {
  float: right;
  width: 235px;
}

.item-images {
  position: absolute;
  left: 50%;
  top: -75px;
  width: 530px;
  margin-left: -265px;
}
.item-images > li {
  float: left;
  width: 150px;
}
.item-images > li + li {
  margin-left: 40px;
}

.meritlist > li {
  float: left;
}
.meritlist > li + li {
  margin-left: 20px;
}

.item-merit {
  position: relative;
  width: 187px;
  height: 230px;
  border-radius: 4px;
  background: #fff;
}
.item-merit .item-merit-head {
  padding-top: 40px;
  text-align: center;
}
.item-merit .item-merit-body {
  margin-top: 20px;
}
.item-merit .item-merit-icon {
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -18px;
}
.item-merit .item-merit-desc {
  padding: 0 15px;
  line-height: 1.5;
  text-align: center;
}
.item-merit .item-merit-desc strong {
  color: #5bae08;
  font-weight: bold;
}

.btn-action {
  display: block;
  text-decoration: none;
}

.section_h3 {
  position: relative;
  margin-top: 30px;
}
.section_h3 + .section_h3 {
  margin-top: 30px;
}

.details {
  padding-right: 10px;
}
.details .details-pop {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.details .details-desc {
  display: inline-block;
  width: 329px;
  margin-top: 10px;
  margin-right: 25px;
  vertical-align: middle;
}
.details .details-desc .details-desc-title {
  font-size: 16px;
  font-weight: bold;
}
.details .details-desc .details-desc-txt {
  margin-top: 5px;
  font-size: 14px;
}
.details .details-arrow {
  margin-right: 12px;
  vertical-align: middle;
}
.details .details-btn {
  display: inline-block;
  width: 150px;
  padding-bottom: 3px;
  border-top: 3px solid #d7d7d7;
  vertical-align: middle;
  text-decoration: none;
  background: url(/tokushu/ur/img/bg_btn.png) repeat-x 0 bottom;
}
.details .details-btn > span {
  display: block;
  padding: 7px 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #48890f;
}
.details .details-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.register {
  width: 868px;
  margin: 0 auto 70px auto;
  padding: 10px 10px 10px 20px;
  background-color: #e6e6e6;
  box-sizing: border-box;
}
.register .register-icon {
  margin-right: 12px;
  vertical-align: middle;
}
.register .register-desc {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.register .register-btn {
  display: inline-block;
  width: 150px;
  padding-bottom: 3px;
  border-top: 3px solid #d7d7d7;
  vertical-align: middle;
  text-decoration: none;
  background: url(/tokushu/ur/img/bg_btn.png) repeat-x 0 bottom;
}
.register .register-btn > span {
  display: block;
  padding: 7px 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #ff771d;
}
.register .register-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.ur-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.ur-icon.ur-icon--arrow {
  margin-right: 5px;
}

.l-merit_list {
  margin-top: 40px;
  padding: 0 40px;
}
.l-merit_list li {
  margin-top: 30px;
}
.l-merit_list li:first-child {
  margin-top: 0;
}
.merit_list_appeal .merit_list_appeal-object {
  float: left;
}
.merit_list_appeal .merit_list_appeal-read {
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 30px 10px 30px 30px;
  height: 230px;
  box-sizing: border-box;
}
.merit_list_appeal .merit_list_appeal-read .merit_list_appeal-read-text {
  margin-top: 20px;
}
.merit_list_appeal .merit_list_appeal-read .merit_list_appeal-read-more {
  text-align: right;
  margin-top: 7px;
}
.merit_list_more {
  display: inline-block;
  width: 150px;
  border-top: 3px solid #d7d7d7;
  background-color: #48890f;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 7px 0;
  vertical-align: middle;
}
.merit_list_more:link,
.merit_list_more:hover,
.merit_list_more:active,
.merit_list_more:visited {
  color: #fff;
  text-decoration: none;
}
.merit_list_more:hover {
  opacity: .8;
}
.contents_wrapper {
  padding-bottom: 70px;
}
