@charset "UTF-8";

/**************************************
投稿テキストエディタ
**************************************/
.w_960 {
  max-width: 960px;
  margin-left:auto;
  margin-right:auto;
}
.w_900 {
  max-width: 900px;
  margin-left:auto;
  margin-right:auto;
}
.post_editor p {
  font-size: 18px;
  margin-bottom: 2rem;
}
.post_editor h3,
.post_editor h4 {
  margin-bottom: 1rem;
}
.post_editor a {
  color: #0c5ca7;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #0c5ca7;
  transition: opacity 0.3s;
}
.post_editor a:visited {
  color: #0c5ca7;
  border-bottom: 1px solid #0c5ca7;
  transition: opacity 0.3s;
}
.post_editor a:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}
.post_editor a p {
  margin-bottom: 0;
}
.post_editor .btn a {
  border-bottom: none;
}

.post_editor img {
  display: inline-block;
}

.post_editor img.pc {
  display: inline-block;
}

.post_editor img.sp {
  display: none;
}

.post_editor ul {
  padding-left: 1.5em;
  list-style-type: disc;
  line-height: 180%;
}

.post_editor ul li {
  list-style-type: inherit;
}

.post_editor ol {
  padding-left: 1.5em;
  list-style-type: decimal;
  line-height: 180%;
}

.post_editor ol li {
  list-style-type: inherit;
}

.post_editor ul.nonstyle {
  margin-left: -1em;
  list-style-type: none !important;
}

.post_editor ul.list-check {
  margin-left: -1em;
  list-style-type: none !important;
}

.post_editor ul.list-check li {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 959px) {
  .w_900 {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .post_editor img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .post_editor img.pc {
    display: none;
  }

  .post_editor img.sp {
    display: inline-block;
  }

  .post_editor ul img,
  .post_editor ol img {
    width: 95%;
    max-width: 95%;
  }

  .post_editor ul {
    padding-left: 1em;
  }

  .post_editor ol {
    padding-left: 1.2em;
  }
}


/*************** table ***************/

.post_editor table {
  display: table;
  width: 100%;
  height: auto !important;
  border-collapse: collapse;
  overflow-x: unset;
}

.post_editor tbody {
  display: table-row-group;
  width: 100%;
}

.post_editor th,
.post_editor td {
  padding: 4px 2px;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid rgb(0 0 0);
  text-align: center;
  vertical-align: middle;
}

.post_editor table th p,
.post_editor table td p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .post_editor table {
    white-space: normal;
  }
}

@media screen and (max-width: 374px) {
  .post_editor table {
    overflow-x: auto;
  }
}


/**************************************
Q & A
**************************************/

.post_editor .qa p {
  padding-left: 60px;
  position: relative;
}

.post_editor .bg_q {
  display: inline-block;
  max-width: 50px;
  margin-right: 10px;
  padding: 0 7px;
  font-family: Helvetica Neue;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.1em;
  color: #fff;
  background: #1071cc;
  border-radius: 5px;
  word-break: break-all;
  position: absolute;
  left: 0;
  top: 0;
}

.post_editor .bg_a {
  display: inline-block;
  max-width: 50px;
  margin-right: 10px;
  padding: 0 7px;
  font-family: Helvetica Neue;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.1em;
  color: #fff;
  background: #ff4a35;
  border-radius: 5px;
  word-break: break-all;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 599px) {
  .post_editor .qa p {
    padding-left: 0;
  }

  .post_editor .qa p.qa_ttl {
    padding-top: 35px;
  }
}


/**************************************
社長サイン
**************************************/

.post_editor .signature {
  width: auto;
  max-width: 320px;
  margin-left: auto;
  margin-right: 0;
}
.post_editor .signature img {
  display: inline-block;
  width: 180px;
  margin-top: 0;
  margin-bottom: -14px;
}
@media screen and (max-width: 768px) {
  .post_editor .signature {
    max-width: 270px;
  }
  .post_editor .signature img {
    width: 45%;
    max-width: 150px;
    margin-bottom: -10px;
  }
}


/**************************************
お問い合わせ
**************************************/

.post_editor .contact_parts.wrap {
  width: 100%;
  max-width: 100%;
}
.post_editor .contact_parts ul {
  list-style: none;
  padding-left: 0;
}
.post_editor .contact_parts .p18.txt_left {
  margin-top:25px
}
.post_editor .contact_parts .p20 {
  margin-bottom: 0;
  font-size: 2.0rem;
}
.post_editor .contact_parts .img_logo img {
  width: 280px;
}
.post_editor .contact_parts .tel_number img {
  width: 38px;
}
.post_editor .contact_parts .btn.bg_white {
  margin-bottom: 0;
}
.post_editor .contact_parts .btn.bg_white a {
  padding: 1rem;
}
@media screen and (max-width: 599px){
  .post_editor .contact_parts .p18 {
      font-size: 1.6rem;
  }
}