@charset "UTF-8";
/* CSS Document */
.contact {
  padding-top: 140px;
  margin: 0 25px;
}
.contact__contents {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 60px;
}
.contact__skeb {
  display: flex;
  align-items: center;
}
.title-icon {
  margin-right: 10px;
  height: fit-content;
}
.contact__skeb h2 {
  font-size: 2.0rem;
}
.contact__contents {
  text-align: left;
}
.contact__skeb__description p {
  display: block;
  margin: 20px auto;
  text-align: left;
}
.contact__skeb__url {
  display: flex;
  margin-bottom: 60px;
}
.contact__skeb__url img {
  width: 100px;
}
.contact__skeb__url p {
  margin: auto 0;
  text-align: left;
}
.contact__detail {
  display: flex;
}
.contact__detail h2 {
  font-size: 2.0rem;
}
.contact__detail__description {
  text-align: left;
  display: block;
  margin: 20px auto;
}
.contact-button1, .contact-button2 {
  width: 50%;
  margin: 40px auto;
}
.contact-button1 img, .contact-button2 img {
  width: 100%;
}
.contact-mypolicy__container {
  margin-top: 40px;
  width: 100%;
}
.contact-mypolicy {
  background: url(../images/contact/skechbook.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-mypolicy h2 {
  display: block;
  font-size: 3.5rem;
  color: #A40603;
  text-shadow:
    0 2px 0 #fff, 0 3px 0 #fff, 0 4px 5px #888;
  padding-top: 60px;
}
.contact-mypolicy p {
  padding: 30px 40px;
}
.contact__faq1, .contact__faq2, .contact__faq3 {
  width: 90%;
  margin: 0 auto;
}
.contact__faq3 {
  margin-bottom: 60px;
}
.contact__faq1 img, .contact__faq2 img, .contact__faq3 img {
  width: 100%;
  margin-top: 40px;
}
.contact__faq1 h3, .contact__faq2 h3, .contact__faq3 h3 {
  font-size: 2.0rem;
  margin: 20px auto;
  line-height: normal;
}
.contact__faq1 p, .contact__faq2 p, .contact__faq3 p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 4.0rem;
}
.contact__notice h3 {
  font-size: 2.6rem;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.contact__notice-cost h4, .contact__refusal h4, .contact__delivery h4, .contact__right h4 {
  font-size: 2.0rem;
  display: block;
  margin-bottom: 10px;
}
.contact__notice-cost, .contact__refusal, .contact__delivery, .contact__right {
  margin-bottom: 40px;
}
.contact__notice__contact__wrapper {
  text-align: left;
  margin: 0 auto;
  height: 500px;
  padding: 5px;
  background-color: #FFF;
  border: solid 1px #333;
  overflow: scroll;
}
.contact__notice-cost .color, .contact__notice-cost .mono {
  font-size: 1.8rem;
  font-weight: 600;
}
.contact__notice-cost .description {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}
.contact__notice-cost ul, .contact__refusal ul {
  font-size: 1.6rem;
  margin-bottom: 25px;
  margin-left: 25px;
}
.contact__refusal-description, .contact__delivery p, .contact__right p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.contact__refusal-description span {
  text-decoration: underline;
  font-weight: bold;
}
.warning {
  font-size: 1.4rem;
  margin: 0 auto 20px auto;
}
.warning h3 {
  color: #FF0000;
}
.copyright-mo {
  display: block;
  font-size: 1.0rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
}
.copyright-PC {
  display: none;
}
.x {
  margin: 40px 10px;
}
.x__title {
  display: flex;
  align-items: center;
}
.x__title p {
  text-align: center;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 900;
}
.x__title img {
  width: 7%;
  margin-left: 10px;
}
.x__embedded {
  margin-top: 20px;
  height: fit-content;
  overflow: scroll;
}
.x__img img {
  display: none;
}
.follow_x{
  margin: 10px auto;
}
.x__contents{
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.twitter-tweet {
  max-width: 400px !important;
}

@media(min-width:768px) {
  .contact-mypolicy__container {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .contact-mypolicy {
    background-size: 110%;
  }
  .contact-mypolicy p {
    padding: 30px 40px;
    line-height: 4.35rem;
  }
  .contact__faq1, .contact__faq2, .contact__faq3 {
    width: 90%;
    margin: 0 auto;
  }
  .contact__faq3 {
    margin-bottom: 60px;
  }
  .contact__faq-description {
    display: flex;
    flex-flow: column;
  }
  .contact__faq1 img, .contact__faq2 img, .contact__faq3 img {
    width: 15%;
    float: left;
    margin: 15px 10px 0 0;
  }
  .contact__faq1 h3, .contact__faq2 h3, .contact__faq3 h3 {
    font-size: 2.0rem;
    margin: 30px auto 30px 10px;
    line-height: normal;
    text-align: left;
  }
  .contact__faq1 p, .contact__faq2 p, .contact__faq3 p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 4.0rem;
  }
}
@media(min-width:1024px) {
  .contact {
    margin: 0 50px 60px 350px;
    padding-top: 50px;
  }
  .contact-mypolicy p {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .contact__faq1 {
    margin: 40px auto;
  }
  .contact__faq2 {
    margin: 80px auto 40px;
  }
  .contact__notice h3 {
    display: block;
    margin: 80px auto
  }
   .x {
    margin: 0 50px 60px 350px;
  }
  .x__embedded {
    height: 80%;
  }
  .warning {
    font-size: 1.4rem;
    margin: 0 100px 40px 400px;
  }
  .warning h3 {
    color: #FF0000;
  }
  .copyright-mo {
    display: none;
  }
  .copyright-PC {
    display: block;
    font-size: 1.2rem;
    margin-top: 40px;
  }
}
@media(min-width:1440px) {
  .contact p {
    font-size: 2.0rem;
  }
  .contact__skeb h2, .contact__detail h2 {
    font-size: 3.0rem;
  }
  .contact-mypolicy h2 {
    font-size: 4.0rem;
    display: block;
    padding-top: 80px;
  }
  .contact-mypolicy p {
    font-size: 2.0rem;
    line-height: 9.5rem;
  }
  .contact__faq3 {
    margin-top: 100px;
  }
  .contact__faq-description h3 {
    font-size: 2.5rem;
  }
  .contact__faq-description p {
    font-size: 2.0rem;
  }
  .contact__notice h3 {
    font-size: 4.0rem;
  }
  .contact__notice-cost h4, .contact__refusal h4, .contact__delivery h4, .contact__right h4 {
    font-size: 2.6rem;
  }
  .contact__notice-cost, .contact__refusal, .contact__delivery, .contact__right {
    margin-bottom: 40px;
  }
  .contact__notice-cost .color, .contact__notice-cost .mono {
    font-size: 2.0rem;
  }
  .contact__right {
    margin-bottom: 100px
  }
  .x {
    margin: 0 50px 60px 350px;
  }
  .x__embedded {
    height: 80%;
  }
}
@media(max-width:767px) {
  .contact__faq1 img,.contact__faq2 img,.contact__faq3 img {
    width: 60%;
  }
}