@charset "utf-8";

/*
---------------------------------------------
mypage(2013/11/7)
---------------------------------------------
*/
#mypage .schedule {
  width: 1800px !important;
  margin: 90px auto 0 !important;
}
#mypage .schedule .schedule-inner {
  max-width: 1035px !important;
  margin: 0 auto 30px !important;
}
#mypage .schedule .schedule-month {
  display: block !important;
}
#mypage .schedule .calendar .date:last-child {
  border-right: solid 1px #ccc !important;
}
#mypage .schedule .calendar .date {
  width: calc(100% / 31) !important;
}
#mypage .schedule .scroll-message{
  display: none;
}
@media screen and (max-width: 1800px) {
  #mypage .schedule .schedule-month {
    display: inline-block !important;
  }
  #mypage .schedule .calendar .date {
    width: 56.5px !important;
  }
  #mypage .schedule{
    width: 100% !important;
    overflow-x: scroll;
  }
  #mypage .schedule .scroll-message{
    display:inline;
  }  
}

/*
---------------------------------------------
mypage
---------------------------------------------
*/

#mypage .login-box {
  display: flex;
  flex-wrap: wrap;
  width: 710px;
  margin: 0 auto;
  gap: 20px;
  align-items: center;
}

#mypage .login-box dt {
  font-weight: bold;
  width: 120px;
}

#mypage .login-box dd {
  flex: 1;
  flex-basis: 570px;
}

#mypage .login-box dd .btn-search {
  margin: 0;
}

#mypage .sign-up-wrap {
  display: flex;
  margin: 90px -80px 60px;
  gap: 15px;
}

#mypage .sign-up-wrap .btn-gray {
  width: 18em;
}

@media screen and (max-width: 767px) {
  #mypage .login-box {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }

  #mypage .login-box dt {
    font-weight: bold;
    width: 100%;
  }

  #mypage .login-box dd .btn-search {
    margin: auto;
  }

  #mypage .sign-up-wrap {
    width: 100%;
    margin: 20px auto;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
}

/* manager-box */

#mypage .manager-box {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}

#mypage .manager-box .btn-gray {
  width: 180px;
}

/* 230517 */

#mypage .switch {
  display: flex;
  justify-content: flex-end;
  box-shadow: 0 0 2px 0 rgba(170,165,165,.75);
  width: 156px;
  border-radius: 5px;
  margin: 18px 20px 18px auto;
  overflow: hidden;
}

#mypage .switch li {
  width: 50%;
  text-align: center;
  font-size: 15px;
}

#mypage .switch li a {
  color: #6D747E;
  padding: 8px 0;
  display: block;
  transition-duration:0s;
}

#mypage .switch li a:hover,
#mypage .switch li a.current {
  transition-duration: 0s;
  background: rgb(0,142,187);
  background: linear-gradient(90deg, rgba(0,142,187,1) 0%, rgba(74,181,234,1) 100%);
  color: white;
}

#mypage .info-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#mypage .info-wrap .right-area,
#mypage .info-wrap .left-area {
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.4);
  padding: 20px 20px 15px;
}

#mypage .info-wrap .left-area {
  width: 550px;
}

#mypage .info-wrap .right-area {
  width: 426px;
  background: #FEF7FA;
  padding: 20px 20px 10px;
}

#mypage .info-wrap .title {
  color: white;
  display: inline-block;
  position: relative;
  padding: 5px 30px 5px 15px;
}

#mypage .info-wrap .title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 0;
  border-color: transparent #ffffff transparent transparent;
}

#mypage .info-wrap .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 17px 17px;
  border-color: transparent transparent #ffffff transparent;
}

#mypage .info-wrap .left-area .title {
  background: rgb(0,143,187);
  background: linear-gradient(90deg, rgba(0,143,187,1) 0%, rgba(72,179,231,1) 100%);
}

#mypage .info-wrap .right-area .title {
  background: #e95378;
}

#mypage .info-wrap .left-area .left-list + .left-list {
  border-top: solid 1px #CDCDCE;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 20px 0;
}

#mypage .info-wrap .left-area .left-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

#mypage .info-wrap .left-area .left-list li {
  display: flex;
  width: 50%;
}

#mypage .info-wrap .left-area .left-list li:not(:last-child) {
  margin-bottom: 20px;
}

#mypage .info-wrap .left-area .left-list li.lg {
  width: 100%;
}

#mypage .info-wrap .left-area .left-list .wrap {
  display: flex;
  border-bottom: dashed 1px #999;
  padding-left: 30px;
  width: 155px;
  align-items: center;
}

#mypage .info-wrap .left-area .left-list .wrap .num {
  color: #5073b7;
  font-size: 12px;
  margin-right: 10px;
}

#mypage .info-wrap .left-area .left-list .wrap .read {
  color: white;
  font-size: 12px;
  background: #ed811c;
  border-radius: 3px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 18px;
}

#mypage .info-wrap .info-item {
  box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
  border-radius: 15px;
  color: white;
  font-size: 12px;
  width: 130px;
  display: grid;
  place-items: center;
  padding: 4px 0;
}

#mypage .info-wrap .info-item.blue {
  background: #00a0df;
}

#mypage .info-wrap .info-item.orange {
  background: #ed811c;
}

#mypage .info-wrap .info-item.blue-purple {
  background: #232288;
}

#mypage .info-wrap .info-item.purple {
  background: #9e0d82;
}

#mypage .info-wrap .info-item.pink {
  background: #e50075;
}

#mypage .info-wrap .info-item.gray {
  background: #d9d9d9;
  color: gray;
}

#mypage .info-wrap .info-item.red {
  background: #e61d2d;
}

#mypage .info-wrap .info-item.green {
  background: #95bf35;
}

#mypage .info-wrap .info-item.white {
  color: #999;
  width: 130px;
}

#mypage .info-wrap .info-item.dark-green {
  background: #009900;
}

#mypage .info-wrap .info-item.pale-green {
  background: #80f89a;
  color: gray;
}

#mypage .info-wrap .info-item.status-temporary-application { /* 仮申込 */
  background-color: #ffdead;
  color: gray !important;
}

#mypage .info-wrap .info-item.status-temporary-application-reject { /* 申込却下 */
  background-color: #f5f5f5;
  color: gray !important;
}

#mypage .info-wrap .info-item.sky-blue {
  background: #87ceeb;
  width: 130px;
}

#mypage .info-wrap .info-item.deep-red {
  background: #c85078;
  width: 130px;
}

#mypage .info-wrap .info-item.pumpkin {
  background: #fca800;
  width: 130px;
}

#mypage .info-wrap .right-list {
  margin-top: 15px;
}

#mypage .info-wrap .right-list li {
  border-bottom: dashed 1px #CDCDCE;
  margin-bottom: 10px;
}

#mypage .info-wrap .right-list .date-wrap {
  display: flex;
  align-items: center;
}

#mypage .info-wrap .right-list .date-wrap time {
  margin-right: 50px;
}

#mypage .info-wrap .right-list .facility-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 6px;
}

#mypage .info-wrap .right-list .facility-wrap dt {
  background: #000;
  color: white;
  display: grid;
  place-items: center;
  font-size: 14px;
  width: 60px;
  border-radius: 5px;
  margin-bottom: 8px;
  margin-right: 5px;
}

#mypage .info-wrap .right-list .facility-wrap dd {
  width: calc(100% - 65px);
  font-size: 14px;
}

#mypage .info-wrap .right-area .link {
  text-align: right;
  margin-top: -4px;
}

#mypage .info-wrap .right-area .link a {
  font-size: 12px;
  color: #333;
  position: relative;
  padding-right: 20px;
}

#mypage .info-wrap .right-area .link a:hover {
  opacity: .5;
}

#mypage .info-wrap .right-area .link a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 16px;
  height: 16px;
  background: #4e73b7;
  border-radius: 50%;
}

#mypage .info-wrap .right-area .link a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 5px;
  width: 5px;
  height: 5px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(45deg);
}

/*  */

#mypage .schedule {
  margin-top: 90px;
  padding: 0 20px;
}

#mypage .schedule .schedule-inner {
  display: flex;
  margin-bottom: 30px;
}

#mypage .schedule .schedule-title {
  background: rgb(0,143,187);
  background: linear-gradient(90deg, rgba(0,143,187,1) 0%, rgba(72,179,231,1) 100%);
  color: white;
  display: inline-block;
  position: relative;
  padding: 5px 30px 5px 15px;
  margin-right: 100px;
}

#mypage .schedule .schedule-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 0;
  border-color: transparent #ffffff transparent transparent;
}

#mypage .schedule .schedule-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 17px 17px;
  border-color: transparent transparent #ffffff transparent;
}

#mypage .schedule .pager {
  display: flex;
  align-items: center;
}

#mypage .schedule .pager .month {
  border: solid 1px #aaa;
  border-width: 1px 0;
  width: 120px;
  padding: 4px 0;
  text-align: center;
}

#mypage .schedule .pager li:nth-of-type(2) {
  border-right: solid 1px #aaa;
}

#mypage .schedule .pager .prev,
#mypage .schedule .pager .next {
  background: rgb(0,143,187);
  color: white;
  display: inline-block;
  position: relative;
  padding: 5px 0;
  width: 120px;
  text-align: center;
}

#mypage .schedule .pager .prev:hover,
#mypage .schedule .pager .next:hover {
  opacity: .5;
}

#mypage .schedule .pager .prev {
  background: linear-gradient(90deg, rgba(72,179,231,1) 0%, rgba(0,143,187,1) 100%);
}

#mypage .schedule .pager .next {
  background: rgb(0,143,187);
  background: linear-gradient(90deg, rgba(0,143,187,1) 0%, rgba(72,179,231,1) 100%);
}

#mypage .schedule .pager .prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

#mypage .schedule .pager .prev::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 0 17px;
  border-color: transparent transparent transparent #ffffff;
}

#mypage .schedule .pager .next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 0;
  border-color: transparent #ffffff transparent transparent;
}

#mypage .schedule .pager .next::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 17px 17px;
  border-color: transparent transparent #ffffff transparent;
}

/*  */

#mypage .schedule .current-month {
  color: #666;
  margin-bottom: 8px;
}

/*  */

#mypage .schedule .schedule-month {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

#mypage .schedule .schedule-month .name {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 3px;
  border-radius: 5px;
  color: white;
  text-align: center;
}

#mypage .schedule .schedule-month .name.blue {
  background: #009fe0;
}

#mypage .schedule .schedule-month .name.orange {
  background: #ed811c;
}

#mypage .schedule .schedule-month .name.blue-purple {
  background: #232288;
}

#mypage .schedule .schedule-month .name.red {
  background: #e61d2d;
}

#mypage .schedule .schedule-month .name.purple {
  background: #9e0d82;
}

#mypage .schedule .schedule-month .name.gray {
  background: #969696;
}

#mypage .schedule .schedule-month .name.pink {
  background: #e50075;
}

#mypage .schedule .schedule-month .name.green {
  background: #95bf35;
}

#mypage .schedule .schedule-month .name.dark-green {
  background: #009900;
}

#mypage .schedule .schedule-month .name.pale-green {
  background: #80f89a;
  color: gray;
}

#mypage .schedule .schedule-month .name.status-temporary-application {
  background: #ffdead;
  color: gray;
}

#mypage .schedule .schedule-month .name.status-temporary-application-reject {
  background: #d9d9d9;
  color: gray;
}

#mypage .schedule .schedule-month .name.no01 {
  top: 52px;
  left: 162px;
  width: 96px;
}

#mypage .schedule .schedule-month .name.no02 {
  top: 82px;
  left: 162px;
}

#mypage .schedule .schedule-month .name.no03 {
  top: 112px;
  left: 162px;
  width: 96px;
}

#mypage .schedule .schedule-month .name.no04 {
  top: 142px;
  left: 162px;
  width: 96px;
}

#mypage .schedule .schedule-month .name.no05 {
  top: 172px;
  left: 385px;
  width: 320px;
}

#mypage .schedule .schedule-month .name.no06 {
  top: 202px;
  left: 385px;
  width: 96px;
}

#mypage .schedule .schedule-month .name.no07 {
  top: 82px;
  left: 609px;
  width: 96px;
}

#mypage .schedule .schedule-month .name.no08 {
  top: 52px;
  left: 609px;
  width: 96px;
}

#mypage .schedule .schedule-month .name.no09 {
  top: 52px;
  left: 66px;
  width: 96px;
}

#mypage .schedule .schedule-month .name.no10 {
  top: 82px;
  left: 290px;
  width: 96px;
}

#mypage .schedule .schedule-month .name.no11 {
  top: 112px;
  left: 290px;
  width: 96px;
}

#mypage .schedule .calendar {
  display: flex;
  border: solid 1px #999;
  height: 240px;
}

#mypage .schedule .calendar .date {
  font-size: 11px;
  text-align: center;
  width: 32px;
}

#mypage .schedule .calendar .date.bg {
  background: #fdecdc;
}

#mypage .schedule .calendar .date:not(:first-child) {
  border-left: solid 1px #ccc;
}

#mypage .schedule .calendar .date .day {
  padding: 4px 0px;
  border-bottom: solid 1px #999;
  margin-bottom: 3px;
}

#mypage .schedule .calendar .date .time.red,
#mypage .schedule .calendar .date .day.red {
  color: #e70012;
}

#mypage .schedule .calendar .date .time.blue,
#mypage .schedule .calendar .date .day.blue {
  color: #4e74b5;
}

@media screen and (max-width: 767px) {
  #mypage .switch {
    margin: 50px 0 15px auto;
  }

  #mypage .switch li a {
    padding: 5px 0;
    font-size: 14px;
  }

  #mypage .info-wrap .left-area {
    width: 100%;
    padding: 10px;
  }

  #mypage .info-wrap .left-area .left-list + .left-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px 0 10px;
  }

  #mypage .info-wrap .title {
    padding: 4px 30px 4px 10px;
    font-size: 14px;
  }

  #mypage .info-wrap .left-area .left-list {
    display: block;
    margin-top: 10px;
  }

  #mypage .info-wrap .left-area .left-list .wrap {
    padding-left: 10px;
    width: 100%;
  }

  #mypage .info-wrap .left-area .left-list li {
    width: 100%;
  }

  #mypage .info-wrap .info-item {
    font-size: 10px;
    width: 134px;
  }

  #mypage .info-wrap .left-area .left-list li:not(:last-child) {
    margin-bottom: 15px;
  }

  #mypage .info-wrap .right-area {
    width: 100%;
    padding: 10px;
  }

  #mypage .info-wrap .right-list .date-wrap time {
    margin-right: 10px;
    font-size: 14px;
  }

  #mypage .schedule {
    margin-top: 20px;
  }

  #mypage .schedule .current-month {
    font-size: 14px;
  }

  #mypage .schedule .schedule-title {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }

  #mypage .schedule .schedule-inner {
    display: block;
    margin-bottom: 15px;
  }

  #mypage .schedule .pager {
    justify-content: center;
  }

  #mypage .schedule .pager .month {
    width: 80px;
    font-size: 14px;
  }

  #mypage .schedule .pager .prev,
  #mypage .schedule .pager .next {
    padding: 5px 0;
    width: 80px;
    font-size: 14px;
  }

  #mypage .scroll {
    overflow-x: scroll;
    margin-bottom: 15px;
  }

  #mypage .schedule .calendar-wrap {
    margin-bottom: 0;
  }
}

/*
---------------------------------------------
notice
---------------------------------------------
*/

#notice .list {
  margin-bottom: 90px;
}

#notice .list li {
  display: flex;
  font-size: 18px;
  color: #231815;
}

#notice .list li:not(:last-child) {
  border-bottom: solid 1px #BBBCBC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#notice .list time {
  width: 130px;
  padding-left: 20px;
}

#notice .list a {
  color: #231815;
  word-break: break-all;
  flex: 1;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  #notice .list {
    margin-bottom: 40px;
  }
  
  #notice .list li {
    display: block;
    font-size: 16px;
  }
  
  #notice .list li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  #notice .list time {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  
  #notice .list a {
    padding-right: 0;
    font-size: 14px;
  }
}

/*
---------------------------------------------
new-arrival
---------------------------------------------
*/

#new-arrival .list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 15px;
  margin-bottom: 100px;
}

#new-arrival .list li {
  width: 323px;
}

#new-arrival .list .img {
  margin-bottom: 20px;
}

#new-arrival .list .img img {
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

#new-arrival .list .address,
#new-arrival .list time {
  font-size: 18px;
  margin-top: 3px;
}

#new-arrival .list .name {
  font-size: 24px;
  font-weight: bold;
  color: #6D747E;
  position: relative;
  padding-left: 30px;
}

#new-arrival .list .name::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../image/new-arrival/icon-house.png) center/cover no-repeat;
  width: 21px;
  height: 19px;
}

#new-arrival .list .text {
  font-size: 18px;
  font-weight: bold;
  color: #6D747E;
}

@media screen and (max-width: 767px) {
  #new-arrival .list {
    display: block;
    margin-bottom: 50px;
  }

  #new-arrival .list li {
    width: 100%;
    margin-bottom: 20px;
  }

  #new-arrival .list .img {
    text-align: center;
  }

  #new-arrival .list .address,
  #new-arrival .list time {
    font-size: 14px;
  }

  #new-arrival .list .name {
    font-size: 18px;
    padding-left: 24px;
  }

  #new-arrival .list .name::before {
    top: 2px;
  }

  #new-arrival .list .text {
    font-size: 14px;
  }
}

/*
---------------------------------------------
contact
---------------------------------------------
*/

#contact .lead {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}

#contact .text {
  text-align: center;
  line-height: 29px;
}

#contact .note {
  margin-top: 20px;
}

#contact .note.md {
  margin-top: 5px;
  margin-bottom: 40px;
}

#contact .caution {
  color: #C9151E;
}

#contact .wrap + .caution,
#contact input + .caution {
  margin-top: 10px;
}

#contact .text a {
  color: #1E64CD;
  text-decoration: underline;
}

#contact .border {
  border-top: solid 1px #BBBCBC;
  margin-top: 50px;
  margin-bottom: 20px;
}

.table-form {
  width: 950px;
  margin: 40px auto 25px;
}

.table-form td,
.table-form th {
  padding: 10px 5px;
  vertical-align: top;
}

.table-form th {
  width: 255px;
  vertical-align: top;
}

.table-form td .wrap {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.table-form input[type=password],
.table-form input[type=text] {
  width: 635px;
}

.table-form textarea {
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 8px;
  width: 635px;
  height: 200px;
  box-shadow: inset 0 0 4px rgba(35,24,21,.4);
  color: #333;
}

.table-form .required {
  background: rgb(67,177,230);
  background: linear-gradient(180deg, rgba(67,177,230,1) 0%, rgba(31,159,208,1) 50%, rgba(3,144,189,1) 100%);
  font-size: 12px;
  color: white;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 5px;
  width: 40px;
  margin-top: 2px;
}

.table-form .required.right {
  margin-left: auto;
}

.radio-wrap {
  display: flex;
  justify-content: space-between;
  border: none;
  margin-bottom: 20px;
}

.radio-wrap label {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  cursor: pointer;
  font-size: 22px;
}

.radio-wrap label .text {
  padding-left: 30px;
}

.radio-wrap label .text::before,
.radio-wrap label .text::after {
  border-radius: 50%;
  content: '';
  display: inline-block;
  margin-right: 5px;
}

.radio-wrap label .text::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  box-sizing: border-box;
}

.radio-wrap label .text::after {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-color: #fff;
}

.radio-wrap label input:checked + .text::before {
  border: 1px solid rgb(0,142,187);
}

.radio-wrap label input:checked + .text::after {
  background: rgb(0,142,187);
  background: linear-gradient(90deg, rgba(0,142,187,1) 0%, rgba(74,181,234,1) 100%);
  animation: anim-radio-002 .3s linear;
}

#contact .btn-wrap .btn-blue {
  width: 270px;
}

#contact .btn-wrap .btn-back {
  width: 114px;
}

@keyframes anim-radio-002 {
  0% {
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    box-shadow: 0 0 0 10px #2589d033;
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}

.radio-wrap input {
  display: none;
}

.input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 635px;
}

@media screen and (max-width: 767px) {
  .table-form input[type=text] {
    margin-bottom: 0;
    font-size: 16px;
    width: 100%;
    flex: 1;
  }

  .table-form textarea {
    font-size: 16px;
    width: 100%;
    flex: 1;
  }

  #contact .lead {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #contact .text {
    font-size: 14px;
  }

  #contact .note {
    margin-top: 10px;
    font-size: 14px;
  }

  #contact .caution {
    font-size: 14px;
  }

  #contact .border {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .table-form {
    width: 100%;
    margin: 20px auto;
  }

  .table-form td,
  .table-form th {
    width: 100%;
    display: block;
    padding: 0;
  }

  .table-form td {
    padding: 0 0 10px;
  }

  .table-form textarea {
    height: 150px;
  }

  .radio-wrap {
    display: block;
  }

  .radio-wrap label {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .radio-wrap label .text {
    padding-left: 24px;
  }

  .radio-wrap label .text::before {
    width: 20px;
    height: 20px;
    top: 3px;
  }

  .radio-wrap label .text::after {
    left: 10px;
    width: 12px;
    height: 12px;
    top: 46%;
  }

  .input-wrap {
    display: block;
    width: 100%;
    flex: 1;
  }
}

/*
---------------------------------------------
message
---------------------------------------------
*/

#message .topic-area {
  box-shadow: inset 0 0 4px rgba(35,24,21,.4);
  border-radius: 5px;
  padding: 20px;
}

#message .topic-area .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 90px;
  margin-bottom: 20px;
}

#message .topic-area .list.bottom {
  align-items: flex-end;
  margin-bottom: 0;
}

#message .topic-area .list dt {
  width: 112px;
}

#message .topic-area .list dd {
  width: calc(100% - 112px);
}

#message .topic-area .list .wrap {
  display: flex;
}

#message .topic-area .list .wrap.col-3 p {
  width: 33%;
}

#message .topic-area .list .wrap.col-2 p {
  width: 50%;
}

#message .topic-area .border {
  border: solid 1px #E6E6E6;
  border-width: 1px 0 0;
}

/*
---------------------------------------------
message/userMessageDetail
---------------------------------------------
 */
.topic-area .user-group-order-detail-wrap {
  display: grid;
  grid-template-columns: 150px repeat(2, 1fr);
  grid-template-rows: repeat(10);
  margin-left: 90px;
}

#message .topic-area .total-text {
  margin-left: 90px;
}

#message .inquiry-type {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
  align-items: center;
}

#message .inquiry-type .name {
  margin-left: 70px;
  margin-right: 100px;
}

#message .info-item {
  box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
  border-radius: 15px;
  color: white;
  font-size: 12px;
  width: 100px;
  display: grid;
  place-items: center;
  padding: 4px 0;
}

#message .info-item.pale-pink {
  background: #EC78AB;
}

#message .info-item.pink {
  background: #e50075;
}

#message .current-status {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

#message textarea {
  border: none;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  height: 200px;
  box-shadow: inset 0 0 4px rgba(35,24,21,.4);
  color: #333;
  margin-bottom: 30px;
}

#message .answer-title {
  margin-top: 50px;
  margin-bottom: 15px;
}

#message .answer-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#message .answer-area.reverse {
  flex-direction: row-reverse;
}

#message .answer-area .body {
  width: 800px;
  box-shadow: inset 0 0 4px rgba(35,24,21,.4);
  border-radius: 5px;
  padding: 20px;
}

#message .answer-area .body-first {
  width: 800px;
  box-shadow: inset 0 0 4px rgba(35,24,21,.4);
  border-radius: 5px;
  padding: 20px;
  white-space: pre-line;
}

#message .answer-area .body-first div {
  min-height: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#message .answer-area .body .text + .text {
  margin-top: 1rem;
}

#message .answer-area .body-first .text + .text {
  margin-top: 1rem;
}

#message .answer-area .body a {
  color: #1E64CD;
  text-decoration: underline;
}

#message .answer-area .body-first a {
  color: #1E64CD;
  text-decoration: underline;
}

#message .answer-area time {
  font-size: 14px;
  color: #CDCDCE;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #message .topic-area {
    padding: 10px;
    font-size: 14px;
  }

  #message .topic-area .list {
    margin-left: 0;
  }

  #message .topic-area .list dt {
    width: 100px;
  }

  #message .topic-area .list dd {
    width: calc(100% - 100px);
  }

  #message .topic-area .list .wrap {
    display: block;
  }

  #message .topic-area .list .wrap.col-3 p {
    width: 100%;
  }

  #message .topic-area .total-text {
    margin-left: 0;
  }

  #message .inquiry-type {
    display: block;
    font-size: 14px;
  }

  #message .inquiry-type .name {
    margin: 0;
  }

  #message .current-status {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }

  #message textarea {
    padding: 10px;
    height: 100px;
    margin-bottom: 15px;
  }

  #message .answer-title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  #message .answer-area {
    display: block;
  }

  #message .answer-area .body {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  
}
/*
---------------------------------------------
home
---------------------------------------------
*/

#home .list {
  margin-bottom: 40px;
}

#home .list li {
  margin-bottom: 5px;
}

#home .list a {
  color: #1E64CD;
  text-decoration: underline;
}


