@charset "UTF-8";

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

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

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

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

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

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

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

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

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

/*
 * 幅定義
 *
 */

/*
 * 色定義
 *
 */

.c-list {
  overflow: hidden;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.c-list--empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.c-list--item {
  width: 186px;
  min-height: 250px;
  display: block;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.c-list--item:nth-child(4n+4) {
  margin-right: 0px;
  border-right: none;
}

.c-list--item:nth-child(n+5) {
  border-bottom: none;
}

.c-list--item a {
  position: relative;
  display: block;
}

.c-list--img {
  width: 186px;
  height: 140px;
}

.c-list--img img {
  width: 186px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  /* この一行を追加するだけ！ */
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.c-list--contents {
  padding: 8px;
}

.c-list--contents li {
  color: #000;
  line-height: 16px;
  font-size: 10px;
}

.c-list--contents li h3 {
  font-size: 12px;
  font-weight: bold;
}

.c-tableType1 {
  width: 100%;
  border-collapse: collapse;
}

.c-tableType1 th,
.c-tableType1 td {
  border: 1px solid #CCCCCC;
}

.c-tableType1 th {
  width: 140px;
  padding: 10px 0px 10px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #F3F1EC;
}

.c-tableType1 td {
  padding: 10px;
  font-size: 14px;
}

.c-tableType1 td input {
  font-size: 14px;
}

.c-tableType1 td textarea {
  width: 807px;
  font-size: 14px;
  padding: 5px;
}

.c-tableType1 td a {
  color: #000;
}

.c-tableType2 {
  width: 100%;
  border-collapse: collapse;
}

.c-tableType2 th,
.c-tableType2 td {
  border: 1px solid #CCCCCC;
}

.c-tableType2 th {
  width: 120px;
  padding: 10px 0px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background-color: #F2F2F2;
}

.c-tableType2 td {
  padding: 10px;
}

.c-tableType2 td input {
  width: 100%;
  font-size: 14px;
}

.c-tableType3 {
  width: 100%;
  border-collapse: collapse;
}

.c-tableType3 th,
.c-tableType3 td {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.c-tableType3 th {
  width: 230px;
  padding: 10px 0px 10px 10px;
  font-size: 14px;
  font-weight: bold;
}

.c-tableType3 td {
  padding: 10px;
}

.c-tableType3 td input {
  width: 300px;
  height: 30px;
  background: #F3F1EC;
  border: none;
  padding: 0 5px;
}

.c-tableType3 td textarea {
  width: 708px;
  font-size: 14px;
  padding: 5px;
}

.c-tableType3 .b-moveDays td input {
  width: 50px;
}

.c-tableType4 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.c-tableType4 th,
.c-tableType4 td {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.c-tableType4 th {
  width: auto;
  padding: 10px 0px 10px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #F3F1EC;
}

.c-tableType4 td {
  width: auto;
  padding: 10px;
}

.c-tableType5 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.c-tableType5 th,
.c-tableType5 td {
  border: 1px solid #CCCCCC;
}

.c-tableType5 th {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  background-color: #F2F2F2;
  vertical-align: middle;
  padding: 10px 0px;
  text-align: center;
}

.c-tableType5 td {
  width: auto;
  padding: 5px;
  text-align: center;
}

.c-table-estateContact {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  border-top: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
}

.c-table-estateContact th {
  width: 230px;
  vertical-align: middle;
  padding: 15px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}

.c-table-estateContact th span {
  display: inline-block;
}

.c-table-estateContact th span:first-child {
  float: left;
  padding-top: 2px;
}

.c-table-estateContact th span:last-child {
  float: right;
  padding: 2px 5px;
  color: #FFF;
}

.c-table-estateContact th .ch-require {
  background-color: #E50012;
}

.c-table-estateContact th .ch-any {
  background-color: #CCCCCC;
}

.c-table-estateContact td {
  padding: 10px 15px;
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}

.c-table-estateContact td > div {
  margin-bottom: 5px;
}

.c-table-estateContact td > div:last-child {
  margin-bottom: 0;
}

/*
 * 幅定義
 *
 */

/*
 * 色定義
 *
 */

.b-contentsInner {
  padding: 20px 0px;
  overflow: hidden;
}

.b-contentsTitle {
  margin: 10px 0;
}

.c-tableType1 input[type=checkbox] + label,
.c-tableType1 input[type=radio] + label {
  width: auto;
  font-size: 11px;
  letter-spacing: -1px;
  margin-right: 0px;
}

.c-tableType2 input[type=checkbox] + label,
.c-tableType2 input[type=radio] + label {
  width: auto;
  font-size: 18px;
  margin-right: 5px;
}

.c-tableType1 .wid_half input[type=checkbox] + label {
  width: 42%;
}

.b-errorMsg {
  background: #ffdddd;
  border: 1px solid #ff0000;
  padding: 20px;
  margin: 10px 0;
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}

.b-err {
  display: block;
  font-weight: bold;
  padding: 10px 0px 0px;
  color: #ff0000;
}

.b-thanksMsg {
  margin: 20px 0px 100px;
  text-align: center;
}

.b-thanksMsg p {
  font-size: 14px;
}

.b-requestAttention {
  background-color: #F2F2F2;
  padding: 15px;
}

.b-requestAttention--title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.b-btn {
  margin: 0 auto 50px;
  overflow: hidden;
}

.b-btn .bt-more {
  width: 100%;
  background: url(/assets/ver/images/more_allow_white.png?efc0db6ff494d70019ca1a083a8d4127) no-repeat 90% center #E50012;
  border-radius: 10px;
}

.b-btn .bt-more input {
  width: 100%;
  display: block;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: none;
}

.b-btn .bt-more input:disabled {
  opacity: 0.5 !important;
  filter: alpha(opacity=50);
}

.b-btn .bt-more input:disabled:hover {
  opacity: 1;
}

.c-tableType1 tr:first-child th {
  text-align: left;
}

.c-tableType1 tr:first-child th a {
  text-decoration: none;
}

.c-tableType2 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.c-tableType2 th,
.c-tableType2 td {
  display: block;
  width: auto;
  border: none;
}

.c-tableType2 th {
  padding: 20px 0px 10px;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #F2F2F2;
  background-color: #FFF;
  text-align: left;
}

.c-tableType2 td {
  padding: 10px 0px 15px;
  font-size: 18px;
  border-bottom: 1px solid #F2F2F2;
}

.c-tableType2 td input {
  font-size: 18px;
  width: 96%;
  background: #F2F2F2;
  border: none;
  padding: 5px 2%;
}

.c-tableType2 td textarea {
  width: 96%;
  font-size: 18px;
  border: 1px solid #CCCCCC;
  margin-top: 10px;
  padding: 2%;
}

.c-tableType2 td a {
  color: #000;
}

.c-tableType2 th span {
  color: #000;
  padding: 8px 4px;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  border-radius: 14px;
  margin-right: 5px;
  position: relative;
  top: -4px;
}

.c-tableType2 th span.req {
  background: #E50012;
  color: #FFF;
}

.c-tableType2 th span.oplly {
  background: #F2F2F2;
}

.disin {
  display: inline-block;
}

.c-tableType3 input[type=radio] + label {
  width: auto;
}

.c-tableType4 input[type=checkbox] + label {
  width: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 1em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 0;
  background: #fff;
}

.selectbox {
  width: 60%;
  position: relative;
}

.selectbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5%;
  top: 35%;
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  transform: rotate(45deg) translateY(-30%);
}

.tenpo-tel > a {
  color: #000;
  text-decoration: underline;
}

