@charset "UTF-8";
.ou_library-optin-icon--sprite, .ou_library-optin-icon--arrow_right, .footer .footer-link_item::before, .ou_library-optin-icon--checkbox_off, .formbox .formbox-checkbox::after, .ou_library-optin-icon--checkbox_on, .formbox .formbox-checkbox:checked::after, .ou_library-optin-icon--complete_suumo, .completebox .completebox-image, .ou_library-optin-icon--error_suumo, .errorbox .errorbox-inner::after, .ou_library-optin-icon--library_logo, .logo .logo-link, .ou_library-optin-icon--mail_suumo, .colorbox .colorbox-inner::after, .ou_library-optin-icon--return_top_dark, .errorbox .errorbox-button, .ou_library-optin-icon--return_top_light, .errorbox .errorbox-button:hover {
  background-image: url('/edit/assets/suumo/img/sprite/ou_library-optin-icon-.png?8529ede0f8');
  background-repeat: no-repeat;
}

.ou_library-optin-icon--arrow_right, .footer .footer-link_item::before {
  background-position: 0 0;
  height: 5px;
  width: 5px;
}

.ou_library-optin-icon--checkbox_off, .formbox .formbox-checkbox::after {
  background-position: 0 -5px;
  height: 24px;
  width: 24px;
}

.ou_library-optin-icon--checkbox_on, .formbox .formbox-checkbox:checked::after {
  background-position: 0 -29px;
  height: 24px;
  width: 24px;
}

.ou_library-optin-icon--complete_suumo, .completebox .completebox-image {
  background-position: 0 -53px;
  height: 141px;
  width: 172px;
}

.ou_library-optin-icon--error_suumo, .errorbox .errorbox-inner::after {
  background-position: 0 -194px;
  height: 123px;
  width: 131px;
}

.ou_library-optin-icon--library_logo, .logo .logo-link {
  background-position: 0 -317px;
  height: 37px;
  width: 272px;
}

.ou_library-optin-icon--mail_suumo, .colorbox .colorbox-inner::after {
  background-position: 0 -354px;
  height: 141px;
  width: 132px;
}

.ou_library-optin-icon--return_top_dark, .errorbox .errorbox-button {
  background-position: 0 -495px;
  height: 25px;
  width: 235px;
}

.ou_library-optin-icon--return_top_light, .errorbox .errorbox-button:hover {
  background-position: 0 -520px;
  height: 25px;
  width: 235px;
}

/************************************************************
 * 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 */
.visual:after, .contents:after, .contents_zen:after, .contents_han:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.visual, .contents, .contents_zen, .contents_han {
  min-height: 1px;
  _height: 1px;
}

/************************************************************
 * 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 {
  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: none;
  -moz-appearance: none;
  appearance: none;
  -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;
  }
}
.visual_wrapper {
  background: url(/edit/assets/suumo/img/visual_bg.png) repeat-x top left;
}

.visual {
  background: url(/edit/assets/suumo/img/top_mainvisual.png) no-repeat top center;
  padding-top: 10px;
}

.visual_han {
  background: url(/edit/assets/suumo/img/top_mainvisual.png) no-repeat top center;
  padding-top: 10px;
}

.wrapper {
  width: 950px;
  margin: 0 auto;
  background-color: #FFFFFF;
}

.contents {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  background-color: #FFFFFF;
}

.contents_zen {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}

.contents_han {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  padding-top: 20px;
  background-color: #FFFFFF;
}
.contents_han .main {
  margin-left: 1px;
}
.contents_han .sub {
  margin-right: 1px;
}

.contents--type1 .main {
  width: 650px;
  float: left;
  margin-left: 1px;
}
.contents--type1 .sub {
  width: 280px;
  float: right;
  margin-right: 1px;
}
.contents--type1 .sub .subitem {
  margin-top: 20px;
}
.contents--type1 .sub .subitem:first-child {
  margin-top: 0;
}

.contents--type2 .main {
  width: 700px;
  float: left;
}
.contents--type2 .sub {
  width: 230px;
  float: right;
}
.contents--type2 .sub .subitem {
  margin-top: 20px;
}
.contents--type2 .sub .subitem:first-child {
  margin-top: 0;
}

/* ABtest type-B */
.contents--type1B .main {
  width: 650px;
  float: right;
}
.contents--type1B .sub {
  width: 280px;
  float: left;
}
.contents--type1B .sub .subitem {
  margin-top: 20px;
}
.contents--type1B .sub .subitem:first-child {
  margin-top: 0;
}

/* ABtest type-B */
.contents--type2B .main {
  width: 700px;
  float: right;
}
.contents--type2B .sub {
  width: 230px;
  float: left;
}
.contents--type2B .sub .subitem {
  margin-top: 20px;
}
.contents--type2B .sub .subitem:first-child {
  margin-top: 0;
}

.header {
  padding: 10px 15px 5px;
  border-bottom: 1px solid #AC945B;
}

.logo .logo-link {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.footer {
  padding: 10px 15px 30px;
}
.footer .footer-inner {
  border-top: 1px solid #DCDCDC;
}
.footer .footer-link_list {
  display: flex;
  justify-content: right;
  padding-top: 20px;
}
.footer .footer-link_item {
  position: relative;
  margin-right: 10px;
  padding-left: 10px;
}
.footer .footer-link_item::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  display: block;
}
.footer .footer-menu_list {
  margin-top: 5px;
  font-size: 10px;
}
.footer .footer-menu_list.footer-menu_list--top {
  margin-top: 20px;
}
.footer .footer-menu_term {
  display: inline;
}
.footer .footer-menu_item {
  display: inline;
}
.footer .footer-menu_item:not(:last-child) {
  border-right: 1px solid #B4B4B4;
  margin-right: 2px;
  padding-right: 2px;
}
.footer .footer-logo {
  margin-top: 30px;
}

.body {
  background: url("/edit/oudan/library/bg_body.gif");
}

.breadcrumb {
  padding: 10px 15px 5px;
  letter-spacing: 1px;
}

.contents_header .contents_header-title {
  padding: 13px 15px;
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid #E1DFDB;
  border-bottom: 1px solid #E1DFDB;
  background: #E4F3F5;
}
.contents_header .contents_header-title_text {
  position: relative;
  padding-left: 13px;
}
.contents_header .contents_header-title_text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 36px;
  border-radius: 1px;
  background: #29A6B9;
}
.contents_header .contents_header-description {
  padding: 15px 15px 0;
}

.contents_body {
  padding: 15px 15px 40px;
  background: #ffffff;
}

.error_message {
  margin-top: 10px;
  display: none;
  color: #E50000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.colorbox .colorbox-inner {
  position: relative;
  padding: 40px 0;
  background: #F1F7F9;
}
.colorbox .colorbox-inner::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 53px;
}

.formbox {
  width: 442px;
  margin: 0 auto;
}
.formbox.is-error .error_message {
  display: block;
}
.formbox.is-error .formbox-input_wrapper {
  padding-bottom: 0;
}
.formbox.is-error .formbox-input {
  background: #FBE6E5;
}
.formbox .formbox-description {
  margin-top: 10px;
  line-height: 1.7;
}
.formbox .formbox-checkbox_list {
  display: flex;
  margin-top: 30px;
  gap: 20px;
}
.formbox .formbox-checkbox_label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.formbox .formbox-checkbox {
  position: relative;
  margin-right: 0;
  opacity: 1;
  appearance: none;
}
.formbox .formbox-checkbox::after {
  display: block;
  content: '';
}
.formbox .formbox-checkbox_text {
  font-size: 16px;
  line-height: 1;
  margin-left: 8px;
}
.formbox .formbox-button {
  width: 100%;
  margin-top: 10px;
  padding: 16px 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  font-family: inherit;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  border: none;
  background: #F77C00;
  box-shadow: 0px -2px 0px 0px #E15F00 inset, 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  cursor: pointer;
}
.formbox .formbox-button:hover {
  opacity: 0.8;
}
.formbox .formbox-button:disabled {
  cursor: auto;
  background: #DDD;
  color: #999;
  box-shadow: none;
}
.formbox .formbox-button:disabled:hover {
  opacity: 1;
}
.formbox .formbox-button .formbox-button_text {
  font-size: 14px;
}
.formbox .formbox-input_wrapper {
  position: relative;
  padding-bottom: 24px;
}
.formbox .formbox-input {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid #C4C4C4;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  border-radius: 3px;
  box-sizing: border-box;
}
.formbox .formbox-input::placeholder {
  font-size: 16px;
  line-height: 1;
  color: #CCC;
}
.formbox .formbox-domain_list {
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
  background: #fff;
  border-top: 1px #E1DFDB solid;
  border-right: 1px #E1DFDB solid;
  z-index: 10;
  box-sizing: border-box;
}
.formbox .formbox-domain_list.is-active {
  display: block;
}
.formbox .formbox-domain_item {
  font-size: 14px;
  line-height: 1;
}
.formbox .formbox-domain_item:hover {
  background: #EEE;
}
.formbox .formbox-domain_name {
  display: block;
  padding: 10px;
  color: #000;
  border-left: 1px #E1DFDB solid;
  border-bottom: 1px #E1DFDB solid;
  text-decoration: none;
}

.agreementbox {
  text-align: center;
  line-height: 1;
}
.agreementbox.agreementbox--layout {
  margin-top: 30px;
}

.completebox {
  text-align: center;
  padding: 40px 0 30px;
}
.completebox .completebox-image {
  display: block;
  margin: 0 auto;
}
.completebox .completebox-text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.completebox .completebox-button {
  margin-top: 40px;
  display: inline-block;
  padding: 14px 0 16px;
  width: 374px;
  line-height: 1;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  background: #FFF;
  box-shadow: 0px -2px 0px 0px #DDD inset;
  box-sizing: border-box;
}
.completebox .completebox-button:hover {
  opacity: 0.8;
}

.errorbox {
  padding: 15px 15px 0;
  height: 460px;
}
.errorbox .errorbox-inner {
  position: relative;
  padding: 30px 40px;
  background-color: #f0eee9;
  border-radius: 5px;
}
.errorbox .errorbox-inner::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 109px;
}
.errorbox .errorbox-content {
  width: 550px;
}
.errorbox .errorbox-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
}
.errorbox .errorbox-button {
  display: block;
  margin-top: 15px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}

.pagetop {
  padding: 30px 15px 0;
  font-size: 10px;
  text-align: right;
  letter-spacing: 1px;
}
