@charset "UTF-8";

/*共通*/

h1 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 3.0rem;
    color: #4C4C4C;
}

h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.5rem;
    color: #5D5D5D;
    font-weight: bold;
}

h3 {
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    color: #2DB9F9;
}

p {
    font-size: 1.8rem;
    color: #4c4c4c;
    line-height: 200%;
}


@media screen and (max-width:960px) {
    h1 {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 2.0rem;
    }

    p {
        font-size: 1.4rem;
        margin-left: 0;
    }
    
}


/*メインビジュアル*/

.furusato-title {
    padding: 55px 0 85px 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.service-title {
    margin-top: 81px;
    padding: 109px 0 100px 0;
}

.service-title h1 {
    font-size: 3.0rem;
    font-weight: bold;
    color: #0B2E3E;
}

.service-title h2 {
    font-size: 3.0rem;
    font-weight: bold;
    color: #4C4C4C;
    margin: 70px auto 0 auto;
}

.furusato-mainvisual,
.service-mainvisual {
    text-align: center;
}

.furusato-mainvisual img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    object-position: 50% 0;
    margin-top: 83px;
    position: relative;
}

.service-mainvisual img {
    width: 100%;
    height: auto;
}

.furusato-eyecatch {
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
}

.furusato-eyecatch img {
    position: absolute;
    top: 30%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
}



@media screen and (max-width:960px) {
    .furusato-title {
        padding: 30px 0 35px 0;
    }

    .service-title {
        margin-top: 64px;
        padding: 20px 0 40px 0;
    }

    .service-title h1 {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .service-title h2 {
        font-size: 1.8rem;
        margin-top: 40px;
    }

    .furusato-title p {
        text-align: left;
    }

    .furusato-mainvisual img {
        height: 400px;
    }

    .service-mainvisual img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: 50% 0;
    }

    .furusato-eyecatch img {
        max-width: 330px;
        top: 25%;
        height: auto;
        margin: 0 auto;
    }
  
}

/*自治体向けサービス・民間向けサービス*/
/*point*/

.service_point {
    background: #F6FCFF;
}

.service_point_area {
    max-width: 1210px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 115px 0;
}

.service_point_contents {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 50px;
}

.service_point_contents:last-of-type {
    margin-top: 30px;
}


.service_point_content {
    max-width: 585px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #0A5B9129;
    border-radius: 13px;
    text-align: center;
    padding: 10px 30px 40px 30px;
}

.service_point_content img {
    max-width: 428px;
    width: 100%;
    height: auto;
}

.service_point_content h4 {
    font-size: 2.0rem;
    font-weight: bold;
    color: #0B2E3E;
    border-bottom: 4px solid #84D6FA;
    display: inline-block;
    margin: 16px 0 26px 0;
}

.service_point_content p {
    text-align: left;
}

@media screen and (max-width:960px) {
  
    .service_point_area {
        padding: 15px 0 40px 0;
    }
    
    .service_point_contents {
        display: block;
        margin-top: 0;
    }
    
    .service_point_contents:last-of-type {
        margin-top: 0;
    }
    
    
    .service_point_content {
        padding: 12px 15px 30px 15px;
        margin: 0 auto 20px auto;
    }

    .service_point_contents:last-of-type .service_point_content:last-of-type {
        margin-bottom: 0;
    }
    
    .service_point_content h4 {
        font-size: 1.8rem;
        margin: 5px 0 20px 0;
    }
}



/*service*/
.service_service {
    background: #FFF;
}

.service_service_area {
    max-width: 1210px;
    width: 90%;
    margin: 0 auto;
    padding: 130px 0 220px 0;
}

.service_service_contents {
    margin-top: 60px;
}

.service_service_contents h3 {
    font-size: 3.0rem;
    font-weight: 700;
    color: #4c4c4c;
    border-left: #2DB9F9 solid 16px;
    padding-left: 30px;
    vertical-align: text-bottom;
    margin: 55px 0 15px 0;
    padding-top: 5px;
    text-align: left;
}

.service_service_content {
    box-shadow: 0px 3px 6px #0A5B9129;
    border: 2px solid #84D6FA;
    border-radius: 13px;
    background: #FFF;
    padding: 50px 30px;
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
    vertical-align: middle;
    /*align-items: center;*/
}

.service_service_content:last-of-type {
    margin-bottom: 0;    
}

.service_service_content img {
    max-width: 420px;
    width: 100%;
    height: 100%;
}

.service_service_content_txt {
    text-align: left;
    position: relative;
}

.service_service_content_txt h4 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #5D5D5D;
}

.service_service_content_txt p {
    margin-top: 10px;
    line-height: 150%;
}

.service_service_content_txt p small {
    font-size: 1.6rem;
}

.service_service_content_txt p span {
    font-size: 1.6rem;
    line-height: 150%;
    padding-left:2em;
	text-indent:-2em;;
    display: inline-block;
}

.service_service_content:nth-of-type(6) .service_service_content_txt p {
    margin-bottom: 60px;
}

.detail_button {
    position: absolute;
    right: 0;
    bottom: 0;

}

.detail_button a h6 {
    font-size: 1.8rem;
    border: 1px solid #2DB9F9;
    border-radius: 20px;
    color: #2DB9F9;
    padding: 10px 45px 7px 45px;
    margin-left: auto;
    display: inline-block;
}

.detail_button a h6:hover {
    color: #FFF;
    background: #2DB9F9;
}


@media screen and (max-width:960px) {
   
    .service_service_area {
        padding: 60px 0 140px 0;
    }
    
    .service_service_contents {
        margin-top: 15px;
    }

    .service_service_contents h3 {
        font-size: 2.0rem;
        border-left: #2DB9F9 solid 10px;
        padding-left: 10px;
        margin: 30px 0 20px 0;
    }
    
    .service_service_content {
        padding: 25px 20px 35px 20px;
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
       
    .service_service_content img {
        max-width: 420px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    
    .service_service_content_txt {
        text-align: center;
        margin-top: 20px;
    }
    
    .service_service_content_txt h4 {
        font-size: 2.0rem;
    }

    .service_service_content_txt p {
        text-align: left;
    }
    
    .service_service_content_txt p small {
        font-size: 1.4rem;
    }

    .service_service_content_txt p span {
        font-size: 1.4rem;
    }

    .service_service_content_txt p .span_nomarge {
        margin-left: 0;
    }

    .detail_button {
        position: initial;
        margin-top: 20px;
    } 
    
}




/*自治体向け　contact*/
/*ふるさと納税　Contact*/

.service_contact {
    background: #F6FCFF;
}

.service_contact_area {
    max-width: 1210px;
    width: 90%;
    margin: 0 auto;
    padding: 55px 0 70px 0;
}

.service_contact_area h4 {
    font-size: 2.0rem;
    font-weight: bold;
    color: #5D5D5D;
    text-align: center;
    padding-top: 10px;
}

@media screen and (max-width:960px) {
   
    .service_contact_area {
        padding: 40px 0 65px 0;
    }
    
    .service_contact_area h4 {
        font-size: 1.6rem;
    }
    
}


/*ふるさと納税*/
/*ふるさと納税　Content*/

.furusato_feature {
    background: #F6FCFF;
}

.furusato_feature_area {
    max-width: 1210px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 105px 0;
}

.h2-icon {
    text-align: center;
}

.h2-icon img{
    height: 65px;
    width: auto;
    margin-bottom: 5px;
}

.furusato_feature_contents {
    margin-top: 50px;
    display: flex;
    gap: 20px;
}

.furusato_feature_content {
    border: 2px solid #84D6FA;
    background: #FFF;
    border-radius: 13px;
    max-width: 390px;
    width: 100%;
    padding: 8px;
    box-shadow: 0px 3px 6px #0A5B9129;
}

.furusato_feature_content h4 {
    color: #FFF;
    background: #84D6FA;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 20px 0;
}

.furusato_feature_content p {
    color: #4C4C4C;
    font-size: 1.8rem;
    padding: 20px 5px;
    line-height: 150%;
}

@media  screen and (max-width:960px) {
    .furusato_feature_area {
        padding: 25px 0 55px 0;
    }
    
    .h2-icon img{
        height: 52px;
        width: auto;
    }
    
    .furusato_feature_contents {
        margin-top: 30px;
        display: block;
    }

    .furusato_feature_content {
        margin: 0 auto 15px auto;
    }

    .furusato_feature_content:last-of-type {
        margin-bottom: 0;
    }
       
    .furusato_feature_content h4 {
        font-size: 1.8rem;
        padding: 10px 0;
    }
    
    .furusato_feature_content p {
        font-size: 1.4rem;
        padding: 15px 6px 14px 6px;
    }
    
}


/*ふるさと納税　service*/
.furusato_service {
    background: #FFF;
}

.furusato_service_area {
    max-width: 1210px;
    width: 90%;
    margin: 0 auto;
    padding: 130px 0 170px 0;
}


.furusato_service_01 {
    display: flex;
    margin-top: 100px;
}

.furusato_service_txt {
    max-width: 720px;
    width: 100%;
    height: 100%;
    box-shadow: 3px 3px 6px #0A5B9129;
    border-radius: 13px;
    background: #FFF;
    padding: 20px 30px 50px 40px;
    margin: auto 0;
}

.furusato_service_txt h4 {
    color: #0B2E3E;
    font-size: 5.5rem;
    font-weight: bold;
    margin-bottom: 24px;
}

.furusato_service_txt_box h5 {
    color: #2DB9F9;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 56px;
}


.furusato_service_txt_box ul li {
    font-size: 1.8rem;
    color: #4c4c4c;
    border-left: 25px solid #2DB9F9;
    padding: 3px 0 2px 15px;
    margin-bottom: 20px;
    font-weight: bold;
}


.furusato_service_txt_box ul p {
    margin-bottom: 15px;
    line-height: 150%;
}

.furusato_service_border {
    border-bottom:  1px dashed #7D7D7D;
    margin-bottom: 26px;
}




.furusato_service_pic {
    margin-left: 12px;
    max-width: 474px;
    margin: auto 0px auto 12px;
}

.furusato_service_pic img {
    max-width: 390px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 13px;
}

.furusato_service_pic .furusato_pic_2 {
    margin-left: 84px;
}

.furusato_service_02 {
    display: flex;
    margin-top: 230px;
}

.furusato_service_02 .furusato_service_txt {
    margin: auto 0 auto 12px;
    padding: 20px 30px 25px 40px;
}

.furusato_service_02 .furusato_service_txt_box ul p {
    margin-bottom: 15px;
    line-height: 150%;
}


.furusato_service_02 .furusato_service_txt h4 {
    text-align: right;
    margin-bottom: 52px;
}

.furusato_service_02 .furusato_service_pic {
    text-align: right;
    margin: auto 0;
}

.furusato_service_02 .furusato_service_pic .furusato_pic_2 {
    margin: 0 84px 0 0;
}



@media screen and (max-width:960px) {
 
    .furusato_service_area {
        padding: 45px 0 116px 0;
    }
    
    .furusato_service_01 {
        display: block;
    }
    
    .furusato_service_txt {
        padding: 20px 15px 30px 18px;
        margin: 0 auto 17px auto;
    }
    
    .furusato_service_txt h4 {
        font-size: 3.0rem;
        margin-bottom: 12px;
    }

    .furusato_service_txt_box h5 {
        font-size: 1.8rem;
        margin-bottom: 16px;
    }
    
    .furusato_service_txt_box ul li {
        font-size: 1.6rem;
        border-left: 20px solid #2DB9F9;
        padding: 2px 0 0 10px;
        margin-bottom: 10px;
    }
    
    .furusato_service_txt_box ul p {
        margin-bottom: 10px;
    }

    .furusato_service_border {
        margin-bottom: 10px;
    }
    
    

    
    .furusato_service_pic {
        text-align: center;
        margin: 0 auto;
    }
    
    .furusato_service_pic img {
        margin: 0 0 10px 0;
    }
    
    .furusato_service_pic .furusato_pic_2 {
        margin: 0 0 10px 0;
    }
    
    .furusato_service_02 {
        display: block;
        margin-top: 170px;
    }
    
    .furusato_service_02 .furusato_service_txt {
        margin: 0 auto 20px auto;
        padding: 20px 15px 30px 18px;
    }
    
    .furusato_service_02 .furusato_service_txt_box ul p {
        margin-bottom: 10px;
    }
    
    
    .furusato_service_02 .furusato_service_txt h4 {
        top: -50px;
        left: auto;
        right: 10px;
    }

    
.furusato_service_02 .furusato_service_pic {
    text-align: center;
    margin: 0 auto;
}


    .furusato_service_02 .furusato_service_pic .furusato_pic_2 {
        margin: 0;
    }
        
    .furusato_service_03 {
        display: block;
        margin-top: 170px;
    } 
}

/*ふるさと納税　Contact*/

.furusato_contact {
    background: #F6FCFF;
}

.furusato_contact_area {
    max-width: 1210px;
    width: 90%;
    margin: 0 auto;
    padding: 55px 0 70px 0;
}

.furusato_contact_area h5 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #5D5D5D;
    text-align: center;
}

.furusato_contact_area p {
    color: #5D5D5D;
    text-align: center;
}

.furusato_phone {
    display: flex;
    margin: 35px auto 0 auto;
    max-width: 760px;
    width: 90%;
    justify-content: space-between;
}

.furusato_phone_left {
    text-align: center;
}

.furusato_phone_left h5 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #5D5D5D;
}

.furusato_phone_left small {
    font-size: 1.4rem;
    color: #5D5D5D;
}

.furusato_phone a {
    color: #FFF;
    font-size: 2.0rem;
    font-weight: bold;
}

.furusato_phone_right {
    background: #84D6FA;
    border-radius: 10px;
    padding: 20px 26px 16px 100px;
    font-size: 2.0rem;
}

@media screen and (max-width:960px) {
   
    .furusato_contact_area {
        padding: 40px 0 65px 0;
    }
        
    .furusato_contact_area h5 {
        font-size: 2.0rem;
        margin-bottom: 30px;
    }

    .furusato_contact_area p {
        line-height: 150%;
    }
    
    .furusato_phone {
        display: block;
        margin: 30px auto 0 auto;
    }
    
    .furusato_phone_left h5 {
        font-size: 3.0rem;
        margin-bottom: 0;
    }
    
    .furusato_phone_left small {
        font-size: 1.2rem;
    }
    
    .furusato_phone a {
        font-size: 1.8rem;
    }
    
    .furusato_phone_right {
        max-width: 300px;
        width: 100%;
        margin: 40px auto 0 auto;
        padding: 15px 26px 15px 70px;
        white-space: nowrap;
    }
    
}

/*データセンター*/
.service_data_point {
    background: #F6FCFF;
}

.service_data_point_area {
    max-width: 1210px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 155px 0;
}

.service_data_point_contents {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.service_data_point_contents:last-of-type {
    margin-top: 35px;
}

.service_data_point_content {
    max-width: 390px;
    width: 100%;
    padding: 30px 30px 40px 30px;
    background: #FFF;
    box-shadow: 0px 3px 6px #0A5B9129;
    border-radius: 13px;
    color: #4C4C4C;
}



.service_data_point_content h4 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 40px 0 35px 0;
    text-align: center;
}

.service_data_point_content p {
    font-size: 1.8rem;
    line-height: 150%;
}

.service_infra {
    background: #FFF;
}

.service_infra_area {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 130px 0 160px 0;
}

.service_infra_contents {
    margin-top: 80px;
}

.service_infra_content {
    box-shadow: 0px 3px 6px #0A5B9129;
border: 2px solid #84D6FA;
border-radius: 13px;
display: flex;
gap: 60px;
margin-bottom: 35px;
padding: 35px 20px 35px 30px;
}

.service_infra_content:last-of-type {
    margin-bottom: 0;
}

.service_infra_content img {
    max-width: 550px;
    width: 100%;
    height: 100%;
}

.service_infra_content_txt {
    text-align: left;
    padding-top: 10px;
}

.service_infra_content_txt h4 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #5D5D5D;
    margin-bottom: 20px;
}

.service_infra_content_txt p {
    line-height: 150%;
}

.service_service_content_txt table {
    max-width: 540px;
    width: 100%;
    table-layout: fixed;
}


.service_infra_content_txt table tr th{
    font-size: 1.8rem;
    font-weight: bold;
    width: 170px;
    color: #4C4C4C;
    padding: 10px 0;
}

.service_infra_content_txt table tr td{
    font-size: 1.8rem;
    color: #4C4C4C;
    padding: 10px 0;
}

.service_infra_content_txt table .table_half td,
.service_infra_content_txt table .table_half th
{
    padding: 0 0 10px 0;
}

.service_data_service {
    background: #F6FCFF;
}

.service_data_service_area {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto ;
    padding: 80px 0 155px 0;
}

.service_data_service_contents {
    margin-top: 75px;
}

.service_data_service_content {
    display: flex;
    background: #FFF;
    box-shadow: 3px 3px 6px #0A5B9129;
border-radius: 13px;
gap: 60px;
padding: 15px 30px 30px 45px;
align-items: center;
margin-bottom: 15px;
}

.service_data_service_content:last-of-type {
    margin-bottom: 0;
}

.service_data_service_content img {
    max-width: 250px;
    width: 100%;
    height: 100%;
}

.service_data_service_content_txt h4 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #4C4C4C;
    margin-bottom: 15px;
}

.service_data_service_content_txt p {
    font-size: 1.8rem;
    color: #4C4C4C;
    line-height: 150%;
}

.service_data_service_content .detail_button {
    position: inherit;
    text-align: right;
    margin-top: 20px;
}


.service_specification {
    background: #FFF;
}

.service_specification_area {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 130px 0 200px 0;
}

.service_specification_area table {
    margin: 50px auto 0 auto;
    border-collapse: collapse;
    border: 5px solid #FFF;
    table-layout: fixed;
    width: 100%;
}

.service_specification_area table tr th{
    background: #84D6FA;
    color: #FFF;
    border-collapse: collapse;
    border: 5px solid #FFF;
    text-align: center;
    vertical-align: middle;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 13px 0;
    width: 260px;
}

.service_specification_area table tr td{
    background: #D5F2FF;
    color: #4C4C4C;
    border-collapse: collapse;
    border: 5px solid #FFF;
    font-size: 2.0rem;
    vertical-align: middle;
    padding: 10px 0 10px 20px;
}


.service_specification_area table tr td:first-of-type{
    width: 260px;
}


.service_specification_area table tr td:last-of-type{
    background: #F6FCFF;
    color: #4C4C4C;
}

@media screen and (max-width:960px) {

    .data-mainvisual {
        width: 95%;
        margin: 40px auto 0 auto;
    }
    
    .service_data_point_area {
        padding: 40px 0 80px 0;
    }

    .service_data_point_contents {
        display: block;
    }

    .service_data_point_contents:last-of-type {
        margin-top: 0;
    }

    .service_data_point_content {
        padding: 20px;
        margin: 20px auto 0 auto;
    }
    
    .service_data_point_content h4 {
        font-size: 1.8rem;
        margin: 20px 0;
    }

    .service_data_point_content p {
        font-size: 1.4rem;
    }

    .service_infra_area {
        padding: 60px 0 80px 0;
    }
    
    .service_infra_contents {
        margin-top: 40px;
    }

    .service_infra_content {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    }

    .service_infra_content:first-of-type .service_infra_content_txt {
        max-width: 400px;
        margin: 0 auto;
    }

    .service_infra_content_txt {
        padding-top: 25px;
    }

    .service_infra_content_txt h4 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .service_infra_content_txt table tr th{
        font-size: 1.6rem;
        width: 110px;
        padding: 5px 0;
    }

    .service_infra_content_txt table tr td{
        font-size: 1.4rem;
        padding: 5px 0;
    }

    .service_data_service_area {
        padding: 40px 0 80px 0;
    }

    .service_data_service_contents {
        margin-top: 40px;
    }

    .service_data_service_content {
        display: block;
    padding: 20px;
    text-align: center;
    }

    .service_data_service_content_txt {
        padding-top: 25px;
    }

    .service_data_service_content_txt h4 {
        font-size: 1.8rem;
        text-align: left;
        margin-bottom: 15px;
    }

    .service_data_service_content_txt p {
        font-size: 1.4rem;
        text-align: left;
    }

    .service_data_service_content .detail_button {
        text-align: center;
    }
    

    .service_specification_area {
        padding: 60px 0 100px 0;
    }

    .service_specification_table {
        overflow-x: scroll;
    }

    .service_specification_table h5 {
        font-size: 1.4rem;
        text-align: left;
        margin-top: 30px;
    }

    .service_specification_area table {
        margin: 0 auto;
        table-layout: auto;
    }

    .service_specification_area table tr th{
        font-size: 1.6rem;
        padding: 10px;
        width: 200px;
        white-space: nowrap;
    }

    .service_specification_area table tr td{
        font-size: 1.6rem;
        white-space: nowrap;
        padding: 10px;
    }

    .service_specification_area table tr td:first-of-type{
        width: 220px;
    }
    
    
}

/*LGWAN*/
.service_lgwan_introduction {
    background: #FFF;
}

.service_lgwan_introduction_area {
    max-width: 1210px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 130px 0;
}

.service_lgwan_introduction_area p {
    padding-top: 20px;
    margin-bottom: 50px;
    font-size: 1.8rem;
    color: #4C4C4C;
}

.service_lgwan_introduction_area .introduction_img {
    text-align: center;
}

.service_lgwan_introduction_area .introduction_img img {
    max-width: 1000px;
    width: 100%;
    height: auto;
}

.service_servicelist {
    background: #FFF;
}

.service_servicelist_area {
    max-width: 1210px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 130px 0;
}

.service_servicelist_table {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.service_servicelist_area table {
    margin: 50px auto 30px auto;
    border-collapse: collapse;
    border: 5px solid #FFF;
    width: 100%;
    max-width: 1000px;
}

.service_servicelist_area table tr th{
    background: #84D6FA;
    color: #FFF;
    border-collapse: collapse;
    border: 5px solid #FFF;
    text-align: center;
    vertical-align: middle;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 13px 0;
}

.service_servicelist_area table tr td{
    background: #F6FCFF;
    color: #4C4C4C;
    border-collapse: collapse;
    border: 5px solid #FFF;
    font-size: 2.0rem;
    vertical-align: middle;
    padding: 13px 0 13px 25px;
    width: 260px;
}


.service_servicelist_area table tr td:nth-of-type(2){
    width: 414px;
}

.service_servicelist_area table tr td:last-of-type{
    text-align: center;
    width: auto;
    padding-left: 0;
}

.service_servicelist_table h6 {
    font-size: 2.0rem;
    color: #4C4C4C;
    text-align: right;
}

.service_servicelist_table h6 a {
    font-size: 2.0rem;
    color: #2DB9F9;
    text-align: right;
}

.service_lgwan_point {
    background: #FFF;
}

.service_lgwan_point_area {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 230px 0;
}

.service_lgwan_point_contents {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 40px;
}

.service_lgwan_point_contents:last-of-type {
    margin-top: 30px;
}

.service_lgwan_point_content {
    width: 470px;
    border: 2px solid #84D6FA;
    border-radius: 13px;
    text-align: center;
    padding: 30px 30px 45px 30px;
}

.service_lgwan_point_content h3{
    font-size: 5.0rem;
    font-weight: bold;
    color: #0B2E3E;
}

.service_lgwan_point_content img {
    width: 150px;
    height: auto;
    margin: 20px 0 40px 0;
}

.service_lgwan_point_content h4 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0B2E3E;
    margin-bottom: 40px;
}

.service_lgwan_point_content p {
    font-size: 1.8rem;
    color: #4C4C4C;
    text-align: left;
    line-height: 150%;
}


.service_lgwan_point_content .detail_button {
    position: inherit;
    text-align: right;
    margin-top: 20px;
}

.service_lgwan_point_content .detail_button a h6 {
    padding: 10px 20px 7px 20px;
}

@media screen and (max-width:960px) {
    .service_lgwan_introduction_area {
        padding: 0 0 70px 0;
    }

    .service_lgwan_introduction_area p {
        padding-top: 0;
        margin-bottom: 30px;
        font-size: 1.4rem;
    }
    

    .service_servicelist_area {
        padding: 0 0 70px 0;
    }

    .service_servicelist_area h5 {
        font-size: 1.4rem;
        margin-top: 20px;
    }

    .service_servicelist_table {
        overflow-x: scroll;
        padding-bottom: 10px;
    }


    .service_servicelist_area table {
        margin: 0 auto 20px auto;
        table-layout: auto;
    }

    .service_servicelist_area table tr th{
        font-size: 1.6rem;
        padding: 10px;
        white-space: nowrap;
    }

    .service_servicelist_area table tr td{
        font-size: 1.6rem;
        width: 200px;
        white-space: nowrap;
        padding: 10px;
    }

    .service_servicelist_area table tr td:nth-of-type(2){
        width: 350px;
    }

    .service_servicelist_area table tr td:last-of-type{
        padding: 10px;
    }

    .service_servicelist_table h6 {
        font-size: 1.4rem;
        text-align: left;
    }

    .service_servicelist_table h6 a {
        font-size: 1.4rem;
        text-align: left;
    }

    .service_lgwan_point_area {
        padding: 0 0 100px 0;
    }

    .service_lgwan_point_contents {
        display: block;
        margin-top: 0;
    }

    .service_lgwan_point_contents:last-of-type {
        margin-top: 20px;
    }
    
    .service_lgwan_point_content {
        margin: 20px auto 0 auto;
        padding: 20px;
        width: auto;
        max-width: 470px;
    }
    
    .service_lgwan_point_content h3{
        font-size: 3.0rem;
    }

    .service_lgwan_point_content img {
        margin: 20px 0 ;
    }

    .service_lgwan_point_content h4 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    .service_lgwan_point_content p {
        font-size: 1.4rem;
    }

    .service_lgwan_point_content .detail_button {
        text-align: center;
    }
}

/*導入事例*/
.example {
    background: #FFF;
}

.example_area {
    max-width: 1210px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 400px 0;
    display: flex;
    gap: 20px;
}

.example_content {
    max-width: 475px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 6px #345A7429;
    border: 1px solid #BCBCBC;
    opacity: 1;
    text-align: center;
    
}

.example_content_inner {
    padding: 0 20px 45px 20px;

}

.example_content img {
    width: 475px;
    height: auto;
}

.example_content_inner h4 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #4C4C4C;
    border-bottom: 4px solid #84D6FA;
    text-align: center;
    display: inline-block;
    margin: 20px 0;    
}

.example_content_inner p {
    text-align: left;
    font-size: 1.8rem;
    color: #4C4C4C;
    line-height: 175%;
}

.example_button {
    text-align: left;
    margin-top: 40px;
}

.example_button h6 {
    font-size: 1.4rem;
    border-radius: 20px;
    color: #FFF;
    padding: 5px 20px 5px 20px;
    margin-left: auto;
    display: inline-block;
    background: #C14841;
    text-align: center;
}

@media screen and (max-width:960px){
    .example_area {
        padding-bottom: 185px;
        display: block;
    }

    .example_content {
        margin-bottom: 20px;        
    }

    .example_content_inner {
        padding: 0 20px 30px 20px;
    
    }

    .example_content_inner h4 {
        font-size: 1.5rem;
    }

    .example_content_inner p {
        font-size: 1.4rem;
    }

    .example_button {
        margin-top: 25px;
    }


}
