/**
* Foundation
**/
/**
* Project
**/
@media screen and (min-width: 768px) {
  #inpage {
    padding-bottom: 95px;
  }
}

/**
* BLOCK: chair-index
**/
@media screen and (min-width: 768px) {
  .p-chair-index {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-chair-index__content.c-block01 {
    padding: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index__content.c-block01 {
    padding: 23px;
  }
}

@media screen and (min-width: 768px) {
  .p-chair-index .content:not(:first-child) {
    display: none;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #ccc;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content:not(:first-child) {
    display: none;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px dashed #ccc;
  }
}

.p-chair-index .content__title {
  color: #4a9d6a;
  font-weight: 300;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__title {
    margin-bottom: 18px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__title {
    margin-bottom: 20.5px;
    font-size: 20px;
    line-height: 1.3;
  }
}

.p-chair-index .content .c-block01.is-white {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content .c-block01.is-white {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content .c-block01.is-white {
    padding: 15px;
  }
}

.p-chair-index .content__select .select {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__select .select {
    width: 400px;
    height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__select .select {
    width: 100%;
    height: 58px;
  }
}

.p-chair-index .content__select .select__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #75CE97;
  text-align: center;
  font-weight: 600;
  border: 4px solid #75CE97;
  background-color: #fff;
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__select .select__label {
    font-size: 15px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__select .select__label {
    font-size: 15px;
    line-height: 50px;
  }
}

.p-chair-index .content__select .select__label::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #75CE97;
  border-bottom: 2px solid #75CE97;
  background: #fff0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-chair-index .content__select .select > select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__select .select > select {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__select .select > select {
    font-size: 15px;
  }
}

.p-chair-index .content__select .select > select:focus {
  z-index: 0;
  opacity: 1;
}

.p-chair-index .content__input > textarea,
.p-chair-index .content__input > input {
  margin: 0 auto;
  display: block;
  border: 2px solid #ccc;
  color: #000;
  border-radius: 6px;
}

input::-ms-clear {
  visibility:hidden
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__input > textarea,
  .p-chair-index .content__input > input {
    padding: 0 5px;
    width: 400px;
    height: 46px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__input > textarea,
  .p-chair-index .content__input > input {
    padding: 0 5px;
    width: 100%;
    height: 58px;
    font-size: 15px;
  }
}

.p-chair-index .content__input > textarea::-webkit-input-placeholder,
.p-chair-index .content__input > input::-webkit-input-placeholder {
  color: #bebdbd;
}

.p-chair-index .content__input > textarea:-ms-input-placeholder,
.p-chair-index .content__input > input:-ms-input-placeholder {
  color: #bebdbd;
}

.p-chair-index .content__input > textarea::-ms-input-placeholder,
.p-chair-index .content__input > input::-ms-input-placeholder {
  color: #bebdbd;
}

.p-chair-index .content__input > textarea::placeholder,
.p-chair-index .content__input > input::placeholder {
  color: #bebdbd;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__input > textarea::-webkit-input-placeholder,
  .p-chair-index .content__input > input::-webkit-input-placeholder {
    font-size: 13.5px;
  }
  .p-chair-index .content__input > textarea:-ms-input-placeholder,
  .p-chair-index .content__input > input:-ms-input-placeholder {
    font-size: 13.5px;
  }
  .p-chair-index .content__input > textarea::-ms-input-placeholder,
  .p-chair-index .content__input > input::-ms-input-placeholder {
    font-size: 13.5px;
  }
  .p-chair-index .content__input > textarea::placeholder,
  .p-chair-index .content__input > input::placeholder {
    font-size: 13.5px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__input > textarea::-webkit-input-placeholder,
  .p-chair-index .content__input > input::-webkit-input-placeholder {
    text-align: center;
  }
  .p-chair-index .content__input > textarea:-ms-input-placeholder,
  .p-chair-index .content__input > input:-ms-input-placeholder {
    text-align: center;
  }
  .p-chair-index .content__input > textarea::-ms-input-placeholder,
  .p-chair-index .content__input > input::-ms-input-placeholder {
    text-align: center;
  }
  .p-chair-index .content__input > textarea::placeholder,
  .p-chair-index .content__input > input::placeholder {
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .p-chair-index .content__input > textarea::-webkit-input-placeholder,
  .p-chair-index .content__input > input::-webkit-input-placeholder {
    font-size: 3.2vw;
  }
  .p-chair-index .content__input > textarea:-ms-input-placeholder,
  .p-chair-index .content__input > input:-ms-input-placeholder {
    font-size: 3.2vw;
  }
  .p-chair-index .content__input > textarea::-ms-input-placeholder,
  .p-chair-index .content__input > input::-ms-input-placeholder {
    font-size: 3.2vw;
  }
  .p-chair-index .content__input > textarea::placeholder,
  .p-chair-index .content__input > input::placeholder {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 350px) {
  .p-chair-index .content__input > textarea::-webkit-input-placeholder,
  .p-chair-index .content__input > input::-webkit-input-placeholder {
    font-size: 2.93333vw;
  }
  .p-chair-index .content__input > textarea:-ms-input-placeholder,
  .p-chair-index .content__input > input:-ms-input-placeholder {
    font-size: 2.93333vw;
  }
  .p-chair-index .content__input > textarea::-ms-input-placeholder,
  .p-chair-index .content__input > input::-ms-input-placeholder {
    font-size: 2.93333vw;
  }
  .p-chair-index .content__input > textarea::placeholder,
  .p-chair-index .content__input > input::placeholder {
    font-size: 2.93333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__input > textarea {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.p-chair-index .content__input .input-note {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__input .input-note {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__input .input-note {
    margin-top: 12px;
    font-size: 15px;
  }
}

.p-chair-index .content__input .input-note > a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.p-chair-index .content__input .input-note > a:hover {
  color: #000;
}

.p-chair-index .content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__list {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__list > li {
    width: calc((100% - 20px * 3) / 4);
  }
  .p-chair-index .content__list > li:nth-child(n+5) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__list > li {
    width: calc((100% - 15px) / 2);
  }
  .p-chair-index .content__list > li:nth-child(n+3) {
    margin-top: 15px;
  }
}

.p-chair-index .content__list > li > button {
  width: 100%;
  border-radius: 8px;
}

.p-chair-index .content__list > li > button > img {
  width: 100%;
  border-radius: 7px;
  /* border: 2px solid #fff; */
}
.p-chair-index .content__list > li > button > img.gray {
  display: block;
  opacity: .3;
  filter: brightness(80%) grayscale(100%);

}

.p-chair-index .content__list > li > button {
  background: #cccccc;
  /* box-shadow: 0 0 0 1.5px #f8f4e2 inset; */
  /* box-shadow:  2px  #cccccc  inset; */
}

.p-chair-index .content__list > li > button.active {
  border: 4px solid #75CE97;
  position: relative;
}

.p-chair-index .content__list > li > button.active::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff0;
  background-position: top left;
  background-size: 100% 100%;
  background-image: url("/information/assets/images/support/chair/icon_check_01.png");
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__list > li > button.active::after {
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__list > li > button.active::after {
    top: 7.5px;
    left: 7.5px;
    width: 23px;
    height: 23px;
  }
}

.p-chair-index .content__list::before, .p-chair-index .content__list::after {
  content: "";
  display: block;
  height: 0;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__list::before, .p-chair-index .content__list::after {
    width: calc((100% - 20px * 3) / 4);
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__list::before, .p-chair-index .content__list::after {
    width: calc((100% - 15px) / 2);
  }
}

.p-chair-index .content__list::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.selection {
  display: none;
}
#page-1 {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__pagination {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__pagination {
    margin-top: 25px;
  }
}

.p-chair-index .content__pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-chair-index .content__pagination .pagination__item {
  width: 1.7em;
  height: 1.7em;
  color: #75CE97;
  text-align: center;
  line-height: 1.7em;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__pagination .pagination__item {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__pagination .pagination__item {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .p-chair-index .content__pagination .pagination__item {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .p-chair-index .content__pagination .pagination__item:nth-child(2) {
    margin-left: 0.8em;
  }
  .p-chair-index .content__pagination .pagination__item:nth-child(n+3) {
    margin-left: 0.4em;
  }
  .p-chair-index .content__pagination .pagination__item:last-child {
    margin-left: 0.8em;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content__pagination .pagination__item:nth-child(2) {
    margin-left: 0.48em;
  }
  .p-chair-index .content__pagination .pagination__item:nth-child(n+3) {
    margin-left: 0.32em;
  }
  .p-chair-index .content__pagination .pagination__item:last-child {
    margin-left: 0.48em;
  }
}

@media screen and (max-width: 350px) {
  .p-chair-index .content__pagination .pagination__item {
    width: 2.55em;
  }
}

.p-chair-index .content__pagination .pagination__item.is-prev, .p-chair-index .content__pagination .pagination__item.is-next {
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 50%;
}

.p-chair-index .content__pagination .pagination__item.is-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.68em;
  height: 0.68em;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 0.595em;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 350px) {
  .p-chair-index .content__pagination .pagination__item.is-prev::before {
    left: 0.425em;
  }
}

.p-chair-index .content__pagination .pagination__item.is-next::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.68em;
  height: 0.68em;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 0.595em;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

@media screen and (max-width: 350px) {
  .p-chair-index .content__pagination .pagination__item.is-next::after {
    right: 0.425em;
  }
}

.p-chair-index .content__pagination .pagination__item.is-none {
  background-color: #C0C0C0;
  pointer-events: none;

}

.p-chair-index .content__pagination .pagination__item .page-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #75CE97;
  border-radius: 4px;
}

.p-chair-index .content__pagination .pagination__item .page-link:hover {
  text-decoration: none;
  cursor : pointer;
}

.p-chair-index .content__pagination .pagination__item .page-link.active {
  border: 2px solid #75CE97;
  color: #75CE97;
  line-height: calc(1.7em - 2px * 2);
  background-color: #fff;
  pointer-events: none;

}

.p-chair-index .content .c-button02.is-notfound {
  margin: 0 auto;
  border: 2px solid #ccc;
}

.p-chair-index .content .c-button02.is-notfound::before {
  border-width: 2px;
}

@media screen and (min-width: 768px) {
  .p-chair-index .content .c-button02.is-notfound {
    margin-top: 30px;
    width: 285px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index .content .c-button02.is-notfound {
    margin-top: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 20px * 2);
    padding-right: 30px;
  }
  .p-chair-index .content .c-button02.is-notfound::before {
    right: 20px;
  }
}

@media screen and (max-width: 350px) {
  .p-chair-index .content .c-button02.is-notfound {
    width: 100%;
    padding-right: 25px;
  }
  .p-chair-index .content .c-button02.is-notfound::before {
    right: 15px;
  }
}

@media screen and (min-width: 949px) {
  .p-chair-index__next {
    display: none;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-color: #002878;
    margin-left: calc( ( ( 100% - 100vw ) / 2 - 8px) );
    margin-right: calc( ( ( 100% - 100vw ) / 2 - 8px ) );
    /* width: 100vw; */
  }
}
@media screen and (max-width: 950px) {
  .p-chair-index__next {
    display: none;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background-color: #002878;
  }
}
@media screen and (max-width: 767px) {
  .p-chair-index__next {
    display: none;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    bottom: 0;
    z-index: 3;
    margin-left: calc( ( ( 100% - 100vw )/ 2 - 8px) );
    margin-right: calc( ( ( 100% - 100vw )/ 2 - 8px ) );
    width: 100vw;
    background-color: #002878;
  }
}
@media screen and (min-width: 768px) {
  .p-chair-index__next {
    display: none;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index__next {
    padding: 15px 51.5px;
  }
}

.p-chair-index__next .c-button02.is-submit {
  margin: 0 auto;
  color: #fff;
  background-color: #75CE97;
}

.clear{
  text-align: center;
  margin: 20px;
}

.clear .clear-button {
  margin: 0 auto;
  color: #fff;
  background-color: #75CE97;
  width: 150px;
  margin: 0 auto;
  border-radius:6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content__input{
  position: relative;
  display: inline-block;
}

.content__input .none {
  display: none;
}

@media screen and (min-width: 768px) {
  .content__input .clearButton {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 248px;
    top: 40px;
    background: url(../images/support/clear.png) no-repeat left center;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .content__input .clearButton {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5%;
    top: 20%;
    background: url(../images/support/clear.png) no-repeat left center;
    cursor: pointer;
  }
}


@media screen and (min-width: 768px) {
  .p-chair-index__next .c-button02.is-submit {
    width: 285px;
  }
}

@media screen and (max-width: 767px) {
  .p-chair-index__next .c-button02.is-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 20px * 2);
  }
}

@media screen and (max-width: 350px) {
  .p-chair-index__next .c-button02.is-submit {
    width: 100%;
  }
}

.p-chair-index__next .c-button02.is-submit::before {
  border-width: 2px;
  border-color: #fff;
}

.p-chair-index__next .c-button02.is-submit:hover {
  opacity: 1;
  border: 2px solid #75CE97;
  color: #75CE97;
  background-color: #fff;
}

#modal-area {
  display: none;
}

.p-contact-area {
  padding: 30.5px 29px 31.2px;
}

@media screen and (max-width: 767px) {
  .p-contact-area {
    padding: 24.8px 22.5px 21.1px;
  }
}

.p-contact-area .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 894px;
  width: 100%;
  margin: 0;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-contact-area .contact {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 21px 20px 18px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 4px;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel, .p-contact-area .contact__fax {
    max-width: 405px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel, .p-contact-area .contact__fax {
    max-width: 767px;
    width: 100%;
  }
}

.p-contact-area .contact__tel:first-child, .p-contact-area .contact__fax:first-child {
  margin-right: 21px;
  padding-right: 21px;
  border-right: 2px solid #ccc;
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel:first-child, .p-contact-area .contact__fax:first-child {
    margin: 0 0 20px;
    padding: 0;
    border-right: 0;
    border-bottom: 2px dashed #ccc;
  }
}

.p-contact-area .contact__tel .tel__box,
.p-contact-area .contact__tel .fax__box, .p-contact-area .contact__fax .tel__box,
.p-contact-area .contact__fax .fax__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #75CE97;
}

@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__box,
  .p-contact-area .contact__tel .fax__box, .p-contact-area .contact__fax .tel__box,
  .p-contact-area .contact__fax .fax__box {
    height: 55px;
    font-size: 24px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__box,
  .p-contact-area .contact__tel .fax__box, .p-contact-area .contact__fax .tel__box,
  .p-contact-area .contact__fax .fax__box {
    height: 50px;
    font-size: 22px;
    border-radius: 4px;
  }
}

.p-contact-area .contact__tel .tel__ttl, .p-contact-area .contact__fax .tel__ttl {
  color: #4a9d6a;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__ttl, .p-contact-area .contact__fax .tel__ttl {
    margin: 26px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__ttl, .p-contact-area .contact__fax .tel__ttl {
    margin: 17px 0 6px;
  }
}

.p-contact-area .contact__tel .tel__ttl:before, .p-contact-area .contact__fax .tel__ttl:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url("/information/assets/images/support/chair/parts/icon_customer_tel.svg") no-repeat center center;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__ttl:before, .p-contact-area .contact__fax .tel__ttl:before {
    margin: 4px 3.8px 4px 7px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__ttl:before, .p-contact-area .contact__fax .tel__ttl:before {
    margin: 4px 3.8px 4px 0px;
  }
}

.p-contact-area .contact__tel .fax__ttl, .p-contact-area .contact__fax .fax__ttl {
  color: #4a9d6a;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .fax__ttl, .p-contact-area .contact__fax .fax__ttl {
    margin: 26px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .fax__ttl, .p-contact-area .contact__fax .fax__ttl {
    margin: 14px 0 6px;
  }
}

.p-contact-area .contact__tel .fax__ttl:before, .p-contact-area .contact__fax .fax__ttl:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url("/information/assets/images/support/chair/parts/icon_customer_fax.svg") no-repeat center center;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .fax__ttl:before, .p-contact-area .contact__fax .fax__ttl:before {
    margin: 4px 5px 4px 7px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .fax__ttl:before, .p-contact-area .contact__fax .fax__ttl:before {
    margin: 4px 5px 4px 0px;
  }
}

.p-contact-area .contact__tel .tel__txt,
.p-contact-area .contact__tel .fax__txt, .p-contact-area .contact__fax .tel__txt,
.p-contact-area .contact__fax .fax__txt {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__txt,
  .p-contact-area .contact__tel .fax__txt, .p-contact-area .contact__fax .tel__txt,
  .p-contact-area .contact__fax .fax__txt {
    padding-left: 7px;
    letter-spacing: .5px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__txt,
  .p-contact-area .contact__tel .fax__txt, .p-contact-area .contact__fax .tel__txt,
  .p-contact-area .contact__fax .fax__txt {
    padding-left: 0;
    letter-spacing: 0;
  }
}

.p-contact-area .contact__tel .tel__txt p:first-child,
.p-contact-area .contact__tel .fax__txt p:first-child, .p-contact-area .contact__fax .tel__txt p:first-child,
.p-contact-area .contact__fax .fax__txt p:first-child {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__txt p:first-child,
  .p-contact-area .contact__tel .fax__txt p:first-child, .p-contact-area .contact__fax .tel__txt p:first-child,
  .p-contact-area .contact__fax .fax__txt p:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__txt p:first-child,
  .p-contact-area .contact__tel .fax__txt p:first-child, .p-contact-area .contact__fax .tel__txt p:first-child,
  .p-contact-area .contact__fax .fax__txt p:first-child {
    margin-bottom: 4px;
  }
}

.p-contact-area .contact__tel .tel__txt p:last-child,
.p-contact-area .contact__tel .fax__txt p:last-child, .p-contact-area .contact__fax .tel__txt p:last-child,
.p-contact-area .contact__fax .fax__txt p:last-child {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__txt p:last-child,
  .p-contact-area .contact__tel .fax__txt p:last-child, .p-contact-area .contact__fax .tel__txt p:last-child,
  .p-contact-area .contact__fax .fax__txt p:last-child {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__txt p:last-child,
  .p-contact-area .contact__tel .fax__txt p:last-child, .p-contact-area .contact__fax .tel__txt p:last-child,
  .p-contact-area .contact__fax .fax__txt p:last-child {
    margin: 0 0 14px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .fax__txt p:last-child, .p-contact-area .contact__fax .fax__txt p:last-child {
    margin: 0;
  }
}

.p-contact-area .contact__tel {
  max-width: 428px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel {
    max-width: 767px;
    width: 100%;
  }
}
