@charset "UTF-8";

.sc_contact {
    background-color: #f1f5f7;
    margin-bottom: 100px;
    padding: 65px 0;
}

.sc_contact .title {
    font-weight: bold;
    font-size: 16px;
}

.sc_contact .sc_contact_blo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    margin-top: 20px;
}

.sc_contact .sc_contact_mail a,
.sc_contact .sc_contact_tell {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    text-align: left;
    font-weight: bold;
    box-sizing: border-box;
    width: 350px;
    margin: 0 12px;
}

.sc_contact .sc_contact_mail a {
    font-size: 16px;
     padding: 25px 40px 25px 120px;
     transition: all .3s ease-in-out;
}

.sc_contact .sc_contact_mail .sc_arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
}

.sc_contact .sc_contact_mail i {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 56px;
    font-size: 45px;
    height: 50px;
}

.sc_contact .sc_contact_mail a:hover {
    border: 1px solid #007440;
    color: #007440;
}

.sc_contact .sc_contact_tell {
    font-size: 14px;
    padding: 21px 40px 21px 90px;
}

.sc_contact .sc_contact_tell  i {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 40px;
    font-size: 50px;
    height: 50px;
    transform: rotate(14deg);
    vertical-align: middle;
}

.sc_contact .sc_contact_tell span {
    font-size: 28px;
    line-height: 1.3;
}

.sub_nav {
    margin: 70px auto; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sub_nav_box a {
    display: block;
    position: relative;
    border: 1px solid #ccc;
    padding-top: 220px;
    padding-bottom: 25px;
    width: 243px;
    background: url(../images/customers/sub_nav1.png) no-repeat center top;
    transition: all .3s ease-in-out;
}

.sub_nav_box.sub_nav_box2 a {
    background: url(../images/customers/sub_nav2.png) no-repeat center top;
}

.sub_nav_box.sub_nav_box3 a {
    background: url(../images/customers/sub_nav3.png) no-repeat center top;
}

.sub_nav_box.sub_nav_box4 a {
    background: url(../images/customers/sub_nav4.png) no-repeat center top;
}

.sub_nav_box h2 {
    line-height: 46px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.sub_nav_box.sub_nav_box2 h2 {
    line-height: 1.3;
}

.sub_nav_box .sc_arrow {
    margin-left: 10px;
    position: absolute;
    right: -33px;
    bottom: 22px;
}

.sub_nav_box a:hover {
    border: 1px solid #007440;
}

.sub_nav_box a:hover {
    color: #007440;
}

.sc_flow .inner {
    margin: 40px auto; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.sc_flow .flow_box {
    width: 230px;
    margin-left: 60px;
    margin-bottom: 60px;
}

.sc_flow .flow_box:first-child {
    margin-left: 0;
}

.sc_flow .flow_box:first-child .flow_circle::before {
    display: none;
}

.sc_flow .text_step img {
    width: auto;
    height: 19px;
}

.sc_flow .flow_circle {
    margin-top: 15px;
    width: 230px;
    height: 230px;
    border: 2px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
    padding-top: 50px;
    position: relative;
}

.sc_flow .flow_circle::before {
    position: absolute;
    display: block;
    content: '';
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #007440;
}

.sc_flow .flow_circle .sc_flow_title {
    font-size: 16px;
    font-weight: bold;
}

.sc_flow .flow_circle img {
    width: 80px;
    margin-top: 10px;
}

.sc_flow .text {
    text-align: left;
    font-size: 14px;
    margin-top: 25px;
    line-height: 1.8;
}

.oap h2 {
    font-weight: bold;
    font-size: 24px;
}

.sc_oap .loopslider {
    margin: 0 auto 50px;
    width: 100%;
    height: 130px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.sc_oap .loopslider ul {
    height: 130px;
    float: left;
    display: inline;
    overflow: hidden;
}

.sc_oap .loopslider ul li {
    width: 130px;
    height: 130px;
    float: left;
    display: inline;
    overflow: hidden;
    background: #fff;
}

.sc_oap .loopslider ul li img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.sc_oap .loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.sc_oap .loopslider ul {
    display: inline-block;
    overflow: hidden;
}

.sc_oap .blo_point {
    background-color: #e4e9f3;
    padding: 60px 0 30px;
    margin-bottom: 60px;
}

.sc_oap .blo_point ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.sc_oap .blo_point li {
    background-color: #fff;
    position: relative;
    padding: 40px 0;
    box-sizing: border-box;
    width: 525px;
  margin-bottom: 40px;
}

.sc_oap .blo_point li:nth-child(odd) {
    margin-right: 50px;
}

.sc_oap .cir_point {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #007440;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
}

.sc_oap .cir_point::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0px 5px 10px;
    border-color: transparent transparent transparent #007440;
    margin: auto;
    top: 0;
    bottom: 0px;
    right: -8px;
}

.sc_oap .cir_point img {
    width: 43px;
    position: absolute;
    margin: auto;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
}

.sc_oap .blo_point h3 {
    color: #007440;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.sc_oap .blo_point p {
    font-size: 14px;
    line-height: 2;
}

.sc_oap .blo_point p a {
    font-weight: bold;
    margin-top: 10px;
    display: block;
    color: #1236c9;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 1.4;
}

.sc_catalog .top_bnr .btn_link {
    max-width: 300px;
    margin: 0 auto;
}

.sc_catalog .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sc_catalog .catalog_box {
    transition: all .3s ease-in-out;
    margin: 0 25px 70px;
}

.sc_catalog .catalog_box:hover {
    opacity: .6;
}

.sc_catalog .img_catalog {
    background-color: #e4e9f3;
    padding: 40px 60px;
    margin-bottom: 20px;
}

.sc_catalog .sp_catalog_box h2 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;  
}

.sc_catalog .btn_link a {
    width: 100%;
    margin-top: 20px;
}

.sc_catalog .atten {
    text-align: left;
    max-width: 758px;
    font-size: 14px;
    margin-bottom: 100px;
}

.sc_catalog .atten p {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.sc_request .list_request {
    background-color: #e4e9f3;
    margin-bottom: 50px;
}

.sc_request .list_request .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    padding: 70px 60px;
}

.sc_request .list_request img {
    margin-bottom: 20px;
}

.sc_request .list_request p {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.sc_form .contact_area_box {
    margin-top: 40px;
}

.sc_form .text_atten {
    margin-top: 10px;
}

@media (max-width: 768px) {

  .sc_flow .inner {
    margin: 25px auto 0;
  }

.sub_nav {
    margin: 40px auto;
    display: -webkit-block;
    display: -ms-block;
    display: -webkit-block;
    display: block;
}

.sub_nav_box a {
    padding: 0 0 0 100px;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: url(../images/customers/sub_nav1.png) no-repeat left center;
    background-size: 50%;
}

.sub_nav_box.sub_nav_box2 a {
    background: url(../images/customers/sub_nav2.png) no-repeat left center;
    background-size: 40%;
}

.sub_nav_box.sub_nav_box3 a {
    background: url(../images/customers/sub_nav3.png) no-repeat left center;
    background-size: 40%;
}

.sub_nav_box.sub_nav_box4 a {
    background: url(../images/customers/sub_nav4.png) no-repeat left center;
    background-size: 50%;
}

.sub_nav_box h2 {
    line-height: 100px;
    font-size: 16px;
}

.sub_nav_box.sub_nav_box2 h2 {
    line-height: 1.6;
    padding-top: 25px;
    height: 100%;
    box-sizing: border-box;
}

.sub_nav_box .sc_arrow {
    margin-left: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    right: -33px;
    bottom: 0;
}

.sub_nav_box a:hover {
    border: 1px solid #ccc;
}

.sub_nav_box a:hover {
    color: #000;
}

.sc_contact {
    background-color: #f1f5f7;
    margin-bottom: 50px;
    padding: 30px 0 15px;
}

.sc_contact .title {
    font-size: 14px;
}

.sc_contact .sc_contact_blo {
    display: -webkit-block;
    display: -ms-block;
    display: -webkit-block;
    display: block;
    margin-top: 15px;
}

.sc_contact .sc_contact_mail a, .sc_contact .sc_contact_tell {
    width: 80%;
    margin: 0 auto 15px;
}

.sc_contact .sc_contact_mail a {
    font-size: 14px;
    padding: 10px 10% 10px 20%;
    transition: all .3s ease-in-out;
}

.sc_contact .sc_contact_mail i {
    left: 8%;
    font-size: 30px;
    height: 30px;
}

.sc_contact .sc_contact_tell {
    font-size: 12px;
    padding: 10px 5% 10px 20%;
}

.sc_contact .sc_contact_tell i {
    left: 8%;
    font-size: 38px;
    height: 38px;
}

.sc_contact .sc_contact_tell span {
    font-size: 20px;
    line-height: 1.3;
}

.sc_contact .sc_contact_mail a:hover {
    border: 1px solid #ccc;
    color: #000;
}

.sc_flow .flow_box {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
    position: relative;
}

.sc_flow .flow_box::before {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    left: 0;
    top: -30px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #007440 transparent transparent transparent;
}

.sc_flow .flow_box:first-child::before {
    display: none;
}

.sc_flow .flow_box:first-child {
    margin-left: 0;
}

.sc_flow .text_step img {
    height: 14px;
}

.sc_flow .sp_flow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sc_flow .flow_circle::before {
    display: none;
}

.sc_flow .flow_circle {
    margin-top: 0;
    width: 120px;
    height: 120px;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
    padding-top: 5%;
    position: relative;
}

.sc_flow .flow_circle .sc_flow_title {
    font-size: 14px;
}

.sc_flow .flow_circle img {
    width: 50px;
    margin-top: 0px;
}

.sc_flow .text {
    text-align: left;
    font-size: 13px;
    margin: 5% 0 0 3%;
    width: 60%;
}

.oap h2 {
    font-size: 15px;
}

.sc_oap .loopslider {
    height: 85px;
    margin-bottom: 30px;
}

.sc_oap .loopslider ul {
    height: 85px;
}

.sc_oap .loopslider ul li {
    width: 85px;
    height: 85px;
}

.sc_oap .loopslider ul li img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    object-position: center;
}

.sc_oap .blo_point {
    padding: 25px 0;
    margin-bottom: 30px;
}

.sc_oap .blo_point ol {
    display: block;
}

.sc_oap .blo_point li {
    padding: 30px 0;
    width: 100%;
    margin-bottom: 20px;
}

.sc_oap .blo_point li:nth-child(odd) {
    margin-right: 0px;
}

.sc_oap .cir_point {
    top: 10px;
    width: 50px;
    height: 50px;
}

.sc_oap .cir_point img {
    width: 35px;
    top: 6px;
}

.sc_oap .blo_point h3 {
    font-size: 16px;
}

.sc_oap .blo_point p {
    font-size: 13px;
}

.sc_catalog .inner {
    display: block;
}

.sc_catalog .catalog_box {
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items: center;
    align-items: center;
}

.sc_catalog .catalog_box:hover {
    opacity: 1;
}

.sc_catalog .img_catalog {
    padding: 10%;
    margin-bottom: 0px;
}

.sc_catalog .img_catalog img {
    width: 100%;
    height: auto;
}

.sc_catalog .sp_catalog_box {
    width: 70%;
}

.sc_catalog .sp_catalog_box h2 {
    font-size: 14px;
    margin-top: 5px;  
}

.sc_catalog .btn_link a {
    width: 80%;
    margin: 10px auto 0;
}

.sc_catalog .atten {
    font-size: 12px;
    margin-bottom: 50px;
}

.sc_catalog .atten p {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.sc_request .list_request .inner {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

    padding: 30px 0px 0;
}

.sc_request .list_request .request_box {
    margin: 0 1% 30px;
    width: 48%;
}

.sc_request .list_request img {
    margin-bottom: 10px;
}

.sc_request .list_request p {
    margin-top: 2px;
    font-size: 14px;
}

.sc_form .contact_area_box {
    margin-top: 20px;
}

}

@media (max-width: 414px) {

.sc_flow .flow_circle {
    padding-top: 8%;
}

.sc_flow .text {
    margin: 8% 0 0 3%;
}
.sc_request .list_request p {
    margin-top: 2px;
    font-size: 13px;
}

.sc_request .list_request img {
    width: 100px;
}

}

@media (max-width: 360px) {

.sc_flow .flow_circle {
    padding-top: 10%;
}

.sc_flow .text {
    margin: 10% 0 0 3%;
}

.sc_catalog .sp_catalog_box {
    width: 80%;
}

}
.sc_product_genre .sc_product_genre_txtlist {
  text-align: left;
  padding-top: 50px;
  max-width: 450px;
  margin: auto;
}

.sc_product_genre .sc_product_genre_flexbox {
  margin-top: 50px;
  display: flex;
  gap: 16px;
}

.sc_product_genre .sc_product_genre_flexitem {
  flex: 0 0 33.3333%;
  min-width: 0;
}

.sc_product_genre .sc_product_genre_flexitem img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 1px) and (max-width: 767px){
  .sc_product_genre .sc_product_genre_flexitem img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .sc_product_genre .sc_product_genre_flexbox {
    justify-content: space-between;
    margin-top: 25px;
    gap: 0;
  }
  .sc_product_genre .sc_product_genre_flexitem {
    flex: 0 0 32%;
  }
  .sc_product_genre .sc_product_genre_txtlist {
    padding-top: 25px;
  }
}

