@charset "utf-8";

/* CSS Document */
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div {
  max-width: 100%;
}

.ml-100 {
  margin-left: 100px;
}

.ml-150 {
  margin-left: 100px;
}

.mr-30 {
  margin-right: 30px;
}

/*.mb5{margin-bottom: 5px;}*/
.m20 {
  margin: 0 20px;
}

.m50 {
  margin: 0 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.p10 {
  padding: 10px;
}

.red {
  color: #e50012;
}

@media screen and (min-width: 450px) {
  /*.m20{
     margin: 0 2.6vw; 
  }*/
}

/*フォームタグ　スタイルリセット*/
select {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
  border: 1px solid rgb(169, 169, 169);
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

/* 2019/03/07 入江修正 type=text以外も同じ属性にする */
/* input[type=text] { */
input[type=text],
input[type=password],
input[type=tel],
input[type=date],
input[type=email],
textarea {
  padding: 3;
  border: 1px solid rgb(169, 169, 169);
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background-color: transparent;
  cursor: pointer;
}

input[type=date]::-ms-clear {
  visibility: hidden;
}

input[type=text]::-ms-clear {
  visibility: hidden;
}

/* 無入力時の 年/月/日 を / / にする */
input[type=date]::-webkit-datetime-edit-year-field:not([aria-valuenow]),
input[type=date]::-webkit-datetime-edit-month-field:not([aria-valuenow]),
input[type=date]::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

/*　ヘッダー　*/
/* #header{*/
/* border-top: 5px solid #f5b05f;border-bottom: 5px solid #f5b05f;*/
/*	padding: 5px;
background: repeating-linear-gradient(-45deg, #f5b05f, #f5b05f 3px, #F7BE81 0, #F7BE81 6px); }
.header-inner{ max-width: 1000px; margin: 0 auto; display: flex; justify-content: space-between;}
.header-inner .logo{padding: 10px 20px;}
.header-info {padding: 0 20px;}*/
/*.header-info p{margin: 0; font-size: 0.8em;}*/
/*.header-info p{margin: 0;}
.header-info div{display: flex; flex-direction: column;padding-left:20px;  }*/
/* フッター */
#footer {
  border-top: 5px solid #f5b05f;
  margin-top: 50px;
  min-height: 50px;
}

/*　コンテンツ　*/
.img-chara {
  text-align: center;
  padding: 10px;
}

/*.img-chara img {width: 200px; height: auto;}*/
.rental-period {
  display: inline-block;
  /*width: 250px;*/
  float: right;
  padding: 5px 10px;
  color: #fff;
  background-color: #009944;
  border: 2px solid #006934;
  border-radius: 10px;
  margin: 10px 20px;
  font-weight: bold;
}

.rental-period span {
  font-size: 0.8em;
  width: 150px;
  text-align: center;
  display: inline-block;
  font-weight: normal;
}

/*2021/11/25武田追加*/
.rental-period2 {
  display: inline-block;
  /*width: 250px;*/
  float: right;
  padding: 5px 10px;
  color: #fff;
  background-color: #f537bc;
  border: 2px solid #c20689;
  border-radius: 10px;
  margin: 10px 20px;
  font-weight: bold;
}

.rental-period2 span {
  font-size: 0.8em;
  width: 140px;
  text-align: center;
  display: inline-block;
  font-weight: normal;
}

/*2022/10/23武田追加*/
.rental-period3 {
  display: inline-block;
  width: 150px;
  text-align: center;
  float: right;
  padding: 5px 10px;
  color: #fff;
  background-color: #11f054;
  border: 2px solid #02834d;
  border-radius: 10px;
  margin: 10px 20px;
  font-weight: bold;
}

.page-content {
  max-width: 1000px;
  margin: 0 auto;
}

.page-content h1 {
  background-color: #1eaa39;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  padding: 10px;
  margin-top: 80px;
}

.page-content h2 {
  font-size: 1.4em;
  line-height: 30px;
  position: relative;
  padding: 0 35px;
  display: inline-block;
  margin: 20px 50px;
}

.page-content h2::after {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #f5b05f;
  position: absolute;
  right: 0;
}

.page-content h2::before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #f5b05f;
  position: absolute;
  left: 0;
}

.page-content h3 {
  border-left: 25px solid #f5b05f;
  border-bottom: 2px solid #f5b05f;
  font-size: 1.2em;
  padding: 0 10px;
  margin: 30px 10px 20px 55px;
}

.home.page-content p {
  font-size: 1.2em;
}

.btn-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.btn-menu .btn {
  width: 33%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 5px;
  border-radius: 10px;
  padding: 10px 5px;
}

.btn-menu .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.btn-menu .btn a:hover {
  opacity: 0.7;
}

.bg1 {
  background-color: #f29600;
}

.bg2 {
  background-color: #036eb7;
}

.cb {
  padding-left: 200px;
  margin-bottom: 10px;
}

.cb a {
  color: #036eb7;
}

.cb label {
  padding-right: 50px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 550px;
}

/*.cb label:after { content: '';  width: 30px;  height: 30px;  display: inline-block;  position: absolute; right: 0; background-color: #fff;    border: solid 2px #333;}
*/
.cb input[type=checkbox] {
  display: inline-block;
  /* position: absolute; */
  font-size: 30px;
  width: 30px;
  height: 30px;
}

/*.cb input[type=checkbox]:checked + label:after { content: '\2714';  font-size: 30px;  color: #333;  }*/


/* AED機種 */
.box-item {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
}

.box-item .item {
  width: 50%;
  padding: 10px;
}

.flex {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.flex div:nth-child(2) {
  width: 50%;
  text-align: right;
}

.box-item .item p.item-title {
  background-color: #f5b05f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.box-item .item .item-img {
  border: 1px solid #f5b05f;
  text-align: center;
  padding: 5px;
}

select {
  font-size: 1em;
  text-align: right;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 50px 0 10px;
  cursor: pointer;
  background-size: contain;
}

.date input[type="text"] {
  font-size: 1em;
  text-align: center;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 50px 0 10px;
  cursor: pointer;
  background-size: contain;
  max-width: 180px;
}

input[type="date"] {
  position: relative;
  padding: 0 10px;
  height: 30px;
  border: 1px #999 solid;
  font-size: 1em;
  color: #999;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
  width: 180px;
}

#date1,
#date2 {
  margin-left: 10px;
}

/*　サムネイル切り替え　*/
.thumbnail-img {
  display: flex;
  justify-content: center;
  cursor: pointer;
  flex-wrap: wrap;
}

.thumbnail-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 1px solid #ccc;
  margin: 2px;
}

.flex2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex2 p {
  text-align: left;
}


.period {
  position: relative;
  text-align: center;
}

#rental-period {
  max-width: 550px;
  margin: 30px auto 0;
  border: 2px #006934 solid;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px 10px;
}

#rental-period2 {
  /* max-width: 600px; */
  /* margin: 10px auto; */
  margin: 10px 20px 10px 8rem;
  /* border: 2px #006934 solid; */
  /* border-radius: 10px; */
  text-align: left;
  padding: 10px 20px;
}

/* #rental-period2 label {width: 500px; display: inline-block;}*/
#rental-period2 label {
  width: 30em;
  display: inline-block;
  padding: 10px 0;
}

/* 2019/09/19追加 */
.rental-period-section {
  text-align: left;
  padding: 10px 20px;
  margin: 10px 20px 10px 8rem;
}

.rental-period-section label {
  width: 37em;
  display: inline-block;
  padding: 10px 0;
}

.place {
  margin-left: 3rem;
  margin-top: 1rem;
}

.place label {
  width: 37em;
  display: inline-block;
  padding: 0 0 10px 0;
}

.period .midashi {
  background-color: #fff;
  text-align: center;
  margin: -15px -45px -50px;
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 10px;
}

@media all and (-ms-high-contrast: none) {
  .period .midashi {
    /* IE10 以降にのみ適用される */
    position: static;
    margin-bottom: 0;
    background-color: #fff;
  }

  #rental-period {
    margin-top: -20px;
  }
}

.date {
  text-align: right;
}

.date span {
  font-size: 0.8em;
  text-align: right;
}

input[type="radio"] {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  vertical-align: middle;
}

.op-tag label,
.op-tag2 label {
  font-size: 20px;
  line-height: 30px;
}

.option-box {
  border: 1px solid #f5b05f;
  margin: 10px 20px 10px 90px;
  padding: 0;
}

.option-box h4 {
  margin: 0 0 10px;
  padding: 5px;
  width: 310px;
  background-color: #f5b05f;
  color: #fff;
  text-align: center;
}

.option-box .op-flex {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}

.option-box .op-flex p {
  margin: 5px 10px;
}

.option-box .op-flex2 {
  display: flex;
  padding: 0 10px;
  align-items: center;
  position: relative;
}

.option-box .op-flex2 .op_main {
  flex-basis: 250px;
  margin: 0;
  text-align: center;
}

.option-box .op-flex2 .op_main img {
  width: 230px;
  object-fit: cover;
}

.option-box .op-flex2 .op-info {
  width: 59%;
  margin: 0 40px;
  display: flex;
  flex-direction: column;
}

.option-box .op-flex2 .op-info div {
  min-height: 100px;
}

.option-box .op-flex2 .op-info p {
  margin: 5px 10px;
  line-height: 1.2em;
  font-size: 0.9em;
}

.option-box .op-flex2 .op-tag {
  flex-basis: 200px;
  margin-left: 30px;
  text-align: right;
}

.option-box .op-flex2 .op-tag2 {
  flex-basis: 200px;
  margin-left: 30px;
  text-align: right;
}

.option-box .op-flex2 .op-tag .op-price {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
}

.op-thumb {
  width: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: auto;
}

.op-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 5px;
  cursor: pointer;
}

/* 5 料金のご確認　*/
.mitsumori-box {
  border: 1px solid #f5b05f;
  margin: 10px 20px 10px 200px;
  padding: 10px 50px;
}

.mitsumori-box .m-price {
  border-bottom: 1px solid #666;
  margin: 10px;
  padding: 0 1em;
  font-weight: bold;
}

.mitsumori-box .m-price #mitsumori-price {
  font-size: 1.5em;
}

.mitsumori-box p {
  margin: 20px 1em 10px;
}

.mitsumori-inner-box .items .item {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-end;
}

.mitsumori-inner-box .items .item .m1 {
  width: 450px;
  text-align: left;
  padding: 0 1em;
}

.mitsumori-inner-box .items .item .m2 {
  width: 80px;
  text-align: right;
  padding: 0 0.5em;
}

.mitsumori-inner-box .items .item .m3 {
  width: 200px;
  text-align: right;
  padding: 0 0.5em;
}

p.com {
  text-align: right;
  font-size: 0.8em;
  margin: 5px;
}

.mitsumori-op-box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f5b05f;
  margin: 10px 20px 10px 200px;
  padding: 10px;
}

.mitsumori-op-box div label {
  width: 150px;
  display: inline-block;
  text-align: center;
}

/* 会員登録 */
.member {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f5b05f;
  margin: 10px 20px 10px 200px;
  padding: 10px;
}

.member div label {
  display: inline-block;
  text-align: center;
  width: 150px;
}

.note {
  font-size: 0.8em;
  margin-left: 30px;
}

/*　お届けに関する情報　*/
.form-content {
  margin: 10px 20px 10px 90px;
  font-size: 1em;
}

#mitsumori-form .form-item {
  display: flex;
  text-align: left;
  margin: 10px 0;
}

#mitsumori-form .form-item .form-title {
  width: 250px;
}

#mitsumori-form .form-item .form-data input[type="text"],
#mitsumori-form .form-item .form-data input[type="password"],
#mitsumori-form .form-item .form-data input[type="tel"],
#mitsumori-form .form-item .form-data input[type="email"],
#mitsumori-form .form-item .form-data textarea {
  margin: 0 20px;
  padding: 5px;
  font-size: 1em;
}

#mitsumori-form .form-item .form-data {
  width: 950px;
}

#mitsumori-form .form-item .form-data label {
  white-space: nowrap;
  margin-right: 30px;
  /* margin-left: 5px; */
}

#mitsumori-form .delivery_info .form-item .form-data .narrow label {
  white-space: nowrap;
  margin-right: 0px;
}

#mitsumori-form .form-item .required-com {
  width: 4em;
}

.w600 {
  width: 600px;
  max-width: 100%;
  margin-left: 10px;
}

.w700 {
  width: 700px;
  max-width: 110%;
  margin-left: 10px;
}

.btn_confirm {
  text-align: center;
}

.btn_confirm input[type="submit"] {
  width: 600px;
  background-color: #f5b05f;
  color: #fff;
  border: none;
  font-size: 1.3em;
  padding: 10px 2em;
  margin: 30px 0;
  cursor: pointer;
  border-radius: 10px;
}

/*　確認画面　*/
.confirm-box {
  border: 1px solid #f5b05f;
  margin: 10px 20px 10px 50px;
  padding: 10px 50px;
}

.confirm-box p {
  margin: 5px 0;
}

.confirm-box .items .item ul {
  margin: 5px 0;
  width: 70%;
}

.confirm-box .items .item ul li {
  margin: 0;
  list-style-type: none;
}

/*追加2019/02/04*/
.confirm-inner-box .items .item {
  display: flex;
  justify-content: space-between;
}

.confirm-box .items .item span {
  margin: 5px 0;
  width: 70%;
}

.btn_box {
  display: flex;
  justify-content: center;
  margin: 10px 20px 10px 150px;
}

.btn_box input[type="submit"] {
  background-color: #f5b05f;
  color: #fff;
  border: none;
  font-size: 1.3em;
  padding: 10px 2em;
  margin: 20px;
  cursor: pointer;
  border-radius: 10px;
}

/*pcとspでの表示切替設定*/
.pc {
  display: block;
}

.sp {
  display: none;
}


@media screen and (max-width:1024px) {
  .cb label {
    font-size: 1.0em;
    width: 500px;
    line-height: 2em;
  }
}

@media screen and (max-width:1024px) {
  #mitsumori-form .form-item .form-data {
    width: 600px;
  }

  .w600 {
    width: 85%;
  }

  .btn_confirm input[type="submit"] {
    width: auto;
    max-width: 100%;
  }
}

@media screen and (max-width:1024px) {
  .thumbnail-img img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border: 1px solid #ccc;
    margin: 2px;
  }
}

@media screen and (max-width:798px) {
  .box-item .item .flex {
    flex-direction: column;
    justify-content: center;
  }

  .box-item .item .flex div {
    text-align: center;
  }

  .thumbnail-img img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border: 1px solid #ccc;
    margin: 2px;
  }
}

@media screen and (max-width:768px) {
  .ml-150 {
    margin-left: 80px;
  }

  .page-content {
    padding: 0 1em;
  }

  .page-content h2 {
    margin: 10px 1em;
  }

  .page-content h3 {
    margin: 10px 0 10px 1.5em;
  }

  .cb {
    padding-left: 100px;
    margin-bottom: 10px;
  }

  .cb label {
    font-size: 1em;
    width: 450px;
    line-height: 1.5em;
  }

  .cb input[type=checkbox] {
    display: inline-block;
    position: absolute;
    font-size: 20px;
    width: 20px;
    height: 20px;
  }

  /*.cb label:after { content: '';  width: 20px;  height: 20px;  display: inline-block;  position: absolute; right: 0; background-color: #fff;    border: solid 2px #333;}*/
}

@media screen and (max-width:768px) {
  .confirm-box {
    margin: 10px 20px 10px 80px;
  }

  .btn_box {
    margin: 10px 20px 10px 80px;
  }
}

@media screen and (max-width:450px) {
  .header-inner {
    width: 100%;
    flex-direction: column;
  }

  /* .header-info div{ width: 100%; display: block; text-align: center; padding: 0; } */
  .header-info div {
    display: block;
    text-align: center;
    padding: 0;
  }

  .header-info p {
    display: none;
  }

  .m20 {
    margin: 0px;
    /* width: 100%; */
  }

  .w110 {
    width: 110px;
  }
}

@media screen and (max-width:450px) {
  .rental-period {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: none;
    padding: 5px 10px;
    color: #fff;
    background-color: #009944;
    border: 2px solid #006934;
    border-radius: 10px;
    margin: 0;
    font-weight: bold;
  }
}

@media screen and (max-width:450px) {
  .rental-period2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: none;
    padding: 5px 10px;
    color: #fff;
    background-color: #f537bc;
    border: 2px solid #c20689;
    border-radius: 10px;
    margin: 0;
    font-weight: bold;
  }
}

@media screen and (max-width:450px) {

  /*	.img-chara img {width: 120px; height: auto;}
*/
  body {
    font-size: 4.6vw;
  }

  .ml-100 {
    margin-left: 0;
  }

  .ml-150 {
    margin-left: 0;
  }

  .mr-30 {
    margin-right: 0;
  }

  /*.br::after{content: '\a'; white-space: pre;}*/
  .page-content h1 {
    margin-top: 30px;
  }

  .page-content p {
    font-size: 0.9em;
  }

  .cb {
    padding-left: 5px;
    margin-bottom: 10px;
  }

  .cb label {
    padding-right: 0px;
    width: calc(100% - 15px);
    line-height: 1.5em;
    vertical-align: middle;
  }

  /*.cb label:after { content: '';  width: 20px;  height: 20px;  display: inline-block;  position: absolute; right: 0; background-color: #fff;    border: solid 2px #333; top:25%;}*/
  .page-content h2 {
    line-height: 1.3;
    position: relative;
    padding: 0 25px;
    display: inline-block;
    margin: 10px 0;
  }

  .page-content h2::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #f5b05f;
    position: absolute;
    right: 0;
  }

  .page-content h2::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #f5b05f;
    position: absolute;
    left: 0;
  }

  .page-content h3 {
    border-left: 15px solid #f5b05f;
    border-bottom: 2px solid #f5b05f;
    padding: 0 10px;
    margin: 25px 5px;
  }
}

@media screen and (max-width:450px) {
  .box-item {
    padding: 0;
    flex-direction: column;
  }

  .box-item .item {
    width: auto;
    padding: 10px;
  }

  .flex2 {
    display: flex;
    flex-direction: column;
  }

  .flex2 p {
    margin-bottom: 0;
    width: 100%;
  }

  select {
    font-size: 1.2em;
    text-align: right;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 50px 0 10px;
    cursor: pointer;
    background-size: contain;
    margin: 0 5px;
  }

  input[type="date"] {
    position: relative;
    padding: 0 10px;
    height: 30px;
    border: 1px #999 solid;
    font-size: 15px;
    color: #999;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
  }
}

@media screen and (max-width:450px) {
  .option-box {
    border: 1px solid #f5b05f;
    margin: 10px 0;
    padding: 0;
  }

  .option-box .op-flex,
  .option-box .op-flex2 {
    flex-direction: column;
  }

  input[type="radio"] {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    margin: 0 5px;
    vertical-align: middle;
  }

  .op-tag label {
    font-size: 20px;
    /* width: 20px; */
    line-height: 20px;
  }

  .option-box .op-flex2 .op-tag {
    flex-basis: auto;
    margin: 20px 0;
    text-align: right;
    display: flex;
  }

  .option-box .op-flex2 .op-tag2 {
    flex-basis: auto;
    margin: 20px 0;
    text-align: right;
    /* display: flex; */
  }

  .option-box .op-flex2 .op-tag.sp-column {
    flex-direction: column;
    text-align: center;
  }

  .option-box .op-flex2 .op-tag .op-price {
    position: static;
    margin: 0;
  }

  .option-box .op-flex2 .op_main {
    flex-basis: auto;
  }

  .option-box .op-flex2 .op-info {
    width: 100%;
    margin: 0;
    display: flex;
  }

  .option-box .op-flex2 .op-info div {
    min-height: 70px;
  }

  .option-box .op-flex2 .op-info div:first-of-type {
    order: 2;
  }

  .op-thumb {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: auto;
    order: 1;
    margin-bottom: 10px;
  }

  .op-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-bottom: 5px;
    cursor: pointer;
  }

  .option-box h4 {
    margin: 0 0 10px;
    width: auto;
  }

  #rental-period2 label {
    width: calc(100% - 1em);
    display: inline-block;
    text-align: left;
    margin-left: 1em;
  }

  #rental-period2 {
    margin: 10px auto;
    /* border: 2px #006934 solid; */
    /* border-radius: 10px; */
    /* text-align: center; */
    padding: 10px;
  }

  /* 2019/09/19追加 */
  .rental-period-section {
    margin: 10px auto;
    /* border: 2px #006934 solid; */
    /* border-radius: 10px; */
    /* text-align: center; */
    padding: 10px;
  }

  .rental-period-section label {
    width: 14.5em;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 1em;
  }

  .place {
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    display: flex;
  }

  .place label {
    width: 15.5em;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    line-height: 20px;
  }
}

@media screen and (max-width:450px) {
  .mitsumori-box {
    margin: 10px 0;
    padding: 10px 0;
  }

  .mitsumori-op-box {
    margin: 10px 0;
    padding: 10px;
    display: block;
    justify-content: flex-start;
  }

  .mitsumori-op-box div label {
    width: auto;
    justify-content: flex-start;
    margin-left: 5px;
  }

  .w600 {
    margin-left: 0px;
  }

  .w700 {
    margin-left: 0px;
  }

  p.com {
    text-align: left;
  }
}

@media screen and (max-width:450px) {
  .member {
    display: block;
    margin: 10px 0;
    padding: 10px;
  }

  .member div.m20 {
    margin: 0 0.5em;
  }

  .member div.ttl {
    width: 5em;
  }

  .member div label {
    width: auto;
  }

  .note {
    margin-left: 0;
  }
}

/*2019/03/07 入江 type=passwordを追加*/
@media screen and (max-width:450px) {
  .form-content {
    margin: 10px 0;
    font-size: 1em;
  }

  #mitsumori-form .form-item {
    flex-wrap: wrap;
  }

  #mitsumori-form .form-item .form-title {
    width: calc(100% - 4em);
    order: 1;
  }

  #mitsumori-form .form-item .form-data {
    width: 95%;
    order: 3;
  }

  #mitsumori-form .form-item .form-data input[type="text"],
  #mitsumori-form .form-item .form-data input[type="tel"],
  #mitsumori-form .form-item .form-data input[type="email"],
  #mitsumori-form .form-item .form-data input[type=password],
  #mitsumori-form .form-item .form-data textarea {
    margin: 0;
    font-size: 1em;
    width: 100%;
    max-width: 100%;
  }

  #mitsumori-form .form-item .required-com {
    order: 2;
  }

  .btn_confirm input[type="submit"] {
    font-size: 1.2em;
    padding: 0.5em 1.5em;
  }

  .mitsumori-inner-box .items .item .m1 {
    width: 100%;
    text-align: left;
    padding: 0 1em;
  }
}

@media screen and (max-width:450px) {
  .confirm-box {
    margin: 10px;
    padding: 10px;
  }

  .btn_box {
    margin: 5px;
  }

  .btn_box input[type="submit"] {
    font-size: 1em;
    padding: 10px 1em;
    margin: 10px;
  }

  .cb a {
    margin-left: 30px;
  }


  /*pcとspでの表示切替設定*/
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

}
