<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600");
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-envelope-o:before {
  content: "\f003";
}

.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
  * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
  * Richard Clark (http://richclarkdesign.com)
  * http://cssreset.com
  */
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, sup, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, ::before, ::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
  }
}

body {
  position: relative;
  box-sizing: border-box;
  min-width: 1150px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
body * {
  word-break: break-all;
  word-wrap: break-word;
}

ol, ul {
  list-style: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

select::-ms-expand {
  display: none;
}

a {
  color: #04969b;
}
a:link, a:active, a:visited, a:hover, a:focus {
  text-decoration: none;
}

.container {
  position: relative;
  width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: auto;
  }
  .container.has-gutter {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container-small {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container-small {
    width: auto;
  }
  .container-small.has-gutter {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.switch {
  display: none;
}

/***********************************************************
#overview
フォント
***********************************************************/
/***********************************************************
#styleguide
游明朝

```
&lt;p class="f-mincho"&gt;游明朝フォント。游明朝フォント。游明朝フォント。游明朝フォント。&lt;/p&gt;
```
***********************************************************/
.f-mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***********************************************************
#styleguide
Oswald

```
&lt;p class="f-oswald"&gt;Oswald。Oswald。Oswald。Oswald。&lt;/p&gt;
```
***********************************************************/
.f-oswald {
  font-family: "Oswald", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***********************************************************
#styleguide
筑紫A丸ゴシック

```
&lt;p class="f-tsukuA"&gt;筑紫A丸ゴシック。筑紫A丸ゴシック。筑紫A丸ゴシック。筑紫A丸ゴシック。&lt;/p&gt;
```
***********************************************************/
.f-tsukuA {
  font-family: "fot-tsukuardgothic-std", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.l-header {
  position: relative;
  z-index: 9999;
  background: #fff;
}
.l-header__ico {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  margin: 0 5px;
}
.l-header__ico img {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #fff;
  }
}
.l-footer_nav {
  text-align: center;
  padding: 25.5px 0;
  background: #333;
}
.l-footer_backToTop a {
  display: block;
  width: 100%;
  padding-top: 12.66666%;
  background: #00703c url(/shokai/assets/img/cmn/footer_ico-angleUp_sp.png) no-repeat 50% 50%;
  background-size: 11.73333%;
}
.l-footer_line-instagram {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.l-footer_line-instagram img {
  display: inline-block;
  margin-right: 10px;
}
.l-footer_line-instagram .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer_line-instagram .pc {
    display: none;
  }
  .l-footer_line-instagram .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_logo {
    padding: 1.33333% 22.93333% 2.66666% 22.93333%;
  }
}
.l-footer_copyright {
  text-align: center;
  padding: 30px 0;
  background: #00703c;
  color: #fff;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .l-footer_copyright {
    padding: 2.93333% 0;
  }
}
.l-footer [id=backtotop] {
  display: none;
  position: fixed;
  z-index: 60;
  right: 10px;
  bottom: 10px;
  width: 73px;
  height: 73px;
}

.l-main {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-main.is-fixed {
    padding-top: 60px !important;
  }
}

.c-row {
  display: block;
  width: 100%;
  font-size: 0;
}

.c-row_item {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.6rem;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .c-row.is-top--pc &gt; .c-row_item {
    vertical-align: top !important;
  }
  .c-row.is-middle--pc &gt; .c-row_item {
    vertical-align: middle !important;
  }
  .c-row.is-bottom--pc &gt; .c-row_item {
    vertical-align: bottom !important;
  }
  .c-row.is-justify--pc {
    text-align: justify;
    text-justify: distribute-all-lines;
  }
  .c-row.is-justify--pc:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .c-row_item.is-fifth--pc {
    width: 20%;
  }
  .c-row_item.is-quart--pc {
    width: 25%;
  }
  .c-row_item.is-thirds--pc {
    width: 33.33333%;
  }
  .c-row_item.is-half--pc {
    width: 50%;
  }
  .c-row_item.is-full--pc {
    width: 100%;
  }
  .c-row_item.is-1of12--pc {
    width: 8.33333%;
  }
  .c-row_item.is-2of12--pc {
    width: 16.66666%;
  }
  .c-row_item.is-3of12--pc {
    width: 25%;
  }
  .c-row_item.is-4of12--pc {
    width: 33.33333%;
  }
  .c-row_item.is-5of12--pc {
    width: 41.66666%;
  }
  .c-row_item.is-6of12--pc {
    width: 50%;
  }
  .c-row_item.is-7of12--pc {
    width: 58.33333%;
  }
  .c-row_item.is-8of12--pc {
    width: 66.66666%;
  }
  .c-row_item.is-9of12--pc {
    width: 75%;
  }
  .c-row_item.is-10of12--pc {
    width: 83.33333%;
  }
  .c-row_item.is-11of12--pc {
    width: 91.66666%;
  }
  .c-row_item.is-12of12--pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-row.is-top--sp &gt; .c-row_item {
    vertical-align: top !important;
  }
  .c-row.is-middle--sp &gt; .c-row_item {
    vertical-align: middle !important;
  }
  .c-row.is-bottom--sp &gt; .c-row_item {
    vertical-align: bottom !important;
  }
  .c-row.is-justify--sp {
    text-align: justify;
    text-justify: distribute-all-lines;
  }
  .c-row.is-justify--sp:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .c-row_item.is-fifth--sp {
    width: 20%;
  }
  .c-row_item.is-quart--sp {
    width: 25%;
  }
  .c-row_item.is-thirds--sp {
    width: 33.33333%;
  }
  .c-row_item.is-half--sp {
    width: 50%;
  }
  .c-row_item.is-full--sp {
    width: 100%;
  }
  .c-row_item.is-1of12--sp {
    width: 8.33333%;
  }
  .c-row_item.is-2of12--sp {
    width: 16.66666%;
  }
  .c-row_item.is-3of12--sp {
    width: 25%;
  }
  .c-row_item.is-4of12--sp {
    width: 33.33333%;
  }
  .c-row_item.is-5of12--sp {
    width: 41.66666%;
  }
  .c-row_item.is-6of12--sp {
    width: 50%;
  }
  .c-row_item.is-7of12--sp {
    width: 58.33333%;
  }
  .c-row_item.is-8of12--sp {
    width: 66.66666%;
  }
  .c-row_item.is-9of12--sp {
    width: 75%;
  }
  .c-row_item.is-10of12--sp {
    width: 83.33333%;
  }
  .c-row_item.is-11of12--sp {
    width: 91.66666%;
  }
  .c-row_item.is-12of12--sp {
    width: 100%;
  }
}
/***********************************************************
#overview
コンポーネント
***********************************************************/
/***********************************************************
#colors

@$brand #047138
@$emphasis #d90000
***********************************************************/
/***********************************************************
#styleguide
input テキスト

```
&lt;input type="text" class="c-inputTxt"&gt;
```
***********************************************************/
.c-inputTxt {
  padding: 8px;
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
  appearance: none;
}
.c-inputTxt:focus {
  border-color: #5cb3fd;
  outline: none;
}
.c-inputTxt.is-error {
  border-color: #d90000;
}
.c-inputTxt.is-error:focus {
  border-color: #5cb3fd;
  outline: none;
}

.c-inputCheck {
  display: inline-block;
  cursor: pointer;
}
.c-inputCheck input[type=checkbox] {
  display: none;
}
.c-inputCheck input[type=checkbox]:checked + span:before {
  background: url(/shokai/assets/img/cmn/ico-checkbox-checked_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .c-inputCheck input[type=checkbox]:checked + span:before {
    background-image: url(/shokai/assets/img/cmn/ico-checkbox-checked_sp.png);
    background-size: contain;
  }
}
.c-inputCheck span:before {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  width: 23px;
  height: 18px;
  margin-right: 5px;
  background: url(/shokai/assets/img/cmn/ico-checkbox_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .c-inputCheck span:before {
    background-image: url(/shokai/assets/img/cmn/ico-checkbox_sp.png);
    background-size: contain;
  }
}

/***********************************************************
#styleguide
強調色

```
&lt;h1 class="c-emphasis"&gt;テキストテキスト&lt;/h1&gt;
```
***********************************************************/
.c-emphasis, .p-userName span:last-child {
  color: #d90000;
}

/***********************************************************
#overview
プロジェクト
***********************************************************/
/***********************************************************
#styleguide
ページの見出し

フォントサイズ28px、太さボールド、
色はブランドカラーで下線をつける見出し

```
&lt;h1 class="p-pageTopHeading f-tsukuA"&gt;お知らせ&lt;/h1&gt;
```
***********************************************************/
.p-pageTopHeading {
  color: #00703c;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-pageTopHeading {
    margin-top: 15px;
    margin-bottom: 12px;
  }
}
.p-pageTopHeading:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00703c;
}
@media screen and (max-width: 767px) {
  .p-pageTopHeading:before {
    bottom: -10px;
  }
}
.p-pageTopHeading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00703c;
}
@media screen and (max-width: 767px) {
  .p-pageTopHeading:after {
    bottom: -12px;
  }
}

/***********************************************************
#styleguide
ページの見出し下にある概要

フォントサイズ15px、line-height 2。

```
&lt;p class="p-pageTopDesc"&gt;文章、概要など。文章、概要など。
文章、概要など。文章、概要など。文章、概要など。文章、概要など。文章、概要など。
文章、概要など。文章、概要など。文章、概要など。文章、概要など。
文章、概要など。文章、概要など。文章、概要など。文章、概要など。文章、概要など。&lt;/p&gt;
```
***********************************************************/
.p-pageTopDesc {
  padding: 18px 0;
  font-size: 15px;
  line-height: 2;
}
.p-pageTopDesc a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-pageTopDesc {
    padding: 12px 9.33333%;
  }
}

.p-pcNav-wrapper {
  background: #00703c;
}
.p-pcNav-wrapper.is-fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  left: 0;
}

.p-pcNav {
  display: block;
  font-size: 0;
}

.p-pcNav_item {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
.p-pcNav_item.is-current a,
.p-pcNav_item.is-current span {
  background: #03a95c;
}
.p-pcNav_item.is-current .js-dropdown-content a,
.p-pcNav_item.is-current .js-dropdown-content span {
  background: #fbf1d9;
}
.p-pcNav_item.is-current .js-dropdown-content a:hover,
.p-pcNav_item.is-current .js-dropdown-content span:hover {
  background: #03a95c;
}
.p-pcNav_item a,
.p-pcNav_item span {
  display: block;
  position: relative;
  padding: 19px 23px;
  color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.5s;
}
.p-pcNav_item a:hover,
.p-pcNav_item span:hover {
  background: #03a95c;
}

.p-pcNav_favorite {
  display: inline-block;
  float: right;
  width: 234px;
  padding: 10px 0 0;
}
.p-pcNav_favorite &gt; * {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.p-pcNav_favorite a {
  background: #00703c;
  color: #fff;
  border: solid 1px #71af92;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 8px 0 9px 15px;
  line-height: 1;
  font-size: 18px;
  position: relative;
  transition-property: background-color, color;
  transition-duration: 0.5s;
}
.p-pcNav_favorite a:hover {
  background: #03a95c;
}
.p-pcNav_favorite a &gt; * {
  vertical-align: middle;
}
.p-pcNav_favorite a span {
  font-size: 15px;
}
.p-pcNav_favorite a span.number {
  font-size: 29px;
  color: #efce4a;
  position: absolute;
  top: 5px;
  right: 26px;
}
.p-pcNav_favorite a img {
  padding-right: 9px;
}
.p-pcNav_favorite.is-current a,
.p-pcNav_favorite.is-current span {
  background: #03a95c;
}
.p-pcNav_favorite.is-current .js-dropdown-content a,
.p-pcNav_favorite.is-current .js-dropdown-content span {
  background: #fbf1d9;
}
.p-pcNav_favorite.is-current .js-dropdown-content a:hover,
.p-pcNav_favorite.is-current .js-dropdown-content span:hover {
  background: #03a95c;
}

@media screen and (min-width: 768px) {
  .js-dropdown-point {
    position: relative;
  }
  .js-dropdown-point &gt; span {
    cursor: default;
  }
  .js-dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 50;
    top: 60px;
    left: 0;
    width: 100%;
  }
  .js-dropdown-content li + li {
    border-top: 1px solid #fff;
  }
  .js-dropdown-content a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.3rem;
    background: #fbf1d9;
    color: #00703c;
  }
  .js-dropdown-content a:hover {
    background: #03a95c;
    color: #fff;
  }
  .js-dropdown-content.is-open {
    display: block;
  }
  .p-pcNav li:nth-child(1) .js-dropdown-content {
    width: 260px;
  }
  .p-pcNav li:nth-child(2) .js-dropdown-content {
    width: 205px;
  }
  .p-pcNav li:nth-child(3) .js-dropdown-content {
    width: 220px;
  }
  .p-pcNav li:nth-child(4) .js-dropdown-content {
    width: 260px;
  }
  .p-pcNav li:nth-child(5) .js-dropdown-content {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .p-spHeader_tit {
    width: 46.26666%;
    font-size: 0;
  }
  .p-spHeader_btn {
    width: 18.66666%;
    text-align: center;
    vertical-align: middle;
  }
  .p-spHeader_toggleMenu {
    width: 16.4%;
    vertical-align: middle;
  }
  .p-spHeader_toggleMenu img:first-child {
    display: block;
  }
  .p-spHeader_toggleMenu img:last-child {
    display: none;
  }
  .p-spHeader_toggleMenu.is-open img:first-child {
    display: none;
  }
  .p-spHeader_toggleMenu.is-open img:last-child {
    display: block;
  }
}
.p-spNav-wrapper {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.p-spNav {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
.p-spNav .js-pulldown {
  padding: 5.21512% 6.5189%;
  background: url("/shokai/assets/img/search/ico-open_sp.png");
  background-position-y: center;
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 13px;
}
.p-spNav .js-pulldown.active {
  background: url("/shokai/assets/img/search/ico-close02_sp.png");
  background-position-y: center;
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 13px;
}
.p-spNav .js-pulldown-content {
  display: none;
  padding: 0 15px;
  background: #00a057;
}
.p-spNav .js-pulldown-content ul li {
  border-top: 1px solid #0b703c;
}
.p-spNav .js-pulldown-content ul li:nth-child(1) {
  border-top: none;
}
.p-spNav .js-pulldown-content ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 5.21512% 6.5189%;
  position: relative;
}
.p-spNav .js-pulldown-content ul li a:after {
  content: "\f105";
  position: absolute;
  top: 40%;
  right: 5%;
  font-family: FontAwesome;
  font-size: 5.21512vw;
  line-height: 1;
}

.p-spNav_favorite a {
  width: 100%;
  background: #00703c;
  color: #fff;
  border: solid 1px #71af92;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 13px 0 13px 15px;
  line-height: 1;
  font-size: 18px;
  position: relative;
  transition-property: background-color, color;
  transition-duration: 0.5s;
}
.p-spNav_favorite a img {
  padding-right: 2px;
}
.p-spNav_favorite a span {
  font-size: 16px;
  vertical-align: middle;
}
.p-spNav_favorite a span.number {
  font-size: 29px;
  color: #efce4a;
  position: absolute;
  top: 8px;
  right: 26px;
}

.p-spNav_item {
  background: #00703c;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  /*padding: ratio(40px, 767px) ratio(50px, 767px);*/
  color: #fff;
  font-size: 4.30247vw;
}
.p-spNav_item + .p-spNav_item {
  border-top: 1px solid rgba(255, 255, 255, 0.4392156863);
}
.p-spNav_item.is-current {
  /*background: #03a95c;*/
}
.p-spNav_target {
  padding: 5.21512% 6.5189%;
}
.p-spNav_target span {
  vertical-align: bottom;
}
.p-spNav_target span.number {
  font-size: 29px;
  font-size: 6.7vw;
  font-weight: bold;
  color: #efce4a;
  position: absolute;
  bottom: 24%;
  padding-left: 3%;
}
.p-spNav_target:hover {
  text-decoration: none;
}
.p-spNav_target:after {
  content: "\f105";
  position: absolute;
  top: 40%;
  right: 5%;
  font-family: "FontAwesome";
  font-size: 5.21512vw;
  line-height: 1;
}
.p-spNav_item.hasnot-icon .p-spNav_target:after {
  content: none;
}
.p-spNav_target.-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.p-spNav_target.-img img {
  width: 25px;
}
.p-spNav_target_link {
  background: #fff;
  color: #00703c;
  border-radius: 50px;
  padding: 8px 23px;
  font-size: 14px;
  font-weight: 700;
}
.p-spNav_target_link.con {
  background: #efce4a;
}

.p-overlay {
  display: none;
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.p-userName {
  display: inline-block;
  padding-right: 15px;
  line-height: 1.3;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-userName {
    padding-right: 5px;
    font-size: 3vw;
  }
}
.p-userName span:first-child {
  display: block;
}
.p-userName span:last-child {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-userName span:last-child {
    font-size: 3vw;
  }
}

.js-loginBtn,
.js-logoutBtn {
  cursor: pointer;
}

.js-loginHide,
.js-logoutHide {
  display: none;
}

.p-footNav {
  display: block;
  width: 800px;
  margin: 0 auto;
  font-size: 0;
}

.p-footNav_item {
  display: inline-block;
  font-size: 14px;
}
.p-footNav_item a {
  display: block;
  padding: 14px 20px;
  color: #fff;
}
.p-footNav_item a:hover {
  text-decoration: underline;
}
.p-footNav_item span {
  display: block;
  padding: 15px 20px;
  color: #fff;
}

.p-bnrBlock {
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  .p-bnrBlock {
    padding-top: 6.66666%;
    padding-right: 3.33333%;
    padding-bottom: 6.66666%;
    padding-left: 3.33333%;
  }
}
.p-bnrBlock-beige {
  background-color: #f8f0dd;
}

.p-bnrBlock_row {
  display: block;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .p-bnrBlock_row-01 {
    text-align: justify;
  }
  .p-bnrBlock_row-01:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.p-bnrBlock_row.-line {
  width: 80%;
  margin: auto;
}
.p-bnrBlock_row.-line:hover {
  opacity: 0.7;
}

.p-bnrBlock_item {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-bnrBlock_item + .p-bnrBlock_item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnrBlock_item-01 {
    width: 48.59154%;
    margin-bottom: 2.8169%;
  }
}
@media screen and (max-width: 767px) {
  .p-bnrBlock_item-02 {
    width: 48.59154%;
    margin-bottom: 2.8169%;
  }
}
@media screen and (max-width: 767px) {
  .p-bnrBlock_item-03 {
    width: 48.59154%;
  }
}
@media screen and (max-width: 767px) {
  .p-bnrBlock_item-04 {
    margin-bottom: 3.94366%;
  }
}
/***********************************************************
#styleguide
パンくずリスト

```
&lt;ul class="p-breadcrumb"&gt;
  &lt;li class="p-breadcrumb_item"&gt;&lt;a href="/shokai/"&gt;みのり商会ホーム&lt;/a&gt;&lt;/li&gt;
  &lt;li class="p-breadcrumb_item"&gt;会員ログイン&lt;/li&gt;
&lt;/ul&gt;
```
***********************************************************/
.p-breadcrumb {
  display: block;
  padding: 15px 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    display: none;
  }
}

.p-breadcrumb_item {
  display: inline-block;
  font-size: 14px;
}
.p-breadcrumb_item + .p-breadcrumb_item:before {
  content: "&gt;";
  display: inline-block;
  margin: 0 5px;
}
.p-breadcrumb_item a:hover {
  text-decoration: underline;
}

.p-loginForm {
  width: 510px;
  margin: 0 auto 36px;
  padding: 20px 55px 24px;
  background: #eff3f2;
}
@media screen and (max-width: 767px) {
  .p-loginForm {
    width: auto;
    padding-right: 10%;
    padding-left: 10%;
  }
}
.p-loginForm_message {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.p-loginForm_message a {
  font-size: 14px;
}
.p-loginForm_message a:hover {
  text-decoration: underline;
}
.p-loginForm_head {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.p-loginForm_forget {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.p-loginForm_forget a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
.p-loginForm_forget a:hover {
  text-decoration: underline;
}
.p-loginForm_btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-loginForm_btn input {
    width: 64.33333%;
  }
  .reissue .p-loginForm_btn input {
    width: 100%;
  }
}
.p-loginForm .c-inputTxt {
  width: 100%;
  margin-bottom: 24px;
}

.p-welcome {
  padding: 15px 0;
  background: #f6ca5a;
}
.p-welcome_left {
  float: left;
  width: 830px;
  background: #f7e6ad;
  border-radius: 4px;
  padding: 20px 15px 19px 10px;
}
.p-welcome_right {
  text-align: center;
  float: right;
  width: 294px;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 0;
}
.p-welcome_right h3 {
  margin-bottom: 15px;
}
.p-welcome_right p {
  margin-bottom: 8px;
}
.p-welcome_title {
  color: #4b352d;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-left: 10px;
}
.p-welcome_title-key {
  color: #d90000;
}
.p-welcome_title-sub {
  color: #4b352d;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  line-height: 1;
}
.p-welcome_loginNew {
  float: left;
  width: 355px;
}
.p-welcome_loginExisting {
  float: right;
  width: 430px;
  padding-top: 10px;
  letter-spacing: -0.5em;
}
.p-welcome_loginExisting dt, .p-welcome_loginExisting dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.p-welcome_loginExisting dd {
  width: 384px;
  padding-left: 10px;
}
.p-welcome_loginExisting_top {
  margin-bottom: 12px;
}
.p-welcome_loginExisting_bottom {
  text-align: right;
  vertical-align: middle;
}
.p-welcome_loginExisting_bottom a {
  vertical-align: middle;
  font-size: 13px;
  color: #4b352d;
  margin-right: 4%;
}
.p-welcome_loginExisting_bottom a:hover {
  text-decoration: underline;
}
.p-welcome_input-mail {
  width: 56%;
  margin-right: 4%;
}
.p-welcome_input-pw {
  width: 40%;
}
.p-welcome_errorMessage {
  text-align: center;
  margin: 5px 0;
  color: #d90000;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-welcome_left {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .p-welcome_right {
    float: none;
    width: auto;
  }
  .p-welcome_right .tag1 {
    width: 74.72222%;
    margin: 0 auto 10px;
  }
  .p-welcome_right .tag2 {
    width: 93.05555%;
    margin: 0 auto 10px;
  }
  .p-welcome_right .tag3 {
    width: 84.16666%;
    margin: 0 auto 10px;
  }
  .p-welcome_right .tag4 {
    width: 93.05555%;
    margin: 0 auto;
  }
  .p-welcome_title {
    font-size: 25px;
    display: block;
    text-align: center;
  }
  .p-welcome_title-sub {
    display: block;
    font-size: 15px;
    margin: 5px 0 0;
  }
  .p-welcome_login {
    text-align: center;
    padding: 0 2%;
  }
  .p-welcome_loginNew {
    float: none;
    width: 90.21582%;
    margin: 0 auto;
  }
  .p-welcome_loginExisting {
    float: none;
    width: auto;
    padding-top: 20px;
  }
  .p-welcome_loginExisting dt, .p-welcome_loginExisting dd {
    display: block;
    width: auto;
    padding-left: 0;
  }
  .p-welcome_loginExisting_bottom {
    text-align: center;
  }
  .p-welcome_loginExisting_bottom a {
    margin: 0 10px 10px;
    display: inline-block;
  }
  .p-welcome_loginExisting_bottom input {
    display: block;
    width: 56.35036%;
    margin: 0 auto;
  }
  .p-welcome_input {
    display: block;
  }
  .p-welcome_input-mail, .p-welcome_input-pw {
    width: 100%;
    margin: 8px 0 0;
  }
  .p-welcome_errorMessage {
    margin: 10px 0 0;
    font-size: 16px;
  }
}
/***********************************************************
#styleguide
フォーム関連

```
&lt;div class="p-form"&gt;
  &lt;div class="p-form_item"&gt;
    &lt;div class="p-form_head"&gt;会社名&lt;/div&gt;
    &lt;div class="p-form_data"&gt;&lt;input type="text" class="c-inputTxt"&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="p-form_item is-required"&gt;
    &lt;div class="p-form_head"&gt;電話番号&lt;/div&gt;
    &lt;div class="p-form_data"&gt;&lt;input type="text" class="c-inputTxt"&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="p-form_item p-form_item-name is-required"&gt;
    &lt;div class="p-form_head"&gt;お名前&lt;/div&gt;
    &lt;div class="p-form_data"&gt;
      &lt;label class="u-mr21--pc u-mr21--sp"&gt;姓&lt;input type="text" class="c-inputTxt"&gt;&lt;/label&gt;
      &lt;label&gt;名&lt;input type="text" class="c-inputTxt"&gt;&lt;/label&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
```
***********************************************************/
.p-form {
  margin: 20px 0 80px;
  padding: 35px 180px;
  background: #eff3f2;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
  }
}
.p-form_item {
  display: block;
  width: 100%;
  margin-bottom: 26px;
  font-size: 0;
}
.p-form_item textarea {
  resize: none;
}
.p-form_head {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 192px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-form_head {
    display: block;
    width: auto;
    margin-bottom: 10px;
    padding: 0;
  }
}
.p-form_item.is-required &gt; .p-form_head:after {
  content: "必須";
  display: inline-block;
  text-align: center;
  vertical-align: 2px;
  width: 37px;
  height: 22px;
  margin-left: 5px;
  padding: 4px 0;
  background: #e36521;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.p-form_sectionHead {
  margin-bottom: 10px;
  font-size: 16px;
}
.p-form_data {
  display: inline-block;
  vertical-align: middle;
  width: 428px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 21px;
}
@media screen and (max-width: 767px) {
  .p-form_data {
    display: block;
    width: auto;
  }
}
.p-form_data .c-inputTxt {
  width: 100%;
}
.p-form_item-no .p-form_data .c-inputTxt {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-form_item-no .p-form_data .c-inputTxt {
    width: 100%;
  }
}
.p-form_item-name .p-form_data .c-inputTxt {
  width: 170px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-form_item-name .p-form_data .c-inputTxt {
    width: 70%;
  }
}
.p-form_item-addr .p-form_data .c-inputTxt:first-child {
  width: 160px;
  margin-left: 10px;
}
.p-form_data select {
  height: 30px;
  background: white;
  font-weight: normal;
}
.p-form_lastname, .p-form_firstname {
  display: table;
  float: left;
}
@media screen and (max-width: 767px) {
  .p-form_lastname, .p-form_firstname {
    display: block;
    width: 50%;
  }
}
.p-form_lastname {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .p-form_lastname {
    margin-right: 0;
  }
}
.p-form_select {
  width: 190px;
  padding: 9px;
  background-color: #fff;
  background-image: url(/shokai/assets/img/cmn/btn-selectTab.png);
  background-repeat: no-repeat;
  background-position: 99% 49%;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  font-weight: normal;
  cursor: pointer;
  appearance: none;
}
.p-form_select:focus {
  outline: none;
  border-color: #5cb3fd;
}
@media screen and (max-width: 767px) {
  .p-form_select {
    background-image: url(/shokai/assets/img/cmn/btn-selectTab_sp.png);
    background-size: 20%;
  }
}
.p-form_notes {
  margin-bottom: 40px;
  padding: 5px 20px;
  text-align: center;
  background: #fbe6b0;
  border-radius: 30px;
  color: #4b352d;
  font-size: 17px;
  font-weight: bold;
}
.p-form_submit {
  text-align: center;
}
.signup-confirm .p-form_submit {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .signup-confirm .p-form_submit {
    width: 100%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-form_submit input {
    width: 100%;
    margin: 0 auto;
  }
}
.p-form_error {
  margin-top: 5px;
  color: #d90000;
  font-size: 15px;
}
.p-form_error-weak {
  color: #aaa;
  font-size: 14px;
}
.p-form .Error {
  margin-bottom: 5px;
  color: #dc3545;
}

/***********************************************************
#styleguide
物件情報1件

メモ
.p-index.is-lock : transformやtext-decorationを無効
.p-index.is-private : 会員限定アイコン表示
.p-index-{ラベル}
uritoti, urijutaku, sonotauri, urimanshon, tintai, tintaijigyo, kasitoti

```
&lt;div class="p-index p-index-uritoti is-lock is-private"&gt;
  &lt;a href="#" class="p-index_target"&gt;
    &lt;figure class="p-index_photo"&gt;
      &lt;img src="/shokai/assets/img/bukken/dummy.jpg" alt="ダミー"&gt;
    &lt;/figure&gt;
    &lt;div class="p-index_info"&gt;
      &lt;p class="p-index_school"&gt;高浜小学校、高浜中学校&lt;/p&gt;
      &lt;p class="p-index_area"&gt;松山市(高浜・三津)&lt;/p&gt;
      &lt;h6 class="p-index_addr"&gt;高浜町1丁目乙60-425&lt;/h6&gt;
      &lt;p class="p-index_breadth"&gt;236.59m2（71.56坪）&lt;/p&gt;
      &lt;p class="p-index_point"&gt;セールスポイントなどセールスポイントなどセールスポイントなどセールスポイントなど&lt;/p&gt;
      &lt;p class="p-index_price"&gt;&lt;span&gt;1,646&lt;/span&gt;万円&lt;/p&gt;
      &lt;!-- &lt;div class="p-index_unlock"&gt;
        &lt;a href="/shokai/login/"&gt;&lt;img src="/shokai/assets/img/bukken/btn-login_pc.png"&gt;&lt;/a&gt;
        &lt;a href="/shokai/signup/"&gt;&lt;img src="/shokai/assets/img/bukken/btn-signup_pc.png"&gt;&lt;/a&gt;
      &lt;/div&gt; --&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
```
***********************************************************/
#js-template {
  display: none !important;
}

.p-index-wrapper .p-index {
  margin-right: 60px;
}
.home .p-index-wrapper .p-index {
  margin-right: 40px;
}
.p-index-wrapper .p-index:nth-child(4n) {
  margin-right: 0;
}
.home .p-index-wrapper .p-index:nth-child(4n) {
  margin-right: 0;
}
.p-index-wrapper [id=js-message] p {
  text-align: center;
  margin: 60px 0;
  font-size: 20px;
  font-weight: bold;
}

.p-check-menu {
  background-color: #f0f3f2;
  letter-spacing: -0.5em;
  text-align: center;
  height: 60px;
  margin: -45px 0 63px;
  border-radius: 5px;
  position: relative;
}
.p-check-menu &gt; * {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.p-check-menu p {
  display: inline-block;
  font-size: 16px;
  padding: 17px 0 17px 39px;
  background: url(/shokai/assets/img/favorite/ico_check_pc.png) no-repeat left center;
}
.p-check-menu .p-check-register {
  width: 300px;
  background: #00703c;
  color: #fff;
  border-radius: 50px;
  margin-left: 24px;
}
.p-check-menu .p-check-contact {
  width: 300px;
  background: #8cad4f;
  color: #fff;
  border-radius: 50px;
  margin-left: 24px;
}
.p-check-menu a {
  color: #fff;
  display: block;
  padding: 10px 0;
  line-height: 1;
  font-size: 18px;
  height: 42px;
}
.p-check-menu a &gt; * {
  vertical-align: middle;
}
.p-check-menu a img {
  padding-right: 12px;
}
.p-check-menu:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 11px 0 11px;
  border-color: #f0f3f2 transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 25px;
}
.p-check-menu.foot {
  max-width: 980px;
  margin: auto;
  background: none;
}
.p-check-menu.foot p {
  color: #fff;
}
.p-check-menu.foot .p-check-register {
  max-width: 275px;
  width: 29%;
  border-radius: 0;
  margin-left: 20px;
}
.p-check-menu.foot .p-check-contact {
  max-width: 275px;
  width: 29%;
  border-radius: 0;
  margin-left: 0;
}
.p-check-menu.foot a {
  padding: 19px 0;
  height: 60px;
}
.p-check-menu.foot a img {
  padding-right: 12px;
}
.p-check-menu.foot:after {
  display: none;
}

.p-check-menu-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 51;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-check-menu {
    display: none;
    text-align: center;
    height: 95px;
    margin: -45px 0 63px;
    border-radius: 5px;
    position: relative;
  }
  .p-check-menu &gt; * {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .p-check-menu .p-check-text {
    display: block;
  }
  .p-check-menu .p-check-text p {
    font-size: 13px;
    padding: 8px 0 8px 32px;
    background: url(/shokai/assets/img/favorite/ico_check_pc.png) no-repeat left center;
    background-size: 20px;
  }
  .p-check-menu a {
    padding: 10px 0;
    font-size: 13px;
  }
  .p-check-menu a &gt; * {
    vertical-align: middle;
  }
  .p-check-menu a img {
    padding-right: 12px;
  }
  .p-check-menu:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 11px 0 11px;
    border-color: #f0f3f2 transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    left: 25px;
  }
  .p-check-menu.foot {
    display: block;
    max-width: inherit;
    background: none;
  }
  .p-check-menu.foot .p-check-register {
    max-width: inherit;
    width: 50%;
    margin-left: 0;
  }
  .p-check-menu.foot .p-check-contact {
    max-width: inherit;
    width: 50%;
  }
  .p-check-menu.foot a {
    padding: 23px 0;
    height: 60px;
  }
  .p-check-menu.foot a &gt; * {
    vertical-align: bottom;
  }
  .p-check-menu.foot a img {
    padding-right: 8px;
    height: 14px;
  }
  .p-check-menu.foot:after {
    display: none;
  }
}
.p-index {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 200px;
  position: relative;
}

.p-index_target {
  display: block;
  position: relative;
  color: inherit;
}

.p-index_target:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 22px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.p-index-10100 .p-index_target:before {
  background-image: url(/shokai/assets/img/cmn/label-ico10100_pc.png);
}
.p-index-10200 .p-index_target:before {
  background-image: url(/shokai/assets/img/cmn/label-ico10200_pc.png);
}
.p-index-10300 .p-index_target:before {
  background-image: url(/shokai/assets/img/cmn/label-ico10300_pc.png);
}
.p-index-10400 .p-index_target:before {
  background-image: url(/shokai/assets/img/cmn/label-ico10400_pc.png);
}
.p-index-10500 .p-index_target:before {
  background-image: url(/shokai/assets/img/cmn/label-ico10500_pc.png);
}
.p-index-20100 .p-index_target:before {
  background-image: url(/shokai/assets/img/cmn/label-ico20100_pc.png);
}
.p-index-20200 .p-index_target:before {
  background-image: url(/shokai/assets/img/cmn/label-ico20200_pc.png);
}
.p-index-20300 .p-index_target:before {
  background-image: url(/shokai/assets/img/cmn/label-ico20300_pc.png);
}
.p-index-20400 .p-index_target:before {
  background-image: url(/shokai/assets/img/cmn/label-ico20400_pc.png);
}

.p-index_target:after {
  content: "";
  display: none;
  position: absolute;
  z-index: 3;
  top: -10px;
  right: -10px;
  width: 100%;
  padding-top: 54px;
  background: url(/shokai/assets/img/bukken/ico-private_pc.png) no-repeat 100% 50%;
}
.p-index.is-private .p-index_target:after {
  display: block;
}

.p-index_photo {
  overflow: hidden;
  margin-bottom: 10px;
}
.p-index_photo &gt; div {
  padding-top: 140px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.6s;
}
.p-index_target:hover .p-index_photo &gt; div {
  transform: scale(1.2);
}
.p-index.is-lock .p-index_target:hover .p-index_photo &gt; div {
  transform: none;
}
.p-index_photo &gt; div.has-privateBG {
  background-image: url(/shokai/assets/img/bukken/img-private_pc.png);
}

.p-index_info {
  line-height: 1.2;
}
.p-index_info &gt; * {
  margin-bottom: 5px;
}

.p-index_block {
  display: table;
  width: 100%;
  min-height: 62px;
  padding-left: 42px;
}
.p-index_block &gt; * {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-index_block {
    display: block;
    min-height: inherit;
    padding-left: 0;
    padding-top: 35px;
  }
  .p-index_block &gt; * {
    display: block;
  }
}

.p-index_check {
  /*width: 42px;*/
  width: 30px;
  height: 62px;
  position: absolute;
  top: 172px;
}
.p-index_check input {
  position: absolute;
  /*top: 34px;
  left: 5px;*/
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  /*width: 20px;
  height: 20px;*/
  width: 30px;
  height: 62px;
  margin: 0;
  cursor: pointer;
}
.p-index_check input[type=checkbox] + label {
  text-indent: -9999px;
  display: block;
  background-image: url(/shokai/assets/img/favorite/bg_checkbox_off.png);
  background-size: 20px;
  background-position: left 4px center;
  background-repeat: no-repeat;
  border: solid 1px #f0f3f2;
  padding: 4px 0 0 28px;
  width: 30px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-index_check input[type=checkbox]:checked + label {
  background-color: #f0f3f2;
  background-image: url(/shokai/assets/img/favorite/bg_checkbox_on.png);
  background-size: 22px;
  background-position: left 4px center;
}
.p-index_check .disable {
  text-indent: -9999px;
  width: 30px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: auto;
}
@media screen and (max-width: 767px) {
  .p-index_check {
    /*width: auto;*/
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    top: 47%;
    top: 37.7vw;
    box-sizing: content-box;
  }
  .p-index_check.check {
    background-color: #f0f3f2;
  }
  .p-index_check .p-index_inner {
    position: relative;
    /*width: 50px;*/
    width: 100%;
    /*height: 28px;*/
    height: 30px;
    margin: auto;
    border: solid 1px #f0f3f2;
  }
  .p-index_check input {
    position: absolute;
    /*top: 6px;
    left: auto;
    right: 2px;
    width: 18px;
    height: 18px;*/
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
  }
  .p-index_check input[type=checkbox] + label {
    background-image: url(/shokai/assets/img/favorite/bg_checkbox_sp_off.png);
    background-size: 50px;
    background-position: top 2.5px center;
    border: none;
    /*width: 50px;*/
    width: 100%;
    height: 28px;
  }
  .p-index_check input[type=checkbox]:checked + label {
    background-image: url(/shokai/assets/img/favorite/bg_checkbox_sp_on.png);
    background-size: 50px;
    background-position: top 2.5px center;
  }
  .p-index_check .disable {
    width: 100%;
    height: 28px;
  }
}

.p-index_school {
  font-size: 12px;
}

.p-index_area {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}

.p-index_addr {
  font-size: 15px;
  font-weight: bold;
}
.p-index_target:hover .p-index_addr {
  text-decoration: underline;
}
.p-index.is-lock .p-index_target:hover .p-index_addr {
  text-decoration: none;
}

.p-index_point {
  font-size: 14px;
}

.p-index_breadth {
  font-size: 14px;
}

.p-index_price {
  font-size: 14px;
  font-weight: bold;
}
.p-index_price span {
  color: #d90000;
  font-size: 16px;
}

.p-index_unlock {
  font-size: 0;
}
.p-index_unlock a {
  display: inline-block;
}
.p-index_unlock a:first-child {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .p-index-wrapper .p-index {
    margin-right: 3.88888%;
  }
  .home .p-index-wrapper .p-index {
    margin-right: 3.88888%;
  }
  .p-index-wrapper .p-index:nth-child(2n) {
    margin-right: 0;
  }
  .home .p-index-wrapper .p-index:nth-child(2n) {
    margin-right: 0;
  }
  .p-index-wrapper [id=js-message] p {
    text-align: center;
    margin: 10px 0 30px;
    font-size: 16px;
    font-weight: bold;
  }
  .p-index_target:before {
    padding-top: 11.5942%;
    background-size: contain;
  }
  .p-index-10100 .p-index_target:before {
    background-image: url(/shokai/assets/img/cmn/label-ico10100_sp.png);
  }
  .p-index-10200 .p-index_target:before {
    background-image: url(/shokai/assets/img/cmn/label-ico10200_sp.png);
  }
  .p-index-10300 .p-index_target:before {
    background-image: url(/shokai/assets/img/cmn/label-ico10300_sp.png);
  }
  .p-index-10400 .p-index_target:before {
    background-image: url(/shokai/assets/img/cmn/label-ico10400_sp.png);
  }
  .p-index-10500 .p-index_target:before {
    background-image: url(/shokai/assets/img/cmn/label-ico10500_sp.png);
  }
  .p-index-20100 .p-index_target:before {
    background-image: url(/shokai/assets/img/cmn/label-ico20100_sp.png);
  }
  .p-index-20200 .p-index_target:before {
    background-image: url(/shokai/assets/img/cmn/label-ico20200_sp.png);
  }
  .p-index-20300 .p-index_target:before {
    background-image: url(/shokai/assets/img/cmn/label-ico20300_sp.png);
  }
  .p-index-20400 .p-index_target:before {
    background-image: url(/shokai/assets/img/cmn/label-ico20400_sp.png);
  }
  .p-index_target:after {
    top: -5px;
    right: -5px;
    padding-top: 29.71428%;
    background-image: url(/shokai/assets/img/bukken/ico-private_sp.png);
    background-size: contain;
  }
  .p-index_photo &gt; div {
    padding-top: 69.56521%;
  }
  .p-index_photo &gt; div.has-privateBG {
    background-image: url(/shokai/assets/img/bukken/img-private_sp.png);
  }
  .p-index_unlock {
    text-align: justify;
  }
  .p-index_unlock:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .p-index_unlock a {
    display: inline-block;
    width: 48%;
  }
  .p-index_unlock a:first-child {
    margin-right: 0;
  }
}
.p-headPlusIcon {
  text-align: center;
}
.p-headPlusIcon .c-row_item:nth-child(2) {
  vertical-align: middle;
  margin: 0 15px;
  color: #454545;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-headPlusIcon .c-row_item:nth-child(2) {
    width: 66.66666%;
    margin: 0 2%;
    font-size: 5.21512vw;
  }
}
.p-headPlusIcon .c-row_item:first-child {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-headPlusIcon .c-row_item:first-child {
    width: 9.33333%;
  }
}
.p-headPlusIcon .c-row_item:first-child &gt; img {
  vertical-align: middle;
}
.p-headPlusIcon .c-row_item:last-child {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-headPlusIcon .c-row_item:last-child {
    width: 9.33333%;
  }
}
.p-headPlusIcon .c-row_item:last-child &gt; img {
  vertical-align: middle;
}

.p-pageAbout {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .p-pageAbout {
    margin: 0 0 0.66666%;
  }
}

.p-pageAbout_head {
  text-align: center;
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-pageAbout_head {
    padding: 0 0 3.33333%;
  }
}
.p-pageAbout_head:before, .p-pageAbout_head:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  padding-top: 1px;
  background: #00703c;
}
.p-pageAbout_head:before {
  bottom: 2px;
}
.p-pageAbout_head:after {
  bottom: 0;
}

.p-pageAbout_ico {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  padding-top: 26px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .p-pageAbout_ico {
    width: 100%;
    margin: 3.59999% 0 2%;
    padding: 7.73333%;
  }
}
.p-pageAbout_ico-case1 {
  background: url(/shokai/assets/img/consulting/ico-case01_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-pageAbout_ico-case1 {
    background: url(/shokai/assets/img/consulting/ico-case01_sp.png) no-repeat 50% 50%;
    background-size: 23.86666%;
  }
}
.p-pageAbout_ico-case2 {
  background: url(/shokai/assets/img/consulting/ico-case02_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-pageAbout_ico-case2 {
    background: url(/shokai/assets/img/consulting/ico-case02_sp.png) no-repeat 50% 50%;
    background-size: 23.86666%;
  }
}
.p-pageAbout_ico-case3 {
  background: url(/shokai/assets/img/consulting/ico-case03_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-pageAbout_ico-case3 {
    background: url(/shokai/assets/img/consulting/ico-case03_sp.png) no-repeat 50% 50%;
    background-size: 23.86666%;
  }
}
.p-pageAbout_ico-case4 {
  background: url(/shokai/assets/img/consulting/ico-case04_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-pageAbout_ico-case4 {
    background: url(/shokai/assets/img/consulting/ico-case04_sp.png) no-repeat 50% 50%;
    background-size: 23.86666%;
  }
}

.p-pageAbout_tit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  color: #00703c;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-pageAbout_tit {
    font-size: 18px;
  }
}

.p-pageAbout_txt {
  text-align: center;
  margin: 10px 0;
  color: #454545;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-pageAbout_txt {
    text-align: left;
  }
}

.p-caseLink-wrapper .c-row {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-caseLink-wrapper .c-row {
    padding: 5.33333% 2.66666%;
  }
}
.p-caseLink-wrapper .c-row_item {
  width: 310px;
}
@media screen and (max-width: 767px) {
  .p-caseLink-wrapper .c-row_item {
    width: 100%;
    margin: 0 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-caseLink-wrapper .c-row_item:last-child {
    margin: 0;
  }
}

.p-caseLink {
  text-align: center;
  border: 3px solid #00703c;
  border-radius: 5px;
  background: url(/shokai/assets/img/cmn/bg-corner-triangle-green-small_pc.png) no-repeat 100% 0;
}
@media screen and (max-width: 767px) {
  .p-caseLink {
    padding: 0 2.53521%;
    background: url(/shokai/assets/img/cmn/bg-corner-triangle-green_sp.png) no-repeat 100% 0;
    background-size: 13.23943%;
  }
}

.p-caseLink_ico {
  width: 100%;
  margin: 8px 0 11px;
  padding-top: 26px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .p-caseLink_ico {
    margin: 3.66197% 0 2.53521%;
    padding-top: 8.16901%;
  }
}
.p-caseLink_ico-1 {
  background: url(/shokai/assets/img/consulting/ico-case01_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-caseLink_ico-1 {
    background: url(/shokai/assets/img/consulting/ico-case01_sp.png) no-repeat 50% 50%;
    background-size: 25.35211%;
  }
}
.p-caseLink_ico-2 {
  background: url(/shokai/assets/img/consulting/ico-case02_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-caseLink_ico-2 {
    background: url(/shokai/assets/img/consulting/ico-case02_sp.png) no-repeat 50% 50%;
    background-size: 25.35211%;
  }
}
.p-caseLink_ico-3 {
  background: url(/shokai/assets/img/consulting/ico-case03_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-caseLink_ico-3 {
    background: url(/shokai/assets/img/consulting/ico-case03_sp.png) no-repeat 50% 50%;
    background-size: 25.35211%;
  }
}
.p-caseLink_ico-4 {
  background: url(/shokai/assets/img/consulting/ico-case04_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-caseLink_ico-4 {
    background: url(/shokai/assets/img/consulting/ico-case04_sp.png) no-repeat 50% 50%;
    background-size: 25.35211%;
  }
}

.p-caseLink_tit {
  color: #00703c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-caseLink_tit {
    font-size: 18px;
  }
}

.p-caseLink_btn {
  padding: 10px 0 13px;
}
@media screen and (max-width: 767px) {
  .p-caseLink_btn {
    padding: 1.40845% 0 3.23943%;
  }
}

.p-sentence {
  padding: 0 0 10px;
}
.p-sentence_img {
  float: right;
  width: 400px;
  padding-top: 270px;
}
@media screen and (max-width: 767px) {
  .p-sentence_img {
    float: none;
    width: 100%;
    margin: 0 0 4.66666%;
    padding-top: 59.86666%;
    background: url(/shokai/assets/img/consulting/case1_img-house01_sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.p-sentence-reverse .p-sentence_img {
  float: left;
}
@media screen and (max-width: 767px) {
  .p-sentence-reverse .p-sentence_img {
    float: none;
  }
}
.p-sentence_img-01 {
  background: url(/shokai/assets/img/consulting/case1_img-house01_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-sentence_img-01 {
    background: url(/shokai/assets/img/consulting/case1_img-house01_sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.p-sentence_img-02 {
  background: url(/shokai/assets/img/consulting/case2_img-talk01_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-sentence_img-02 {
    background: url(/shokai/assets/img/consulting/case2_img-talk01_sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.p-sentence_img-03 {
  background: url(/shokai/assets/img/consulting/case2_img-house01_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-sentence_img-03 {
    background: url(/shokai/assets/img/consulting/case2_img-house01_sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.p-sentence_img-04 {
  background: url(/shokai/assets/img/consulting/case3_img-cart01_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-sentence_img-04 {
    background: url(/shokai/assets/img/consulting/case3_img-cart01_sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.p-sentence_img-05 {
  background: url(/shokai/assets/img/consulting/case4_img-house01_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-sentence_img-05 {
    background: url(/shokai/assets/img/consulting/case4_img-house01_sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.p-sentence_content {
  overflow: hidden;
  float: left;
  width: 540px;
  color: #454545;
}
@media screen and (max-width: 767px) {
  .p-sentence_content {
    float: none;
    width: auto;
    padding: 0 2.66666%;
  }
}
.p-sentence-reverse .p-sentence_content {
  float: right;
}
@media screen and (max-width: 767px) {
  .p-sentence-reverse .p-sentence_content {
    float: none;
  }
}
.p-sentence_tit {
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sentence_tit {
    margin: 0 0 4.66666%;
    font-size: 18px;
  }
}
.p-sentence_txt {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-sentence_txt {
    margin: 0 0 5.33333%;
  }
}
@media screen and (max-width: 767px) {
  .p-sentence_txt:last-child {
    margin: 0 0 4%;
  }
}

.p-dousuru {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-dousuru img {
    width: 90%;
  }
}

.l-footer {
  transform: bottom 0.5s;
}
.l-footer [id=backtotop] {
  transition: all 0.4s ease-in-out;
}
.l-footer.active {
  padding-bottom: 60px;
}
.l-footer.active [id=backtotop] {
  bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-footer.active {
    padding-bottom: 95px;
  }
}

.home .visual {
  position: relative;
  padding-top: 450px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home .visual {
    padding-top: 49.33333%;
    margin-bottom: 40%;
  }
}
.home .visual_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .home .visual_content {
    padding-left: 0;
  }
}
.home .visual_head {
  margin: 160px 0 30px;
}
@media screen and (max-width: 767px) {
  .home .visual_head {
    margin: 54.7588% auto 0;
    width: 90.66666%;
  }
}
.home .swiper-pagination {
  text-align: right;
  position: absolute;
  right: 0;
  left: 0;
  width: 1150px !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .swiper-pagination {
    text-align: center;
    width: 100% !important;
  }
}
.home .pageBullet {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home .pageBullet {
    width: 16px;
    height: 16px;
    background: #e4e4e4;
  }
}
.home .pageBullet-current {
  background: #00703c;
}
.home #js-pickupTemplate {
  display: none;
}
.home .pickup {
  padding: 31px 0 40px;
  background: url(/shokai/assets/img/home/pickup_bg01_pc.jpg) repeat;
}
.home .pickup_head {
  text-align: center;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .home .pickup_head {
    width: 77.08333%;
    margin: 0 auto 30px;
  }
}
.home .pickupList {
  font-size: 0;
}
.home .pickupList_item {
  display: inline-block;
  position: relative;
  width: 350px;
  background: #fff;
  font-size: 14px;
}
@media screen and (max-width: 400px) {
  .home .pickupList_item {
    width: 280px;
  }
}
.home .pickupList_item a {
  display: block;
  padding: 15px 14px 22px;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .home .pickupList_item a:hover .pickupList_photo &gt; div {
    transform: scale(1.2);
  }
}
.home .pickupList_item a:hover .pickupList_head {
  text-decoration: underline;
}
.home .pickupList_item:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.home .pickupList_item-10100:before {
  background-image: url(/shokai/assets/img/cmn/label-ico10100_pc.png);
}
@media screen and (max-width: 767px) {
  .home .pickupList_item-10100:before {
    background-image: url(/shokai/assets/img/cmn/label-ico10100_sp.png);
    background-size: cover;
  }
}
.home .pickupList_item-10200:before {
  background-image: url(/shokai/assets/img/cmn/label-ico10200_pc.png);
}
@media screen and (max-width: 767px) {
  .home .pickupList_item-10200:before {
    background-image: url(/shokai/assets/img/cmn/label-ico10200_sp.png);
    background-size: cover;
  }
}
.home .pickupList_item-10300:before {
  background-image: url(/shokai/assets/img/cmn/label-ico10300_pc.png);
}
@media screen and (max-width: 767px) {
  .home .pickupList_item-10300:before {
    background-image: url(/shokai/assets/img/cmn/label-ico10300_sp.png);
    background-size: cover;
  }
}
.home .pickupList_item-10400:before {
  background-image: url(/shokai/assets/img/cmn/label-ico10400_pc.png);
}
@media screen and (max-width: 767px) {
  .home .pickupList_item-10400:before {
    background-image: url(/shokai/assets/img/cmn/label-ico10400_sp.png);
    background-size: cover;
  }
}
.home .pickupList_item-10500:before {
  background-image: url(/shokai/assets/img/cmn/label-ico10500_pc.png);
}
@media screen and (max-width: 767px) {
  .home .pickupList_item-10500:before {
    background-image: url(/shokai/assets/img/cmn/label-ico10500_sp.png);
    background-size: cover;
  }
}
.home .pickupList_item-20100:before {
  background-image: url(/shokai/assets/img/cmn/label-ico20100_pc.png);
}
@media screen and (max-width: 767px) {
  .home .pickupList_item-20100:before {
    background-image: url(/shokai/assets/img/cmn/label-ico20100_sp.png);
    background-size: cover;
  }
}
.home .pickupList_item-20200:before {
  background-image: url(/shokai/assets/img/cmn/label-ico20200_pc.png);
}
@media screen and (max-width: 767px) {
  .home .pickupList_item-20200:before {
    background-image: url(/shokai/assets/img/cmn/label-ico20200_sp.png);
    background-size: cover;
  }
}
.home .pickupList_item-20300:before {
  background-image: url(/shokai/assets/img/cmn/label-ico20300_pc.png);
}
@media screen and (max-width: 767px) {
  .home .pickupList_item-20300:before {
    background-image: url(/shokai/assets/img/cmn/label-ico20300_sp.png);
    background-size: cover;
  }
}
.home .pickupList_item-20400:before {
  background-image: url(/shokai/assets/img/cmn/label-ico20400_pc.png);
}
@media screen and (max-width: 767px) {
  .home .pickupList_item-20400:before {
    background-image: url(/shokai/assets/img/cmn/label-ico20400_sp.png);
    background-size: cover;
  }
}
.home .pickupList_photo {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .home .pickupList_photo {
    overflow: hidden;
  }
}
.home .pickupList_photo div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home .pickupList_photo div {
    width: 322px;
    padding-top: 215px;
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .home .pickupList_photo div {
    width: 100%;
    padding-top: 66.77018%;
  }
}
.home .pickupList_head {
  font-size: 16px;
}
.home .pickupList_info {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 0;
}
.home .pickupList_info:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.home .pickupList_area {
  display: inline-block;
  font-size: 14px;
}
.home .pickupList_price {
  display: inline-block;
  font-size: 14px;
}
.home .pickupList_price span {
  color: #d90000;
  font-size: 20px;
}
.home [id=swiper-pickup-prev],
.home [id=swiper-pickup-next] {
  position: absolute;
  z-index: 50;
  top: 40%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home [id=swiper-pickup-prev],
  .home [id=swiper-pickup-next] {
    top: 30%;
  }
}
.home [id=swiper-pickup-prev] {
  left: 0;
}
@media screen and (max-width: 767px) {
  .home [id=swiper-pickup-prev] {
    width: 13.33333%;
  }
}
.home [id=swiper-pickup-next] {
  right: 0;
}
@media screen and (max-width: 767px) {
  .home [id=swiper-pickup-next] {
    width: 13.33333%;
  }
}
.home .newly {
  width: 920px;
  margin: 0 auto;
  padding: 54px 0 69px;
}
@media screen and (max-width: 767px) {
  .home .newly {
    width: auto;
    padding: 30px 0 40px;
  }
}
.home .newly_tit {
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 57px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home .newly_tit {
    margin-bottom: 25px;
  }
}
.home .newly_tit:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -60px;
  width: 44px;
  height: 9px;
  background: url(/shokai/assets/img/home/ico-titleSide-left_pc.png) no-repeat 50% 50%;
}
.home .newly_tit:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -60px;
  width: 44px;
  height: 9px;
  background: url(/shokai/assets/img/home/ico-titleSide-right_pc.png) no-repeat 50% 50%;
}
.home .newly_btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .newly_btn {
    width: 98.61111%;
    margin: 0 auto;
  }
}
.home .newly .p-index {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .home .newly .p-index {
    width: 48%;
    margin-bottom: 20px;
  }
}
.home .news {
  width: 920px;
  margin: 0 auto;
  padding: 81px 0 42px;
}
@media screen and (max-width: 767px) {
  .home .news {
    width: auto;
    padding: 30px 0;
  }
}
.home .news_tit {
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 37px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home .news_tit {
    margin-bottom: 20px;
  }
}
.home .news_tit:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -60px;
  width: 44px;
  height: 9px;
  background: url(/shokai/assets/img/home/ico-titleSide-left_pc.png) no-repeat 50% 50%;
}
.home .news_tit:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -60px;
  width: 44px;
  height: 9px;
  background: url(/shokai/assets/img/home/ico-titleSide-right_pc.png) no-repeat 50% 50%;
}
.home .newsList_item {
  padding: 15px 0;
  border-bottom: 1px solid #cbcbcb;
}
.home .newsList_time {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home .newsList_time {
    color: #00703c;
    margin-right: 5px;
  }
}
.home .newsList_label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .home .newsList_label {
    width: 19.44444%;
  }
}
.home .newsList_txt {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home .newsList_txt {
    display: block;
    margin-top: 5px;
  }
}
.home .newsList_txt:hover {
  text-decoration: underline;
}
.home .news_btn {
  text-align: center;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .home .news_btn {
    width: 98.61111%;
    margin: 0 auto;
  }
}
.home .welcome {
  position: relative;
  padding: 18px 0 29px;
  background: #f6ca5a;
}
@media screen and (max-width: 767px) {
  .home .welcome {
    padding: 20px 0;
  }
}
.home .welcome_balloon {
  position: absolute;
  top: -30px;
  left: 135px;
}
@media screen and (max-width: 767px) {
  .home .welcome_balloon {
    width: 30.4%;
    top: -8%;
    left: 2%;
  }
}
@media screen and (max-width: 690px) {
  .home .welcome_balloon {
    top: -6%;
    left: 0;
  }
}
@media screen and (max-width: 610px) {
  .home .welcome_balloon {
    top: -11%;
    left: 1%;
  }
}
@media screen and (max-width: 400px) {
  .home .welcome_balloon {
    top: -8%;
  }
}
.home .welcome_tit {
  text-align: center;
  color: #4b352d;
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home .welcome_tit {
    font-size: 25px;
  }
}
.home .welcome_tit span {
  color: #d90000;
}
.home .welcome_sub01 {
  text-align: center;
  color: #4b352d;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home .welcome_sub01 {
    font-size: 15px;
  }
}
.home .welcome_sub02 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home .welcome_sub02 {
    font-size: 15px;
  }
}
.home .welcome_new {
  display: block;
  float: left;
  position: relative;
  width: 420px;
  padding: 0 18px 0 23px;
}
@media screen and (max-width: 767px) {
  .home .welcome_new {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .home .welcome_new:after {
    content: "";
    position: absolute;
    top: 19px;
    right: 0;
    width: 2px;
    height: 83px;
    background: #ffe794;
  }
}
.home .welcome_exist {
  display: block;
  float: right;
  width: 730px;
  padding: 18px 0 0 18px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .home .welcome_exist {
    float: none;
    width: auto;
    padding: 0;
  }
}
.home .welcome_exist dt {
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .home .welcome_exist dt {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.home .welcome_exist dd {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .home .welcome_exist dd {
    display: block;
  }
}
.home .welcome_form {
  font-size: 0;
}
.home .welcome_mail {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .home .welcome_mail {
    display: block;
    margin: 0 0 10px;
  }
}
.home .welcome_mail_tit {
  margin-bottom: 3px;
  color: #574519;
  font-size: 14px;
  font-weight: bold;
}
.home .welcome_mail .c-inputTxt {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .home .welcome_mail .c-inputTxt {
    width: 100%;
  }
}
.home .welcome_pw {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .home .welcome_pw {
    display: block;
    margin: 0 0 20px;
  }
}
.home .welcome_pw_tit {
  margin-bottom: 3px;
  color: #574519;
  font-size: 14px;
  font-weight: bold;
}
.home .welcome_pw .c-inputTxt {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .home .welcome_pw .c-inputTxt {
    width: 100%;
  }
}
.home .welcome_btn {
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .home .welcome_btn {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .home .welcome_btn input {
    width: 52%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .home .welcome_forgetPw {
    text-align: center;
  }
}
.home .welcome_forgetPw a {
  color: #4b352d;
  font-size: 14px;
  font-weight: bold;
}
.home .welcome_forgetPw a:hover {
  text-decoration: underline;
}
.home .welcome_errorMessage {
  color: #d90000;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home .welcome_errorMessage {
    text-align: center;
  }
}
.home .choice {
  padding: 18px 0 12px;
  background: #fbf1d9;
}
.home .choiceList {
  font-size: 0;
}
.home .choiceList-wrapper {
  padding: 22px 0 24px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .home .choiceList-wrapper {
    padding: 0;
  }
}
.home .choiceList_item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33.33333%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .home .choiceList_item {
    display: block;
    width: auto;
  }
}
.home .choiceList_item:first-child .choiceList_content {
  background: url(/shokai/assets/img/home/choice_ico01_pc.png) no-repeat 84% 10%;
}
@media screen and (max-width: 767px) {
  .home .choiceList_item:first-child .choiceList_content {
    background: url(/shokai/assets/img/home/choice_ico01_sp.png) no-repeat 95% 100%;
    background-size: 20.83333%;
  }
}
@media screen and (min-width: 768px) {
  .home .choiceList_item:first-child .choiceList_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -30px;
    background: #fbf1d9;
    width: 2px;
    height: 146px;
  }
  .home .choiceList_item:first-child .choiceList_content:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 350px;
    background: #fbf1d9;
    width: 2px;
    height: 146px;
  }
}
@media screen and (max-width: 767px) {
  .home .choiceList_item:first-child .choiceList_content .choiceList_tit {
    width: 76.26168%;
  }
}
.home .choiceList_item:nth-child(2) .choiceList_content {
  background: url(/shokai/assets/img/home/choice_ico02_pc.png) no-repeat 84% 10%;
}
@media screen and (max-width: 767px) {
  .home .choiceList_item:nth-child(2) .choiceList_content {
    background: url(/shokai/assets/img/home/choice_ico02_sp.png) no-repeat 95% 100%;
    background-size: 20.83333%;
  }
}
@media screen and (min-width: 768px) {
  .home .choiceList_item:nth-child(2) .choiceList_content:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 350px;
    background: #fbf1d9;
    width: 2px;
    height: 146px;
  }
}
@media screen and (max-width: 767px) {
  .home .choiceList_item:nth-child(2) .choiceList_content .choiceList_tit {
    width: 66.91588%;
  }
}
.home .choiceList_item:last-child .choiceList_content {
  background: url(/shokai/assets/img/home/choice_ico03_pc.png) no-repeat 84% 10%;
}
@media screen and (max-width: 767px) {
  .home .choiceList_item:last-child .choiceList_content {
    background: url(/shokai/assets/img/home/choice_ico03_sp.png) no-repeat 95% 100%;
    background-size: 20.83333%;
  }
}
@media screen and (min-width: 768px) {
  .home .choiceList_item:last-child .choiceList_content:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 350px;
    background: #fbf1d9;
    width: 2px;
    height: 146px;
  }
}
@media screen and (max-width: 767px) {
  .home .choiceList_item:last-child .choiceList_content .choiceList_tit {
    width: 85.60747%;
  }
}
@media screen and (max-width: 767px) {
  .home .choiceList_item:nth-child(2) {
    border-top: 1px solid #fbf1d9;
  }
}
@media screen and (max-width: 767px) {
  .home .choiceList_item:nth-child(3) {
    border-top: 1px solid #fbf1d9;
  }
}
.home .choiceList_content {
  padding-right: 110px;
}
@media screen and (max-width: 767px) {
  .home .choiceList_content {
    padding-right: 25.71428%;
  }
}
.home .choiceList_tit {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .home .choiceList_tit {
    padding: 6.66666% 0 2%;
    margin-bottom: 0;
  }
}
.home .choiceList_txt {
  margin-bottom: 15px;
  color: #3b3b3b;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .home .choiceList_txt {
    font-size: 3.65058vw;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  .signup .point {
    position: relative;
    border: 3px solid #f9ca53;
    border-radius: 10px;
    margin-top: 50px;
    padding: 73px 27px 35px;
  }
  .signup .point:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -30px;
    left: 0;
    width: 100%;
    height: 82px;
    background: url(/shokai/assets/img/signup/img-ribbon_pc.png) no-repeat 50% 50%;
  }
  .signup .point:after {
    content: "";
    display: block;
    clear: both;
  }
  .signup .point_item {
    display: block;
    float: left;
    width: 286px;
    margin-right: 31px;
  }
  .signup .point_item:last-child {
    margin-right: 0;
  }
  .signup .point_num {
    margin-bottom: 16px;
  }
  .signup .point_head {
    margin-bottom: 8px;
    color: #d90000;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
  }
  .signup .point_desc {
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
  }
  .signup .imgWrap-triangle {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .signup .point {
    text-align: center;
    position: relative;
    margin: 12.66666% 2.66666% 0;
    padding: 17.33333% 4% 0;
    border: 3px solid #edcc5b;
    border-radius: 5px;
  }
  .signup .point:before {
    content: "";
    position: absolute;
    top: -6%;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 21.95467%;
    background: url(/shokai/assets/img/signup/img-ribbon_sp.png) no-repeat 50% 50%;
    background-size: contain;
  }
  .signup .point_num img {
    display: block;
    width: 85.33333%;
    margin: 0 auto 4%;
  }
  .signup .point_head {
    text-align: center;
    margin-bottom: 2.60756%;
    color: #d90000;
    font-size: 20px;
  }
  .signup .point_desc {
    text-align: left;
    margin-bottom: 7.82268%;
    font-size: 15px;
  }
  .signup .imgWrap-triangle {
    text-align: center;
  }
  .signup .imgWrap-triangle img {
    display: block;
    width: 38.66666%;
    margin: 0 auto;
  }
}
.signup .p-form {
  margin-top: 0;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .signup .p-form {
    margin-bottom: 0;
  }
}
.signup .p-form .checkboxHead {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #00703c;
  font-weight: bold;
}
.signup .p-form .c-inputCheck {
  margin-right: 20px;
  margin-bottom: 5px;
}

.signup-complete .thankYou {
  text-align: center;
  padding: 20px 0 0;
  font-size: 18px;
}
.signup-complete .thankYou span {
  color: #00703c;
  font-size: 24px;
  font-weight: bold;
}
.signup-complete .thankYou a:hover {
  text-decoration: underline;
}

.login .welcome {
  display: table;
  width: 845px;
  margin: 0 auto 30px;
  border: 2px solid #f9ca53;
  border-radius: 9px;
}
@media screen and (max-width: 767px) {
  .login .welcome {
    display: block;
    width: auto;
    margin-bottom: 0;
  }
}
.login .welcome_left {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .login .welcome_left {
    display: block;
    padding-left: 0;
  }
}
.login .welcome_right {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .login .welcome_right {
    display: block;
    padding: 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .login .welcome_right &gt; a {
    display: block;
    width: 87.56983%;
    margin: 0 auto 5.58659%;
  }
}
.login .welcome_head {
  color: #4b352d;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .login .welcome_head {
    text-align: center;
    width: 83.79888%;
    margin: 4.18994% auto;
    font-size: 25px;
  }
}
.login .welcome_head span {
  color: #d90000;
}
.login .welcome_txt {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .login .welcome_txt {
    text-align: left;
    width: 83.79888%;
    margin: 0 auto;
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .search .selectArea,
  .lease .selectArea,
  .favorite .selectArea {
    width: 980px;
    margin: 30px auto 0;
    border: 3px solid #00703c;
    border-radius: 5px;
    color: #454545;
  }
  .search .selectArea_item,
  .lease .selectArea_item,
  .favorite .selectArea_item {
    display: block;
    padding: 7px;
    border-bottom: 3px solid #00703c;
  }
  .search .selectArea_item:last-child,
  .lease .selectArea_item:last-child,
  .favorite .selectArea_item:last-child {
    border-bottom: none;
  }
  .search .selectArea_head,
  .lease .selectArea_head,
  .favorite .selectArea_head {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 137px;
    background: #00703c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 13px;
    margin-left: 7px;
    padding: 7px 0;
  }
  .search .selectArea_content,
  .lease .selectArea_content,
  .favorite .selectArea_content {
    display: table-cell !important;
    vertical-align: middle;
    padding-left: 23px;
    font-size: 16px;
    font-weight: bold;
  }
  .search .selectArea_content .c-inputCheck,
  .lease .selectArea_content .c-inputCheck,
  .favorite .selectArea_content .c-inputCheck {
    margin-right: 65px;
  }
  .search .selectArea_content .c-inputCheck-signing,
  .lease .selectArea_content .c-inputCheck-signing,
  .favorite .selectArea_content .c-inputCheck-signing {
    margin: 0 0 0 45px;
  }
  .search .selectArea_content-area .c-inputCheck,
  .lease .selectArea_content-area .c-inputCheck,
  .favorite .selectArea_content-area .c-inputCheck {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .search .selectArea_content select,
  .lease .selectArea_content select,
  .favorite .selectArea_content select {
    display: inline-block;
    padding: 6px 20px 6px 10px;
    width: 150px;
    background: #fff url(/shokai/assets/img/bukken/btn-selectTab.png) no-repeat 95% 50%;
    border-color: #b4b4b4;
    border-radius: 3px;
    color: #454545;
    font-size: 14px;
    appearance: none;
  }
  .search .selectArea_content select:focus,
  .lease .selectArea_content select:focus,
  .favorite .selectArea_content select:focus {
    outline: none;
    border-color: #5cb3fd;
  }
  .search .selectArea_content select:first-child,
  .lease .selectArea_content select:first-child,
  .favorite .selectArea_content select:first-child {
    margin-right: 5px;
  }
  .search .selectArea_content select:last-child,
  .lease .selectArea_content select:last-child,
  .favorite .selectArea_content select:last-child {
    margin-left: 5px;
  }
  .search .imgWrap-triangle,
  .lease .imgWrap-triangle,
  .favorite .imgWrap-triangle {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .search .selectArea,
  .lease .selectArea,
  .favorite .selectArea {
    margin-top: 15px;
  }
  .search .selectArea_head,
  .lease .selectArea_head,
  .favorite .selectArea_head {
    display: block;
    width: 100%;
    padding: 2.60756% 0;
    background: #00703c url(/shokai/assets/img/search/ico-open_sp.png) no-repeat 95% 50%;
    background-size: 4%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  .search .selectArea_head-kind, .search .selectArea_head-area,
  .lease .selectArea_head-kind,
  .lease .selectArea_head-area,
  .favorite .selectArea_head-kind,
  .favorite .selectArea_head-area {
    margin-bottom: 2px;
  }
  .search .selectArea_head.is-open,
  .lease .selectArea_head.is-open,
  .favorite .selectArea_head.is-open {
    margin-bottom: 0;
    background-image: url(/shokai/assets/img/search/ico-close_sp.png);
    background-size: 3.2%;
  }
  .search .selectArea_content,
  .lease .selectArea_content,
  .favorite .selectArea_content {
    display: none;
    font-size: 0;
  }
  .search .selectArea_content-price,
  .lease .selectArea_content-price,
  .favorite .selectArea_content-price {
    text-align: center;
    padding: 10px 0 0;
  }
  .search .selectArea_content .c-inputCheck,
  .lease .selectArea_content .c-inputCheck,
  .favorite .selectArea_content .c-inputCheck {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    border-bottom: 2px solid #00703c;
  }
  .search .selectArea_content .c-inputCheck:nth-child(odd),
  .lease .selectArea_content .c-inputCheck:nth-child(odd),
  .favorite .selectArea_content .c-inputCheck:nth-child(odd) {
    border-right: 2px solid #00703c;
  }
  .search .selectArea_content .c-inputCheck-signing, .search .selectArea_content .c-inputCheck-signing:nth-child(odd),
  .lease .selectArea_content .c-inputCheck-signing,
  .lease .selectArea_content .c-inputCheck-signing:nth-child(odd),
  .favorite .selectArea_content .c-inputCheck-signing,
  .favorite .selectArea_content .c-inputCheck-signing:nth-child(odd) {
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 12px;
    border: none;
    border-top: 1px solid #eff0f1;
  }
  .search .selectArea_content .c-inputCheck input[type=checkbox]:checked + span,
  .lease .selectArea_content .c-inputCheck input[type=checkbox]:checked + span,
  .favorite .selectArea_content .c-inputCheck input[type=checkbox]:checked + span {
    background: #eff0f1;
  }
  .search .selectArea_content .c-inputCheck span,
  .lease .selectArea_content .c-inputCheck span,
  .favorite .selectArea_content .c-inputCheck span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
  }
  .search .selectArea_content select,
  .lease .selectArea_content select,
  .favorite .selectArea_content select {
    display: inline-block;
    padding: 6px 20px 6px 10px;
    width: 45%;
    background: #fff url(/shokai/assets/img/bukken/btn-selectTab_sp.png) no-repeat 95% 50%;
    border-color: #b4b4b4;
    background-size: 7.38461%;
    border-radius: 3px;
    color: #454545;
    font-size: 16px;
    appearance: none;
  }
  .search .selectArea_content select:focus,
  .lease .selectArea_content select:focus,
  .favorite .selectArea_content select:focus {
    outline: none;
    border-color: #5cb3fd;
  }
  .search .selectArea_content select:first-child,
  .lease .selectArea_content select:first-child,
  .favorite .selectArea_content select:first-child {
    margin-right: 5px;
  }
  .search .selectArea_content select:last-child,
  .lease .selectArea_content select:last-child,
  .favorite .selectArea_content select:last-child {
    margin-left: 5px;
  }
  .search .imgWrap-triangle,
  .lease .imgWrap-triangle,
  .favorite .imgWrap-triangle {
    text-align: center;
    margin-bottom: 5.33333%;
    border-top: 2px solid #00703c;
  }
  .search .imgWrap-triangle img,
  .lease .imgWrap-triangle img,
  .favorite .imgWrap-triangle img {
    width: 19.06666%;
  }
}
@media screen and (min-width: 768px) {
  .search .sort-wrapper,
  .lease .sort-wrapper,
  .favorite .sort-wrapper {
    width: 980px;
    margin: 0 auto 60px;
    padding: 20px 0;
    border-bottom: 2px solid #f0f3f2;
    color: #454545;
  }
  .search .sort,
  .lease .sort,
  .favorite .sort {
    width: 920px;
    margin: 0 auto;
  }
  .search .sort_select,
  .lease .sort_select,
  .favorite .sort_select {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
  }
  .search .sort_select dt,
  .lease .sort_select dt,
  .favorite .sort_select dt {
    display: inline-block;
    vertical-align: middle;
  }
  .search .sort_select dd,
  .lease .sort_select dd,
  .favorite .sort_select dd {
    display: inline-block;
    vertical-align: middle;
  }
  .search .sort_select select,
  .lease .sort_select select,
  .favorite .sort_select select {
    display: inline-block;
    padding: 6px 20px 6px 10px;
    width: 150px;
    background: #fff url(/shokai/assets/img/bukken/btn-selectTab.png) no-repeat 95% 50%;
    border-color: #b4b4b4;
    border-radius: 3px;
    color: #454545;
    font-size: 14px;
    appearance: none;
  }
  .search .sort_select select:focus,
  .lease .sort_select select:focus,
  .favorite .sort_select select:focus {
    outline: none;
    border-color: #5cb3fd;
  }
  .search .sort_check,
  .lease .sort_check,
  .favorite .sort_check {
    display: inline-block;
    vertical-align: -5px;
    margin-left: 60px;
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .search .sort_select,
  .lease .sort_select,
  .favorite .sort_select {
    display: block;
    padding: 5px 15px 20px;
    border-bottom: 2px solid #f1f3f2;
    font-size: 16px;
    font-weight: bold;
  }
  .search .sort_select dt,
  .lease .sort_select dt,
  .favorite .sort_select dt {
    display: inline-block;
    vertical-align: middle;
  }
  .search .sort_select dd,
  .lease .sort_select dd,
  .favorite .sort_select dd {
    display: inline-block;
    vertical-align: middle;
  }
  .search .sort_select select,
  .lease .sort_select select,
  .favorite .sort_select select {
    display: inline-block;
    padding: 6px 20px 6px 10px;
    width: 150px;
    background: #fff url(/shokai/assets/img/bukken/btn-selectTab_sp.png) no-repeat 95% 50%;
    border-color: #b4b4b4;
    border-radius: 3px;
    background-size: 7.38461%;
    color: #454545;
    font-size: 16px;
    appearance: none;
  }
  .search .sort_select select:focus,
  .lease .sort_select select:focus,
  .favorite .sort_select select:focus {
    outline: none;
    border-color: #5cb3fd;
  }
  .search .sort_check,
  .lease .sort_check,
  .favorite .sort_check {
    margin-bottom: 30px;
    border-bottom: 2px solid #f1f3f2;
    color: #454545;
    font-size: 16px;
    font-weight: bold;
  }
  .search .sort_check .c-inputCheck,
  .lease .sort_check .c-inputCheck,
  .favorite .sort_check .c-inputCheck {
    display: block;
    width: 100%;
  }
  .search .sort_check .c-inputCheck input[type=checkbox]:checked + span,
  .lease .sort_check .c-inputCheck input[type=checkbox]:checked + span,
  .favorite .sort_check .c-inputCheck input[type=checkbox]:checked + span {
    background: #eff0f1;
  }
  .search .sort_check .c-inputCheck span,
  .lease .sort_check .c-inputCheck span,
  .favorite .sort_check .c-inputCheck span {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
}
.search .searchList,
.lease .searchList,
.favorite .searchList {
  width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .search .searchContent,
  .lease .searchContent,
  .favorite .searchContent {
    width: auto;
  }
}
.search .searchContent .p-index,
.lease .searchContent .p-index,
.favorite .searchContent .p-index {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .search .searchContent .p-index,
  .lease .searchContent .p-index,
  .favorite .searchContent .p-index {
    width: 48%;
    margin-bottom: 20px;
  }
}
.search .pager-wrapper,
.lease .pager-wrapper,
.favorite .pager-wrapper {
  padding: 11px 7px 11px 21px;
  background: #f0f3f2;
}
@media screen and (max-width: 767px) {
  .search .pager-wrapper,
  .lease .pager-wrapper,
  .favorite .pager-wrapper {
    padding: 0 0 10px;
    background: #fff;
  }
}
.search .pager-wrapper.is-inactive,
.lease .pager-wrapper.is-inactive,
.favorite .pager-wrapper.is-inactive {
  display: none;
}
.search .pagerInfo,
.lease .pagerInfo,
.favorite .pagerInfo {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.search .pagerInfo .js-allArticle,
.lease .pagerInfo .js-allArticle,
.favorite .pagerInfo .js-allArticle {
  color: #d90000;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .search .pagerInfo,
  .lease .pagerInfo,
  .favorite .pagerInfo {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    padding: 5px 15px;
    background: #f0f3f2;
  }
}
.search .pager,
.lease .pager,
.favorite .pager {
  float: right;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .search .pager,
  .lease .pager,
  .favorite .pager {
    text-align: center;
    float: none;
    padding: 10px 0 0;
  }
}
.search .pager_item,
.lease .pager_item,
.favorite .pager_item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .search .pager_item,
  .lease .pager_item,
  .favorite .pager_item {
    margin: 0 3px 10px;
  }
}
.search .pager_item.is-disable,
.lease .pager_item.is-disable,
.favorite .pager_item.is-disable {
  pointer-events: none;
}
.search .pager_item a,
.search .pager_item span,
.lease .pager_item a,
.lease .pager_item span,
.favorite .pager_item a,
.favorite .pager_item span {
  display: block;
  text-align: center;
  padding: 7.5px 10px;
  background: #fff;
  border: 1px solid #b4b4b4;
  color: inherit;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.search .pager_item.is-current a, .search .pager_item.is-current span,
.lease .pager_item.is-current a,
.lease .pager_item.is-current span,
.favorite .pager_item.is-current a,
.favorite .pager_item.is-current span {
  background: #00703c;
  color: #fff;
  pointer-events: none;
}
.search .pager_item.is-disable a, .search .pager_item.is-disable span,
.lease .pager_item.is-disable a,
.lease .pager_item.is-disable span,
.favorite .pager_item.is-disable a,
.favorite .pager_item.is-disable span {
  background: #f0f3f2;
}
@media screen and (min-width: 768px) {
  .search .p-welcome,
  .lease .p-welcome,
  .favorite .p-welcome {
    margin-top: 80px;
  }
}
.detail {
  /**
   * bxSliderのデフォルトスタイルの上書き
   */
}
.detail .salesPending {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 30px;
  border: 1px solid #d90000;
  border-radius: 10px;
  color: #d90000;
}
@media screen and (max-width: 767px) {
  .detail .salesPending {
    margin-top: 15px;
    font-size: 20px;
  }
}
.detail .pageHead {
  width: 980px;
  margin: 15px auto 30px;
}
.detail .pageHead_tit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #00703c;
  font-size: 28px;
  font-weight: bold;
}
.detail .pageHead_desc {
  margin: 15px 0 0;
  font-size: 15px;
}
.detail .pageHead_limitation {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  margin-right: 5px;
  padding-top: 30px;
  background: url(/shokai/assets/img/detail/ico-limitation_pc.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .detail .pageHead_limitation {
    margin-right: 10px;
    background-image: url(/shokai/assets/img/detail/ico-limitation_sp.jpg);
  }
}
.detail .pageHead_label {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
  margin-right: 5px;
  padding-top: 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.detail .pageHead_label-10100 {
  background-image: url(/shokai/assets/img/detail/ico-10100_pc.jpg);
}
@media screen and (max-width: 767px) {
  .detail .pageHead_label-10100 {
    background-image: url(/shokai/assets/img/detail/ico-10100_sp.jpg);
  }
}
.detail .pageHead_label-10200 {
  background-image: url(/shokai/assets/img/detail/ico-10200_pc.jpg);
}
@media screen and (max-width: 767px) {
  .detail .pageHead_label-10200 {
    background-image: url(/shokai/assets/img/detail/ico-10200_sp.jpg);
  }
}
.detail .pageHead_label-10300 {
  background-image: url(/shokai/assets/img/detail/ico-10300_pc.jpg);
}
@media screen and (max-width: 767px) {
  .detail .pageHead_label-10300 {
    background-image: url(/shokai/assets/img/detail/ico-10300_sp.jpg);
  }
}
.detail .pageHead_label-10400 {
  background-image: url(/shokai/assets/img/detail/ico-10400_pc.jpg);
}
@media screen and (max-width: 767px) {
  .detail .pageHead_label-10400 {
    background-image: url(/shokai/assets/img/detail/ico-10400_sp.jpg);
  }
}
.detail .pageHead_label-10500 {
  background-image: url(/shokai/assets/img/detail/ico-10500_pc.jpg);
}
@media screen and (max-width: 767px) {
  .detail .pageHead_label-10500 {
    background-image: url(/shokai/assets/img/detail/ico-10500_sp.jpg);
  }
}
.detail .pageHead_label-20100 {
  background-image: url(/shokai/assets/img/detail/ico-20100_pc.jpg);
}
@media screen and (max-width: 767px) {
  .detail .pageHead_label-20100 {
    background-image: url(/shokai/assets/img/detail/ico-20100_sp.jpg);
  }
}
.detail .pageHead_label-20200 {
  background-image: url(/shokai/assets/img/detail/ico-20200_pc.jpg);
}
@media screen and (max-width: 767px) {
  .detail .pageHead_label-20200 {
    background-image: url(/shokai/assets/img/detail/ico-20200_sp.jpg);
  }
}
.detail .pageHead_label-20300 {
  background-image: url(/shokai/assets/img/detail/ico-20300_pc.jpg);
}
@media screen and (max-width: 767px) {
  .detail .pageHead_label-20300 {
    background-image: url(/shokai/assets/img/detail/ico-20300_sp.jpg);
  }
}
.detail .pageHead_label-20400 {
  background-image: url(/shokai/assets/img/detail/ico-20400_pc.jpg);
}
@media screen and (max-width: 767px) {
  .detail .pageHead_label-20400 {
    background-image: url(/shokai/assets/img/detail/ico-20400_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  .detail .pageHead {
    width: auto;
    margin: 5.33333% 2.66666% 6.66666%;
  }
  .detail .pageHead_tit {
    display: block;
    margin: 4.10958% 0 0 0;
    font-size: 27px;
  }
  .detail .pageHead_desc {
    margin: 4.10958% 0 0 0;
    font-size: 17px;
  }
}
.detail .tableHead {
  display: inline-block;
  position: relative;
  margin: 20px 0;
  font-size: 25px;
  font-weight: bold;
}
.detail .tableHead:before, .detail .tableHead:after {
  content: "";
  position: absolute;
  top: 15px;
  width: 44px;
  height: 9px;
}
.detail .tableHead:before {
  left: -60px;
  background: url(/shokai/assets/img/cmn/ico-titleSideLeft_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .detail .tableHead:before {
    background-image: url(/shokai/assets/img/cmn/ico-titleSideLeft_sp.png);
    background-size: contain;
  }
}
.detail .tableHead:after {
  right: -60px;
  background: url(/shokai/assets/img/cmn/ico-titleSideRight_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .detail .tableHead:after {
    background-image: url(/shokai/assets/img/cmn/ico-titleSideRight_sp.png);
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .detail .tableHead {
    margin: 2.66666% 0;
  }
}
.detail .info {
  display: block;
  width: 980px;
  margin: 0 auto;
}
.detail .info tbody {
  display: block;
  font-size: 0;
}
.detail .info_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #d9dedc;
  font-size: 0;
}
.detail .info_item-price .info_content {
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}
.detail .info_item-price .info_content span {
  font-size: 24px;
}
.detail .info_item.is-half {
  width: 50%;
}
.detail .info_item:first-child {
  border-top: 1px solid #d9dedc;
}
.detail .info_item.hidden {
  display: none;
}
.detail .info_head {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 150px;
  padding: 10px 15px;
  background: #f1f3f2;
  font-size: 14px;
  font-weight: bold;
}
.detail .info_content {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 7.5px 10px;
  font-size: 16px;
}
.detail .info_content .maplink {
  display: inline-block;
  vertical-align: 1px;
  margin-left: 10px;
  padding: 3px 8px 4px;
  border: 1px solid #838280;
  border-radius: 10px;
  color: inherit;
  font-size: 12px;
  line-height: 1;
}
.detail .info_content .maplink:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .detail .info {
    width: auto;
  }
  .detail .info_item {
    display: table;
    border-color: #dadedc;
  }
  .detail .info_item-price .info-content {
    padding: 15px 2.66666%;
  }
  .detail .info_item-price .info-content span {
    font-size: 26px;
  }
  .detail .info_item.is-half {
    width: 100%;
  }
  .detail .info_item:first-child {
    border-color: #dadedc;
  }
  .detail .info_head {
    width: 26.66666%;
    padding: 15px 2.66666%;
    font-size: 16px;
  }
  .detail .info_content {
    width: 73.33333%;
    padding: 15px 2.66666%;
    font-size: 18px;
  }
  .detail .info_content .maplink {
    display: inline-block;
    margin-left: 0;
  }
}
.detail .map {
  width: 980px;
  margin: 60px auto 30px;
  padding-top: 320px;
  background: #e6e4e0;
}
@media screen and (max-width: 767px) {
  .detail .map {
    width: auto;
    margin: 8% auto;
    padding-top: 61.22448%;
  }
}
.detail .contactNotes {
  text-align: center;
  width: 820px;
  margin: 40px auto 0;
  font-size: 16px;
}
.detail .contact {
  width: 820px;
  margin: 5px auto 35px;
  padding: 20px 18px 20px 25px;
  background: #f6ca5a;
  border-radius: 4px;
  font-size: 0;
}
.detail .contact_box {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.detail .contact_head {
  display: inline-block;
  margin-right: 19px;
}
.detail .contact_tel {
  display: inline-block;
}
.detail .contact_calls {
  margin-top: 9px;
}
.detail .contact_mail {
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .detail .contactNotes {
    text-align: left;
    width: auto;
    margin: 30px 2.66666% 0;
  }
  .detail .contact {
    width: auto;
    margin: 0.66666% 2.66666% 8%;
    padding: 5.33333% 2.66666%;
  }
  .detail .contact_box {
    display: block;
    margin: 0 auto;
  }
  .detail .contact_head {
    display: block;
    margin: 0 auto 4.47761%;
  }
  .detail .contact_head img {
    width: 67.01492%;
  }
  .detail .contact_tel {
    display: block;
    margin: 0 auto 2.2388%;
  }
  .detail .contact_calls {
    display: block;
    margin: 0 auto 4.47761%;
  }
  .detail .contact_calls img {
    width: 90.44776%;
  }
  .detail .contact_mail {
    display: block;
    margin: 0 auto;
  }
}
.detail .gallery {
  display: block;
  padding-top: 40px;
  font-size: 0;
  /**
   * 表示側
   */
  /**
   * サムネイル側
   */
}
@media screen and (max-width: 767px) {
  .detail .gallery {
    padding: 6.66666% 0;
  }
}
.detail .gallery_main {
  display: inline-block;
  vertical-align: top;
  width: 680px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .detail .gallery_main {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.detail .gallery .mainSlider_item div {
  display: inline-block;
  width: 100%;
  padding-top: 70.58823%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.detail .gallery .mainSlider_item p {
  display: inline-block;
  margin: 10px 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .detail .gallery .mainSlider_item p {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.detail .gallery_thumbnail {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .detail .gallery_thumbnail {
    width: 100%;
  }
}
.detail .gallery .thumbSlider_item {
  font-size: 0;
}
.detail .gallery .thumbSlider_item div {
  display: inline-block;
  position: relative;
  width: 140px;
  margin-bottom: 10px;
  padding-top: 34.48275%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .detail .gallery .thumbSlider_item div {
    width: 24.25%;
    margin: 0 1% 1% 0;
    padding-top: 16%;
  }
}
@media screen and (min-width: 768px) {
  .detail .gallery .thumbSlider_item div:nth-child(odd) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .detail .gallery .thumbSlider_item div:nth-child(4n) {
    margin-right: 0;
  }
}
.detail .gallery .thumbSlider_item div.is-active {
  opacity: 1;
}
.detail .bx-wrapper {
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  /**
   * コントロールボタン
   */
  /**
   * ページネーション
   */
}
.detail .bx-wrapper .bx-prev,
.detail .bx-wrapper .bx-next {
  background: url(/shokai/assets/img/cmn/btn-bxSlider_pc.png) no-repeat 50% 50%;
}
.detail .bx-wrapper .bx-prev:hover, .detail .bx-wrapper .bx-prev:focus,
.detail .bx-wrapper .bx-next:hover,
.detail .bx-wrapper .bx-next:focus {
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .detail .bx-wrapper .bx-prev,
  .detail .bx-wrapper .bx-next {
    top: 40%;
    width: 32px;
    height: 64px;
    background: url(/shokai/assets/img/cmn/btn-bxSlider_sp.png) no-repeat 10% 50%;
    background-size: 50%;
  }
  .detail .bx-wrapper .bx-prev:hover, .detail .bx-wrapper .bx-prev:focus,
  .detail .bx-wrapper .bx-next:hover,
  .detail .bx-wrapper .bx-next:focus {
    background-position: 10% 50%;
  }
}
.detail .bx-wrapper .bx-next {
  transform: rotate(180deg);
}
.detail .bx-wrapper .bx-pager.bx-default-pager a {
  background: #dadada;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.detail .bx-wrapper .bx-pager.bx-default-pager a:hover, .detail .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #dadada;
}
.detail .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00703c;
}

.detail-error .errorMessage {
  text-align: center;
  margin: 50px 0;
  color: #d90000;
  font-size: 22px;
  font-weight: bold;
}

.p-form-step2 {
  background: none;
}
.p-form-step2 .p-form_item {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-form-step2 .p-form_item {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
}
.p-form-step2 .c-row {
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-form-step2 .c-row {
    padding: 4% 0 0;
  }
}
.p-form-step2 .c-row_item {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-form-step2 .c-row_item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form-step2 .c-row_item:first-child {
    margin-bottom: 4%;
  }
}

.p-form-step3 {
  background: none;
}
.p-form-step3 .thanksMessage {
  text-align: center;
  color: #dc3545;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-form-step3 .thanksMessage {
    font-size: 20px;
  }
}

.sell .heading,
.buy .heading {
  padding-left: 130px;
  background: url(/shokai/assets/img/flow/sell_ico-house_pc.png) no-repeat 0 50%;
}
@media screen and (max-width: 767px) {
  .sell .heading,
  .buy .heading {
    padding-left: 0;
    background: none;
  }
}
.sell .heading_tit,
.buy .heading_tit {
  position: relative;
  margin-bottom: 25px;
  color: #00703c;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sell .heading_tit,
  .buy .heading_tit {
    padding: 2.08333% 0 0 26.38888%;
    background: url(/shokai/assets/img/flow/sell_ico-house_sp.png) no-repeat 0 0;
    background-size: 20.83333%;
    font-size: 25px;
    line-height: 1;
  }
}
.sell .heading_tit span,
.buy .heading_tit span {
  display: inline-block;
  vertical-align: 5px;
  margin-left: 20px;
  color: #4b352d;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sell .heading_tit span,
  .buy .heading_tit span {
    display: block;
    margin-left: 7px;
    padding: 3.88888% 0 6.66666%;
    font-size: 15px;
  }
}
.sell .heading_tit:before,
.buy .heading_tit:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00703c;
}
.sell .heading_tit:after,
.buy .heading_tit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00703c;
}
.sell .heading_txt,
.buy .heading_txt {
  color: #454545;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sell .heading_txt,
  .buy .heading_txt {
    font-size: 15px;
  }
}
.sell .feature_box,
.buy .feature_box {
  display: block;
  text-align: center;
  width: 310px;
  background: url(/shokai/assets/img/cmn/bg-corner-triangle-green_pc.png) no-repeat 101% 0;
  border: 3px solid #00703c;
  border-radius: 5px;
  float: left;
}
@media screen and (max-width: 767px) {
  .sell .feature_box,
  .buy .feature_box {
    width: 94.66666%;
    margin: 0 auto;
    background-image: url(/shokai/assets/img/cmn/bg-corner-triangle-green_sp.png);
    background-size: 12.39436%;
    border-radius: 0px;
    float: none;
  }
}
.sell .feature_box-02,
.buy .feature_box-02 {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .sell .feature_box-02,
  .buy .feature_box-02 {
    float: none;
  }
}
.sell .feature_tit,
.buy .feature_tit {
  color: #00703c;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sell .feature_tit,
  .buy .feature_tit {
    font-size: 18px;
  }
}
.sell .feature_txt,
.buy .feature_txt {
  color: #454545;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sell .feature_txt,
  .buy .feature_txt {
    text-align: left;
    padding: 0 5.33333%;
    font-size: 15px;
  }
}
.sell .flowTitImg,
.buy .flowTitImg {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sell .flowTitImg,
  .buy .flowTitImg {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sell .flowTitImg img,
  .buy .flowTitImg img {
    width: 83.73333%;
  }
}
.sell .chart_item,
.buy .chart_item {
  display: table;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sell .chart_item,
  .buy .chart_item {
    display: block;
    padding-bottom: 5.33333%;
  }
}
.sell .chart_item:after,
.buy .chart_item:after {
  content: "";
  position: absolute;
  z-index: -5;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 100%;
  margin: auto;
  background: #f6ca5a;
}
@media screen and (max-width: 767px) {
  .sell .chart_item:after,
  .buy .chart_item:after {
    width: 3.73333%;
  }
}
.sell .chart_item:last-child,
.buy .chart_item:last-child {
  padding-bottom: 0;
}
.sell .chart_item:last-child:after,
.buy .chart_item:last-child:after {
  content: none;
}
.sell .chart_tit,
.buy .chart_tit {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  padding: 0 25px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sell .chart_tit,
  .buy .chart_tit {
    display: block;
    width: 100%;
    padding: 3.33333% 6.66666%;
    font-size: 20px;
    line-height: 1;
  }
}
.sell .chart_tit span,
.buy .chart_tit span {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .sell .chart_tit span,
  .buy .chart_tit span {
    font-size: 23px;
  }
}
.sell .chart_txt,
.buy .chart_txt {
  display: table-cell;
  vertical-align: middle;
  width: 660px;
  padding: 18px;
  background: #fbf1d9;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sell .chart_txt,
  .buy .chart_txt {
    display: block;
    width: 100%;
    padding: 3.33333% 6.66666%;
    font-size: 15px;
  }
}

.sell .heading {
  padding-top: 15px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .sell .heading {
    padding-top: 3.33333%;
    padding-bottom: 5.33333%;
  }
}
.sell .feature {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sell .feature {
    margin-bottom: 10.66666%;
  }
}
.sell .feature_box img[src*=ico-pc-book] {
  margin: 21px 0 20px;
}
@media screen and (max-width: 767px) {
  .sell .feature_box img[src*=ico-pc-book] {
    width: 29.57746%;
    margin: 2.66666% 0;
  }
}
.sell .feature_box img[src*=ico-human] {
  margin: 25px 0 19px;
}
@media screen and (max-width: 767px) {
  .sell .feature_box img[src*=ico-human] {
    width: 19.85915%;
    margin: 2.66666% 0 2.66666% 10px;
  }
}
.sell .feature_box img[src*=ico-money] {
  margin: 21px 0 20px;
}
@media screen and (max-width: 767px) {
  .sell .feature_box img[src*=ico-money] {
    width: 19.85915%;
    margin: 2.66666% 0 2.66666% 10px;
  }
}
.sell .chart {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sell .chart {
    margin-bottom: 6%;
  }
}
.sell .chart_item:nth-child(1) .chart_tit {
  background: #f6ca5a;
}
.sell .chart_item:nth-child(2) .chart_tit {
  background: #e8c658;
}
.sell .chart_item:nth-child(3) .chart_tit {
  background: #d8c254;
}
.sell .chart_item:nth-child(4) .chart_tit {
  background: #cabf50;
}
.sell .chart_item:nth-child(5) .chart_tit {
  background: #baba4d;
}
.sell .chart_item:nth-child(6) .chart_tit {
  background: #a7b54a;
}
.sell .chart_item:nth-child(7) .chart_tit {
  background: #98b146;
}
.sell .chart_item:nth-child(8) .chart_tit {
  background: #8bad44;
}

.buy .heading {
  padding-top: 15px;
  padding-bottom: 45px;
  background: url(/shokai/assets/img/flow/buy_ico-mushimegane_pc.png) no-repeat 0 30%;
}
@media screen and (max-width: 767px) {
  .buy .heading {
    padding-top: 3.33333%;
    padding-bottom: 5.33333%;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .buy .heading_tit {
    background: url(/shokai/assets/img/flow/buy_ico-mushimegane_sp.png) no-repeat 0 45%;
    background-size: 20.83333%;
  }
}
.buy .feature {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .buy .feature {
    margin-bottom: 10.66666%;
  }
}
.buy .feature_box {
  background: url(/shokai/assets/img/cmn/bg-corner-triangle-red_pc.png) no-repeat 101% 0;
  border-color: #d90000;
}
@media screen and (max-width: 767px) {
  .buy .feature_box {
    background-image: url(/shokai/assets/img/cmn/bg-corner-triangle-red_sp.png);
    background-size: 12.39436%;
  }
}
.buy .feature_box img[src*=ico-ehime] {
  margin: 21px 0 11px;
}
@media screen and (max-width: 767px) {
  .buy .feature_box img[src*=ico-ehime] {
    width: 25.49295%;
    margin: 4% 0 2.66666%;
  }
}
.buy .feature_box img[src*=ico-handshake] {
  margin: 32px 0 21px 10px;
}
@media screen and (max-width: 767px) {
  .buy .feature_box img[src*=ico-handshake] {
    width: 34.22535%;
    margin: 4% 0 2.66666% 20px;
  }
}
.buy .feature_tit {
  color: #d90000;
}
.buy .chart {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .buy .chart {
    margin-bottom: 6%;
  }
}
.buy .chart_tit {
  padding: 0 18px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .buy .chart_tit {
    padding: 3.33333% 6%;
  }
}
.buy .chart_tit span {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .buy .chart_tit span {
    font-size: 23px;
  }
}
.buy .chart_item:nth-child(1) .chart_tit {
  background: #f6ca5a;
}
.buy .chart_item:nth-child(2) .chart_tit {
  background: #f0ce5e;
}
.buy .chart_item:nth-child(3) .chart_tit {
  background: #e8d258;
}
.buy .chart_item:nth-child(4) .chart_tit {
  background: #ddcc5a;
}
.buy .chart_item:nth-child(5) .chart_tit {
  background: #d7c75f;
}
.buy .chart_item:nth-child(6) .chart_tit {
  background: #cabf50;
}
.buy .chart_item:nth-child(7) .chart_tit {
  background: #baba4d;
}
.buy .chart_item:nth-child(8) .chart_tit {
  background: #a7b54a;
}
.buy .chart_item:nth-child(9) .chart_tit {
  background: #98b146;
}
.buy .chart_item:nth-child(10) .chart_tit {
  background: #8bad44;
}

.consulting .heading {
  padding: 15px 0 45px 130px;
  background: url(/shokai/assets/img/consulting/ico-handshake_pc.png) no-repeat 0 50%;
}
@media screen and (max-width: 767px) {
  .consulting .heading {
    padding: 3.33333% 0 5.33333% 0;
    background: none;
  }
}
.consulting .heading_tit {
  position: relative;
  margin-bottom: 25px;
  color: #00703c;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .consulting .heading_tit {
    padding: 2.08333% 0 0 26.38888%;
    background: url(/shokai/assets/img/consulting/ico-handshake_sp.png) no-repeat 0 30%;
    background-size: 20.83333%;
    font-size: 25px;
    line-height: 1.2;
  }
}
.consulting .heading_tit span {
  display: inline-block;
  vertical-align: 5px;
  margin-left: 20px;
  color: #4b352d;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .consulting .heading_tit span {
    display: block;
    margin-left: 7px;
    padding: 3.88888% 0 2.77777%;
    font-size: 15px;
    line-height: 1.5;
  }
}
.consulting .heading_tit:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00703c;
}
.consulting .heading_tit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00703c;
}
.consulting .heading_txt {
  color: #454545;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .consulting .heading_txt {
    font-size: 15px;
  }
}
.consulting .consultDesc {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .consulting .consultDesc {
    padding-bottom: 8%;
  }
}
.consulting .consultDesc_img {
  float: right;
  width: 400px;
  padding-top: 270px;
  background: url(/shokai/assets/img/consulting/img-cityscape_pc.jpg) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .consulting .consultDesc_img {
    float: none;
    width: auto;
    margin-bottom: 7.33333%;
    padding-top: 36%;
    background-image: url(/shokai/assets/img/consulting/img-cityscape_sp.jpg);
    background-size: cover;
  }
}
.consulting .consultDesc_head {
  margin-bottom: 25px;
  color: #454545;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .consulting .consultDesc_head {
    margin-bottom: 6.66666%;
    font-size: 18px;
    line-height: 1.5;
  }
}
.consulting .consultDesc_txt {
  margin-bottom: 20px;
  color: #454545;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .consulting .consultDesc_txt {
    margin-bottom: 6.66666%;
    line-height: 1.67;
  }
}
.consulting .consultDesc_txt:last-child {
  margin-bottom: 0;
}
.consulting .consultDesc_sentence {
  float: left;
  width: 540px;
}
@media screen and (max-width: 767px) {
  .consulting .consultDesc_sentence {
    float: none;
    width: auto;
    padding: 0 4%;
  }
}
.consulting .aboutBox-wrapper {
  display: block;
  width: 100%;
  font-size: 0;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .consulting .aboutBox-wrapper {
    padding-top: 6%;
  }
}
.consulting .aboutBox {
  display: inline-block;
  vertical-align: top;
  width: 480px;
  border: 3px solid #00703c;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .consulting .aboutBox {
    display: block;
    width: 94.66666%;
    margin: 0 auto 4%;
  }
}
.consulting .aboutBox_tit {
  text-align: center;
  padding: 7px 0;
  background: #00703c;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .consulting .aboutBox_tit {
    font-size: 17.5px;
  }
}
@media screen and (min-width: 768px) {
  .consulting .aboutBox:nth-child(odd) {
    margin: 0 20px 20px 0;
  }
}
.consulting .aboutList {
  padding: 12px;
}
.consulting .aboutList .aboutList_item {
  color: #454545;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .consulting .aboutList .aboutList_item {
    font-size: 14px;
  }
}
.consulting .txt-etc {
  text-align: center;
  margin: -10px 0 55px;
  color: #047138;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .consulting .txt-etc {
    margin-bottom: 8%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
  }
}
.consulting .caseArea {
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .consulting .caseArea {
    padding: 0;
  }
}
.consulting .caseArea .p-headPlusIcon {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .consulting .caseArea .p-headPlusIcon {
    margin: 0 0 6%;
  }
}
.consulting .case {
  margin: 0 0 40px;
  padding: 20px;
  border: 3px solid #00703c;
  border-radius: 5px;
  background: url(/shokai/assets/img/cmn/bg-corner-triangle-green_pc.png) no-repeat 100% 0;
}
@media screen and (max-width: 767px) {
  .consulting .case {
    width: 94.66666%;
    margin: 0 auto 5.33333%;
    padding: 0;
    background: url(/shokai/assets/img/cmn/bg-corner-triangle-green_sp.png) no-repeat 100% 0;
    background-size: 13.23943%;
  }
}
.consulting .case_content {
  position: relative;
  padding: 20px 10px 0 325px;
}
@media screen and (max-width: 767px) {
  .consulting .case_content {
    padding: 28.28854% 2.66666% 0;
  }
}
.consulting .case_content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  padding-top: 202px;
}
@media screen and (max-width: 767px) {
  .consulting .case_content:after {
    z-index: -5;
    width: 100%;
    padding-top: 28.28854%;
  }
}
.consulting .case_content-01:after {
  background: url(/shokai/assets/img/consulting/img-house01_pc.jpg) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .consulting .case_content-01:after {
    background: url(/shokai/assets/img/consulting/img-house01_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.consulting .case_content-02:after {
  background: url(/shokai/assets/img/consulting/img-talk01_pc.jpg) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .consulting .case_content-02:after {
    background: url(/shokai/assets/img/consulting/img-talk01_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.consulting .case_content-03:after {
  background: url(/shokai/assets/img/consulting/img-cart01_pc.jpg) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .consulting .case_content-03:after {
    background: url(/shokai/assets/img/consulting/img-cart01_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.consulting .case_content-04:after {
  background: url(/shokai/assets/img/consulting/img-house02_pc.jpg) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .consulting .case_content-04:after {
    background: url(/shokai/assets/img/consulting/img-house02_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.consulting .case_tit {
  margin: 0 0 10px;
  padding-left: 90px;
  color: #00703c;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .consulting .case_tit {
    text-align: center;
    margin: 0;
    padding: 12% 0 0;
    font-size: 18px;
  }
}
.consulting .case_tit-01 {
  background: url(/shokai/assets/img/consulting/ico-case01_pc.png) no-repeat 0 49%;
}
@media screen and (max-width: 767px) {
  .consulting .case_tit-01 {
    background: url(/shokai/assets/img/consulting/ico-case01_sp.png) no-repeat 50% 10%;
    background-size: 25.35211%;
  }
}
.consulting .case_tit-02 {
  background: url(/shokai/assets/img/consulting/ico-case02_pc.png) no-repeat 0 49%;
}
@media screen and (max-width: 767px) {
  .consulting .case_tit-02 {
    background: url(/shokai/assets/img/consulting/ico-case02_sp.png) no-repeat 50% 10%;
    background-size: 25.35211%;
  }
}
.consulting .case_tit-03 {
  background: url(/shokai/assets/img/consulting/ico-case03_pc.png) no-repeat 0 49%;
}
@media screen and (max-width: 767px) {
  .consulting .case_tit-03 {
    background: url(/shokai/assets/img/consulting/ico-case03_sp.png) no-repeat 50% 10%;
    background-size: 25.35211%;
  }
}
.consulting .case_tit-04 {
  background: url(/shokai/assets/img/consulting/ico-case04_pc.png) no-repeat 0 49%;
}
@media screen and (max-width: 767px) {
  .consulting .case_tit-04 {
    background: url(/shokai/assets/img/consulting/ico-case04_sp.png) no-repeat 50% 10%;
    background-size: 25.35211%;
  }
}
.consulting .case_txt {
  color: #454545;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .consulting .case_txt {
    font-size: 15px;
  }
}
.consulting .case_btn {
  margin: 14px 0 0;
}
@media screen and (max-width: 767px) {
  .consulting .case_btn {
    margin: 0;
    padding: 2.66666% 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .consulting .case_btn-last {
    padding-bottom: 27px;
  }
}
.consulting .appraise {
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .consulting .appraise {
    padding: 0 2.66666% 7.33333%;
  }
}
.consulting .appraise_tit .c-row_item:nth-child(2) {
  margin: 0 10px;
  color: #00703c;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .consulting .appraise_tit .c-row_item:nth-child(2) {
    vertical-align: 10px;
    width: 71.46666%;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .consulting .appraise_tit .c-row_item:first-child {
    width: 9.46666%;
  }
}
@media screen and (max-width: 767px) {
  .consulting .appraise_tit .c-row_item:last-child {
    width: 8.4%;
  }
}
.consulting .appraise_txt {
  margin: 25px 0 0;
  color: #454545;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .consulting .appraise_txt {
    margin: 2.66666% 0 0;
  }
}

.case1 .sentence {
  padding: 0 0 10px;
}
.case1 .sentence_img {
  float: right;
  width: 400px;
  padding-top: 270px;
  background: url(/shokai/assets/img/consulting/case1_img-house01_pc.png) no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .case1 .sentence_img {
    float: none;
    width: 100%;
    margin: 0 0 4.66666%;
    padding-top: 59.86666%;
    background: url(/shokai/assets/img/consulting/case1_img-house01_sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.case1 .sentence_content {
  overflow: hidden;
  float: left;
  width: 540px;
  color: #454545;
}
@media screen and (max-width: 767px) {
  .case1 .sentence_content {
    float: none;
    width: auto;
    padding: 0 2.66666%;
  }
}
.case1 .sentence_tit {
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .case1 .sentence_tit {
    margin: 0 0 4.66666%;
    font-size: 18px;
  }
}
.case1 .sentence_txt {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .case1 .sentence_txt {
    margin: 0 0 5.33333%;
  }
}
@media screen and (max-width: 767px) {
  .case1 .sentence_txt:last-child {
    margin: 0 0 4%;
  }
}
.case1 .photoList {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .case1 .photoList {
    margin: 0 0 5.33333%;
  }
}
@media screen and (max-width: 767px) {
  .case1 .photoList .c-row {
    padding: 0 6%;
  }
}
@media screen and (max-width: 767px) {
  .case1 .photoList .c-row .c-row_item {
    margin: 0 0 3.78787%;
  }
}

.case2 .p-sentence:last-child {
  padding: 15px 0 60px;
}
@media screen and (max-width: 767px) {
  .case2 .p-sentence:last-child {
    padding: 0;
  }
}

.case3 .p-sentence_img-04 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .case3 .p-sentence_img-04 {
    margin-top: 0;
  }
}
.case3 .merit {
  text-align: center;
  margin: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .case3 .merit {
    margin: 0 0 9.33333%;
    padding: 0 2.66666%;
  }
}

.case4 .feature .c-row {
  margin: 0 0 20px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .case4 .feature .c-row {
    margin-bottom: 0;
    padding: 0 2.66666%;
  }
}
.case4 .feature .c-row_item {
  text-align: center;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .case4 .feature .c-row_item {
    text-align: left;
    display: block;
    width: auto;
    margin-bottom: 7.74647%;
  }
}
@media screen and (max-width: 767px) {
  .case4 .feature_img {
    display: block;
    float: left;
    width: 23.23943%;
  }
}
@media screen and (max-width: 767px) {
  .case4 .feature_about {
    display: block;
    overflow: hidden;
    float: right;
    width: 76.76056%;
    padding: 0 2.8169%;
  }
}
.case4 .feature_head {
  margin: 11px 0;
  color: #00703c;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .case4 .feature_head {
    margin: 0;
    font-size: 18px;
  }
}
.case4 .feature_txt {
  text-align: left;
  color: #454545;
  font-size: 15px;
  line-height: 1.8;
}
.case4 .cost {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .case4 .cost {
    margin: 0 0 6%;
  }
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-alignL {
  text-align: left !important;
}

.u-alignC {
  text-align: center !important;
}

.u-alignR {
  text-align: right !important;
}

.u-alignT {
  vertical-align: top !important;
}

.u-alignM {
  vertical-align: middle !important;
}

.u-alignB {
  vertical-align: bottom !important;
}

@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-relative {
  position: relative;
}

.u-fs0 {
  font-size: 0;
}

.u-W1 {
  font-weight: 100 !important;
}

.u-W2 {
  font-weight: 200 !important;
}

.u-W3 {
  font-weight: 300 !important;
}

.u-W4 {
  font-weight: 400 !important;
}

.u-W5 {
  font-weight: 500 !important;
}

.u-W6 {
  font-weight: 600 !important;
}

.u-W7 {
  font-weight: 700 !important;
}

.u-W8 {
  font-weight: 800 !important;
}

.u-W9 {
  font-weight: 900 !important;
}

@media screen and (min-width: 768px) {
  .u-mt0--pc {
    margin-top: 0px !important;
  }
  .u-mb0--pc {
    margin-bottom: 0px !important;
  }
  .u-ml0--pc {
    margin-left: 0px !important;
  }
  .u-mr0--pc {
    margin-right: 0px !important;
  }
  .u-mt3--pc {
    margin-top: 3px !important;
  }
  .u-mb3--pc {
    margin-bottom: 3px !important;
  }
  .u-ml3--pc {
    margin-left: 3px !important;
  }
  .u-mr3--pc {
    margin-right: 3px !important;
  }
  .u-mt6--pc {
    margin-top: 6px !important;
  }
  .u-mb6--pc {
    margin-bottom: 6px !important;
  }
  .u-ml6--pc {
    margin-left: 6px !important;
  }
  .u-mr6--pc {
    margin-right: 6px !important;
  }
  .u-mt9--pc {
    margin-top: 9px !important;
  }
  .u-mb9--pc {
    margin-bottom: 9px !important;
  }
  .u-ml9--pc {
    margin-left: 9px !important;
  }
  .u-mr9--pc {
    margin-right: 9px !important;
  }
  .u-mt12--pc {
    margin-top: 12px !important;
  }
  .u-mb12--pc {
    margin-bottom: 12px !important;
  }
  .u-ml12--pc {
    margin-left: 12px !important;
  }
  .u-mr12--pc {
    margin-right: 12px !important;
  }
  .u-mt15--pc {
    margin-top: 15px !important;
  }
  .u-mb15--pc {
    margin-bottom: 15px !important;
  }
  .u-ml15--pc {
    margin-left: 15px !important;
  }
  .u-mr15--pc {
    margin-right: 15px !important;
  }
  .u-mt18--pc {
    margin-top: 18px !important;
  }
  .u-mb18--pc {
    margin-bottom: 18px !important;
  }
  .u-ml18--pc {
    margin-left: 18px !important;
  }
  .u-mr18--pc {
    margin-right: 18px !important;
  }
  .u-mt21--pc {
    margin-top: 21px !important;
  }
  .u-mb21--pc {
    margin-bottom: 21px !important;
  }
  .u-ml21--pc {
    margin-left: 21px !important;
  }
  .u-mr21--pc {
    margin-right: 21px !important;
  }
  .u-mt24--pc {
    margin-top: 24px !important;
  }
  .u-mb24--pc {
    margin-bottom: 24px !important;
  }
  .u-ml24--pc {
    margin-left: 24px !important;
  }
  .u-mr24--pc {
    margin-right: 24px !important;
  }
  .u-mt27--pc {
    margin-top: 27px !important;
  }
  .u-mb27--pc {
    margin-bottom: 27px !important;
  }
  .u-ml27--pc {
    margin-left: 27px !important;
  }
  .u-mr27--pc {
    margin-right: 27px !important;
  }
  .u-mt30--pc {
    margin-top: 30px !important;
  }
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
  .u-ml30--pc {
    margin-left: 30px !important;
  }
  .u-mr30--pc {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt0--sp {
    margin-top: 0px !important;
  }
  .u-mb0--sp {
    margin-bottom: 0px !important;
  }
  .u-ml0--sp {
    margin-left: 0px !important;
  }
  .u-mr0--sp {
    margin-right: 0px !important;
  }
  .u-mt3--sp {
    margin-top: 3px !important;
  }
  .u-mb3--sp {
    margin-bottom: 3px !important;
  }
  .u-ml3--sp {
    margin-left: 3px !important;
  }
  .u-mr3--sp {
    margin-right: 3px !important;
  }
  .u-mt6--sp {
    margin-top: 6px !important;
  }
  .u-mb6--sp {
    margin-bottom: 6px !important;
  }
  .u-ml6--sp {
    margin-left: 6px !important;
  }
  .u-mr6--sp {
    margin-right: 6px !important;
  }
  .u-mt9--sp {
    margin-top: 9px !important;
  }
  .u-mb9--sp {
    margin-bottom: 9px !important;
  }
  .u-ml9--sp {
    margin-left: 9px !important;
  }
  .u-mr9--sp {
    margin-right: 9px !important;
  }
  .u-mt12--sp {
    margin-top: 12px !important;
  }
  .u-mb12--sp {
    margin-bottom: 12px !important;
  }
  .u-ml12--sp {
    margin-left: 12px !important;
  }
  .u-mr12--sp {
    margin-right: 12px !important;
  }
  .u-mt15--sp {
    margin-top: 15px !important;
  }
  .u-mb15--sp {
    margin-bottom: 15px !important;
  }
  .u-ml15--sp {
    margin-left: 15px !important;
  }
  .u-mr15--sp {
    margin-right: 15px !important;
  }
  .u-mt18--sp {
    margin-top: 18px !important;
  }
  .u-mb18--sp {
    margin-bottom: 18px !important;
  }
  .u-ml18--sp {
    margin-left: 18px !important;
  }
  .u-mr18--sp {
    margin-right: 18px !important;
  }
  .u-mt21--sp {
    margin-top: 21px !important;
  }
  .u-mb21--sp {
    margin-bottom: 21px !important;
  }
  .u-ml21--sp {
    margin-left: 21px !important;
  }
  .u-mr21--sp {
    margin-right: 21px !important;
  }
  .u-mt24--sp {
    margin-top: 24px !important;
  }
  .u-mb24--sp {
    margin-bottom: 24px !important;
  }
  .u-ml24--sp {
    margin-left: 24px !important;
  }
  .u-mr24--sp {
    margin-right: 24px !important;
  }
  .u-mt27--sp {
    margin-top: 27px !important;
  }
  .u-mb27--sp {
    margin-bottom: 27px !important;
  }
  .u-ml27--sp {
    margin-left: 27px !important;
  }
  .u-mr27--sp {
    margin-right: 27px !important;
  }
  .u-mt30--sp {
    margin-top: 30px !important;
  }
  .u-mb30--sp {
    margin-bottom: 30px !important;
  }
  .u-ml30--sp {
    margin-left: 30px !important;
  }
  .u-mr30--sp {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-pt0--pc {
    padding-top: 0px !important;
  }
  .u-pb0--pc {
    padding-bottom: 0px !important;
  }
  .u-pl0--pc {
    padding-left: 0px !important;
  }
  .u-pr0--pc {
    padding-right: 0px !important;
  }
  .u-pt3--pc {
    padding-top: 3px !important;
  }
  .u-pb3--pc {
    padding-bottom: 3px !important;
  }
  .u-pl3--pc {
    padding-left: 3px !important;
  }
  .u-pr3--pc {
    padding-right: 3px !important;
  }
  .u-pt6--pc {
    padding-top: 6px !important;
  }
  .u-pb6--pc {
    padding-bottom: 6px !important;
  }
  .u-pl6--pc {
    padding-left: 6px !important;
  }
  .u-pr6--pc {
    padding-right: 6px !important;
  }
  .u-pt9--pc {
    padding-top: 9px !important;
  }
  .u-pb9--pc {
    padding-bottom: 9px !important;
  }
  .u-pl9--pc {
    padding-left: 9px !important;
  }
  .u-pr9--pc {
    padding-right: 9px !important;
  }
  .u-pt12--pc {
    padding-top: 12px !important;
  }
  .u-pb12--pc {
    padding-bottom: 12px !important;
  }
  .u-pl12--pc {
    padding-left: 12px !important;
  }
  .u-pr12--pc {
    padding-right: 12px !important;
  }
  .u-pt15--pc {
    padding-top: 15px !important;
  }
  .u-pb15--pc {
    padding-bottom: 15px !important;
  }
  .u-pl15--pc {
    padding-left: 15px !important;
  }
  .u-pr15--pc {
    padding-right: 15px !important;
  }
  .u-pt18--pc {
    padding-top: 18px !important;
  }
  .u-pb18--pc {
    padding-bottom: 18px !important;
  }
  .u-pl18--pc {
    padding-left: 18px !important;
  }
  .u-pr18--pc {
    padding-right: 18px !important;
  }
  .u-pt21--pc {
    padding-top: 21px !important;
  }
  .u-pb21--pc {
    padding-bottom: 21px !important;
  }
  .u-pl21--pc {
    padding-left: 21px !important;
  }
  .u-pr21--pc {
    padding-right: 21px !important;
  }
  .u-pt24--pc {
    padding-top: 24px !important;
  }
  .u-pb24--pc {
    padding-bottom: 24px !important;
  }
  .u-pl24--pc {
    padding-left: 24px !important;
  }
  .u-pr24--pc {
    padding-right: 24px !important;
  }
  .u-pt27--pc {
    padding-top: 27px !important;
  }
  .u-pb27--pc {
    padding-bottom: 27px !important;
  }
  .u-pl27--pc {
    padding-left: 27px !important;
  }
  .u-pr27--pc {
    padding-right: 27px !important;
  }
  .u-pt30--pc {
    padding-top: 30px !important;
  }
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
  .u-pl30--pc {
    padding-left: 30px !important;
  }
  .u-pr30--pc {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt0--sp {
    padding-top: 0px !important;
  }
  .u-pb0--sp {
    padding-bottom: 0px !important;
  }
  .u-pl0--sp {
    padding-left: 0px !important;
  }
  .u-pr0--sp {
    padding-right: 0px !important;
  }
  .u-pt3--sp {
    padding-top: 3px !important;
  }
  .u-pb3--sp {
    padding-bottom: 3px !important;
  }
  .u-pl3--sp {
    padding-left: 3px !important;
  }
  .u-pr3--sp {
    padding-right: 3px !important;
  }
  .u-pt6--sp {
    padding-top: 6px !important;
  }
  .u-pb6--sp {
    padding-bottom: 6px !important;
  }
  .u-pl6--sp {
    padding-left: 6px !important;
  }
  .u-pr6--sp {
    padding-right: 6px !important;
  }
  .u-pt9--sp {
    padding-top: 9px !important;
  }
  .u-pb9--sp {
    padding-bottom: 9px !important;
  }
  .u-pl9--sp {
    padding-left: 9px !important;
  }
  .u-pr9--sp {
    padding-right: 9px !important;
  }
  .u-pt12--sp {
    padding-top: 12px !important;
  }
  .u-pb12--sp {
    padding-bottom: 12px !important;
  }
  .u-pl12--sp {
    padding-left: 12px !important;
  }
  .u-pr12--sp {
    padding-right: 12px !important;
  }
  .u-pt15--sp {
    padding-top: 15px !important;
  }
  .u-pb15--sp {
    padding-bottom: 15px !important;
  }
  .u-pl15--sp {
    padding-left: 15px !important;
  }
  .u-pr15--sp {
    padding-right: 15px !important;
  }
  .u-pt18--sp {
    padding-top: 18px !important;
  }
  .u-pb18--sp {
    padding-bottom: 18px !important;
  }
  .u-pl18--sp {
    padding-left: 18px !important;
  }
  .u-pr18--sp {
    padding-right: 18px !important;
  }
  .u-pt21--sp {
    padding-top: 21px !important;
  }
  .u-pb21--sp {
    padding-bottom: 21px !important;
  }
  .u-pl21--sp {
    padding-left: 21px !important;
  }
  .u-pr21--sp {
    padding-right: 21px !important;
  }
  .u-pt24--sp {
    padding-top: 24px !important;
  }
  .u-pb24--sp {
    padding-bottom: 24px !important;
  }
  .u-pl24--sp {
    padding-left: 24px !important;
  }
  .u-pr24--sp {
    padding-right: 24px !important;
  }
  .u-pt27--sp {
    padding-top: 27px !important;
  }
  .u-pb27--sp {
    padding-bottom: 27px !important;
  }
  .u-pl27--sp {
    padding-left: 27px !important;
  }
  .u-pr27--sp {
    padding-right: 27px !important;
  }
  .u-pt30--sp {
    padding-top: 30px !important;
  }
  .u-pb30--sp {
    padding-bottom: 30px !important;
  }
  .u-pl30--sp {
    padding-left: 30px !important;
  }
  .u-pr30--sp {
    padding-right: 30px !important;
  }
}

.signup .p-form .c-inputCheck.c-inputCheck.is_construction_company_decided_class {
  margin-right: 0px;
}

input#construction_company_name {
  width: 92%;
}

.p-form_data.is_construction_company_decided {
  padding-top: 7px;
}

.p-form_data.mail_delivery_setting {
  padding-top: 9px;
}

.p-form_data.construction_company_name {
  padding-top: 12px;
}

/*# sourceMappingURL=styles.css.map */</pre></body></html>