@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  padding: 0;
}

img {
  border: 0;
}

.point .point-header:after {
  content: "";
  display: block;
  clear: both;
}

.ui-btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.ui-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.ui-btn.ui-btn--base {
  border-radius: 3px;
  box-shadow: 0 1px #D6D6D6;
  padding: 12px 10px;
  border: 1px solid #ABABAB;
  font-size: 14px;
  font-weight: bold;
}
.ui-btn.ui-btn--base:link, .ui-btn.ui-btn--base:active, .ui-btn.ui-btn--base:visited {
  color: #333333;
}
.ui-btn.ui-btn--accession {
  border-radius: 3px;
  padding: 12px 10px;
  background: #F37E00;
  border-bottom: 2px solid #E15F00;
  font-size: 16px;
  font-weight: bold;
}
.ui-btn.ui-btn--accession:link, .ui-btn.ui-btn--accession:active, .ui-btn.ui-btn--accession:visited {
  color: #FFF;
}
.ui-btn.ui-btn--util1 {
  border-radius: 5px;
  width: 95px;
  padding: 6px 0;
  background: #F5FAF3;
  border: 1px solid #449315;
  font-size: 11px;
  font-weight: bold;
}
.ui-btn.ui-btn--util1:link, .ui-btn.ui-btn--util1:active, .ui-btn.ui-btn--util1:visited {
  color: #449315;
}
.ui-btn.ui-btn--baseform {
  border-radius: 3px;
  box-shadow: 0 1px #D6D6D6;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #ABABAB;
  font-size: 14px;
  font-weight: bold;
}
.ui-btn.ui-btn--baseform:link, .ui-btn.ui-btn--baseform:active, .ui-btn.ui-btn--baseform:visited {
  color: #333333;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #333;
  font-size: 12px;
  line-height: 1;
}

article,
footer,
header,
nav,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}

select {
  font-size: 14px;
}

button {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: transparent;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: transparent;
}
input[type="checkbox"] {
  padding: 10px;
}

textarea {
  vertical-align: top;
}

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

a {
  color: #06c;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:visited {
  color: #06c;
}

label {
  -webkit-tap-highlight-color: transparent;
}

a.is-touch {
  opacity: .8;
}

.color-pi {
  color: #FA5891;
}

.color-or {
  color: #FF6B43;
}

.color-gr {
  color: #56A90C;
}

/***************************************************
* header
***************************************************/
.header {
  display: block;
  position: relative;
  height: 45px;
  background: #6db62d;
}
.header .header-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -19px;
  padding: 2px;
  border-radius: 4px;
}
.header .header-text {
  position: absolute;
  top: 6px;
  right: 10px;
}

.header_text {
  text-align: right;
  line-height: 1.4;
  color: #FFF;
}
.header_text span {
  color: #ffff52;
}

/***************************************************
* footer
***************************************************/
.lp_footer {
  margin-top: 20px;
  padding: 0 10px 20px;
}
.lp_footer.lp_footer--2 {
  padding-bottom: 68px;
}

.copyright {
  padding: 10px 0 0;
  background: #FFF;
}
.copyright a {
  display: block;
  width: 143px;
  height: 15px;
  cursor: pointer;
  background-image: url(//suumo.jp/edit/assets/suumo_chumon/lp/img/sp/recruit_logo.png?id=20171004);
  background-repeat: no-repeat;
  background-size: 143px 15px;
  -webkit-background-size: 143px 15px;
  text-indent: -9999px;
  overflow: hidden;
}
.copyright a span {
  color: #2e4957;
}

.rgroupsite,
.footerlinks {
  margin-top: 10px;
}

/***************************************************
* section_h2
***************************************************/
.section_h2 {
  margin-bottom: 20px;
}
.section_h2 .section_h2-header {
  padding: 10px;
  background: #e4f1d7;
}
.section_h2 .section_h2-header h2 {
  display: block;
  border-left: 3px solid #61aa12;
  padding-left: 5px;
  margin-left: 5px;
  border-radius: 1px;
  color: #333;
  font-size: 13px;
}
.section_h2 .section_h2-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  line-height: 1.4;
  font-size: 14px;
  font-weight: normal;
}
.section_h2 .section_h2-title:before {
  content: '';
  display: block;
  width: 3px;
  background-color: #5f5b5b;
  border-radius: 1px;
}
.section_h2 .section_h2-title .section_h2-title-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: block;
  padding-left: 5px;
}

/***************************************************
* btn
***************************************************/
.l-btn {
  padding: 20px 20px 0;
  text-align: center;
}

.btn {
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  padding: 9px 0;
  min-height: 40px;
  vertical-align: middle;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}
.btn.btn--action {
  background: #f77c00;
  border: 1px solid #f77c00;
  border-bottom: 4px solid #e15f00;
  color: #fff;
}
.btn.btn--default {
  font-size: 12px;
  background-color: #f2eeee;
  border-bottom: 1px solid #c2bebe;
  text-align: left;
  font-weight: normal;
  color: #666666;
}

/***************************************************
* key_visual
***************************************************/
#key_visual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#key_visual > p {
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
}
#key_visual > h2 {
  color: #FFF;
  font-size: 13px;
  padding: 10px;
  background-color: #6FBA2C;
  margin-bottom: 10px;
}
#key_visual .lead-step {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 10px 20px;
}
#key_visual .lead-step li {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  padding: 10px;
  background-color: #E4F1D7;
  width: 49%;
  height: 48px;
  margin-right: 1%;
  line-height: 1.4;
  position: relative;
}
#key_visual .lead-step li span {
  font-weight: bold;
  display: block;
}
#key_visual .lead-step li:last-child {
  margin-right: 0;
}
#key_visual .lead-step li:before, #key_visual .lead-step li:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  left: calc(100% - 20px);
}
#key_visual .lead-step li:before {
  top: 0;
  border-width: 34px 0 0 20px;
  border-color: #FFF transparent transparent transparent;
}
#key_visual .lead-step li:after {
  top: 50%;
  border-width: 0 0 34px 20px;
  border-color: transparent transparent #FFF transparent;
}

/***************************************************
* theme
***************************************************/
.theme {
  padding: 0 10px;
}
.theme .theme-contents,
.theme .theme-action {
  margin-top: 20px;
}

.theme_list > li {
  margin-top: 20px;
}
.theme_list > li:first-child {
  margin-top: 0;
}

.theme_item {
  width: 100%;
  background-color: #f1f0e8;
}
.theme_item .theme_item-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #FFF;
}
.theme_item .theme_item-object > img {
  max-height: 150px;
  object-fit: contain;
  -webkit-object-fit: contain;
  -webkit-object-position: center;
  image-rendering: pixelated;
  -webkit-touch-callout: none;
  pointer-events: none;
}
.theme_item .theme_item-body {
  display: table;
}
.theme_item .theme_item-body .theme_item-body-input {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 32px;
}
.theme_item .theme_item-body .theme_item-body-input input[type="checkbox"] {
  padding: 0px;
  display: table-cell;
  width: 45px;
  height: 22px;
  vertical-align: -18px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background: url(/sp/img/chumon/common/sprite/checkBox.png?id=20171004);
  background-repeat: no-repeat;
  background-position: 10px 0;
  -webkit-background-size: 22px 66px;
  border-style: none;
  outline: none;
}
.theme_item .theme_item-body .theme_item-body-input input[type="checkbox"]:checked {
  background-position: 10px -22px;
}
.theme_item .theme_item-body .theme_item-body-name {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px 10px 7px;
  font-size: 12px;
  line-height: 1.4;
}

/***************************************************
* todofuken
***************************************************/
.todofuken {
  border-bottom: 1px solid #eee;
}
.todofuken .area {
  display: block;
  border-top: 1px solid #eee;
}
.todofuken .area .areaName {
  display: block;
  position: relative;
  background: #fff;
  padding: 15px 10px;
  -webkit-tap-highlight-color: transparent;
}
.todofuken .area .areaName h3 {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.todofuken .area .areaName.ui-hover {
  background: #f9f9f9;
}
.todofuken .area .areaName:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
}
.todofuken .area.open .areaName {
  border-bottom: 3px solid #eee;
  background: #f2f2f2;
}
.todofuken .area.open .pref li:first-child .prefecture {
  border-top: none;
}
.todofuken .area .pref {
  height: 0;
  overflow: hidden;
  background: #fff;
  padding-left: 20px;
}
.todofuken .area.open .pref {
  height: auto;
}
.todofuken .area .pref .prefecture {
  display: block;
  padding: 17px 17px 17px 10px;
  font-size: 15px;
  color: #333;
  border-top: 1px solid #eee;
  position: relative;
}
.todofuken .area .pref .prefecture.ui-hover {
  background: #f9f9f9;
}
.todofuken .area .pref .prefecture:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
}

.todofuken .area .areaName:after,
.todofuken .area .pref .prefecture:after {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/lp_sp-icon-.png?id=20171004) no-repeat;
  background-size: 68px, 92px;
}

.todofuken .area .pref .prefecture:after {
  width: 9px;
  height: 17px;
  background-position: -6px 0;
}

.todofuken .area .areaName:after {
  width: 20px;
  height: 20px;
  background-position: -15px 0;
}

.todofuken .area.open .areaName:after {
  width: 20px;
  height: 20px;
  background-position: -35px 0;
}

/***************************************************
* event_type
***************************************************/
#event_type .event_type-box {
  padding: 20px 10px 10px;
  position: relative;
}
#event_type .event_type-box > ul > li {
  margin-bottom: 20px;
}
#event_type .event_type-box .m-list-01 > li {
  font-size: 12px;
  line-height: 1.4;
  padding: 0 0 .25rem 1rem;
  position: relative;
}
#event_type .event_type-box .m-list-01 > li:before {
  content: "✓";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#event_type .event_type-box .m-list-01 > li em {
  font-weight: bold;
  font-style: normal;
}
#event_type .event_type-box h3 {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 10px;
  width: 14vw;
  height: 14vw;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#event_type .event_type-box h3 span {
  color: #FFF;
  line-height: 1.25;
  text-align: center;
}
#event_type .event_type-box h4 {
  font-size: 13px;
  text-align: center;
  margin-bottom: 5px;
}
#event_type .event_type-box img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  max-height: 200px;
  object-fit: contain;
  -webkit-object-fit: contain;
  -webkit-object-position: center;
  image-rendering: pixelated;
  -webkit-touch-callout: none;
  pointer-events: none;
}
#event_type .event_type-box:nth-of-type(1) {
  background-color: #E6F4FD;
}
#event_type .event_type-box:nth-of-type(1) h3 {
  background-color: #2E52BC;
}
#event_type .event_type-box:nth-of-type(1) h4 {
  color: #2E52BC;
}
#event_type .event_type-box:nth-of-type(1) .m-list-01 > li:before {
  color: #2E52BC;
}
#event_type .event_type-box:nth-of-type(2) {
  background-color: #FFF1F0;
}
#event_type .event_type-box:nth-of-type(2) h3 {
  background-color: #EA4F77;
}
#event_type .event_type-box:nth-of-type(2) h4 {
  color: #EA4F77;
}
#event_type .event_type-box:nth-of-type(2) .m-list-01 > li:before {
  color: #EA4F77;
}
#event_type .event_type-voice {
  padding: 20px 10px 0;
}
#event_type .event_type-voice h3 {
  margin-bottom: 10px;
}
#event_type .event_type-voice li {
  font-size: 12px;
  line-height: 1.4;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #F5F2EA;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#event_type .event_type-voice li:before, #event_type .event_type-voice li:after {
  content: "";
  position: absolute;
  display: block;
}
#event_type .event_type-voice li:before {
  top: 2px;
  width: 68px;
  height: 70px;
  background: url(../img/lp_sp-icon-.png?id=20171004) no-repeat 0 -20px;
  background-size: 68px, 163px;
}
#event_type .event_type-voice li:after {
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
}
#event_type .event_type-voice li:last-child {
  margin-bottom: 0;
}
#event_type .event_type-voice li:nth-of-type(1) {
  margin-left: 68px;
}
#event_type .event_type-voice li:nth-of-type(1):before {
  left: -76px;
  background-position: 0 -91px;
}
#event_type .event_type-voice li:nth-of-type(1):after {
  left: -10px;
  border-width: 8px 10px 8px 0;
  border-color: transparent #F5F2EA transparent transparent;
}
#event_type .event_type-voice li:nth-of-type(2) {
  margin-right: 68px;
}
#event_type .event_type-voice li:nth-of-type(2):before {
  right: -76px;
  background-position: 0 -20px;
}
#event_type .event_type-voice li:nth-of-type(2):after {
  left: 100%;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #F5F2EA;
}

/***************************************************
* reserve
***************************************************/
#reserve ul > li {
  *zoom: 1;
  padding: 10px;
}
#reserve ul > li:after {
  content: "";
  display: table;
  clear: both;
}
#reserve ul > li img {
  width: 30%;
  float: left;
  margin: 0 15px 0 0;
  max-height: 300px;
  object-fit: contain;
  -webkit-object-fit: contain;
  -webkit-object-position: center;
  image-rendering: pixelated;
  -webkit-touch-callout: none;
  pointer-events: none;
}
#reserve ul > li h3 {
  line-height: 1.4;
}
#reserve ul > li h3 span {
  display: block;
  color: #4DA500;
  font-weight: normal;
}
#reserve ul > li h3 em {
  color: #F97DA9;
  font-weight: bold;
  font-style: normal;
}
#reserve ul > li p {
  font-size: 12px;
  line-height: 1.4;
}

/*# sourceMappingURL=lp_sp.css.map */
