@charset "UTF-8";
.sagasumo-step-icon--sprite, .sagasumo-step-icon--step1, .sagasumo-step-icon--step2 {
  background: url('/edit/matomete/img/sprite/sagasumo-step-icon-.png') no-repeat;
}

.sagasumo-step-icon--step1 {
  background-position: 0 -31px;
  height: 30px;
  width: 87px;
}

.sagasumo-step-icon--step2 {
  background-position: 0 0;
  height: 31px;
  width: 94px;
}

/************************************************************
 * 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 */
.ui-media:after, .linkbox_group:after, .footlogo:after, .breadcrumb .breadcrumb-list:after, .codeboxlist:after, .selectarea:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ui-media, .linkbox_group, .footlogo, .breadcrumb .breadcrumb-list, .codeboxlist, .selectarea {
  min-height: 1px;
  _height: 1px;
}

.ui-icon--exclamation1 {
  background-image: url(/edit/assets/suumo/img/sprite/icon.png);
  background-repeat: no-repeat;
}

.ui-icon--suumo06 {
  background-image: url(/edit/assets/suumo/img/sprite/suumo.png);
  background-repeat: no-repeat;
}

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

.ui-icon--exclamation1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background-position: -129px -25px;
  width: 22px;
  height: 18px;
}

.ui-icon--suumo06 {
  background-position: 0 -75px;
  width: 116px;
  height: 102px;
}

.ui-media .ui-media-object {
  float: left;
}
.ui-media .ui-media-body {
  overflow: hidden;
}

.ui-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
}
.ui-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/************************************************************
 * 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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

input[type='checkbox'] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  outline: none;
  margin-right: 5px;
  cursor: pointer;
  zoom: 1;
}

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

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

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

.ie input[type='checkbox'] {
  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;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -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;
  -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;
  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;
  }
}
.headinfo {
  background-color: #FCFFAA;
}
.headinfo .headinfo-coution {
  width: 925px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
}
.headinfo .headinfo-link {
  font-weight: bold;
}
.headinfo .headinfo-txt {
  font-size: 10px;
  font-weight: bold;
  color: #998E4C;
}
.headinfo .ui-media .ui-media-object {
  margin: 5px 15px 0 0;
}

.linkbox_group a:link {
  color: #FFFFFF;
  text-decoration: underline;
}

.linkbox_group a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

.linkbox_group a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.linkbox_group a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.logobox-body a:link {
  color: #516570;
  text-decoration: underline;
}

.logobox-body a:visited {
  color: #516570;
  text-decoration: underline;
}

.logobox-body a:hover {
  color: #516570;
  text-decoration: underline;
}

.logobox-body a:active {
  color: #516570;
  text-decoration: underline;
}

.footer {
  margin-top: 30px;
}
.footer > div:first-child {
  margin-top: 0;
}

.footinfo {
  -webkit-box-shadow: rgba(208, 221, 198, 0.2) 0 1px 1px inset;
  -moz-box-shadow: rgba(208, 221, 198, 0.2) 0 1px 1px inset;
  box-shadow: rgba(208, 221, 198, 0.2) 0 1px 1px inset;
  background-color: #E9F6DC;
  margin-top: 40px;
}
.footinfo .footinfo-inner {
  position: relative;
  width: 950px;
  margin: 0 auto;
  padding: 30px 0;
}
.footinfo .footinfo-txt {
  width: 800px;
  color: #36650E;
  font-weight: bold;
  line-height: 1.8;
}
.footinfo .footinfo-object {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footlinks {
  line-height: 1.6;
  background-color: #6BA439;
  color: #538C22;
  border-top: 20px solid #48890F;
}
.footlinks .linkbox_group:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.footlinks .footlinks-inner {
  width: 950px;
  margin: 0 auto;
  padding: 30px 0;
}

.linkbox_group {
  border-top: 1px solid #538C22;
  margin-top: 20px;
  padding-top: 20px;
}
.linkbox_group .linkbox {
  float: left;
}

.linkbox {
  width: 475px;
}
.linkbox .linkbox-title {
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 5px solid #9AE459;
}
.linkbox.linkbox--full {
  width: 100%;
}
.linkbox.linkbox--full .linkbox-body {
  margin-top: 10px;
}

/* footlogo */
.footlogo {
  width: 950px;
  margin: 30px auto 45px;
}
.footlogo .footlogo-link {
  float: left;
  margin-top: 5px;
  margin-left: 80px;
}
.footlogo .footlogo-action {
  float: right;
}
.footlogo .footlogo-action .footlogo-action-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #CCCCCC;
}
.footlogo .footlogo-action .footlogo-action-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footlogo .footlogo-action .footlogo-action-btn:link, .footlogo .footlogo-action .footlogo-action-btn:hover, .footlogo .footlogo-action .footlogo-action-btn:active, .footlogo .footlogo-action .footlogo-action-btn:visited {
  color: #333333;
}

/* logobox */
.logobox {
  float: left;
}
.logobox .logobox-link {
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
}
.logobox .logobox-link a:link,
.logobox .logobox-link a:visited,
.logobox .logobox-link a:hover,
.logobox .logobox-link a:active {
  color: #435B67;
  text-decoration: underline;
}

#js-pageTop {
  display: none;
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 120px;
}
#js-pageTop:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.footer input {
  font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ丸ゴシック Pro W3','Hiragino maru Gothic Pro','Helvetica','sans-serif';
}

.breadcrumb {
  margin-top: 37px;
  margin-bottom: 10px;
}
.breadcrumb .breadcrumb-inner {
  width: 950px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb-list li {
  float: left;
}
.breadcrumb.breadcrumb--foot {
  margin-top: 30px;
}
.breadcrumb.breadcrumb--foot .breadcrumb-inner {
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
}

.js-placeholder {
  color: #666666;
}

.wrapper {
  width: 950px;
  margin: 0 auto;
}

.contents {
  margin-top: 20px;
  background-color: #f7f7f3;
}
.contents .contents-body {
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 50px;
}

.inputbox .inputbox-body {
  margin-top: 50px;
}
.inputbox .inputbox-body .inputbox-body-input {
  width: 430px;
  height: 60px;
  margin-bottom: 30px;
  border: 5px solid #6EB237;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFFCD7;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.inputbox .inputbox-body .inputbox-body-errortext {
  margin-top: -15px;
  margin-bottom: 15px;
  color: #FF0000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.inputbox .inputbox-body .inputbox-body-errortext span {
  padding-right: 5px;
  font-size: 24px;
  vertical-align: middle;
}
.inputbox .inputbox-btn {
  width: 450px;
  padding: 24px 0 23px;
  font-weight: bold;
  font-size: 24px;
}
.inputbox.is-error .inputbox-body .inputbox-body-input {
  border: 5px solid #FF0000;
  background-color: #FFE8E8;
}

.detailbtn {
  -webkit-box-shadow: 0 2px 1px #d9d9d9;
  -moz-box-shadow: 0 2px 1px #d9d9d9;
  box-shadow: 0 2px 1px #d9d9d9;
  border-bottom: 6px solid #509407;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #61AA12;
}
.detailbtn:link, .detailbtn:visited {
  color: #FFFFFF;
}
.detailbtn.is-disabled {
  box-shadow: none;
  border-bottom: none;
  background-color: #ABABAB;
  cursor: default;
}
.detailbtn.is-disabled:hover {
  opacity: 1;
}

.codebox {
  margin-top: 30px;
  text-align: center;
}
.codebox .codebox-lead {
  font-size: 15px;
}
.codebox .codebox-lead span {
  color: #e60012;
}

.codeboxlist {
  width: 450px;
  margin: 16px auto 0;
}
.codeboxlist li {
  float: left;
  margin-left: 13px;
}
.codeboxlist li:first-child {
  margin-left: 0;
}

.codeboxobject {
  display: table-cell;
  width: 141px;
  height: 141px;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

input::-ms-clear {
  display: none;
}

.stepbox .stepbox-header {
  position: relative;
  padding: 12px 0 12px 218px;
  border-left: 11px solid #61aa12;
  background-color: #dfefcd;
}
.stepbox .stepbox-header .stepbox-header-text {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}
.stepbox .stepbox-header .stepbox-header-text span {
  font-size: 26px;
}
.stepbox .stepbox-header .stepbox-header-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: absolute;
  top: 13px;
  left: 18px;
  text-indent: -9999px;
}
.stepbox .stepbox-body {
  text-align: center;
}

.selectarea {
  padding-left: 60px;
  margin: 50px auto 70px auto;
}
.selectarea li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-left: 28px;
  border: 5px solid #6eb237;
  font-weight: bold;
  font-size: 20px;
  background-color: #fffcd7;
}
.selectarea li:first-child {
  margin-left: 0;
}
.selectarea li label {
  display: block;
  padding: 21px 42px 21px 20px;
}
.selectarea li input[type=radio] {
  transform: scale(1.2, 1.2);
  vertical-align: middle;
  margin-right: 30px;
}
.selectarea.is-error li {
  border: 5px solid #ff0000;
  background-color: #ffe8e8;
}

.dn {
  display: none;
}
