@charset "UTF-8";
/* ==================================================
   sp
================================================== */
@media screen and (max-width: 767px) {
  .common_wrapper h3 {
    margin-top: 12vw;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  .common_linkbtn_wrapper span {
    display: block;
    padding-top: 4vw;
    color: #231815;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.8em;
    text-align: left;
  }
  .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }
  .business_maintenance_wrapper ul {
    margin-top: 7vw;
  }
  .business_maintenance_wrapper ul li {
    margin-top: 4vw;
    line-height: 2em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .business_maintenance_wrapper ul li:first-of-type {
    margin-top: 0;
  }
  .business_contact_wrapper {
    width: 90%;
    margin-top: 12vw;
    padding: 10vw 7%;
    border: 2px solid #231815;
  }
  .business_contact_wrapper h3:first-of-type {
    margin-top: 0;
  }
  .business_contact_wrapper p {
    margin-top: 8vw;
  }
  .tel a {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  .business_contact_wrapper .common_linkbtn_wrapper:last-of-type a {
    width: 100%;
    min-width: 0;
    padding: 5vw 4%;
  }
  .base_wrapper {
    display: grid;
    width: 90%;
    margin: 12vw auto 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 4%;
    row-gap: 8vw;
  }
  .base_item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .base_item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 48%;
  }
  .base_item_img img {
    width: 100%;
    height: auto;
  }
  .base_item h3 {
    margin-top: 3vw;
    overflow: hidden;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .base_item p {
    margin-top: 2vw;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6em;
    text-align: right;
  }
  .business_fax_wrapper .common_linkbtn_wrapper:nth-last-of-type(-n+2) {
    margin-top: 6vw;
  }
  .business_fax_wrapper .common_linkbtn_wrapper a {
    width: 100%;
    min-width: 0;
    padding: 5vw 4%;
  }
  .common_linkbtn_wrapper a.order_sheet {
    color: #FFF;
    background: #231815;
    border: 2px solid #231815;
  }
  .business_faxnumber_wrapper {
    width: 90%;
    margin-top: 12vw;
    padding: 10vw 7%;
    border: 2px solid #231815;
  }
  .business_faxnumber_wrapper h3:first-of-type {
    margin-top: 0;
  }
  .business_faxnumber_wrapper p {
    margin-top: 8vw;
  }
  .fax {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6em;
  }
}
/* ==================================================
   tb
================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .common_wrapper h3 {
    margin-top: 6vw;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  .common_linkbtn_wrapper span {
    display: block;
    padding-top: 2vw;
    color: #231815;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.8em;
    text-align: left;
  }
  .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }
  .business_maintenance_wrapper ul {
    margin-top: 3.5vw;
  }
  .business_maintenance_wrapper ul li {
    margin-top: 2.5vw;
    line-height: 2em;
  }
  .business_maintenance_wrapper ul li:first-of-type {
    margin-top: 0;
  }
  .business_contact_wrapper {
    width: 85%;
    margin-top: 6vw;
    padding: 6vw 6%;
    border: 2px solid #231815;
  }
  .business_contact_wrapper h3:first-of-type {
    margin-top: 0;
  }
  .business_contact_wrapper p {
    margin-top: 5vw;
  }
  .tel a {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  .business_contact_wrapper .common_linkbtn_wrapper:last-of-type a {
    min-width: 340px;
    padding: 2.5vw 5%;
  }
  .base_wrapper {
    display: grid;
    width: 85%;
    margin: 6vw auto 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 2.5%;
    row-gap: 5vw;
  }
  .base_item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .base_item_img img {
    width: 100%;
    height: auto;
  }
  .base_item h3 {
    margin-top: 2vw;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.6em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .base_item p {
    margin-top: 1.5vw;
    font-weight: 700;
    line-height: 1.6em;
    text-align: right;
  }
  .business_fax_wrapper .common_linkbtn_wrapper:nth-last-of-type(-n+2) {
    margin-top: 3vw;
  }
  .business_fax_wrapper .common_linkbtn_wrapper a {
    min-width: 380px;
    padding: 2.5vw 5%;
  }
  .common_linkbtn_wrapper a.order_sheet {
    color: #FFF;
    background: #231815;
    border: 2px solid #231815;
  }
  .business_faxnumber_wrapper {
    width: 85%;
    margin-top: 6vw;
    padding: 6vw 6%;
    border: 2px solid #231815;
  }
  .business_faxnumber_wrapper h3:first-of-type {
    margin-top: 0;
  }
  .business_faxnumber_wrapper p {
    margin-top: 5vw;
  }
  .fax {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6em;
  }
}
/* ==================================================
   pc
================================================== */
@media screen and (min-width: 1025px) {
  .common_wrapper h3 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6em;
    margin-top: 5vw;
  }
  .common_linkbtn_wrapper span {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.8em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 1.05vw;
  }
  .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }
  .business_maintenance_wrapper ul {
    margin-top: 2.5vw;
  }
  .business_maintenance_wrapper ul li {
    line-height: 2.0em;
    margin-top: 1.75vw;
  }
  .business_maintenance_wrapper ul li:first-of-type {
    margin-top: 0;
  }
  .business_contact_wrapper {
    width: 80%;
    border: 2px solid #231815;
    margin-top: 5vw;
    padding: 5vw 5%;
  }
  .business_contact_wrapper h3:first-of-type {
    margin-top: 0;
  }
  .business_contact_wrapper p {
    margin-top: 5vw;
  }
  .tel a {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6em;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .tel a:hover {
    opacity: 0.3;
  }
  .business_contact_wrapper .common_linkbtn_wrapper:last-of-type a {
    min-width: 360px;
    padding: 1.75vw 5%;
  }
  .base_wrapper {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 5vw auto 0;
    padding: 0;
  }
  .base_item {
    width: calc(calc(100% - 5%) / 3);
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 2.5vw 2.5% 0 0;
  }
  .base_item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .base_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .base_item:hover {
    opacity: 0.3;
  }
  .base_item_img img {
    width: 100%;
    height: auto;
  }
  .base_item h3 {
    font-weight: 700;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1.4vw;
  }
  .base_item p {
    font-weight: 700;
    line-height: 1.6em;
    text-align: right;
    margin-top: 1.4vw;
  }
  .business_fax_wrapper .common_linkbtn_wrapper:nth-last-of-type(-n+2) {
    margin-top: 2.5vw;
  }
  .business_fax_wrapper .common_linkbtn_wrapper a {
    min-width: 360px;
    padding: 1.75vw 5%;
  }
  .common_linkbtn_wrapper a.order_sheet {
    color: #FFF;
    background: #231815;
    border: 2px solid #231815;
  }
  .business_faxnumber_wrapper {
    width: 80%;
    border: 2px solid #231815;
    margin-top: 5vw;
    padding: 5vw 5%;
  }
  .business_faxnumber_wrapper h3:first-of-type {
    margin-top: 0;
  }
  .business_faxnumber_wrapper p {
    margin-top: 5vw;
  }
  .fax {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6em;
  }
}