@charset "UTF-8";
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* Button ================================== 
色味や装飾の指定にとどめる、縦横幅、フォントサイズなどは別途指定する */
.c-button {
  border-radius: 7px;
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  background: #3C3C3C;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  line-height: inherit;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
  font-size: 14px;
  padding: 0.5em 1em;
}
@media screen and (min-width: 821px) {
  .c-button {
    font-size: 16px;
  }
}
.c-button.ext-alt {
  background: #B4B4B4;
}
.c-button.ext-cart {
  color: #ffffff;
  background: #53A96D;
}
.c-button.ext-sub {
  border: 1px solid #222;
  color: #222;
  background: #ffffff;
}
.c-button.is-disable {
  background: #B4B4B4;
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
@media screen and (min-width: 821px) {
  .c-button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.p-ondemand__step {
  background: #ffffff;
  padding: 20px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .p-ondemand__step {
    padding: 10px 15px;
  }
}
.p-ondemand__step h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .p-ondemand__step h2 {
    font-size: 18px;
  }
}
.p-ondemand__step ul {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.p-ondemand__step ul::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.p-ondemand__step ul:active {
  cursor: grabbing;
}
@media screen and (max-width: 820px) {
  .p-ondemand__step ul {
    margin-top: 0.5em;
  }
}
.p-ondemand__step ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
  padding: 0 5px;
  box-sizing: border-box;
}
.p-ondemand__step ul li em {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-weight: bold;
  font-style: normal;
  border: 3px solid #d1d1d1;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0.5em;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .p-ondemand__step ul li em {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
.p-ondemand__step ul li strong {
  font-size: 14px;
  white-space: nowrap;
}
.p-ondemand__step ul li span {
  margin-top: 0.5em;
  display: block;
  font-size: 11px;
  text-align: left;
  width: 110px;
}
.p-ondemand__step ul li.is-active {
  position: relative;
}
.p-ondemand__step ul li.is-active em {
  color: #E35D54;
  border-color: #E35D54;
}
.p-ondemand__step ul li.is-active:before {
  background: #E35D54;
}
.p-ondemand__step ul li:before {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  margin: 0 -1px 0;
  background: #d1d1d1;
  flex-grow: 1;
  left: -55px;
  top: 15px;
  flex-shrink: 1;
  position: absolute;
  z-index: 1;
}
.p-ondemand__step ul li:first-child:before {
  display: none;
}

.p-ondemand__button {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.p-ondemand__button .c-button {
  text-decoration: none;
}
.p-ondemand__button > .c-button,
.p-ondemand__button > span {
  width: 32%;
}
.p-ondemand__button > .c-button {
  margin-left: 20px;
  text-decoration: none;
}
.p-ondemand__button > .c-button.ext-cart {
  font-weight: bold;
}
.p-ondemand__button > span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.p-ondemand__button > span .c-button {
  width: 100%;
  margin-bottom: 0.3em;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .p-ondemand__button {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
  .p-ondemand__button > .c-button,
  .p-ondemand__button > span {
    width: 100%;
    display: block;
  }
  .p-ondemand__button > .c-button {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .p-ondemand__button > .c-button.ext-cart {
    padding: 0 1em;
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    border-radius: 23px;
  }
  .p-ondemand__button > span {
    font-size: 12px;
  }
  .p-ondemand__button > span .c-button {
    font-size: 14px;
  }
}

.p-estimates .c-input.is-alert {
  border-color: #E35D54;
  color: #E35D54;
}
.p-estimates__detail li h4 {
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 16px;
}
.p-estimates__detail li span {
  display: block;
  line-height: 1.6;
  font-size: 12px;
}
@media screen and (min-width: 821px) {
  .p-estimates__detail {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .p-estimates__detail li {
    width: calc(50% - 20px);
  }
  .p-estimates__detail li:nth-child(even) {
    margin-left: 20px;
  }
  .p-estimates__detail li:nth-child(even).ext-full {
    margin-left: 0;
  }
  .p-estimates__detail li:nth-child(n+3) {
    margin-top: 30px;
  }
  .p-estimates__detail li.ext-full {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .p-estimates__detail {
    margin-top: 20px;
    font-size: 14px;
  }
  .p-estimates__detail li + li {
    margin-top: 20px;
  }
  .p-estimates__detail li h4 {
    font-size: 14px;
  }
}
.p-estimates__detail p + p {
  margin-top: 0.7em;
}
.p-estimates__result .c-box__title {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.p-estimates__result * + .c-box__title {
  margin-top: 20px;
}
.p-estimates__result a {
  text-decoration: underline;
}
.p-estimates__charge {
  width: calc(100% - 30px);
  margin: 2em auto;
}
.p-estimates__charge li + li {
  margin-top: 1em;
}
.p-estimates__charge li {
  font-size: 16px;
}
.p-estimates__charge li > div > a {
  display: block;
  cursor: pointer;
  background-color: #F8F8F8;
  box-sizing: border-box;
  border: 2px solid #d1d1d1;
  border-top: none;
  color: #222;
  margin: 0 7px;
  min-height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 0 0 7px 7px;
  font-weight: bold;
}
.p-estimates__charge li > div > a:before {
  content: "+";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 0.3em;
  transition: transform 0.4s;
}
.p-estimates__charge li > div > a:after {
  content: attr(data-show);
}
.p-estimates__charge li > div > a.is-active:before {
  content: "-";
}
.p-estimates__charge li > div > a.is-active:after {
  content: attr(data-hide);
}
.p-estimates__charge li > div > div {
  display: none;
}
.p-estimates__charge li > div > div.is-show {
  display: block;
}
.p-estimates__charge li > div > div.is-show dl {
  border-bottom: 2px solid #d1d1d1;
  border-radius: 0 0 7px 7px;
}
.p-estimates__charge h3 {
  font-weight: bold;
  text-align: left;
}
.p-estimates__charge h3 em {
  display: inline-block;
  background: #53A96D;
  color: #ffffff;
  vertical-align: text-bottom;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  margin-right: 5px;
}
.p-estimates__charge h3 span {
  font-size: 14px;
}
.p-estimates__charge p {
  margin-top: 0.2em;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #53A96D;
  background: #ffffff;
  border-radius: 7px;
  padding: 10px;
  text-align: right;
  line-height: 1.2;
  box-sizing: border-box;
}
.p-estimates__charge p del, .p-estimates__charge p span {
  display: block;
  font-size: 16px;
}
.p-estimates__charge p span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-estimates__charge p span del {
  margin-right: 0.5em;
}
.p-estimates__charge p span em {
  background-color: #E35D54;
  color: #ffffff;
  padding: 0.1em 0.5em;
  font-size: 14px;
  margin-left: 0.5em;
}
.p-estimates__charge.ext-monthly p {
  background: #ffffff;
  border: 2px solid #d1d1d1;
}
.p-estimates__charge dl {
  width: calc(100% - 1em);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  font-size: 14px;
  padding: 0.7em 1em;
  margin: 0 7px;
  background-color: #ffffff;
  border-left: 2px solid #d1d1d1;
  border-right: 2px solid #d1d1d1;
}
.p-estimates__charge dl dt {
  font-weight: bold;
  width: 60%;
}
.p-estimates__charge dl dd {
  width: 40%;
  text-align: right;
}
.p-estimates__charge dl dd del {
  margin-right: 0.5em;
}
@media screen and (max-width: 820px) {
  .p-estimates__charge dl dd del {
    display: block;
    margin-right: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-estimates__charge dl {
    padding: 1em;
  }
}
.p-estimates__charge.ext-monthly dl {
  border-left: 2px solid #d1d1d1;
  border-right: 2px solid #d1d1d1;
}
.p-estimates__charge.ext-monthly li > div > a {
  border-color: #d1d1d1;
  color: #222;
}
@media screen and (min-width: 821px) {
  .p-estimates__charge li {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .p-estimates__charge li h3 {
    flex-shrink: 0;
    flex-grow: 0;
    width: 40%;
    padding-right: 1em;
    box-sizing: border-box;
  }
  .p-estimates__charge li > div {
    flex-shrink: 1;
    flex-grow: 1;
    width: 60%;
  }
  .p-estimates__charge li p {
    width: 100%;
  }
  .p-estimates__charge li a:hover {
    opacity: 1;
  }
}
.p-estimates__total {
  margin: 0 auto;
  background: #edf6f0;
  padding-bottom: 0.2em;
  position: relative;
}
.p-estimates__total:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 20px solid #edf6f0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
}
.p-estimates__total > h2 {
  background: #53A96D;
  color: #ffffff;
  padding: 0.4em 0.4em 0.2em;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
}
.p-estimates__total > div {
  text-align: right;
  font-weight: bold;
  border: 2px solid #d1d1d1;
  border-radius: 7px;
  background: #ffffff;
  padding: 10px 10px 5px;
  margin: 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) {
  .p-estimates__total > div > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.p-estimates__total > div p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-estimates__total > div p.ext-name {
  display: block;
  text-align: left;
  padding-bottom: 6px;
}
@media screen and (min-width: 821px) {
  .p-estimates__total > div p.ext-name {
    width: 55%;
    padding-right: 1em;
    box-sizing: border-box;
    padding-bottom: 12px;
  }
}
.p-estimates__total > div p.ext-note {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}
.p-estimates__total > div strong {
  font-size: 32px;
  margin-left: 16px;
}
.p-estimates__total > div em {
  background-color: #E35D54;
  color: #ffffff;
  padding: 0 0.7em;
  margin-left: 0.5em;
}
.p-estimates__total > div del {
  margin-right: 0.5em;
}
.p-estimates__total > div span {
  display: inline-block;
  background: #53A96D;
  color: #ffffff;
  vertical-align: text-bottom;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
  border-radius: 10px;
}
.p-estimates__total.ext-multiple {
  margin-bottom: 0;
}
.p-estimates__total.ext-multiple:after {
  display: none;
}
@media screen and (max-width: 820px) {
  .p-estimates__total.ext-multiple > div p {
    display: block;
    margin-bottom: 10px;
  }
  .p-estimates__total.ext-multiple > div p strong {
    display: inline-block;
    margin-top: 5px;
  }
}
.p-estimates__alert {
  display: none;
  font-size: 12px;
  font-weight: bold;
  color: #E35D54;
}
.p-estimates__alert.is-alert {
  display: block;
}

.c-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 0.4s;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: -100vh;
  opacity: 0;
  z-index: 90;
  text-align: center;
}
.c-loading span::after {
  content: "";
  widows: 92px;
  height: 92px;
  display: block;
  background: url(/images/rwd/component/img-loading.gif) no-repeat center center;
}
.c-loading.is-active {
  top: 0;
  opacity: 1;
}

/*

【CSS表記ルール】
CSSの表記につきましては以下のルールに則って記述をお願いいたします。

1.bodyタグにid等を付けない
フレームワークの仕様により、bodyタグの出し分けが困難なためbodyにディレクトリ毎のidを振るのは禁止とさせて頂きます。
その代わりbody直下のwrapperに対してはディレクトリ毎のidを振って頂いて大丈夫です。

2.class名、id名の表記
フレームワークの仕様により、公開時は全てのCSSが1つのファイルに統合されます。
そのためclass,idの名前が被らないよう以下のルールに則って記述をお願いいたします。

#(wrapperのid名) .(wrapperのid名)_(個別のクラス名)
例:
#about .about_box{
	margin:10px auto;
}

3.!important は使わないようお願いたします。（どうしても必要な場合はご連絡ください。）

4.@importでのcssの読み込みはしないようお願いいたします。

*/
@media (min-width: 821px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 820px) {
  .pc_only {
    display: none !important;
  }
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}

.responsive_form {
  max-width: 820px;
  width: 100%;
  margin: 30px auto;
  padding: 0px;
  background: #FFF;
}

.plist_rwd + .responsive_form {
  margin: 30px auto 30px auto !important;
}

.responsive_form p {
  margin: 0 0 20px 0;
  line-height: 1.6em;
}

.responsive_form p.banner_worker img {
  width: 100%;
}

.p-oakmember_banner {
  text-align: center;
}

.p-oakmember_banner a,
.p-oakmember_banner span {
  display: block;
  position: relative;
  cursor: pointer;
}

.p-oakmember_banner img {
  width: 100% !important;
  height: auto;
}

.p-oakmember_banner.ext-pr a:after {
  content: "PR";
  background: #E35D54;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 820px) {
  .p-oakmember_banner.ext-pr a:after {
    font-size: 12px;
  }
}
.responsive_form h3 {
  position: relative;
  padding-bottom: 0.5em;
  /*border-bottom: 4px solid #ccc;*/
  color: #222222;
  font-size: 20px;
  /*
  margin: 40px 0 20px 0;
  */
  font-weight: 600;
  width: 100%;
  clear: both;
}

/*
.responsive_form h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color:#E35D54;
}
*/
.responsive_form h3 .leave1 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 20px;
}

.responsive_form h4 {
  position: relative;
  /*
  padding: .2em 0 .4em .75em;
  border-left: 6px solid #ccc;
  */
  font-size: 20px;
  font-weight: bold;
  /*
  font-weight: 600;
  color: #E35D54;
  */
  margin: 30px 0 20px 0;
}

/*
.responsive_form h4::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color:#E35D54;
}
*/
.responsive_form h5 {
  position: relative;
  padding: 0.2em 0 0.4em;
  font-size: 16px;
  font-weight: 600;
  color: #E35D54;
  margin: 30px 0 20px 0;
}

.responsive_form table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px 0;
  font-size: 14px;
  table-layout: fixed;
}

.responsive_form th {
  border-top: #D1D1D1 1px solid;
  border-bottom: #D1D1D1 1px solid;
  border-left: #D1D1D1 1px solid;
  border-right: #D1D1D1 1px solid;
  text-align: left;
  background: #FFFFFF;
  padding: 15px 10px;
  font-weight: normal;
  /*
     max-width: 50%;
  min-width: 25%;
  */
  box-sizing: border-box;
}

.responsive_form td {
  border-top: #D1D1D1 1px solid;
  border-bottom: #D1D1D1 1px solid;
  border-right: #D1D1D1 1px solid;
  border-left: #D1D1D1 1px solid;
  text-align: left;
  padding: 15px 10px;
  box-sizing: border-box;
  word-wrap: break-word;
}

@media screen and (max-width: 820px) {
  .responsive_form th {
    display: block;
    width: 100% !important;
    border-bottom: none;
    padding-bottom: 0;
  }
  .responsive_form td {
    display: block;
    width: 100% !important;
    border-top: none;
    border-bottom: none;
  }
  .responsive_form tr:nth-last-child(1) td {
    border-bottom: 1px solid #D1D1D1;
  }
}
.responsive_form tr.current {
  font-weight: bold;
}

.responsive_form table .input_txt {
  width: 95% !important;
}

@media (max-width: 820px) {
  .responsive_form table .input_txt {
    width: 94% !important;
  }
}
.responsive_form table.MarB0 {
  margin-bottom: 0px;
}

.responsive_form table .MarB0 {
  margin-bottom: 0px;
}

.responsive_form th.w200,
.responsive_form td.w200 {
  width: 200px;
}

.responsive_form th.w300,
.responsive_form td.w300 {
  width: 300px;
}

.responsive_form .estimate_days {
  display: inline-block;
  margin-left: 0.5em;
}

@media (max-width: 820px) {
  .responsive_form th.w200,
  .responsive_form td.w200,
  .responsive_form th.w300,
  .responsive_form td.w300 {
    width: auto;
  }
  .responsive_form table.is-responsive,
  .responsive_form table.is-responsive tbody,
  .responsive_form table.is-responsive tr,
  .responsive_form table.is-responsive th,
  .responsive_form table.is-responsive td {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .responsive_form table.is-responsive th.t_top,
  .responsive_form table.is-responsive td.t_top {
    border-top: none;
  }
  .responsive_form table.is-responsive th.t_top:first-child,
  .responsive_form table.is-responsive td.t_top:first-child {
    border-top: #E35D54 4px solid;
  }
}
.responsive_form td._total,
.responsive_form th._total {
  color: #E35D54;
  font-weight: bold;
  font-size: larger;
}

.responsive_form .alarm {
  border-right: #e3e3e3 1px solid;
  border-left: #e3e3e3 1px solid;
  border-bottom: #e3e3e3 1px solid;
  padding: 10px;
}

.responsive_form ul {
  list-style: none;
  margin: 15px 0;
}

.responsive_form ul li {
  margin: 0 0 5px 0;
}

.responsive_form ul li:before {
  content: "・";
  color: red;
}

.responsive_form ol {
  margin: 15px 0 15px 20px;
}

.responsive_form ol li {
  margin: 0 0 5px 0;
}

.responsive_form dl {
  margin: 15px 0;
}

.responsive_form dl dt {
  font-weight: bold;
}

.responsive_form dl dd {
  margin: 0 0 5px 0;
}

.responsive_form input[type=checkbox] {
  margin: 0 5px 0 10px;
}

.responsive_form input[type=radio] {
  margin: 0 5px 0 10px;
}

.responsive_form input[type=submit] {
  border: none;
  background: none;
}

.responsive_form input[type=text],
.responsive_form textarea {
  background: #EFEFEF;
  display: block;
  padding: 10px;
  border: none;
}

input[type=text]:focus,
textarea:focus {
  border: 1px solid #222;
  outline: 0;
}

.responsive_form .sendbox {
  width: auto;
  text-align: center;
}

.responsive_form .sendbox._flex {
  display: flex;
}

.responsive_form .sendbox .submit_btn {
  text-align: center;
  font-size: 16px;
  padding: 10px 10px;
  color: #fff;
  width: 48%;
  font-weight: bold;
  border-radius: 5px;
  margin: 10px auto 10px auto;
  padding: 10px 10px;
  background: no-repeat #3C3C3C 10px;
  background-size: 10px;
  cursor: pointer;
  text-decoration: none;
}

.responsive_form .sendbox .submit_btn.backbtn {
  /*border: 3px solid #e94f4c;*/
  background: #B4B4B4;
  color: #FFFFFF;
}

.responsive_form .sendbox .submit_btn + .submit_btn {
  margin-left: 10px;
}

@media (max-width: 820px) {
  .responsive_form .sendbox._flex {
    flex-direction: column-reverse;
  }
  .responsive_form .sendbox._flex .submit_btn {
    width: 100%;
    box-sizing: border-box;
  }
  .responsive_form .sendbox .submit_btn + .submit_btn {
    margin-left: 0;
  }
}
/* MyHome
=======================================*/
.responsive_form .myhomebox {
  width: 100%;
  background: #f4f4f4;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  box-pack: start;
  position: relative;
  margin: 0 0 20px 0;
}

.responsive_form .myhomebox .full {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  width: 100%;
  height: 100%;
}

.responsive_form .myhomebox .full p {
  border-radius: 10px;
  border: 5px solid #E35D54;
  text-align: center;
  color: #E35D54;
  display: inline-block;
  font-size: 40px;
  padding: 20px 100px 15px 100px;
  position: absolute;
  letter-spacing: 0.1em;
  left: 50%;
  margin: 0 0 0 -5em;
  top: 40%;
  transform: rotate(-15deg);
}

.responsive_form .myhomebox .left {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.responsive_form .myhomebox .left li {
  position: relative;
}

.responsive_form .myhomebox .left img {
  width: 100%;
  padding: 0;
}

.responsive_form .myhomebox .left .bx-next {
  background: url(/oakmember/images/myhome/bukken/arrow_r_on.png);
  width: 16px;
  height: 32px;
  position: absolute;
  top: 150px;
  right: 15px;
}

.responsive_form .myhomebox .left .bx-prev {
  background: url(/oakmember/images/myhome/bukken/arrow_l_on.png);
  width: 16px;
  height: 32px;
  position: absolute;
  top: 150px;
  left: 15px;
}

.responsive_form .share {
  background: #007FC4;
}

.responsive_form .apart {
  background: #00BDC1;
}

.responsive_form .social {
  background: #FFBC00;
}

.responsive_form .share_apart {
  background: #a482ea;
}

.responsive_form .icon {
  width: auto;
  text-align: center;
  padding: 10px 15px 7px 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
  z-index: 9;
}

.responsive_form .myhomebox .right {
  width: 50%;
}

.responsive_form .myhomebox .right h3 {
  width: 90% !important;
  font-size: 20px;
  padding: 10px 5px;
  margin: 17px auto 20px auto;
  font-weight: bold;
}

.responsive_form .myhomebox .right .box_inner {
  width: 90%;
  margin: auto;
}

.responsive_form .myhomebox .right p {
  display: inline-block;
}

.responsive_form .myhomebox .right p {
  font-size: 27px;
  font-weight: bold;
  color: #e94f4c;
  margin: 0 20px 0px 0;
  letter-spacing: 0.05em;
}

.responsive_form .myhomebox .right p span {
  font-weight: normal;
}

.responsive_form .myhomebox .right p span.icon_bg {
  display: block;
  background: #e94f4c;
  text-align: center;
  font-size: 12px;
  padding: 5px 10px;
  color: #fff;
  width: auto;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 0 0px 0;
  letter-spacing: 0;
  line-height: 1.2em;
}

.responsive_form .myhomebox .right　dl {
  margin: 0;
  padding: 0;
}

.responsive_form .myhomebox .right dt {
  font-weight: bold;
  float: left;
}

.responsive_form .myhomebox .right dd {
  margin: 10px 20px 10px 0;
}

.responsive_form .myhomebox .right p.btn {
  background: #e94f4c;
  text-align: center;
  font-size: 16px;
  padding: 10px 10px;
  color: #fff;
  width: 96%;
  font-weight: bold;
  border-radius: 5px;
  margin: 10px auto 10px auto;
  padding: 10px 10px;
}

/* PAGER */
.responsive_form .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  z-index: 9;
  margin: 0 0 0 -50px;
  position: absolute;
  left: 50%;
  bottom: 20px;
}

.responsive_form .bx-wrapper .bx-pager .bx-pager-item,
.responsive_form .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.responsive_form .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e94f4c;
}

.responsive_form .bxslider {
  margin: 0;
}

.responsive_form .bxslider li {
  display: none;
  list-style: none;
  margin: 0;
}

.responsive_form .bxslider li:before {
  display: none;
  list-style: none;
  margin: 0;
  content: none;
}

.responsive_form .bx-viewport .bxslider li {
  display: block !important;
}

.responsive_form .bx-viewport .bxslider li:before {
  display: block !important;
  content: none;
}

.responsive_form .point .tit,
.responsive_form .pending .tit {
  background: #E35D54;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  margin: 0 10px 0 0;
  white-space: nowrap;
}

.responsive_form .point a {
  color: #E35D54;
}

.responsive_form .point .alert {
  color: #E35D54;
  line-height: 3em;
  font-size: 12px;
}

.responsive_form .point .num {
  color: #E35D54;
  font-weight: bold;
  margin: 0 5px 0 0;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.responsive_form .pending {
  display: flex;
  align-items: center;
}

.responsive_form .pending .txt {
  color: #E35D54;
  margin: 0 5px 0 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  flex-grow: 1;
}

.responsive_form .pending .txt a {
  color: #E35D54;
  text-decoration: underline;
}

.responsive_form .pending .txt a:hover {
  text-decoration: none;
}

.responsive_form .pending .txt span a {
  display: inline-block;
  margin-right: 5px;
}

.responsive_form .pending .txt span:after,
.responsive_form .pending .txt a:after {
  content: ",";
}

.responsive_form .pending .txt span:last-child:after,
.responsive_form .pending .txt a:last-child:after {
  display: none;
}

@media (max-width: 820px) {
  .responsive_form .point + .pending {
    margin-top: -10px;
  }
}
.responsive_form select {
  width: 70%;
  font-size: 16px;
  margin: 5px 0;
  padding: 5px;
}

@media (max-width: 820px) {
  .responsive_form select {
    width: 100%;
    font-size: 16px;
    margin: 5px 0;
  }
}
.responsive_form input[type=text],
.responsive_form input[type=password] {
  width: 70%;
  font-size: 20px;
  margin: 0 0 5px 0;
}

.responsive_form td textarea.textarea-middle {
  width: 95%;
  min-height: 200px;
  font-size: 16px;
  resize: none;
  /*border: 1px solid #e3e3e3;*/
}

@media (max-width: 820px) {
  .responsive_form td textarea.textarea-middle {
    width: 94%;
    min-height: 200px;
    font-size: 16px;
    resize: none;
    /*border: 1px solid #4c4c4c;*/
  }
}
input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

@media (max-width: 820px) {
  html, body {
    min-width: 0px;
  }
  .responsive_form {
    width: 90%;
    margin: 60px auto 30px auto;
    padding: 0px;
  }
  .responsive_form .myhomebox {
    width: 100%;
    display: block;
    display: block;
    display: block;
  }
  .responsive_form .myhomebox .left {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    clear: both;
    display: block;
  }
  .responsive_form .myhomebox .right {
    width: 100%;
    clear: both;
    display: block;
    position: relative;
  }
  .responsive_form .myhomebox .full p {
    border-radius: 10px;
    border: 5px solid #E35D54;
    text-align: center;
    color: #E35D54;
    display: inline-block;
    font-size: 25px;
    padding: 20px 100px 15px 100px;
    position: absolute;
    letter-spacing: 0.1em;
    left: 40%;
    margin: 0 0 0 -5em;
    top: 40%;
    transform: rotate(-15deg);
  }
  #pagetop {
    display: none;
  }
  .responsive_form table th {
    width: 40%;
    vertical-align: top;
  }
  .responsive_form td {
    width: 60%;
  }
  .responsive_form th,
  .responsive_form td {
    font-size: 16px;
  }
}
.responsive_form .waitNum {
  color: #E94F4C;
  font-size: 20px;
  font-weight: bold;
}

/* oakMemories
=======================================*/
.responsive_form .oakMemoriesbox,
.responsive_form .oakMemoriesbox_upload {
  border: #e3e3e3 1px solid;
  position: relative;
  margin-bottom: 20px;
  height: 19.5em;
  overflow: hidden;
}

.responsive_form .delete {
  border-left: #e3e3e3 1px solid;
  border-bottom: #e3e3e3 1px solid;
  width: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  font-size: 18px;
}

.responsive_form .delete .deleteBtn {
  background: url(/images/oakmember/delete_r.png) no-repeat;
  display: block;
  border: none;
  height: 26px;
  width: 40px;
}

.responsive_form .delete .deleteBtn:hover {
  background: url(/images/oakmember/delete_w.png) no-repeat;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.responsive_form .oakMemoriesbox .oakMemories_left,
.responsive_form .oakMemoriesbox_upload .oakMemories_left {
  display: inline-block;
  margin: 30px 20px;
}

.responsive_form .oakMemoriesbox .oakMemories_left label,
.responsive_form .oakMemoriesbox_upload .oakMemories_left label {
  display: block;
}

.responsive_form .oakMemoriesbox .oakMemories_left label:hover,
.responsive_form .oakMemoriesbox_upload .oakMemories_left label:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.responsive_form .oakMemoriesbox .oakMemories_left label.label,
.responsive_form .oakMemoriesbox_upload .oakMemories_left label.label {
  background-color: #FFFFFF;
  width: 895px;
  text-align: center;
  padding: 55px 0 30px 0;
}

.responsive_form .oakMemoriesbox_upload .oakMemories_left label.label p {
  color: #B3B3B3;
  font-size: 18px;
  padding-top: 10px;
}

.responsive_form .oakMemoriesbox .oakMemories_right {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin: 30px 20px 30px 0;
}

.responsive_form .oakMemoriesbox .oakMemories_right .textareabox {
  display: inline-block;
  max-width: 700px;
  vertical-align: top;
  width: 100%;
}

.responsive_form .oakMemoriesbox .oakMemories_right .textareabox dl dt {
  float: left;
  clear: left;
  width: 130px;
}

.responsive_form .oakMemoriesbox .oakMemories_right .textareabox dl dd {
  float: left;
  width: 520px;
}

.responsive_form .oakMemoriesbox .oakMemories_right textarea {
  width: 100%;
  height: 156px;
  font-size: 16px;
  font-family: inherit;
}

.responsive_form .oakMemoriesbox .oakMemories_right p {
  margin: 10px 0 0 0;
}

.responsive_form .oakMemoriesbox .oakMemories_right .selactbox {
  width: 100%;
}

.responsive_form .applybox {
  width: auto;
  text-align: center;
}

.responsive_form .applybox .submit_btn {
  text-align: center;
  font-size: 16px;
  padding: 10px 10px;
  color: #fff;
  width: 50%;
  font-weight: bold;
  border-radius: 5px;
  margin: 10px auto 10px auto;
  padding: 10px 10px;
  background: no-repeat #e94f4c 10px;
  background-size: 10px;
  cursor: pointer;
}

.responsive_form table tr td .yearMonthselactbox {
  width: 90%;
}

.responsive_form .pager {
  overflow: hidden;
}

.responsive_form .pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}

.responsive_form .pager ul li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 3px;
}

.responsive_form .pager ul li::before {
  content: none;
}

.responsive_form .pager ul li span,
.responsive_form .pager ul li a {
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
}

.responsive_form .pager ul li a {
  text-decoration: none;
  color: #e94f4c;
  border: solid 3px #e94f4c;
  box-sizing: border-box;
}

.responsive_form .pager ul li a:hover {
  background: #e94f4c;
  color: #fff;
}

.responsive_form .pager ul li span {
  background: #e94f4c;
  color: #fff;
  border: solid 3px #e94f4c;
}

.responsive_form .thxMessage {
  border: #e94f4c solid 1px;
  position: relative;
  margin-bottom: 30px;
}

.responsive_form .thxMessage p {
  padding: 30px 20px;
  margin-bottom: 0;
}

.responsive_form .thxMessage .delete {
  border-left: solid 1px #e94f4c;
  border-bottom: solid 1px #e94f4c;
}

@media (max-width: 820px) {
  .responsive_form .oakMemoriesbox {
    height: 37em;
    overflow: hidden;
  }
  .responsive_form .oakMemoriesbox_upload {
    height: 270px;
    overflow: hidden;
  }
  .responsive_form .oakMemoriesbox .oakMemories_left,
  .responsive_form .oakMemoriesbox_upload .oakMemories_left {
    text-align: center;
    display: block;
  }
  .responsive_form .oakMemoriesbox .oakMemories_left label.label,
  .responsive_form .oakMemoriesbox_upload .oakMemories_left label.label {
    width: 100%;
  }
  .responsive_form .oakMemoriesbox .oakMemories_right {
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }
  .responsive_form .oakMemoriesbox .oakMemories_right .textareabox dl {
    margin: 0 auto;
  }
  .responsive_form .oakMemoriesbox .oakMemories_right .textareabox dl dt {
    width: 100%;
  }
  .responsive_form .oakMemoriesbox .oakMemories_right .textareabox dl dd {
    width: 100%;
  }
  .responsive_form table tr td .yearMonthselactbox {
    width: 70%;
  }
  .responsive_form .oakMemoriesbox2 {
    height: 44em;
  }
  .responsive_form img {
    width: 210px;
  }
  .responsive_form .label img {
    width: 65px;
  }
}
/*pao table*/
.responsive_form table.custom-tabpe_01 th {
  border-top: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}

.responsive_form table.custom-tabpe_01 td {
  border-top: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}

.responsive_form table.custom-tabpe_01 th.day {
  width: 10%;
  text-align: center;
}

.responsive_form table.custom-tabpe_01 th.other {
  width: 25%;
}

/*/pao table*/
/*account table*/
.btn_table a {
  width: auto;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 2px 10px;
  color: #fff;
  background-color: #E35D54;
  border-radius: 25px;
  margin: 0 0 0 10px;
}

.btn_table a:hover {
  opacity: 0.7;
}

@media (max-width: 820px) {
  .btn_table a {
    display: block;
  }
}
/*account table*/
/*add payment*/
.responsive_form div.alert {
  border: 2px solid #E35D54;
  padding: 7px;
}

.responsive_form div.alert p {
  margin: 0;
  padding: 0;
  color: #E35D54;
  font-weight: bold;
}

.responsive_form .rent {
  font-size: 24px;
  font-weight: bold;
  font-weight: bold;
}

.responsive_form .rent .total_price {
  font-style: normal;
}

.responsive_form .rent span {
  font-size: 14px;
  font-weight: bold;
}

.responsive_form .rent span a {
  font-size: 14px;
  font-weight: normal;
}

.responsive_form p.btn {
  background: #E35D54;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 78%;
  font-weight: bold;
  border-radius: 5px;
  margin: 10px auto 10px auto;
  word-wrap: break-word;
  padding: 0 10%;
}

.responsive_form p.btn a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.responsive_form input.btn {
  background: #e94f4c;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 98%;
  font-weight: bold;
  border-radius: 5px;
  margin: 10px auto 10px auto;
  padding: 10px 0;
  cursor: pointer;
}

.responsive_form .unread {
  color: #E35D54;
  font-weight: bold;
}

.responsive_form .unread a {
  color: #E35D54;
}

.responsive_form .unread td:nth-child(1):before {
  content: "●";
  padding: 0 5px 0 0;
}

.rank_link {
  background: #e94f4c;
  text-align: center;
  font-size: 10px;
  color: #fff;
  width: 66%;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 0 0 10px;
}

.rank_link a {
  color: #fff;
  text-decoration: none;
}

.responsive_form .attention {
  color: #e94f4c;
  font-weight: bold;
  margin: 0 0 0 10px;
}

.attention a {
  color: #e94f4c;
}

.responsive_form table.smart_table {
  table-layout: fixed;
  width: 100%;
}

.responsive_form table.smart_table th,
.responsive_form table.smart_table td {
  text-align: center;
  width: 20px !important;
}

.responsive_form table.smart_table .rank {
  background: #FFFFFF;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.responsive_form table .t_top.rank {
  background: #FFFFFF;
  color: #000;
  font-weight: bold;
}

.responsive_form .payment_bank {
  display: block;
  width: 100%;
}

.responsive_form .payment_card {
  display: none;
}

.responsive_form .payment_payeasy {
  display: none;
}

.responsive_form .total {
  font-size: 20px;
}

.responsive_form .link_list {
  font-size: 16px;
  font-weight: bold;
}

.responsive_form .link_list .current {
  font-weight: bold;
  color: #E35D54;
}

.responsive_form .red_bg {
  background: #ffe3e2;
}

.responsive_form .col3 {
  display: flex;
  flex-wrap: wrap;
}

.responsive_form .col3 p.btn {
  margin: 0 1%;
  width: 30%;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.responsive_form .col3 input.btn {
  margin: 0 1%;
  width: 30%;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media (max-width: 820px) {
  .responsive_form .col3 p.btn {
    margin: 0;
    width: 98%;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .responsive_form .col3 input.btn {
    margin: 0;
    width: 98%;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media print {
  #header_rwd,
  #lang,
  #footer,
  #side,
  .point,
  .banner_worker,
  .pager {
    display: none;
  }
}
/* page list */
#oakmember #wrapper .plist {
  background: #EFEFEF;
  font-size: 1.2rem;
  padding: 10px 12px 7px 12px;
  font-size: 12px;
  list-style: none !important;
  position: relative;
}

#oakmember #wrapper .plist + .plist {
  padding-top: 0;
  margin-top: -5px;
}

#oakmember #wrapper .plist > li {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

#oakmember #wrapper .plist > li:before {
  content: ">";
  margin-right: 5px;
  color: #666;
}

#oakmember #wrapper .plist > li.p-message_alert {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 820px) {
  #oakmember #wrapper .plist > li.p-message_alert {
    position: relative;
    transform: none;
    right: auto;
  }
}
#oakmember #wrapper .plist > li.p-message_alert:before {
  display: none;
}

#oakmember #wrapper .plist > li.home:before {
  content: "";
}

#oakmember #wrapper .plist + .plist > li:first-child {
  position: relative;
  padding-left: 1.5em;
}

#oakmember #wrapper .plist + .plist > li:first-child:before {
  content: "└";
  position: absolute;
  top: 0;
  left: 0;
}

#oakmember #wrapper .plist > li a {
  text-decoration: underline;
  color: #231815;
}

#oakmember #wrapper .plist .home {
  padding-right: 5px;
}

.ChangeElem_Panel {
  display: none;
}

#oakmember #wrapper .tab_btn.tab_btn {
  padding: 10px 0;
  background: #B3B3B3;
  cursor: pointer;
}

#oakmember #wrapper .tab_btn.is-active {
  background: #E94F4C;
}

#oakmember #wrapper .toolpoint {
  text-decoration: none;
  background: #fff url(/svg/icn-tooltip_information.svg) no-repeat center center/8px 8px;
  text-indent: -10000px;
  border: 1px solid #222;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin: 0 0 0 7px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

#oakmember #wrapper .toolpoint a {
  text-decoration: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
  font-size: 12px;
}

body .ui-tooltip {
  border-width: 0px;
}

.icon_worker {
  color: #fff;
  padding: 0;
  margin: 0 0 20px 5px;
  width: 24%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
}

@media (max-width: 820px) {
  .workerbox {
    display: flex;
    flex-wrap: wrap;
  }
  .icon_worker {
    color: #fff;
    padding: 0;
    margin: 0 0 10px 10px;
    width: 46%;
    line-height: 50px;
    text-align: center;
    border-radius: 20px;
    position: relative;
  }
  .icon_worker img {
    width: 100% !important;
  }
}
.icon_worker a {
  text-decoration: none;
}

.icon01 {
  background-color: #FFFBED;
}

.icon02 {
  background-color: #F1FFF3;
}

.icon03 {
  background-color: #F1FEFF;
}

.icon04 {
  background-color: #FFF5F7;
}

.icon05 {
  background-color: #FFFFF0;
}

.icon_worker img {
  width: 100%;
}

.icon_worker p {
  margin: 0;
  color: #000;
  font-weight: bold;
}

.icon_worker.none img {
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.icon_worker.none {
  background: #efefef;
}

.responsive_form ul li.active {
  font-weight: bold;
  color: #E35D54;
}

.responsive_form table.smart_table_2 {
  table-layout: fixed;
  width: 100%;
}

.responsive_form table.smart_table_2 th {
  width: 30%;
  text-align: left;
}

.responsive_form table.smart_table_2 td {
  text-align: left;
  width: 70%;
}

.responsive_form table.smart_table2 .rank {
  background: #FFFFFF;
  color: #000;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 820px) {
  .bank-img img {
    width: 100% !important;
  }
}
h5 span.number {
  font-size: 28px;
  margin: 20px 10px 0 0;
}

h5 em.red {
  color: #E35D54;
  font-size: 22px;
  font-style: normal;
  line-height: 1.7em;
}

.responsive_form .img_respond {
  border: 4px solid #ccc;
  padding: 0;
  line-height: 0;
}

.responsive_form .img_respond img {
  width: 100%;
  padding: 0;
  line-height: 0;
}

@media (max-width: 820px) {
  .responsive_form .img_respond img {
    width: 100%;
  }
}
/* responsive footer 
既存のfooterスタイルと競合しないために、意図的にHTML構造に依存したCSS設計になっています。*/
#footer > a > p {
  text-align: center;
  padding: 5px 0 30px;
}

#footer > a > p > img {
  width: 200px;
  height: auto;
}

@media (max-width: 820px) {
  #footer > a > p {
    text-align: center;
    padding: 0 0 20px;
  }
  #footer > a > p > img {
    width: 150px;
    height: auto;
  }
}
/* WEB-1722 */
.p-message_alert {
  font-size: 14px;
  margin-bottom: 0 !important;
  z-index: 10;
  margin-left: auto;
  margin-right: 0 !important;
  position: relative;
}

.p-message_alert:before {
  display: none;
}

.p-message_alert__toggle {
  white-space: nowrap;
  margin-bottom: 0 !important;
}

.p-message_alert__toggle a {
  cursor: pointer;
}

.p-message_alert__toggle img {
  vertical-align: middle;
  width: auto !important;
  height: 18px;
  margin-right: 0.5em;
}

.p-message_alert__counter {
  background: #E35D54;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-left: 0.5em;
}

.p-message_alert__layer {
  position: absolute;
  left: -100000px;
  background: #fff;
  border: 1px solid #d0d0d0;
  padding: 15px;
  text-align: left;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
  min-width: 250px;
  box-sizing: border-box;
  transform: translate(0, -30px);
}

.p-message_alert__layer.is-active {
  opacity: 1;
  transform: none;
  left: auto;
  right: 0;
}

.p-message_alert__title {
  margin-bottom: 0 !important;
  font-weight: bold;
  background: #efefef;
  padding: 10px 10px;
}

.p-message_alert__list {
  margin: 15px 0 0 !important;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .p-message_alert {
    width: 100%;
    height: auto;
    text-align: left;
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin-top: 5px;
  }
  .p-message_alert__layer.is-active {
    top: auto;
    left: 0;
    right: auto;
  }
}
.p-pending_index .t_top {
  text-align: center !important;
}

.p-pending_index th,
.p-pending_index td {
  width: 15%;
  text-align: center !important;
}

.p-pending_index th:nth-child(1) {
  width: 35%;
}

.p-pending_index td:nth-child(1) {
  width: 35%;
  text-align: left !important;
}

.p-pending_index__btn {
  display: inline-block;
  background: #E35D54;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 0.3em 0.5em;
  text-decoration: none !important;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
}

.p-pending_index__select {
  width: 100% !important;
  font-size: 14px !important;
  padding: 0.2em !important;
}

@media (max-width: 820px) {
  .p-pending_index {
    border-top: 3px solid #e3e3e3;
    display: block;
  }
  .p-pending_index .t_top {
    display: none !important;
  }
  .p-pending_index tr {
    display: flex !important;
    flex-wrap: wrap;
  }
  .p-pending_index td:nth-child(1) {
    width: 100%;
    font-weight: bold;
    background: #FFFFFF;
  }
  .p-pending_index td:nth-child(2) {
    width: 30% !important;
  }
  .p-pending_index td:nth-child(3) {
    width: 40% !important;
    border-left: none !important;
  }
  .p-pending_index td:nth-child(4) {
    width: 30% !important;
    border-left: none !important;
  }
  .p-pending_index__btn {
    width: 80%;
  }
}
/* Shortcut */
.c-oakmem_shortcut_menu {
  position: fixed;
  right: 0;
  top: 140px;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.4s;
}

.c-oakmem_shortcut_menu.is-static {
  position: absolute;
  opacity: 0;
}

.c-oakmem_shortcut_menu a {
  writing-mode: vertical-rl;
  display: block;
  font-size: 14px;
  font-weight: bold;
  background: #E35D54;
  text-decoration: none;
  color: #fff;
  width: 55px;
  height: 200px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 55px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  letter-spacing: 0.1em;
}

.c-oakmem_shortcut_menu a:after {
  content: "";
  background: url(/svg/icn-mypage_menu.svg) no-repeat left top;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 10px;
}

@media (max-width: 820px) {
  .c-oakmem_shortcut_menu a {
    font-size: 12px;
    width: 30px;
    height: 200px;
    line-height: 30px;
  }
}
/* Title */
.responsive_form h3.c-oakmem_title {
  display: flex;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  white-space: nowrap;
}

.responsive_form h3.c-oakmem_title:before {
  display: none;
}

.responsive_form h3.c-oakmem_title:after {
  content: "";
  display: block;
  height: 4px;
  border-left: 84px solid #E35D54;
  background: #b3b3b3;
  flex-grow: 1;
  position: static;
  margin-left: 20px;
}

/* Tab */
.c-oakmem_tabunit__nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 !important;
  height: 44px;
}

.c-oakmem_tabunit__nav > li {
  box-flex: 1;
  width: 100%;
  padding-top: 8px;
  display: flex;
  align-items: stretch;
  margin: 0 !important;
  transition: all 0.4s;
}

.c-oakmem_tabunit__nav > li.is-active {
  padding-top: 0;
}

.c-oakmem_tabunit__nav > li a {
  box-flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  border-radius: 5px 5px 0 0;
  color: #000;
  font-size: 14px;
  padding: 14px;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: height 0.4s;
}

.c-oakmem_tabunit__nav > li + li {
  margin-left: 7px !important;
}

.c-oakmem_tabunit__nav > li.is-active a {
  color: #fff;
  background: #E35D54;
}

.c-oakmem_tabunit__nav > li:before {
  display: none;
}

.c-oakmem_tabunit__content {
  border: 2px solid #ea504b;
  padding: 20px 15px 0;
  border-radius: 0 0 5px 5px;
}

.c-oakmem_tabunit__content__item {
  border-radius: 0 0 5px 5px;
  opacity: 0;
  position: fixed;
  left: -100%;
  top: -100%;
  transition: opacity 0.6s;
  width: 100%;
}

.c-oakmem_tabunit__content__item.is-active {
  position: static;
  opacity: 1;
}

.responsive_form .c-oakmem_tabunit + p.btn {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0;
  margin-top: 20px;
}

@media (max-width: 820px) {
  .responsive_form .c-oakmem_tabunit .p-message_index tr + tr {
    margin-top: 0;
    margin-bottom: 2em;
  }
  .responsive_form .c-oakmem_tabunit .p-message_index tr + tr:last-child {
    margin-bottom: 0;
  }
}
/* Grid Menu */
.c-oakmem_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  letter-spacing: 0.1em;
}

.c-oakmem_menu li:before {
  display: none;
}

.c-oakmem_menu__item {
  width: 23.5%;
  margin: 0 0 30px 2% !important;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}

.c-oakmem_menu__item:nth-child(4n+1) {
  margin: 0 0 30px 0 !important;
}

.c-oakmem_menu__title {
  font-size: 14px;
  color: #E35D54;
  background: #FFFFFF;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 18px 15px;
  box-sizing: border-box;
}

.c-oakmem_menu__icon,
.c-oakmem_menu__icon--large,
.c-oakmem_menu__icon--exlarge {
  max-height: 20px;
  max-width: 20px;
  margin-right: 7px;
}

.c-oakmem_menu__icon--large {
  max-height: 23px;
  max-width: 23px;
}

.c-oakmem_menu__icon--exlarge {
  max-height: 26px;
  max-width: 26px;
}

.c-oakmem_menu__childlist {
  list-style: none;
  padding: 15px 15px 18px !important;
  margin: 0 !important;
}

.c-oakmem_menu__childlist > li {
  margin: 10px 0 0 !important;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.c-oakmem_menu__childlist > li.c-oakmem_menu__indent {
  border-left: 1px solid #e3e3e3;
  margin: 0 0 0 0.7em !important;
  padding: 0.2em 0 0.2em 0.7em;
  position: relative;
}

.c-oakmem_menu__childlist > li.c-oakmem_menu__indent:before {
  content: "" !important;
  display: block;
  background-color: #e3e3e3;
  width: 0.3em;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

.c-oakmem_menu__childlist > li:first-child {
  margin-top: 0 !important;
}

.c-oakmem_menu__childlist > li > a {
  margin-right: 0;
  display: inline !important;
}

.c-oakmem_menu__pending {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  font-size: 10px;
  border-radius: 3px;
  background: #E35D54;
  color: #fff;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  margin-right: 6px;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .c-oakmem_menu {
    display: block;
  }
  .c-oakmem_menu__item,
  .c-oakmem_menu__item:nth-child(4n+1) {
    margin: 0 0 20px 0 !important;
    width: 100%;
  }
}
/* responsive footer 
コンテンツ幅を超えてしまう箇所を非表示に変更（一時的な措置です。）*/
@media (max-width: 820px) {
  #footer {
    width: 100% !important;
    background: #333333;
  }
  #footer #footbox {
    width: 100% !important;
    background: #333333;
  }
  #footer #footbox .f_logo {
    width: 100% !important;
    margin: auto !important;
    clear: both !important;
    background: #333333;
  }
  #footer .f_logo img {
    width: 50% !important;
    margin: auto !important;
    clear: both !important;
  }
  #footer #f_navibox {
    display: none !important;
  }
  #footer #f_snsbox {
    display: none !important;
  }
  #footer .areaListBox {
    display: none !important;
  }
}
/* アンケートリスト */
.responsive_form .p-enquete__list li:before {
  display: none;
}

.responsive_form .p-enquete__list__item {
  line-height: 1.6;
}

.responsive_form .p-enquete__list__item + .p-enquete__list__item {
  margin-top: 1em;
}

.responsive_form .p-enquete__list__child {
  margin-top: 1em;
  margin-left: 2em;
  border-left: 2px solid #E35D54;
  padding-left: 1em;
  display: none;
}

.responsive_form .p-enquete__list__child.is-active {
  display: block;
}

.responsive_form .p-enquete__list label {
  display: inline-block;
  margin-right: 2em;
  padding-left: 1.5em;
  position: relative;
  cursor: pointer;
}

.responsive_form .p-enquete__list label input[type=checkbox] {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 5px;
}

.responsive_form .p-enquete__list input[type=text] {
  margin: 0;
  font-size: 16px;
}

.responsive_form .p-enquete__list label + input[type=text] {
  margin-left: -1em;
}

.c-button--large {
  display: block;
  background: #E35D54;
  padding: 10px;
  line-height: 1.5;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  max-width: 600px;
  margin: 0 auto;
}

.c-button--large span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.c-button--inline {
  display: inline-block;
  background: #E35D54;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-decoration: none !important;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
}

.detect-pc .c-button--large:hover,
.detect-pc .c-button--inline:hover,
input[type=submit].c-button--block:hover {
  opacity: 0.7;
}

input[type=submit].c-button--block {
  background: #E35D54 !important;
  font-size: 14px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-decoration: none !important;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  padding: 0px 10px 7px 10px;
  cursor: pointer;
}

input[type=submit].c-button--block.c-button--fullsize {
  width: 100%;
  margin: auto;
  padding: 15px 0 35px 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.c-button--step {
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}

.c-button--step:hover {
  opacity: 0.7;
}

.c-button--step span {
  color: #E35D54;
  font-weight: bold;
}

.c-button--step:after {
  content: "i" !important;
  width: 22px;
  height: 22px;
  background: #E35D54 !important;
  color: #FFF;
  position: absolute;
  left: 50%;
  margin: 0 0 0 3.5em;
  top: 0px;
  display: block;
  border-radius: 100%;
}

.timeline {
  list-style: none;
}

.timeline > li {
  margin-bottom: 60px;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-content {
  margin-top: 10px;
  width: 100%;
  padding-bottom: 20px;
  text-align: left;
  line-height: 1.9em;
}

.timeline-content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #E35D54;
  margin-bottom: 20px;
  text-align: center;
}

.timeline-content h3 {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 3px solid #B3B3B3;
}

.timeline-content h3 span {
  font-size: 16px;
  color: #E35D54;
  margin: 0 10px 0 0;
  font-weight: bold;
}

/*
.timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #E35D54;
  color: #fff;
  position: absolute;
  left: 106px;
  top: 0px;
  border-radius: 100%;
}
*/
.remodal-cancel-member {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: #E35D54;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  border: 0;
  outline: 0;
}

.fullroom {
  background: #E35D54;
  color: #fff;
}

.search_box_wrap {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.search_box {
  padding: 30px 0 30px 0;
  border: 1px solid #DDDDDD;
  width: 103%;
  text-align: center;
  font-size: 18px;
  margin: 0 !important;
}

.search_box img {
  padding: 0;
  width: 70%;
}

@media (max-width: 820px) {
  .search_box_wrap {
    width: 250px;
    margin: auto;
    display: flex;
    flex-wrap: wrap !important;
    padding: 20px 0;
  }
  .search_box {
    width: 118px;
    margin-bottom: 5px !important;
  }
  .search_box img {
    padding: 0;
    width: 50%;
  }
}
/*ログインページ言語選択*/
.login_jp {
  display: block;
}

.login_en {
  display: none;
}

input#lang_jp[type=radio],
input#lang_en[type=radio] {
  display: none;
}

input#lang_jp[type=radio] + label {
  position: relative;
  margin: 10px;
  display: inline-block;
  background-image: url("/images/oakmember/flag_jp.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 47px;
  border: 3px solid #CCC;
  opacity: 0.6;
  cursor: pointer;
}

input#lang_jp[type=radio]:checked + label {
  border: 3px solid #E35D54;
  opacity: 1;
  cursor: default;
}

input#lang_en[type=radio] + label {
  position: relative;
  margin: 10px;
  display: inline-block;
  background-image: url("/images/oakmember/flag_en.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 47px;
  border: 3px solid #CCC;
  opacity: 0.6;
  cursor: pointer;
}

input#lang_en[type=radio]:checked + label {
  border: 3px solid #E35D54;
  opacity: 1;
  cursor: default;
}

#wrapper ul.p-login_langselect {
  display: flex;
  margin: 20px 0 30px 0;
}

#wrapper ul.p-login_langselect li:before {
  content: "";
}

#wrapper ul.p-login_langselect li {
  width: 70px;
  height: 47px;
  margin: 0 20px 0 0;
}

#wrapper ul.p-login_langselect li a {
  width: 70px;
  height: 47px;
}

#wrapper ul.p-login_langselect li img {
  width: 100%;
  border: 3px solid #E35D54;
  opacity: 1;
}

#wrapper ul.p-login_langselect li a img {
  width: 70px;
  height: 47px;
  border: 3px solid #CCC;
  opacity: 0.6;
}

#wrapper ul.p-login_langselect li a:hover img {
  border: 3px solid #E35D54;
  opacity: 1;
}

.p-link_icon {
  position: relative;
  padding-left: 22px;
}

.p-link_icon::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: #697b91;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.p-link_icon::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  top: 50%;
  left: 5px;
  margin-top: -1px;
}

.p-box_colorbg {
  background: #FFFFFF;
  border: 3px solid #B3B3B3;
  padding: 20px;
}

.p-box_colorbg h4.p-title_simple {
  border: none !important;
  margin-top: 10px !important;
}

.p-box_colorbg h4.p-title_simple::before {
  content: "";
  background-color: transparent !important;
}

.p-remittance__notice {
  margin-top: 2em;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #E35D54;
  border: 2px solid #E35D54;
  padding: 1em;
}

.p-remittance__notice strong {
  position: relative;
}

.p-remittance__notice strong:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E35D54;
  background-size: contain;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -2px;
}

.p-remittance__notice span {
  color: #333;
}

.p-remittance__lead {
  font-size: 18px;
  text-align: center;
  margin: 2em auto !important;
}

@media (max-width: 820px) {
  .p-remittance__lead {
    margin: 1em auto !important;
  }
}
.p-remittance__alert {
  font-size: 18px;
  text-align: center;
  background: #E35D54;
  padding: 0.7em 1em;
  color: #fff;
  margin: 0 auto !important;
  max-width: 500px;
  position: relative;
}

.p-remittance__alert span {
  display: inline-block;
}

@media (max-width: 820px) {
  .p-remittance__notice,
  .p-remittance__lead,
  .p-remittance__alert {
    font-size: 16px;
  }
  .p-remittance__notice strong:after {
    width: 4px;
    height: 4px;
    top: -7px;
    margin-left: -2px;
  }
}
.p-remittance__alert:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #E35D54;
}

.p-remittance__list {
  padding: 0;
  margin: 3em 0 0 !important;
}

.p-remittance__list li {
  font-size: 16px;
  margin: 3px 0 0 0 !important;
  position: relative;
}

@media (max-width: 820px) {
  .p-remittance__list li {
    font-size: 14px;
  }
}
.p-remittance__list li:last-child label:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #efefef;
}

.p-remittance__list li:last-child :checked + label:after {
  border-top: 10px solid rgba(249, 79, 76, 0.17);
}

.p-remittance__list li:before {
  display: none;
}

.p-remittance__list li label {
  background-color: #efefef;
  padding: 15px 15px 15px 40px;
  display: block;
  cursor: pointer;
  background-position: 15px center;
}

.p-remittance__list li :checked + label {
  background-color: rgba(249, 79, 76, 0.17);
}

.p-remittance__account {
  margin: 2em 0 0 0 !important;
  border: 2px dashed #ccc;
  font-size: 18px;
  padding: 18px;
  text-align: center;
}

.p-remittance__account table {
  max-width: 540px;
  margin: 0 auto 20px !important;
}

.p-remittance__account table th {
  width: 30%;
}

.is-active .p-remittance__account {
  border: 2px dashed #E35D54;
}

.p-remittance__title {
  display: block;
  color: #ccc;
  font-size: 24px;
}

@media (max-width: 820px) {
  .p-remittance__title {
    font-size: 18px;
  }
}
.is-active .p-remittance__title {
  color: #E35D54;
}

.p-remittance__toggle {
  margin-top: 1em;
}

.p-remittance__name {
  display: block;
}

.p-remittance__number {
  display: block;
  font-size: 60px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1;
}

@media (max-width: 820px) {
  .p-remittance__number {
    font-size: 40px;
  }
}
.p-remittance__toggle {
  display: none;
}

.is-active .p-remittance__toggle {
  display: block;
}

/* /oamkember/payment/pay/advenced_record.php */
.responsive_form .p-advanced_record_navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  max-width: 400px;
  margin: 30px auto 15px;
}

.responsive_form .p-advanced_record_navi li {
  width: 33.3%;
}

.responsive_form .p-advanced_record_navi__left {
  text-align: left;
}

.responsive_form .p-advanced_record_navi__center {
  text-align: center;
}

.responsive_form .p-advanced_record_navi__right {
  text-align: right;
}

.responsive_form .p-advanced_record_navi li:before {
  display: none;
}

.responsive_form .p-advanced_record_navi a {
  background: #E35D54;
  border-radius: 3px;
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.responsive_form .p-advanced_record_navi__center {
  font-size: 18px;
}

.responsive_form .p-advanced_record_navi__left a {
  padding-left: 30px;
}

.responsive_form .p-advanced_record_navi__right a {
  padding-right: 30px;
}

.responsive_form .p-advanced_record_navi__left a:before,
.responsive_form .p-advanced_record_navi__right a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/svg/icn-arrow_circle.svg) no-repeat center center;
  background-size: contain;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.responsive_form .p-advanced_record_navi__left a:before {
  right: 0;
  left: 10px;
  transform: rotate(180deg);
}

.responsive_form .p-advanced_record_table th {
  width: 30%;
}

.responsive_form .p-advanced_record_table + .p-advanced_record_navi {
  margin: 15px auto 30px;
}

/*/oakmember/privateview/leave.php */
.responsive_form td textarea.textarea_leave {
  width: 97%;
  display: block;
  margin: 10px 0 0 0;
}

.img-payment_info {
  width: 60%;
  border: 6px solid #eee;
  margin: 15px 0;
}

hr {
  height: 2px;
  background-color: #666;
  border: none;
  margin: 50px 0;
}

/* ダッシュボード アポイント履歴 */
.responsive_form .p-apoint_item {
  opacity: 1;
  transition: opacity 0.4s;
}

.responsive_form .p-apoint_item.is-ready {
  opacity: 0;
}

.responsive_form .p-apoint_item + .btn {
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.responsive_form .p-apoint_item + .btn + .c-banner__fixplan {
  margin-top: 60px !important;
}

.p-apoint_item table {
  position: relative;
}

.responsive_form .p-apoint_item table th {
  width: 25%;
}

.responsive_form .p-apoint_item table p.btn {
  max-width: 300px;
  margin: 0 auto;
  padding: 0 !important;
}

.p-apoint_item_label {
  display: inline-block;
  font-size: 14px;
  color: #E35D54;
  font-weight: bold;
}

.p-apoint_item_label:before {
  content: "【";
}

.p-apoint_item_label:after {
  content: "】";
}

@media (max-width: 820px) {
  .p-apoint_item_label,
  .p-apoint_item_label + span {
    display: inline-block;
  }
  .responsive_form .p-apoint_item th {
    width: 35%;
  }
  .responsive_form .p-apoint_item p.btn {
    font-size: 14px;
  }
}
.p-apoint_item__layer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -500%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.p-apoint_item__layer.is-active {
  opacity: 1;
  left: 0;
  transition: opacity 0.4s, left 0s;
}

.p-apoint_item__layer__text {
  font-size: 20px;
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.p-apoint_item__layer__text span {
  font-size: 18px;
}

@media screen and (max-width: 820px) {
  .p-apoint_item__layer p {
    font-size: 16px;
  }
}
.p-apoint_item__layer__note {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
  color: #E35D54;
  font-weight: bold;
  line-height: 2em;
}

.p-apoint_item__layer__note span {
  color: rgba(42, 148, 0, 0.8235294118);
}

@media screen and (max-width: 820px) {
  .p-apoint_item__layer__note {
    padding: 0 20px;
  }
}
.p-apoint_item__layer__action {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  margin: 40px 0 0 0 !important;
}

.p-apoint_item__layer__action li:before {
  display: none;
  margin: 0 !important;
}

.p-apoint_item__layer__action li {
  margin: 0 !important;
}

.p-apoint_item__layer__action li + li {
  margin: 0 0 0 15px !important;
}

@media screen and (max-width: 820px) {
  .p-apoint_item__layer__action {
    flex-direction: column-reverse;
  }
  .p-apoint_item__layer__action li + li {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }
}
.p-apoint_layer__button,
.p-apoint_layer__button:link,
.p-apoint_layer__button:hover,
.p-apoint_layer__button:visited {
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  text-decoration: none;
  color: #fff;
  background: #96ce00;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

.p-apoint_layer__button:hover {
  opacity: 0.75;
}

.p-apoint_layer__button.ext-submit {
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: bold;
}

.p-apoint_layer__button.ext-layer_submit {
  background-color: #E35D54;
}

.p-apoint_layer__button.ext-layer_back {
  background-color: #a2a2a2;
}

.p-apoint_layer__button.ext-layer_back,
.p-apoint_layer__button.ext-layer_submit {
  min-width: 145px;
  font-size: 14px;
  padding: 0 20px;
}

.p-apoint_layer__button.ext-layer_submit {
  background-color: #E35D54;
}

.p-apoint_layer__button.ext-layer_back {
  background-color: #a2a2a2;
}

@media screen and (max-width: 820px) {
  .p-apoint_layer__button.ext-submit {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  .p-apoint_layer__button.ext-submit:before {
    width: 17px;
    height: 17px;
  }
}
.form_require {
  color: #E35D54;
}

#form_respond table input,
#form_respond table select {
  font-size: 16px !important;
}

#form_respond table {
  font-size: 16px;
}

#form_respond table th {
  font-weight: bold;
  vertical-align: top;
}

#form_respond table input {
  font-size: 16px !important;
}

/*-----------------------------
直前の物件ページに戻るボタン追加
-----------------------------*/
.p-back__button__wrap {
  display: block;
  width: 47%;
  margin: 20px auto 20px auto !important;
}

@media screen and (max-width: 820px) {
  .p-back__button__wrap {
    width: 91%;
    margin: 0px auto 20px auto;
  }
}
.p-back__button,
.p-back__button:link,
.p-back__button:hover,
.p-back__button:visited {
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  text-decoration: none;
  color: #fff;
  background: #3C3C3C;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 20px auto 0 auto !important;
}

.p-back__button:hover {
  opacity: 0.75;
}

.p-back__button:before {
  content: "";
  display: block;
  margin-right: 10px;
  background: url(/svg/icn-arrow_circle.svg) no-repeat center center;
  transform: rotate(180deg);
  background-size: contain;
  width: 21px;
  height: 23px;
}

.icn-online {
  background-color: #BEAC9C;
}

@media screen and (max-width: 820px) {
  .icn-online {
    margin-bottom: 0.3em;
  }
}
.btn_hpdrawer {
  transition: bottom 0.4s;
}

.p-box_url {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #d1d1d1;
  border-radius: 7px;
  background: #ffffff;
  padding: 20px 10px;
  margin: 15px;
  box-sizing: border-box;
}

.p-number__text {
  font-size: 18px;
  font-weight: bold;
}

.p-number__text strong,
.p-number__text straong {
  color: #E35D54;
}

.p-number__text span {
  display: inline-block;
  font-size: 18px;
  width: auto;
  padding: 0 5px 10px 5px;
  border-bottom: 1px solid #666;
  margin: 30px 0 20px 0;
}

.p-box_agentlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.p-box_agentlist dt {
  width: 35%;
  font-size: 16px;
  font-weight: bold;
}

.p-box_agentlist dt span {
  font-size: 14px;
  font-weight: normal;
}

.p-box_agentlist dd {
  width: 45%;
}

.p-box_agentlist dd img {
  width: 70%;
}

@media screen and (max-width: 820px) {
  .p-box_agentlist {
    display: block;
  }
  .p-box_agentlist dt {
    width: 100%;
  }
  .p-box_agentlist dd {
    width: 100%;
    margin: 0 0 80px 0 !important;
  }
  .p-box_agentlist dd img {
    width: 70%;
  }
}
.p-previewday li {
  background: #fff;
  border: 5px solid #F8F8F8;
  padding: 1em;
  display: flex;
  align-items: center;
  position: relative;
}
.p-previewday li + li {
  margin-top: 1em;
}
.p-previewday li h4 {
  width: calc(65% - 1.5em);
  padding-left: 1em;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
}
.p-previewday li h4 span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.p-previewday li h4 span:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(/svg/icn-calculator.svg) no-repeat center center/contain;
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}
.p-previewday li p {
  width: calc(35% - 1.5em);
  padding-left: 1em;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  padding-left: 3em;
}
.p-previewday li p::before {
  content: "";
  width: 2em;
  height: 2em;
  display: block;
  background: url(/svg/icn-reserve.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  margin-top: -1em;
  left: 0;
}
.p-previewday li p em {
  font-size: 20px;
  font-style: normal;
  display: flex;
  align-items: center;
}
.p-previewday li p em span {
  display: inline-block;
}
.p-previewday li p em span + span {
  font-size: 0.7em;
  margin-left: 0.7em;
}
@media screen and (max-width: 820px) {
  .p-previewday li {
    flex-wrap: wrap;
  }
  .p-previewday li h4 {
    font-size: 16px;
    width: 100%;
    padding-left: 0;
  }
  .p-previewday li p {
    width: 100%;
    margin-top: 0.7em;
  }
  .p-previewday li p em {
    font-size: 18px;
  }
  .p-previewday li p em span + span {
    font-size: 0.8em;
  }
}
.p-previewday + p.red {
  margin-bottom: 5em;
}
.p-previewday.ext-movein {
  margin-bottom: 5em;
}
.p-previewday.ext-movein li h4 {
  font-size: 18px;
}
.p-previewday.ext-movein li span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .p-previewday.ext-movein li span {
    margin-top: 0.2em;
  }
}

.responsive_form .p-estimates__result li:before {
  display: none;
}

.responsive_form .p-ondemand__step li:before,
.responsive_form .p-previewday li:before {
  content: "";
}

.responsive_form .p-estimates__result li + li {
  margin-top: 1em;
}

.responsive_form .p-estimates__charge li p {
  margin-bottom: 0;
}

.responsive_form .p-estimates__charge h3 {
  font-size: 16px;
}

.responsive_form .p-estimates__charge dl {
  padding: 0.7em 1em;
  margin: 0 auto;
}

.responsive_form ul.p-estimates__charge {
  margin: 2em auto;
}

.responsive_form * + .p-estimates__result {
  margin-top: 5em;
}

.responsive_form p.p-ondemand__button {
  margin-top: 80px;
}
@media screen and (max-width: 820px) {
  .responsive_form p.p-ondemand__button {
    margin-top: 40px;
  }
}