@charset "UTF-8";
/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* mainimage */
  #mainimage #mainimge_strongpoint {
    padding: 12px 0;
  }
  #mainimage #mainimge_strongpoint .mainimge_strongpoint-wrap {
    justify-content: center;
  }
  #mainimage #mainimge_strongpoint .mainimge_strongpoint-wrap ul {
    width: 100%;
    gap: 0 8px;
  }
  #mainimage #mainimge_strongpoint .mainimge_strongpoint-wrap ul li {
    width: fit-content;
    min-height: 0;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #mainimage #mainimge_strongpoint .mainimge_strongpoint-wrap ul li img {
    width: 100%;
    height: fit-content;
    max-height: 50px;
  }
  .mainimge_strongpoint-img {
    display: none;
  }
  /* top common */
  .top_conts {
    margin: 40px auto;
  }
  .top_info {
    padding: 12px;
  }
  /* feature */
  .feature_conts {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px dotted #303030;
  }
  .feature_conts:last-of-type {
    margin-bottom: 0;
  }
  .feature_ttl {
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .feature_ttl-text {
    font-size: 18px;
    margin-left: 12px;
  }
  .feature_ttl-img {
    max-width: 56px;
  }
  .feature_ttl-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .feature_textarea {
    width: 90%;
    margin: 0 auto;
  }
  .feature_textarea p:last-of-type {
    margin-bottom: 0 !important;
  }
  .feature_textarea-img {
    display: block;
    width: fit-content;
    margin: 0 auto 12px;
    float: none;
  }
  /* caselist */
  .caselist_link {
    gap: 12px;
  }
  .caselist_link li {
    width: calc(50% - 6px);
  }
  .caselist_checklist {
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .caselist_checklist ul li {
    font-size: 14px;
    background-size: 16px auto;
    background-position: left 3px;
    padding-left: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #989591;
  }
  .caselist_checklist-text {
    margin-top: 16px;
  }
  .caselist_checklist-text p {
    font-size: 16px;
    line-height: 1.5;
  }
  /* last */
  .last_conts {
    padding: 16px;
  }
  .last_conts-wrap {
    padding: 8px;
  }
  .last_bg-up p img,
  .last_bg-down p img {
    max-width: 48px;
  }
  .last_textconts {
    padding: 0 16px;
  }
  .last_ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .last_ttl .br {
    margin-bottom: 4px;
  }
  .last_ttl strong {
    font-size: 1.25em;
  }
  .last_subconts p {
    font-size: 15px;
  }
  .last_subconts-ttl {
    font-size: 16px;
  }
  .last_textarea01 p {
    font-size: 15px;
  }
}
